Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #128

Merged
merged 11 commits into from
Mar 8, 2021
3 changes: 2 additions & 1 deletion src/lang/locale/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"redirectToHomePage": "Přesměruji na úvodní stránku...",
"exitGame": "Byl jsi přinucen ukončit hru (jeden z hráčů pravděpodovně odešel). Za 5 sekund přesměruji na úvodní stranu...",
"waitForOtherPlayersToFinish": "Počkej prosím, až ostatní hráči dokončí hru...",
"confirmExit": "Are you sure to leave the current game? This will abort the game!"
"confirmExit": "Are you sure to leave the current game? This will abort the game!",
"countdownAlert": "Countdown started : {count} seconde remaining | Countdown started : {count} secondes remaining"
},
"Maps": {
"makeGuess": "HÁDEJ POLOHU",
Expand Down
3 changes: 2 additions & 1 deletion src/lang/locale/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"redirectToHomePage": "Weiterleitung zur Homepage ...",
"exitGame": "Du musst das Spiel beenden. Umleitung zur Startseite in 5 Sekunden...",
"waitForOtherPlayersToFinish": "Warte auf weitere Spieler, um das Spiel zu beenden...",
"confirmExit": "Bist du sicher, dass du das aktuelle Spiel verlassen möchtest? Das Spiel wird dadurch abgebrochen!"
"confirmExit": "Bist du sicher, dass du das aktuelle Spiel verlassen möchtest? Das Spiel wird dadurch abgebrochen!",
"countdownAlert": "Countdown gestartet: {count} Sekunde verbleibend | Countdown gestartet: {count} Sekunden verbleibend"
},
"Maps": {
"makeGuess": "TIPP ABGEBEN",
Expand Down
3 changes: 2 additions & 1 deletion src/lang/locale/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"redirectToHomePage": "Redirection vers la page d'accueil...",
"exitGame": "Vous êtes forcé de quitter le jeu. Redirection vers la page d'accueil dans 5 secondes...",
"waitForOtherPlayersToFinish": "En attente des autres joueurs pour finir la partie...",
"confirmExit": "Êtes-vous sûr de vouloir quitter la partie en cours ? Cela annulera la partie !"
"confirmExit": "Êtes-vous sûr de vouloir quitter la partie en cours ? Cela annulera la partie !",
"countdownAlert": "Compte à rebours lancé : {count} secondes restantes | Compte à rebours lancé : {count} secondes restantes"
},
"Maps": {
"makeGuess": "FAIRE UN CHOIX",
Expand Down
3 changes: 2 additions & 1 deletion src/lang/locale/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"redirectToHomePage": "ホーム画面にリダイレクトします...",
"exitGame": "ゲームを強制終了しました。5秒後にリダイレクトします...",
"waitForOtherPlayersToFinish": "他のプレーヤーが終了するのを待っています...",
"confirmExit": "Are you sure to leave the current game? This will abort the game!"
"confirmExit": "Are you sure to leave the current game? This will abort the game!",
"countdownAlert": "Countdown started : {count} seconde remaining | Countdown started : {count} secondes remaining"
},
"Maps": {
"makeGuess": "推測する",
Expand Down
3 changes: 2 additions & 1 deletion src/lang/locale/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"redirectToHomePage": "Redirecionando para a página inicial...",
"exitGame": "Você foi obrigado a sair da partida. Redirecionando para a página inicial em 5 segundos...",
"waitForOtherPlayersToFinish": "Esperando os outros jogadores terminarem a partida..",
"confirmExit": "Are you sure to leave the current game? This will abort the game!"
"confirmExit": "Are you sure to leave the current game? This will abort the game!",
"countdownAlert": "Countdown started : {count} seconde remaining | Countdown started : {count} secondes remaining"
},
"Maps": {
"makeGuess": "TENTAR ADIVINHAR",
Expand Down
3 changes: 2 additions & 1 deletion src/lang/locale/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"redirectToHomePage": "Перенаправляем на домашнюю страницу ...",
"exitGame": "Вы вынуждены выйти из игры. Перенаправляем на домашнюю страницу через 5 секунд ...",
"waitForOtherPlayersToFinish": "Ожидайте, пока другие игроки закончат игру ...",
"confirmExit": "Are you sure to leave the current game? This will abort the game!"
"confirmExit": "Are you sure to leave the current game? This will abort the game!",
"countdownAlert": "Countdown started : {count} seconde remaining | Countdown started : {count} secondes remaining"
},
"Maps": {
"makeGuess": "Предположить догадку",
Expand Down
3 changes: 2 additions & 1 deletion src/lang/locale/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"redirectToHomePage": "Omdirigera till startsidan...",
"exitGame": "Du har tvingats avbryta spelet. Omdirigerar till startsidan om 5 sekunder...",
"waitForOtherPlayersToFinish": "Väntar på andra spelare att slutföra spelet...",
"confirmExit": "Är du säker på att du vill lämna det nuvarande spelet? Detta kommer att avbryta spelet!"
"confirmExit": "Är du säker på att du vill lämna det nuvarande spelet? Detta kommer att avbryta spelet!",
"countdownAlert": "Countdown started : {count} seconde remaining | Countdown started : {count} secondes remaining"
},
"Maps": {
"makeGuess": "GISSA",
Expand Down