mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-07 12:17:13 -04:00
wip
This commit is contained in:
parent
11c797bc59
commit
64a85200b9
23 changed files with 1849 additions and 329 deletions
|
@ -3,6 +3,29 @@
|
|||
"confirmRestart.text": "You're about to start a new game. Are you sure you want to continue?",
|
||||
"confirmRestart.title": "Start a new game?",
|
||||
"confirmRestart.yes": "Restart game",
|
||||
"editor.editing.bigger": "Increase level size",
|
||||
"editor.editing.color": "Pick a color in the color list (max 5 per level)",
|
||||
"editor.editing.copy": "Copy level code",
|
||||
"editor.editing.copy_help": "Paste it in the #levels channel in our discord",
|
||||
"editor.editing.credit": "Credits and source",
|
||||
"editor.editing.credit_prompt": "Enter the source url or explanation of your level.",
|
||||
"editor.editing.delete": "Delete level",
|
||||
"editor.editing.down": "Move down all the bricks",
|
||||
"editor.editing.help": "Then click a tile to color it.",
|
||||
"editor.editing.left": "Move all bricks to the left",
|
||||
"editor.editing.play": "Play this level",
|
||||
"editor.editing.rename": "Level name",
|
||||
"editor.editing.rename_prompt": "Please enter a new name for the level",
|
||||
"editor.editing.right": "Move all bricks to the right",
|
||||
"editor.editing.smaller": "Decrease level size",
|
||||
"editor.editing.title": "Editing level : {{name}}",
|
||||
"editor.editing.up": "Move up all the bricks",
|
||||
"editor.help": "Create custom levels and share them for inclusion in the game.",
|
||||
"editor.import": "Import a level",
|
||||
"editor.import_instruction": "Paste a level code to import it in your level list",
|
||||
"editor.locked": "Reach a total score of {{min}} to unlock",
|
||||
"editor.new_level": "New level",
|
||||
"editor.title": "Level Editor",
|
||||
"gameOver.creative": "This run will not be recorded. ",
|
||||
"gameOver.cumulative_total": "Your total cumulative score went from {{startTs}} to {{endTs}}.",
|
||||
"gameOver.lost.summary": "You dropped the ball after catching {{score}} coins.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue