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 मिला: {path}",
|
||||
"error_getting_path": "❌ yt-dlp पथ प्राप्त करने में त्रुटि: {error}",
|
||||
"updating_binary": "📦 ऐप-प्रबंधित yt-dlp बाइनरी अपडेट हो रही है...",
|
||||
"updating_pip": "🐍 pip के माध्यम से सिस्टम yt-dlp अपडेट हो रहा है...",
|
||||
"update_failed": "❌ yt-dlp अपडेट असफल। कृपया पुनः प्रयास करें या अपना इंटरनेट कनेक्शन जांचें।",
|
||||
"binary_updated": "✅ बाइनरी सफलतापूर्वक अपडेट हुई!",
|
||||
"update_failed_stderr": "❌ yt-dlp अपडेट असफल: {error}",
|
||||
"update_timeout": "❌ yt-dlp अपडेट टाइमआउट।",
|
||||
"unexpected_error": "❌ अपडेट के दौरान अनपेक्षित त्रुटि: {error}",
|
||||
"checking_pip": "🔍 वर्तमान pip इंस्टॉलेशन की जांच हो रही है...",
|
||||
"current_version": "📋 वर्तमान संस्करण: {version}",
|
||||
"not_found_pip": "⚠️ pip के माध्यम से yt-dlp नहीं मिला, इंस्टॉल करने का प्रयास हो रहा है...",
|
||||
"checking_latest": "🌐 नवीनतम संस्करण की जांच हो रही है...",
|
||||
"failed_check_updates": "❌ अपडेट जांच असफल",
|
||||
"latest_version": "🆕 नवीनतम संस्करण: {version}",
|
||||
"updating_from_to": "⬆️ {current} से {latest} पर अपडेट हो रहा है...",
|
||||
"running_pip_install": "📦 pip install --upgrade चल रहा है...",
|
||||
"pip_completed": "✅ Pip अपडेट सफलतापूर्वक पूर्ण!",
|
||||
"pip_failed": "❌ Pip अपडेट असफल: {error}",
|
||||
"already_up_to_date": "✅ yt-dlp पहले से अप टू डेट है!",
|
||||
"pip_timeout": "❌ pip अपडेट 5 मिनट के बाद समय समाप्त हो गया",
|
||||
"update_success": "✅ yt-dlp सफलतापूर्वक अपडेट किया गया है!",
|
||||
"already_latest": "yt-dlp अप टू डेट है (संस्करण {version})",
|
||||
"network_error": "❌ अपडेट के दौरान नेटवर्क त्रुटि: {error}",
|
||||
"general_error": "❌ अपडेट असफल: {error}",
|
||||
"error_pip_update": "❌ pip अपडेट के दौरान त्रुटि: {error}",
|
||||
"pip_update_failed": "❌ Pip अपडेट असफल: {error}"
|
||||
"general_error": "❌ अपडेट असफल: {error}"
|
||||
},
|
||||
"about": {
|
||||
"title": "YTSage के बारे में",
|
||||
|
||||
Reference in New Issue
Block a user