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 gefunden in: {path}",
|
||||
"error_getting_path": "❌ Fehler beim Abrufen des yt-dlp-Pfads: {error}",
|
||||
"updating_binary": "📦 App-verwaltete yt-dlp-Binärdatei wird aktualisiert...",
|
||||
"updating_pip": "🐍 System-yt-dlp wird über pip aktualisiert...",
|
||||
"update_failed": "❌ yt-dlp-Update fehlgeschlagen. Bitte versuchen Sie es erneut oder überprüfen Sie Ihre Internetverbindung.",
|
||||
"binary_updated": "✅ Binärdatei erfolgreich aktualisiert!",
|
||||
"update_failed_stderr": "❌ yt-dlp-Update fehlgeschlagen: {error}",
|
||||
"update_timeout": "❌ yt-dlp-Update-Zeitüberschreitung.",
|
||||
"unexpected_error": "❌ Unerwarteter Fehler während des Updates: {error}",
|
||||
"checking_pip": "🔍 Aktuelle pip-Installation wird überprüft...",
|
||||
"current_version": "📋 Aktuelle Version: {version}",
|
||||
"not_found_pip": "⚠️ yt-dlp über pip nicht gefunden, Installation wird versucht...",
|
||||
"checking_latest": "🌐 Neueste Version wird überprüft...",
|
||||
"failed_check_updates": "❌ Überprüfung auf Updates fehlgeschlagen",
|
||||
"latest_version": "🆕 Neueste Version: {version}",
|
||||
"updating_from_to": "⬆️ Update von {current} auf {latest}...",
|
||||
"running_pip_install": "📦 pip install --upgrade wird ausgeführt...",
|
||||
"pip_completed": "✅ Pip-Update erfolgreich abgeschlossen!",
|
||||
"pip_failed": "❌ Pip-Update fehlgeschlagen: {error}",
|
||||
"already_up_to_date": "✅ yt-dlp ist bereits auf dem neuesten Stand!",
|
||||
"pip_timeout": "❌ Pip-Update nach 5 Minuten abgelaufen",
|
||||
"update_success": "✅ yt-dlp wurde erfolgreich aktualisiert!",
|
||||
"already_latest": "yt-dlp ist auf dem neuesten Stand (Version {version})",
|
||||
"network_error": "❌ Netzwerkfehler während des Updates: {error}",
|
||||
"general_error": "❌ Update fehlgeschlagen: {error}",
|
||||
"error_pip_update": "❌ Fehler während des Pip-Updates: {error}",
|
||||
"pip_update_failed": "❌ Pip-Update fehlgeschlagen: {error}"
|
||||
"general_error": "❌ Update fehlgeschlagen: {error}"
|
||||
},
|
||||
"about": {
|
||||
"title": "Über YTSage",
|
||||
|
||||
Reference in New Issue
Block a user