Skip to content

Commit

Permalink
change some of the welcome messages to other languages (#268)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
oliver194 authored Jan 6, 2023
1 parent 3a2b643 commit c2a8544
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions scripts/installer-lang/de.ps1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 5 additions & 5 deletions scripts/installer-lang/es.ps1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
}
}
6 changes: 3 additions & 3 deletions scripts/installer-lang/fr.ps1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 4 additions & 4 deletions scripts/installer-lang/pl.ps1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 deletions scripts/installer-lang/ro.ps1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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."
}
}
6 changes: 3 additions & 3 deletions scripts/installer-lang/tr.ps1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions scripts/installer-lang/ua.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[PSCustomObject]@{
Welcome = "
╔══════════════════════════════╗
Welcome to SpotX for Windows ║
╚══════════════════════════════╝"
╔══════════════════════════════════════
Ласкаво просимо до SpotX для Windows ║
╚══════════════════════════════════════"
Incorrect = "Упс, некоректне значення,"
Incorrect2 = "введіть знову через "
Download = "Помилка завантаження"
Expand Down

0 comments on commit c2a8544

Please sign in to comment.