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": "Erro: {error}"
|
||||
},
|
||||
"update_dialog": {
|
||||
"title": "Atualização Disponível"
|
||||
"title": "Atualização Disponível",
|
||||
"new_version_available": "Uma nova versão do YTSage está disponível!",
|
||||
"current_version_label": "Versão atual:",
|
||||
"latest_version_label": "Última versão:",
|
||||
"changelog": "Registro de alterações",
|
||||
"download_update": "Baixar Atualização",
|
||||
"remind_later": "Lembrar Mais Tarde"
|
||||
},
|
||||
"playlist": {
|
||||
"unknown": "Playlist Desconhecida",
|
||||
|
||||
Reference in New Issue
Block a user