Skip to content

Commit

Permalink
feat: update i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
lideming committed Dec 22, 2024
1 parent 986637a commit ba3b9a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/I18n/i18n-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
["UI color:", "界面色彩:", "UIの色:"],
["UI style:", "界面样式:", "UIのスタイル:"],
["Preferred bitrate:", "首选码率:", "ビットレート:"],
["Loudness Normalization:", "音量标准化:", "音量正規化:"],
["Audio normalization:", "音量标准化:", "音量正規化:"],
["Custom server URL", "自定义服务器 URL", "カスタムサーバーURL"],
["Notification:", "通知:", "通知:"],
["enabled", "启用", "有効"],
Expand Down
2 changes: 1 addition & 1 deletion src/Settings/SettingsUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class SettingsDialog extends Dialog {
);

this.addContent(
<SettingItem label={() => I`Loudness Normalization:`}>
<SettingItem label={() => I`Audio normalization:`}>
<RadioContainer
currentValue={playerCore.siPlayer.data.loudnessNormalization ?? true}
onCurrentChange={(option) => {
Expand Down

0 comments on commit ba3b9a1

Please sign in to comment.