Localize update dialog strings in all languages
Added new translation keys for update dialog fields (new version available, current/latest version labels, changelog, download update, remind later) in all supported languages. Updated the GUI code to use these localized strings instead of hardcoded English text for improved internationalization.
This commit is contained in:
+7
-1
@@ -379,7 +379,13 @@
|
||||
"generic_error": "エラー: {error}"
|
||||
},
|
||||
"update_dialog": {
|
||||
"title": "アップデートが利用可能です"
|
||||
"title": "アップデートが利用可能です",
|
||||
"new_version_available": "YTSageの新しいバージョンが利用可能です!",
|
||||
"current_version_label": "現在のバージョン:",
|
||||
"latest_version_label": "最新バージョン:",
|
||||
"changelog": "変更履歴",
|
||||
"download_update": "更新をダウンロード",
|
||||
"remind_later": "後で通知"
|
||||
},
|
||||
"playlist": {
|
||||
"unknown": "不明な再生リスト",
|
||||
|
||||
Reference in New Issue
Block a user