Skip to content

Commit e14870b

Browse files
committed
chore(i18n): update translations for changelog and vocal separation
- Add changelog modal translations (EN/ZH/JP) - Update vocal separation messages with improved descriptions - Add docLink translation for vocal separation section
1 parent 668636b commit e14870b

3 files changed

Lines changed: 36 additions & 9 deletions

File tree

src/locales/en-US/settings.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,16 @@
157157
"title": "Vocal Separation",
158158
"enable": "Enable vocal separation",
159159
"enableDesc": "Separate vocals from background music before transcription to improve accuracy for videos with BGM (requires GPU)",
160-
"noGpu": "Vulkan GPU not detected, vocal separation unavailable",
160+
"noGpu": "No compatible GPU detected. Vocal separation requires Apple Silicon Mac or Windows with a dedicated GPU.",
161161
"memWarning": "This feature requires significant memory. Please ensure sufficient available memory.",
162162
"modelPath": "Model Path",
163163
"modelPathDesc": "Select a MelBandRoformer model file in GGUF format",
164164
"modelPathPlaceholder": "Please select a model file",
165165
"selectModel": "Select Model",
166166
"browseButton": "📁 Browse",
167-
"instructions": "Setup Instructions:",
168-
"instructionModel": "Download BSRoformer model in GGUF format"
167+
"instructions": "See documentation to set up:",
168+
"instructionModel": "Download model and configure",
169+
"docLink": "📖 View Setup Guide"
169170
},
170171
"alignment": {
171172
"title": "Timestamp Alignment",
@@ -303,6 +304,14 @@
303304
"privacy": {
304305
"title": "Data & Privacy",
305306
"description": "This application will collect anonymous diagnostic data and error reports to help us continuously improve product stability."
307+
},
308+
"changelog": {
309+
"whatsNew": "What's New",
310+
"title": "What's New",
311+
"loading": "Loading release notes...",
312+
"error": "Failed to load release notes.",
313+
"retry": "Retry",
314+
"dismiss": "Got it"
306315
}
307316
}
308317
}

src/locales/ja-JP/settings.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,16 @@
158158
"title": "ボーカル分離",
159159
"enable": "ボーカル分離を有効化",
160160
"enableDesc": "文字起こし前にボーカルとBGMを分離し、BGM付き動画の精度を向上(GPU必須)",
161-
"noGpu": "Vulkan GPU が検出されませんでした。ボーカル分離は利用できません",
161+
"noGpu": "互換性のあるGPUが検出されませんでした。Apple Silicon Macまたは専用GPUを搭載したWindowsが必要です。",
162162
"memWarning": "この機能を有効にすると大量のメモリが必要です。十分な空きメモリを確保してください。",
163163
"modelPath": "モデルパス",
164164
"modelPathDesc": "GGUF形式のMelBandRoformerモデルファイルを選択",
165165
"modelPathPlaceholder": "モデルファイルを選択してください",
166166
"selectModel": "モデルを選択",
167167
"browseButton": "📁 参照",
168-
"instructions": "設定手順:",
169-
"instructionModel": "GGUF形式のBSRoformerモデルをダウンロード"
168+
"instructions": "ドキュメントを参照してセットアップ:",
169+
"instructionModel": "モデルをダウンロードして設定",
170+
"docLink": "📖 設定ガイドを見る"
170171
},
171172
"alignment": {
172173
"title": "タイムスタンプ調整",
@@ -304,6 +305,14 @@
304305
"privacy": {
305306
"title": "データとプライバシー",
306307
"description": "本アプリは、製品の安定性を継続的に向上させるために、匿名の診断データおよびエラーレポートを収集します。"
308+
},
309+
"changelog": {
310+
"whatsNew": "新機能",
311+
"title": "新機能",
312+
"loading": "リリースノートを読み込み中...",
313+
"error": "リリースノートの読み込みに失敗しました",
314+
"retry": "再試行",
315+
"dismiss": "OK"
307316
}
308317
}
309318
}

src/locales/zh-CN/settings.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,16 @@
157157
"title": "人声分离",
158158
"enable": "启用人声分离",
159159
"enableDesc": "在转录前分离人声和背景音乐,提高含 BGM 视频的转录准确率(需要 GPU)",
160-
"noGpu": "未检测到 Vulkan GPU,无法使用人声分离",
160+
"noGpu": "未检测到可用的 GPU,无法使用人声分离。仅支持 Apple Silicon Mac 和带独立显卡的 Windows。",
161161
"memWarning": "启用此功能需要大量的内存,请确保可用内存充足。",
162162
"modelPath": "模型路径",
163163
"modelPathDesc": "选择 GGUF 格式的 MelBandRoformer 模型文件",
164164
"modelPathPlaceholder": "请选择模型文件",
165165
"selectModel": "选择模型",
166166
"browseButton": "📁 浏览",
167-
"instructions": "设置说明:",
168-
"instructionModel": "需要下载 GGUF 格式的 BSRoformer 模型"
167+
"instructions": "请参阅文档完成配置:",
168+
"instructionModel": "下载模型并配置",
169+
"docLink": "📖 查看配置文档"
169170
},
170171
"alignment": {
171172
"title": "时间轴对齐",
@@ -308,6 +309,14 @@
308309
"privacy": {
309310
"title": "数据与隐私",
310311
"description": "本应用会收集匿名诊断数据及错误报告,以帮助我们持续改进产品稳定性。"
312+
},
313+
"changelog": {
314+
"whatsNew": "更新内容",
315+
"title": "更新内容",
316+
"loading": "正在加载更新日志...",
317+
"error": "无法加载更新日志",
318+
"retry": "重试",
319+
"dismiss": "知道了"
311320
}
312321
}
313322
}

0 commit comments

Comments
 (0)