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 bulundu: {path}",
|
||||
"error_getting_path": "❌ yt-dlp yolu alma hatası: {error}",
|
||||
"updating_binary": "📦 Uygulama yönetimli yt-dlp binary'si güncelleniyor...",
|
||||
"updating_pip": "🐍 pip aracılığıyla sistem yt-dlp'si güncelleniyor...",
|
||||
"update_failed": "❌ yt-dlp güncellemesi başarısız. Lütfen tekrar deneyin veya internet bağlantınızı kontrol edin.",
|
||||
"binary_updated": "✅ Binary başarıyla güncellendi!",
|
||||
"update_failed_stderr": "❌ yt-dlp güncellemesi başarısız: {error}",
|
||||
"update_timeout": "❌ yt-dlp güncelleme zaman aşımı.",
|
||||
"unexpected_error": "❌ Güncelleme sırasında beklenmeyen hata: {error}",
|
||||
"checking_pip": "🔍 Mevcut pip kurulumu kontrol ediliyor...",
|
||||
"current_version": "📋 Mevcut sürüm: {version}",
|
||||
"not_found_pip": "⚠️ yt-dlp pip aracılığıyla bulunamadı, kurulum deneniyor...",
|
||||
"checking_latest": "🌐 En son sürüm kontrol ediliyor...",
|
||||
"failed_check_updates": "❌ Güncelleme kontrolü başarısız",
|
||||
"latest_version": "🆕 En son sürüm: {version}",
|
||||
"updating_from_to": "⬆️ {current}'den {latest}'e güncelleniyor...",
|
||||
"running_pip_install": "📦 pip install --upgrade çalıştırılıyor...",
|
||||
"pip_completed": "✅ Pip güncellemesi başarıyla tamamlandı!",
|
||||
"pip_failed": "❌ Pip güncellemesi başarısız: {error}",
|
||||
"already_up_to_date": "✅ yt-dlp zaten güncel!",
|
||||
"pip_timeout": "❌ pip güncellemesi 5 dakika sonra zaman aşımına uğradı",
|
||||
"update_success": "✅ yt-dlp başarıyla güncellendi!",
|
||||
"already_latest": "yt-dlp güncel (sürüm {version})",
|
||||
"network_error": "❌ Güncelleme sırasında ağ hatası: {error}",
|
||||
"general_error": "❌ Güncelleme başarısız: {error}",
|
||||
"error_pip_update": "❌ Pip güncellemesi sırasında hata: {error}",
|
||||
"pip_update_failed": "❌ Pip güncellemesi başarısız: {error}"
|
||||
"general_error": "❌ Güncelleme başarısız: {error}"
|
||||
},
|
||||
"about": {
|
||||
"title": "YTSage Hakkında",
|
||||
|
||||
Reference in New Issue
Block a user