Add Keys for update and error messages
Replaces hardcoded update and error strings in ytsage_dialogs_update.py with internationalized messages. Adds new translation keys for update success, already latest, network error, general error, pip update errors, and pip update failed in all supported languages.
This commit is contained in:
+7
-1
@@ -210,7 +210,13 @@
|
||||
"pip_completed": "✅ Aktualizacja pip zakończona pomyślnie!",
|
||||
"pip_failed": "❌ Aktualizacja pip nie powiodła się: {error}",
|
||||
"already_up_to_date": "✅ yt-dlp jest już aktualny!",
|
||||
"pip_timeout": "❌ Przekroczono limit czasu aktualizacji pip po 5 minutach"
|
||||
"pip_timeout": "❌ Przekroczono limit czasu aktualizacji pip po 5 minutach",
|
||||
"update_success": "✅ yt-dlp został pomyślnie zaktualizowany!",
|
||||
"already_latest": "yt-dlp jest aktualny (wersja {version})",
|
||||
"network_error": "❌ Błąd sieci podczas aktualizacji: {error}",
|
||||
"general_error": "❌ Aktualizacja nie powiodła się: {error}",
|
||||
"error_pip_update": "❌ Błąd podczas aktualizacji pip: {error}",
|
||||
"pip_update_failed": "❌ Aktualizacja pip nie powiodła się: {error}"
|
||||
},
|
||||
"about": {
|
||||
"title": "O YTSage",
|
||||
|
||||
Reference in New Issue
Block a user