From c2a85449a3e368f266c6566e3464d7e44e3b8710 Mon Sep 17 00:00:00 2001 From: oliver194 <100048880+oliver194@users.noreply.github.com> Date: Fri, 6 Jan 2023 04:36:42 +0000 Subject: [PATCH] change some of the welcome messages to other languages (#268) * Update de.ps1 * change welcome message + podcast select to spanish * change welcome message to french * change welcome message to ukranian * change welcome message to turkish * change welcome message to polish * change welcome message to romanian --- scripts/installer-lang/de.ps1 | 6 +++--- scripts/installer-lang/es.ps1 | 10 +++++----- scripts/installer-lang/fr.ps1 | 6 +++--- scripts/installer-lang/pl.ps1 | 8 ++++---- scripts/installer-lang/ro.ps1 | 8 ++++---- scripts/installer-lang/tr.ps1 | 6 +++--- scripts/installer-lang/ua.ps1 | 6 +++--- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/scripts/installer-lang/de.ps1 b/scripts/installer-lang/de.ps1 index 7d3eb00..5f0cad0 100644 --- a/scripts/installer-lang/de.ps1 +++ b/scripts/installer-lang/de.ps1 @@ -1,8 +1,8 @@ [PSCustomObject]@{ Welcome = " -╔══════════════════════════════╗ -║ Welcome to SpotX for Windows ║ -╚══════════════════════════════╝" +╔══════════════════════════════════╗ +║ Willkommen bei SpotX für Windows ║ +╚══════════════════════════════════╝" Incorrect = "Hoppla, ein falscher wert," Incorrect2 = "bitte geben sie einen neuen Wert ein in " Download = "Fehler beim Download" diff --git a/scripts/installer-lang/es.ps1 b/scripts/installer-lang/es.ps1 index 6d3c143..dcf6565 100644 --- a/scripts/installer-lang/es.ps1 +++ b/scripts/installer-lang/es.ps1 @@ -1,8 +1,8 @@ [PSCustomObject]@{ Welcome = " -╔══════════════════════════════╗ -║ Welcome to SpotX for Windows ║ -╚══════════════════════════════╝" +╔═════════════════════════════════╗ +║ Bienvenido a SpotX para Windows ║ +╚═════════════════════════════════╝" Incorrect = "Ufff, un valor incorrecto," Incorrect2 = "ingrese nuevamente el valor " Download = "Error al descargar" @@ -32,7 +32,7 @@ DownSpoti2 = "Por favor, espera..." PodcatsOff = "Podcasts desactivados" PodcastsOn = "Podcasts activados" - PodcatsSelect = "Do you want to disable podcasts, episodes and audiobooks from the main page? [Y/N]" # + PodcatsSelect = "¿Quieres desactivar los podcasts, episodios y audiolibros de la página principal? [Y/N]" # DowngradeNote = "Es recomendable bloquear las actualizaciones porque ha habido una bajada en la versión de Spotify" UpdBlock = "Actualizaciones de Spotify bloqueadas" UpdUnblock = "Las actualizaciones de Spotify no están bloqueadas" @@ -58,4 +58,4 @@ HostBak = "Haciendo una copia de seguridad de hosts.bak..." HostDel = "Intentando eliminar las URLs no deseadas del archivo hosts original..." HostError = "Algo salió mal al editar el archivo hosts, edítelo manualmente o ejecute el script como administrador" -} \ No newline at end of file +} diff --git a/scripts/installer-lang/fr.ps1 b/scripts/installer-lang/fr.ps1 index a90ab31..ef7ef0e 100644 --- a/scripts/installer-lang/fr.ps1 +++ b/scripts/installer-lang/fr.ps1 @@ -1,8 +1,8 @@ [PSCustomObject]@{ Welcome = " -╔══════════════════════════════╗ -║ Welcome to SpotX for Windows ║ -╚══════════════════════════════╝" +╔════════════════════════════════╗ +║ Bienvenue à SpotX pour Windows ║ +╚════════════════════════════════╝" Incorrect = "Oups, une valeur est incorrecte," Incorrect2 = "veuillez recommencer " Download = "Erreur de téléchargement" diff --git a/scripts/installer-lang/pl.ps1 b/scripts/installer-lang/pl.ps1 index 3c17955..edbca0a 100644 --- a/scripts/installer-lang/pl.ps1 +++ b/scripts/installer-lang/pl.ps1 @@ -1,8 +1,8 @@ [PSCustomObject]@{ Welcome = " -╔══════════════════════════════╗ -║ Welcome to SpotX for Windows ║ -╚══════════════════════════════╝" +╔════════════════════════════╗ +║ Witamy w SpotX dla Windows ║ +╚════════════════════════════╝" Incorrect = "Oops, niewłaściwa wartość," Incorrect2 = "Wejdź ponownie przez" Download = "Błąd pobierania" @@ -58,4 +58,4 @@ HostBak = "Tworzenie kopii zapasowych hosts.bak..." HostDel = "Próba usunięcia niechcianych adresów URL z oryginalnego pliku hosts..." HostError = "Coś poszło nie tak podczas edycji pliku hosts, edytuj go ręcznie lub uruchom skrypt jako administrator" -} \ No newline at end of file +} diff --git a/scripts/installer-lang/ro.ps1 b/scripts/installer-lang/ro.ps1 index 6396255..58d0216 100644 --- a/scripts/installer-lang/ro.ps1 +++ b/scripts/installer-lang/ro.ps1 @@ -1,8 +1,8 @@ [PSCustomObject]@{ Welcome = " -╔══════════════════════════════╗ -║ Welcome to SpotX for Windows ║ -╚══════════════════════════════╝" +╔════════════════════════════════════════╗ +║ Bine ați venit la SpotX pentru Windows ║ +╚════════════════════════════════════════╝" Incorrect = "Ups, o valoare incorectă," Incorrect2 = "introduceți din nou prin " Download = "Eroare la descărcare" @@ -58,4 +58,4 @@ HostBak = "Se efectuează o copie de siguranță a fișierului hosts.bak..." HostDel = "Se încearcă eliminarea URL-urilor nedorite din fișierul original hosts..." HostError = "Ceva nu a mers bine in timpul editării fișierului hosts, editează-l manual sau rulează scriptul ca Administrator." -} \ No newline at end of file +} diff --git a/scripts/installer-lang/tr.ps1 b/scripts/installer-lang/tr.ps1 index 8162229..a1e7399 100644 --- a/scripts/installer-lang/tr.ps1 +++ b/scripts/installer-lang/tr.ps1 @@ -1,8 +1,8 @@ [PSCustomObject]@{ Welcome = " -╔══════════════════════════════╗ -║ Welcome to SpotX for Windows ║ -╚══════════════════════════════╝" +╔══════════════════════════════════╗ +║ Windows için SpotX'e Hoşgeldiniz ║ +╚══════════════════════════════════╝" Incorrect = "Eyvah, yanlış bir değer," Incorrect2 = "tekrar girin " Download = "İndirirken hata oluştu" diff --git a/scripts/installer-lang/ua.ps1 b/scripts/installer-lang/ua.ps1 index e058acb..567de7c 100644 --- a/scripts/installer-lang/ua.ps1 +++ b/scripts/installer-lang/ua.ps1 @@ -1,8 +1,8 @@ [PSCustomObject]@{ Welcome = " -╔══════════════════════════════╗ -║ Welcome to SpotX for Windows ║ -╚══════════════════════════════╝" +╔══════════════════════════════════════╗ +║ Ласкаво просимо до SpotX для Windows ║ +╚══════════════════════════════════════╝" Incorrect = "Упс, некоректне значення," Incorrect2 = "введіть знову через " Download = "Помилка завантаження"