Remove pip update strings from translations
Deleted pip-related update messages from all language JSON files to simplify and unify the update flow messaging for yt-dlp. This change removes unused or deprecated strings related to pip installation and update status.
This commit is contained in:
+1
-15
@@ -194,30 +194,16 @@
|
||||
"found_at": "📍 yt-dlp trovato in: {path}",
|
||||
"error_getting_path": "❌ Errore nel recupero del percorso yt-dlp: {error}",
|
||||
"updating_binary": "📦 Aggiornamento binario yt-dlp gestito dall'app...",
|
||||
"updating_pip": "🐍 Aggiornamento yt-dlp di sistema via pip...",
|
||||
"update_failed": "❌ Aggiornamento yt-dlp fallito. Riprova o controlla la connessione internet.",
|
||||
"binary_updated": "✅ Binario aggiornato con successo!",
|
||||
"update_failed_stderr": "❌ Aggiornamento yt-dlp fallito: {error}",
|
||||
"update_timeout": "❌ Timeout aggiornamento yt-dlp.",
|
||||
"unexpected_error": "❌ Errore inaspettato durante l'aggiornamento: {error}",
|
||||
"checking_pip": "🔍 Controllo installazione pip corrente...",
|
||||
"current_version": "📋 Versione corrente: {version}",
|
||||
"not_found_pip": "⚠️ yt-dlp non trovato via pip, tentativo di installazione...",
|
||||
"checking_latest": "🌐 Controllo ultima versione...",
|
||||
"failed_check_updates": "❌ Controllo aggiornamenti fallito",
|
||||
"latest_version": "🆕 Ultima versione: {version}",
|
||||
"updating_from_to": "⬆️ Aggiornamento da {current} a {latest}...",
|
||||
"running_pip_install": "📦 Esecuzione pip install --upgrade...",
|
||||
"pip_completed": "✅ Aggiornamento pip completato con successo!",
|
||||
"pip_failed": "❌ Aggiornamento pip fallito: {error}",
|
||||
"already_up_to_date": "✅ yt-dlp è già aggiornato!",
|
||||
"pip_timeout": "❌ Timeout aggiornamento pip dopo 5 minuti",
|
||||
"update_success": "✅ yt-dlp è stato aggiornato con successo!",
|
||||
"already_latest": "yt-dlp è aggiornato (versione {version})",
|
||||
"network_error": "❌ Errore di rete durante l'aggiornamento: {error}",
|
||||
"general_error": "❌ Aggiornamento fallito: {error}",
|
||||
"error_pip_update": "❌ Errore durante l'aggiornamento pip: {error}",
|
||||
"pip_update_failed": "❌ Aggiornamento pip fallito: {error}"
|
||||
"general_error": "❌ Aggiornamento fallito: {error}"
|
||||
},
|
||||
"about": {
|
||||
"title": "Informazioni su YTSage",
|
||||
|
||||
Reference in New Issue
Block a user