mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-07 12:17:13 -04:00
wip
This commit is contained in:
parent
46228a2128
commit
9624c5b351
16 changed files with 518 additions and 52 deletions
|
@ -24,6 +24,18 @@
|
|||
"gameOver.unlocked_perk_plural": "You just unlocked {{count}} perks",
|
||||
"gameOver.win.summary": "This game is over. You stashed {{score}} coins. ",
|
||||
"gameOver.win.title": "You completed this game",
|
||||
"history.columns.max_combo": "Max combo",
|
||||
"history.columns.max_level": "Levels",
|
||||
"history.columns.puck_bounces": "PB",
|
||||
"history.columns.puck_bounces_tooltip": "Puck bounces : number of time the ball bounced on the puck",
|
||||
"history.columns.runTime": "Dur.",
|
||||
"history.columns.runTime_tooltip": "Duration of the run, in seconds, only counting time where the game is running and the ball is in motion",
|
||||
"history.columns.score": "Score",
|
||||
"history.columns.started": "Date",
|
||||
"history.columns.upgrades_picked": "Upgrades",
|
||||
"history.help": "See the list of your {{count}} game",
|
||||
"history.locked": "Play at least ten games to unlock",
|
||||
"history.title": "Runs history",
|
||||
"lab.help": "Try any build you want",
|
||||
"lab.instructions": "Select upgrades below, then pick the level to play. Creative mode runs are ignored in unlocks, high score, total score and statistics, and only last one level.",
|
||||
"lab.menu_entry": "Creative mode",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue