mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
fix typos in translation
This commit is contained in:
@@ -41,7 +41,7 @@ body:
|
||||
Download4 = "Check your network settings and run the installation again"
|
||||
Download5 = "Downloading Spotify"
|
||||
Download6 = "Curl error"
|
||||
StopScrpit = "Script is stopped"
|
||||
StopScript = "Script is stopped"
|
||||
MsSpoti = "The Microsoft Store version of Spotify has been detected which is not supported"
|
||||
MsSpoti2 = "Uninstall Spotify Microsoft Store edition [Y/N]"
|
||||
MsSpoti3 = "Automatically uninstalling Spotify MS..."
|
||||
|
||||
14
Install.ps1
14
Install.ps1
@@ -483,7 +483,7 @@ function downloadScripts($param1) {
|
||||
$Error[0].Exception
|
||||
Write-Host ""
|
||||
Write-Host ($lang).Download4`n
|
||||
($lang).StopScrpit
|
||||
($lang).StopScript
|
||||
$tempDirectory = $PWD
|
||||
Pop-Location
|
||||
ErrorSend
|
||||
@@ -540,7 +540,7 @@ if ($win10 -or $win11 -or $win8_1 -or $win8 -or $win12) {
|
||||
Get-AppxPackage -Name SpotifyAB.SpotifyMusic | Remove-AppxPackage
|
||||
}
|
||||
if ($ch -eq 'n') {
|
||||
Read-Host ($lang).StopScrpit
|
||||
Read-Host ($lang).StopScript
|
||||
Pause
|
||||
Exit
|
||||
}
|
||||
@@ -745,7 +745,7 @@ if ($spotifyInstalled) {
|
||||
}
|
||||
|
||||
if ($ch -eq 'n') {
|
||||
Write-Host ($lang).StopScrpit
|
||||
Write-Host ($lang).StopScript
|
||||
$tempDirectory = $PWD
|
||||
Pop-Location
|
||||
Start-Sleep -Milliseconds 200
|
||||
@@ -954,7 +954,7 @@ while ($retries -lt 3) {
|
||||
if ($retries -eq 3) {
|
||||
|
||||
Write-Host "Failed to get patches.json" -ForegroundColor Red
|
||||
Write-Host ($lang).StopScrpit
|
||||
Write-Host ($lang).StopScript
|
||||
$tempDirectory = $PWD
|
||||
Pop-Location
|
||||
ErrorSend
|
||||
@@ -1268,7 +1268,7 @@ $spotify_exe_bak_patch = "$env:APPDATA\Spotify\Spotify.bak"
|
||||
if ($test_spa -and $test_js) {
|
||||
Write-Host ($lang).Error -ForegroundColor Red
|
||||
Write-Host ($lang).FileLocBroken
|
||||
Write-Host ($lang).StopScrpit
|
||||
Write-Host ($lang).StopScript
|
||||
pause
|
||||
Exit
|
||||
}
|
||||
@@ -1287,14 +1287,14 @@ if ($test_js) {
|
||||
Start-Process $Url
|
||||
}
|
||||
|
||||
Write-Host ($lang).StopScrpit
|
||||
Write-Host ($lang).StopScript
|
||||
Pause
|
||||
Exit
|
||||
}
|
||||
|
||||
if (!($test_js) -and !($test_spa)) {
|
||||
Write-Host "xpui.spa not found, reinstall Spotify"
|
||||
Write-Host ($lang).StopScrpit
|
||||
Write-Host ($lang).StopScript
|
||||
Pause
|
||||
Exit
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "আপনার নেটওয়ার্ক সেটিংস চেক করুন এবং পুনরায় ইনস্টলেশন শুরু করুন"
|
||||
Download5 = "স্পটিফাই ডাউনলোড হচ্ছে"
|
||||
Download6 = "কার্ল সমস্যা"
|
||||
StopScrpit = "স্ক্রিপ্ট থেমে গেছে"
|
||||
StopScript = "স্ক্রিপ্ট থেমে গেছে"
|
||||
MsSpoti = "স্পটিফাই এর মাইক্রোসফট স্টোর সংস্করণ সনাক্ত করা হয়েছে যেটি সমর্থিত নয়"
|
||||
MsSpoti2 = "স্পটিফাই এর উইন্ডোজ স্টোর সংস্করণ আনইন্সটল করুন [Y/N]"
|
||||
MsSpoti3 = "স্বয়ংক্রিয়ভাবে স্পটিফাই এর মাইক্রোসফট স্টোর সংস্করণ আনইন্সটল করা হচ্ছে..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Überprüfen Sie Ihre Netzwerkeinstellungen und starten Sie die Installation erneut"
|
||||
Download5 = "Lade Spotify herunter"
|
||||
Download6 = "Curl Fehler"
|
||||
StopScrpit = "Skript wurde gestoppt"
|
||||
StopScript = "Skript wurde gestoppt"
|
||||
MsSpoti = "Die Microsoft Store Version von Spotify wurde gefunden, jedoch wird sie nicht unterstützt"
|
||||
MsSpoti2 = "Die Microsoft Store Version von Spotify deinstallieren? [Y/N]"
|
||||
MsSpoti3 = "Deinstalliere die MS Version von Spotify automatisch..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Ελέγξτε τις ρυθμίσεις του δικτύου σας και εκτελέστε ξανά την εγκατάσταση"
|
||||
Download5 = "Λήψη Spotify"
|
||||
Download6 = "Σφάλμα Curl"
|
||||
StopScrpit = "Το Script έχει σταματήσει"
|
||||
StopScript = "Το Script έχει σταματήσει"
|
||||
MsSpoti = "Εντοπίστηκε η έκδοση του Spotify του Microsoft Store η οποία δεν υποστηρίζεται"
|
||||
MsSpoti2 = "Απεγκατάσταση Spotify έκδοσης Microsoft Store [Y/N]"
|
||||
MsSpoti3 = "Αυτόματη απεγκατάσταση Spotify MS..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Check your network settings and run the installation again"
|
||||
Download5 = "Downloading Spotify"
|
||||
Download6 = "Curl error"
|
||||
StopScrpit = "Script is stopped"
|
||||
StopScript = "Script is stopped"
|
||||
MsSpoti = "The Microsoft Store version of Spotify has been detected which is not supported"
|
||||
MsSpoti2 = "Uninstall Spotify Microsoft Store edition [Y/N]"
|
||||
MsSpoti3 = "Automatically uninstalling Spotify MS..."
|
||||
@@ -47,6 +47,7 @@
|
||||
FileLocBroken = "Location of Spotify files is broken, uninstall Spotify client and run the script again"
|
||||
Spicetify = "Spicetify detected, it must be installed after SpotX, open recommended actions in FAQ ? [Y/N]"
|
||||
ExpSpotify = "Experimental features operated by Spotify"
|
||||
NoRestore = "SpotX has already been installed, xpui.bak not found. `nPlease uninstall Spotify client and run Install.bat again"
|
||||
InstallComplete = "installation completed"
|
||||
HostInfo = "Unwanted URLs found in hosts file"
|
||||
HostBak = "Backing up hosts.bak..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Comprueba tu configuración de red y ejecuta la instalación de nuevo"
|
||||
Download5 = "Descargando Spotify"
|
||||
Download6 = "Curl error" #
|
||||
StopScrpit = "El script se ha detenido"
|
||||
StopScript = "El script se ha detenido"
|
||||
MsSpoti = "La versión de Spotify de Microsoft Store se ha detectado y no es compatible"
|
||||
MsSpoti2 = "Desinstalar Spotify edición Microsoft Store [Y/N]"
|
||||
MsSpoti3 = "Desinstalación automática de Spotify de Microsoft Store..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "تنظیمات شبکه خود را بررسی کنید و دوباره نصب را اجرا کنید"
|
||||
Download5 = "در حال دانلود اسپاتیفای"
|
||||
Download6 = "خطای Curl"
|
||||
StopScrpit = "اسکریپت متوقف شده است"
|
||||
StopScript = "اسکریپت متوقف شده است"
|
||||
MsSpoti = "نسخه اسپاتیفای ویندوز استور شناسایی شده است که پشتیبانی نمی شود"
|
||||
MsSpoti2 = "نسخه اسپاتیفای ویندوز استور حذف شود [Y/N]"
|
||||
MsSpoti3 = "حذف خودکار اسپاتیفای MS"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Tarkista verkkoasetuksesi ja suorita asennus uudelleen"
|
||||
Download5 = "Ladataan Spotify:tä"
|
||||
Download6 = "Curl virhe"
|
||||
StopScrpit = "Skripti on pysäytetty"
|
||||
StopScript = "Skripti on pysäytetty"
|
||||
MsSpoti = "Spotifyn Microsoft Store -versio on havaittu, jota ei tueta"
|
||||
MsSpoti2 = "Poista Spotifyn Windows Store -versio [Y/N]"
|
||||
MsSpoti3 = "Spotifyn Microsoft Store -version automaattinen poistaminen..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Vérifiez vos réglages réseau et lancez à nouveau l'installation"
|
||||
Download5 = "Téléchargement de Spotify"
|
||||
Download6 = "Erreur de curl"
|
||||
StopScrpit = "Le script est arrêté"
|
||||
StopScript = "Le script est arrêté"
|
||||
MsSpoti = "La version Microsoft Store de Spotify a été détectée et n'est pas prise en charge"
|
||||
MsSpoti2 = "Désinstaller la version Microsoft Store de Spotify [Y/N] ?"
|
||||
MsSpoti3 = "Désinstallation automatique de Spotify MS..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "अपनी नेटवर्क सेटिंग्स की जाँच करें और फिर से इंस्टॉलेशन चलाएँ"
|
||||
Download5 = "स्पॉटिफाई डाउनलोड हो रहा है"
|
||||
Download6 = "कर्ल एरर"
|
||||
StopScrpit = "स्क्रिप्ट बंद हो गई है("
|
||||
StopScript = "स्क्रिप्ट बंद हो गई है("
|
||||
MsSpoti = "स्पॉटिफाई के माइक्रोसॉफ्ट स्टोर संस्करण का पता चला है जो समर्थित नहीं है"
|
||||
MsSpoti2 = "स्पॉटिफाई विंडोज स्टोर संस्करण को अनइंस्टॉल करें [Y/N]"
|
||||
MsSpoti3 = "स्पॉटिफाई एमएस को अपने आप अनइंस्टॉल कर रहा है..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Ellenőrizze a hálózati beállításokat, és futtassa újra a telepítést"
|
||||
Download5 = "Spotify letöltése"
|
||||
Download6 = "Curl hiba"
|
||||
StopScrpit = "A script leállt"
|
||||
StopScript = "A script leállt"
|
||||
MsSpoti = "A Spotify Microsoft Store verziója van telepítve, amely nem támogatott"
|
||||
MsSpoti2 = "A Spotify Microsoft Store kiadásának eltávolítása [Y/N]"
|
||||
MsSpoti3 = "A Spotify MS automatikus eltávolítása..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Periksa pengaturan jaringan/internet anda dan jalankan instalasi lagi"
|
||||
Download5 = "Mengunduh Spotify"
|
||||
Download6 = "Kesalahan pada Curl"
|
||||
StopScrpit = "Skrip dihentikan"
|
||||
StopScript = "Skrip dihentikan"
|
||||
MsSpoti = "Versi Microsoft Store dari Spotify terdeteksi, versi ini tidak didukung"
|
||||
MsSpoti2 = "Copot pemasangan Spotify edisi Microsoft Store [Y/N]"
|
||||
MsSpoti3 = "Menghapus instalan Spotify MS secara otomatis..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Verifica le tue impostazioni di rete ed esegui di nuovo l'installazione."
|
||||
Download5 = "Scaricamento di Spotify"
|
||||
Download6 = "Errore Curl"
|
||||
StopScrpit = "Lo script è stato fermato"
|
||||
StopScript = "Lo script è stato fermato"
|
||||
MsSpoti = "Trovata versione del Microsoft Store di Spotify, che non è supportata"
|
||||
MsSpoti2 = "Disinstallare la versione Microsoft Store di Spotify [Y/N]"
|
||||
MsSpoti3 = "Disinstallazione automatica di Spotify MS..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "ネットワークの設定を確認し再度インストールを実行してくささい"
|
||||
Download5 = "Spotify のダウンロード中"
|
||||
Download6 = "Curl のエラー"
|
||||
StopScrpit = "スクリプトが停止しました"
|
||||
StopScript = "スクリプトが停止しました"
|
||||
MsSpoti = "Microsoft Store 版の Spotify には対応していません"
|
||||
MsSpoti2 = "Microsoft Store 版の Spotifyをアンインストールしますか ? [Y/N]"
|
||||
MsSpoti3 = "Spotify MS 版を自動でアンインストール中..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "შეამოწმეთ თქვენი კავშირი ქსელთან და თავიდან სცადე ინსტალაცია"
|
||||
Download5 = "Spotify იწერება"
|
||||
Download6 = "Curl error" #
|
||||
StopScrpit = "სკრიპტი ჩერდება"
|
||||
StopScript = "სკრიპტი ჩერდება"
|
||||
MsSpoti = "Microsoft Store-ის ვერსია მოიძებნა რომელიც არ არის მხარდაჯერილი"
|
||||
MsSpoti2 = "წავშალოთ Spotify Microsoft Store-ის ვერსია [Y/N]"
|
||||
MsSpoti3 = "ავტუმატურად იშლება Spotify MS..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "네트워크 설정을 확인하시고 다시 실행해주세요"
|
||||
Download5 = "Spotify 다운로드 중"
|
||||
Download6 = "Curl 오류"
|
||||
StopScrpit = "스크립트가 중단되었습니다"
|
||||
StopScript = "스크립트가 중단되었습니다"
|
||||
MsSpoti = "Microsoft Store 버전의 Spotify가 감지되었으며 이는 지원되지 않습니다"
|
||||
MsSpoti2 = "Spotify Microsoft Store 버전을 제거할까요? [Y/N]"
|
||||
MsSpoti3 = "Spotify Microsoft Store 버전을 자동으로 제거하는 중..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Pārbaudi savus tīkla iestatījumus un mēģini instalēt vēlreiz"
|
||||
Download5 = "Lejuplādejam Spotify"
|
||||
Download6 = "Curl kļūda"
|
||||
StopScrpit = "Skripts ir apstājies"
|
||||
StopScript = "Skripts ir apstājies"
|
||||
MsSpoti = "Microsoft veikala Spotify versija tika konstatēta, un nav atbalstīta."
|
||||
MsSpoti2 = "Izdzēst Spotify Microsoft Store versiju [Y/N]"
|
||||
MsSpoti3 = "Automātiski izdzēš Spotify MS..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Sprawdź swoje połączenie z siecią i spróbuj ponownie"
|
||||
Download5 = "Pobieranie Spotify"
|
||||
Download6 = "Błąd Curl"
|
||||
StopScrpit = "Skrypt wstrzymany"
|
||||
StopScript = "Skrypt wstrzymany"
|
||||
MsSpoti = "Wersja Spotify ze Sklepu Microsoft została wykryta i nie jest wspierana"
|
||||
MsSpoti2 = "Odinstalować wersję Spotify ze Sklepu Microsoft? [Y/N]"
|
||||
MsSpoti3 = "Automatyczne odinstalowywanie Spotify z MS..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Verifique suas configurações de rede e tente executar a instalação novamente"
|
||||
Download5 = "Baixando o Spotify"
|
||||
Download6 = "Erro de Curl"
|
||||
StopScrpit = "O script foi interrompido"
|
||||
StopScript = "O script foi interrompido"
|
||||
MsSpoti = "A versão do Spotify da Microsoft Store foi detectada, a qual não é suportada"
|
||||
MsSpoti2 = "Desinstalar edição do Spotify da Microsoft Store [Y/N]"
|
||||
MsSpoti3 = "Desinstalação automática do Spotify da MS..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Verificați setările de rețea și rulați din nou instalarea"
|
||||
Download5 = "Se descarca Spotify"
|
||||
Download6 = "Eroare Curl"
|
||||
StopScrpit = "Scriptul a fost oprit"
|
||||
StopScript = "Scriptul a fost oprit"
|
||||
MsSpoti = "A fost detectată versiunea Microsoft Store a Spotify, care nu este suportată"
|
||||
MsSpoti2 = "Dezinstalati versiunea Microsoft Store a Spotify [Y/N]"
|
||||
MsSpoti3 = "Dezinstalare automată a Spotify MS..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Проверьте настройки вашей сети и снова запустите установку"
|
||||
Download5 = "Загрузка Spotify"
|
||||
Download6 = "Curl error"
|
||||
StopScrpit = "Cкрипт остановлен"
|
||||
StopScript = "Cкрипт остановлен"
|
||||
MsSpoti = "Обнаружена версия Spotify из Microsoft Store, которая не поддерживается"
|
||||
MsSpoti2 = "Хотите удалить Spotify Microsoft Store ? [Y/N]"
|
||||
MsSpoti3 = "Автоматическое удаление Spotify MS..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Проверите своје поставке мреже и покрените инсталацију још једном"
|
||||
Download5 = "Преузимање Spotify-ја"
|
||||
Download6 = "Curl грешка"
|
||||
StopScrpit = "Скрипта заустављена"
|
||||
StopScript = "Скрипта заустављена"
|
||||
MsSpoti = "Детектована је верзија Spotify-ја из Microsoft Store-а, што није подржано"
|
||||
MsSpoti2 = "Деинсталирати верзију Spotify-ја из Microsoft Store-а? [Y/N]"
|
||||
MsSpoti3 = "Аутоматска деинсталација Spotify MS..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Ağ ayarlarınızı kontrol edin ve kurulumu tekrar çalıştırın"
|
||||
Download5 = "Spotify indiriliyor"
|
||||
Download6 = "Curl hatası"
|
||||
StopScrpit = "Komut dosyası durduruldu"
|
||||
StopScript = "Komut dosyası durduruldu"
|
||||
MsSpoti = "Spotify'ın desteklenmeyen Microsoft Store sürümü tespit edildi"
|
||||
MsSpoti2 = "Spotify'ın Microsoft Store sürümünü kaldır [Y/N]"
|
||||
MsSpoti3 = "Spotify MS otomatik olarak kaldırlıyor..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Перевірте налаштування вашого з'єднання та запустіть інсталятор знову"
|
||||
Download5 = "Завантаження Spotify"
|
||||
Download6 = "Помилка Curl"
|
||||
StopScrpit = "Скрипт зупинено"
|
||||
StopScript = "Скрипт зупинено"
|
||||
MsSpoti = "Знайдено версію Spotify з Microsoft Store, яка не підтримується"
|
||||
MsSpoti2 = "Видалити версію Spotify з Microsoft Store [Y/N]"
|
||||
MsSpoti3 = "Автоматичне видалення Spotify MS..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "Hãy kiểm tra cài đặt mạng và chạy lại chương trình"
|
||||
Download5 = "Đang tải Spotify"
|
||||
Download6 = "Lỗi curl"
|
||||
StopScrpit = "Đã dừng bản vá"
|
||||
StopScript = "Đã dừng bản vá"
|
||||
MsSpoti = "Phát hiện phiên bản Spotify của Microsoft Store, bản này không được hỗ trợ"
|
||||
MsSpoti2 = "Gỡ Spotify của Microsoft Store [Y/N]"
|
||||
MsSpoti3 = "Đang tự động gỡ Spotify MS..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "檢查您的網路設定後再次嘗試安裝"
|
||||
Download5 = "下載 Spotify"
|
||||
Download6 = "Curl 錯誤"
|
||||
StopScrpit = "腳本已停止"
|
||||
StopScript = "腳本已停止"
|
||||
MsSpoti = "偵測到不支援的 Spotify 微軟商店版本"
|
||||
MsSpoti2 = "解除安裝微軟商店的 Spotify [Y/N]"
|
||||
MsSpoti3 = "自動解除安裝 Spotify 的微軟商店版本..."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Download4 = "检查您的网络设置后再次尝试安装"
|
||||
Download5 = "下载 Spotify"
|
||||
Download6 = "Curl 错误"
|
||||
StopScrpit = "脚本已停止"
|
||||
StopScript = "脚本已停止"
|
||||
MsSpoti = "检测到 Spotify 是微软商店版本,该版本不受到支持"
|
||||
MsSpoti2 = "卸载微软商店的 Spotify [Y/N]"
|
||||
MsSpoti3 = "自动卸载 Spotify 的微软商店版本..."
|
||||
|
||||
Reference in New Issue
Block a user