mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-19 20:54:49 -04:00
wip
This commit is contained in:
parent
b5fafa5f3c
commit
70182b0129
14 changed files with 344 additions and 475 deletions
|
@ -76,8 +76,6 @@
|
|||
"level_up.challenges.levelMisses.name": "",
|
||||
"level_up.challenges.levelTime.description": "",
|
||||
"level_up.challenges.levelTime.name": "",
|
||||
"level_up.challenges.levelWallBounces.description": "",
|
||||
"level_up.challenges.levelWallBounces.name": "",
|
||||
"level_up.go": "",
|
||||
"level_up.go_with_upgrades": "",
|
||||
"level_up.gold": "",
|
||||
|
|
|
@ -2790,81 +2790,6 @@
|
|||
</concept_node>
|
||||
</children>
|
||||
</folder_node>
|
||||
<folder_node>
|
||||
<name>levelWallBounces</name>
|
||||
<children>
|
||||
<concept_node>
|
||||
<name>description</name>
|
||||
<description/>
|
||||
<comment/>
|
||||
<translations>
|
||||
<translation>
|
||||
<language>ar-LB</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>de-DE</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>en-US</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>es-CL</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>fr-FR</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>ru-RU</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>tr-TR</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
</translations>
|
||||
</concept_node>
|
||||
<concept_node>
|
||||
<name>name</name>
|
||||
<description/>
|
||||
<comment/>
|
||||
<translations>
|
||||
<translation>
|
||||
<language>ar-LB</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>de-DE</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>en-US</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>es-CL</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>fr-FR</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>ru-RU</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>tr-TR</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
</translations>
|
||||
</concept_node>
|
||||
</children>
|
||||
</folder_node>
|
||||
</children>
|
||||
</folder_node>
|
||||
<concept_node>
|
||||
|
|
|
@ -76,8 +76,6 @@
|
|||
"level_up.challenges.levelMisses.name": "",
|
||||
"level_up.challenges.levelTime.description": "",
|
||||
"level_up.challenges.levelTime.name": "",
|
||||
"level_up.challenges.levelWallBounces.description": "",
|
||||
"level_up.challenges.levelWallBounces.name": "",
|
||||
"level_up.go": "",
|
||||
"level_up.go_with_upgrades": "",
|
||||
"level_up.gold": "",
|
||||
|
|
|
@ -68,26 +68,24 @@
|
|||
"lab.reset": "Reset",
|
||||
"lab.select_level": "Select a level to play on",
|
||||
"lab.unlocks_at": "Unlocks at total score {{score}}",
|
||||
"level_up.add_perks": "Add perks to your build",
|
||||
"level_up.challenges.catchRateGood.description": "You'll get a gold medal (+1 choices, +1 upgrade point) for catching {{gold}}% of coins. You'll get a silver medal (+1 upgrade point) if you catch {{silver}}%. This level you caught {{caught}} coins out of {{total}}",
|
||||
"level_up.add_perks": "Add perks",
|
||||
"level_up.challenges.catchRateGood.description": "Catch {{gold}}% of coins for gold, {{silver}}% for silver. Last level you caught {{caught}} coins out of {{total}}",
|
||||
"level_up.challenges.catchRateGood.name": "{{value}}% coins caught ",
|
||||
"level_up.challenges.intro": "Play well to earn extra upgrades and choices",
|
||||
"level_up.challenges.levelMisses.description": "You'll get a gold medal (+1 choices, +1 upgrade point) if you miss all bricks less than {{gold}} times. You'll get a silver medal (+1 upgrade point) under {{silver}} missed shots. ",
|
||||
"level_up.challenges.intro": "Challenges",
|
||||
"level_up.challenges.levelMisses.description": "You'll get a gold medal if you miss less than {{gold}} times, silver under {{silver}}. ",
|
||||
"level_up.challenges.levelMisses.name": "{{value}} missed shots",
|
||||
"level_up.challenges.levelTime.description": "You'll get a gold medal (+1 choices, +1 upgrade point) if you clear the level under {{gold}}s . You'll get a silver medal (+1 upgrade point) under {{silver}}s. ",
|
||||
"level_up.challenges.levelTime.description": "You'll get a gold medal under {{gold}}s and a silver medal under {{silver}}s. ",
|
||||
"level_up.challenges.levelTime.name": "{{value}}s play time",
|
||||
"level_up.challenges.levelWallBounces.description": "You'll get a gold medal (+1 choices, +1 upgrade point) if the ball bounces less than {{gold}} times on the wall and ceiling. You'll get a silver medal (+1 upgrade point) if if the ball bounces less than {{silver}} times. ",
|
||||
"level_up.challenges.levelWallBounces.name": "{{value}} wall bounces",
|
||||
"level_up.go": "Continue to level \"{{name}}\"",
|
||||
"level_up.go_with_upgrades": "Spend your {{count}} upgrade points first",
|
||||
"level_up.gold": "You gained one choice and upgrade point.",
|
||||
"level_up.gold": "You gained two choices and upgrade point.",
|
||||
"level_up.maxed_upgrade": "\"{{name}}\" is at max level",
|
||||
"level_up.no": "You did not meet the reward condition.",
|
||||
"level_up.pick": "Pick",
|
||||
"level_up.silver": "You gained an upgrade point.",
|
||||
"level_up.silver": "You gained one choice and upgrade point.",
|
||||
"level_up.title": "Level {{level}}/{{max}} cleared",
|
||||
"level_up.upgrade": "Upgrade",
|
||||
"level_up.upgrade_perks": "Your current perks",
|
||||
"level_up.upgrade_perks": "Upgrade your perks",
|
||||
"main_menu.basic": "",
|
||||
"main_menu.basic_help": "",
|
||||
"main_menu.colorful_coins": "",
|
||||
|
|
|
@ -76,8 +76,6 @@
|
|||
"level_up.challenges.levelMisses.name": "",
|
||||
"level_up.challenges.levelTime.description": "",
|
||||
"level_up.challenges.levelTime.name": "",
|
||||
"level_up.challenges.levelWallBounces.description": "",
|
||||
"level_up.challenges.levelWallBounces.name": "",
|
||||
"level_up.go": "",
|
||||
"level_up.go_with_upgrades": "",
|
||||
"level_up.gold": "",
|
||||
|
|
|
@ -76,8 +76,6 @@
|
|||
"level_up.challenges.levelMisses.name": "",
|
||||
"level_up.challenges.levelTime.description": "",
|
||||
"level_up.challenges.levelTime.name": "",
|
||||
"level_up.challenges.levelWallBounces.description": "",
|
||||
"level_up.challenges.levelWallBounces.name": "",
|
||||
"level_up.go": "",
|
||||
"level_up.go_with_upgrades": "",
|
||||
"level_up.gold": "",
|
||||
|
|
|
@ -76,8 +76,6 @@
|
|||
"level_up.challenges.levelMisses.name": "",
|
||||
"level_up.challenges.levelTime.description": "",
|
||||
"level_up.challenges.levelTime.name": "",
|
||||
"level_up.challenges.levelWallBounces.description": "",
|
||||
"level_up.challenges.levelWallBounces.name": "",
|
||||
"level_up.go": "",
|
||||
"level_up.go_with_upgrades": "",
|
||||
"level_up.gold": "",
|
||||
|
|
|
@ -76,8 +76,6 @@
|
|||
"level_up.challenges.levelMisses.name": "",
|
||||
"level_up.challenges.levelTime.description": "",
|
||||
"level_up.challenges.levelTime.name": "",
|
||||
"level_up.challenges.levelWallBounces.description": "",
|
||||
"level_up.challenges.levelWallBounces.name": "",
|
||||
"level_up.go": "",
|
||||
"level_up.go_with_upgrades": "",
|
||||
"level_up.gold": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue