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": "Błąd: {error}"
|
||||
},
|
||||
"update_dialog": {
|
||||
"title": "Dostępna aktualizacja"
|
||||
"title": "Dostępna aktualizacja",
|
||||
"new_version_available": "Dostępna jest nowa wersja YTSage!",
|
||||
"current_version_label": "Aktualna wersja:",
|
||||
"latest_version_label": "Najnowsza wersja:",
|
||||
"changelog": "Lista zmian",
|
||||
"download_update": "Pobierz aktualizację",
|
||||
"remind_later": "Przypomnij później"
|
||||
},
|
||||
"playlist": {
|
||||
"unknown": "Nieznana playlista",
|
||||
|
||||
Reference in New Issue
Block a user