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": "Erreur : {error}"
|
||||
},
|
||||
"update_dialog": {
|
||||
"title": "Mise à jour disponible"
|
||||
"title": "Mise à jour disponible",
|
||||
"new_version_available": "Une nouvelle version de YTSage est disponible !",
|
||||
"current_version_label": "Version actuelle :",
|
||||
"latest_version_label": "Dernière version :",
|
||||
"changelog": "Journal des modifications",
|
||||
"download_update": "Télécharger la mise à jour",
|
||||
"remind_later": "Me le rappeler plus tard"
|
||||
},
|
||||
"playlist": {
|
||||
"unknown": "Playlist inconnue",
|
||||
|
||||
Reference in New Issue
Block a user