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
@@ -195,29 +195,15 @@
|
||||
"found_at": "📍 Found yt-dlp at: {path}",
|
||||
"error_getting_path": "❌ Error getting yt-dlp path: {error}",
|
||||
"updating_binary": "📦 Updating app-managed yt-dlp binary...",
|
||||
"updating_pip": "🐍 Updating system yt-dlp via pip...",
|
||||
"update_failed": "❌ Failed to update yt-dlp. Please try again or check your internet connection.",
|
||||
"binary_updated": "✅ Binary successfully updated!",
|
||||
"update_failed_stderr": "❌ yt-dlp update failed: {error}",
|
||||
"update_timeout": "❌ yt-dlp update timed out.",
|
||||
"unexpected_error": "❌ Unexpected error during update: {error}",
|
||||
"checking_pip": "🔍 Checking current pip installation...",
|
||||
"current_version": "📋 Current version: {version}",
|
||||
"not_found_pip": "⚠️ yt-dlp not found via pip, attempting installation...",
|
||||
"checking_latest": "🌐 Checking for latest version...",
|
||||
"failed_check_updates": "❌ Failed to check for updates",
|
||||
"latest_version": "🆕 Latest version: {version}",
|
||||
"updating_from_to": "⬆️ Updating from {current} to {latest}...",
|
||||
"running_pip_install": "📦 Running pip install --upgrade...",
|
||||
"pip_completed": "✅ Pip update completed successfully!",
|
||||
"pip_failed": "❌ Pip update failed: {error}",
|
||||
"pip_timeout": "❌ Pip update timed out after 5 minutes",
|
||||
"update_success": "✅ yt-dlp has been successfully updated!",
|
||||
"already_latest": "yt-dlp is up to date (version {version})",
|
||||
"network_error": "❌ Network error during update: {error}",
|
||||
"general_error": "❌ Update failed: {error}",
|
||||
"error_pip_update": "❌ Error during pip update: {error}",
|
||||
"pip_update_failed": "❌ Pip update failed: {error}"
|
||||
"general_error": "❌ Update failed: {error}"
|
||||
},
|
||||
"about": {
|
||||
"title": "About YTSage",
|
||||
|
||||
Reference in New Issue
Block a user