chore: add translations

pull/181/head
arturplaczek 4 years ago
parent a083b73427
commit 982e6813ab

@ -1,71 +1,79 @@
{ {
"@@locale": "en", "@@locale": "en",
"play": "Play", "play": "Play",
"@play": { "@play": {
"description": "Text displayed on the landing page play button" "description": "Text displayed on the landing page play button"
}, },
"howToPlay": "How to Play", "howToPlay": "How to Play",
"@howToPlay": { "@howToPlay": {
"description": "Text displayed on the landing page how to play button" "description": "Text displayed on the landing page how to play button"
}, },
"launchControls": "Launch Controls", "launchControls": "Launch Controls",
"@launchControls": { "@launchControls": {
"description": "Text displayed on the how to play dialog with the launch controls" "description": "Text displayed on the how to play dialog with the launch controls"
}, },
"flipperControls": "Flipper Controls", "flipperControls": "Flipper Controls",
"@flipperControls": { "@flipperControls": {
"description": "Text displayed on the how to play dialog with the flipper controls" "description": "Text displayed on the how to play dialog with the flipper controls"
}, },
"start": "Start", "start": "Start",
"@start": { "@start": {
"description": "Text displayed on the character selection page start button" "description": "Text displayed on the character selection page start button"
}, },
"characterSelectionTitle": "Choose your character!", "select": "Select",
"@characterSelectionTitle": { "@select": {
"description": "Title text displayed on the character selection page" "description": "Text displayed on the character selection page select button"
}, },
"gameOver": "Game Over", "characterSelectionTitle": "Choose your character!",
"@gameOver": { "@characterSelectionTitle": {
"description": "Text displayed on the ending dialog when game finishes" "description": "Title text displayed on the character selection page"
}, },
"leaderboard": "Leaderboard", "characterSelectionSubtitle": "Theres no wrong answer",
"@leaderboard": { "@characterSelectionSubtitle": {
"description": "Text displayed on the ending dialog leaderboard button" "description": "Text displayed on the selecting character dialog at game beginning"
}, },
"rank": "Rank", "gameOver": "Game Over",
"@rank": { "@gameOver": {
"description": "Text displayed on the leaderboard page header rank column" "description": "Text displayed on the ending dialog when game finishes"
}, },
"character": "Character", "leaderboard": "Leaderboard",
"@character": { "@leaderboard": {
"description": "Text displayed on the leaderboard page header character column" "description": "Text displayed on the ending dialog leaderboard button"
}, },
"username": "Username", "rank": "Rank",
"@username": { "@rank": {
"description": "Text displayed on the leaderboard page header userName column" "description": "Text displayed on the leaderboard page header rank column"
}, },
"score": "Score", "character": "Character",
"@score": { "@character": {
"description": "Text displayed on the leaderboard page header score column" "description": "Text displayed on the leaderboard page header character column"
}, },
"retry": "Retry", "username": "Username",
"@retry": { "@username": {
"description": "Text displayed on the retry button leaders board page" "description": "Text displayed on the leaderboard page header userName column"
}, },
"addUser": "Add User", "score": "Score",
"@addUser": { "@score": {
"description": "Text displayed on the add user button at ending dialog" "description": "Text displayed on the leaderboard page header score column"
}, },
"error": "Error", "retry": "Retry",
"@error": { "@retry": {
"description": "Text displayed on the ending dialog when there is any error on sending user" "description": "Text displayed on the retry button leaders board page"
}, },
"yourScore": "Your score is", "addUser": "Add User",
"@yourScore": { "@addUser": {
"description": "Text displayed on the ending dialog when game finishes to show the final score" "description": "Text displayed on the add user button at ending dialog"
}, },
"enterInitials": "Enter your initials", "error": "Error",
"@enterInitials": { "@error": {
"description": "Text displayed on the ending dialog when game finishes to ask the user for his initials" "description": "Text displayed on the ending dialog when there is any error on sending user"
} },
} "yourScore": "Your score is",
"@yourScore": {
"description": "Text displayed on the ending dialog when game finishes to show the final score"
},
"enterInitials": "Enter your initials",
"@enterInitials": {
"description": "Text displayed on the ending dialog when game finishes to ask the user for his initials"
}
}

Loading…
Cancel
Save