feat(settings/touchScreen/tapTap): implement
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
"restart": "Restart",
|
||||
"reset": "Reset",
|
||||
"select": "Select",
|
||||
"goBack": "Go back"
|
||||
"goBack": "Go back",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
},
|
||||
"achievementsScreen": {
|
||||
"title": "Achievements"
|
||||
@@ -23,6 +25,11 @@
|
||||
"settings_color_change": "Change the system\ncolor",
|
||||
"snake_play": "Play Snake",
|
||||
"snake_score_40": "Score 40 points\nin Snake",
|
||||
"2048_play": "Play 2048",
|
||||
"2048_score_512": "Reach the 512 tile\nin 2048",
|
||||
"taptap_play": "Play TapTap",
|
||||
"taptap_score_10": "Score 10 points\nin TapTap",
|
||||
"taptap_score_20": "Score 20 points\nin TapTap",
|
||||
"settings_color_try_all": "Try all colors",
|
||||
"settings_language_try_all": "Try all languages",
|
||||
"settings_visit_all": "Visit all settings\nsubmenus",
|
||||
@@ -130,14 +137,26 @@
|
||||
"description": "Play a quick game of Snake!",
|
||||
"score": "Score: {score}",
|
||||
"best": "Best: {best}",
|
||||
"startPrompt": "[A] Start",
|
||||
"startPrompt": "Press icon_a to start.",
|
||||
"quitConfirmation": "Quit the game?",
|
||||
"restartConfirmation": "Restart the game?"
|
||||
}
|
||||
},
|
||||
"touchScreen": {
|
||||
"title": "Touch Screen",
|
||||
"description": "TODO"
|
||||
"description": "Touch screen calibration and games.",
|
||||
"tapTap": {
|
||||
"title": "TapTap",
|
||||
"description": "Tap the circles before they disappear!",
|
||||
"startPrompt": "Press icon_a to start.",
|
||||
"score": "Score: {score}",
|
||||
"best": "Best: {best}",
|
||||
"gameOver": "Game Over!",
|
||||
"finalScore": "Final Score: {score}",
|
||||
"newRecord": "New Record!",
|
||||
"quitConfirmation": "Quit the game?",
|
||||
"restartConfirmation": "Restart the game?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
|
||||
Reference in New Issue
Block a user