mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-21 13:40:30 -04:00
Updated translations that mentionned puck
This commit is contained in:
parent
46f1a6b13e
commit
35daa5d19a
14 changed files with 194 additions and 167 deletions
|
@ -7,7 +7,7 @@
|
|||
"editor.editing.color": "Pick a color in the color list (max 5 per level)",
|
||||
"editor.editing.copied": "Level code copied",
|
||||
"editor.editing.copy": "Copy level code",
|
||||
"editor.editing.copy_help": "Paste it in the #levels channel in our discord",
|
||||
"editor.editing.copy_help": "",
|
||||
"editor.editing.credit": "Credits and source",
|
||||
"editor.editing.credit_prompt": "Enter the source url or explanation of your level.",
|
||||
"editor.editing.delete": "Delete level",
|
||||
|
@ -224,7 +224,7 @@
|
|||
"upgrades.bigger_puck.verbose_description": "A bigger paddle makes it easier to never miss the ball and to catch more coins, and also to precisely angle the bounces (the ball's angle only depends on where it hits the paddle). ",
|
||||
"upgrades.bricks_attract_ball.name": "Bricks attract balls",
|
||||
"upgrades.bricks_attract_ball.tooltip": "Ball goes toward nearby bricks",
|
||||
"upgrades.bricks_attract_ball.verbose_description": "Ball goes toward the first {{count}} bricks it will hit. The effect is stronger at higher levels. The number of bricks that can hit before the effect stops is also higher. The effect rearms when the ball hits the puck.",
|
||||
"upgrades.bricks_attract_ball.verbose_description": "Ball goes toward the first {{count}} bricks it will hit. The effect is stronger at higher levels. The number of bricks that can hit before the effect stops is also higher. The effect rearms when the ball hits the paddle.",
|
||||
"upgrades.bricks_attract_coins.name": "Bricks attract coins",
|
||||
"upgrades.bricks_attract_coins.tooltip": "Helps them stay up there",
|
||||
"upgrades.bricks_attract_coins.verbose_description": "",
|
||||
|
@ -260,7 +260,7 @@
|
|||
"upgrades.extra_levels.verbose_description": "The default game can last a max of 7 levels, after which the game is over. \n\nEach level of this perk lets you go one level higher. The last levels are often the ones where you make the most score, so the difference can be dramatic.",
|
||||
"upgrades.extra_life.name": "Extra life",
|
||||
"upgrades.extra_life.tooltip": "Saves your last ball if it's about to be lost",
|
||||
"upgrades.extra_life.verbose_description": "The life will be consumed in the process. Extra lives show as while lines behind the puck.",
|
||||
"upgrades.extra_life.verbose_description": "The life will be consumed in the process. Extra lives show as while lines behind the paddle.",
|
||||
"upgrades.forgiving.name": "Forgiving",
|
||||
"upgrades.forgiving.tooltip": "Keep most of your combo when missing",
|
||||
"upgrades.forgiving.verbose_description": "The first miss per level is free, then 10% of the combo, then 20% .. ",
|
||||
|
@ -367,8 +367,8 @@
|
|||
"upgrades.soft_reset.tooltip": "Keep {{percent}}% of your combo when it resets",
|
||||
"upgrades.soft_reset.verbose_description": "Limit the impact of a combo reset.",
|
||||
"upgrades.steering.name": "Steering",
|
||||
"upgrades.steering.tooltip": "Balls turn when puck moves",
|
||||
"upgrades.steering.verbose_description": "The change of puck location directly influences the direction of the balls's movement. At level 2+, you get a line showing you ball's directions.",
|
||||
"upgrades.steering.tooltip": "Balls turn when the paddle moves",
|
||||
"upgrades.steering.verbose_description": "The change of paddle location directly influences the direction of the balls's movement. At level 2+, you get a line showing you ball's directions.",
|
||||
"upgrades.sticky_coins.name": "Sticky coins",
|
||||
"upgrades.sticky_coins.tooltip": "Coins stick to bricks of the same color",
|
||||
"upgrades.sticky_coins.verbose_description": "At level 2, they stick to bricks of any color",
|
||||
|
@ -416,7 +416,7 @@
|
|||
"upgrades.wrap_right.verbose_description": "Higher levels teleport coins too.",
|
||||
"upgrades.wrap_up.name": "Wrap up",
|
||||
"upgrades.wrap_up.tooltip": "Touching the top of the screen will teleport the ball just above the paddle.",
|
||||
"upgrades.wrap_up.verbose_description": "This won't count as a puck hit. At level 2, coins teleport too. ",
|
||||
"upgrades.wrap_up.verbose_description": "This won't count as a paddle hit. At level 2, coins teleport too. ",
|
||||
"upgrades.yoyo.name": "Yo-yo",
|
||||
"upgrades.yoyo.tooltip": "The ball falls toward the paddle",
|
||||
"upgrades.yoyo.verbose_description": "It's the opposite of telekinesis, control the ball while it's falling back down.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue