mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-07 12:17:13 -04:00
Build 29087440
This commit is contained in:
parent
6b54fb82d6
commit
dc66f69543
23 changed files with 424 additions and 183 deletions
|
@ -55,6 +55,7 @@
|
|||
"history.columns.score": "Score",
|
||||
"history.columns.started": "Date",
|
||||
"history.help": "See your {{count}} best games.",
|
||||
"history.include_past_versions": "Show past versions too",
|
||||
"history.locked": "Play at least ten games to unlock",
|
||||
"history.title": "Runs history",
|
||||
"lab.help": "Try any build you want",
|
||||
|
@ -227,16 +228,18 @@
|
|||
"starting_perks.title": "Starting perks",
|
||||
"starting_perks.unchecked": "The perks below are not offered as starting perks, but you can click to add them to the pool. ",
|
||||
"unlocks.greyed_out_help": "The grayed out upgrades can be unlocked by increasing your total score. The total score increases every time you score in game.",
|
||||
"unlocks.intro": "Your total score is {{ts}}. Below are all the upgrades and levels the games has to offer. Click an upgrade or level below to start a test game with it.",
|
||||
"unlocks.intro": "Your total score is {{ts}}.Click an upgrade below to start a test game with it.",
|
||||
"unlocks.just_unlocked": "Level unlocked",
|
||||
"unlocks.just_unlocked_plural": "You just unlocked {{count}} levels",
|
||||
"unlocks.level": "<h2>You unlocked {{unlocked}} levels out of {{out_of}}</h2>\n<p>Here are all the game levels, click one to try it out.</p> ",
|
||||
"unlocks.level": "You unlocked {{unlocked}} levels out of {{out_of}}",
|
||||
"unlocks.level_description": "A {{size}}x{{size}} level with {{bricks}} bricks, {{colors}} colors and {{bombs}} bombs.",
|
||||
"unlocks.levels": "Unlocked levels",
|
||||
"unlocks.minScore": "Reach ${{minScore}} in a run to unlock.",
|
||||
"unlocks.minScoreWithPerks": "Reach ${{minScore}} in a run with {{required}} but without {{forbidden}} to unlock.",
|
||||
"unlocks.minTotalScore": "Accumulate a total of ${{score}}",
|
||||
"unlocks.reached": "Your best score was {{reached}}.",
|
||||
"unlocks.title_upgrades": "You unlocked {{unlocked}} upgrades out of {{out_of}}",
|
||||
"unlocks.upgrades": "Unlocked upgrades",
|
||||
"upgrades.addiction.name": "Addiction",
|
||||
"upgrades.addiction.tooltip": "+{{lvl}} combo / brick, combo resets {{delay}}s after breaking a brick. ",
|
||||
"upgrades.addiction.verbose_description": "The countdown only starts after breaking the first brick of each level. It stops as soon as all bricks are destroyed.",
|
||||
|
@ -411,7 +414,7 @@
|
|||
"upgrades.soft_reset.tooltip": "Combo resets keeps {{percent}}%",
|
||||
"upgrades.soft_reset.verbose_description": "Limit the impact of a combo reset.",
|
||||
"upgrades.sticky_coins.name": "Sticky coins",
|
||||
"upgrades.sticky_coins.tooltip": "Coins stick to bricks, and can be dislodged by explosions",
|
||||
"upgrades.sticky_coins.tooltip": "Coins stick to bricks",
|
||||
"upgrades.sticky_coins.verbose_description": "",
|
||||
"upgrades.streak_shots.name": "Hit streak",
|
||||
"upgrades.streak_shots.tooltip": "More coins if you break many bricks before bouncing on the paddle.",
|
||||
|
@ -461,6 +464,6 @@
|
|||
"upgrades.yoyo.tooltip": "Ball falls toward paddle",
|
||||
"upgrades.yoyo.verbose_description": "It's the opposite of telekinesis, control the ball while it's falling back down.",
|
||||
"upgrades.zen.name": "Zen",
|
||||
"upgrades.zen.tooltip": "+{{lvl}} combo per bricks, reset when there's an explosion",
|
||||
"upgrades.zen.verbose_description": "After all, this is a non-violent game. "
|
||||
"upgrades.zen.tooltip": "+{{lvl}} combo per bomb on screen when breaking a bricks, reset when there's an explosion",
|
||||
"upgrades.zen.verbose_description": ""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue