forked from vergnet/application-amicale
Updated translations
This commit is contained in:
parent
7dd91574a5
commit
2b7e6b4541
3 changed files with 6 additions and 18 deletions
|
@ -377,6 +377,7 @@
|
||||||
"pause": "Game Paused",
|
"pause": "Game Paused",
|
||||||
"pauseMessage": "The game is paused",
|
"pauseMessage": "The game is paused",
|
||||||
"resume": "Resume",
|
"resume": "Resume",
|
||||||
|
"gameOver": "Game Over",
|
||||||
"restart": {
|
"restart": {
|
||||||
"text": "Restart",
|
"text": "Restart",
|
||||||
"confirm": "Are you sure you want to restart?",
|
"confirm": "Are you sure you want to restart?",
|
||||||
|
@ -384,13 +385,6 @@
|
||||||
"confirmYes": "Yes",
|
"confirmYes": "Yes",
|
||||||
"confirmNo": "No"
|
"confirmNo": "No"
|
||||||
},
|
},
|
||||||
"gameOver": {
|
|
||||||
"text": "Game Over",
|
|
||||||
"score": "Score: ",
|
|
||||||
"level": "Level: ",
|
|
||||||
"time": "Time: ",
|
|
||||||
"exit": "leave Game"
|
|
||||||
},
|
|
||||||
"mascotDialog": {
|
"mascotDialog": {
|
||||||
"title": "Play !",
|
"title": "Play !",
|
||||||
"message": "Play.",
|
"message": "Play.",
|
||||||
|
|
|
@ -376,6 +376,7 @@
|
||||||
"pause": "Pause",
|
"pause": "Pause",
|
||||||
"pauseMessage": "T'as fait pause, t'es nul",
|
"pauseMessage": "T'as fait pause, t'es nul",
|
||||||
"resume": "Continuer",
|
"resume": "Continuer",
|
||||||
|
"gameOver": "Game Over",
|
||||||
"restart": {
|
"restart": {
|
||||||
"text": "Redémarrer",
|
"text": "Redémarrer",
|
||||||
"confirm": "T'es sûr de vouloir redémarrer ?",
|
"confirm": "T'es sûr de vouloir redémarrer ?",
|
||||||
|
@ -383,17 +384,10 @@
|
||||||
"confirmYes": "Oui",
|
"confirmYes": "Oui",
|
||||||
"confirmNo": "Oula non"
|
"confirmNo": "Oula non"
|
||||||
},
|
},
|
||||||
"gameOver": {
|
|
||||||
"text": "Game Over",
|
|
||||||
"score": "Score: ",
|
|
||||||
"level": "Niveau: ",
|
|
||||||
"time": "Temps: ",
|
|
||||||
"exit": "Quitter"
|
|
||||||
},
|
|
||||||
"mascotDialog": {
|
"mascotDialog": {
|
||||||
"title": "Jeu !",
|
"title": "Un secret !",
|
||||||
"message": "Jouer.",
|
"message": "Tu as découvert le jeu secret, bravo !\nSi jamais tu as du temps à perdre, ce jeu est là pour toi.",
|
||||||
"button": "Oui !"
|
"button": "Youpi."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
|
|
|
@ -168,7 +168,7 @@ class GameStartScreen extends React.Component<Props, State> {
|
||||||
}}>
|
}}>
|
||||||
{this.isHighScore
|
{this.isHighScore
|
||||||
? i18n.t("screens.game.newHighScore")
|
? i18n.t("screens.game.newHighScore")
|
||||||
: i18n.t("screens.game.gameOver.text")}
|
: i18n.t("screens.game.gameOver")}
|
||||||
</Headline>
|
</Headline>
|
||||||
<Divider/>
|
<Divider/>
|
||||||
<View style={{
|
<View style={{
|
||||||
|
|
Loading…
Reference in a new issue