Skip to content

Commit 623d77b

Browse files
authored
Merge pull request jvondermarck#143 from AlexiSkyline/fix/translations
fix: added missing translations
2 parents 3fb5cb9 + bf2edb8 commit 623d77b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/main/resources/assets/translation/french.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"move_right": "Déplacer le vaisseau spatial à droite",
1717
"move_left": "Déplacer le vaisseau spatial à gauche",
1818
"pause_game": "ESC: Pause du jeu",
19-
"new_game": "Game Over. Rejouer?",
19+
"new_game": "Jeu terminé. Rejouer?",
2020
"shoot": "ESPACE: Tirer",
2121
"bomb": "Bombe",
2222
"bombs_left": "Bombes à gauche",

src/main/resources/assets/translation/german.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"language_label" : "Sprache wählen:",
55
"select_ship": "Wähle ein Schiff",
66
"score": "Punktzahl",
7-
"game_over": "Game Over",
7+
"game_over": "Spiel beendet.",
88
"score_label": "Punktzahl",
9-
"high_score": "HighScore",
9+
"high_score": "Höchstpunktzahl",
1010
"lives": "Leben",
1111
"back": "Zurück",
1212
"quit_game": "Spiel beenden",
@@ -16,7 +16,7 @@
1616
"move_right": "nach rechts bewegen",
1717
"move_left": "nach links bewegen",
1818
"pause_game": "ESC: Spiel pausieren",
19-
"new_game": "Game Over. Nochmal spielen?",
19+
"new_game": "Spiel beendet. Nochmal spielen?",
2020
"shoot": "LEERTASTE: schießen",
2121
"bomb": "Bombe abfeuern",
2222
"bombs_left": "Bomben übrig",

src/main/resources/assets/translation/russian.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"select_ship": "Выберите свой корабль",
77
"game_over": "Игра закончена. ",
88
"score_label": "Счет",
9-
"high_score": "Highscore",
9+
"high_score": "Максимальный счёт",
1010
"lives": "Жизни",
1111
"back": "Назад",
1212
"quit_game": "Бросить игру",

src/main/resources/assets/translation/spanish.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"start": "Iniciar juego",
33
"quit": "Salir",
44
"score": "Puntaje",
5-
"language_label" : "Select Language:",
6-
"select_ship": "Select your Ship",
5+
"language_label": "Seleccione el idioma:",
6+
"select_ship": "Seleccione su nave",
77
"game_over": "Juego terminado.",
88
"score_label": "Puntaje",
9-
"high_score": "Highscore",
9+
"high_score": "Puntuación máxima",
1010
"lives": "Vidas",
1111
"back": "Atrás",
12-
"quit_game": "Dejar el juego",
12+
"quit_game": "Salir del juego",
1313
"controls": "Controles",
1414
"move_up": "Mover arriba",
1515
"move_down": "Mover abajo",

0 commit comments

Comments
 (0)