mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
commit
360309485b
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: Continue
|
||||
newGame: New Game
|
||||
madeBy: Made by <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -397,6 +398,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
This is <strong>NOT</strong> an idle game! Build more extractors and belts to finish the goal quicker.<br><br>Tip: Hold <strong>SHIFT</strong> to place multiple extractors, and use <strong>R</strong> to rotate them.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -711,6 +725,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Keybindings
|
||||
hint: >-
|
||||
|
@ -137,6 +137,7 @@ mainMenu:
|
||||
continue: Continue
|
||||
newGame: New Game
|
||||
madeBy: Made by <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -378,6 +379,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
Toto <strong>NENÍ</strong> hra o čekání! Sestavte další extraktory a pásy, abyste dosáhli cíle rychleji.<br><br>Tip: Chcete-li umístit více extraktorů, podržte <strong>SHIFT</strong>. Pomocí <strong>R</strong> je můžete otočit.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -693,6 +707,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Klávesové zkratky
|
||||
hint: >-
|
||||
|
@ -155,6 +155,7 @@ mainMenu:
|
||||
continue: Fortsetzen
|
||||
newGame: Neues Spiel
|
||||
madeBy: Ein Spiel von <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -286,7 +287,7 @@ ingame:
|
||||
plannerSwitchSide: "Planer: Seite wechseln"
|
||||
cutSelection: Ausschneiden
|
||||
copySelection: Kopieren
|
||||
clearSelection: Leere Selektion
|
||||
clearSelection: Auswahl aufheben
|
||||
pipette: Pipette
|
||||
|
||||
# Everything related to placing buildings (I.e. as soon as you selected a building
|
||||
@ -294,7 +295,7 @@ ingame:
|
||||
buildingPlacement:
|
||||
# Buildings can have different variants which are unlocked at later levels,
|
||||
# and this is the hint shown when there are multiple variants available.
|
||||
cycleBuildingVariants: Drücke <key>, um zwischen den Varianten zu wählen.
|
||||
cycleBuildingVariants: <key> Wechsle Variante
|
||||
|
||||
# Shows the hotkey in the ui, e.g. "Hotkey: Q"
|
||||
hotkeyLabel: >-
|
||||
@ -394,6 +395,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
Dies ist <strong>KEIN</strong> Idle-Game! Baue mehr Extrahierer und Förderbänder, um das Ziel schneller zu erreichen.<br><br>Tipp: Halte <strong>UMSCH</strong>, um mehrere Gebäude zu platzieren und nutze <strong>R</strong> um sie zu rotieren.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -688,29 +702,32 @@ settings:
|
||||
und das Lesen der Textfelder vereinfacht.
|
||||
|
||||
autosaveInterval:
|
||||
title: Autosave Interval
|
||||
title: Intervall für automatisches Speichern
|
||||
description: >-
|
||||
Controls how often the game saves automatically. You can also disable it
|
||||
entirely here.
|
||||
Ändert das Intervall, in dem der Spielstand automatisch gespeichert wird.
|
||||
Die Funktion kann hier auch deaktiviert werden.
|
||||
intervals:
|
||||
one_minute: 1 Minute
|
||||
two_minutes: 2 Minutes
|
||||
five_minutes: 5 Minutes
|
||||
ten_minutes: 10 Minutes
|
||||
twenty_minutes: 20 Minutes
|
||||
disabled: Disabled
|
||||
two_minutes: 2 Minuten
|
||||
five_minutes: 5 Minuten
|
||||
ten_minutes: 10 Minuten
|
||||
twenty_minutes: 20 Minuten
|
||||
disabled: Deaktiviert
|
||||
|
||||
compactBuildingInfo:
|
||||
title: Compact Building Infos
|
||||
title: Kompakte Gebäudeinformationen
|
||||
description: >-
|
||||
Shortens info boxes for buildings by only showing their ratios. Otherwise a
|
||||
description and image is shown.
|
||||
Reduziert die Infoboxen der Gebäude auf ihre Arbeitsgeschwindigkeit. Anderenfalls wird ein
|
||||
Bild mit Beschreibung angezeigt.
|
||||
|
||||
disableCutDeleteWarnings:
|
||||
title: Disable Cut/Delete Warnings
|
||||
title: Deaktiviere Warnungsdialog beim Löschen
|
||||
description: >-
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
Deaktiviert die Warnung, die beim Löschen und Ausschneiden von mehr als 100 Feldern angezeigt wird.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Tastenbelegung
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: Continue
|
||||
newGame: New Game
|
||||
madeBy: Made by <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -397,6 +398,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
This is <strong>NOT</strong> an idle game! Build more extractors and belts to finish the goal quicker.<br><br>Tip: Hold <strong>SHIFT</strong> to place multiple extractors, and use <strong>R</strong> to rotate them.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -712,6 +726,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Keybindings
|
||||
hint: >-
|
||||
|
@ -155,6 +155,7 @@ mainMenu:
|
||||
|
||||
showInfo: Ver
|
||||
contestOver: El concurso ha terminado - Únete al discord para enterarte sobre nuevos concursos!
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -393,6 +394,20 @@ ingame:
|
||||
¡Conecta el extractor con una <strong>cinta transportadora</strong> a tu edificio central!<br><br> Pista: <strong>Pulsa y arrastra</strong> la cinta transportadora con el ratón!
|
||||
1_3_expand: >-
|
||||
¡Esto <strong>NO</strong> es un "juego de esperar"! Construye más extractores y cintas transportadoras para completar el objetivo más rápido.<br><br> Pista: Mantén pulsado <strong>SHIFT</strong> para colocar varios extractores y usa <strong>R</strong> para rotarlos.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -702,6 +717,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Atajos de Teclado
|
||||
hint: >-
|
||||
|
@ -157,6 +157,7 @@ mainMenu:
|
||||
continue: Continuer
|
||||
newGame: Nouvelle partie
|
||||
madeBy: Créé par <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -397,6 +398,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
Ceci n'est <strong>PAS</strong> un jeu incrémental et inactif ! Construisez plus d'extracteurs et de convoyeurs pour atteindre plus vite votre votre but.<br><br>Astuce: Gardez <strong>SHIFT</strong> enfoncé pour placer plusieurs extracteurs, et utilisez <strong>R</strong> pour les faire pivoter.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -710,6 +724,10 @@ settings:
|
||||
description: >-
|
||||
Désactive la boîte de dialogue qui s'affiche lorsque vous vous apprêtez à couper/effacer plus de 100 entités.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Contrôles
|
||||
hint: >-
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
|
||||
showInfo: View
|
||||
contestOver: This contest has ended - Join the discord to get noticed about new contests!
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -395,6 +396,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
This is <strong>NOT</strong> an idle game! Build more extractors and belts to finish the goal quicker.<br><br>Tip: Hold <strong>SHIFT</strong> to place multiple extractors, and use <strong>R</strong> to rotate them.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -710,6 +724,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Keybindings
|
||||
hint: >-
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: Continue
|
||||
newGame: New Game
|
||||
madeBy: Made by <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -397,6 +398,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
This is <strong>NOT</strong> an idle game! Build more extractors and belts to finish the goal quicker.<br><br>Tip: Hold <strong>SHIFT</strong> to place multiple extractors, and use <strong>R</strong> to rotate them.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -709,6 +723,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Keybindings
|
||||
hint: >-
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: Continue
|
||||
newGame: New Game
|
||||
madeBy: Made by <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -397,6 +398,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
This is <strong>NOT</strong> an idle game! Build more extractors and belts to finish the goal quicker.<br><br>Tip: Hold <strong>SHIFT</strong> to place multiple extractors, and use <strong>R</strong> to rotate them.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -710,6 +724,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Keybindings
|
||||
hint: >-
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: 続きから
|
||||
newGame: 新規ゲーム
|
||||
madeBy: Made by <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -396,6 +397,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
このゲームは放置系のゲームでは<strong>ありません</strong>! もっと早く要件を満たせるように、追加の抽出機とベルトを設置しましょう。<br><br>Tip: <strong>SHIFT</strong> キーを押し続けると抽出機を連続配置できます。<strong>R</strong>キーで設置方向を回転できます。
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -708,6 +722,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: キー設定
|
||||
hint: >-
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: Continue
|
||||
newGame: New Game
|
||||
madeBy: Made by <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -397,6 +398,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
이것은 방치형 게임이 <strong>아닙니다!</strong> 추출기를 더 놓아 목표를 빨리 달성하세요.<br><br>팁: <strong>SHIFT</strong>를 눌러 여러 개의 추출기를 놓고 <strong>R</strong>로 회전 시키세요.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -711,6 +725,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: 키바인딩
|
||||
hint: >-
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: Continue
|
||||
newGame: New Game
|
||||
madeBy: Made by <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -397,6 +398,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
This is <strong>NOT</strong> an idle game! Build more extractors and belts to finish the goal quicker.<br><br>Tip: Hold <strong>SHIFT</strong> to place multiple extractors, and use <strong>R</strong> to rotate them.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -709,6 +723,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Keybindings
|
||||
hint: >-
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: Verder
|
||||
newGame: Nieuw Spel
|
||||
madeBy: Gemaakt door <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -395,6 +396,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
Dit is <strong>GEEN</strong> nietsdoen-spel! bouw meer ontginners en lopende banden om het doel sneller te behalen.<br><br>Tip: Houd <strong>SHIFT</strong> ingedrukt om meerdere ontginners te plaatsen en gebruik <strong>R</strong> om ze te draaien.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -707,6 +721,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Sneltoetsen
|
||||
hint: >-
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: Fortsett
|
||||
newGame: Nytt Spill
|
||||
madeBy: Laget av <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -285,9 +286,9 @@ ingame:
|
||||
pasteLastBlueprint: Lim inn forrige blåkopi
|
||||
lockBeltDirection: Aktiver båndplanleggeren
|
||||
plannerSwitchSide: Flipp båndplanleggeren
|
||||
cutSelection: Cut
|
||||
copySelection: Copy
|
||||
clearSelection: Clear Selection
|
||||
cutSelection: Klipp Ut
|
||||
copySelection: Kopier
|
||||
clearSelection: Fjern Valgte
|
||||
pipette: Pipette
|
||||
|
||||
# Everything related to placing buildings (I.e. as soon as you selected a building
|
||||
@ -395,6 +396,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
Dette er <strong>IKKE</strong> et idle-spill! Bygg flere utdragere og belter for å nå målet raskere.<br><br>Tips: Hold <strong>SHIFT</strong> for å plassere flere utdragere, og bruk <strong>R</strong> for å rotere dem.
|
||||
|
||||
colors:
|
||||
red: Rød
|
||||
green: Grønn
|
||||
blue: Blå
|
||||
yellow: Gul
|
||||
purple: Lilla
|
||||
cyan: Cyan
|
||||
white: Hvit
|
||||
uncolored: Ingen farge
|
||||
shapeViewer:
|
||||
title: Lag
|
||||
empty: Tom
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -687,27 +701,31 @@ settings:
|
||||
å lese.
|
||||
|
||||
autosaveInterval:
|
||||
title: Autosave Interval
|
||||
title: Autolagringsintervall
|
||||
description: >-
|
||||
Controls how often the game saves automatically. You can also disable it
|
||||
entirely here.
|
||||
Jsuter hvor ofte spillet lagres automatisk. Du kan også
|
||||
deaktivere det fullstendig.
|
||||
intervals:
|
||||
one_minute: 1 Minute
|
||||
two_minutes: 2 Minutes
|
||||
five_minutes: 5 Minutes
|
||||
ten_minutes: 10 Minutes
|
||||
twenty_minutes: 20 Minutes
|
||||
disabled: Disabled
|
||||
one_minute: 1 Minutt
|
||||
two_minutes: 2 Minutter
|
||||
five_minutes: 5 Minutter
|
||||
ten_minutes: 10 Minutter
|
||||
twenty_minutes: 20 Minutter
|
||||
disabled: Deaktivert
|
||||
compactBuildingInfo:
|
||||
title: Compact Building Infos
|
||||
title: Kompakt Bygningsinformasjon
|
||||
description: >-
|
||||
Shortens info boxes for buildings by only showing their ratios. Otherwise a
|
||||
description and image is shown.
|
||||
Forkorter informasjonsboksen for bygninger ved å bare vise dems forhold. Ellers
|
||||
vises en beskrivelse og bilde er vist.
|
||||
disableCutDeleteWarnings:
|
||||
title: Disable Cut/Delete Warnings
|
||||
title: Deaktiverer Kutt/Slette Advarsler
|
||||
description: >-
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
Deaktiverer advarselsdialogen som kommer frem når du kutter/sletter mer enn 100
|
||||
bygninger.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Fargeblind Modus
|
||||
description: Aktiverer forskjellige verktøy som lar deg spille spillet om du er fargeblind.
|
||||
|
||||
keybindings:
|
||||
title: Hurtigtaster
|
||||
@ -773,7 +791,7 @@ keybindings:
|
||||
placeMultiple: Forbli i plasseringsmodus
|
||||
placeInverse: Inverter automatisk transportbånd orientering
|
||||
lockBeltDirection: Enable belt planner
|
||||
switchDirectionLockSide: "Planner: Switch side"
|
||||
switchDirectionLockSide: "Planlegger: Bytt side"
|
||||
pipette: Pipette
|
||||
|
||||
about:
|
||||
|
@ -160,6 +160,7 @@ mainMenu:
|
||||
showInfo: Wyświetl
|
||||
contestOver: Ten konkurs już się skończył - Dołącz do serwera Discord by nie przegapić kolejnych!
|
||||
madeBy: Gra wykonana przez <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -409,7 +410,7 @@ ingame:
|
||||
shapeViewer:
|
||||
title: Poziomy
|
||||
empty: Puste
|
||||
|
||||
|
||||
# Interactive tutorial
|
||||
interactiveTutorial:
|
||||
title: Tutorial
|
||||
@ -748,6 +749,10 @@ settings:
|
||||
Wyłącza ostrzeżenia wyświetlające się przy usuwaniu lub wycinaniu więcej niż
|
||||
100 budynków.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Klawiszologia
|
||||
hint: >-
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: Continue
|
||||
newGame: New Game
|
||||
madeBy: Made by <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -396,6 +397,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
Este <strong> NÃO </strong> é um jogo inativo! Construa mais extratores e esteiras para concluir o objetivo mais rapidamente.<br><br>Dica, segure <strong> SHIFT </strong> para colocar vários extratores e use <strong> R </strong> para girá-los.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -710,6 +724,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Controles
|
||||
hint: >-
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: Continuar
|
||||
newGame: Novo Jogo
|
||||
madeBy: Criado por <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -396,6 +397,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
Isto <strong>NÃO</strong> é um jogo idle! Constrói mais extratores e tapetes para atingir o objetivo mais rapidamente.<br><br>Dica: Pressiona <strong>SHIFT</strong> para colocar vários extratores, e usa <strong>R</strong> para os rodar.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -708,6 +722,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Atalhos
|
||||
hint: >-
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: Continue
|
||||
newGame: New Game
|
||||
madeBy: Made by <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -397,6 +398,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
This is <strong>NOT</strong> an idle game! Build more extractors and belts to finish the goal quicker.<br><br>Tip: Hold <strong>SHIFT</strong> to place multiple extractors, and use <strong>R</strong> to rotate them.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -709,6 +723,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Keybindings
|
||||
hint: >-
|
||||
|
@ -157,6 +157,7 @@ mainMenu:
|
||||
continue: Продолжить
|
||||
newGame: Новая Игра
|
||||
madeBy: Создал <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -399,6 +400,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
Это <strong>НЕ</strong> idle-игра! Постройте больше экстракторов и конвейеров, чтобы достичь цели быстрее.<br><br>Подсказка: Удерживайте <strong>SHIFT</strong> чтобы разместить несколько экстракторов, а <strong>R</strong> чтобы вращать их.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -710,6 +724,10 @@ settings:
|
||||
Отключает диалоговые окна с предупреждениями, появляющиеся при
|
||||
вырезании/удалении более 100 объектов.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Настройки управления
|
||||
hint: >-
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: Fortsätt
|
||||
newGame: Nytt spel
|
||||
madeBy: Skapad av <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -260,13 +261,13 @@ dialogs:
|
||||
massCutConfirm:
|
||||
title: Bekräfta Klipp
|
||||
desc: >-
|
||||
Du klipper en stor mängd byggnader (<count> för att vara exakt)!
|
||||
Du klipper en stor mängd byggnader (<count> för att vara exakt)!
|
||||
Är du säker på att du vill göra detta?
|
||||
|
||||
exportScreenshotWarning:
|
||||
title: Exportera skärmdump
|
||||
desc: >-
|
||||
Du efterfrågade att exportera din fabrik som en skärmdump.
|
||||
Du efterfrågade att exportera din fabrik som en skärmdump.
|
||||
Var snäll och notera att detta kan ta ett tag för en stor bas och i vissa fall till och med krascha ditt spel
|
||||
|
||||
ingame:
|
||||
@ -397,6 +398,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
Detta är <strong>INTE</strong> ett idle-spel! Bygg fler extraktörer för att klara målet snabbare.<br><br>Tips: Håll <strong>SHIFT</strong> för att placera flera extraktörer, och använd <strong>R</strong> för att rotera dem.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -683,7 +697,7 @@ settings:
|
||||
vignette:
|
||||
title: Vinjett
|
||||
description: >-
|
||||
Sätter på vinjetten vilket gör skärmen mörkare i hörnen och
|
||||
Sätter på vinjetten vilket gör skärmen mörkare i hörnen och
|
||||
gör text lättare att läsa
|
||||
|
||||
autosaveInterval:
|
||||
@ -706,9 +720,13 @@ settings:
|
||||
disableCutDeleteWarnings:
|
||||
title: Stäng av klipp/raderingsvarningar
|
||||
description: >-
|
||||
Stänger av varningsdialogen som kommer upp då fler än 100 saker
|
||||
Stänger av varningsdialogen som kommer upp då fler än 100 saker
|
||||
ska tas bort
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Tangentbindningar
|
||||
hint: >-
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: Continue
|
||||
newGame: New Game
|
||||
madeBy: Made by <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -397,6 +398,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
This is <strong>NOT</strong> an idle game! Build more extractors and belts to finish the goal quicker.<br><br>Tip: Hold <strong>SHIFT</strong> to place multiple extractors, and use <strong>R</strong> to rotate them.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -710,6 +724,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Keybindings
|
||||
hint: >-
|
||||
|
@ -187,6 +187,7 @@ mainMenu:
|
||||
continue: 继续游戏
|
||||
newGame: 新游戏
|
||||
madeBy: 作者:<author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -283,12 +284,6 @@ dialogs:
|
||||
<code class='keybinding'>CTRL</code> + 拖动:选择区域以复制或删除。<br>
|
||||
<code class='keybinding'>SHIFT</code>: 按住以放置多个。<br>
|
||||
<code class='keybinding'>ALT</code>: 反向放置传送带。<br>
|
||||
# desc: >-
|
||||
# This game has a lot of keybindings which make it easier to build big factories.
|
||||
# Here are a few, but be sure to <strong>check out the keybindings</strong>!<br><br>
|
||||
# <code class='keybinding'>CTRL</code> + Drag: Select area to copy / delete.<br>
|
||||
# <code class='keybinding'>SHIFT</code>: Hold to place multiple of one building.<br>
|
||||
# <code class='keybinding'>ALT</code>: Invert orientation of placed belts.<br>
|
||||
|
||||
createMarker:
|
||||
title: 创建地图标记
|
||||
@ -436,6 +431,19 @@ ingame:
|
||||
这<strong>不是</strong>一个挂机游戏!建造更多的开采机和传送带来更快地完成目标。<br><br>
|
||||
提示:按住<strong>SHIFT</strong>键来放置多个开采机,用<strong>R</strong>键旋转它们。
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -754,6 +762,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: 按键设置
|
||||
hint: >-
|
||||
@ -812,10 +824,8 @@ keybindings:
|
||||
rotateInverseModifier: >-
|
||||
修饰键: 改为逆时针旋转
|
||||
cycleBuildingVariants: 选择建筑变体
|
||||
# cycleBuildingVariants: Cycle Variants
|
||||
confirmMassDelete: 确认批量删除
|
||||
cycleBuildings: 选择建筑
|
||||
# cycleBuildings: Cycle Buildings
|
||||
massSelectStart: 开始批量选择
|
||||
massSelectSelectMultiple: 选择多个区域
|
||||
massSelectCopy: 复制
|
||||
@ -850,6 +860,7 @@ about:
|
||||
|
||||
最后,我想感谢我最好的朋友<a
|
||||
href="https://github.com/niklas-dahl" target="_blank">Niklas</a>——如果没有与他的异星工厂(factorio)的游戏体验,shapez.io将不会存在。
|
||||
|
||||
changelog:
|
||||
title: 版本日志
|
||||
|
||||
|
@ -156,6 +156,7 @@ mainMenu:
|
||||
continue: Continue
|
||||
newGame: New Game
|
||||
madeBy: Made by <author-link>
|
||||
subreddit: Reddit
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
@ -397,6 +398,19 @@ ingame:
|
||||
1_3_expand: >-
|
||||
This is <strong>NOT</strong> an idle game! Build more extractors and belts to finish the goal quicker.<br><br>Tip: Hold <strong>SHIFT</strong> to place multiple extractors, and use <strong>R</strong> to rotate them.
|
||||
|
||||
colors:
|
||||
red: Red
|
||||
green: Green
|
||||
blue: Blue
|
||||
yellow: Yellow
|
||||
purple: Purple
|
||||
cyan: Cyan
|
||||
white: White
|
||||
uncolored: No color
|
||||
shapeViewer:
|
||||
title: Layers
|
||||
empty: Empty
|
||||
|
||||
# All shop upgrades
|
||||
shopUpgrades:
|
||||
belt:
|
||||
@ -709,6 +723,10 @@ settings:
|
||||
Disable the warning dialogs brought up when cutting/deleting more than 100
|
||||
entities.
|
||||
|
||||
enableColorBlindHelper:
|
||||
title: Color Blind Mode
|
||||
description: Enables various tools which allow to play the game if you are color blind.
|
||||
|
||||
keybindings:
|
||||
title: Keybindings
|
||||
hint: >-
|
||||
|
Loading…
Reference in New Issue
Block a user