Skip to content

Commit

Permalink
player: 修正一个翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-xmh committed Oct 29, 2024
1 parent faa90a1 commit d530a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/player/locales/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"codec": "音频解码器",
"channels": "音频通道数量",
"sampleRate": "采样率",
"sampleFormat": "采样率"
"sampleFormat": "采样格式"
},
"qualityTag": {
"lossless": "无损",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const AudioQualityDialog: FC = () => {
<DataList.Value>{musicQuality.sampleRate} hz</DataList.Value>
</DataList.Item>
<DataList.Item>
<Trans i18nKey="amll.audioQuality.sampleFormat">采样率</Trans>
<Trans i18nKey="amll.audioQuality.sampleFormat">采样格式</Trans>
<DataList.Value>{musicQuality.sampleFormat}</DataList.Value>
</DataList.Item>
</DataList.Root>
Expand Down

0 comments on commit d530a54

Please sign in to comment.