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