mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-09 21:15:02 -04:00
wip
This commit is contained in:
parent
4c66cc820c
commit
cee5c6bc60
28 changed files with 948 additions and 344 deletions
|
@ -69,8 +69,18 @@
|
|||
"lab.select_level": "Select a level to play on",
|
||||
"lab.unlocks_at": "Unlocks at total score {{score}}",
|
||||
"level_up.go": "Continue to level \"{{name}}\"",
|
||||
"level_up.instructions": "You gained {{gain}} extra lives. You can use your {{count}} extra lives to buy upgrades below, or keep them to be safe. ",
|
||||
"level_up.instructions": "You can use your {{count}} lives to buy upgrades below or keep them to be safe. ",
|
||||
"level_up.maxed_upgrade": "\"{{name}}\" is at max level",
|
||||
"level_up.missed.best": "Expert challenge",
|
||||
"level_up.missed.catchRate.best": "Catch {{target}}% of coins to gain one more choice.",
|
||||
"level_up.missed.catchRate.good": "Catch {{target}}% of coins to gain one more life and choice.",
|
||||
"level_up.missed.good": "Enthusiast challenge",
|
||||
"level_up.missed.levelMisses.best": "Miss the bricks less than {{target}} times to gain one more choice.",
|
||||
"level_up.missed.levelMisses.good": "Miss the bricks less than {{target}} times to gain one more life and choice.",
|
||||
"level_up.missed.levelTime.best": "Clear the level in less than {{target}} seconds to gain one more choice.",
|
||||
"level_up.missed.levelTime.good": "Clear the level in less than {{target}} seconds to gain one more life and choice.",
|
||||
"level_up.missed.levelWallBounces.best": "Hit the walls less than {{target}} times to gain one more choice.",
|
||||
"level_up.missed.levelWallBounces.good": "Hit the walls less than {{target}} times to gain one more life and choice.",
|
||||
"level_up.no_points": "You've spent all your extra lives.",
|
||||
"level_up.pick": "Pick",
|
||||
"level_up.pick_upgrade": "Get \"{{name}}\"",
|
||||
|
@ -433,8 +443,8 @@
|
|||
"upgrades.trampoline.tooltip": "More coins if you bounce on bricks and the paddle only",
|
||||
"upgrades.trampoline.verbose_description": "+{{lvl}} combo per paddle bounce,-{{lvl}} combo per bounce on any border. One of the rare combo upgrades that don't add a reset condition",
|
||||
"upgrades.transparency.name": "Transparency",
|
||||
"upgrades.transparency.tooltip": "+50% coins but the ball is sometimes invisible",
|
||||
"upgrades.transparency.verbose_description": "Ball becomes transparent at the top of the screen.\n +{{percent}} % coins when all balls are at full transparency. \nHigher levels make the ball transparent sooner and increase the point bonus.",
|
||||
"upgrades.transparency.tooltip": "+50% coins. The ball is invisible at the top of the screen.",
|
||||
"upgrades.transparency.verbose_description": "Ball becomes transparent at the top of the screen.\n +{{percent}} % coins. \nHigher levels make the ball transparent sooner and increase the point bonus.",
|
||||
"upgrades.trickledown.name": "Trickle down",
|
||||
"upgrades.trickledown.tooltip": "Coins appear at the top of the screen.",
|
||||
"upgrades.trickledown.verbose_description": "The coins might sit on top of a brick if there are bricks on the top row, in that case they will fall down after you break that brick. ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue