From 43718565fc57c7dd499fc8a9d871562c5d118f2a Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Mon, 17 Apr 2023 11:55:16 +0300 Subject: [PATCH] fix typos in translation --- .../ISSUE_TEMPLATE/installer-new-translation.yml | 2 +- Install.ps1 | 14 +++++++------- scripts/installer-lang/bn.ps1 | 2 +- scripts/installer-lang/de.ps1 | 2 +- scripts/installer-lang/el.ps1 | 2 +- scripts/installer-lang/en.ps1 | 3 ++- scripts/installer-lang/es.ps1 | 2 +- scripts/installer-lang/fa.ps1 | 2 +- scripts/installer-lang/fi.ps1 | 2 +- scripts/installer-lang/fr.ps1 | 2 +- scripts/installer-lang/hi.ps1 | 2 +- scripts/installer-lang/hu.ps1 | 2 +- scripts/installer-lang/id.ps1 | 2 +- scripts/installer-lang/it.ps1 | 2 +- scripts/installer-lang/ja.ps1 | 2 +- scripts/installer-lang/ka.ps1 | 2 +- scripts/installer-lang/ko.ps1 | 2 +- scripts/installer-lang/lv.ps1 | 2 +- scripts/installer-lang/pl.ps1 | 2 +- scripts/installer-lang/pt.ps1 | 2 +- scripts/installer-lang/ro.ps1 | 2 +- scripts/installer-lang/ru.ps1 | 2 +- scripts/installer-lang/sr.ps1 | 2 +- scripts/installer-lang/tr.ps1 | 2 +- scripts/installer-lang/ua.ps1 | 2 +- scripts/installer-lang/vi.ps1 | 2 +- scripts/installer-lang/zh-TW.ps1 | 2 +- scripts/installer-lang/zh.ps1 | 2 +- 28 files changed, 35 insertions(+), 34 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/installer-new-translation.yml b/.github/ISSUE_TEMPLATE/installer-new-translation.yml index 1e0f016..bb48a75 100644 --- a/.github/ISSUE_TEMPLATE/installer-new-translation.yml +++ b/.github/ISSUE_TEMPLATE/installer-new-translation.yml @@ -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..." diff --git a/Install.ps1 b/Install.ps1 index 8dce8aa..3c61042 100644 --- a/Install.ps1 +++ b/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 } diff --git a/scripts/installer-lang/bn.ps1 b/scripts/installer-lang/bn.ps1 index 57581f2..ec12a34 100644 --- a/scripts/installer-lang/bn.ps1 +++ b/scripts/installer-lang/bn.ps1 @@ -11,7 +11,7 @@ Download4 = "আপনার নেটওয়ার্ক সেটিংস চেক করুন এবং পুনরায় ইনস্টলেশন শুরু করুন" Download5 = "স্পটিফাই ডাউনলোড হচ্ছে" Download6 = "কার্ল সমস্যা" - StopScrpit = "স্ক্রিপ্ট থেমে গেছে" + StopScript = "স্ক্রিপ্ট থেমে গেছে" MsSpoti = "স্পটিফাই এর মাইক্রোসফট স্টোর সংস্করণ সনাক্ত করা হয়েছে যেটি সমর্থিত নয়" MsSpoti2 = "স্পটিফাই এর উইন্ডোজ স্টোর সংস্করণ আনইন্সটল করুন [Y/N]" MsSpoti3 = "স্বয়ংক্রিয়ভাবে স্পটিফাই এর মাইক্রোসফট স্টোর সংস্করণ আনইন্সটল করা হচ্ছে..." diff --git a/scripts/installer-lang/de.ps1 b/scripts/installer-lang/de.ps1 index 6445d2d..49f89c7 100644 --- a/scripts/installer-lang/de.ps1 +++ b/scripts/installer-lang/de.ps1 @@ -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..." diff --git a/scripts/installer-lang/el.ps1 b/scripts/installer-lang/el.ps1 index 837cd55..1f769f6 100644 --- a/scripts/installer-lang/el.ps1 +++ b/scripts/installer-lang/el.ps1 @@ -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..." diff --git a/scripts/installer-lang/en.ps1 b/scripts/installer-lang/en.ps1 index 1827ed7..bf13ad9 100644 --- a/scripts/installer-lang/en.ps1 +++ b/scripts/installer-lang/en.ps1 @@ -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..." diff --git a/scripts/installer-lang/es.ps1 b/scripts/installer-lang/es.ps1 index 2bff333..39a1954 100644 --- a/scripts/installer-lang/es.ps1 +++ b/scripts/installer-lang/es.ps1 @@ -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..." diff --git a/scripts/installer-lang/fa.ps1 b/scripts/installer-lang/fa.ps1 index 87746ad..268f120 100644 --- a/scripts/installer-lang/fa.ps1 +++ b/scripts/installer-lang/fa.ps1 @@ -11,7 +11,7 @@ Download4 = "تنظیمات شبکه خود را بررسی کنید و دوباره نصب را اجرا کنید" Download5 = "در حال دانلود اسپاتیفای" Download6 = "خطای Curl" - StopScrpit = "اسکریپت متوقف شده است" + StopScript = "اسکریپت متوقف شده است" MsSpoti = "نسخه اسپاتیفای ویندوز استور شناسایی شده است که پشتیبانی نمی شود" MsSpoti2 = "نسخه اسپاتیفای ویندوز استور حذف شود [Y/N]" MsSpoti3 = "حذف خودکار اسپاتیفای MS" diff --git a/scripts/installer-lang/fi.ps1 b/scripts/installer-lang/fi.ps1 index 00ca0dc..c730cad 100644 --- a/scripts/installer-lang/fi.ps1 +++ b/scripts/installer-lang/fi.ps1 @@ -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..." diff --git a/scripts/installer-lang/fr.ps1 b/scripts/installer-lang/fr.ps1 index 46dc006..eb36eb6 100644 --- a/scripts/installer-lang/fr.ps1 +++ b/scripts/installer-lang/fr.ps1 @@ -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..." diff --git a/scripts/installer-lang/hi.ps1 b/scripts/installer-lang/hi.ps1 index 56f6039..830fcb8 100644 --- a/scripts/installer-lang/hi.ps1 +++ b/scripts/installer-lang/hi.ps1 @@ -11,7 +11,7 @@ Download4 = "अपनी नेटवर्क सेटिंग्स की जाँच करें और फिर से इंस्टॉलेशन चलाएँ" Download5 = "स्पॉटिफाई डाउनलोड हो रहा है" Download6 = "कर्ल एरर" - StopScrpit = "स्क्रिप्ट बंद हो गई है(" + StopScript = "स्क्रिप्ट बंद हो गई है(" MsSpoti = "स्पॉटिफाई के माइक्रोसॉफ्ट स्टोर संस्करण का पता चला है जो समर्थित नहीं है" MsSpoti2 = "स्पॉटिफाई विंडोज स्टोर संस्करण को अनइंस्टॉल करें [Y/N]" MsSpoti3 = "स्पॉटिफाई एमएस को अपने आप अनइंस्टॉल कर रहा है..." diff --git a/scripts/installer-lang/hu.ps1 b/scripts/installer-lang/hu.ps1 index 5454686..c3929f2 100644 --- a/scripts/installer-lang/hu.ps1 +++ b/scripts/installer-lang/hu.ps1 @@ -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..." diff --git a/scripts/installer-lang/id.ps1 b/scripts/installer-lang/id.ps1 index ea13b28..103ffa3 100644 --- a/scripts/installer-lang/id.ps1 +++ b/scripts/installer-lang/id.ps1 @@ -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..." diff --git a/scripts/installer-lang/it.ps1 b/scripts/installer-lang/it.ps1 index 2e780e7..acfc60b 100644 --- a/scripts/installer-lang/it.ps1 +++ b/scripts/installer-lang/it.ps1 @@ -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..." diff --git a/scripts/installer-lang/ja.ps1 b/scripts/installer-lang/ja.ps1 index 4a9b682..47da1ec 100644 --- a/scripts/installer-lang/ja.ps1 +++ b/scripts/installer-lang/ja.ps1 @@ -11,7 +11,7 @@ Download4 = "ネットワークの設定を確認し再度インストールを実行してくささい" Download5 = "Spotify のダウンロード中" Download6 = "Curl のエラー" - StopScrpit = "スクリプトが停止しました" + StopScript = "スクリプトが停止しました" MsSpoti = "Microsoft Store 版の Spotify には対応していません" MsSpoti2 = "Microsoft Store 版の Spotifyをアンインストールしますか ? [Y/N]" MsSpoti3 = "Spotify MS 版を自動でアンインストール中..." diff --git a/scripts/installer-lang/ka.ps1 b/scripts/installer-lang/ka.ps1 index 89397a9..e691c95 100644 --- a/scripts/installer-lang/ka.ps1 +++ b/scripts/installer-lang/ka.ps1 @@ -11,7 +11,7 @@ Download4 = "შეამოწმეთ თქვენი კავშირი ქსელთან და თავიდან სცადე ინსტალაცია" Download5 = "Spotify იწერება" Download6 = "Curl error" # - StopScrpit = "სკრიპტი ჩერდება" + StopScript = "სკრიპტი ჩერდება" MsSpoti = "Microsoft Store-ის ვერსია მოიძებნა რომელიც არ არის მხარდაჯერილი" MsSpoti2 = "წავშალოთ Spotify Microsoft Store-ის ვერსია [Y/N]" MsSpoti3 = "ავტუმატურად იშლება Spotify MS..." diff --git a/scripts/installer-lang/ko.ps1 b/scripts/installer-lang/ko.ps1 index 192ee22..0388e3d 100644 --- a/scripts/installer-lang/ko.ps1 +++ b/scripts/installer-lang/ko.ps1 @@ -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 버전을 자동으로 제거하는 중..." diff --git a/scripts/installer-lang/lv.ps1 b/scripts/installer-lang/lv.ps1 index af4aca5..d148bc7 100644 --- a/scripts/installer-lang/lv.ps1 +++ b/scripts/installer-lang/lv.ps1 @@ -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..." diff --git a/scripts/installer-lang/pl.ps1 b/scripts/installer-lang/pl.ps1 index 248a0ed..b3f5d7b 100644 --- a/scripts/installer-lang/pl.ps1 +++ b/scripts/installer-lang/pl.ps1 @@ -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..." diff --git a/scripts/installer-lang/pt.ps1 b/scripts/installer-lang/pt.ps1 index 558d285..9d9dc97 100644 --- a/scripts/installer-lang/pt.ps1 +++ b/scripts/installer-lang/pt.ps1 @@ -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..." diff --git a/scripts/installer-lang/ro.ps1 b/scripts/installer-lang/ro.ps1 index 5b88014..673a6fa 100644 --- a/scripts/installer-lang/ro.ps1 +++ b/scripts/installer-lang/ro.ps1 @@ -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..." diff --git a/scripts/installer-lang/ru.ps1 b/scripts/installer-lang/ru.ps1 index 40fe608..ff29b85 100644 --- a/scripts/installer-lang/ru.ps1 +++ b/scripts/installer-lang/ru.ps1 @@ -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..." diff --git a/scripts/installer-lang/sr.ps1 b/scripts/installer-lang/sr.ps1 index 9c2fd5c..b04e373 100644 --- a/scripts/installer-lang/sr.ps1 +++ b/scripts/installer-lang/sr.ps1 @@ -11,7 +11,7 @@ Download4 = "Проверите своје поставке мреже и покрените инсталацију још једном" Download5 = "Преузимање Spotify-ја" Download6 = "Curl грешка" - StopScrpit = "Скрипта заустављена" + StopScript = "Скрипта заустављена" MsSpoti = "Детектована је верзија Spotify-ја из Microsoft Store-а, што није подржано" MsSpoti2 = "Деинсталирати верзију Spotify-ја из Microsoft Store-а? [Y/N]" MsSpoti3 = "Аутоматска деинсталација Spotify MS..." diff --git a/scripts/installer-lang/tr.ps1 b/scripts/installer-lang/tr.ps1 index 4004d9d..8d7c8b0 100644 --- a/scripts/installer-lang/tr.ps1 +++ b/scripts/installer-lang/tr.ps1 @@ -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..." diff --git a/scripts/installer-lang/ua.ps1 b/scripts/installer-lang/ua.ps1 index 1b0a01d..8b6046c 100644 --- a/scripts/installer-lang/ua.ps1 +++ b/scripts/installer-lang/ua.ps1 @@ -11,7 +11,7 @@ Download4 = "Перевірте налаштування вашого з'єднання та запустіть інсталятор знову" Download5 = "Завантаження Spotify" Download6 = "Помилка Curl" - StopScrpit = "Скрипт зупинено" + StopScript = "Скрипт зупинено" MsSpoti = "Знайдено версію Spotify з Microsoft Store, яка не підтримується" MsSpoti2 = "Видалити версію Spotify з Microsoft Store [Y/N]" MsSpoti3 = "Автоматичне видалення Spotify MS..." diff --git a/scripts/installer-lang/vi.ps1 b/scripts/installer-lang/vi.ps1 index ae20906..51fc7fb 100644 --- a/scripts/installer-lang/vi.ps1 +++ b/scripts/installer-lang/vi.ps1 @@ -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..." diff --git a/scripts/installer-lang/zh-TW.ps1 b/scripts/installer-lang/zh-TW.ps1 index 717fe0d..814be14 100644 --- a/scripts/installer-lang/zh-TW.ps1 +++ b/scripts/installer-lang/zh-TW.ps1 @@ -11,7 +11,7 @@ Download4 = "檢查您的網路設定後再次嘗試安裝" Download5 = "下載 Spotify" Download6 = "Curl 錯誤" - StopScrpit = "腳本已停止" + StopScript = "腳本已停止" MsSpoti = "偵測到不支援的 Spotify 微軟商店版本" MsSpoti2 = "解除安裝微軟商店的 Spotify [Y/N]" MsSpoti3 = "自動解除安裝 Spotify 的微軟商店版本..." diff --git a/scripts/installer-lang/zh.ps1 b/scripts/installer-lang/zh.ps1 index 8f21634..1ab4704 100644 --- a/scripts/installer-lang/zh.ps1 +++ b/scripts/installer-lang/zh.ps1 @@ -11,7 +11,7 @@ Download4 = "检查您的网络设置后再次尝试安装" Download5 = "下载 Spotify" Download6 = "Curl 错误" - StopScrpit = "脚本已停止" + StopScript = "脚本已停止" MsSpoti = "检测到 Spotify 是微软商店版本,该版本不受到支持" MsSpoti2 = "卸载微软商店的 Spotify [Y/N]" MsSpoti3 = "自动卸载 Spotify 的微软商店版本..."