mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-06 09:34:05 +00:00
Fix outdated keys in translations
This commit is contained in:
parent
4df2ccbfae
commit
74201a0894
@ -16,7 +16,7 @@ const originalContents = fs
|
|||||||
|
|
||||||
const original = YAML.parse(originalContents);
|
const original = YAML.parse(originalContents);
|
||||||
|
|
||||||
const placeholderRegexp = /[[<]([a-zA-Z_0-9]+)[\]<]/gi;
|
const placeholderRegexp = /[[<]([a-zA-Z_0-9/-_]+?)[\]>]/gi;
|
||||||
|
|
||||||
function match(originalObj, translatedObj, path = "/") {
|
function match(originalObj, translatedObj, path = "/") {
|
||||||
for (const key in originalObj) {
|
for (const key in originalObj) {
|
||||||
|
@ -121,7 +121,9 @@ dialogs:
|
|||||||
text: "Failed to load your savegame:"
|
text: "Failed to load your savegame:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Confirm deletion
|
title: Confirm deletion
|
||||||
text: Are you sure you want to delete the game?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Failed to delete
|
title: Failed to delete
|
||||||
text: "Failed to delete the savegame:"
|
text: "Failed to delete the savegame:"
|
||||||
@ -181,8 +183,7 @@ dialogs:
|
|||||||
title: New Marker
|
title: New Marker
|
||||||
titleEdit: Edit Marker
|
titleEdit: Edit Marker
|
||||||
desc: Give it a meaningful name, you can also include a <strong>short
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
key</strong> of a shape (Which you can generate <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">here</a>)
|
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: You can only create two custom markers in the demo. Get the standalone for
|
desc: You can only create two custom markers in the demo. Get the standalone for
|
||||||
unlimited markers!
|
unlimited markers!
|
||||||
@ -461,8 +462,9 @@ buildings:
|
|||||||
input.
|
input.
|
||||||
quad:
|
quad:
|
||||||
name: Painter (Quad)
|
name: Painter (Quad)
|
||||||
description: Allows you to color each quadrant of the shape with a different
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
color.
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: Trash
|
name: Trash
|
||||||
@ -580,11 +582,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Cutting Shapes
|
title: Cutting Shapes
|
||||||
desc: You just unlocked the <strong>cutter</strong> - it cuts shapes half from
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
<strong>top to bottom</strong> regardless of its
|
from top to bottom <strong>regardless of its
|
||||||
orientation!<br><br>Be sure to get rid of the waste, or otherwise
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
<strong>it will stall</strong> - For this purpose I gave you a
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
trash, which destroys everything you put into it!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotating
|
title: Rotating
|
||||||
desc: The <strong>rotater</strong> has been unlocked! It rotates shapes
|
desc: The <strong>rotater</strong> has been unlocked! It rotates shapes
|
||||||
@ -607,9 +610,9 @@ storyRewards:
|
|||||||
<strong>stacked on top</strong> of the left input!
|
<strong>stacked on top</strong> of the left input!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Splitter/Merger
|
title: Splitter/Merger
|
||||||
desc: The multifunctional <strong>balancer</strong> has been unlocked - It can
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
be used to build bigger factories by <strong>splitting and merging
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
items</strong> onto multiple belts!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunnel
|
title: Tunnel
|
||||||
desc: The <strong>tunnel</strong> has been unlocked - You can now tunnel items
|
desc: The <strong>tunnel</strong> has been unlocked - You can now tunnel items
|
||||||
@ -622,9 +625,10 @@ storyRewards:
|
|||||||
variants</strong>!
|
variants</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Chaining Extractor
|
title: Chaining Extractor
|
||||||
desc: You have unlocked the <strong>chaining extractor</strong>! It can
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>forward its resources</strong> to other extractors so you
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
can more efficiently extract resources!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunnel Tier II
|
title: Tunnel Tier II
|
||||||
desc: You have unlocked a new variant of the <strong>tunnel</strong> - It has a
|
desc: You have unlocked a new variant of the <strong>tunnel</strong> - It has a
|
||||||
@ -641,13 +645,18 @@ storyRewards:
|
|||||||
once</strong> consuming just one color instead of two!
|
once</strong> consuming just one color instead of two!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Storage Buffer
|
title: Storage Buffer
|
||||||
desc: You have unlocked a variant of the <strong>trash</strong> - It allows you
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
to store items up to a given capacity!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Freeplay
|
title: Freeplay
|
||||||
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
that shapes are now randomly generated! (No worries, more content is
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
planned for the standalone!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Blueprints
|
title: Blueprints
|
||||||
desc: You can now <strong>copy and paste</strong> parts of your factory! Select
|
desc: You can now <strong>copy and paste</strong> parts of your factory! Select
|
||||||
@ -684,8 +693,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -123,7 +123,9 @@ dialogs:
|
|||||||
text: "Ha ocurrit un error al intentar carregar la teva partida:"
|
text: "Ha ocurrit un error al intentar carregar la teva partida:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Eliminar
|
title: Eliminar
|
||||||
text: Estàs segur que vols eliminar la partida guardada?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Error en eliminar
|
title: Error en eliminar
|
||||||
text: "Ha ocurrit un error al intentar eliminar la teva partida:"
|
text: "Ha ocurrit un error al intentar eliminar la teva partida:"
|
||||||
@ -185,9 +187,8 @@ dialogs:
|
|||||||
createMarker:
|
createMarker:
|
||||||
title: Nou Marcador
|
title: Nou Marcador
|
||||||
titleEdit: Editar Marcador
|
titleEdit: Editar Marcador
|
||||||
desc: 'Dona-li un nom significatiu, també pots usar <strong>claus</strong> de
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
les figures (Pots generarles a: <a href="https://viewer.shapez.io"
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
target="_blank">aquí</a>)'
|
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: En la Demo només pots crear dos marcadors, aconsegueix la versió completa
|
desc: En la Demo només pots crear dos marcadors, aconsegueix la versió completa
|
||||||
per gaudir de l'experiència completa!
|
per gaudir de l'experiència completa!
|
||||||
@ -470,7 +471,9 @@ buildings:
|
|||||||
description: Pinta les figures de l'esquerra amb el color de dalt.
|
description: Pinta les figures de l'esquerra amb el color de dalt.
|
||||||
quad:
|
quad:
|
||||||
name: Pintor (Quàdruple)
|
name: Pintor (Quàdruple)
|
||||||
description: Permet pintar cadascun dels quadrants de forma diferent.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: Paperera
|
name: Paperera
|
||||||
@ -593,11 +596,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Tallar figures
|
title: Tallar figures
|
||||||
desc: Acabes de desbloquejar la <strong>Tallador</strong> - talla les figures
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
per la meitat <strong>de dalt a baix</strong>; sense importar la
|
from top to bottom <strong>regardless of its
|
||||||
seva/ua orientació!<br><br>Assegura't d'eliminar les parts que no
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
utilitzes, si no <strong>es pararà</strong> - Es per això que t'he
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
donat una paperera, utilitza-la!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotar
|
title: Rotar
|
||||||
desc: El <strong>Rotador</strong> s'ha desbloquejat! Rota formes en sentit
|
desc: El <strong>Rotador</strong> s'ha desbloquejat! Rota formes en sentit
|
||||||
@ -621,10 +625,9 @@ storyRewards:
|
|||||||
<strong>s'apilarà damunt</strong> de la de l'esquerra!
|
<strong>s'apilarà damunt</strong> de la de l'esquerra!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Distribuïdor
|
title: Distribuïdor
|
||||||
desc: El <strong>distribuïdor</strong> multifuncional s'ha desbloquejat - Pot
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
ser utilitzat per a construir fàbriques més grans per mitjà de la
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
<strong>separació i fusió</strong> de figures de diferents
|
into two!
|
||||||
cintes!<br><br>
|
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Túnel
|
title: Túnel
|
||||||
desc: El <strong>túnel</strong> s'ha desbloquejat - Ara pots passar objectes a
|
desc: El <strong>túnel</strong> s'ha desbloquejat - Ara pots passar objectes a
|
||||||
@ -637,9 +640,10 @@ storyRewards:
|
|||||||
variants</strong>!
|
variants</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Extractor en cadena
|
title: Extractor en cadena
|
||||||
desc: Has desbloquejat el <strong>extractor en cadena</strong>! Pot
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>passar els seus recursos</strong> a altres extractors perquè
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
pugues extraure recursos més eficientment!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Túnel de Nivell II
|
title: Túnel de Nivell II
|
||||||
desc: Has desbloquejat una nova variant del <strong>túnel</strong> - Té una
|
desc: Has desbloquejat una nova variant del <strong>túnel</strong> - Té una
|
||||||
@ -657,14 +661,18 @@ storyRewards:
|
|||||||
consumint sols un color en lloc de dos!
|
consumint sols un color en lloc de dos!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Magatzem de reserva
|
title: Magatzem de reserva
|
||||||
desc: Has desbloquejat una variant de la <strong>paperera</strong> - Et permet
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
emmagatzemar objectes fins a una capacitat màxima!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Joc lliure
|
title: Joc lliure
|
||||||
desc: Ho has fet! Has desbloquejat el <strong>mode de joc lliure</strong>! Això
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
significa que les figures ara són generades aleatòriament! (No
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
t'angoixis/es, hi ha més contingut planejat per a la versió completa
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
- fora del web)
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Plànols
|
title: Plànols
|
||||||
desc: Ara pots <strong>copiar i apegar/enxegar</strong> parts de la teva/ua
|
desc: Ara pots <strong>copiar i apegar/enxegar</strong> parts de la teva/ua
|
||||||
@ -694,17 +702,19 @@ storyRewards:
|
|||||||
en una cinta!
|
en una cinta!
|
||||||
reward_belt_reader:
|
reward_belt_reader:
|
||||||
title: Lector de cinta
|
title: Lector de cinta
|
||||||
desc: Has desbloquejat el <strong>lector de cinta</strong>! Et permet mesurar el
|
desc: You have now unlocked the <strong>belt reader</strong>! It allows you to
|
||||||
rendiment d'una cinta. I espera a desbloquejar els cables, et serà
|
measure the throughput of a belt.<br><br>And wait until you unlock
|
||||||
encara més útil!
|
wires - then it gets really useful!
|
||||||
reward_rotater_180:
|
reward_rotater_180:
|
||||||
title: Rotador (180 graus)
|
title: Rotador (180 graus)
|
||||||
desc: Acabes de desbloquejar un altre <strong>rotador</strong>!. Et permet rotar
|
desc: Acabes de desbloquejar un altre <strong>rotador</strong>!. Et permet rotar
|
||||||
una forma 180 graus.
|
una forma 180 graus.
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Pantalla
|
title: Pantalla
|
||||||
desc: Has desbloquejat la <strong>Pantalla</strong>. Conecta una senyal a la
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
capa de cables per visualitzar el contingut de la senyal!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Senyal constant
|
title: Senyal constant
|
||||||
desc: >-
|
desc: >-
|
||||||
|
@ -40,7 +40,7 @@ steamPage:
|
|||||||
subreddit: Subreddit
|
subreddit: Subreddit
|
||||||
source_code: Source code (GitHub)
|
source_code: Source code (GitHub)
|
||||||
translate: Pomožte přeložit hru!
|
translate: Pomožte přeložit hru!
|
||||||
text_open_source: >-
|
text_open_source: |-
|
||||||
Kdokoli může přispět, aktivně se zapojit do komunity a
|
Kdokoli může přispět, aktivně se zapojit do komunity a
|
||||||
pokusit se zkontrolovat všechny návrhy a vzít v úvahu zpětnou vazbu
|
pokusit se zkontrolovat všechny návrhy a vzít v úvahu zpětnou vazbu
|
||||||
kde je to možné.
|
kde je to možné.
|
||||||
@ -121,7 +121,9 @@ dialogs:
|
|||||||
text: "Nepovedlo se načíst vaši uloženou hru:"
|
text: "Nepovedlo se načíst vaši uloženou hru:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Potvrdit smazání
|
title: Potvrdit smazání
|
||||||
text: Opravdu chcete smazat hru?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Chyba mazání
|
title: Chyba mazání
|
||||||
text: "Nepovedlo se smazat vaši uloženou hru:"
|
text: "Nepovedlo se smazat vaši uloženou hru:"
|
||||||
@ -171,9 +173,8 @@ dialogs:
|
|||||||
umístěných pásů.<br>"
|
umístěných pásů.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Nová značka
|
title: Nová značka
|
||||||
desc: Pojmenuj jí nějak výstižně, též ji můžeš doplnit <strong>zkratkou</strong>
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
pro tvar (Kterou si můžete vytvořit <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">zde</a>)
|
|
||||||
titleEdit: Upravit značku
|
titleEdit: Upravit značku
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: V ukázce můžete vytvořit pouze dvě značky. Získejte plnou verzi pro
|
desc: V ukázce můžete vytvořit pouze dvě značky. Získejte plnou verzi pro
|
||||||
@ -194,15 +195,14 @@ dialogs:
|
|||||||
title: Nastavte signál
|
title: Nastavte signál
|
||||||
descItems: "Vyberte předdefinovanou položku:"
|
descItems: "Vyberte předdefinovanou položku:"
|
||||||
descShortKey: ... nebo zadejte <strong>krátký klíč</strong> tvaru (který jste
|
descShortKey: ... nebo zadejte <strong>krátký klíč</strong> tvaru (který jste
|
||||||
může vygenerovat <link>zde</link>)
|
může vygenerovat <link>zde</link>)
|
||||||
renameSavegame:
|
renameSavegame:
|
||||||
title: Přejmenovat Savegame
|
title: Přejmenovat Savegame
|
||||||
desc: Zde můžeš přejmenovat svůj savegame.
|
desc: Zde můžeš přejmenovat svůj savegame.
|
||||||
entityWarning:
|
entityWarning:
|
||||||
title: Varování výkonu
|
title: Varování výkonu
|
||||||
desc: Umístili jste spoustu budov, to je jen přátelská připomínka
|
desc: Umístili jste spoustu budov, to je jen přátelská připomínka hra nezvládne
|
||||||
hra nezvládne nekonečný počet budov - zkuste to
|
nekonečný počet budov - zkuste to udržujte své továrny kompaktní!
|
||||||
udržujte své továrny kompaktní!
|
|
||||||
ingame:
|
ingame:
|
||||||
keybindingsOverlay:
|
keybindingsOverlay:
|
||||||
moveMap: Posun mapy
|
moveMap: Posun mapy
|
||||||
@ -450,7 +450,9 @@ buildings:
|
|||||||
description: Obarví tvary z levých vstupů barvou z horního vstupu.
|
description: Obarví tvary z levých vstupů barvou z horního vstupu.
|
||||||
quad:
|
quad:
|
||||||
name: Barvič (čtyřnásobný)
|
name: Barvič (čtyřnásobný)
|
||||||
description: Umožňuje obarvit každý dílek tvaru samostatně.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: Barvič
|
name: Barvič
|
||||||
description: Obarví celý tvar v levém vstupu barvou z pravého vstupu.
|
description: Obarví celý tvar v levém vstupu barvou z pravého vstupu.
|
||||||
@ -571,11 +573,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Řezání tvarů
|
title: Řezání tvarů
|
||||||
desc: Právě jste odemknuli <strong>pilu</strong> - řeže tvary
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
<strong>svisle</strong> bez ohledu na svou
|
from top to bottom <strong>regardless of its
|
||||||
orientaci!<br><br>Nezapomeňte se zbavovat odpadu, jinak <strong>se
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
vám zasekne produkce</strong> - pro tento účel jsem vám odemknul
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
koš, který můžete použít na mazání odpadu!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Otáčení
|
title: Otáčení
|
||||||
desc: <strong>Rotor</strong> byl právě odemčen! Otáčí tvary po směru hodinových
|
desc: <strong>Rotor</strong> byl právě odemčen! Otáčí tvary po směru hodinových
|
||||||
@ -597,9 +600,9 @@ storyRewards:
|
|||||||
vpravo se <strong>nalepí na</strong> tvar vlevo!
|
vpravo se <strong>nalepí na</strong> tvar vlevo!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Rozřazování/Spojování pásu
|
title: Rozřazování/Spojování pásu
|
||||||
desc: Multifuknční <strong>balancer</strong> byl právě odemčen - Může být použít
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
pro stavbu větších továren díky tomu, že <strong>rozřazuje</strong>
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
tvary mezi dva pásy!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunel
|
title: Tunel
|
||||||
desc: <strong>Tunel</strong> byl právě odemčen - Umožňuje vézt suroviny pod
|
desc: <strong>Tunel</strong> byl právě odemčen - Umožňuje vézt suroviny pod
|
||||||
@ -611,9 +614,10 @@ storyRewards:
|
|||||||
'T' pro přepnutí mezi variantami</strong>!
|
'T' pro přepnutí mezi variantami</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Napojovací extraktor
|
title: Napojovací extraktor
|
||||||
desc: Odemknuli jste variantu <strong>extraktoru</strong>! Může
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>přesměrovat vytěžené zdroje</strong> do dalších extraktorů
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
pro efektivnější těžbu!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunel II. úrovně
|
title: Tunel II. úrovně
|
||||||
desc: Odemknuli jste <strong>tunel II. úrovně</strong> - Má <strong>delší
|
desc: Odemknuli jste <strong>tunel II. úrovně</strong> - Má <strong>delší
|
||||||
@ -629,13 +633,18 @@ storyRewards:
|
|||||||
barvy!
|
barvy!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Sklad
|
title: Sklad
|
||||||
desc: Odemknuli jste variantu <strong>koše</strong> - Umožňuje vám skladovat
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
věci až do určité kapacity!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Volná hra
|
title: Volná hra
|
||||||
desc: Dokázali jste to! Odemknuli jste <strong>volnou hru</strong>! Další tvary
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
jsou již náhodně generované! (pro plnou verzi plánujeme více
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
obsahu!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Plány
|
title: Plány
|
||||||
desc: Nyní můžete <strong>kopírovat a vkládat</strong> části továrny! Vyberte
|
desc: Nyní můžete <strong>kopírovat a vkládat</strong> části továrny! Vyberte
|
||||||
@ -673,8 +682,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -121,7 +121,9 @@ dialogs:
|
|||||||
text: "Det lykkedes ikke at åbne dit gemte spil:"
|
text: "Det lykkedes ikke at åbne dit gemte spil:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Bekræft sletning
|
title: Bekræft sletning
|
||||||
text: Er du sikker på du vil slette dit gemte spil?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Sletning fejlede
|
title: Sletning fejlede
|
||||||
text: "Det lykkedes ikke at slette dit gemte spil:"
|
text: "Det lykkedes ikke at slette dit gemte spil:"
|
||||||
@ -177,9 +179,8 @@ dialogs:
|
|||||||
transportbånd.<br>"
|
transportbånd.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Ny Markør
|
title: Ny Markør
|
||||||
desc: Giv det et betydningsfuldt navn. du kan også inkludere en <strong>kort
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
kode</strong> der repræsenterer en figur (Som du kan lave <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">her</a>)
|
|
||||||
titleEdit: Rediger Markør
|
titleEdit: Rediger Markør
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Du kan kun lave to markører i demoen. Køb spillet for uendelige markører!
|
desc: Du kan kun lave to markører i demoen. Køb spillet for uendelige markører!
|
||||||
@ -453,7 +454,9 @@ buildings:
|
|||||||
description: Farver figurerne fra venstre side med farven fra toppen.
|
description: Farver figurerne fra venstre side med farven fra toppen.
|
||||||
quad:
|
quad:
|
||||||
name: Maler (Quad)
|
name: Maler (Quad)
|
||||||
description: Lader dig farve hver fjerdel af figuren med forskellige farver.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: Skraldespand
|
name: Skraldespand
|
||||||
@ -579,11 +582,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Klippe Figurer
|
title: Klippe Figurer
|
||||||
desc: Du har lige fået adgang til <strong>klipperen</strong> - den klipper
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
figurer i to fra <strong>top til bund</strong> uanset hvordan den
|
from top to bottom <strong>regardless of its
|
||||||
vender!<br><br>Sørg for at ødelægge alt du ikke har brug for, ellers
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
<strong>går den i stå</strong> - Til dette har jeg givet dig
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
skraldespanden, som ødelægger alt du putter i den!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotation
|
title: Rotation
|
||||||
desc: <strong>Drejeren</strong> er nu tilgængelig! Den drejer figurer 90 grader
|
desc: <strong>Drejeren</strong> er nu tilgængelig! Den drejer figurer 90 grader
|
||||||
@ -597,8 +601,8 @@ storyRewards:
|
|||||||
indstillingerne!"
|
indstillingerne!"
|
||||||
reward_mixer:
|
reward_mixer:
|
||||||
title: Farveblanding
|
title: Farveblanding
|
||||||
desc: <strong>Farveblanderen</strong> er nu tilgængelig - Kombiner to farver ved
|
desc: The <strong>mixer</strong> has been unlocked - It mixes two colors using
|
||||||
brug af (strong>additiv blanding</strong> med denne bygning!
|
<strong>additive blending</strong>!
|
||||||
reward_stacker:
|
reward_stacker:
|
||||||
title: Stabler
|
title: Stabler
|
||||||
desc: Du kan du stable figurer med <strong>stableren</strong>! Begge inputs
|
desc: Du kan du stable figurer med <strong>stableren</strong>! Begge inputs
|
||||||
@ -607,9 +611,9 @@ storyRewards:
|
|||||||
<strong>stablet ovenpå</strong> det venstre!
|
<strong>stablet ovenpå</strong> det venstre!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Fordeler/Sammenlægger
|
title: Fordeler/Sammenlægger
|
||||||
desc: Den flerfunktionelle <strong>Fordeler</strong> er nu tilgængelig - Den kan
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
bruges til at bygge større fabrikker ved at <strong>fordele og
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
sammenlægge varer</strong> på flere bælter!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunnel
|
title: Tunnel
|
||||||
desc: <strong>Tunnellen</strong> er nu tilgængelig - Du kan nu lave tuneller
|
desc: <strong>Tunnellen</strong> er nu tilgængelig - Du kan nu lave tuneller
|
||||||
@ -621,9 +625,10 @@ storyRewards:
|
|||||||
<strong>trykke 'T'</strong>!
|
<strong>trykke 'T'</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Kædeudvinder
|
title: Kædeudvinder
|
||||||
desc: <strong>Kædeudvinder</strong> er nu tilgængelig! Den kan
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>videregive sine resurser</strong> til andre udvindere, så du
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
kan udvinde resurser mere effektivt!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunnel Trin II
|
title: Tunnel Trin II
|
||||||
desc: Du har fået adgang til en variant af <strong>tunnellen</strong> - Den har
|
desc: Du har fået adgang til en variant af <strong>tunnellen</strong> - Den har
|
||||||
@ -641,13 +646,18 @@ storyRewards:
|
|||||||
og bruger kun en farve i stedet for to.
|
og bruger kun en farve i stedet for to.
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Opbevaringsbuffer
|
title: Opbevaringsbuffer
|
||||||
desc: Du har fået adgang til en variant af <strong>skraldespanden</strong> - Den
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
lader dig opbevare varer til en hvis kapacitet!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Frit spil
|
title: Frit spil
|
||||||
desc: Du klarede det! Du har fået adgang til <strong>frit spil</strong>! Dette
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
betyder at figurer nu er tilfældigt genereret! (Vær ikke bekymret,
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
mere indhold er planlagt for den betalte version!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Arbejdstegninger
|
title: Arbejdstegninger
|
||||||
desc: Du kan nu <strong>kopiere og indsætte</strong> dele af din fabrik! Vælg et
|
desc: Du kan nu <strong>kopiere og indsætte</strong> dele af din fabrik! Vælg et
|
||||||
@ -685,8 +695,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -88,7 +88,8 @@ mainMenu:
|
|||||||
helpTranslate: Hilf beim Übersetzen!
|
helpTranslate: Hilf beim Übersetzen!
|
||||||
madeBy: Ein Spiel von <author-link>
|
madeBy: Ein Spiel von <author-link>
|
||||||
browserWarning: Sorry, aber das Spiel wird in deinem Browser langsam laufen!
|
browserWarning: Sorry, aber das Spiel wird in deinem Browser langsam laufen!
|
||||||
Kaufe die Vollversion oder verwende Google Chrome für die beste Erfahrung!
|
Kaufe die Vollversion oder verwende Google Chrome für die beste
|
||||||
|
Erfahrung!
|
||||||
savegameLevel: Level <x>
|
savegameLevel: Level <x>
|
||||||
savegameLevelUnknown: Unbekanntes Level
|
savegameLevelUnknown: Unbekanntes Level
|
||||||
savegameUnnamed: Unbenannt
|
savegameUnnamed: Unbenannt
|
||||||
@ -116,7 +117,9 @@ dialogs:
|
|||||||
text: Der Speicherstand konnte nicht geladen werden. Sorry!
|
text: Der Speicherstand konnte nicht geladen werden. Sorry!
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Löschen bestätigen
|
title: Löschen bestätigen
|
||||||
text: Bist du sicher, dass du den Speicherstand löschen willst?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Löschen gescheitert
|
title: Löschen gescheitert
|
||||||
text: "Das Löschen des Spiels ist gescheitert:"
|
text: "Das Löschen des Spiels ist gescheitert:"
|
||||||
@ -176,10 +179,8 @@ dialogs:
|
|||||||
<code class='keybinding'>ALT</code>: Invertiere die Platzierungsrichtung der Förderbänder.<br>
|
<code class='keybinding'>ALT</code>: Invertiere die Platzierungsrichtung der Förderbänder.<br>
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Neuer Marker
|
title: Neuer Marker
|
||||||
desc: Gib ihm einen griffigen Namen. Du kannst sogar die
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
<strong>Abkürzung</strong> einer Form eingeben (Diese kann <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">hier</a> generiert
|
|
||||||
werden).
|
|
||||||
titleEdit: Marker bearbeiten
|
titleEdit: Marker bearbeiten
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Du kannst nur 2 Marker in der Demo benutzen. Hol dir die Standalone, um
|
desc: Du kannst nur 2 Marker in der Demo benutzen. Hol dir die Standalone, um
|
||||||
@ -455,7 +456,9 @@ buildings:
|
|||||||
oberen Eingang.
|
oberen Eingang.
|
||||||
quad:
|
quad:
|
||||||
name: Färber (4-fach)
|
name: Färber (4-fach)
|
||||||
description: Erlaubt es, jedes einzelne Viertel einer Form beliebig einzufärben.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: Mülleimer
|
name: Mülleimer
|
||||||
@ -582,11 +585,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Formen zerschneiden
|
title: Formen zerschneiden
|
||||||
desc: Du hast den <strong>Schneider</strong> freigeschaltet! Er zerschneidet
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
Formen von <strong>oben nach unten</strong>, unabhängig von ihrer
|
from top to bottom <strong>regardless of its
|
||||||
Orientierung.<br><br>Stelle sicher, dass du den Abfall loswirst,
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
sonst <strong>verstopft die Maschine</strong>! Dafür habe ich dir
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
extra einen Mülleimer freigeschaltet.
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotieren
|
title: Rotieren
|
||||||
desc: Der <strong>Rotierer</strong> wurde freigeschaltet! Er rotiert Formen im
|
desc: Der <strong>Rotierer</strong> wurde freigeschaltet! Er rotiert Formen im
|
||||||
@ -610,10 +614,9 @@ storyRewards:
|
|||||||
<strong>gestapelt</strong>.
|
<strong>gestapelt</strong>.
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Verteiler/Kombinierer
|
title: Verteiler/Kombinierer
|
||||||
desc: Der multifunktionale <strong>Verteiler</strong> wurde freigeschaltet! Er
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
ermöglicht die Konstruktion größerer Fabriken, indem er Items auf
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
mehrere Förderbänder <strong>verteilt oder diese
|
into two!
|
||||||
zusammenführt</strong>!<br><br>
|
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunnel
|
title: Tunnel
|
||||||
desc: Der <strong>Tunnel</strong> wurde freigeschaltet! Du kannst Items nun
|
desc: Der <strong>Tunnel</strong> wurde freigeschaltet! Du kannst Items nun
|
||||||
@ -626,9 +629,10 @@ storyRewards:
|
|||||||
verschiedene Varianten zuzugreifen</strong>.
|
verschiedene Varianten zuzugreifen</strong>.
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Extrahierer (Kette)
|
title: Extrahierer (Kette)
|
||||||
desc: Du hast den <strong>Extrahierer (Kette)</strong> freigeschaltet! Damit
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
können die Ressourcen an den Nächsten <strong>weitergegeben</strong>
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
werden, um Ressourcen effizienter zu extrahieren.
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunnel Stufe II
|
title: Tunnel Stufe II
|
||||||
desc: Du hast eine neue Variante des <strong>Tunnels</strong> freigeschaltet!
|
desc: Du hast eine neue Variante des <strong>Tunnels</strong> freigeschaltet!
|
||||||
@ -646,15 +650,18 @@ storyRewards:
|
|||||||
verbrauchst nur eine Farbe.
|
verbrauchst nur eine Farbe.
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Zwischenlager
|
title: Zwischenlager
|
||||||
desc: Du hast eine neue Variante des <strong>Mülleimers</strong> freigeschaltet!
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
Bis zu einer gewissen Kapazität können hier Items zwischengelagert
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
werden.
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Freies Spiel
|
title: Freies Spiel
|
||||||
desc: Du hast es geschafft! Du bist im <strong>freien Spiel</strong> angekommen!
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
Das heißt, dass abzuliefernde Formen jetzt zufällig generiert
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
werden! (Keine Sorge, für die Standaloneversion ist noch mehr
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
geplant!)
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Blaupause
|
title: Blaupause
|
||||||
desc: Jetzt kannst du Teile deiner Fabrik <strong>kopieren und
|
desc: Jetzt kannst du Teile deiner Fabrik <strong>kopieren und
|
||||||
@ -694,8 +701,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
@ -1002,54 +1011,70 @@ tips:
|
|||||||
- Baue nicht zu nah am Hub, sonst wird es ein riesiges Chaos geben!
|
- Baue nicht zu nah am Hub, sonst wird es ein riesiges Chaos geben!
|
||||||
- Wenn das Stapeln nicht funktioniert, versuche die Eingänge zu wechseln.
|
- Wenn das Stapeln nicht funktioniert, versuche die Eingänge zu wechseln.
|
||||||
- Du kannst mittels <b>R</b> die Richtung des Bandplaners umkehren.
|
- Du kannst mittels <b>R</b> die Richtung des Bandplaners umkehren.
|
||||||
- Halte <b>STRG</b> um die Förderbänder ohne automatische Orientierung zu platzieren.
|
- Halte <b>STRG</b> um die Förderbänder ohne automatische Orientierung zu
|
||||||
- Die Ratios bleiben gleich, solange die die Upgrades auf der selben Stufen sind.
|
platzieren.
|
||||||
|
- Die Ratios bleiben gleich, solange die die Upgrades auf der selben Stufen
|
||||||
|
sind.
|
||||||
- Serielle Ausführung ist effizienter als parallele.
|
- Serielle Ausführung ist effizienter als parallele.
|
||||||
- Du wirst später im Spiel mehr Varianten von Gebäuden freischalten!
|
- Du wirst später im Spiel mehr Varianten von Gebäuden freischalten!
|
||||||
- Du kanst <b>T</b> drücken, um auf andere Varianten des Gebäude zu wechseln.
|
- Du kanst <b>T</b> drücken, um auf andere Varianten des Gebäude zu wechseln.
|
||||||
- Symmetrie ist der Schlüssel!
|
- Symmetrie ist der Schlüssel!
|
||||||
- Du kannst verschiedene Arten von Tunneln miteinander verweben.
|
- Du kannst verschiedene Arten von Tunneln miteinander verweben.
|
||||||
- Versuche kompakte Fabriken zu bauen - es zahlt sich aus!
|
- Versuche kompakte Fabriken zu bauen - es zahlt sich aus!
|
||||||
- Der Färber hat eine spiegelverkehrte Variante, die du mittels <b>T</b> auswählen kannst.
|
- Der Färber hat eine spiegelverkehrte Variante, die du mittels <b>T</b>
|
||||||
|
auswählen kannst.
|
||||||
- Das richtige Verhältnis der Gebäude maximiert die Effizienz.
|
- Das richtige Verhältnis der Gebäude maximiert die Effizienz.
|
||||||
- Auf dem maximalen Level genügen 5 Extrahierer für ein einzelnes Förderband.
|
- Auf dem maximalen Level genügen 5 Extrahierer für ein einzelnes Förderband.
|
||||||
- Vergiss die Tunnel nicht!
|
- Vergiss die Tunnel nicht!
|
||||||
- Du musst die Items für maximale Effizienz nicht gleichmässig aufteilen.
|
- Du musst die Items für maximale Effizienz nicht gleichmässig aufteilen.
|
||||||
- Das Halten von <b>UMSCH</b> aktiviert den Bandplaner, der dir das Platzieren langer Linien vereinfacht.
|
- Das Halten von <b>UMSCH</b> aktiviert den Bandplaner, der dir das
|
||||||
|
Platzieren langer Linien vereinfacht.
|
||||||
- Schneider schneiden immer vertikal, egal deren Orientierung.
|
- Schneider schneiden immer vertikal, egal deren Orientierung.
|
||||||
- Um Weiss zu erhalten, mixe alle Farben zusammen.
|
- Um Weiss zu erhalten, mixe alle Farben zusammen.
|
||||||
- Der Speicher priorisiert den linken Ausgang.
|
- Der Speicher priorisiert den linken Ausgang.
|
||||||
- Investiere Zeit, um wiederholbare Designs zu erstellen - es lohnt sich!
|
- Investiere Zeit, um wiederholbare Designs zu erstellen - es lohnt sich!
|
||||||
- Das Halten von <b>STRG</b> ermöglicht dir mehrere Gebäude zu platzieren.
|
- Das Halten von <b>STRG</b> ermöglicht dir mehrere Gebäude zu platzieren.
|
||||||
- Du kanst <b>ALT</b> gedrückt halten, um die Richtung der Förderbänder umzukehren.
|
- Du kanst <b>ALT</b> gedrückt halten, um die Richtung der Förderbänder
|
||||||
|
umzukehren.
|
||||||
- Effizienz ist der Schlüssel!
|
- Effizienz ist der Schlüssel!
|
||||||
- Formflecken, die weiter vom Hub entfernt sind, sind komplexer.
|
- Formflecken, die weiter vom Hub entfernt sind, sind komplexer.
|
||||||
- Gebäude haben eine limitierte Geschwindigkeit, teile sie auf für maximale Effizienz.
|
- Gebäude haben eine limitierte Geschwindigkeit, teile sie auf für maximale
|
||||||
|
Effizienz.
|
||||||
- Benutze Verteiler um deine Effizienz zu maximieren.
|
- Benutze Verteiler um deine Effizienz zu maximieren.
|
||||||
- Organisation ist wichtig. Versuch das Kreuzen von Förderbändern zu minimieren.
|
- Organisation ist wichtig. Versuch das Kreuzen von Förderbändern zu
|
||||||
|
minimieren.
|
||||||
- Plane im Voraus, oder es gibt ein riesigen Chaos!
|
- Plane im Voraus, oder es gibt ein riesigen Chaos!
|
||||||
- Lösche deine alten Fabriken nicht! Du benötigst sie um Upgrades freizuschalten.
|
- Lösche deine alten Fabriken nicht! Du benötigst sie um Upgrades
|
||||||
|
freizuschalten.
|
||||||
- Versuch Level 20 alleine zu meistern, bevor du nach Hilfe suchst!
|
- Versuch Level 20 alleine zu meistern, bevor du nach Hilfe suchst!
|
||||||
- Mach es dir nicht zu kompliziert, versuch es einfach zu halten und du wirst weit vorankommen.
|
- Mach es dir nicht zu kompliziert, versuch es einfach zu halten und du
|
||||||
- Vielleicht musst du Fabriken später im Spiel wiederverwenden. Plane deine Fabriken so, dass sie wiederverwendbar sind.
|
wirst weit vorankommen.
|
||||||
- Manchmal kannst du die gewünschte Form auf der Karte finden, ohne sie mit Staplern zu erstellen.
|
- Vielleicht musst du Fabriken später im Spiel wiederverwenden. Plane deine
|
||||||
|
Fabriken so, dass sie wiederverwendbar sind.
|
||||||
|
- Manchmal kannst du die gewünschte Form auf der Karte finden, ohne sie mit
|
||||||
|
Staplern zu erstellen.
|
||||||
- Vollständige Windmühlen werden nicht natürlich generiert.
|
- Vollständige Windmühlen werden nicht natürlich generiert.
|
||||||
- Färbe deine Formen vor dem Schneiden für maximale Effizienz.
|
- Färbe deine Formen vor dem Schneiden für maximale Effizienz.
|
||||||
- Mit Modulen ist der Raum nur eine Wahrnehmung; eine Sorge für die sterblichen Menschen.
|
- Mit Modulen ist der Raum nur eine Wahrnehmung; eine Sorge für die
|
||||||
|
sterblichen Menschen.
|
||||||
- Mache eine separate Blaupausenfabrik. Sie sind wichtig für Module.
|
- Mache eine separate Blaupausenfabrik. Sie sind wichtig für Module.
|
||||||
- Schau dir den Farbmischer genauer an, und deine Fragen werden beantwortet.
|
- Schau dir den Farbmischer genauer an, und deine Fragen werden beantwortet.
|
||||||
- Benutze <b>STRG</b> + rechter Mausklick, um einen Bereich zu selektieren.
|
- Benutze <b>STRG</b> + rechter Mausklick, um einen Bereich zu selektieren.
|
||||||
- Zu nahe am Hub zu bauen, kann späteren Projekten im Weg stehen.
|
- Zu nahe am Hub zu bauen, kann späteren Projekten im Weg stehen.
|
||||||
- Das Pin-Symbol neben jeder Form in der Upgrade-Liste heftet sie an den Bildschirm.
|
- Das Pin-Symbol neben jeder Form in der Upgrade-Liste heftet sie an den
|
||||||
|
Bildschirm.
|
||||||
- Mische alle drei Grundfarben, um Weiß zu erhalten!
|
- Mische alle drei Grundfarben, um Weiß zu erhalten!
|
||||||
- Du hast eine unendlich grosse Karte, nutze den Platz, expandiere!
|
- Du hast eine unendlich grosse Karte, nutze den Platz, expandiere!
|
||||||
- Probier auch mal Factorio! Es ist mein Lieblingsspiel.
|
- Probier auch mal Factorio! Es ist mein Lieblingsspiel.
|
||||||
- Der Vierfachschneider schneidet im Uhrzeigersinn von oben rechts beginnend!
|
- Der Vierfachschneider schneidet im Uhrzeigersinn von oben rechts beginnend!
|
||||||
- Du kannst deine Speicherstände im Hauptmenü herunterladen!
|
- Du kannst deine Speicherstände im Hauptmenü herunterladen!
|
||||||
- Diese Spiel hat viele nützliche Tastenbelegungen! Schau sie dir in den Einstellungen an.
|
- Diese Spiel hat viele nützliche Tastenbelegungen! Schau sie dir in den
|
||||||
|
Einstellungen an.
|
||||||
- Dieses Spiel hat viele Einstellungen, schau sie dir einmal an!
|
- Dieses Spiel hat viele Einstellungen, schau sie dir einmal an!
|
||||||
- Die Markierung des Hubs hat einen kleinen Kompass, der die Richtung anzeigt!
|
- Die Markierung des Hubs hat einen kleinen Kompass, der die Richtung
|
||||||
- Um die Förderbänder zu leeren, schneide den Bereich aus und füge ihn in der gleichen Position wieder ein.
|
anzeigt!
|
||||||
|
- Um die Förderbänder zu leeren, schneide den Bereich aus und füge ihn in
|
||||||
|
der gleichen Position wieder ein.
|
||||||
- Drücke F4 um deine FPS und Tick Rate anzuzeigen.
|
- Drücke F4 um deine FPS und Tick Rate anzuzeigen.
|
||||||
- Drücke doppelt F4 um die Kachel des Zeigers und der Kamera anzuzeigen.
|
- Drücke doppelt F4 um die Kachel des Zeigers und der Kamera anzuzeigen.
|
||||||
- Du kannst die angehefteten Formen auf der linken Seite ablösen.
|
- Du kannst die angehefteten Formen auf der linken Seite ablösen.
|
||||||
|
@ -122,7 +122,9 @@ dialogs:
|
|||||||
text: "Η φώρτοση του αποθηκευμένου παιχνιδιού ήταν αποτυχής:"
|
text: "Η φώρτοση του αποθηκευμένου παιχνιδιού ήταν αποτυχής:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Επιβεβαίωση διαγραφής
|
title: Επιβεβαίωση διαγραφής
|
||||||
text: Είσαι βέβαιος/η ότι θέλεις να διαγράψεις το παιχνίδι;
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Αποτυχία διαγραφής
|
title: Αποτυχία διαγραφής
|
||||||
text: "Η διαγραφή του αποθηκευμένου παιχνιδιού ήταν αποτυχής:"
|
text: "Η διαγραφή του αποθηκευμένου παιχνιδιού ήταν αποτυχής:"
|
||||||
@ -142,9 +144,9 @@ dialogs:
|
|||||||
desc: Οι συνδιασμών πλήκτρων επαναφέρθηκαν στις προεπιλεγμένες τιμές τους!
|
desc: Οι συνδιασμών πλήκτρων επαναφέρθηκαν στις προεπιλεγμένες τιμές τους!
|
||||||
featureRestriction:
|
featureRestriction:
|
||||||
title: Έκδοση Demo
|
title: Έκδοση Demo
|
||||||
desc: Προσπάθησες να χρησιμοποιήσεις μία δυνατότητα που δεν είναι διαθέσιμη στην
|
desc: You tried to access a feature (<feature>) which is not available in the
|
||||||
έκδοση demo. Αποκτήστε την αυτόνομη έκδοση για την ολοκληρομένη
|
demo. Consider getting the standalone version for the full
|
||||||
εμπειρία!
|
experience!
|
||||||
oneSavegameLimit:
|
oneSavegameLimit:
|
||||||
title: Περιορισμένα αποθηκευμένα παιχνίδια
|
title: Περιορισμένα αποθηκευμένα παιχνίδια
|
||||||
desc: Στην demo έκδοση μπορείς να έχεις μόνο ένα αποθηκευμένο παιχνίδι. Παρακαλώ
|
desc: Στην demo έκδοση μπορείς να έχεις μόνο ένα αποθηκευμένο παιχνίδι. Παρακαλώ
|
||||||
@ -179,9 +181,8 @@ dialogs:
|
|||||||
τον προσανατολισμό των τοποθετούμενων ιμάντων.<br>"
|
τον προσανατολισμό των τοποθετούμενων ιμάντων.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Νέο Σημάδι
|
title: Νέο Σημάδι
|
||||||
desc: Δώσ' του ένα όνομα με νόημα. Μπορείς επίσης να χρησημοποιήσεις και τον
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
<strong>σύντομο κώδικα</strong> ενός σχήματος (τον οποίο μπορείς να
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
βρείς <a href="https://viewer.shapez.io" target="_blank">εδώ</a>)
|
|
||||||
titleEdit: Επεξεργασία Σημαδιού
|
titleEdit: Επεξεργασία Σημαδιού
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Στην έκδωση demo μπορείς να βάλεις μέχρι δύο σημάδια στον χάρτη.
|
desc: Στην έκδωση demo μπορείς να βάλεις μέχρι δύο σημάδια στον χάρτη.
|
||||||
@ -461,8 +462,9 @@ buildings:
|
|||||||
την επάνω είσοδο.
|
την επάνω είσοδο.
|
||||||
quad:
|
quad:
|
||||||
name: Βαφέας (Τετάρτων)
|
name: Βαφέας (Τετάρτων)
|
||||||
description: Επιτρέπει να χρωματίσει κάθε τεταρτημόριο του σχήματος με
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
διαφορετικό χρώμα.
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: Βαφέας
|
name: Βαφέας
|
||||||
description: Χρωματίζει ολόκληρο το σχήμα στην αριστερή είσοδο με το χρώμα από
|
description: Χρωματίζει ολόκληρο το σχήμα στην αριστερή είσοδο με το χρώμα από
|
||||||
@ -597,12 +599,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Κοπή σχημάτων
|
title: Κοπή σχημάτων
|
||||||
desc: Μόλις ξεκλείδωσες τον <strong>κόπτη</strong> - κόβει σχήματα κατά το ήμισυ
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
από <strong>πάνω προς τα κάτω</strong> ανεξάρτητα από τον
|
from top to bottom <strong>regardless of its
|
||||||
προσανατολισμό του!<br><br>Φρόντισε να καταστρέψεις κομμάτια που δεω
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
χρησημοποιείς αλλιώς η λειτουργία <strong>θα σταματήσει</strong> -
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
Για το σκοπό αυτό σου έδωσα τον κάδο απορριμμάτων, ο οποίος
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
καταστρέφει ό,τι είδη μεταφερθούν εκεί!
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Περιστροφή
|
title: Περιστροφή
|
||||||
desc: Ο <strong>Περιστροφέας</strong> ξεκλειδώθηκε! Το κτήριο αυτό περιστρέφει
|
desc: Ο <strong>Περιστροφέας</strong> ξεκλειδώθηκε! Το κτήριο αυτό περιστρέφει
|
||||||
@ -628,10 +630,9 @@ storyRewards:
|
|||||||
αριστερής!
|
αριστερής!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Διαχωρισμός/Συγχώνευση
|
title: Διαχωρισμός/Συγχώνευση
|
||||||
desc: Ο πολυλειτουργικός <strong>Ισορροπηστής</strong> είναι πλέον διαθέσιμος -
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
Μπορεί να χρησιμοποιηθεί για την κατασκευή μεγαλύτερων εργοστασίων
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
με <strong>διαχωρισμό και συγχώνευση ειδών</strong> σε/από πολλούς
|
into two!
|
||||||
μεταφορικούς ιμάντες!<br><br>
|
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Σήραγγα
|
title: Σήραγγα
|
||||||
desc: Το <strong>Σήραγγα</strong> είναι πλέον διαθέσιμο - Τώρα μπορείς να
|
desc: Το <strong>Σήραγγα</strong> είναι πλέον διαθέσιμο - Τώρα μπορείς να
|
||||||
@ -644,10 +645,10 @@ storyRewards:
|
|||||||
παραλλαγές του</strong>!
|
παραλλαγές του</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Αλυσιδωτός Αποσπαστής
|
title: Αλυσιδωτός Αποσπαστής
|
||||||
desc: Ξεκλείδωσες τον <strong>Αλυσιδωτός Αποσπαστής</strong>! Μπορεί να
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>προωθήσει τους αποσπασμένους πόρους</strong> σε άλλους
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
αποσπαστές, ώστε να μπορείτε να αποσπάσεις πιο αποτελεσματικά
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
πόρους!
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Σήραγγα Βαθμίδα II
|
title: Σήραγγα Βαθμίδα II
|
||||||
desc: Ξεκλείδωσες μια νέα παραλλαγή της <strong>Σήραγγας</strong> - Καλύπτει
|
desc: Ξεκλείδωσες μια νέα παραλλαγή της <strong>Σήραγγας</strong> - Καλύπτει
|
||||||
@ -664,14 +665,18 @@ storyRewards:
|
|||||||
ταυτόχρονα</strong>, καταναλώνοντας μόνο ένα χρώμα αντί για δύο!
|
ταυτόχρονα</strong>, καταναλώνοντας μόνο ένα χρώμα αντί για δύο!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Αποθηκευτικός χώρος
|
title: Αποθηκευτικός χώρος
|
||||||
desc: Ξεκλείδωσες μια παραλλαγή του <strong>Κάδου Απορριμμάτων</strong> -
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
Επιτρέπει την αποθήκευση ειδών έως μια δεδομένη χωρητικότητα!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Ελεύθερο παιχνίδι
|
title: Ελεύθερο παιχνίδι
|
||||||
desc: Τα κατάφερες! Ξεκλείδωσες την <strong>λειτουργία ελεύθερου
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
παιχνιδιού</strong>! Από εδώ και πέρα τα σχήματα δημιουργούνται
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
τυχαία! (Μην ανυσηχείς, περισσότερο περιεχόμενο έρχεται σύντομα στην
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
αυτόνομη έκδοση!)
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Σχεδιαγράμματα
|
title: Σχεδιαγράμματα
|
||||||
desc: Μπορείς πλέον να κάνεις <strong>αντιγραφή και επικόλληση</strong> στα μέρη
|
desc: Μπορείς πλέον να κάνεις <strong>αντιγραφή και επικόλληση</strong> στα μέρη
|
||||||
@ -712,8 +717,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -121,7 +121,9 @@ dialogs:
|
|||||||
text: "No se ha podido cargar la partida guardada:"
|
text: "No se ha podido cargar la partida guardada:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Confirmar borrado
|
title: Confirmar borrado
|
||||||
text: ¿Seguro que quieres borrar la partida?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Fallo al borrar
|
title: Fallo al borrar
|
||||||
text: "Fallo al borrar la partida guardada:"
|
text: "Fallo al borrar la partida guardada:"
|
||||||
@ -184,9 +186,8 @@ dialogs:
|
|||||||
createMarker:
|
createMarker:
|
||||||
title: Nuevo marcador
|
title: Nuevo marcador
|
||||||
titleEdit: Editar marcador
|
titleEdit: Editar marcador
|
||||||
desc: Dale un nombre significativo, también puedes agregarle la
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
<strong>clave</strong> de una forma (La cual puedes generar <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">aquí</a>)
|
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Solo puedes crear dos marcadores en la versión de prueba. ¡Obtén el juego
|
desc: Solo puedes crear dos marcadores en la versión de prueba. ¡Obtén el juego
|
||||||
completo para marcadores ilimitados!
|
completo para marcadores ilimitados!
|
||||||
@ -472,8 +473,9 @@ buildings:
|
|||||||
la entrada de arriba.
|
la entrada de arriba.
|
||||||
quad:
|
quad:
|
||||||
name: Pintor (Cuádruple)
|
name: Pintor (Cuádruple)
|
||||||
description: Permite colorear cada cuadrante de una figura con un color
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
distinto.
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: Basurero
|
name: Basurero
|
||||||
@ -591,11 +593,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Cortador de figuras
|
title: Cortador de figuras
|
||||||
desc: ¡Acabas de desbloquear el <strong>cortador</strong> - corta las figuras
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
por la mitad <strong>de arriba abajo</strong> sin importar su
|
from top to bottom <strong>regardless of its
|
||||||
orientación!<br><br>Asegúrate de deshacerte de lo que no vayas a
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
usar o <strong>se parará</strong> - ¡Para eso te he dado un
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
basurero, que destruye todo lo que le pongas!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotador
|
title: Rotador
|
||||||
desc: ¡El <strong>rotador</strong> se ha desbloqueado! Rota figuras en sentido
|
desc: ¡El <strong>rotador</strong> se ha desbloqueado! Rota figuras en sentido
|
||||||
@ -619,9 +622,9 @@ storyRewards:
|
|||||||
será <strong>apilada encima</strong> de la entrada izquierda!
|
será <strong>apilada encima</strong> de la entrada izquierda!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Separador/Fusionador
|
title: Separador/Fusionador
|
||||||
desc: El <strong>balanceador</strong> multiusos se ha desbloqueado - ¡Se puede
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
usar para construir fábricas más grandes <strong>separando y uniendo
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
elementos</strong> en varias cintas transportadoras!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Túnel
|
title: Túnel
|
||||||
desc: El <strong>túnel</strong> se ha desbloqueado - ¡Ahora puedes transportar
|
desc: El <strong>túnel</strong> se ha desbloqueado - ¡Ahora puedes transportar
|
||||||
@ -633,9 +636,10 @@ storyRewards:
|
|||||||
y <strong>pulsa 'T' para ciclar por sus variantes</strong>
|
y <strong>pulsa 'T' para ciclar por sus variantes</strong>
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Extractor en cadena
|
title: Extractor en cadena
|
||||||
desc: ¡Has desbloqueado el <strong>extractor en cadena</strong>! Puede
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>enviar los recursos</strong> a otros extractores, extrayendo
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
recursos más eficientemente.
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Túnel nivel II
|
title: Túnel nivel II
|
||||||
desc: Has desbloqueado una nueva variante del <strong>túnel</strong> - ¡Tiene un
|
desc: Has desbloqueado una nueva variante del <strong>túnel</strong> - ¡Tiene un
|
||||||
@ -652,14 +656,18 @@ storyRewards:
|
|||||||
consumiendo solo un color en vez de dos!
|
consumiendo solo un color en vez de dos!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Almacenamiento intermedio
|
title: Almacenamiento intermedio
|
||||||
desc: Has desbloqueado una variante del <strong>basurero</strong> - ¡Permite
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
almacenar elementos hasta una cierta capacidad!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Juego libre
|
title: Juego libre
|
||||||
desc: ¡Lo has conseguido! ¡Has desbloqueado el <strong>Juego Libre</strong>!
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
¡Esto significa que ahora las figuras se generan aleatoriamente!
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
(¡No te preocupes, hay más contenido planeado para el juego
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
completo!)
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Planos
|
title: Planos
|
||||||
desc: ¡Ahora puedes <strong>copiar y pegar</strong> partes de tu fábrica!
|
desc: ¡Ahora puedes <strong>copiar y pegar</strong> partes de tu fábrica!
|
||||||
@ -699,8 +707,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -121,7 +121,9 @@ dialogs:
|
|||||||
text: "Tallennuksen lataus epäonnistui:"
|
text: "Tallennuksen lataus epäonnistui:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Varmista poisto
|
title: Varmista poisto
|
||||||
text: Oletko varma että haluat poistaa tallennuksen?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Poisto epäonnistui
|
title: Poisto epäonnistui
|
||||||
text: "Tallennuksen poisto epäonnistui:"
|
text: "Tallennuksen poisto epäonnistui:"
|
||||||
@ -177,9 +179,8 @@ dialogs:
|
|||||||
Käännä sijoitettavien hihnojen suunta.<br>"
|
Käännä sijoitettavien hihnojen suunta.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Uusi Merkki
|
title: Uusi Merkki
|
||||||
desc: Anna merkille kuvaava nimi, voit myös sisällyttää muodon <strong>lyhyen
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
avaimen</strong> siihen. (Lyhyen avaimen voit luoda <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">täällä</a>)
|
|
||||||
titleEdit: Muokkaa merkkiä
|
titleEdit: Muokkaa merkkiä
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Voit tehdä vain kaksi mukautettua merkkiä demoversiossa. Hanki itsenäinen
|
desc: Voit tehdä vain kaksi mukautettua merkkiä demoversiossa. Hanki itsenäinen
|
||||||
@ -467,7 +468,9 @@ buildings:
|
|||||||
sisääntulosta tulevalla värillä.
|
sisääntulosta tulevalla värillä.
|
||||||
quad:
|
quad:
|
||||||
name: Painter (Neljännes)
|
name: Painter (Neljännes)
|
||||||
description: Sallii muodon neljäsosien värjäämisen eri väreillä.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: Roskakori
|
name: Roskakori
|
||||||
@ -585,11 +588,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Muotojen Leikkaus
|
title: Muotojen Leikkaus
|
||||||
desc: Avasit <strong>Leikkurin</strong> - se leikkaa muotoja puoliksi
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
<strong>ylhäältä alaspäin</strong> riippumatta sen
|
from top to bottom <strong>regardless of its
|
||||||
suunnasta!<br><br>Varmista, että pääset eroon jätteistä, tai muuten
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
<strong>se jumittuu</strong> - Tätä varten saat Roskiksen, joka
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
tuhoaa kaiken mitä laitat sinne!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Kääntö
|
title: Kääntö
|
||||||
desc: Avasit <strong>Kääntäjän</strong>! Se kääntää muotoja myötäpäivään 90
|
desc: Avasit <strong>Kääntäjän</strong>! Se kääntää muotoja myötäpäivään 90
|
||||||
@ -613,9 +617,9 @@ storyRewards:
|
|||||||
päälle!
|
päälle!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Tasaaja
|
title: Tasaaja
|
||||||
desc: Avasit monikäyttöisen <strong>Tasaajan</strong> - Sitä voidaan käyttää
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
isompien tehtaiden rakennukseen <strong>jakamaan ja yhdistämään
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
tavaroita</strong> monille hihnoille!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunneli
|
title: Tunneli
|
||||||
desc: Avasit <strong>Tunnelin</strong> - Nyt voit kuljettaa tavaroita
|
desc: Avasit <strong>Tunnelin</strong> - Nyt voit kuljettaa tavaroita
|
||||||
@ -627,9 +631,10 @@ storyRewards:
|
|||||||
<strong>painamalla 'T' vaihtaaksesi sen muotoja</strong>!
|
<strong>painamalla 'T' vaihtaaksesi sen muotoja</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Sarja Kaivaja
|
title: Sarja Kaivaja
|
||||||
desc: Avasit <strong>Sarja Kaivajan</strong>! Se voi <strong>välittää sen
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
resurssit</strong> muille kaivajille, jotta voit kaivaa resursseja
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
tehokkaammin!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunneli Taso II
|
title: Tunneli Taso II
|
||||||
desc: Avasit uuden muodon <strong>Tunnelista</strong> - Siinä on <strong>pidempi
|
desc: Avasit uuden muodon <strong>Tunnelista</strong> - Siinä on <strong>pidempi
|
||||||
@ -645,13 +650,18 @@ storyRewards:
|
|||||||
kerrallaan</strong> käyttäen vain yhden värin kahden sijaan!
|
kerrallaan</strong> käyttäen vain yhden värin kahden sijaan!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Varasto Puskuri
|
title: Varasto Puskuri
|
||||||
desc: Avasit muodon <strong>Roskiksesta</strong> - Se sallii resurssien
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
säilyttämisen tiettyyn kapasiteettiin asti!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Vapaapeli
|
title: Vapaapeli
|
||||||
desc: Sinä teit sen! Avasit <strong>Vapaapelitilan</strong>! Tämä tarkoittaa
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
sitä, että muodot tehdään nyt satunnaisesti! (Ei hätää, lisää
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
sisältöä on suunnitteilla itsenäiseen peliin!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Piirustukset
|
title: Piirustukset
|
||||||
desc: Nyt voit <strong>Kopioida ja Liittää</strong> paloja tehtaastasi! Valitse
|
desc: Nyt voit <strong>Kopioida ja Liittää</strong> paloja tehtaastasi! Valitse
|
||||||
@ -689,8 +699,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -183,9 +183,8 @@ dialogs:
|
|||||||
createMarker:
|
createMarker:
|
||||||
title: Nouvelle balise
|
title: Nouvelle balise
|
||||||
titleEdit: Modifier cette balise
|
titleEdit: Modifier cette balise
|
||||||
desc: Donnez-lui un nom. Vous pouvez aussi inclure <strong>le raccourci</strong>
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
d’une forme (que vous pouvez générer <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">ici</a>).
|
|
||||||
editSignal:
|
editSignal:
|
||||||
title: Définir le signal
|
title: Définir le signal
|
||||||
descItems: "Choisissez un objet prédéfini :"
|
descItems: "Choisissez un objet prédéfini :"
|
||||||
@ -597,11 +596,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Découpage de formes
|
title: Découpage de formes
|
||||||
desc: Vous avez débloqué le <strong>découpeur</strong>. Il coupe des formes en
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
deux <strong>de haut en bas</strong> quelle que soit son
|
from top to bottom <strong>regardless of its
|
||||||
orientation !<br><br> Assurez-vous de vous débarrasser des déchets,
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
sinon <strong>gare au blocage</strong>. À cet effet, je mets à votre
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
disposition la poubelle, qui détruit tout ce que vous y mettez !
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotation
|
title: Rotation
|
||||||
desc: Le <strong>pivoteur</strong> a été débloqué ! Il pivote les formes de 90
|
desc: Le <strong>pivoteur</strong> a été débloqué ! Il pivote les formes de 90
|
||||||
@ -654,12 +654,14 @@ storyRewards:
|
|||||||
les deux variantes de tunnels !
|
les deux variantes de tunnels !
|
||||||
reward_merger:
|
reward_merger:
|
||||||
title: Fusionneur compact
|
title: Fusionneur compact
|
||||||
desc: Vous avez débloqué une variante du <strong>répartiteur</strong>. Il
|
desc: You have unlocked a <strong>merger</strong> variant of the
|
||||||
accepte deux entrées et les fusionne en un seul convoyeur !
|
<strong>balancer</strong> - It accepts two inputs and merges them
|
||||||
|
into one belt!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Répartiteur compact
|
title: Répartiteur compact
|
||||||
desc: Vous avez débloqué une variante compacte du <strong>répartiteur</strong> —
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
Il accepte une seule entrée et la divise en deux sorties !
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
|
into two!
|
||||||
reward_belt_reader:
|
reward_belt_reader:
|
||||||
title: Lecteur de débit
|
title: Lecteur de débit
|
||||||
desc: Vous avez débloqué le <strong>lecteur de débit</strong> ! Il vous permet
|
desc: Vous avez débloqué le <strong>lecteur de débit</strong> ! Il vous permet
|
||||||
@ -733,17 +735,14 @@ storyRewards:
|
|||||||
<strong>transistor</strong> !"
|
<strong>transistor</strong> !"
|
||||||
reward_virtual_processing:
|
reward_virtual_processing:
|
||||||
title: Traitement virtuel
|
title: Traitement virtuel
|
||||||
desc: Je viens de vous donner tout un tas de nouveaux bâtiments qui vous
|
desc: I just gave a whole bunch of new buildings which allow you to
|
||||||
permettent de <strong>simuler le traitement des
|
<strong>simulate the processing of shapes</strong>!<br><br> You can
|
||||||
formes</strong> !<br><br> Vous pouvez maintenant simuler un
|
now simulate a cutter, rotater, stacker and more on the wires layer!
|
||||||
découpeur, un pivoteur, un combineur et plus encore sur le calque de
|
With this you now have three options to continue the game:<br><br> -
|
||||||
câblage !<br><br> Avec ça, vous avez trois possibilités pour
|
Build an <strong>automated machine</strong> to create any possible
|
||||||
continuer le jeu :<br><br> - Construire une <strong>machine
|
shape requested by the HUB (I recommend to try it!).<br><br> - Build
|
||||||
automatisée</strong> pour fabriquer n’importe quelle forme demandée
|
something cool with wires.<br><br> - Continue to play
|
||||||
par le centre (je conseille d’essayer !).<br><br> - Construire
|
regulary.<br><br> Whatever you choose, remember to have fun!
|
||||||
quelque chose de cool avec des câbles.<br><br> - Continuer à jouer
|
|
||||||
normalement.<br><br> Dans tous les cas, l’important c’est de
|
|
||||||
s’amuser !
|
|
||||||
no_reward:
|
no_reward:
|
||||||
title: Niveau suivant
|
title: Niveau suivant
|
||||||
desc: "Ce niveau n’a pas de récompense mais le prochain, si !<br><br> PS : Ne
|
desc: "Ce niveau n’a pas de récompense mais le prochain, si !<br><br> PS : Ne
|
||||||
|
@ -120,7 +120,9 @@ dialogs:
|
|||||||
text: "Neuspješno učitavanje spremljene igre:"
|
text: "Neuspješno učitavanje spremljene igre:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Potvrdi brisanje
|
title: Potvrdi brisanje
|
||||||
text: Jesi li siguran da želiš izbrisati spremljenu igru?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Greška prilikom brisanja
|
title: Greška prilikom brisanja
|
||||||
text: "Neuspješno brisanje spremljene igre:"
|
text: "Neuspješno brisanje spremljene igre:"
|
||||||
@ -175,9 +177,8 @@ dialogs:
|
|||||||
smjer postavljenih pokretnih traka.<br>"
|
smjer postavljenih pokretnih traka.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Novi Putokaz
|
title: Novi Putokaz
|
||||||
desc: Daj mu smisleno ime. Može se uključiti i <strong>kratki kod</strong>
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
oblika. (Koju možeš generirati <a href="https://viewer.shapez.io"
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
target="_blank">ovdje</a>)
|
|
||||||
titleEdit: Edit Marker
|
titleEdit: Edit Marker
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: U demo verziji se mogu stvoriti samo dva putokaza istovremeno. Nabavi
|
desc: U demo verziji se mogu stvoriti samo dva putokaza istovremeno. Nabavi
|
||||||
@ -458,7 +459,9 @@ buildings:
|
|||||||
description: Boja oblike na lijevom ulazu bojom s gornjeg ulaza.
|
description: Boja oblike na lijevom ulazu bojom s gornjeg ulaza.
|
||||||
quad:
|
quad:
|
||||||
name: Bojač (Četverostruki)
|
name: Bojač (Četverostruki)
|
||||||
description: Dopušta bojanje svake četvrtine oblika različitom bojom.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: Smeće
|
name: Smeće
|
||||||
@ -576,11 +579,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Rezanje Oblika
|
title: Rezanje Oblika
|
||||||
desc: <strong>Rezač</strong> je otključan! Ovaj stroj reže oblike <strong>od
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
vrha prema dnu</strong> bez obzira na orijentaciju
|
from top to bottom <strong>regardless of its
|
||||||
građevine!<br><br>Višak se mora odbaciti kako bi se izbjegao
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
<strong>zastoj</strong>. - Za tu svrhu postoji smeće, koje uništava
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
sve što u njega uđe.
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Obrtanje
|
title: Obrtanje
|
||||||
desc: <strong>Obrtač</strong> je otključan! Ovaj stroj okreće oblike za 90
|
desc: <strong>Obrtač</strong> je otključan! Ovaj stroj okreće oblike za 90
|
||||||
@ -602,9 +606,9 @@ storyRewards:
|
|||||||
vrh</strong> lijevog!
|
vrh</strong> lijevog!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Razdjeljivanje i sjedinjavanje
|
title: Razdjeljivanje i sjedinjavanje
|
||||||
desc: Multifunkcionalni <strong>balancer</strong> je otključan! Može ga se
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
iskoristiti za <strong>razdjeljivanje i sjedinjavanje
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
oblika</strong> na više pokretnih traka!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunel
|
title: Tunel
|
||||||
desc: <strong>Tunel</strong> je otključan - Omogućava slanje stvari ispod traka
|
desc: <strong>Tunel</strong> je otključan - Omogućava slanje stvari ispod traka
|
||||||
@ -616,8 +620,10 @@ storyRewards:
|
|||||||
za mijenjanje njegove varijante</strong>!
|
za mijenjanje njegove varijante</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Lančani rudar
|
title: Lančani rudar
|
||||||
desc: Otključan je <strong>lančani rudar</strong>! Može <strong>proslijediti
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
svoje resurse</strong> drugim rudarima za efikasnije rudarenje!
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunel Razine II
|
title: Tunel Razine II
|
||||||
desc: Otključana je nova varijanta <strong>tunela</strong> - Ima <strong>veći
|
desc: Otključana je nova varijanta <strong>tunela</strong> - Ima <strong>veći
|
||||||
@ -633,13 +639,18 @@ storyRewards:
|
|||||||
once</strong> consuming just one color instead of two!
|
once</strong> consuming just one color instead of two!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Storage Buffer
|
title: Storage Buffer
|
||||||
desc: You have unlocked a variant of the <strong>trash</strong> - It allows to
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
store items up to a given capacity!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Freeplay
|
title: Freeplay
|
||||||
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
that shapes are now randomly generated! (No worries, more content is
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
planned for the standalone!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Blueprints
|
title: Blueprints
|
||||||
desc: You can now <strong>copy and paste</strong> parts of your factory! Select
|
desc: You can now <strong>copy and paste</strong> parts of your factory! Select
|
||||||
@ -676,8 +687,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -122,7 +122,9 @@ dialogs:
|
|||||||
text: "Nem sikerült betölteni a mentésed:"
|
text: "Nem sikerült betölteni a mentésed:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Törlés megerősítése
|
title: Törlés megerősítése
|
||||||
text: Biztos, hogy ki akarod törölni?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Sikertelen törlés
|
title: Sikertelen törlés
|
||||||
text: "Nem sikerült törölni a mentésed:"
|
text: "Nem sikerült törölni a mentésed:"
|
||||||
@ -183,9 +185,8 @@ dialogs:
|
|||||||
lehelyezéskor.<br>"
|
lehelyezéskor.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Új Jelölő
|
title: Új Jelölő
|
||||||
desc: Adj neki egy nevet, vagy egy alakzat <strong>gyorskódját</strong> (amit <a
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
href="https://viewer.shapez.io" target="_blank">itt</a> tudsz
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
legenerálni)
|
|
||||||
titleEdit: Jelölő Szerkesztése
|
titleEdit: Jelölő Szerkesztése
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: A Demó verzióban csak két Jelölőd lehet. Vásárold meg az Önálló verziót,
|
desc: A Demó verzióban csak két Jelölőd lehet. Vásárold meg az Önálló verziót,
|
||||||
@ -469,7 +470,9 @@ buildings:
|
|||||||
érkező színnel.
|
érkező színnel.
|
||||||
quad:
|
quad:
|
||||||
name: Festő (Négyszeres)
|
name: Festő (Négyszeres)
|
||||||
description: Az alakzat négy negyedét különböző színekkel lehet vele színezni.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: Kuka
|
name: Kuka
|
||||||
@ -588,11 +591,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Cutting Shapes
|
title: Cutting Shapes
|
||||||
desc: You just unlocked the <strong>cutter</strong> - it cuts shapes half from
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
<strong>top to bottom</strong> regardless of its
|
from top to bottom <strong>regardless of its
|
||||||
orientation!<br><br>Be sure to get rid of the waste, or otherwise
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
<strong>it will stall</strong> - For this purpose I gave you a
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
trash, which destroys everything you put into it!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotating
|
title: Rotating
|
||||||
desc: The <strong>rotater</strong> has been unlocked! It rotates shapes
|
desc: The <strong>rotater</strong> has been unlocked! It rotates shapes
|
||||||
@ -615,9 +619,9 @@ storyRewards:
|
|||||||
<strong>stacked on top</strong> of the left input!
|
<strong>stacked on top</strong> of the left input!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Splitter/Merger
|
title: Splitter/Merger
|
||||||
desc: The multifunctional <strong>balancer</strong> has been unlocked - It can
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
be used to build bigger factories by <strong>splitting and merging
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
items</strong> onto multiple belts!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunnel
|
title: Tunnel
|
||||||
desc: The <strong>tunnel</strong> has been unlocked - You can now pipe items
|
desc: The <strong>tunnel</strong> has been unlocked - You can now pipe items
|
||||||
@ -629,9 +633,10 @@ storyRewards:
|
|||||||
<strong>press 'T' to cycle its variants</strong>!
|
<strong>press 'T' to cycle its variants</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Chaining Extractor
|
title: Chaining Extractor
|
||||||
desc: You have unlocked the <strong>chaining extractor</strong>! It can
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>forward its resources</strong> to other extractors so you
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
can more efficiently extract resources!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunnel Tier II
|
title: Tunnel Tier II
|
||||||
desc: You have unlocked a new variant of the <strong>tunnel</strong> - It has a
|
desc: You have unlocked a new variant of the <strong>tunnel</strong> - It has a
|
||||||
@ -648,13 +653,18 @@ storyRewards:
|
|||||||
once</strong> consuming just one color instead of two!
|
once</strong> consuming just one color instead of two!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Storage Buffer
|
title: Storage Buffer
|
||||||
desc: You have unlocked a variant of the <strong>trash</strong> - It allows to
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
store items up to a given capacity!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Freeplay
|
title: Freeplay
|
||||||
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
that shapes are now randomly generated! (No worries, more content is
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
planned for the standalone!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Blueprints
|
title: Blueprints
|
||||||
desc: You can now <strong>copy and paste</strong> parts of your factory! Select
|
desc: You can now <strong>copy and paste</strong> parts of your factory! Select
|
||||||
@ -691,8 +701,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -122,7 +122,9 @@ dialogs:
|
|||||||
text: "Gagal memuat data simpanan Anda:"
|
text: "Gagal memuat data simpanan Anda:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Konfirmasi Penghapusan
|
title: Konfirmasi Penghapusan
|
||||||
text: Apakah Anda yakin untuk menghapus data permainan?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Gagal Menghapus
|
title: Gagal Menghapus
|
||||||
text: "Gagal untuk menghapus data simpanan:"
|
text: "Gagal untuk menghapus data simpanan:"
|
||||||
@ -186,9 +188,8 @@ dialogs:
|
|||||||
createMarker:
|
createMarker:
|
||||||
title: Penanda Baru
|
title: Penanda Baru
|
||||||
titleEdit: Sunting Penanda
|
titleEdit: Sunting Penanda
|
||||||
desc: Berikan nama yang berarti, Anda juga dapat memasukkan <strong>tombol
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
pintas</strong> suatu bentuk (yang dapat Anda buat <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">disini</a>)
|
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Anda hanya dapat memuat dua penanda pada versi demo. Dapatkan versi penuh
|
desc: Anda hanya dapat memuat dua penanda pada versi demo. Dapatkan versi penuh
|
||||||
untuk penanda-penanda tak terhingga!
|
untuk penanda-penanda tak terhingga!
|
||||||
@ -479,8 +480,9 @@ buildings:
|
|||||||
description: Mencat bentuk-bentuk dari input kiri dengan warna dari input atas.
|
description: Mencat bentuk-bentuk dari input kiri dengan warna dari input atas.
|
||||||
quad:
|
quad:
|
||||||
name: Pencat (Empat Bagian)
|
name: Pencat (Empat Bagian)
|
||||||
description: Memungkinkan Anda untuk mencat setiap kuadran bentuk dengan
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
warna-warna berbeda.
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: Tong Sampah
|
name: Tong Sampah
|
||||||
@ -598,12 +600,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Memotong Bentuk
|
title: Memotong Bentuk
|
||||||
desc: Anda baru saja membuka <strong>pemotong</strong> - ia memotong
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
bentuk-bentuk separuhnya dari <strong>atas ke bawah</strong> tanpa
|
from top to bottom <strong>regardless of its
|
||||||
memperhatikan orientasinya!<br><br>Pastikan Anda membuang yang tidak
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
terpakai, atau <strong>mesin akan macet</strong> - Untuk tujuan ini
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
saya memberikan Anda tong sampah, yang menghancurkan semua yang anda
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
masukkan kedalamnya!
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Memutar
|
title: Memutar
|
||||||
desc: <strong>Pemutar</strong> telah dibuka! Ia memutar bentuk-bentuk searah
|
desc: <strong>Pemutar</strong> telah dibuka! Ia memutar bentuk-bentuk searah
|
||||||
@ -628,10 +630,9 @@ storyRewards:
|
|||||||
akan <strong>diletakkan diatas</strong> input kiri!
|
akan <strong>diletakkan diatas</strong> input kiri!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Pembagi/Penggabung
|
title: Pembagi/Penggabung
|
||||||
desc: <strong>Pengimbang</strong> multifungsi telah dibuka – Ia dapat digunakan
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
untuk membangun pabrik yang lebih besar dengan <strong>membagi dan
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
menggabungkan artikel-artikel</strong> ke berbagai sabuk
|
into two!
|
||||||
konveyor!<br><br>
|
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Terowongan
|
title: Terowongan
|
||||||
desc: <strong>Terowongan</strong> telah dibuka – Sekarang Anda dapat memindahkan
|
desc: <strong>Terowongan</strong> telah dibuka – Sekarang Anda dapat memindahkan
|
||||||
@ -645,9 +646,10 @@ storyRewards:
|
|||||||
varian</strong>!
|
varian</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Merantai Ekstraktor
|
title: Merantai Ekstraktor
|
||||||
desc: Anda telah membuka <strong>ekstraktor rantai</strong>! Ia dapat
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>meneruskan sumberdaya ekstraksinya</strong> ke ekstraktor
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
selanjutnya sehingga Anda dapat mengekstraksi dengan lebih efisien!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Terowongan Tingkat II
|
title: Terowongan Tingkat II
|
||||||
desc: Anda telah membuka varian baru <strong>terowongan</strong> - Ia memiliki
|
desc: Anda telah membuka varian baru <strong>terowongan</strong> - Ia memiliki
|
||||||
@ -665,15 +667,18 @@ storyRewards:
|
|||||||
sekaligus</strong> mengonsumsi hanya satu warna daripada dua!
|
sekaligus</strong> mengonsumsi hanya satu warna daripada dua!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Penyangga Penyimpanan
|
title: Penyangga Penyimpanan
|
||||||
desc: Anda telah membuka varian dari <strong>tong sampah</strong> - Ia
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
memungkinkan Anda untuk menyimpan artikel-artikel sebanyak kapasitas
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
tertentu!
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Permainan Bebas
|
title: Permainan Bebas
|
||||||
desc: Anda berhasil! Anda telah membuka <strong>mode permainan bebas</strong>!
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
Ini berarti sekarang bentuk-bentuk akan dihasilkan secara acak!
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
(Jangan khawatir, lebih banyak konten akan direncanakan untuk versi
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
penuh!)
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Cetak Biru
|
title: Cetak Biru
|
||||||
desc: Anda sekarang dapat <strong>menyalin dan meletakkan</strong> bagian dari
|
desc: Anda sekarang dapat <strong>menyalin dan meletakkan</strong> bagian dari
|
||||||
@ -714,8 +719,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -4,8 +4,8 @@ steamPage:
|
|||||||
infinita.
|
infinita.
|
||||||
discordLinkShort: Discord ufficiale
|
discordLinkShort: Discord ufficiale
|
||||||
intro: >-
|
intro: >-
|
||||||
Shapez.io è un gioco tranquillo nel quale dovrai costruire delle fabbriche
|
Shapez.io è un gioco tranquillo nel quale dovrai costruire delle
|
||||||
per la produzione automatizzata di forme geometriche.
|
fabbriche per la produzione automatizzata di forme geometriche.
|
||||||
|
|
||||||
All'aumentare del livello, le forme diventeranno sempre più complesse e dovrai espanderti sempre di più nella mappa infinita.
|
All'aumentare del livello, le forme diventeranno sempre più complesse e dovrai espanderti sempre di più nella mappa infinita.
|
||||||
|
|
||||||
@ -42,9 +42,9 @@ steamPage:
|
|||||||
source_code: Codice sorgente (GitHub)
|
source_code: Codice sorgente (GitHub)
|
||||||
translate: Aiutaci a tradurre
|
translate: Aiutaci a tradurre
|
||||||
text_open_source: >-
|
text_open_source: >-
|
||||||
Chiunque può contribuire, partecipo attivamente nella community e
|
Chiunque può contribuire, partecipo attivamente nella community e cerco
|
||||||
cerco di leggere tutti i suggerimenti e di prendere in considerazione
|
di leggere tutti i suggerimenti e di prendere in considerazione tutti i
|
||||||
tutti i feedback, quando possibile.
|
feedback, quando possibile.
|
||||||
|
|
||||||
Controlla la mia pagina di trello per la tabella di marcia completa!
|
Controlla la mia pagina di trello per la tabella di marcia completa!
|
||||||
global:
|
global:
|
||||||
@ -121,7 +121,9 @@ dialogs:
|
|||||||
text: "Impossibile caricare il salvataggio:"
|
text: "Impossibile caricare il salvataggio:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Conferma eliminazione
|
title: Conferma eliminazione
|
||||||
text: Vuoi davvero eliminare la partita?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Impossibile eliminare
|
title: Impossibile eliminare
|
||||||
text: "Impossibile eliminare il salvataggio:"
|
text: "Impossibile eliminare il salvataggio:"
|
||||||
@ -176,9 +178,8 @@ dialogs:
|
|||||||
trasportatori.<br>"
|
trasportatori.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Nuovo segnapunto
|
title: Nuovo segnapunto
|
||||||
desc: Dagli un nome con un significato, puoi anche includere il
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
<strong>codice</strong> di una figura (Che puoi generare <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">qui</a>)
|
|
||||||
titleEdit: Modifica segnapunto
|
titleEdit: Modifica segnapunto
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Puoi creare solo due segnapunti personalizzati nella Demo. Ottieni la
|
desc: Puoi creare solo due segnapunti personalizzati nella Demo. Ottieni la
|
||||||
@ -199,17 +200,16 @@ dialogs:
|
|||||||
editSignal:
|
editSignal:
|
||||||
title: Imposta il segnale
|
title: Imposta il segnale
|
||||||
descItems: "Scegli un oggetto predefinito:"
|
descItems: "Scegli un oggetto predefinito:"
|
||||||
descShortKey: ... o inserisci il <strong>codice</strong> di una forma (Che
|
descShortKey: ... o inserisci il <strong>codice</strong> di una forma (Che puoi
|
||||||
puoi generare <link>qui</link>)
|
generare <link>qui</link>)
|
||||||
renameSavegame:
|
renameSavegame:
|
||||||
title: Rinomina salvataggio.
|
title: Rinomina salvataggio.
|
||||||
desc: Qui puoi cambiare il nome del salvataggio.
|
desc: Qui puoi cambiare il nome del salvataggio.
|
||||||
entityWarning:
|
entityWarning:
|
||||||
title: Attento alle prestazioni
|
title: Attento alle prestazioni
|
||||||
desc: Hai posizionato molti edifici, questo messaggio serve a ricordarti che
|
desc: Hai posizionato molti edifici, questo messaggio serve a ricordarti che il
|
||||||
il gioco non può gestire una quantità infinita di edifici. Quindi cerca
|
gioco non può gestire una quantità infinita di edifici. Quindi cerca
|
||||||
di mantenere le tue fabbriche compatte!
|
di mantenere le tue fabbriche compatte!
|
||||||
|
|
||||||
ingame:
|
ingame:
|
||||||
keybindingsOverlay:
|
keybindingsOverlay:
|
||||||
moveMap: Sposta
|
moveMap: Sposta
|
||||||
@ -455,8 +455,9 @@ buildings:
|
|||||||
destro.
|
destro.
|
||||||
quad:
|
quad:
|
||||||
name: Verniciatrice (4x)
|
name: Verniciatrice (4x)
|
||||||
description: Consente di colorare ogni quadrante della forma con un colore
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
diverso.
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: Verniciatrice
|
name: Verniciatrice
|
||||||
description: Colora l'intera forma dall'ingresso sinistro con il colore
|
description: Colora l'intera forma dall'ingresso sinistro con il colore
|
||||||
@ -476,12 +477,13 @@ buildings:
|
|||||||
description: Ti consente di trasportare energia.
|
description: Ti consente di trasportare energia.
|
||||||
second:
|
second:
|
||||||
name: Cavo
|
name: Cavo
|
||||||
description: Trasmette segnali, che possono essere oggetti, colori o booleani (1 / 0).
|
description: Trasmette segnali, che possono essere oggetti, colori o booleani (1
|
||||||
Cavi di colore diverso non si connettono.
|
/ 0). Cavi di colore diverso non si connettono.
|
||||||
balancer:
|
balancer:
|
||||||
default:
|
default:
|
||||||
name: Bilanciatore
|
name: Bilanciatore
|
||||||
description: Multifunzionale, distribuisce equamente gli ogetti in ingresso tra tutte le uscite.
|
description: Multifunzionale, distribuisce equamente gli ogetti in ingresso tra
|
||||||
|
tutte le uscite.
|
||||||
merger:
|
merger:
|
||||||
name: Aggregatore (compatto)
|
name: Aggregatore (compatto)
|
||||||
description: Unisce due nastri in uno.
|
description: Unisce due nastri in uno.
|
||||||
@ -497,8 +499,9 @@ buildings:
|
|||||||
storage:
|
storage:
|
||||||
default:
|
default:
|
||||||
name: Stoccaggio
|
name: Stoccaggio
|
||||||
description: Immagazzina gli oggetti in eccesso, fino ad una capacità massima. Prioritizza l'uscita sinistra
|
description: Immagazzina gli oggetti in eccesso, fino ad una capacità massima.
|
||||||
e può quindi essere usato per gestire le eccedenze.
|
Prioritizza l'uscita sinistra e può quindi essere usato per
|
||||||
|
gestire le eccedenze.
|
||||||
wire_tunnel:
|
wire_tunnel:
|
||||||
default:
|
default:
|
||||||
name: Incrocio cavi
|
name: Incrocio cavi
|
||||||
@ -506,64 +509,67 @@ buildings:
|
|||||||
constant_signal:
|
constant_signal:
|
||||||
default:
|
default:
|
||||||
name: Segnale costante
|
name: Segnale costante
|
||||||
description: Emette un segnale costante, che può essere una forma, un colore o un
|
description: Emette un segnale costante, che può essere una forma, un colore o
|
||||||
booleano (1 / 0).
|
un booleano (1 / 0).
|
||||||
lever:
|
lever:
|
||||||
default:
|
default:
|
||||||
name: Bottone
|
name: Bottone
|
||||||
description: Può essere azionato per emettere un segnale booleano (1 / 0) nel livello dei cavi,
|
description: Può essere azionato per emettere un segnale booleano (1 / 0) nel
|
||||||
che può essere usato per controllare, per esempio, un filtro.
|
livello dei cavi, che può essere usato per controllare, per
|
||||||
|
esempio, un filtro.
|
||||||
logic_gate:
|
logic_gate:
|
||||||
default:
|
default:
|
||||||
name: Porta AND
|
name: Porta AND
|
||||||
description: Emette un "1" booleano se entrambi gli ingressi sono veri. (Vero significa forma,
|
description: Emette un "1" booleano se entrambi gli ingressi sono veri. (Vero
|
||||||
colore o "1" boolean)
|
significa forma, colore o "1" boolean)
|
||||||
not:
|
not:
|
||||||
name: Porta NOT
|
name: Porta NOT
|
||||||
description: Emette un "1" booleano se l'ingresso è falso. (Vero significa forma,
|
description: Emette un "1" booleano se l'ingresso è falso. (Vero significa
|
||||||
colore o "1" booleano)
|
forma, colore o "1" booleano)
|
||||||
xor:
|
xor:
|
||||||
name: Porta XOR
|
name: Porta XOR
|
||||||
description: Emette un "1" booleano se uno degli ingressi è vero, ma non se lo sono entrambi.
|
description: Emette un "1" booleano se uno degli ingressi è vero, ma non se lo
|
||||||
(Vero significa forma, colore o "1" booleano)
|
sono entrambi. (Vero significa forma, colore o "1" booleano)
|
||||||
or:
|
or:
|
||||||
name: Porta OR
|
name: Porta OR
|
||||||
description: Emette un "1" booleano se uno degli ingressi è vero. (Vero significa forma,
|
description: Emette un "1" booleano se uno degli ingressi è vero. (Vero
|
||||||
colore o "1" booleano)
|
significa forma, colore o "1" booleano)
|
||||||
transistor:
|
transistor:
|
||||||
default:
|
default:
|
||||||
name: Transistor
|
name: Transistor
|
||||||
description: Inoltra il segnale dall'ingresso inferiore se l'ingresso laterale è vero
|
description: Inoltra il segnale dall'ingresso inferiore se l'ingresso laterale è
|
||||||
(una forma, un colore o "1").
|
vero (una forma, un colore o "1").
|
||||||
mirrored:
|
mirrored:
|
||||||
name: Transistor
|
name: Transistor
|
||||||
description: Inoltra il segnale dall'ingresso inferiore se l'ingresso laterale è vero
|
description: Inoltra il segnale dall'ingresso inferiore se l'ingresso laterale è
|
||||||
(una forma, un colore o "1").
|
vero (una forma, un colore o "1").
|
||||||
filter:
|
filter:
|
||||||
default:
|
default:
|
||||||
name: Filtro
|
name: Filtro
|
||||||
description: Collega un segnale per mandare tutti gli oggetti corrispondenti verso l'alto e
|
description: Collega un segnale per mandare tutti gli oggetti corrispondenti
|
||||||
i restanti verso destra. Può essere controllato anche con segnali booleani.
|
verso l'alto e i restanti verso destra. Può essere controllato
|
||||||
|
anche con segnali booleani.
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
name: Display
|
name: Display
|
||||||
description: Collega un segnale per mostrarlo sul display.
|
description: Collega un segnale per mostrarlo sul display. Può essere una forma,
|
||||||
Può essere una forma, un colore o un booleano.
|
un colore o un booleano.
|
||||||
reader:
|
reader:
|
||||||
default:
|
default:
|
||||||
name: Lettore di nastri
|
name: Lettore di nastri
|
||||||
description: Misura la portata media del nastro. Emette l'ultimo oggetto transitato
|
description: Misura la portata media del nastro. Emette l'ultimo oggetto
|
||||||
come segnale sul livello dei cavi (una volta sbloccato).
|
transitato come segnale sul livello dei cavi (una volta
|
||||||
|
sbloccato).
|
||||||
analyzer:
|
analyzer:
|
||||||
default:
|
default:
|
||||||
name: Analizzatore di forma
|
name: Analizzatore di forma
|
||||||
description: Analizza il quadrante in alto a destra dello strato più basso della forma
|
description: Analizza il quadrante in alto a destra dello strato più basso della
|
||||||
e ne restituisce forma e colore.
|
forma e ne restituisce forma e colore.
|
||||||
comparator:
|
comparator:
|
||||||
default:
|
default:
|
||||||
name: Comparatore
|
name: Comparatore
|
||||||
description: Emette un "1" booleano se i due segnali sono identici.
|
description: Emette un "1" booleano se i due segnali sono identici. Può
|
||||||
Può comparare forme, colori e booleani.
|
comparare forme, colori e booleani.
|
||||||
virtual_processor:
|
virtual_processor:
|
||||||
default:
|
default:
|
||||||
name: Tagliatrice virtuale
|
name: Tagliatrice virtuale
|
||||||
@ -580,21 +586,22 @@ buildings:
|
|||||||
description: Impila visrtualmente la forma destra sulla sinistra.
|
description: Impila visrtualmente la forma destra sulla sinistra.
|
||||||
painter:
|
painter:
|
||||||
name: Verniciatrice virtuale
|
name: Verniciatrice virtuale
|
||||||
description: Vernicia virtualmente la forma dall'ingresso inferiore con il colore
|
description: Vernicia virtualmente la forma dall'ingresso inferiore con il
|
||||||
dall'ingresso destro.
|
colore dall'ingresso destro.
|
||||||
item_producer:
|
item_producer:
|
||||||
default:
|
default:
|
||||||
name: Generatore di oggetti
|
name: Generatore di oggetti
|
||||||
description: Disponibile solo nella modalità sandbox, emette il segnale dal livello dei cavi
|
description: Disponibile solo nella modalità sandbox, emette il segnale dal
|
||||||
come oggetti sul livello normale.
|
livello dei cavi come oggetti sul livello normale.
|
||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Taglio forme
|
title: Taglio forme
|
||||||
desc: Hai appena sbloccato la <strong>tagliatrice</strong> - taglia le forme
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
<strong>verticalmente</strong> indipendentemente da come è
|
from top to bottom <strong>regardless of its
|
||||||
orientata!<br><br>Elimina gli scarti, o altrimenti <strong>si
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
bloccherà</strong> - A questo scopo ti ho dato un cestino, che
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
distrugge qualsiasi cosa tu metta dentro!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotazione
|
title: Rotazione
|
||||||
desc: La <strong>ruotatrice</strong> è stata sbloccata! Ruota le forme di 90
|
desc: La <strong>ruotatrice</strong> è stata sbloccata! Ruota le forme di 90
|
||||||
@ -612,9 +619,9 @@ storyRewards:
|
|||||||
combinare due colori mediante <strong>sintesi additiva</strong>!
|
combinare due colori mediante <strong>sintesi additiva</strong>!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Separatore/Agrregatore
|
title: Separatore/Agrregatore
|
||||||
desc: Il <strong>bilanciatore</strong> multifunzione è stato sbloccato. Può
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
essere usato per costruire fabbriche più grandi <strong>unendo o
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
dividendo gli oggetti</strong> tra diversi nastri!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunnel
|
title: Tunnel
|
||||||
desc: Il <strong>tunnel</strong> è stato sbloccato. In questo modo puoi
|
desc: Il <strong>tunnel</strong> è stato sbloccato. In questo modo puoi
|
||||||
@ -626,9 +633,10 @@ storyRewards:
|
|||||||
e <strong>premi 'T' per cambiare variante</strong>!
|
e <strong>premi 'T' per cambiare variante</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Estrattore a catena
|
title: Estrattore a catena
|
||||||
desc: Hai sbloccato l'<strong>estrattore a catena</strong>! Può
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>trasferire le sue risorse</strong> ad altri estrattori, così
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
puoi estrarre risorse in modo più efficiente!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunnel grado II
|
title: Tunnel grado II
|
||||||
desc: Hai sbloccato una nuova variante del <strong>tunnel</strong>. Ha un
|
desc: Hai sbloccato una nuova variante del <strong>tunnel</strong>. Ha un
|
||||||
@ -646,14 +654,18 @@ storyRewards:
|
|||||||
volta</strong> consumando solo un'unità di colore invece che due!
|
volta</strong> consumando solo un'unità di colore invece che due!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Unità di stoccaggio
|
title: Unità di stoccaggio
|
||||||
desc: Hai sbloccato una variante del <strong>cestino</strong>. Consente di
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
immagazzinare oggetti fino ad una certa capacità!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Modalità libera
|
title: Modalità libera
|
||||||
desc: Ce l'hai fatta! Hai sbloccato la <strong>modalità libera</strong>! Questo
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
significa che adesso le forme sono generate casualmente! (Non
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
preoccuparti, altri contenuti sono in programma per la versione
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
completa!)
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Progetti
|
title: Progetti
|
||||||
desc: Ora puoi <strong>copiare ed incollare</strong> parti della tua fabbrica!
|
desc: Ora puoi <strong>copiare ed incollare</strong> parti della tua fabbrica!
|
||||||
@ -673,20 +685,20 @@ storyRewards:
|
|||||||
completa!
|
completa!
|
||||||
reward_stacker:
|
reward_stacker:
|
||||||
title: Impilatrice
|
title: Impilatrice
|
||||||
desc: Ora puoi combinare forme con <strong>l'impilatrice</strong>! I due ingressi
|
desc: Ora puoi combinare forme con <strong>l'impilatrice</strong>! I due
|
||||||
vengono combinati e se possono essere messi uno accanto all'altro, verranno
|
ingressi vengono combinati e se possono essere messi uno accanto
|
||||||
<strong>fusi</strong>. Altrimenti, l'ingresso destro è
|
all'altro, verranno <strong>fusi</strong>. Altrimenti, l'ingresso
|
||||||
<strong>impilato sopra</strong> il sinistro!
|
destro è <strong>impilato sopra</strong> il sinistro!
|
||||||
reward_balancer:
|
reward_balancer:
|
||||||
title: Bilanciatore
|
title: Bilanciatore
|
||||||
desc: Il <strong>bilanciatore</strong> multifunzione è stato sbloccato.
|
desc: The multifunctional <strong>balancer</strong> has been unlocked - It can
|
||||||
Può essere usato per costruire fabbriche più grandi separando e unendo
|
be used to build bigger factories by <strong>splitting and merging
|
||||||
</strong> diversi nastri trasportatori!<br><br>
|
items</strong> onto multiple belts!<br><br>
|
||||||
reward_merger:
|
reward_merger:
|
||||||
title: Aggregatore compatto
|
title: Aggregatore compatto
|
||||||
desc: Hai sbloccato un <strong>aggregatore</strong>, variante del
|
desc: Hai sbloccato un <strong>aggregatore</strong>, variante del
|
||||||
<strong>bilanciatore</strong>. Acetta due ingressi e li
|
<strong>bilanciatore</strong>. Acetta due ingressi e li aggrega su
|
||||||
aggrega su un unico nastro!
|
un unico nastro!
|
||||||
reward_belt_reader:
|
reward_belt_reader:
|
||||||
title: Lettore di nastri
|
title: Lettore di nastri
|
||||||
desc: Hai sbloccato il <strong>lettore di nastri</strong>! Consente di misurare
|
desc: Hai sbloccato il <strong>lettore di nastri</strong>! Consente di misurare
|
||||||
@ -694,49 +706,54 @@ storyRewards:
|
|||||||
allora sì che sarà molto utile!
|
allora sì che sarà molto utile!
|
||||||
reward_rotater_180:
|
reward_rotater_180:
|
||||||
title: Ruotatrice (180 gradi)
|
title: Ruotatrice (180 gradi)
|
||||||
desc: Hai appena sbloccato la <strong>ruotatrice</strong> a 180 gradi!
|
desc: Hai appena sbloccato la <strong>ruotatrice</strong> a 180 gradi! Consente
|
||||||
Consente di ruotare una forma di 180 gradi (Sorpresa! :D)
|
di ruotare una forma di 180 gradi (Sorpresa! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: Hai sbloccato il <strong>display</strong>.
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
Collega un segnale dal livello dei cavi per visualizzarne il contenuto!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Sengale costante
|
title: Sengale costante
|
||||||
desc: Hai sblocatto l'edificio <strong>segnale costante</strong> sul
|
desc: Hai sblocatto l'edificio <strong>segnale costante</strong> sul livello dei
|
||||||
livello dei cavi! È utile collegarlo ai <strong>filtri oggetti</strong>
|
cavi! È utile collegarlo ai <strong>filtri oggetti</strong> per
|
||||||
per esempio.<br><br> Il segnale costante può emettere una
|
esempio.<br><br> Il segnale costante può emettere una
|
||||||
<strong>forma</strong>, un <strong>colore</strong> o un
|
<strong>forma</strong>, un <strong>colore</strong> o un
|
||||||
<strong>booleano</strong> (1 / 0).
|
<strong>booleano</strong> (1 / 0).
|
||||||
reward_logic_gates:
|
reward_logic_gates:
|
||||||
title: Porte logiche
|
title: Porte logiche
|
||||||
desc: Hai sbloccato le <strong>porte logiche</strong>! Magari non ne sarai entusiasta,
|
desc: Hai sbloccato le <strong>porte logiche</strong>! Magari non ne sarai
|
||||||
ma in realtà sono fantastiche!<br><br> Con quelle porte
|
entusiasta, ma in realtà sono fantastiche!<br><br> Con quelle porte
|
||||||
ora puoi eseguire le operazioni logiche di AND, OR, XOR e NOT.<br><br> Come
|
ora puoi eseguire le operazioni logiche di AND, OR, XOR e
|
||||||
bonus extra ti ho anche regalato un <strong>transistor</strong>!
|
NOT.<br><br> Come bonus extra ti ho anche regalato un
|
||||||
|
<strong>transistor</strong>!
|
||||||
reward_virtual_processing:
|
reward_virtual_processing:
|
||||||
title: Lavorazione virtuale
|
title: Lavorazione virtuale
|
||||||
desc: Ti ho appena dato un bel po' di nuovi edifici che ti consentono di
|
desc: Ti ho appena dato un bel po' di nuovi edifici che ti consentono di
|
||||||
<strong>simulare la lavorazione delle forme</strong>!<br><br> Ora puoi
|
<strong>simulare la lavorazione delle forme</strong>!<br><br> Ora
|
||||||
simulare una tagliatrice, una ruotatrice, un'impilatrice e molto altro
|
puoi simulare una tagliatrice, una ruotatrice, un'impilatrice e
|
||||||
sul livello dei cavi! In questo modo hai tre opzioni per continuare il gioco:<br><br>
|
molto altro sul livello dei cavi! In questo modo hai tre opzioni per
|
||||||
-Costruisci una <strong>macchina automatica</strong> per creare ogni possibile
|
continuare il gioco:<br><br> -Costruisci una <strong>macchina
|
||||||
forma richiesta dall'HUB (ti consiglio di provarci!).<br><br> - Costruisci
|
automatica</strong> per creare ogni possibile forma richiesta
|
||||||
qualcosa di interessante con i cavi.<br><br> - Continua a giocare normalmente.
|
dall'HUB (ti consiglio di provarci!).<br><br> - Costruisci qualcosa
|
||||||
<br><br> Qualsiasi cosa tu scelga, riordati di divertirti!
|
di interessante con i cavi.<br><br> - Continua a giocare
|
||||||
|
normalmente. <br><br> Qualsiasi cosa tu scelga, riordati di
|
||||||
|
divertirti!
|
||||||
reward_wires_painter_and_levers:
|
reward_wires_painter_and_levers:
|
||||||
title: Cavi e Verniciatrice quadrupla
|
title: Cavi e Verniciatrice quadrupla
|
||||||
desc: "Hai appena sbloccato il <strong>livello dei cavi</strong>: È un livello
|
desc: "Hai appena sbloccato il <strong>livello dei cavi</strong>: È un livello
|
||||||
separato al di sopra di quello normale e introduce un sacco di nuove
|
separato al di sopra di quello normale e introduce un sacco di nuove
|
||||||
meccaniche!<br><br> Per il momento ti ho sbloccato la <strong>Verniciatrice
|
meccaniche!<br><br> Per il momento ti ho sbloccato la
|
||||||
quadrupla</strong>. Collega gli ingressi con i quali vuoi dipingere nel
|
<strong>Verniciatrice quadrupla</strong>. Collega gli ingressi con i
|
||||||
livello dei cavi!<br><br> Per passare al livello dei cavi, premi
|
quali vuoi dipingere nel livello dei cavi!<br><br> Per passare al
|
||||||
<strong>E</strong>."
|
livello dei cavi, premi <strong>E</strong>."
|
||||||
reward_filter:
|
reward_filter:
|
||||||
title: Filtro oggetti
|
title: Filtro oggetti
|
||||||
desc: Hai sbloccato il <strong>filtro oggetti</strong>! Smisterà gli oggetti
|
desc: Hai sbloccato il <strong>filtro oggetti</strong>! Smisterà gli oggetti
|
||||||
verso l'alto o verso destra a seconda che corrispondano al
|
verso l'alto o verso destra a seconda che corrispondano al sengale
|
||||||
sengale dal livello dei cavi o no.<br><br> Puoi anche mandargli un
|
dal livello dei cavi o no.<br><br> Puoi anche mandargli un segnale
|
||||||
segnale booleano (1 / 0) per attivarlo o disattivarlo completamente.
|
booleano (1 / 0) per attivarlo o disattivarlo completamente.
|
||||||
reward_demo_end:
|
reward_demo_end:
|
||||||
title: Fine della demo
|
title: Fine della demo
|
||||||
desc: Hai raggiunto la fine della demo!
|
desc: Hai raggiunto la fine della demo!
|
||||||
@ -868,21 +885,22 @@ settings:
|
|||||||
lowQualityMapResources:
|
lowQualityMapResources:
|
||||||
title: Risorse sulla mappa a bassa qualità
|
title: Risorse sulla mappa a bassa qualità
|
||||||
description: Semplifica il rendering delle risorse sulla mappa quando ingrandita
|
description: Semplifica il rendering delle risorse sulla mappa quando ingrandita
|
||||||
per migliorare le prestazioni. Ha anche un aspetto più pulito, provalo!
|
per migliorare le prestazioni. Ha anche un aspetto più pulito,
|
||||||
|
provalo!
|
||||||
disableTileGrid:
|
disableTileGrid:
|
||||||
title: Disattiva griglia
|
title: Disattiva griglia
|
||||||
description: Disattivare la griglia può migliorare le prestazioni.
|
description: Disattivare la griglia può migliorare le prestazioni. Rende anche
|
||||||
Rende anche il gioco visualmente più pulito!
|
il gioco visualmente più pulito!
|
||||||
clearCursorOnDeleteWhilePlacing:
|
clearCursorOnDeleteWhilePlacing:
|
||||||
title: Deseleziona edificio con il clic destro
|
title: Deseleziona edificio con il clic destro
|
||||||
description: Abilitato di default, se hai un edificio selezionato
|
description: Abilitato di default, se hai un edificio selezionato e premi il
|
||||||
e premi il tasto destro, deselezionerai l'edificio. Se disabilitato,
|
tasto destro, deselezionerai l'edificio. Se disabilitato, puoi
|
||||||
puoi cancellare edifici premendo il tasto destro mentre posizioni
|
cancellare edifici premendo il tasto destro mentre posizioni
|
||||||
edifici.
|
edifici.
|
||||||
lowQualityTextures:
|
lowQualityTextures:
|
||||||
title: Texture in bassa qualità (Brutto)
|
title: Texture in bassa qualità (Brutto)
|
||||||
description: Usa texture a bassa qualità per migliorare le
|
description: Usa texture a bassa qualità per migliorare le prestazioni. Quesro
|
||||||
prestazioni. Quesro renderà il gioco molto brutto!
|
renderà il gioco molto brutto!
|
||||||
displayChunkBorders:
|
displayChunkBorders:
|
||||||
title: Mostra confini dei Chunk
|
title: Mostra confini dei Chunk
|
||||||
description: Il gioco è diviso in blocchi 16x16 (Chunk), se attivi questa
|
description: Il gioco è diviso in blocchi 16x16 (Chunk), se attivi questa
|
||||||
@ -893,15 +911,15 @@ settings:
|
|||||||
quando il cursore è su un giacimento risorse.
|
quando il cursore è su un giacimento risorse.
|
||||||
simplifiedBelts:
|
simplifiedBelts:
|
||||||
title: Nastri semplificati (Brutto)
|
title: Nastri semplificati (Brutto)
|
||||||
description: Non renderizza gli oggetti sui nastri a meno che il cursore
|
description: Non renderizza gli oggetti sui nastri a meno che il cursore non sia
|
||||||
non sia sopra il nastro per migliorare le prestazioni.
|
sopra il nastro per migliorare le prestazioni. Non lo raccomando
|
||||||
Non lo raccomando a meno che tu non abbia assolutamente bisogno
|
a meno che tu non abbia assolutamente bisogno di migliorare le
|
||||||
di migliorare le prestazioni.
|
prestazioni.
|
||||||
enableMousePan:
|
enableMousePan:
|
||||||
title: Abilita scorrimento con il mouse
|
title: Abilita scorrimento con il mouse
|
||||||
description: Consente di spostare la mappa spostando il mouse
|
description: Consente di spostare la mappa spostando il mouse verso il bordo
|
||||||
verso il bordo dello schermo. La velocità dipende dall'impostazione
|
dello schermo. La velocità dipende dall'impostazione Velocità di
|
||||||
Velocità di movimento.
|
movimento.
|
||||||
rangeSliderPercentage: <amount> %
|
rangeSliderPercentage: <amount> %
|
||||||
keybindings:
|
keybindings:
|
||||||
title: Comandi
|
title: Comandi
|
||||||
@ -1006,60 +1024,71 @@ tips:
|
|||||||
- Non costruire troppo vicino all'hub o diventerà tutto caotico!
|
- Non costruire troppo vicino all'hub o diventerà tutto caotico!
|
||||||
- Se l'impilamento non funziona, prova a scambiare gli ingressi.
|
- Se l'impilamento non funziona, prova a scambiare gli ingressi.
|
||||||
- Puoi cambiare la direzione del pianificatore nastri premendo <b>R</b>.
|
- Puoi cambiare la direzione del pianificatore nastri premendo <b>R</b>.
|
||||||
- Tenere premuto <b>CTRL</b> consente di trascinare i nastri senza auto-orientamento.
|
- Tenere premuto <b>CTRL</b> consente di trascinare i nastri senza
|
||||||
- I rapporti rimangono uguali, fintanto che tutti i miglioramenti sono allo stesso livello,
|
auto-orientamento.
|
||||||
|
- I rapporti rimangono uguali, fintanto che tutti i miglioramenti sono allo
|
||||||
|
stesso livello,
|
||||||
- L'esecuzione seriale è più efficiente di quella parallela.
|
- L'esecuzione seriale è più efficiente di quella parallela.
|
||||||
- Più avanti nel gioco sbloccherai altre varianti degli edifici!
|
- Più avanti nel gioco sbloccherai altre varianti degli edifici!
|
||||||
- Puoi usare <b>T</b> per cambiare variante.
|
- Puoi usare <b>T</b> per cambiare variante.
|
||||||
- La simmetria è la chiave!
|
- La simmetria è la chiave!
|
||||||
- Puoi intrecciare gradi diversi del tunnel.
|
- Puoi intrecciare gradi diversi del tunnel.
|
||||||
- Cerca di costruire fabbriche compatte, sarai ricompensato!
|
- Cerca di costruire fabbriche compatte, sarai ricompensato!
|
||||||
- La verniciatrice ha una variante speculare che puoi selezionare con <b>T</b>
|
- La verniciatrice ha una variante speculare che puoi selezionare con
|
||||||
|
<b>T</b>
|
||||||
- Avere i giusti rapporti tra gli edifici massimizzerà l'efficienza.
|
- Avere i giusti rapporti tra gli edifici massimizzerà l'efficienza.
|
||||||
- Al massimo livello, 5 estrattori saturano un singolo nastro.
|
- Al massimo livello, 5 estrattori saturano un singolo nastro.
|
||||||
- Non dimenticare i tunnel!
|
- Non dimenticare i tunnel!
|
||||||
- Non devi per forza dividere gli oggetti equamente per la massima efficienza.
|
- Non devi per forza dividere gli oggetti equamente per la massima
|
||||||
- Tenere premuto <b>SHIFT</b> attiva il pianificatore nastri,
|
efficienza.
|
||||||
facilitando il posizionamento dei nastri più lunghi
|
- Tenere premuto <b>SHIFT</b> attiva il pianificatore nastri, facilitando il
|
||||||
- Le tagliatrici tagliano sempre in verticale, indipendentemente dalla direzione.
|
posizionamento dei nastri più lunghi
|
||||||
|
- Le tagliatrici tagliano sempre in verticale, indipendentemente dalla
|
||||||
|
direzione.
|
||||||
- Mischia tutti i tre colori per fare il bianco.
|
- Mischia tutti i tre colori per fare il bianco.
|
||||||
- L'unità di stoccaggio prioritizza la prima uscita.
|
- L'unità di stoccaggio prioritizza la prima uscita.
|
||||||
- Impiega tempo per costruire design replicabili, ne vale la pena!
|
- Impiega tempo per costruire design replicabili, ne vale la pena!
|
||||||
- Tenere premuto <b>CTRL</b> ti consente di piazzare multipli edifici.
|
- Tenere premuto <b>CTRL</b> ti consente di piazzare multipli edifici.
|
||||||
- Puoi tenere premuto <b>ALT</b> per invertire la direzione dei nastri posizionati.
|
- Puoi tenere premuto <b>ALT</b> per invertire la direzione dei nastri
|
||||||
|
posizionati.
|
||||||
- L'efficienza è la chiave!
|
- L'efficienza è la chiave!
|
||||||
- I giacimenti più lontani dall'hub contengono forme più complesse.
|
- I giacimenti più lontani dall'hub contengono forme più complesse.
|
||||||
- Le macchine hanno una velocità limitata, distribuisci il carico per la massima efficienza.
|
- Le macchine hanno una velocità limitata, distribuisci il carico per la
|
||||||
|
massima efficienza.
|
||||||
- Usa i bilanciatori per massimizzare l'efficienza.
|
- Usa i bilanciatori per massimizzare l'efficienza.
|
||||||
- L'organizzazione è importante. Cerca di non incrociare troppo i nastri.
|
- L'organizzazione è importante. Cerca di non incrociare troppo i nastri.
|
||||||
- Pianifica in anticipo, o diventerà tutto caotico!
|
- Pianifica in anticipo, o diventerà tutto caotico!
|
||||||
- Non distruggere le tue vecchie fabbriche! Ti serviranno per sbloccare dei miglioramenti.
|
- Non distruggere le tue vecchie fabbriche! Ti serviranno per sbloccare dei
|
||||||
|
miglioramenti.
|
||||||
- Cerca di risolvere il livello 20 da solo prima di chiedere aiuto!
|
- Cerca di risolvere il livello 20 da solo prima di chiedere aiuto!
|
||||||
- Non complicare le cose, cerca di mantenere la semplicità e farai strada.
|
- Non complicare le cose, cerca di mantenere la semplicità e farai strada.
|
||||||
- Dovrai riusare le tue fabbriche più avanti nel gioco. Pianifica le tue fabbriche
|
- Dovrai riusare le tue fabbriche più avanti nel gioco. Pianifica le tue
|
||||||
in modo che siano reutilizzabili.
|
fabbriche in modo che siano reutilizzabili.
|
||||||
- A volte, puoi trovare la forma che ti serve nella mappa senza crearla con
|
- A volte, puoi trovare la forma che ti serve nella mappa senza crearla con
|
||||||
le impilatrici.
|
le impilatrici.
|
||||||
- Non troverai mai giacimenti di girandole complete.
|
- Non troverai mai giacimenti di girandole complete.
|
||||||
- Colora le tue forme prima di tagliarle per la massima efficienza.
|
- Colora le tue forme prima di tagliarle per la massima efficienza.
|
||||||
- Con i moduli, lo spazio è solo percezione, una preoccupazione per uomini mortali.
|
- Con i moduli, lo spazio è solo percezione, una preoccupazione per uomini
|
||||||
- Costruisci una fabbrica dedicata per i progetti. Sono importanti per i moduli.
|
mortali.
|
||||||
|
- Costruisci una fabbrica dedicata per i progetti. Sono importanti per i
|
||||||
|
moduli.
|
||||||
- Guarda da vicino il mixer dei colori, e le tue domande avranno risposta.
|
- Guarda da vicino il mixer dei colori, e le tue domande avranno risposta.
|
||||||
- Usa <b>CTRL</b> + Clic per selezionare un'area.
|
- Usa <b>CTRL</b> + Clic per selezionare un'area.
|
||||||
- Costruire troppo vicino all'hub potrebbe intralciare progetti futuri.
|
- Costruire troppo vicino all'hub potrebbe intralciare progetti futuri.
|
||||||
- Premere la puntina vicino a ogni forma nel menù miglioramenti
|
- Premere la puntina vicino a ogni forma nel menù miglioramenti la farà
|
||||||
la farà visualizzare sempre a schermo
|
visualizzare sempre a schermo
|
||||||
- Mescola tutti i colori primari per fare il bianco!
|
- Mescola tutti i colori primari per fare il bianco!
|
||||||
- Hai una mappa finita, non incastrare la tua fabbrica, espanditi!
|
- Hai una mappa finita, non incastrare la tua fabbrica, espanditi!
|
||||||
- Prova anhe factorio! È il mio gioco preferito.
|
- Prova anhe factorio! È il mio gioco preferito.
|
||||||
- La tagliatrice quadrupla taglia in senso orario a partire
|
- La tagliatrice quadrupla taglia in senso orario a partire dal quadrante in
|
||||||
dal quadrante in alto a destra!
|
alto a destra!
|
||||||
- Puoi scaricare i salvataggi dal menù principale!
|
- Puoi scaricare i salvataggi dal menù principale!
|
||||||
- Questo gioco ha molti tasti di scelta rapida! Dai un'occhiata alla
|
- Questo gioco ha molti tasti di scelta rapida! Dai un'occhiata alla pagina
|
||||||
pagina delle impostazioni
|
delle impostazioni
|
||||||
- Questo gioco ha molte impostazioni, dai un'occhiata!
|
- Questo gioco ha molte impostazioni, dai un'occhiata!
|
||||||
- Il segnapunto dell'hub ha una piccola bussola per indicarne la direzione!
|
- Il segnapunto dell'hub ha una piccola bussola per indicarne la direzione!
|
||||||
- Per svutare i nastri, taglia e re-incolla l'area nello stesso punto.
|
- Per svutare i nastri, taglia e re-incolla l'area nello stesso punto.
|
||||||
- Premi F4 per mostrare FPS e Tick al secondo.
|
- Premi F4 per mostrare FPS e Tick al secondo.
|
||||||
- Press F4 due volte per mostrare la casella del cursore e della telecamera.
|
- Press F4 due volte per mostrare la casella del cursore e della telecamera.
|
||||||
- Puoi cliccare a sinistra di una forma fermata a schermo per rimuoverla dalla lisata.
|
- Puoi cliccare a sinistra di una forma fermata a schermo per rimuoverla
|
||||||
|
dalla lisata.
|
||||||
|
@ -118,7 +118,9 @@ dialogs:
|
|||||||
text: "セーブデータのロードに失敗しました:"
|
text: "セーブデータのロードに失敗しました:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: 削除確認
|
title: 削除確認
|
||||||
text: 本当に削除しますか?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: 削除に失敗
|
title: 削除に失敗
|
||||||
text: "セーブデータの削除に失敗しました:"
|
text: "セーブデータの削除に失敗しました:"
|
||||||
@ -162,8 +164,8 @@ dialogs:
|
|||||||
createMarker:
|
createMarker:
|
||||||
title: マーカーを設置
|
title: マーカーを設置
|
||||||
titleEdit: マーカーを編集
|
titleEdit: マーカーを編集
|
||||||
desc: わかりやすい名前をつけてください。形を表す<strong>短いキー</strong>を含めることもできます。(<a
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
href="https://viewer.shapez.io" target="_blank">ここ</a>から生成できます)
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: デモ版ではマーカー設置は2つまでに制限されています。スタンドアローン版は無制限です!
|
desc: デモ版ではマーカー設置は2つまでに制限されています。スタンドアローン版は無制限です!
|
||||||
massCutConfirm:
|
massCutConfirm:
|
||||||
@ -423,7 +425,9 @@ buildings:
|
|||||||
description: 左から入力された形を、上から入力された色で着色します。
|
description: 左から入力された形を、上から入力された色で着色します。
|
||||||
quad:
|
quad:
|
||||||
name: 着色機 (四分割)
|
name: 着色機 (四分割)
|
||||||
description: 入力された形を四分割づつ別の色で塗り分けられます。
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: 着色機
|
name: 着色機
|
||||||
description: 左から入力された形の全体を、右から入力された色で着色します。
|
description: 左から入力された形の全体を、右から入力された色で着色します。
|
||||||
@ -552,8 +556,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: 形の切断
|
title: 形の切断
|
||||||
desc: <strong>切断機</strong>が利用可能になりました。これは入力された形を、<strong>向きを考慮せず上下の直線で</strong>半分に切断します。<br><br>利用しない側の出力に注意しましょう。破棄するなどをしない限り<strong>詰まって停止してしまいます</strong>
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
- このためにゴミ箱も用意しました。入力アイテムをすべて破棄できます。
|
from top to bottom <strong>regardless of its
|
||||||
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: 回転
|
title: 回転
|
||||||
desc: <strong>回転機</strong>が利用可能になりました。形を時計回り方向に90度回転させます。
|
desc: <strong>回転機</strong>が利用可能になりました。形を時計回り方向に90度回転させます。
|
||||||
@ -572,8 +580,9 @@ storyRewards:
|
|||||||
desc: <strong>積層機</strong>で形を組み合わせ可能になりました。双方の入力を組み合わせ、もし連続した形になっていればそれらは<strong>融合してひとつ</strong>になります! もしできなかった場合は、左の入力の<strong>上に右の入力が重なります。</strong>
|
desc: <strong>積層機</strong>で形を組み合わせ可能になりました。双方の入力を組み合わせ、もし連続した形になっていればそれらは<strong>融合してひとつ</strong>になります! もしできなかった場合は、左の入力の<strong>上に右の入力が重なります。</strong>
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: 分配機/合流機
|
title: 分配機/合流機
|
||||||
desc: 多機能な<strong>分配機/合流機</strong>が利用可能になりました。 -
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
より大規模な工場を構築するため、複数のベルト間で<strong>アイテムを合流、分配</strong>できます!<br><br>
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: トンネル
|
title: トンネル
|
||||||
desc: <strong>トンネル</strong>が利用可能になりました。 - 他のベルトや建造物の地下を通してベルトが配置可能です!
|
desc: <strong>トンネル</strong>が利用可能になりました。 - 他のベルトや建造物の地下を通してベルトが配置可能です!
|
||||||
@ -583,7 +592,10 @@ storyRewards:
|
|||||||
反時計回りの回転ができるようになります! 回転機を選択し、<strong>'T'キーを押すことで方向の切り替えができます</strong>
|
反時計回りの回転ができるようになります! 回転機を選択し、<strong>'T'キーを押すことで方向の切り替えができます</strong>
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: 連鎖抽出機
|
title: 連鎖抽出機
|
||||||
desc: <strong>連鎖抽出機</strong>が利用可能になりました。他の抽出機に<strong>出力を渡す</strong>ことができるので、資源の抽出がより効率的になります!
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: トンネル レベルII
|
title: トンネル レベルII
|
||||||
desc: <strong>トンネル</strong>のバリエーションが利用可能になりました。 -
|
desc: <strong>トンネル</strong>のバリエーションが利用可能になりました。 -
|
||||||
@ -598,11 +610,18 @@ storyRewards:
|
|||||||
通常の着色機と同様に機能しますが、ひとつの色の消費で<strong>一度に2つの形</strong>を着色処理できます!
|
通常の着色機と同様に機能しますが、ひとつの色の消費で<strong>一度に2つの形</strong>を着色処理できます!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: 余剰の貯蓄
|
title: 余剰の貯蓄
|
||||||
desc: <strong>ゴミ箱</strong>のバリエーションが利用可能になりました。 - 容量上限までアイテムを格納することができます!
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: フリープレイ
|
title: フリープレイ
|
||||||
desc: やりましたね! <strong>フリープレイモード</strong>が利用可能になりました。 - これからは形はランダムに生成されます!
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
(ご心配なく。スタンドアローン版はさらなる追加コンテンツが計画されています)
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: ブループリント
|
title: ブループリント
|
||||||
desc: 工場の建造物の<strong>コピー&ペースト</strong>が利用可能になりました! 範囲選択(CTRLキーを押したままマウスドラッグ)した状態で、'C'キーを押すことでコピーができます。<br><br>ペーストは<strong>タダではありません。</strong><strong>ブループリントの形</strong>を生産することで可能になります!(たった今納品したものです)
|
desc: 工場の建造物の<strong>コピー&ペースト</strong>が利用可能になりました! 範囲選択(CTRLキーを押したままマウスドラッグ)した状態で、'C'キーを押すことでコピーができます。<br><br>ペーストは<strong>タダではありません。</strong><strong>ブループリントの形</strong>を生産することで可能になります!(たった今納品したものです)
|
||||||
@ -635,8 +654,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -119,7 +119,9 @@ dialogs:
|
|||||||
text: "저장 파일을 불러오지 못했습니다:"
|
text: "저장 파일을 불러오지 못했습니다:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: 삭제 확인
|
title: 삭제 확인
|
||||||
text: 이 게임 파일을 정말로 삭제하겠습니까?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: 삭제 실패
|
title: 삭제 실패
|
||||||
text: 저장 파일을 삭제하지 못했습니다.
|
text: 저장 파일을 삭제하지 못했습니다.
|
||||||
@ -166,8 +168,8 @@ dialogs:
|
|||||||
컨베이어 벨트의 방향을 바꾸세요.<br>"
|
컨베이어 벨트의 방향을 바꾸세요.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: 새로운 마커
|
title: 새로운 마커
|
||||||
desc: 이 장소에 이름을 지어주세요, 당신은 원하는 모양으로 <strong>단축키</strong>를 생성할 수 있습니다. (<a
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
href="https://viewer.shapez.io" target="_blank">여기</a>에서 만들 수 있습니다.)
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
titleEdit: 마커 변경
|
titleEdit: 마커 변경
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: 체험판 버전에서는 마커를 2개 까지만 놓을 수 있습니다. 유료 버전을 구입하면 마커를 무제한으로 놓을 수 있습니다!
|
desc: 체험판 버전에서는 마커를 2개 까지만 놓을 수 있습니다. 유료 버전을 구입하면 마커를 무제한으로 놓을 수 있습니다!
|
||||||
@ -426,7 +428,9 @@ buildings:
|
|||||||
description: 왼쪽에 입력되는 도형을 위에서 입력되는 색소로 색칠한다.
|
description: 왼쪽에 입력되는 도형을 위에서 입력되는 색소로 색칠한다.
|
||||||
quad:
|
quad:
|
||||||
name: 4단 도형 색칠기
|
name: 4단 도형 색칠기
|
||||||
description: 도형의 4가지 분단을 각각 다른 색으로 색칠할 수 있다.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: 도형 색칠기
|
name: 도형 색칠기
|
||||||
description: 도형을 색소로 색칠한다.
|
description: 도형을 색소로 색칠한다.
|
||||||
@ -555,9 +559,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: 절단기
|
title: 절단기
|
||||||
desc: <strong>절단기</strong>가 잠금 해제되었습니다! 절단기는 도형을 <strong>세로로</strong> 잘라 반으로
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
나눕니다.<br><br>사용하지 않는 도형은 휴지통에 버려주세요. 그렇지 않으면 절단기가 <strong>멈출
|
from top to bottom <strong>regardless of its
|
||||||
것입니다.</strong>
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: 회전기
|
title: 회전기
|
||||||
desc: <strong>회전기</strong>가 잠금 해제되었습니다! 이것은 도형을 시계방향으로 90도 회전 시킵니다.
|
desc: <strong>회전기</strong>가 잠금 해제되었습니다! 이것은 도형을 시계방향으로 90도 회전 시킵니다.
|
||||||
@ -576,8 +583,9 @@ storyRewards:
|
|||||||
쌓이게</strong>됩니다.
|
쌓이게</strong>됩니다.
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: 배분기
|
title: 배분기
|
||||||
desc: 다양한 용도로 쓰이는 <strong>배분기</strong>가 잠금 해제되었습니다! 배분기로 도형들을 여러 개의 벨트에
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
<strong>합하거나 나누어서</strong> 큰 공장을 지을 수 있습니다.<br><br>
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: 터널
|
title: 터널
|
||||||
desc: <strong>터널</strong>이 잠금 해제되었습니다! 자원을 건물과 벨트 밑으로 운송 할 수 있습니다.
|
desc: <strong>터널</strong>이 잠금 해제되었습니다! 자원을 건물과 벨트 밑으로 운송 할 수 있습니다.
|
||||||
@ -587,8 +595,10 @@ storyRewards:
|
|||||||
<strong>T</strong>를 눌러서 변형된 버전을 사용하세요!
|
<strong>T</strong>를 눌러서 변형된 버전을 사용하세요!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: 체인 추출기
|
title: 체인 추출기
|
||||||
desc: <strong>체인 추출기</strong>가 잠금 해제되었습니다! 체인 추출기는 <strong>자원을 다른 추출기로
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
전달하여</strong> 효율적으로 추출할 수 있게 합니다.
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: 터널 티어 II
|
title: 터널 티어 II
|
||||||
desc: 새로운 종류의 <strong>터널</strong>이 잠금 해제되었습니다! 새 터널은 <strong>보다 넓은 범위</strong>를
|
desc: 새로운 종류의 <strong>터널</strong>이 잠금 해제되었습니다! 새 터널은 <strong>보다 넓은 범위</strong>를
|
||||||
@ -603,16 +613,25 @@ storyRewards:
|
|||||||
도형</strong>을 색칠할 수 있습니다.
|
도형</strong>을 색칠할 수 있습니다.
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: 저장소
|
title: 저장소
|
||||||
desc: <strong>저장소</strong>가 잠금 해제되었습니다! 주어진 용량만큼 자원을 저장할 수 있습니다!
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: 자유 모드
|
title: 자유 모드
|
||||||
desc: 해내셨군요! <strong>자유 모드</strong>가 잠금 해제되었습니다! 이제 도형이 랜덤으로 생성됩니다! (걱정 마세요,
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
유료버전에는 더 많은 컨텐츠가 계획되어 있습니다!)
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: 청사진
|
title: 청사진
|
||||||
desc: 이제부터는 공장의 일부 영역을 <strong>복사하여 붙여넣기</strong> 할 수 있습니다! CTRL을 누르면서 드래그해서 먼저
|
desc: You can now <strong>copy and paste</strong> parts of your factory! Select
|
||||||
영역을 선택하세요. <br><br> 그 다음에는 C, DEL, ESC 로 복사하거나, 지우거나, 취소
|
an area (Hold CTRL, then drag with your mouse), and press 'C' to
|
||||||
하세요.<br><br> 복사는 무료가 이닙니다. 특별한 "화폐" 도형으로 돈을 지불하고 복사가 됩니다.
|
copy it.<br><br>Pasting it is <strong>not free</strong>, you need to
|
||||||
|
produce <strong>blueprint shapes</strong> to afford it! (Those you
|
||||||
|
just delivered).
|
||||||
no_reward:
|
no_reward:
|
||||||
title: 다음 레벨
|
title: 다음 레벨
|
||||||
desc: "이 단계는 아무런 보상이 없습니다. 하지만 다음 단계에는 있죠! <br><br> 추신: 현존하는 공장을 부수지 않는 것이 좋습니다.
|
desc: "이 단계는 아무런 보상이 없습니다. 하지만 다음 단계에는 있죠! <br><br> 추신: 현존하는 공장을 부수지 않는 것이 좋습니다.
|
||||||
@ -642,8 +661,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -120,7 +120,9 @@ dialogs:
|
|||||||
text: "Failed to load your savegame:"
|
text: "Failed to load your savegame:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Confirm deletion
|
title: Confirm deletion
|
||||||
text: Are you sure you want to delete the game?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Failed to delete
|
title: Failed to delete
|
||||||
text: "Failed to delete the savegame:"
|
text: "Failed to delete the savegame:"
|
||||||
@ -171,8 +173,7 @@ dialogs:
|
|||||||
createMarker:
|
createMarker:
|
||||||
title: New Marker
|
title: New Marker
|
||||||
desc: Give it a meaningful name, you can also include a <strong>short
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
key</strong> of a shape (Which you can generate <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">here</a>)
|
|
||||||
titleEdit: Edit Marker
|
titleEdit: Edit Marker
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: You can only create two custom markers in the demo. Get the standalone for
|
desc: You can only create two custom markers in the demo. Get the standalone for
|
||||||
@ -447,7 +448,9 @@ buildings:
|
|||||||
input.
|
input.
|
||||||
quad:
|
quad:
|
||||||
name: Painter (Quad)
|
name: Painter (Quad)
|
||||||
description: Allows to color each quadrant of the shape with a different color.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: Painter
|
name: Painter
|
||||||
description: Colors the whole shape on the left input with the color from the
|
description: Colors the whole shape on the left input with the color from the
|
||||||
@ -577,11 +580,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Cutting Shapes
|
title: Cutting Shapes
|
||||||
desc: You just unlocked the <strong>cutter</strong> - it cuts shapes half from
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
<strong>top to bottom</strong> regardless of its
|
from top to bottom <strong>regardless of its
|
||||||
orientation!<br><br>Be sure to get rid of the waste, or otherwise
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
<strong>it will stall</strong> - For this purpose I gave you a
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
trash, which destroys everything you put into it!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotating
|
title: Rotating
|
||||||
desc: The <strong>rotater</strong> has been unlocked! It rotates shapes
|
desc: The <strong>rotater</strong> has been unlocked! It rotates shapes
|
||||||
@ -604,9 +608,9 @@ storyRewards:
|
|||||||
<strong>stacked on top</strong> of the left input!
|
<strong>stacked on top</strong> of the left input!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Splitter/Merger
|
title: Splitter/Merger
|
||||||
desc: The multifunctional <strong>balancer</strong> has been unlocked - It can
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
be used to build bigger factories by <strong>splitting and merging
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
items</strong> onto multiple belts!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunnel
|
title: Tunnel
|
||||||
desc: The <strong>tunnel</strong> has been unlocked - You can now tunnel items
|
desc: The <strong>tunnel</strong> has been unlocked - You can now tunnel items
|
||||||
@ -618,9 +622,10 @@ storyRewards:
|
|||||||
<strong>press 'T' to cycle its variants</strong>!
|
<strong>press 'T' to cycle its variants</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Chaining Extractor
|
title: Chaining Extractor
|
||||||
desc: You have unlocked the <strong>chaining extractor</strong>! It can
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>forward its resources</strong> to other extractors so you
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
can more efficiently extract resources!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunnel Tier II
|
title: Tunnel Tier II
|
||||||
desc: You have unlocked a new variant of the <strong>tunnel</strong> - It has a
|
desc: You have unlocked a new variant of the <strong>tunnel</strong> - It has a
|
||||||
@ -637,13 +642,18 @@ storyRewards:
|
|||||||
once</strong> consuming just one color instead of two!
|
once</strong> consuming just one color instead of two!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Storage Buffer
|
title: Storage Buffer
|
||||||
desc: You have unlocked a variant of the <strong>trash</strong> - It allows to
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
store items up to a given capacity!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Freeplay
|
title: Freeplay
|
||||||
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
that shapes are now randomly generated! (No worries, more content is
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
planned for the standalone!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Blueprints
|
title: Blueprints
|
||||||
desc: You can now <strong>copy and paste</strong> parts of your factory! Select
|
desc: You can now <strong>copy and paste</strong> parts of your factory! Select
|
||||||
@ -680,8 +690,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -4,7 +4,8 @@ steamPage:
|
|||||||
groot speelveld.
|
groot speelveld.
|
||||||
discordLinkShort: Officiële Discord
|
discordLinkShort: Officiële Discord
|
||||||
intro: >-
|
intro: >-
|
||||||
Shapez.io is een spel waarin je fabrieken moet bouwen voor de automatische productie van geometrische vormen.
|
Shapez.io is een spel waarin je fabrieken moet bouwen voor de
|
||||||
|
automatische productie van geometrische vormen.
|
||||||
|
|
||||||
Naarmate het spel vordert, worden de vormen complexer, en moet je uitbreiden in het oneindige speelveld.
|
Naarmate het spel vordert, worden de vormen complexer, en moet je uitbreiden in het oneindige speelveld.
|
||||||
|
|
||||||
@ -119,7 +120,9 @@ dialogs:
|
|||||||
text: "Het laden van je savegame is mislukt:"
|
text: "Het laden van je savegame is mislukt:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Bevestig verwijderen
|
title: Bevestig verwijderen
|
||||||
text: Weet je zeker dat je het spel wil verwijderen?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Verwijderen mislukt
|
title: Verwijderen mislukt
|
||||||
text: "Het verwijderen van de savegame is mislukt:"
|
text: "Het verwijderen van de savegame is mislukt:"
|
||||||
@ -174,9 +177,8 @@ dialogs:
|
|||||||
van lopende banden om te draaien wanneer je ze plaatst.<br>"
|
van lopende banden om te draaien wanneer je ze plaatst.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Nieuwe markering
|
title: Nieuwe markering
|
||||||
desc: Geef het een betekenisvolle naam. Je kunt ook een
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
<strong>icoontje</strong> van een vorm toevoegen (die je <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">hier</a> kunt maken)
|
|
||||||
titleEdit: Edit Marker
|
titleEdit: Edit Marker
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Je kunt maar twee markeringen plaatsen in de demo. Koop de standalone voor
|
desc: Je kunt maar twee markeringen plaatsen in de demo. Koop de standalone voor
|
||||||
@ -197,13 +199,16 @@ dialogs:
|
|||||||
editSignal:
|
editSignal:
|
||||||
title: Set Signal
|
title: Set Signal
|
||||||
descItems: "Kies een ingesteld item:"
|
descItems: "Kies een ingesteld item:"
|
||||||
descShortKey: ... of voer de <strong>short key</strong> van een vorm (Die je <link>hier</link> kunt vinden) in.
|
descShortKey: ... of voer de <strong>short key</strong> van een vorm (Die je
|
||||||
|
<link>hier</link> kunt vinden) in.
|
||||||
renameSavegame:
|
renameSavegame:
|
||||||
title: Hernoem opgeslagen spel
|
title: Hernoem opgeslagen spel
|
||||||
desc: Geef je opgeslagen spel een nieuwe naam.
|
desc: Geef je opgeslagen spel een nieuwe naam.
|
||||||
entityWarning:
|
entityWarning:
|
||||||
title: Performance Waarschuwing
|
title: Performance Waarschuwing
|
||||||
desc: Je hebt veel gebouwen geplaatst. Dit is een vriendelijke herinnering dat het spel niet oneindig veel gebouwen kan bewaren. Probeer je fabrieken compact te houden.
|
desc: Je hebt veel gebouwen geplaatst. Dit is een vriendelijke herinnering dat
|
||||||
|
het spel niet oneindig veel gebouwen kan bewaren. Probeer je
|
||||||
|
fabrieken compact te houden.
|
||||||
ingame:
|
ingame:
|
||||||
keybindingsOverlay:
|
keybindingsOverlay:
|
||||||
moveMap: Beweeg speelveld
|
moveMap: Beweeg speelveld
|
||||||
@ -341,8 +346,7 @@ ingame:
|
|||||||
connectedMiners:
|
connectedMiners:
|
||||||
one_miner: 1 Miner
|
one_miner: 1 Miner
|
||||||
n_miners: <amount> Miners
|
n_miners: <amount> Miners
|
||||||
limited_items: >-
|
limited_items: "Gelimiteerd tot: <max_throughput>"
|
||||||
Gelimiteerd tot: <max_throughput>
|
|
||||||
watermark:
|
watermark:
|
||||||
title: Demo versie
|
title: Demo versie
|
||||||
desc: Klik hier om het spel op Steam te bekijken!
|
desc: Klik hier om het spel op Steam te bekijken!
|
||||||
@ -449,7 +453,9 @@ buildings:
|
|||||||
input.
|
input.
|
||||||
quad:
|
quad:
|
||||||
name: Verver (Quad)
|
name: Verver (Quad)
|
||||||
description: Verft elke kwart van de vorm een andere kleur.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: Verver
|
name: Verver
|
||||||
description: Verft de volledige vorm in de linker input met de kleur van de
|
description: Verft de volledige vorm in de linker input met de kleur van de
|
||||||
@ -490,7 +496,8 @@ buildings:
|
|||||||
storage:
|
storage:
|
||||||
default:
|
default:
|
||||||
name: Opslag
|
name: Opslag
|
||||||
description: Slaat teveel aan items of kleuren op. De linker uitvoer heeft de voorkeur.
|
description: Slaat teveel aan items of kleuren op. De linker uitvoer heeft de
|
||||||
|
voorkeur.
|
||||||
wire_tunnel:
|
wire_tunnel:
|
||||||
default:
|
default:
|
||||||
name: Kabel kruising
|
name: Kabel kruising
|
||||||
@ -498,8 +505,8 @@ buildings:
|
|||||||
constant_signal:
|
constant_signal:
|
||||||
default:
|
default:
|
||||||
name: Constant Signaal
|
name: Constant Signaal
|
||||||
description: Zend een constant signaal, dit kan een vorm, kleur of
|
description: Zend een constant signaal, dit kan een vorm, kleur of boolean (1 /
|
||||||
boolean (1 / 0) zijn.
|
0) zijn.
|
||||||
lever:
|
lever:
|
||||||
default:
|
default:
|
||||||
name: Schakelaar
|
name: Schakelaar
|
||||||
@ -507,16 +514,19 @@ buildings:
|
|||||||
logic_gate:
|
logic_gate:
|
||||||
default:
|
default:
|
||||||
name: AND poort
|
name: AND poort
|
||||||
description: Zend een 1 uit als beide invoeren hetzelfde zijn. (Kan een vorm, kleur of boolean (1 / 0) zijn)
|
description: Zend een 1 uit als beide invoeren hetzelfde zijn. (Kan een vorm,
|
||||||
|
kleur of boolean (1 / 0) zijn)
|
||||||
not:
|
not:
|
||||||
name: NOT poort
|
name: NOT poort
|
||||||
description: Zend een 1 uit als de invoer een 0 is.
|
description: Zend een 1 uit als de invoer een 0 is.
|
||||||
xor:
|
xor:
|
||||||
name: XOR poort
|
name: XOR poort
|
||||||
description: Zend een 1 uit als de invoeren niet hetzelfde zijn. (Kan een vorm, kleur of boolean (1 / 0) zijn)
|
description: Zend een 1 uit als de invoeren niet hetzelfde zijn. (Kan een vorm,
|
||||||
|
kleur of boolean (1 / 0) zijn)
|
||||||
or:
|
or:
|
||||||
name: OR gate
|
name: OR gate
|
||||||
description: Zend een 1 uit als de invoeren wel of niet hetzelfde zijn, maar niet uit zijn. (Kan een vorm, kleur of boolean (1 / 0) zijn)
|
description: Zend een 1 uit als de invoeren wel of niet hetzelfde zijn, maar
|
||||||
|
niet uit zijn. (Kan een vorm, kleur of boolean (1 / 0) zijn)
|
||||||
transistor:
|
transistor:
|
||||||
default:
|
default:
|
||||||
name: Transistor
|
name: Transistor
|
||||||
@ -527,23 +537,28 @@ buildings:
|
|||||||
filter:
|
filter:
|
||||||
default:
|
default:
|
||||||
name: Filter
|
name: Filter
|
||||||
description: Stuurt alle items van de ingestelde soort naar boven en de rest naar rechts.
|
description: Stuurt alle items van de ingestelde soort naar boven en de rest
|
||||||
|
naar rechts.
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
name: Scherm
|
name: Scherm
|
||||||
description: Verbind een signaal met het scherm om de soort weer te geven. Kan een vorm, kleur of boolean (1 / 0) zijn.
|
description: Verbind een signaal met het scherm om de soort weer te geven. Kan
|
||||||
|
een vorm, kleur of boolean (1 / 0) zijn.
|
||||||
reader:
|
reader:
|
||||||
default:
|
default:
|
||||||
name: Lopende band lezer
|
name: Lopende band lezer
|
||||||
description: Meet de gemiddelde doorvoer op de band. Geeft het laatste gelezen item door aan de kabel.
|
description: Meet de gemiddelde doorvoer op de band. Geeft het laatste gelezen
|
||||||
|
item door aan de kabel.
|
||||||
analyzer:
|
analyzer:
|
||||||
default:
|
default:
|
||||||
name: Vorm Analyse
|
name: Vorm Analyse
|
||||||
description: Analiseerd de onderste laag rechts boven en geeft de kleur en vorm door aan de kabel.
|
description: Analiseerd de onderste laag rechts boven en geeft de kleur en vorm
|
||||||
|
door aan de kabel.
|
||||||
comparator:
|
comparator:
|
||||||
default:
|
default:
|
||||||
name: Vergelijker
|
name: Vergelijker
|
||||||
description: Zend 1 uit als beiden invoeren gelijk zijn, kunnen vormen, kleuren of booleans (1 / 0) zijn
|
description: Zend 1 uit als beiden invoeren gelijk zijn, kunnen vormen, kleuren
|
||||||
|
of booleans (1 / 0) zijn
|
||||||
virtual_processor:
|
virtual_processor:
|
||||||
default:
|
default:
|
||||||
name: Virtuele Snijder
|
name: Virtuele Snijder
|
||||||
@ -553,7 +568,8 @@ buildings:
|
|||||||
description: Draait de vorm virtueel met de klok mee en tegen de klok in.
|
description: Draait de vorm virtueel met de klok mee en tegen de klok in.
|
||||||
unstacker:
|
unstacker:
|
||||||
name: Virtuele Ontstapelaar
|
name: Virtuele Ontstapelaar
|
||||||
description: Geeft de bovenste laag door aan de rechter uitvoer en de rest aan de linker uitvoer.
|
description: Geeft de bovenste laag door aan de rechter uitvoer en de rest aan
|
||||||
|
de linker uitvoer.
|
||||||
stacker:
|
stacker:
|
||||||
name: Virtuele Stapelaar
|
name: Virtuele Stapelaar
|
||||||
description: Stapelt de rechter vorm virtueel op de linkervorm.
|
description: Stapelt de rechter vorm virtueel op de linkervorm.
|
||||||
@ -564,15 +580,17 @@ buildings:
|
|||||||
item_producer:
|
item_producer:
|
||||||
default:
|
default:
|
||||||
name: Item Producent
|
name: Item Producent
|
||||||
description: Alleen beschikbaar in sandbox-modus, geeft het gegeven signaal van de kabel laag op de reguliere laag.
|
description: Alleen beschikbaar in sandbox-modus, geeft het gegeven signaal van
|
||||||
|
de kabel laag op de reguliere laag.
|
||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Vormen Knippen
|
title: Vormen Knippen
|
||||||
desc: Je hebt de <strong>knipper</strong> ontgrendeld - Deze knipt vormen half
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
van <strong>boven naar onder</strong> ongeacht de
|
from top to bottom <strong>regardless of its
|
||||||
oriëntatie!<br><br>Zorg dat je ongebruikte vormen weggooit, anders
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
<strong>loopt het vast</strong> - Dit is waarom ik je een vuilnisbak
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
heb gegeven, die alles wat er in komt vernietigt!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Roteren
|
title: Roteren
|
||||||
desc: De <strong>roteerder</strong> is ontgrendeld - Het draait vormen 90 graden
|
desc: De <strong>roteerder</strong> is ontgrendeld - Het draait vormen 90 graden
|
||||||
@ -598,10 +616,9 @@ storyRewards:
|
|||||||
linker geplaatst!
|
linker geplaatst!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Splitter/samenvoeger
|
title: Splitter/samenvoeger
|
||||||
desc: De multifunctionele <strong>verdeler</strong> is ontgrendeld - Het kan
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
worden gebruikt om grotere fabrieken te bouwen door
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
<strong>voorwerpen samen te voegen of te verdelen</strong> over
|
into two!
|
||||||
meerdere lopende banden!<br><br>
|
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunnel
|
title: Tunnel
|
||||||
desc: De <strong>tunnel</strong> is ontgrendeld - Je kunt nu voorwerpen onder
|
desc: De <strong>tunnel</strong> is ontgrendeld - Je kunt nu voorwerpen onder
|
||||||
@ -614,14 +631,15 @@ storyRewards:
|
|||||||
wisselen</strong>!
|
wisselen</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Ketting-ontginner
|
title: Ketting-ontginner
|
||||||
desc: Je hebt de <strong>Ketting-ontginner</strong> ontgrendeld! Deze kan
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>grondstoffen doorsturen</strong> naar andere ontginners,
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
waardoor je efficiënter grondstoffen kan onttrekken!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunnel Niveau II
|
title: Tunnel Niveau II
|
||||||
desc: Je hebt een variant van de <strong>tunnel</strong> ontgrendeld - Deze
|
desc: You have unlocked a new variant of the <strong>tunnel</strong> - It has a
|
||||||
heeft een <strong>grotere reikwijdte</strong en je kunt de tunnels
|
<strong>bigger range</strong>, and you can also mix-n-match those
|
||||||
nu ook door elkaar laten lopen!
|
tunnels now!
|
||||||
reward_cutter_quad:
|
reward_cutter_quad:
|
||||||
title: Quad Knippen
|
title: Quad Knippen
|
||||||
desc: Je hebt een variant van de <strong>knipper</strong> ontgrendeld - Dit
|
desc: Je hebt een variant van de <strong>knipper</strong> ontgrendeld - Dit
|
||||||
@ -633,14 +651,18 @@ storyRewards:
|
|||||||
tegelijk</strong> met één kleur in plaats van twee!
|
tegelijk</strong> met één kleur in plaats van twee!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Opslagbuffer
|
title: Opslagbuffer
|
||||||
desc: Je hebt een variant van de <strong>vuilnisbak</strong> ontgrendeld - Het
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
slaat voorwerpen op tot een zekere hoeveelheid!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Vrij spel
|
title: Vrij spel
|
||||||
desc: Het is gelukt! je hebt het <strong>vrije spel</strong> ontgrendeld! Dit
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
betekent dat gevraagde vormen vanaf nu willekeurig gegenereerd
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
worden! (Geen zorgen, het spel wordt in de toekomst nog verder
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
uitgebreid in de standalone!)
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Blauwdrukken
|
title: Blauwdrukken
|
||||||
desc: Je kunt nu delen van je fabriek <strong>kopiëren en plakken</strong>!
|
desc: Je kunt nu delen van je fabriek <strong>kopiëren en plakken</strong>!
|
||||||
@ -661,25 +683,43 @@ storyRewards:
|
|||||||
uitgebereid in de standalone!
|
uitgebereid in de standalone!
|
||||||
reward_balancer:
|
reward_balancer:
|
||||||
title: Verdeler
|
title: Verdeler
|
||||||
desc: De multifunctionele <strong>verdeler</strong> is vrijgespeeld - Dit gebouw can worden gebruikt om je fabrieken nog groter te maken door lopende banden te <strong>splitsen en samen te voegen</strong>!<br><br>
|
desc: De multifunctionele <strong>verdeler</strong> is vrijgespeeld - Dit gebouw
|
||||||
|
can worden gebruikt om je fabrieken nog groter te maken door lopende
|
||||||
|
banden te <strong>splitsen en samen te voegen</strong>!<br><br>
|
||||||
reward_merger:
|
reward_merger:
|
||||||
title: Compacte samenvoeger
|
title: Compacte samenvoeger
|
||||||
desc: Je hebt een variant op de <strong>samenvoeger</strong> van de <strong>verdeler</strong> vrijgespeeld - Dit gebouw maakt van 2 lopende banden 1!
|
desc: Je hebt een variant op de <strong>samenvoeger</strong> van de
|
||||||
|
<strong>verdeler</strong> vrijgespeeld - Dit gebouw maakt van 2
|
||||||
|
lopende banden 1!
|
||||||
reward_belt_reader:
|
reward_belt_reader:
|
||||||
title: Lopende band lezer
|
title: Lopende band lezer
|
||||||
desc: Je hebt de <strong>lopende band lezer</strong> vrijgespeeld! Dit gebouw geeft de doorvoer op een lopende band weer.<br><br>Wacht maar tot je kabels vrijspeeld, dan wordt het pas echt interessant!
|
desc: Je hebt de <strong>lopende band lezer</strong> vrijgespeeld! Dit gebouw
|
||||||
|
geeft de doorvoer op een lopende band weer.<br><br>Wacht maar tot je
|
||||||
|
kabels vrijspeeld, dan wordt het pas echt interessant!
|
||||||
reward_rotater_180:
|
reward_rotater_180:
|
||||||
title: Draaier (180 graden)
|
title: Draaier (180 graden)
|
||||||
desc: Je hebt de 180 graden <strong>draaier</strong> vrijgespeeld! - Hiermee kun je een item op de band 180 graden draaien!
|
desc: Je hebt de 180 graden <strong>draaier</strong> vrijgespeeld! - Hiermee kun
|
||||||
|
je een item op de band 180 graden draaien!
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Scherm
|
title: Scherm
|
||||||
desc: Je hebt het <strong>Scherm</strong> vrijgespeeld - Verbind een signaal met het scherm om de data ervan te zien!
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constante Signaal
|
title: Constante Signaal
|
||||||
desc: Je hebt het <strong>constante signaal</strong> vrijgespeeld op de kabel dimensie! Dit gebouw is handig in samenwerking met <strong>item filters</strong>.<br><br> Het constante signaal kan een <strong>vorm</strong>, <strong>kleur</strong> of <strong>boolean</strong> (1 / 0) zijn.
|
desc: Je hebt het <strong>constante signaal</strong> vrijgespeeld op de kabel
|
||||||
|
dimensie! Dit gebouw is handig in samenwerking met <strong>item
|
||||||
|
filters</strong>.<br><br> Het constante signaal kan een
|
||||||
|
<strong>vorm</strong>, <strong>kleur</strong> of
|
||||||
|
<strong>boolean</strong> (1 / 0) zijn.
|
||||||
reward_logic_gates:
|
reward_logic_gates:
|
||||||
title: Logische poorten
|
title: Logische poorten
|
||||||
desc: Je hebt de <strong>logische poorten</strong> vrijgespeeld! Misschien word je hier nog niet zo vrolijk van, maar eigenlijk zijn ze heel erg handig!<br><br> Met logische poorten kun je AND, OR en XOR operaties uitvoeren.<br><br> Als bonus krijg je ook nog een <strong>transistor</strong> van mij!
|
desc: Je hebt de <strong>logische poorten</strong> vrijgespeeld! Misschien word
|
||||||
|
je hier nog niet zo vrolijk van, maar eigenlijk zijn ze heel erg
|
||||||
|
handig!<br><br> Met logische poorten kun je AND, OR en XOR operaties
|
||||||
|
uitvoeren.<br><br> Als bonus krijg je ook nog een
|
||||||
|
<strong>transistor</strong> van mij!
|
||||||
reward_virtual_processing:
|
reward_virtual_processing:
|
||||||
title: Virtual Processing
|
title: Virtual Processing
|
||||||
desc: I just gave a whole bunch of new buildings which allow you to
|
desc: I just gave a whole bunch of new buildings which allow you to
|
||||||
@ -700,7 +740,10 @@ storyRewards:
|
|||||||
<strong>E</strong>."
|
<strong>E</strong>."
|
||||||
reward_filter:
|
reward_filter:
|
||||||
title: Item Filter
|
title: Item Filter
|
||||||
desc: Je hebt de <strong>Item Filter</strong> vrijgespeeld! Items worden naar rechts of naar boven gestuurd, afhankelijk van de invoer.<br><br> Er kan ook een boolean (1 / 0) worden ingevoerd om de filter in en uit te schakelen.
|
desc: Je hebt de <strong>Item Filter</strong> vrijgespeeld! Items worden naar
|
||||||
|
rechts of naar boven gestuurd, afhankelijk van de invoer.<br><br> Er
|
||||||
|
kan ook een boolean (1 / 0) worden ingevoerd om de filter in en uit
|
||||||
|
te schakelen.
|
||||||
reward_demo_end:
|
reward_demo_end:
|
||||||
title: Einde van de Demo
|
title: Einde van de Demo
|
||||||
desc: Je hebt het einde van de demoversie bereikt!
|
desc: Je hebt het einde van de demoversie bereikt!
|
||||||
@ -829,28 +872,41 @@ settings:
|
|||||||
description: Set the volume for music
|
description: Set the volume for music
|
||||||
lowQualityMapResources:
|
lowQualityMapResources:
|
||||||
title: Lage kwaliteit van resources
|
title: Lage kwaliteit van resources
|
||||||
description: Versimpeldde resources op de wereld wanneer ingezoomd om de performance te verbeteren. Het lijkt ook opgeruimder, dus probeer het zelf een keertje uit!
|
description: Versimpeldde resources op de wereld wanneer ingezoomd om de
|
||||||
|
performance te verbeteren. Het lijkt ook opgeruimder, dus
|
||||||
|
probeer het zelf een keertje uit!
|
||||||
disableTileGrid:
|
disableTileGrid:
|
||||||
title: Zet Grid uit
|
title: Zet Grid uit
|
||||||
description: Door de grid uit te zetten krijgt het spel een betere performance. Het zorgt er ook voor dat het spel er opgeruimder uit ziet!
|
description: Door de grid uit te zetten krijgt het spel een betere performance.
|
||||||
|
Het zorgt er ook voor dat het spel er opgeruimder uit ziet!
|
||||||
clearCursorOnDeleteWhilePlacing:
|
clearCursorOnDeleteWhilePlacing:
|
||||||
title: Verwijder cursor met rechtermuisknop
|
title: Verwijder cursor met rechtermuisknop
|
||||||
description: Standaard aan, Stopt met het plaatsen van gebouwen door te klikken op de rechtermuisknop. Als deze instelling uit staat kunnen gebouwen verwijderd worden tijdens het plaatsen door te klikken op de rechtermuisknop.
|
description: Standaard aan, Stopt met het plaatsen van gebouwen door te klikken
|
||||||
|
op de rechtermuisknop. Als deze instelling uit staat kunnen
|
||||||
|
gebouwen verwijderd worden tijdens het plaatsen door te klikken
|
||||||
|
op de rechtermuisknop.
|
||||||
lowQualityTextures:
|
lowQualityTextures:
|
||||||
title: Lage kwaliteit
|
title: Lage kwaliteit
|
||||||
description: Gebruikt een lage kwaliteit voor meer performance. Het spel ziet er wel niet meer mooi uit!
|
description: Gebruikt een lage kwaliteit voor meer performance. Het spel ziet er
|
||||||
|
wel niet meer mooi uit!
|
||||||
displayChunkBorders:
|
displayChunkBorders:
|
||||||
title: Toon gebied omlijning
|
title: Toon gebied omlijning
|
||||||
description: Het spel is verdeeld in gebieden van 16x16 tegels. Als deze instelling is ingeschakeld, zijn de lijnen hiervan zichtbaar.
|
description: Het spel is verdeeld in gebieden van 16x16 tegels. Als deze
|
||||||
|
instelling is ingeschakeld, zijn de lijnen hiervan zichtbaar.
|
||||||
pickMinerOnPatch:
|
pickMinerOnPatch:
|
||||||
title: Selecteer ontginner boven resource vakje
|
title: Selecteer ontginner boven resource vakje
|
||||||
description: Standaard aan. Selecteerd automatisch de ontginner wanneer de muis met de pipet boven het vakje van een resource staat.
|
description: Standaard aan. Selecteerd automatisch de ontginner wanneer de muis
|
||||||
|
met de pipet boven het vakje van een resource staat.
|
||||||
simplifiedBelts:
|
simplifiedBelts:
|
||||||
title: Versimpelde lopende banden
|
title: Versimpelde lopende banden
|
||||||
description: Toont geen items op de band tenzij je over de lopende band beweegt met je muis. De functie wordt niet aangeraden tenzij het qua performance echt niet anders kan!
|
description: Toont geen items op de band tenzij je over de lopende band beweegt
|
||||||
|
met je muis. De functie wordt niet aangeraden tenzij het qua
|
||||||
|
performance echt niet anders kan!
|
||||||
enableMousePan:
|
enableMousePan:
|
||||||
title: Schakel bewegen met muis in
|
title: Schakel bewegen met muis in
|
||||||
description: Schakel deze functie in om met je muis het veld te kunnen bewegen. Plaats de cursor boven, rechts, links of onder om daar naartoe te bewegen.
|
description: Schakel deze functie in om met je muis het veld te kunnen bewegen.
|
||||||
|
Plaats de cursor boven, rechts, links of onder om daar naartoe
|
||||||
|
te bewegen.
|
||||||
rangeSliderPercentage: <amount> %
|
rangeSliderPercentage: <amount> %
|
||||||
keybindings:
|
keybindings:
|
||||||
title: Sneltoetsen
|
title: Sneltoetsen
|
||||||
@ -954,55 +1010,75 @@ tips:
|
|||||||
- Zorg ervoor dat uw fabrieken modulair zijn - het loont!
|
- Zorg ervoor dat uw fabrieken modulair zijn - het loont!
|
||||||
- Bouw niet te dicht bij de hub, anders wordt het een enorme chaos!
|
- Bouw niet te dicht bij de hub, anders wordt het een enorme chaos!
|
||||||
- Als het stapelen niet werkt, probeer dan de ingangen om te wisselen.
|
- Als het stapelen niet werkt, probeer dan de ingangen om te wisselen.
|
||||||
- U kunt de richting van de lopende band planner wijzigen door op <b>R</b> te drukken.
|
- U kunt de richting van de lopende band planner wijzigen door op <b>R</b>
|
||||||
- Door <b> CTRL </b> ingedrukt te houden, kunnen lopende banden worden gesleept zonder automatische oriëntatie.
|
te drukken.
|
||||||
- Verhoudingen blijven hetzelfde, zolang alle upgrades zich op hetzelfde niveau bevinden.
|
- Door <b> CTRL </b> ingedrukt te houden, kunnen lopende banden worden
|
||||||
|
gesleept zonder automatische oriëntatie.
|
||||||
|
- Verhoudingen blijven hetzelfde, zolang alle upgrades zich op hetzelfde
|
||||||
|
niveau bevinden.
|
||||||
- Opeenvolgende uitvoering is efficiënter dan parallele uitvoering.
|
- Opeenvolgende uitvoering is efficiënter dan parallele uitvoering.
|
||||||
- Je ontgrendelt later in het spel meer varianten van gebouwen!
|
- Je ontgrendelt later in het spel meer varianten van gebouwen!
|
||||||
- U kunt <b>T</b> gebruiken om tussen verschillende varianten te schakelen.
|
- U kunt <b>T</b> gebruiken om tussen verschillende varianten te schakelen.
|
||||||
- Symmetrie is de sleutel!
|
- Symmetrie is de sleutel!
|
||||||
- Je kunt verschillende tunnels weven.
|
- Je kunt verschillende tunnels weven.
|
||||||
- Probeer compacte fabrieken te bouwen - het loont!
|
- Probeer compacte fabrieken te bouwen - het loont!
|
||||||
- De schilder heeft een gespiegelde variant die u kunt selecteren met <b>T</b>
|
- De schilder heeft een gespiegelde variant die u kunt selecteren met
|
||||||
|
<b>T</b>
|
||||||
- Met de juiste bouwverhoudingen wordt de efficiëntie gemaximaliseerd.
|
- Met de juiste bouwverhoudingen wordt de efficiëntie gemaximaliseerd.
|
||||||
- Op het maximale niveau vullen 5 ontginners een enkele band.
|
- Op het maximale niveau vullen 5 ontginners een enkele band.
|
||||||
- Vergeet tunnels niet!
|
- Vergeet tunnels niet!
|
||||||
- U hoeft de items niet gelijkmatig te verdelen voor volledige efficiëntie.
|
- U hoeft de items niet gelijkmatig te verdelen voor volledige efficiëntie.
|
||||||
- Als u <b>SHIFT</b> ingedrukt houdt tijdens het bouwen van lopende banden, wordt de planner geactiveerd, zodat je gemakkelijk lange rijen kunt plaatsen.
|
- Als u <b>SHIFT</b> ingedrukt houdt tijdens het bouwen van lopende banden,
|
||||||
|
wordt de planner geactiveerd, zodat je gemakkelijk lange rijen kunt
|
||||||
|
plaatsen.
|
||||||
- Snijders snijden altijd verticaal, ongeacht hun oriëntatie.
|
- Snijders snijden altijd verticaal, ongeacht hun oriëntatie.
|
||||||
- Meng alle drie de kleuren om wit te krijgen.
|
- Meng alle drie de kleuren om wit te krijgen.
|
||||||
- De opslagbuffer geeft prioriteit aan de eerste uitvoer.
|
- De opslagbuffer geeft prioriteit aan de eerste uitvoer.
|
||||||
- Investeer tijd om herhaalbare ontwerpen te maken - het is het waard!
|
- Investeer tijd om herhaalbare ontwerpen te maken - het is het waard!
|
||||||
- Door <b>SHIFT</b> ingedrukt te houden, kunnen meerdere gebouwen worden geplaatst.
|
- Door <b>SHIFT</b> ingedrukt te houden, kunnen meerdere gebouwen worden
|
||||||
- U kunt <b>ALT</b> ingedrukt houden om de richting van de geplaatste banden om te keren.
|
geplaatst.
|
||||||
|
- U kunt <b>ALT</b> ingedrukt houden om de richting van de geplaatste banden
|
||||||
|
om te keren.
|
||||||
- Efficiëntie is de sleutel!
|
- Efficiëntie is de sleutel!
|
||||||
- Vormontginningen die verder van de hub verwijderd zijn, zijn complexer.
|
- Vormontginningen die verder van de hub verwijderd zijn, zijn complexer.
|
||||||
- Machines hebben een beperkte snelheid, verdeel ze voor maximale efficiëntie.
|
- Machines hebben een beperkte snelheid, verdeel ze voor maximale
|
||||||
|
efficiëntie.
|
||||||
- Gebruik verdelers om uw efficiëntie te maximaliseren.
|
- Gebruik verdelers om uw efficiëntie te maximaliseren.
|
||||||
- Organisatie is belangrijk. Probeer de transportbanden niet te veel over te steken.
|
- Organisatie is belangrijk. Probeer de transportbanden niet te veel over te
|
||||||
|
steken.
|
||||||
- Plan van tevoren, anders wordt het een enorme chaos!
|
- Plan van tevoren, anders wordt het een enorme chaos!
|
||||||
- Verwijder uw oude fabrieken niet! Je hebt ze nodig om upgrades te ontgrendelen.
|
- Verwijder uw oude fabrieken niet! Je hebt ze nodig om upgrades te
|
||||||
|
ontgrendelen.
|
||||||
- Probeer in je eentje level 20 te verslaan voordat je hulp zoekt!
|
- Probeer in je eentje level 20 te verslaan voordat je hulp zoekt!
|
||||||
- Maak de dingen niet ingewikkeld, probeer eenvoudig te blijven en u zult ver komen.
|
- Maak de dingen niet ingewikkeld, probeer eenvoudig te blijven en u zult
|
||||||
- Mogelijk moet u later in het spel fabrieken hergebruiken. Plan uw fabrieken zodat ze herbruikbaar zijn.
|
ver komen.
|
||||||
- Soms kunt u een gewenste vorm op de kaart vinden zonder deze met stapelaars te maken.
|
- Mogelijk moet u later in het spel fabrieken hergebruiken. Plan uw
|
||||||
|
fabrieken zodat ze herbruikbaar zijn.
|
||||||
|
- Soms kunt u een gewenste vorm op de kaart vinden zonder deze met
|
||||||
|
stapelaars te maken.
|
||||||
- Volle windmolens / vuurwielen kunnen nooit op natuurlijke wijze spawnen.
|
- Volle windmolens / vuurwielen kunnen nooit op natuurlijke wijze spawnen.
|
||||||
- Kleur uw vormen voordat u ze snijdt voor maximale efficiëntie.
|
- Kleur uw vormen voordat u ze snijdt voor maximale efficiëntie.
|
||||||
- Bij modules is ruimte slechts een beleving; een zorg voor sterfelijke mannen.
|
- Bij modules is ruimte slechts een beleving; een zorg voor sterfelijke
|
||||||
|
mannen.
|
||||||
- Maak een aparte blueprint fabriek. Ze zijn belangrijk voor modules.
|
- Maak een aparte blueprint fabriek. Ze zijn belangrijk voor modules.
|
||||||
- Bekijk de kleurenmixer eens wat beter, en uw vragen worden beantwoord.
|
- Bekijk de kleurenmixer eens wat beter, en uw vragen worden beantwoord.
|
||||||
- Gebruik <b>CTRL</b> + klik om een gebied te selecteren.
|
- Gebruik <b>CTRL</b> + klik om een gebied te selecteren.
|
||||||
- Te dicht bij de hub bouwen kan latere projecten in de weg staan.
|
- Te dicht bij de hub bouwen kan latere projecten in de weg staan.
|
||||||
- Het speldpictogram naast elke vorm in de upgradelijst zet deze vast op het scherm.
|
- Het speldpictogram naast elke vorm in de upgradelijst zet deze vast op het
|
||||||
|
scherm.
|
||||||
- Meng alle primaire kleuren door elkaar om wit te maken!
|
- Meng alle primaire kleuren door elkaar om wit te maken!
|
||||||
- Je hebt een oneindige kaart, verkramp je fabriek niet, breid uit!
|
- Je hebt een oneindige kaart, verkramp je fabriek niet, breid uit!
|
||||||
- Probeer ook Factorio! Het is mijn favoriete spel.
|
- Probeer ook Factorio! Het is mijn favoriete spel.
|
||||||
- De quad-snijder snijdt met de klok mee vanaf de rechterbovenhoek!
|
- De quad-snijder snijdt met de klok mee vanaf de rechterbovenhoek!
|
||||||
- Je kunt je savegames downloaden in het hoofdmenu!
|
- Je kunt je savegames downloaden in het hoofdmenu!
|
||||||
- Deze game heeft veel handige sneltoetsen! Bekijk zeker de instellingenpagina.
|
- Deze game heeft veel handige sneltoetsen! Bekijk zeker de
|
||||||
|
instellingenpagina.
|
||||||
- Deze game heeft veel instellingen, bekijk ze zeker!
|
- Deze game heeft veel instellingen, bekijk ze zeker!
|
||||||
- De markering naar uw hub heeft een klein kompas om de richting aan te geven!
|
- De markering naar uw hub heeft een klein kompas om de richting aan te
|
||||||
- Om de banden leeg te maken, knipt u het gebied af en plakt u het op dezelfde locatie.
|
geven!
|
||||||
|
- Om de banden leeg te maken, knipt u het gebied af en plakt u het op
|
||||||
|
dezelfde locatie.
|
||||||
- Druk op F4 om uw FPS en Tick Rate weer te geven.
|
- Druk op F4 om uw FPS en Tick Rate weer te geven.
|
||||||
- Druk twee keer op F4 om de tegel van je muis en camera weer te geven.
|
- Druk twee keer op F4 om de tegel van je muis en camera weer te geven.
|
||||||
- U kunt aan de linkerkant op een vastgezette vorm klikken om deze los te maken.
|
- U kunt aan de linkerkant op een vastgezette vorm klikken om deze los te
|
||||||
|
maken.
|
||||||
|
@ -122,7 +122,9 @@ dialogs:
|
|||||||
text: "Kunne ikke laste inn lagringsfilen:"
|
text: "Kunne ikke laste inn lagringsfilen:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Bekreft sletting
|
title: Bekreft sletting
|
||||||
text: Er du sikker på at du ønsker å slette lagringsfilen?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Kunne ikke slette
|
title: Kunne ikke slette
|
||||||
text: "Kunne ikke slette lagringsfilen:"
|
text: "Kunne ikke slette lagringsfilen:"
|
||||||
@ -178,9 +180,8 @@ dialogs:
|
|||||||
samlebånd.<br>"
|
samlebånd.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Ny Markør
|
title: Ny Markør
|
||||||
desc: Gi markøren et meningsfullt navn, du kan også inkludere en <strong>"short
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
key"</strong> av et objekt (Som du kan generere <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">her</a>)
|
|
||||||
titleEdit: Rediger markør
|
titleEdit: Rediger markør
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Du kan kun ha to markører i demoverjsonen. Skaff deg den frittstående
|
desc: Du kan kun ha to markører i demoverjsonen. Skaff deg den frittstående
|
||||||
@ -457,7 +458,9 @@ buildings:
|
|||||||
inngang.
|
inngang.
|
||||||
quad:
|
quad:
|
||||||
name: Maler (Firedobbel)
|
name: Maler (Firedobbel)
|
||||||
description: Farger hvert hjørne av formen med forskjellige farger.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: Maler
|
name: Maler
|
||||||
description: Maler hele formen på venstre inngang med fargen fra øverste
|
description: Maler hele formen på venstre inngang med fargen fra øverste
|
||||||
@ -588,11 +591,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Kutt Objekter
|
title: Kutt Objekter
|
||||||
desc: Du åpnet nettop <strong>kutter</strong> - den kutter former i to fra
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
<strong>topp til bunn</strong> uavhengig av rotasjon!<br><br>Husk å
|
from top to bottom <strong>regardless of its
|
||||||
kvitt deg med alt søppel, ellers <strong>kiler det seg fast</strong>
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
- Derfor har jeg gitt deg søplekassen, som ødelegger alt du putter i
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
den!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotering
|
title: Rotering
|
||||||
desc: <strong>Rotereren</strong> har blitt tilgjengelig! Den roterer objekter
|
desc: <strong>Rotereren</strong> har blitt tilgjengelig! Den roterer objekter
|
||||||
@ -616,9 +620,9 @@ storyRewards:
|
|||||||
<strong>plassert over</strong> venstre inngang!
|
<strong>plassert over</strong> venstre inngang!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Fordeler/Sammenslåer
|
title: Fordeler/Sammenslåer
|
||||||
desc: Den multifunksjonelle <strong>fordeleren</strong> har blitt tilgjengelig -
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
Den kan brukes til å bygge større fabrikker ved å <strong>fordele og
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
slå sammen objekter</strong> til flere samlebånd!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunnel
|
title: Tunnel
|
||||||
desc: <strong>Tunnelen</strong> har blitt tilgjengelig - Du kan nå transportere
|
desc: <strong>Tunnelen</strong> har blitt tilgjengelig - Du kan nå transportere
|
||||||
@ -630,9 +634,10 @@ storyRewards:
|
|||||||
<strong>trykk 'T' for å veksle mellom variantene</strong>!
|
<strong>trykk 'T' for å veksle mellom variantene</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Kjedeutdrager
|
title: Kjedeutdrager
|
||||||
desc: Du har åpnet <strong>kjedeutdrageren</strong>! Den sender <strong>sine
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
resurser videre</strong> til andre utdragere så de kan hente ut
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
ressurser mer effektivt!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunnel Nivå II
|
title: Tunnel Nivå II
|
||||||
desc: Du har åpnet en ny variant av <strong>tunnelen</strong> - Den har
|
desc: Du har åpnet en ny variant av <strong>tunnelen</strong> - Den har
|
||||||
@ -649,13 +654,18 @@ storyRewards:
|
|||||||
konsumerer bare en farge istedenfor to!
|
konsumerer bare en farge istedenfor to!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Lagringsbuffer
|
title: Lagringsbuffer
|
||||||
desc: Du har åpnet en variant av <strong>søpplekassen</strong> - Den lar deg
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
lagre objekter opp til en viss mengde!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Frispill
|
title: Frispill
|
||||||
desc: Du klarte det! Du åpnet <strong>frispillmodus</strong>! Dette betyr at
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
formene er nå tilfeldig generert! (Ikke vær redd, mer innhold er
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
planlagt for den frittstående versjonen!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Blåkopier
|
title: Blåkopier
|
||||||
desc: Du kan nå <strong>kopiere og lime inn</strong> deler av fabrikken din!
|
desc: Du kan nå <strong>kopiere og lime inn</strong> deler av fabrikken din!
|
||||||
@ -694,8 +704,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -121,7 +121,9 @@ dialogs:
|
|||||||
text: "Nie udało się wczytać twojego zapisu gry:"
|
text: "Nie udało się wczytać twojego zapisu gry:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Potwierdź usuwanie
|
title: Potwierdź usuwanie
|
||||||
text: Jesteś pewien, że chcesz usunąć zapis?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Błąd usuwania
|
title: Błąd usuwania
|
||||||
text: "Nie udało się usunąć zapisu:"
|
text: "Nie udało się usunąć zapisu:"
|
||||||
@ -175,9 +177,8 @@ dialogs:
|
|||||||
taśmociągów.<br>"
|
taśmociągów.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Nowy Znacznik
|
title: Nowy Znacznik
|
||||||
desc: Podaj nazwę znacznika. Możesz w niej zawrzeć <strong>kod
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
kształtu</strong>, który możesz wygenerować <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">tutaj</a>.
|
|
||||||
titleEdit: Edytuj Znacznik
|
titleEdit: Edytuj Znacznik
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Możesz stworzyć tylko dwa własne znaczniki w wersji demo. Zakup pełną
|
desc: Możesz stworzyć tylko dwa własne znaczniki w wersji demo. Zakup pełną
|
||||||
@ -458,8 +459,9 @@ buildings:
|
|||||||
kształty używając 1 barwnika.
|
kształty używając 1 barwnika.
|
||||||
quad:
|
quad:
|
||||||
name: Malarz (Poczwórny)
|
name: Malarz (Poczwórny)
|
||||||
description: Koloruje każdą ćwiartkę kształtu na inny kolor, używając
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
dostarczonych kolorów.
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: Malarz
|
name: Malarz
|
||||||
description: Koloruje kształt za pomocą koloru dostarczonego od boku.
|
description: Koloruje kształt za pomocą koloru dostarczonego od boku.
|
||||||
@ -588,11 +590,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Przecinanie Kształtów
|
title: Przecinanie Kształtów
|
||||||
desc: "Odblokowano nową maszynę: <strong>Przecinak</strong> - tnie kształt na
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
pół <strong>pionowo - od góry do dołu</strong>, niezależnie od
|
from top to bottom <strong>regardless of its
|
||||||
orientacji!<br><br>Upewnij się, że zniszczysz niechciane kawałki,
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
ponieważ <strong>może się zatkać</strong> - Na potrzeby tego
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
otrzymujesz też kosz - niszczy wszystko co do niego przekierujesz!"
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Obracanie
|
title: Obracanie
|
||||||
desc: "Odblokowano nową maszynę: <strong>Obracacz</strong>! Obraca wejście o 90
|
desc: "Odblokowano nową maszynę: <strong>Obracacz</strong>! Obraca wejście o 90
|
||||||
@ -616,9 +619,9 @@ storyRewards:
|
|||||||
kształt po prawej jest <strong>kładziony na</strong> ten z lewej!"
|
kształt po prawej jest <strong>kładziony na</strong> ten z lewej!"
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Rozdzielacz/Łącznik
|
title: Rozdzielacz/Łącznik
|
||||||
desc: Wielofunkcyjne urządzenie <strong>balansujące</strong> zostało odblokowane
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
- Może zostać wykorzystane do tworzenia większych fabryk poprzez
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
<strong>rozdzielanie i łączenie taśmociągów</strong>!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunel
|
title: Tunel
|
||||||
desc: <strong>Tunel</strong> został odblokowany - Możesz teraz prowadzić
|
desc: <strong>Tunel</strong> został odblokowany - Możesz teraz prowadzić
|
||||||
@ -630,9 +633,10 @@ storyRewards:
|
|||||||
<strong>naciśnij 'T', by zmieniać warianty</strong>!
|
<strong>naciśnij 'T', by zmieniać warianty</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Wydobycie Łańcuchowe
|
title: Wydobycie Łańcuchowe
|
||||||
desc: Odblokowano nowy wariant <strong>ekstraktora</strong>! Może
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>przekierować obiekty</strong> do ekstraktorów przed nim,
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
zwiększając efektywność wydobycia!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunel Poziomu II
|
title: Tunel Poziomu II
|
||||||
desc: Odblokowano nowy wariant <strong>tunelu</strong> - Posiada większy
|
desc: Odblokowano nowy wariant <strong>tunelu</strong> - Posiada większy
|
||||||
@ -649,13 +653,18 @@ storyRewards:
|
|||||||
raz</strong>, pobierając wyłącznie jeden barwnik!
|
raz</strong>, pobierając wyłącznie jeden barwnik!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Magazyn
|
title: Magazyn
|
||||||
desc: Odblokowano nowy wariant <strong>Kosza</strong> - Pozwala przechować pewną
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
ilość obiektów!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Tryb swobodny
|
title: Tryb swobodny
|
||||||
desc: Gratulacje! Odblokowano <strong>tryb swobodny</strong>! Oznacza to, iż
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
kształty są teraz generowane losowo! (Nie przejmuj się, więcej
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
zawartości jest w planach dla wersji pełnej!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Schematy
|
title: Schematy
|
||||||
desc: Możesz teraz <strong>kopiować i wklejać</strong> części swojej fabryki!
|
desc: Możesz teraz <strong>kopiować i wklejać</strong> części swojej fabryki!
|
||||||
@ -694,8 +703,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -119,7 +119,9 @@ dialogs:
|
|||||||
text: "Houve uma falha ao carregar seu jogo salvo:"
|
text: "Houve uma falha ao carregar seu jogo salvo:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Confirmar exclusão
|
title: Confirmar exclusão
|
||||||
text: Tem certeza que quer excluir esse jogo salvo?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Falha ao deletar
|
title: Falha ao deletar
|
||||||
text: "Houve uma falha ao deletar seu jogo salvo:"
|
text: "Houve uma falha ao deletar seu jogo salvo:"
|
||||||
@ -179,9 +181,8 @@ dialogs:
|
|||||||
createMarker:
|
createMarker:
|
||||||
title: Nova Marcação
|
title: Nova Marcação
|
||||||
titleEdit: Editar Marcador
|
titleEdit: Editar Marcador
|
||||||
desc: Dê um nome com significado, também pode adicionar <strong>um pequeno
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
código</strong> de uma forma. (Pode ser gerado <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">aqui</a>)
|
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Você só pode criar dois marcadores na versão demo. Adquira a versão
|
desc: Você só pode criar dois marcadores na versão demo. Adquira a versão
|
||||||
completa para marcadores ilimitados!
|
completa para marcadores ilimitados!
|
||||||
@ -465,7 +466,9 @@ buildings:
|
|||||||
description: Colore as formas na entrada esquerda com a cor da entrada superior.
|
description: Colore as formas na entrada esquerda com a cor da entrada superior.
|
||||||
quad:
|
quad:
|
||||||
name: Pintor (Quádruplo)
|
name: Pintor (Quádruplo)
|
||||||
description: Permite colorir cada quadrante da forma com uma cor diferente.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: Lixo
|
name: Lixo
|
||||||
@ -590,11 +593,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Cortando formas
|
title: Cortando formas
|
||||||
desc: Você desbloqueou <strong>cortador</strong> - corte de formas pela metade
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
<strong>verticalmente</strong> independentemente de sua
|
from top to bottom <strong>regardless of its
|
||||||
orientação!<br><br> Certifique-se de se livrar do lixo, ou então
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
<strong>ele irá parar a produção</strong> - Para esse propósito, eu
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
lhe dei uma lixeira, que destrói tudo o que você coloca nela!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotação
|
title: Rotação
|
||||||
desc: O <strong>rotacionador</strong> foi desbloqueado! Gira as formas no
|
desc: O <strong>rotacionador</strong> foi desbloqueado! Gira as formas no
|
||||||
@ -617,9 +621,9 @@ storyRewards:
|
|||||||
direita é <strong>empilhada em cima</strong> da entrada esquerda!
|
direita é <strong>empilhada em cima</strong> da entrada esquerda!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Distribuidor
|
title: Distribuidor
|
||||||
desc: O <strong>Distribuidor</strong> multifuncional foi desbloqueado - pode ser
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
usado para construir fábricas maiores <strong>dividindo e unindo
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
itens</strong> em múltiplas esteiras!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Túnel
|
title: Túnel
|
||||||
desc: O <strong>túnel</strong> foi desbloqueado - Agora você pode transportar
|
desc: O <strong>túnel</strong> foi desbloqueado - Agora você pode transportar
|
||||||
@ -632,9 +636,10 @@ storyRewards:
|
|||||||
variantes</strong>!
|
variantes</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Extrator em Cadeia
|
title: Extrator em Cadeia
|
||||||
desc: Você desbloqueou o <strong>extrator em cadeia</strong>! Ele pode
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>encaminhar seus recursos</strong> para outros extratores,
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
para que você possa extrair recursos com mais eficiência!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Túnel Classe II
|
title: Túnel Classe II
|
||||||
desc: Você desbloqueou uma nova variante do <strong>túnel</strong> - ele tem um
|
desc: Você desbloqueou uma nova variante do <strong>túnel</strong> - ele tem um
|
||||||
@ -652,13 +657,18 @@ storyRewards:
|
|||||||
tempo</strong>, consumindo apenas uma cor em vez de duas!
|
tempo</strong>, consumindo apenas uma cor em vez de duas!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Acúmulo de excesso
|
title: Acúmulo de excesso
|
||||||
desc: Você desbloqueou uma variante do <strong>lixo</strong> - Permite armazenar
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
itens até uma determinada capacidade!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Modo Livre
|
title: Modo Livre
|
||||||
desc: Você conseguiu! Você desbloqueou o <strong>modo de jogo livre</strong>!
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
Isso significa que as formas agora são geradas aleatoriamente! (Não
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
se preocupe, mais conteúdo está planejado para o jogo completo!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Projetos
|
title: Projetos
|
||||||
desc: Agora você pode <strong>copiar e colar</strong> partes de sua fábrica!
|
desc: Agora você pode <strong>copiar e colar</strong> partes de sua fábrica!
|
||||||
@ -696,8 +706,10 @@ storyRewards:
|
|||||||
Ele permite que você rotacione uma forma em 180 graus (Surpresa! :D)
|
Ele permite que você rotacione uma forma em 180 graus (Surpresa! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: Você desbloqueou o <strong>Display</strong> - Conecte um sinal no plano de
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
fios para visualizar o que ele emite!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Sinal Constante
|
title: Sinal Constante
|
||||||
desc: Você desbloqueou a construção que emite um <strong>sinal
|
desc: Você desbloqueou a construção que emite um <strong>sinal
|
||||||
|
@ -122,7 +122,9 @@ dialogs:
|
|||||||
text: "Erro ao carregar o teu savegame:"
|
text: "Erro ao carregar o teu savegame:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Confirmar eliminação
|
title: Confirmar eliminação
|
||||||
text: Tens a certeza que pretendes eliminar o jogo?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Erro de eliminação
|
title: Erro de eliminação
|
||||||
text: "Erro ao eliminar o teu savegame:"
|
text: "Erro ao eliminar o teu savegame:"
|
||||||
@ -177,9 +179,8 @@ dialogs:
|
|||||||
class='keybinding'>ALT</code>: Inverte as posições.<br>"
|
class='keybinding'>ALT</code>: Inverte as posições.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Novo Marco
|
title: Novo Marco
|
||||||
desc: Dá-lhe um nome com significado, também poderás adicionar <strong>um
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
pequeno código</strong> de uma forma. (Pode ser gerado <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">aqui</a>)
|
|
||||||
titleEdit: Editar Marco
|
titleEdit: Editar Marco
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Apenas podes criar dois marcos na versão Demo. Adquire o jogo completo
|
desc: Apenas podes criar dois marcos na versão Demo. Adquire o jogo completo
|
||||||
@ -454,7 +455,9 @@ buildings:
|
|||||||
entrada superior.
|
entrada superior.
|
||||||
quad:
|
quad:
|
||||||
name: Pintor (Quádruplo)
|
name: Pintor (Quádruplo)
|
||||||
description: Pinta cada quadrante da forma geométrica com uma cor diferente.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: Pintor
|
name: Pintor
|
||||||
description: Pinta a forma geométrica da entrada esquerda com a cor da entrada
|
description: Pinta a forma geométrica da entrada esquerda com a cor da entrada
|
||||||
@ -589,11 +592,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Corte de formas
|
title: Corte de formas
|
||||||
desc: Acabaste de desbloquear o <strong>Cortador</strong> - ele corta as formas
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
geométricas ao meio de <strong>cima para baixo</strong>
|
from top to bottom <strong>regardless of its
|
||||||
independentemente da orientação!<br><br>Certifica-te de que te
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
livras do desperdício, caso contrário <strong>encravará</strong> -
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
Para isso, dou-te um lixo, que destruirá tudo o que lá colocares!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotação
|
title: Rotação
|
||||||
desc: O <strong>Rodador</strong> foi desbloqueado! Ele roda as formas
|
desc: O <strong>Rodador</strong> foi desbloqueado! Ele roda as formas
|
||||||
@ -617,9 +621,9 @@ storyRewards:
|
|||||||
esquerda!
|
esquerda!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Distribuidor/Misturador
|
title: Distribuidor/Misturador
|
||||||
desc: O <strong>Distribuidor</strong> multi-funções foi desbloqueado - Pode ser
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
usado para construir fábricas maiores <strong>separando e
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
convergindo items</strong> para vários tapetes!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Túnel
|
title: Túnel
|
||||||
desc: O <strong>Túnel</strong> foi desbloqueado - Com ele podes passar itens
|
desc: O <strong>Túnel</strong> foi desbloqueado - Com ele podes passar itens
|
||||||
@ -632,9 +636,10 @@ storyRewards:
|
|||||||
variantes</strong>!
|
variantes</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Extração em série
|
title: Extração em série
|
||||||
desc: Desbloqueaste o <strong>Extrator em série</strong>! Permite <strong>enviar
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
o recurso extraído</strong> para outros extratores, permitindo uma
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
extração mais eficiente!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Túnel Nível II
|
title: Túnel Nível II
|
||||||
desc: Desbloqueaste uma nova variante do <strong>Túnel</strong> - Tem um
|
desc: Desbloqueaste uma nova variante do <strong>Túnel</strong> - Tem um
|
||||||
@ -652,13 +657,18 @@ storyRewards:
|
|||||||
tempo</strong> consumindo apenas uma cor em vez de duas!
|
tempo</strong> consumindo apenas uma cor em vez de duas!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Armazém
|
title: Armazém
|
||||||
desc: Desbloqueaste uma variante do <strong>Lixo</strong> - Permite armazenar
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
items até uma determinada capacidade!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Jogo livre
|
title: Jogo livre
|
||||||
desc: Conseguiste! Desbloqueaste o <strong>modo jogo livre</strong>! Isto
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
significa que agora as formas são geradas aleatoriamente! (Não te
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
prepcupes, está planeado mais conteúdo para o jogo completo!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Projetos
|
title: Projetos
|
||||||
desc: Agora podes <strong>copiar e colar</strong> partes da tua fábrica!
|
desc: Agora podes <strong>copiar e colar</strong> partes da tua fábrica!
|
||||||
@ -696,8 +706,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -121,7 +121,9 @@ dialogs:
|
|||||||
text: "Încercarea de încărcat savegame-ul a eșuat:"
|
text: "Încercarea de încărcat savegame-ul a eșuat:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Confirmă ștergerea
|
title: Confirmă ștergerea
|
||||||
text: Ești sigur că vrei să ștergi acest joc?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Eroare la ștergere
|
title: Eroare la ștergere
|
||||||
text: "Nu a reușit să se ștearga savegame-ul:"
|
text: "Nu a reușit să se ștearga savegame-ul:"
|
||||||
@ -176,9 +178,8 @@ dialogs:
|
|||||||
rulante.<br>"
|
rulante.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Nou waypoint
|
title: Nou waypoint
|
||||||
desc: Dă-i un nume plin de înțeles, de asemenea poți include a <strong>codul
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
scurt</strong> al unei forme (Pe care îl poți genera <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">here</a>)
|
|
||||||
titleEdit: Edit Marker
|
titleEdit: Edit Marker
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Poți crea decât două waypoint-uri personalizate în demo. Ia standalone-ul
|
desc: Poți crea decât două waypoint-uri personalizate în demo. Ia standalone-ul
|
||||||
@ -453,8 +454,9 @@ buildings:
|
|||||||
input-ul de sus.
|
input-ul de sus.
|
||||||
quad:
|
quad:
|
||||||
name: Mașină de pictat (Quad)
|
name: Mașină de pictat (Quad)
|
||||||
description: Permite colorarea fiecărui cadrant al formei cu o culoare diferită
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
.
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: Mașină de pictat
|
name: Mașină de pictat
|
||||||
description: Colorează întreaga formă din input-ul stâng folosind culoarea din
|
description: Colorează întreaga formă din input-ul stâng folosind culoarea din
|
||||||
@ -590,10 +592,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Tăierea formelor
|
title: Tăierea formelor
|
||||||
desc: Tocmai ai deblocat <strong>tăietorul</strong> - taie forme pe jumate de
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
<strong>jos în sus</strong> indiferent de orientație!<br><br>Ține
|
from top to bottom <strong>regardless of its
|
||||||
minte să scapi de deșeuri, altfel <strong>se va opri</strong> - În
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
acest scop ți-am dat un gunoi, care distruge tot ce pui în el!
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotitul
|
title: Rotitul
|
||||||
desc: <strong>rotater-ul</strong> a fost deblocat! El rotește formele la 90 de
|
desc: <strong>rotater-ul</strong> a fost deblocat! El rotește formele la 90 de
|
||||||
@ -616,10 +620,9 @@ storyRewards:
|
|||||||
<strong>pus peste</strong> input-ul stâng!
|
<strong>pus peste</strong> input-ul stâng!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Distribuitor/Combinator
|
title: Distribuitor/Combinator
|
||||||
desc: Multifuncționalul <strong>distribuitor</strong> a fost deblocat - El poate
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
fi folosit pentru a construi fabrici mai mari prin
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
<strong>distribuirea și combinarea obiectelor</strong> pe benzi
|
into two!
|
||||||
multiple!<br><br>
|
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunel
|
title: Tunel
|
||||||
desc: <strong>Tunelul</strong> a fost deblocat - Acum poți deplasa obiecte prin
|
desc: <strong>Tunelul</strong> a fost deblocat - Acum poți deplasa obiecte prin
|
||||||
@ -632,9 +635,10 @@ storyRewards:
|
|||||||
printre variante</strong>!
|
printre variante</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Chaining Extractor
|
title: Chaining Extractor
|
||||||
desc: Ai deblocat <strong>Extractorul în lanț</strong>! El își poate
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>transmite resursele</strong> la alte extractoare ca tu să
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
poți extrage resurse mai eficient!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunnel Tier II
|
title: Tunnel Tier II
|
||||||
desc: Ai deblocat o variantă nouă a <strong>tunelului</strong> - El are
|
desc: Ai deblocat o variantă nouă a <strong>tunelului</strong> - El are
|
||||||
@ -651,13 +655,18 @@ storyRewards:
|
|||||||
forme odată</strong> consumând doar o culoare în loc de două!
|
forme odată</strong> consumând doar o culoare în loc de două!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Depozitul
|
title: Depozitul
|
||||||
desc: Ai deblocat o variantă a <strong>gunoiului</strong> - El permite să
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
depoziți obiecte până într-o capacitate dată!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Jocul liber
|
title: Jocul liber
|
||||||
desc: Ai făcut-o! Ai deblocat <strong>modul de joc liber</strong>! Asta înseamnă
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
că formele sunt acum generate aleatoriu! (Fără griji, mai mult
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
conținut este planificat pentru versiunea standalone!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Planuri
|
title: Planuri
|
||||||
desc: Acum poți <strong>copia și lipi</strong> părți ale fabrici tale!
|
desc: Acum poți <strong>copia și lipi</strong> părți ale fabrici tale!
|
||||||
@ -697,8 +706,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -121,7 +121,9 @@ dialogs:
|
|||||||
text: Не удалось загрузить сохранение игры.
|
text: Не удалось загрузить сохранение игры.
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Подтвердите удаление.
|
title: Подтвердите удаление.
|
||||||
text: Вы действительно хотите удалить сохранение игры?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Ошибка удаления
|
title: Ошибка удаления
|
||||||
text: Не удалось удалить сохранение игры.
|
text: Не удалось удалить сохранение игры.
|
||||||
@ -175,10 +177,8 @@ dialogs:
|
|||||||
Инвертировать направление размещаемых конвейерных лент.<br>"
|
Инвертировать направление размещаемых конвейерных лент.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Новый маркер
|
title: Новый маркер
|
||||||
desc: Дайте ему содержательное имя, также можно добавить
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
<strong>сокращение</strong> в виде фигуры (Которое можно
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
сгенерировать <a href="https://viewer.shapez.io"
|
|
||||||
target="_blank">здесь</a>)
|
|
||||||
titleEdit: Редактирование маркера
|
titleEdit: Редактирование маркера
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Вы можете создать только 2 своих маркера в демо-версии. Приобретите полную
|
desc: Вы можете создать только 2 своих маркера в демо-версии. Приобретите полную
|
||||||
@ -452,7 +452,9 @@ buildings:
|
|||||||
description: Красит фигуру из левых входов красителем из перпендикулярного.
|
description: Красит фигуру из левых входов красителем из перпендикулярного.
|
||||||
quad:
|
quad:
|
||||||
name: Покрасчик (4Вх.)
|
name: Покрасчик (4Вх.)
|
||||||
description: Позволяет раскрасить каждую четверть фигуры разными цветами.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: Покрасчик
|
name: Покрасчик
|
||||||
description: Красит всю фигуру из левого входа красителем из перпендикулярного.
|
description: Красит всю фигуру из левого входа красителем из перпендикулярного.
|
||||||
@ -586,11 +588,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Разрезание Фигур
|
title: Разрезание Фигур
|
||||||
desc: Вы только что открыли <strong>резак</strong> - он разрезает фигуры пополам
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
<strong>сверху вниз</strong> независимо от их ориентации!<br><br>
|
from top to bottom <strong>regardless of its
|
||||||
Обязательно избавьтесь от отходов, иначе <strong>он
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
остановится</strong> - для этого я дал вам мусорку, которая
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
уничтожит все, что в нее поместить!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Вращение
|
title: Вращение
|
||||||
desc: Разблокирован <strong>вращатель</strong>! Он поворачивает фигуры по
|
desc: Разблокирован <strong>вращатель</strong>! Он поворачивает фигуры по
|
||||||
@ -613,9 +616,9 @@ storyRewards:
|
|||||||
правого входа <strong>наложится</strong> на фигуру из левого!
|
правого входа <strong>наложится</strong> на фигуру из левого!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Разделитель / Соединитель
|
title: Разделитель / Соединитель
|
||||||
desc: Разблокирован многофункциональный <strong>разделитель</strong>! Его можно
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
использовать для создания больших фабрик путем <strong>разделения и
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
соединения</strong> конвейеров!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Туннель
|
title: Туннель
|
||||||
desc: Разблокирован <strong>туннель</strong>! Теперь вы можете транспортировать
|
desc: Разблокирован <strong>туннель</strong>! Теперь вы можете транспортировать
|
||||||
@ -627,9 +630,10 @@ storyRewards:
|
|||||||
<strong>нажмите 'T', чтобы переключить вариант</strong>!
|
<strong>нажмите 'T', чтобы переключить вариант</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Цепной Экстрактор
|
title: Цепной Экстрактор
|
||||||
desc: Разблокирован <strong>цепной экстрактор</strong>! Он может
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>передавать свои ресурсы</strong> другим экстракторам, чтобы
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
вы могли эффективнее извлекать ресурсы!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Туннель II
|
title: Туннель II
|
||||||
desc: Разблокирован новый вариант <strong>туннеля</strong> с <strong>большей
|
desc: Разблокирован новый вариант <strong>туннеля</strong> с <strong>большей
|
||||||
@ -645,13 +649,18 @@ storyRewards:
|
|||||||
одновременно</strong>, потребляя только один краситель вместо двух!
|
одновременно</strong>, потребляя только один краситель вместо двух!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Буферное Хранилище
|
title: Буферное Хранилище
|
||||||
desc: Разблокирован вариант <strong>мусорки</strong> - он позволяет хранить
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
предметы до заданной вместимости!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Свободная игра
|
title: Свободная игра
|
||||||
desc: У вас получилось! Разблокирован <strong>режим свободной игры</strong>! Это
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
означает, что фигуры теперь генерируются случайным образом! (Не
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
беспокойтесь, больше контента планируется в полной версии!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Чертежи
|
title: Чертежи
|
||||||
desc: Теперь вы можете <strong>копировать и вставлять</strong> части вашей
|
desc: Теперь вы можете <strong>копировать и вставлять</strong> части вашей
|
||||||
@ -689,8 +698,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -121,7 +121,9 @@ dialogs:
|
|||||||
text: "Failed to load your savegame:"
|
text: "Failed to load your savegame:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Confirm deletion
|
title: Confirm deletion
|
||||||
text: Are you sure you want to delete the game?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Failed to delete
|
title: Failed to delete
|
||||||
text: "Failed to delete the savegame:"
|
text: "Failed to delete the savegame:"
|
||||||
@ -180,8 +182,7 @@ dialogs:
|
|||||||
createMarker:
|
createMarker:
|
||||||
title: New Marker
|
title: New Marker
|
||||||
desc: Give it a meaningful name, you can also include a <strong>short
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
key</strong> of a shape (Which you can generate <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">here</a>)
|
|
||||||
titleEdit: Edit Marker
|
titleEdit: Edit Marker
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: You can only create two custom markers in the demo. Get the standalone for
|
desc: You can only create two custom markers in the demo. Get the standalone for
|
||||||
@ -461,8 +462,9 @@ buildings:
|
|||||||
input.
|
input.
|
||||||
quad:
|
quad:
|
||||||
name: Painter (Quad)
|
name: Painter (Quad)
|
||||||
description: Allows you to color each quadrant of the shape with a different
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
color.
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: Trash
|
name: Trash
|
||||||
@ -580,11 +582,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Cutting Shapes
|
title: Cutting Shapes
|
||||||
desc: You just unlocked the <strong>cutter</strong> - it cuts shapes half from
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
<strong>top to bottom</strong> regardless of its
|
from top to bottom <strong>regardless of its
|
||||||
orientation!<br><br>Be sure to get rid of the waste, or otherwise
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
<strong>it will stall</strong> - For this purpose I gave you a
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
trash, which destroys everything you put into it!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotating
|
title: Rotating
|
||||||
desc: The <strong>rotater</strong> has been unlocked! It rotates shapes
|
desc: The <strong>rotater</strong> has been unlocked! It rotates shapes
|
||||||
@ -607,9 +610,9 @@ storyRewards:
|
|||||||
<strong>stacked on top</strong> of the left input!
|
<strong>stacked on top</strong> of the left input!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Splitter/Merger
|
title: Splitter/Merger
|
||||||
desc: The multifunctional <strong>balancer</strong> has been unlocked - It can
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
be used to build bigger factories by <strong>splitting and merging
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
items</strong> onto multiple belts!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunnel
|
title: Tunnel
|
||||||
desc: The <strong>tunnel</strong> has been unlocked - You can now tunnel items
|
desc: The <strong>tunnel</strong> has been unlocked - You can now tunnel items
|
||||||
@ -622,9 +625,10 @@ storyRewards:
|
|||||||
variants</strong>!
|
variants</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Chaining Extractor
|
title: Chaining Extractor
|
||||||
desc: You have unlocked the <strong>chaining extractor</strong>! It can
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>forward its resources</strong> to other extractors so you
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
can more efficiently extract resources!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunnel Tier II
|
title: Tunnel Tier II
|
||||||
desc: You have unlocked a new variant of the <strong>tunnel</strong> - It has a
|
desc: You have unlocked a new variant of the <strong>tunnel</strong> - It has a
|
||||||
@ -641,13 +645,18 @@ storyRewards:
|
|||||||
once</strong> consuming just one color instead of two!
|
once</strong> consuming just one color instead of two!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Storage Buffer
|
title: Storage Buffer
|
||||||
desc: You have unlocked a variant of the <strong>trash</strong> - It allows you
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
to store items up to a given capacity!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Freeplay
|
title: Freeplay
|
||||||
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
that shapes are now randomly generated! (No worries, more content is
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
planned for the standalone!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Blueprints
|
title: Blueprints
|
||||||
desc: You can now <strong>copy and paste</strong> parts of your factory! Select
|
desc: You can now <strong>copy and paste</strong> parts of your factory! Select
|
||||||
@ -684,8 +693,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -121,7 +121,9 @@ dialogs:
|
|||||||
text: "Neuspešno učitavanje sačuvane igre:"
|
text: "Neuspešno učitavanje sačuvane igre:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Potrvrdi brisanje
|
title: Potrvrdi brisanje
|
||||||
text: Da li ste sigurni da želite da obrišete sačuvanu igru?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Greška prilikom brisanja
|
title: Greška prilikom brisanja
|
||||||
text: "Neuspešno brisanje sačuvane igre:"
|
text: "Neuspešno brisanje sačuvane igre:"
|
||||||
@ -180,9 +182,8 @@ dialogs:
|
|||||||
createMarker:
|
createMarker:
|
||||||
title: Novi Putokaz
|
title: Novi Putokaz
|
||||||
titleEdit: Uredi Putokaz
|
titleEdit: Uredi Putokaz
|
||||||
desc: Dajte mu smisleno ime. Možete koristiti i <strong>kod</strong> oblika
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
(Koji možete napraviti <a href="https://viewer.shapez.io"
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
target="_blank">ovde</a>)
|
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: U demo verziji možete imati samo dva putokaza istovremeno. Nabavite
|
desc: U demo verziji možete imati samo dva putokaza istovremeno. Nabavite
|
||||||
samostalnu igru za beskonačno mnogo putokaza!
|
samostalnu igru za beskonačno mnogo putokaza!
|
||||||
@ -459,7 +460,9 @@ buildings:
|
|||||||
description: Farba ceo oblik na levom ulazu bojom sa gornjeg ulaza.
|
description: Farba ceo oblik na levom ulazu bojom sa gornjeg ulaza.
|
||||||
quad:
|
quad:
|
||||||
name: Farbač (četvorostruki)
|
name: Farbač (četvorostruki)
|
||||||
description: Omogućava farbanje svake četvrtine oblika različitom bojom.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: Smeće
|
name: Smeće
|
||||||
@ -577,10 +580,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Rezanje Oblika
|
title: Rezanje Oblika
|
||||||
desc: <strong>Rezač</strong> je otključan! On reže oblike <strong>od vrha prema
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
dnu</strong> bez obzira na orijentaciju građevine!<br><br>Višak se
|
from top to bottom <strong>regardless of its
|
||||||
mora odbaciti kako bi se izbegao <strong>zastoj</strong>. - Za tu
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
svrhu postoji smeće, koje uništava sve što uđe u njega.
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Obrtanje
|
title: Obrtanje
|
||||||
desc: <strong>Obrtač</strong> je otključan! On okreće oblike za 90 stepeni u
|
desc: <strong>Obrtač</strong> je otključan! On okreće oblike za 90 stepeni u
|
||||||
@ -602,9 +607,9 @@ storyRewards:
|
|||||||
vrh</strong> levog!
|
vrh</strong> levog!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Deljenje/Spajanje
|
title: Deljenje/Spajanje
|
||||||
desc: Multifunkcionalni <strong>balanser</strong> je otključan! Može ga se
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
iskoristiti za <strong>deljenje i spajanje oblika</strong> na više
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
pokretnih traka!<br><br>
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunel
|
title: Tunel
|
||||||
desc: <strong>Tunel</strong> je otključan - Omogućava prenos stvari ispod traka
|
desc: <strong>Tunel</strong> je otključan - Omogućava prenos stvari ispod traka
|
||||||
@ -616,8 +621,10 @@ storyRewards:
|
|||||||
<strong>pritisni 'T' za menjanje njegove varijacije</strong>!
|
<strong>pritisni 'T' za menjanje njegove varijacije</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Lančani rudar
|
title: Lančani rudar
|
||||||
desc: Otključan je <strong>lančani rudar</strong>! On može da <strong>prosledi
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
svoje resurse</strong> drugim rudarima radi efikasnijeg rudarenja!
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunel II Reda
|
title: Tunel II Reda
|
||||||
desc: Otključana je nova varijacija <strong>tunela</strong> - On ima
|
desc: Otključana je nova varijacija <strong>tunela</strong> - On ima
|
||||||
@ -634,13 +641,18 @@ storyRewards:
|
|||||||
odjednom</strong> po ceni jedne boje umesto dve!
|
odjednom</strong> po ceni jedne boje umesto dve!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Skladište
|
title: Skladište
|
||||||
desc: Varijacija <strong>smeća</strong> je otključana - Omogućava skladištenje
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
predmeta do određenog kapaciteta!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Slobodna Igra
|
title: Slobodna Igra
|
||||||
desc: Uspeli ste! Otključali ste <strong>mod slobodne igre</strong>! Oblici su
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
od sada nasumično generisani! (Bez brige, više sadržaja je planirano
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
za samostalnu igru!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Nacrti
|
title: Nacrti
|
||||||
desc: Sada možete da <strong>kopirate i nalepljujete</strong> delove fabrike!
|
desc: Sada možete da <strong>kopirate i nalepljujete</strong> delove fabrike!
|
||||||
@ -679,8 +691,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -121,7 +121,9 @@ dialogs:
|
|||||||
text: "Kunde inte ladda sparfil:"
|
text: "Kunde inte ladda sparfil:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Bekräfta radering
|
title: Bekräfta radering
|
||||||
text: Är du säker på att du vill radera spelet?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Kunde inte radera
|
title: Kunde inte radera
|
||||||
text: "Kunde inte radera sparfil:"
|
text: "Kunde inte radera sparfil:"
|
||||||
@ -175,9 +177,8 @@ dialogs:
|
|||||||
rullband.<br>"
|
rullband.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Ny Markör
|
title: Ny Markör
|
||||||
desc: Ge den ett meningsfullt namn, du kan också inkludera en <strong>kort
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
kod</strong> av en form (Vilket du kan generera här <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank"></a>)
|
|
||||||
titleEdit: Ändra Markör
|
titleEdit: Ändra Markör
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Du kan endast ha två markörer i demoversionen. Skaffa den fristående
|
desc: Du kan endast ha två markörer i demoversionen. Skaffa den fristående
|
||||||
@ -450,7 +451,9 @@ buildings:
|
|||||||
description: Färgar formerna på de vänstra ingångarna med färgen från den högra.
|
description: Färgar formerna på de vänstra ingångarna med färgen från den högra.
|
||||||
quad:
|
quad:
|
||||||
name: Färgläggare (Quad)
|
name: Färgläggare (Quad)
|
||||||
description: Låter dig färglägga varje hörn av formen med olika färger.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: Färgläggare
|
name: Färgläggare
|
||||||
description: Färgar hela formen på den vänstra ingången med färgen från den
|
description: Färgar hela formen på den vänstra ingången med färgen från den
|
||||||
@ -585,11 +588,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Att klippa former
|
title: Att klippa former
|
||||||
desc: Du låste just upp <strong>klipparen</strong> - den klipper former på
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
hälften från <strong>topp till botten</strong> oavsett dess
|
from top to bottom <strong>regardless of its
|
||||||
orientation!<br><br> Se till att ta bort allt överskott, annars
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
kommer det att <strong>skapa uppehåll</strong> - Av denna anledning
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
gav jag dig skräphantering, vilket förstör allt du inputtar!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Rotation
|
title: Rotation
|
||||||
desc: <strong>Roteraren</strong> har blivit upplåst! Den roterar former 90
|
desc: <strong>Roteraren</strong> har blivit upplåst! Den roterar former 90
|
||||||
@ -612,10 +616,9 @@ storyRewards:
|
|||||||
<strong>staplas över</strong> den vänstra!
|
<strong>staplas över</strong> den vänstra!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Delning/Sammanslagning
|
title: Delning/Sammanslagning
|
||||||
desc: Den multifunktionella <strong>balanseraren</strong> har blivit upplåst -
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
Den kan användas för att bygga större fabriker genom att
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
<strong>dela eller slå ihop objekt</strong> till flera
|
into two!
|
||||||
rullband!<br><br>
|
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tunnel
|
title: Tunnel
|
||||||
desc: <strong>Tunneln</strong> blivit upplåst- Du kan nu transportera saker
|
desc: <strong>Tunneln</strong> blivit upplåst- Du kan nu transportera saker
|
||||||
@ -627,9 +630,10 @@ storyRewards:
|
|||||||
<strong>tryck ned 'T' för att bläddra genom dess varianter</strong>!
|
<strong>tryck ned 'T' för att bläddra genom dess varianter</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Kedjeextraktor
|
title: Kedjeextraktor
|
||||||
desc: Du har låst upp <strong>Kedjeextraktorn</strong>! Den kan <strong>föra
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
sina resurser framåt</strong> till andra extraktorer så att du kan
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
mer effektivt extrahera resurser!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tunnel Tier II
|
title: Tunnel Tier II
|
||||||
desc: Du har låst upp en ny variant av <strong>tunneln</strong> - Den har en
|
desc: Du har låst upp en ny variant av <strong>tunneln</strong> - Den har en
|
||||||
@ -648,13 +652,18 @@ storyRewards:
|
|||||||
två!
|
två!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Förvaringsbuffert
|
title: Förvaringsbuffert
|
||||||
desc: Du har låst upp en ny variant av <strong>skräphantering</strong> - Den
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
låter dig förvara objekt upp till en viss kapacitet!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Friläge
|
title: Friläge
|
||||||
desc: Du gjorde det! Du låste upp <strong>friläge</strong>! Det betyder att
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
former är nu slumpmässigt genererade! (oroa dig inte, mer innehåll
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
är planerat för den fristående versionen!)
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Ritningar
|
title: Ritningar
|
||||||
desc: Du kan nu <strong>kopiera och klistra in</strong> delar av din fabrik!
|
desc: Du kan nu <strong>kopiera och klistra in</strong> delar av din fabrik!
|
||||||
@ -694,8 +703,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -3,7 +3,8 @@ steamPage:
|
|||||||
üretimi ve birleştirilmesi hakında bir oyundur.
|
üretimi ve birleştirilmesi hakında bir oyundur.
|
||||||
discordLinkShort: Official Discord
|
discordLinkShort: Official Discord
|
||||||
intro: >-
|
intro: >-
|
||||||
Shapez.io geometrik şekillerin otomatik üretimi için fabrika kurabildiğiniz sakinleştirici bir oyundur.
|
Shapez.io geometrik şekillerin otomatik üretimi için fabrika
|
||||||
|
kurabildiğiniz sakinleştirici bir oyundur.
|
||||||
|
|
||||||
Seviye arttıkça şekiller daha karmaşık hale gelecek ve sonsuz haritada genişlemen gerekecek!
|
Seviye arttıkça şekiller daha karmaşık hale gelecek ve sonsuz haritada genişlemen gerekecek!
|
||||||
|
|
||||||
@ -40,10 +41,9 @@ steamPage:
|
|||||||
source_code: Kaynak kodu (GitHub)
|
source_code: Kaynak kodu (GitHub)
|
||||||
translate: Çeviriye yardım et
|
translate: Çeviriye yardım et
|
||||||
text_open_source: >-
|
text_open_source: >-
|
||||||
Herkes bu oyuna katkıda bulunabilir. Toplulukla aktif bir
|
Herkes bu oyuna katkıda bulunabilir. Toplulukla aktif bir şekilde
|
||||||
şekilde ilgileniyorum. Bütün önerileri ve geri dönüşleri
|
ilgileniyorum. Bütün önerileri ve geri dönüşleri incelemeye çalışıyorum
|
||||||
incelemeye çalışıyorum ve mümkün olanları
|
ve mümkün olanları değerlendirmeye alıyorum.
|
||||||
değerlendirmeye alıyorum.
|
|
||||||
|
|
||||||
Bütün yol haritasına Trello kartımda göz atmayı unutma!
|
Bütün yol haritasına Trello kartımda göz atmayı unutma!
|
||||||
global:
|
global:
|
||||||
@ -120,7 +120,9 @@ dialogs:
|
|||||||
text: "Oyun yükleme başarısız:"
|
text: "Oyun yükleme başarısız:"
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Silme işlemini onayla
|
title: Silme işlemini onayla
|
||||||
text: Oyunu silmek istediğinizden emin misiniz?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Silme başarısız
|
title: Silme başarısız
|
||||||
text: "Oyun kaydını silme başarısız:"
|
text: "Oyun kaydını silme başarısız:"
|
||||||
@ -172,10 +174,8 @@ dialogs:
|
|||||||
taşıma bantlarının yönünü ters çevirir.<br>"
|
taşıma bantlarının yönünü ters çevirir.<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: Yeni Konum İşareti
|
title: Yeni Konum İşareti
|
||||||
desc: İşarete anlamlı bir isim verin, aynı zamanda (<a
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
href="https://viewer.shapez.io" target="_blank">buradan</a>
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
oluşturabileceğiniz) bir şeklin <strong>sembolünü</strong>
|
|
||||||
ekleyebilirsiniz.
|
|
||||||
titleEdit: Konum İşaretini Düzenle
|
titleEdit: Konum İşaretini Düzenle
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Deneme sürümünde sadece iki adet yer imi oluşturabilirsiniz. Sınırsız yer
|
desc: Deneme sürümünde sadece iki adet yer imi oluşturabilirsiniz. Sınırsız yer
|
||||||
@ -196,16 +196,15 @@ dialogs:
|
|||||||
editSignal:
|
editSignal:
|
||||||
title: Sinyal Ata
|
title: Sinyal Ata
|
||||||
descItems: "Önceden tanımlı bir eşya seçin:"
|
descItems: "Önceden tanımlı bir eşya seçin:"
|
||||||
descShortKey: ... veya <strong>şekil kodunu</strong> girin
|
descShortKey: ... veya <strong>şekil kodunu</strong> girin (<link>Buradan</link>
|
||||||
(<link>Buradan</link> edinebileceğiniz)
|
edinebileceğiniz)
|
||||||
renameSavegame:
|
renameSavegame:
|
||||||
title: Oyun Kaydının Yeniden Adlandır
|
title: Oyun Kaydının Yeniden Adlandır
|
||||||
desc: Oyun kaydını buradan adlandırabilirsiniz.
|
desc: Oyun kaydını buradan adlandırabilirsiniz.
|
||||||
entityWarning:
|
entityWarning:
|
||||||
title: Performans Uyarısı
|
title: Performans Uyarısı
|
||||||
desc: Dostça bir uyarı; Çok fazla yapı inşa ettiniz. Oyun sınırsız sayıda
|
desc: Dostça bir uyarı; Çok fazla yapı inşa ettiniz. Oyun sınırsız sayıda
|
||||||
yapıyla başa çıkamaz - Bu yüzden fabrikalarınızı az
|
yapıyla başa çıkamaz - Bu yüzden fabrikalarınızı az ama öz tutun!
|
||||||
ama öz tutun!
|
|
||||||
ingame:
|
ingame:
|
||||||
keybindingsOverlay:
|
keybindingsOverlay:
|
||||||
moveMap: Hareket Et
|
moveMap: Hareket Et
|
||||||
@ -395,19 +394,20 @@ buildings:
|
|||||||
endOfDemo: End of Demo
|
endOfDemo: End of Demo
|
||||||
belt:
|
belt:
|
||||||
default:
|
default:
|
||||||
name: &belt Taşıma Bandı
|
name: Taşıma Bandı
|
||||||
description: Eşyaları taşır, basılı birden fazla yerleştirmek için tutup
|
description: Eşyaları taşır, basılı birden fazla yerleştirmek için tutup
|
||||||
sürükle.
|
sürükle.
|
||||||
miner:
|
miner:
|
||||||
default:
|
default:
|
||||||
name: &miner Üretİcİ
|
name: Üretİcİ
|
||||||
description: Bir şekli veya rengi üretmek için üzerlerini yerleştir.
|
description: Bir şekli veya rengi üretmek için üzerlerini yerleştir.
|
||||||
chainable:
|
chainable:
|
||||||
name: Üretİcİ (Zİncİrleme)
|
name: Üretİcİ (Zİncİrleme)
|
||||||
description: Bir şekli veya rengi üretmek için üzerlerini yerleştir. Zincirleme bağlanabilir.
|
description: Bir şekli veya rengi üretmek için üzerlerini yerleştir. Zincirleme
|
||||||
|
bağlanabilir.
|
||||||
underground_belt:
|
underground_belt:
|
||||||
default:
|
default:
|
||||||
name: &underground_belt Tünel
|
name: Tünel
|
||||||
description: Yapıların ve taşıma bantlarının altından kaynak aktarımı sağlar.
|
description: Yapıların ve taşıma bantlarının altından kaynak aktarımı sağlar.
|
||||||
tier2:
|
tier2:
|
||||||
name: Tünel Aşama II
|
name: Tünel Aşama II
|
||||||
@ -415,8 +415,9 @@ buildings:
|
|||||||
aktarımı sağlar.
|
aktarımı sağlar.
|
||||||
cutter:
|
cutter:
|
||||||
default:
|
default:
|
||||||
name: &cutter Kesİcİ
|
name: Kesİcİ
|
||||||
description: Şekilleri yukarıdan aşağıya böler ve iki yarım parçayı çıktı olarak verir. <strong>Eğer sadece bir çıktıyı kullanıyorsanız diğer
|
description: Şekilleri yukarıdan aşağıya böler ve iki yarım parçayı çıktı olarak
|
||||||
|
verir. <strong>Eğer sadece bir çıktıyı kullanıyorsanız diğer
|
||||||
çıkan parçayı yok etmeyi unutmayın, yoksa kesim durur!</strong>
|
çıkan parçayı yok etmeyi unutmayın, yoksa kesim durur!</strong>
|
||||||
quad:
|
quad:
|
||||||
name: Kesİcİ (Dörtlü)
|
name: Kesİcİ (Dörtlü)
|
||||||
@ -425,7 +426,7 @@ buildings:
|
|||||||
yoksa kesim durur!</strong>
|
yoksa kesim durur!</strong>
|
||||||
rotater:
|
rotater:
|
||||||
default:
|
default:
|
||||||
name: &rotater Döndürücü
|
name: Döndürücü
|
||||||
description: Şekilleri saat yönünde 90 derece döndürür.
|
description: Şekilleri saat yönünde 90 derece döndürür.
|
||||||
ccw:
|
ccw:
|
||||||
name: Döndürücü (Saat Yönünün Tersİ)
|
name: Döndürücü (Saat Yönünün Tersİ)
|
||||||
@ -435,44 +436,48 @@ buildings:
|
|||||||
description: Şekilleri 180 derece döndürür.
|
description: Şekilleri 180 derece döndürür.
|
||||||
stacker:
|
stacker:
|
||||||
default:
|
default:
|
||||||
name: &stacker Kaynaştırıcı
|
name: Kaynaştırıcı
|
||||||
description: İki eşyayı kaynaştırır. Eğer eşyalar kaynaştırılamazsa sağdaki eşya
|
description: İki eşyayı kaynaştırır. Eğer eşyalar kaynaştırılamazsa sağdaki eşya
|
||||||
soldaki eşyanın üzerine kaynaştırılır.
|
soldaki eşyanın üzerine kaynaştırılır.
|
||||||
mixer:
|
mixer:
|
||||||
default:
|
default:
|
||||||
name: &mixer Renk Karıştırıcısı
|
name: Renk Karıştırıcısı
|
||||||
description: İki rengi eklemeli renk metoduyla birleştirir.
|
description: İki rengi eklemeli renk metoduyla birleştirir.
|
||||||
painter:
|
painter:
|
||||||
default:
|
default:
|
||||||
name: &painter Boyayıcı
|
name: Boyayıcı
|
||||||
description: &painter_desc Sol girdideki bütün şekli sağ girdideki renk ile boyar.
|
description: Sol girdideki bütün şekli sağ girdideki renk ile boyar.
|
||||||
double:
|
double:
|
||||||
name: Boyayıcı (Çİft)
|
name: Boyayıcı (Çİft)
|
||||||
description: Sol girdideki şekilleri yukarı girdideki renk ile boyar.
|
description: Sol girdideki şekilleri yukarı girdideki renk ile boyar.
|
||||||
quad:
|
quad:
|
||||||
name: Boyayıcı (Dörtlü)
|
name: Boyayıcı (Dörtlü)
|
||||||
description: Şeklin her çeyreğinin farklı bir renkle boyanmasını sağlar.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: Boyayıcı
|
name: Boyayıcı
|
||||||
description: Sol girdideki bütün şekli aşağı girdideki renk ile boyar.
|
description: Sol girdideki bütün şekli aşağı girdideki renk ile boyar.
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: &trash Çöp
|
name: Çöp
|
||||||
description: Her yönden giren girdileri yok eder. Tamamen.
|
description: Her yönden giren girdileri yok eder. Tamamen.
|
||||||
wire:
|
wire:
|
||||||
default:
|
default:
|
||||||
name: &wire Kablo
|
name: Kablo
|
||||||
description: &wire_desc Sinyali, eşyalar veya ikili değerler(1 / 0), aktarmayı sağlar. Farklı renkteki kablolar bağlanamaz.
|
description: Sinyali, eşyalar veya ikili değerler(1 / 0), aktarmayı sağlar.
|
||||||
|
Farklı renkteki kablolar bağlanamaz.
|
||||||
second:
|
second:
|
||||||
name: *wire
|
name: Kablo
|
||||||
description: *wire_desc
|
description: Sinyali, eşyalar veya ikili değerler(1 / 0), aktarmayı sağlar.
|
||||||
|
Farklı renkteki kablolar bağlanamaz.
|
||||||
wire_tunnel:
|
wire_tunnel:
|
||||||
default:
|
default:
|
||||||
name: &wire_tunnel Kablo Tüneli
|
name: Kablo Tüneli
|
||||||
description: İki farklı kabloyu birbirine bağlamadan bir köprü oluşturur.
|
description: İki farklı kabloyu birbirine bağlamadan bir köprü oluşturur.
|
||||||
balancer:
|
balancer:
|
||||||
default:
|
default:
|
||||||
name: &splitter Dengeleyici
|
name: Dengeleyici
|
||||||
description: Çok işlevli - bütün girdileri eşit olarak bütün çıkışlara dağıtır.
|
description: Çok işlevli - bütün girdileri eşit olarak bütün çıkışlara dağıtır.
|
||||||
merger:
|
merger:
|
||||||
name: Bİrleştİrİcİ (tekİl)
|
name: Bİrleştİrİcİ (tekİl)
|
||||||
@ -488,66 +493,83 @@ buildings:
|
|||||||
description: Bir taşıma bandını iki çıktı verecek şekilde ayırır.
|
description: Bir taşıma bandını iki çıktı verecek şekilde ayırır.
|
||||||
storage:
|
storage:
|
||||||
default:
|
default:
|
||||||
name: &storage Storage
|
name: Storage
|
||||||
description: Belirli bir sınıra kadar fazla eşyaları depolar. Taşırma kapısı olarak kullanıla bilir.
|
description: Belirli bir sınıra kadar fazla eşyaları depolar. Taşırma kapısı
|
||||||
|
olarak kullanıla bilir.
|
||||||
constant_signal:
|
constant_signal:
|
||||||
default:
|
default:
|
||||||
name: &constant_signal Sabit Sinyal
|
name: Sabit Sinyal
|
||||||
description: Şekil, renk veya ikili değer (1 / 0) olan sabit bir sinyal gönderir.
|
description: Şekil, renk veya ikili değer (1 / 0) olan sabit bir sinyal
|
||||||
|
gönderir.
|
||||||
lever:
|
lever:
|
||||||
default:
|
default:
|
||||||
name: &lever Anahtar
|
name: Anahtar
|
||||||
description: Kablolarda ikili sinyal (1 / 0) gönderebilmek için açılıp kapanabilir. Örneğin bir eşya filtresini kontrol etmek için kullanılabilir.
|
description: Kablolarda ikili sinyal (1 / 0) gönderebilmek için açılıp
|
||||||
|
kapanabilir. Örneğin bir eşya filtresini kontrol etmek için
|
||||||
|
kullanılabilir.
|
||||||
logic_gate:
|
logic_gate:
|
||||||
default:
|
default:
|
||||||
name: AND Kapısı
|
name: AND Kapısı
|
||||||
description: Eğer iki girdi de doğruysa, bu kapı"1" sinyali gönderir. (Doğru; bir şekil, renk veya "1" girdisi demektir.)
|
description: Eğer iki girdi de doğruysa, bu kapı"1" sinyali gönderir. (Doğru;
|
||||||
|
bir şekil, renk veya "1" girdisi demektir.)
|
||||||
not:
|
not:
|
||||||
name: NOT Kapısı
|
name: NOT Kapısı
|
||||||
description: Eğer girdi doğru değilse, bu kapı "1" sinyali gönderir. (Doğru; bir şekil, renk veya "1" girdisi demektir.)
|
description: Eğer girdi doğru değilse, bu kapı "1" sinyali gönderir. (Doğru; bir
|
||||||
|
şekil, renk veya "1" girdisi demektir.)
|
||||||
xor:
|
xor:
|
||||||
name: XOR Kapısı
|
name: XOR Kapısı
|
||||||
description: Eğer iki girdiden sadece biri "1" sinyali alıyorsa, bu kapı "1" gönderir. (Doğru; bir şekil, renk veya "1" girdisi demektir.)
|
description: Eğer iki girdiden sadece biri "1" sinyali alıyorsa, bu kapı "1"
|
||||||
|
gönderir. (Doğru; bir şekil, renk veya "1" girdisi demektir.)
|
||||||
or:
|
or:
|
||||||
name: OR Kapısı
|
name: OR Kapısı
|
||||||
description: Eğer iki girdiden herhangi biri "1" sinyali alıyorsa, bu kapı "1" gönderir. (Doğru; bir şekil, renk veya "1" girdisi demektir.)
|
description: Eğer iki girdiden herhangi biri "1" sinyali alıyorsa, bu kapı "1"
|
||||||
|
gönderir. (Doğru; bir şekil, renk veya "1" girdisi demektir.)
|
||||||
transistor:
|
transistor:
|
||||||
default:
|
default:
|
||||||
name: &transistor Transistor
|
name: Transistor
|
||||||
description: &transistor_desc Eğer yan girdi doğruysa aşağı doğru sinyal akışına izin verir. (Şekil, renk veya "1").
|
description: Eğer yan girdi doğruysa aşağı doğru sinyal akışına izin verir.
|
||||||
|
(Şekil, renk veya "1").
|
||||||
mirrored:
|
mirrored:
|
||||||
name: *transistor
|
name: Transistor
|
||||||
description: *transistor_desc
|
description: Eğer yan girdi doğruysa aşağı doğru sinyal akışına izin verir.
|
||||||
|
(Şekil, renk veya "1").
|
||||||
filter:
|
filter:
|
||||||
default:
|
default:
|
||||||
name: &filter Filtre
|
name: Filtre
|
||||||
description: Bütün eşleşen eşyaları yukarı, geri kalanını aşağı göndermek için bir sinyal bağla. İkili (1/0) sinyaller ile de kontrol edilebilir.
|
description: Bütün eşleşen eşyaları yukarı, geri kalanını aşağı göndermek için
|
||||||
|
bir sinyal bağla. İkili (1/0) sinyaller ile de kontrol
|
||||||
|
edilebilir.
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
name: &display Ekran
|
name: Ekran
|
||||||
description: Ekranda göstermek için bir sinyal bağla - Bu sinyal bir şekil, renk veya ikili değer (1/0) olabilir.
|
description: Ekranda göstermek için bir sinyal bağla - Bu sinyal bir şekil, renk
|
||||||
|
veya ikili değer (1/0) olabilir.
|
||||||
reader:
|
reader:
|
||||||
default:
|
default:
|
||||||
name: &reader Belt Reader
|
name: Belt Reader
|
||||||
description: Bant üzerindeki ortalama hızı ölçer. Kablo katmanında son okunan eşyayı gösterir (açıldığında).
|
description: Bant üzerindeki ortalama hızı ölçer. Kablo katmanında son okunan
|
||||||
|
eşyayı gösterir (açıldığında).
|
||||||
analyzer:
|
analyzer:
|
||||||
default:
|
default:
|
||||||
name: &analyzer Şekil Analizcisi
|
name: Şekil Analizcisi
|
||||||
description: Şeklin en alt katmanında sağ üst köşesinde bulunan şekli analiz eder, şekli ve rengini verir.
|
description: Şeklin en alt katmanında sağ üst köşesinde bulunan şekli analiz
|
||||||
|
eder, şekli ve rengini verir.
|
||||||
comparator:
|
comparator:
|
||||||
default:
|
default:
|
||||||
name: &comparator Karşılaştırıcı
|
name: Karşılaştırıcı
|
||||||
description: Eğer iki sinyal aynıysa "1" çıktısı verir. Şekiller, eşyalar ve ikili değerler karşılaştırılabilir.
|
description: Eğer iki sinyal aynıysa "1" çıktısı verir. Şekiller, eşyalar ve
|
||||||
|
ikili değerler karşılaştırılabilir.
|
||||||
virtual_processor:
|
virtual_processor:
|
||||||
default:
|
default:
|
||||||
name: &virtual_processor Sanal Kesici
|
name: Sanal Kesici
|
||||||
description: Sanal olarak şekli ikiye böler.
|
description: Sanal olarak şekli ikiye böler.
|
||||||
rotater:
|
rotater:
|
||||||
name: Sanal Döndürücü
|
name: Sanal Döndürücü
|
||||||
description: Sanal olarak şekli saat yönünde veya saatin tersi yönünde döndürür.
|
description: Sanal olarak şekli saat yönünde veya saatin tersi yönünde döndürür.
|
||||||
unstacker:
|
unstacker:
|
||||||
name: Sanal Katman Ayırıcı
|
name: Sanal Katman Ayırıcı
|
||||||
description: Sanal olarak şeklin en üstteki katmanını ayırarak sağ çıktıya ve geri kalanları sol çıktıya verir.
|
description: Sanal olarak şeklin en üstteki katmanını ayırarak sağ çıktıya ve
|
||||||
|
geri kalanları sol çıktıya verir.
|
||||||
stacker:
|
stacker:
|
||||||
name: Sanal Kaynaştırıcı
|
name: Sanal Kaynaştırıcı
|
||||||
description: Sanal olarak sağdaki şekli soldaki şeklin üstüne kaynaştırır.
|
description: Sanal olarak sağdaki şekli soldaki şeklin üstüne kaynaştırır.
|
||||||
@ -557,15 +579,17 @@ buildings:
|
|||||||
item_producer:
|
item_producer:
|
||||||
default:
|
default:
|
||||||
name: Eşya Üretici
|
name: Eşya Üretici
|
||||||
description: Sadece kum kutusu modunda açık, kablo katmanındaki sinyali normal katmanda çıktı olarak verir.
|
description: Sadece kum kutusu modunda açık, kablo katmanındaki sinyali normal
|
||||||
|
katmanda çıktı olarak verir.
|
||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Şekİllerİ Kesmek
|
title: Şekİllerİ Kesmek
|
||||||
desc: Az önce <strong>kesici</strong> açıldı - kesici şekilleri
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
<strong>yukarıdan aşağıya</strong> ikiye böler konumu ne olursa
|
from top to bottom <strong>regardless of its
|
||||||
olsun!<br><br>Kullanılmayan çıktılardan kurtulmayı unutma,
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
<strong>yoksa kesim durur</strong>. Bu sepeble size, herşeyi yok
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
eden bir çöp verdim!
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Döndürme
|
title: Döndürme
|
||||||
desc: <strong>Döndürücü</strong> açıldı! Döndürücü şekilleri saat yönüne 90
|
desc: <strong>Döndürücü</strong> açıldı! Döndürücü şekilleri saat yönüne 90
|
||||||
@ -588,10 +612,9 @@ storyRewards:
|
|||||||
<strong>üzerine kaynaştırılır</strong>!
|
<strong>üzerine kaynaştırılır</strong>!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Ayırıcı/Bİrleştİrİcİ
|
title: Ayırıcı/Bİrleştİrİcİ
|
||||||
desc: Çok fonksiyonlu <strong>dengeleyici</strong> açıldı - <strong>Eşyaları
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
birden fazla taşıma bandı üzerinde ayırarak ve
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
birleştirerek</strong> daha büyük fabrikalar kurabilmek için
|
into two!
|
||||||
kullanılabilir!<br><br>
|
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Tünel
|
title: Tünel
|
||||||
desc: <strong>Tünel</strong> açıldı - Artık eşyaları taşıma bantları ve yapılar
|
desc: <strong>Tünel</strong> açıldı - Artık eşyaları taşıma bantları ve yapılar
|
||||||
@ -604,14 +627,15 @@ storyRewards:
|
|||||||
bas</strong>!
|
bas</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Zincirleme Üretİm
|
title: Zincirleme Üretİm
|
||||||
desc: <strong>Zincirleme üretici</strong> açıldı! Zincirleme üretici
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>kendi kaynaklarını diğer üreticilere aktarabilir</strong>.
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
Böylece daha etkili üretim sağlayabilirsin!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Tünel Aşama II
|
title: Tünel Aşama II
|
||||||
desc: <strong>Tünelin</strong> başka bir türünü açtın - Bu
|
desc: <strong>Tünelin</strong> başka bir türünü açtın - Bu tünelin menzili
|
||||||
tünelin menzili <strong>daha yüksek</strong> ve tünel türlerini
|
<strong>daha yüksek</strong> ve tünel türlerini artık içiçe
|
||||||
artık içiçe kullanabilirsin!
|
kullanabilirsin!
|
||||||
reward_cutter_quad:
|
reward_cutter_quad:
|
||||||
title: Çeyreğİnİ Kesme
|
title: Çeyreğİnİ Kesme
|
||||||
desc: <strong>Kesicinin</strong> yeni bir türünü açtın - Bu tür şekilleri iki
|
desc: <strong>Kesicinin</strong> yeni bir türünü açtın - Bu tür şekilleri iki
|
||||||
@ -623,8 +647,9 @@ storyRewards:
|
|||||||
boya yerine sadece bir boya harcar!
|
boya yerine sadece bir boya harcar!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Depo Sağlayıcı
|
title: Depo Sağlayıcı
|
||||||
desc: <strong>Çöpün</strong> farklı bir türünü açtın - Bu tür belirli bir sınıra
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
kadar eşyaları depolamanı sağlar!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Taslaklar
|
title: Taslaklar
|
||||||
desc: Fabrikanın bölümlerini artık <strong>kopyalayıp
|
desc: Fabrikanın bölümlerini artık <strong>kopyalayıp
|
||||||
@ -633,33 +658,36 @@ storyRewards:
|
|||||||
bas.<br><br>Kopyaladığın taslağı <strong>bedel karşılığı</strong>
|
bas.<br><br>Kopyaladığın taslağı <strong>bedel karşılığı</strong>
|
||||||
yapıştırabilmek için <strong>taslak şekilleri</strong> üretmelisin!
|
yapıştırabilmek için <strong>taslak şekilleri</strong> üretmelisin!
|
||||||
(Az önce teslim ettiğin şekiller).
|
(Az önce teslim ettiğin şekiller).
|
||||||
# Special reward, which is shown when there is no reward actually
|
|
||||||
no_reward:
|
no_reward:
|
||||||
title: Sonrakİ Sevİye
|
title: Sonrakİ Sevİye
|
||||||
desc: "Bu seviyede ödül yok, ama sonrakinde var! <br><br> NOT: En iyisi eski
|
desc: "This level gave you no reward, but the next one will! <br><br> PS: Better
|
||||||
fabrikalarını yok etme - Ürettiğin <strrong>bütün</strong> şekillere
|
not destroy your existing factory - You'll need <strong>all</strong>
|
||||||
<strong>geliştirmeleri açmak için</strong ihtiyacın olacak!"
|
those shapes later to <strong>unlock upgrades</strong>!"
|
||||||
no_reward_freeplay:
|
no_reward_freeplay:
|
||||||
title: Sonrakİ Sevİye
|
title: Sonrakİ Sevİye
|
||||||
desc: >-
|
desc: Tebrikler!
|
||||||
Tebrikler!
|
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Özgür Mod
|
title: Özgür Mod
|
||||||
desc: Başardın! <strong>Özgür Mod</strong> açıldı! Merkeze istenilen şekiller
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
artık rastgele oluşturulacak! Artık merkez şekil <strong>akışı</strong> isteyeceği için, istenilen şekli otomatik üreten bir makine yapmanı öneririm!<br><br>
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
Merkez gereken şekli kablo katmanında çıktı olarak vericek, böylece yapman gereken tek şey onu analiz etmek ve otomatik olarak fabrikanı şekile göre ayarlamak.
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_demo_end:
|
reward_demo_end:
|
||||||
title: Deneme Sürümünün Sonu
|
title: Deneme Sürümünün Sonu
|
||||||
desc: Deneme sürümünün sonuna geldin!
|
desc: Deneme sürümünün sonuna geldin!
|
||||||
reward_balancer:
|
reward_balancer:
|
||||||
title: Dengeleyici
|
title: Dengeleyici
|
||||||
desc: Çok fonksiyonlu <strong>dengeleyici</strong> açıldı. - Eşyaları
|
desc: The multifunctional <strong>balancer</strong> has been unlocked - It can
|
||||||
bantlara ayırarak ve bantları birleştirerek daha büyük
|
be used to build bigger factories by <strong>splitting and merging
|
||||||
fabrikalar kurmak için kullanılabilir!
|
items</strong> onto multiple belts!<br><br>
|
||||||
reward_merger:
|
reward_merger:
|
||||||
title: Tekil Birleştirici
|
title: Tekil Birleştirici
|
||||||
desc: Dengeleyecinin <strong>birleştirici</strong> türü açıldı. - Bu tür iki bandı
|
desc: You have unlocked a <strong>merger</strong> variant of the
|
||||||
bir banda birleştirebiliyor!
|
<strong>balancer</strong> - It accepts two inputs and merges them
|
||||||
|
into one belt!
|
||||||
reward_belt_reader:
|
reward_belt_reader:
|
||||||
title: Bant Okuyucu
|
title: Bant Okuyucu
|
||||||
desc: <strong>Bant okuyucu</strong> açıldı! Bu yapı taşıma bandındaki akış
|
desc: <strong>Bant okuyucu</strong> açıldı! Bu yapı taşıma bandındaki akış
|
||||||
@ -671,39 +699,48 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Sabit Sinyal
|
title: Sabit Sinyal
|
||||||
desc: Kablo katmanında kullanabileceğin <strong>sabit sinyal</strong> yapısını açtın!
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
Bu yapıyı eşya filtrelerine bağlamak kullanışlı.<br><br> Sabit sinyal,
|
layer! This is useful to connect it to <strong>item filters</strong>
|
||||||
<strong>şekil<strong>, <strong>renk</strong> veya <strong>ikili değer</strong> (1 / 0) gönderebilir.
|
for example.<br><br> The constant signal can emit a
|
||||||
|
<strong>shape</strong>, <strong>color</strong> or
|
||||||
|
<strong>boolean</strong> (1 or 0).
|
||||||
reward_logic_gates:
|
reward_logic_gates:
|
||||||
title: Mantık Kapıları
|
title: Mantık Kapıları
|
||||||
desc: <strong>Mantık kapıları</strong> açıldı! Çok heyecanlanmana gerek yok, ama bu gerçekten havalı!<br><br>
|
desc: <strong>Mantık kapıları</strong> açıldı! Çok heyecanlanmana gerek yok, ama
|
||||||
Bu kapılarla artık AND, OR, XOR veya NOT işlemlerini hesaplatabilirsin.<br><br> Bonus olarak sana
|
bu gerçekten havalı!<br><br> Bu kapılarla artık AND, OR, XOR veya
|
||||||
bir de <strong>transistör</strong> verdim!
|
NOT işlemlerini hesaplatabilirsin.<br><br> Bonus olarak sana bir de
|
||||||
|
<strong>transistör</strong> verdim!
|
||||||
reward_virtual_processing:
|
reward_virtual_processing:
|
||||||
title: Sanal İşleme
|
title: Sanal İşleme
|
||||||
desc: Az önce bir sürü yen yapıya sahip oldun. Bu yapılar <strong>şekillerin işlenmelerini</strong>
|
desc: Az önce bir sürü yen yapıya sahip oldun. Bu yapılar <strong>şekillerin
|
||||||
sanal olarak denemeni sağlayacak!<br><br> Artık bir kesiciyi, döndürücüyü,
|
işlenmelerini</strong> sanal olarak denemeni sağlayacak!<br><br>
|
||||||
kaynaştırıcıyı ve daha fazlasını kablo katmanında deneyebilirsin! Bununla birlikte
|
Artık bir kesiciyi, döndürücüyü, kaynaştırıcıyı ve daha fazlasını
|
||||||
oyuna devam edebilmek için 3 seçeneğin var:<br><br> - Merkez tarafından
|
kablo katmanında deneyebilirsin! Bununla birlikte oyuna devam
|
||||||
talep edilen her türlü şekli üretecek <strong>otomatik bir makine</strong>
|
edebilmek için 3 seçeneğin var:<br><br> - Merkez tarafından talep
|
||||||
inşa et (Denemeni tavsiye ederim!). <br><br> - Kablolarla havalı birşeyler inşa et.<br><br> -
|
edilen her türlü şekli üretecek <strong>otomatik bir makine</strong>
|
||||||
Oyuna normal bir şekilde devam et.<br><br> Ne seçersen seç eğlenmeyi unutma!
|
inşa et (Denemeni tavsiye ederim!). <br><br> - Kablolarla havalı
|
||||||
|
birşeyler inşa et.<br><br> - Oyuna normal bir şekilde devam
|
||||||
|
et.<br><br> Ne seçersen seç eğlenmeyi unutma!
|
||||||
reward_wires_painter_and_levers:
|
reward_wires_painter_and_levers:
|
||||||
title: Kablolar ve Dörtlü Boyayıcı
|
title: Kablolar ve Dörtlü Boyayıcı
|
||||||
desc: "Az önce <strong>Kablo Katmanını</strong> açtın: Normal oyunun bulunduğu katmanın
|
desc: "Az önce <strong>Kablo Katmanını</strong> açtın: Normal oyunun bulunduğu
|
||||||
üzerinde ayrı bir katmandır ve bir sürü yeni özelliği vardır!<br><br> Başlangıç olarak
|
katmanın üzerinde ayrı bir katmandır ve bir sürü yeni özelliği
|
||||||
senin için <strong>Dörtlü Boyayıcıyı</strong> açıyorum. - Kablo katmanında boyamak için
|
vardır!<br><br> Başlangıç olarak senin için <strong>Dörtlü
|
||||||
istediğin hatları bağla! <br><br> Kablo katmanına geçiş yapmak için <strong>E</strong> tuşunu kullan."
|
Boyayıcıyı</strong> açıyorum. - Kablo katmanında boyamak için
|
||||||
|
istediğin hatları bağla! <br><br> Kablo katmanına geçiş yapmak için
|
||||||
|
<strong>E</strong> tuşunu kullan."
|
||||||
reward_filter:
|
reward_filter:
|
||||||
title: Eşya Filtresi
|
title: Eşya Filtresi
|
||||||
desc: <strong>Eşya filtresini</strong> açtın! Kablo katmanından gelen sinyalle eşleşmelerine
|
desc: <strong>Eşya filtresini</strong> açtın! Kablo katmanından gelen sinyalle
|
||||||
bağlı olarak eşyaları yukarıdaki yada aşağıdaki çıkışa yönlendirir.<br><br>
|
eşleşmelerine bağlı olarak eşyaları yukarıdaki yada aşağıdaki çıkışa
|
||||||
Ayrıca filtreyi tamamen açıp kapatmak için ikili sinyal (1 / 0) kullanabilirsin.
|
yönlendirir.<br><br> Ayrıca filtreyi tamamen açıp kapatmak için
|
||||||
|
ikili sinyal (1 / 0) kullanabilirsin.
|
||||||
settings:
|
settings:
|
||||||
title: Ayarlar
|
title: Ayarlar
|
||||||
categories:
|
categories:
|
||||||
@ -776,9 +813,10 @@ settings:
|
|||||||
daha kolay öğrenilebilmesi için gizler.
|
daha kolay öğrenilebilmesi için gizler.
|
||||||
enableTunnelSmartplace:
|
enableTunnelSmartplace:
|
||||||
title: Akıllı Tüneller
|
title: Akıllı Tüneller
|
||||||
description: Aktif edildiği zaman, inşa edilen tüneller yol üzerindeki işe yaramayan
|
description: Aktif edildiği zaman, inşa edilen tüneller yol üzerindeki işe
|
||||||
bantları otomatik olarak siler. Bu ayar aynı zamanda tünellerin çekilerek inşa edilmesi ve aşırı
|
yaramayan bantları otomatik olarak siler. Bu ayar aynı zamanda
|
||||||
uzağa yerleştirilen tünel uçlarının silinmesini de sağlar.
|
tünellerin çekilerek inşa edilmesi ve aşırı uzağa yerleştirilen
|
||||||
|
tünel uçlarının silinmesini de sağlar.
|
||||||
vignette:
|
vignette:
|
||||||
title: Gölgelendİrme
|
title: Gölgelendİrme
|
||||||
description: Gölgelendirmeyi açar. Gölgelendirme ekranın köşelerini karartır ve
|
description: Gölgelendirmeyi açar. Gölgelendirme ekranın köşelerini karartır ve
|
||||||
@ -829,25 +867,35 @@ settings:
|
|||||||
description: Müzik seviyesini ayarlar
|
description: Müzik seviyesini ayarlar
|
||||||
lowQualityMapResources:
|
lowQualityMapResources:
|
||||||
title: Düşük Kalİte Harİta Kaynakları
|
title: Düşük Kalİte Harİta Kaynakları
|
||||||
description: Oyun performansını artırmak için haritada görünen kaynakların çizim kalitesinin sadeleştirir. Kaynaklar daha açık görüneceğinde bu özelliği bir dene!
|
description: Oyun performansını artırmak için haritada görünen kaynakların çizim
|
||||||
|
kalitesinin sadeleştirir. Kaynaklar daha açık görüneceğinde bu
|
||||||
|
özelliği bir dene!
|
||||||
disableTileGrid:
|
disableTileGrid:
|
||||||
title: Harİta Çİzgİlerİnİ Gizle
|
title: Harİta Çİzgİlerİnİ Gizle
|
||||||
description: Harita çizgilerini gizlemek oyun performansına yardımcı olabilir. Aynı zamanda oyunun daha açık görünmesini sağlar!
|
description: Harita çizgilerini gizlemek oyun performansına yardımcı olabilir.
|
||||||
|
Aynı zamanda oyunun daha açık görünmesini sağlar!
|
||||||
clearCursorOnDeleteWhilePlacing:
|
clearCursorOnDeleteWhilePlacing:
|
||||||
title: Sağ Tık İnşa İptalİ
|
title: Sağ Tık İnşa İptalİ
|
||||||
description: Varsayılan olarak açık. Özellik açıksa, inşa modundayken sağ yık yapıldığında inşa modundan çıkar. Eğer özellik kapalıysa, inşa modundan çıkmadan var olan yapıları sağ tık ile silebilirsiniz.
|
description: Varsayılan olarak açık. Özellik açıksa, inşa modundayken sağ yık
|
||||||
|
yapıldığında inşa modundan çıkar. Eğer özellik kapalıysa, inşa
|
||||||
|
modundan çıkmadan var olan yapıları sağ tık ile silebilirsiniz.
|
||||||
lowQualityTextures:
|
lowQualityTextures:
|
||||||
title: Düşük Kalİte Görüntü (Çirkin)
|
title: Düşük Kalİte Görüntü (Çirkin)
|
||||||
description: Performans için düşük kalite görüntü kullanır. Bu oyunun daha çirkin görünmesine sebep olur!
|
description: Performans için düşük kalite görüntü kullanır. Bu oyunun daha
|
||||||
|
çirkin görünmesine sebep olur!
|
||||||
displayChunkBorders:
|
displayChunkBorders:
|
||||||
title: Harİta Alan Sınırlarını Göster
|
title: Harİta Alan Sınırlarını Göster
|
||||||
description: Oyun 16'ya 16 alanlardan oluşur. Bu seçenek aktif olduğunda alan sınırları görüntülenir.
|
description: Oyun 16'ya 16 alanlardan oluşur. Bu seçenek aktif olduğunda alan
|
||||||
|
sınırları görüntülenir.
|
||||||
pickMinerOnPatch:
|
pickMinerOnPatch:
|
||||||
title: Kaynak Üzerinde Üretİcİ Seç
|
title: Kaynak Üzerinde Üretİcİ Seç
|
||||||
description: Varsayılan olarak açık. Eğer pipet bir kaynağın üzerinde kullanılırsa, üreteç yapısı inşa için seçilir.
|
description: Varsayılan olarak açık. Eğer pipet bir kaynağın üzerinde
|
||||||
|
kullanılırsa, üreteç yapısı inşa için seçilir.
|
||||||
simplifiedBelts:
|
simplifiedBelts:
|
||||||
title: Sadeleştİrİlmİş Bantlar (Çirkin)
|
title: Sadeleştİrİlmİş Bantlar (Çirkin)
|
||||||
description: Taşıma bandı üzerindeki eşyalar görüntülenmez, eğer fare imleci taşıma bandı üzerinde değilse. Eğer gerçekten performansa ihtiyacınız yoksa bu ayarla oynamanız tavsiye edilmez.
|
description: Taşıma bandı üzerindeki eşyalar görüntülenmez, eğer fare imleci
|
||||||
|
taşıma bandı üzerinde değilse. Eğer gerçekten performansa
|
||||||
|
ihtiyacınız yoksa bu ayarla oynamanız tavsiye edilmez.
|
||||||
enableMousePan:
|
enableMousePan:
|
||||||
title: Fare Kaydırarak Hareket Etme
|
title: Fare Kaydırarak Hareket Etme
|
||||||
description: Fareyi ekranın köşelerine getirerek hareket ettirmeyi sağlar.
|
description: Fareyi ekranın köşelerine getirerek hareket ettirmeyi sağlar.
|
||||||
@ -928,8 +976,9 @@ keybindings:
|
|||||||
about:
|
about:
|
||||||
title: Oyun Hakkında
|
title: Oyun Hakkında
|
||||||
body: >-
|
body: >-
|
||||||
Bu oyun açık kaynaklıdır ve <a href="https://github.com/tobspr" target="_blank">Tobias Springer</a> (bu benim)
|
Bu oyun açık kaynaklıdır ve <a href="https://github.com/tobspr"
|
||||||
tarafından geliştirilmektedir. <br><br>
|
target="_blank">Tobias Springer</a> (bu benim) tarafından
|
||||||
|
geliştirilmektedir. <br><br>
|
||||||
|
|
||||||
Eğer katkıda bulunmak istiyorsanız, <a href="<githublink>" target="_blank">shapez.io Github sayfasına</a> göz atın.<br><br>
|
Eğer katkıda bulunmak istiyorsanız, <a href="<githublink>" target="_blank">shapez.io Github sayfasına</a> göz atın.<br><br>
|
||||||
|
|
||||||
@ -954,56 +1003,71 @@ tips:
|
|||||||
- Merkeze çok yakın inşa etmeyin, yoksa büyük bir karmaşa yaratır!
|
- Merkeze çok yakın inşa etmeyin, yoksa büyük bir karmaşa yaratır!
|
||||||
- Kaynaştırma çalışmazsa, girişleri değiştirmeyi deneyin.
|
- Kaynaştırma çalışmazsa, girişleri değiştirmeyi deneyin.
|
||||||
- <b>R</b>'ye basarak bant planlayıcı yönünü değiştirebilirsiniz.
|
- <b>R</b>'ye basarak bant planlayıcı yönünü değiştirebilirsiniz.
|
||||||
- <b>CTRL</b> tuşunun basılı tutulması bantların otomatik yönlendirme olmadan sürüklenmesine izin verir.
|
- <b>CTRL</b> tuşunun basılı tutulması bantların otomatik yönlendirme
|
||||||
|
olmadan sürüklenmesine izin verir.
|
||||||
- Tüm yükseltmeler aynı seviyede olduğu sürece oranlar aynı kalır.
|
- Tüm yükseltmeler aynı seviyede olduğu sürece oranlar aynı kalır.
|
||||||
- Seri işlem, paralelden daha verimlidir.
|
- Seri işlem, paralelden daha verimlidir.
|
||||||
- Oyunun ilerleyen bölümlerinde daha fazla yapı çeşidinin kilidini açacaksınız!
|
- Oyunun ilerleyen bölümlerinde daha fazla yapı çeşidinin kilidini
|
||||||
- Farklı yapı çeşitleri arasında geçiş yapmak için <b>T</b>'yi kullanabilirsiniz.
|
açacaksınız!
|
||||||
|
- Farklı yapı çeşitleri arasında geçiş yapmak için <b>T</b>'yi
|
||||||
|
kullanabilirsiniz.
|
||||||
- Simetri işin püf noktasıdır!
|
- Simetri işin püf noktasıdır!
|
||||||
- Farklı tünel çeşitlerini içiçe kullanabilirsiniz.
|
- Farklı tünel çeşitlerini içiçe kullanabilirsiniz.
|
||||||
- Düzenli fabrikalar kurmaya çalışın - karşılığını alırsınız!
|
- Düzenli fabrikalar kurmaya çalışın - karşılığını alırsınız!
|
||||||
- Boyayıcının, <b>T</b> ile seçebileceğiniz aynaya göre ters bir çeşidi vardır.
|
- Boyayıcının, <b>T</b> ile seçebileceğiniz aynaya göre ters bir çeşidi
|
||||||
|
vardır.
|
||||||
- Doğru yapı oranlarına sahip olmak verimliliği en üst düzeye çıkaracaktır.
|
- Doğru yapı oranlarına sahip olmak verimliliği en üst düzeye çıkaracaktır.
|
||||||
- En üst seviyeye geliştirilmiş 5 üretici tek bir bandı dolduracaktır.
|
- En üst seviyeye geliştirilmiş 5 üretici tek bir bandı dolduracaktır.
|
||||||
- Tünelleri unutma!
|
- Tünelleri unutma!
|
||||||
- Tam verimlilik için öğeleri eşit olarak bölmenize gerek yoktur.
|
- Tam verimlilik için öğeleri eşit olarak bölmenize gerek yoktur.
|
||||||
- <b>SHIFT</b> tuşunu basılı tutmak bant planlayıcıyı etkinleştirir ve uzun taşıma hatlarını
|
- <b>SHIFT</b> tuşunu basılı tutmak bant planlayıcıyı etkinleştirir ve uzun
|
||||||
kolayca yerleştirmenize izin verir.
|
taşıma hatlarını kolayca yerleştirmenize izin verir.
|
||||||
- Kesiciler, kendi yönlerinden bağımsız olarak daima dikey olarak keserler.
|
- Kesiciler, kendi yönlerinden bağımsız olarak daima dikey olarak keserler.
|
||||||
- Beyaz renk elde etmek için üç rengi birbiriyle karıştırın.
|
- Beyaz renk elde etmek için üç rengi birbiriyle karıştırın.
|
||||||
- Depolama yapısı ilk çıktıya öncelik verir.
|
- Depolama yapısı ilk çıktıya öncelik verir.
|
||||||
- Tekrarlanabilir tasarımlar oluşturmak için zaman ayırın - buna değer!
|
- Tekrarlanabilir tasarımlar oluşturmak için zaman ayırın - buna değer!
|
||||||
- <b>CTRL</b> tuşunu basılı tutmak, birden çok yapı yerleştirmeye izin verir.
|
- <b>CTRL</b> tuşunu basılı tutmak, birden çok yapı yerleştirmeye izin verir.
|
||||||
- Yerleştirilen bantların yönünü ters çevirmek için <b>ALT</b> tuşunu basılı tutabilirsiniz.
|
- Yerleştirilen bantların yönünü ters çevirmek için <b>ALT</b> tuşunu basılı
|
||||||
|
tutabilirsiniz.
|
||||||
- Verimlilik işin püf noktasıdır!
|
- Verimlilik işin püf noktasıdır!
|
||||||
- Merkezden daha uzaktaki şekil kaynakları daha karmaşıktır.
|
- Merkezden daha uzaktaki şekil kaynakları daha karmaşıktır.
|
||||||
- Makinelerin sınırlı bir hızı vardır, bunları maksimum verimlilik için bölün.
|
- Makinelerin sınırlı bir hızı vardır, bunları maksimum verimlilik için
|
||||||
|
bölün.
|
||||||
- Verimliliğinizi en üst düzeye çıkarmak için dengeleyiciler kullanın.
|
- Verimliliğinizi en üst düzeye çıkarmak için dengeleyiciler kullanın.
|
||||||
- Organizasyon önemlidir. Bantları çok fazla birbirlerine dik geçirmemeye çalışın.
|
- Organizasyon önemlidir. Bantları çok fazla birbirlerine dik geçirmemeye
|
||||||
|
çalışın.
|
||||||
- Yapacaklarınızı önceden planlayın, yoksa büyük bir kaos olur!
|
- Yapacaklarınızı önceden planlayın, yoksa büyük bir kaos olur!
|
||||||
- Eski fabrikalarınızı kaldırmayın! Yükseltmelerin kilidini açmak için onlara ihtiyacınız olacak.
|
- Eski fabrikalarınızı kaldırmayın! Yükseltmelerin kilidini açmak için
|
||||||
|
onlara ihtiyacınız olacak.
|
||||||
- Yardım aramadan önce 20. seviyeyi kendi başına geçmeyi dene!
|
- Yardım aramadan önce 20. seviyeyi kendi başına geçmeyi dene!
|
||||||
- İşleri karıştırmayın, basit kalmaya çalışın. Sonrasında çok ilerleyeceksiniz.
|
- İşleri karıştırmayın, basit kalmaya çalışın. Sonrasında çok
|
||||||
- Fabrikaları oyunun ilerleyen bölümlerinde yeniden kullanmanız gerekebilir. Fabrikalarınızı yeniden
|
ilerleyeceksiniz.
|
||||||
kullanılabilecek şekilde planlayın.
|
- Fabrikaları oyunun ilerleyen bölümlerinde yeniden kullanmanız gerekebilir.
|
||||||
- Bazen gerekli bir şekli oluşturmadan, haritada kaynak olarak bulabilirsiniz.
|
Fabrikalarınızı yeniden kullanılabilecek şekilde planlayın.
|
||||||
|
- Bazen gerekli bir şekli oluşturmadan, haritada kaynak olarak
|
||||||
|
bulabilirsiniz.
|
||||||
- Tam yel değirmenleri / fırıldaklar asla doğal olarak ortaya çıkamaz.
|
- Tam yel değirmenleri / fırıldaklar asla doğal olarak ortaya çıkamaz.
|
||||||
- Maksimum verimlilik için şekillerinizi kesmeden önce renklendirin.
|
- Maksimum verimlilik için şekillerinizi kesmeden önce renklendirin.
|
||||||
- Modülleri ile uzay yalnızca bir algıdır; ölümlü insanlar için bir endişe kaynağı.
|
- Modülleri ile uzay yalnızca bir algıdır; ölümlü insanlar için bir endişe
|
||||||
|
kaynağı.
|
||||||
- Ayrı bir taslak fabrikası yapın. Modüller için önemlidirler.
|
- Ayrı bir taslak fabrikası yapın. Modüller için önemlidirler.
|
||||||
- Renk karıştırıcısına daha yakından bakın, sorularınız cevaplanacaktır.
|
- Renk karıştırıcısına daha yakından bakın, sorularınız cevaplanacaktır.
|
||||||
- Bir alan seçmek için <b>CTRL</b> tuşuna basılı olarak tıklayın.
|
- Bir alan seçmek için <b>CTRL</b> tuşuna basılı olarak tıklayın.
|
||||||
- Merkeze çok yakın inşa etmek sonraki projelerin önüne geçebilir.
|
- Merkeze çok yakın inşa etmek sonraki projelerin önüne geçebilir.
|
||||||
- Geliştirme listesindeki her şeklin yanındaki iğne simgesi, onu ekrana sabitler.
|
- Geliştirme listesindeki her şeklin yanındaki iğne simgesi, onu ekrana
|
||||||
|
sabitler.
|
||||||
- Beyaz yapmak için tüm ana renkleri karıştırın!
|
- Beyaz yapmak için tüm ana renkleri karıştırın!
|
||||||
- Sonsuz bir haritanız var, fabrikanızı sıkıştırmayın, genişletin!
|
- Sonsuz bir haritanız var, fabrikanızı sıkıştırmayın, genişletin!
|
||||||
- Ayrıca Factorio'yu deneyin! Bu benim en sevdiğim oyun.
|
- Ayrıca Factorio'yu deneyin! Bu benim en sevdiğim oyun.
|
||||||
- Dörtlü kesici, sağ üstten başlayarak saat yönünde keser!
|
- Dörtlü kesici, sağ üstten başlayarak saat yönünde keser!
|
||||||
- Kayıtlı oyunlarınızı ana menüden indirebilirsiniz!
|
- Kayıtlı oyunlarınızı ana menüden indirebilirsiniz!
|
||||||
- Bu oyunda kullanışlı birçok tuş bağlantısı var! Ayarlar sayfasını kontrol ettiğinizden emin olun.
|
- Bu oyunda kullanışlı birçok tuş bağlantısı var! Ayarlar sayfasını kontrol
|
||||||
|
ettiğinizden emin olun.
|
||||||
- Bu oyunun birçok ayarı var, kontrol ettiğinizden emin olun!
|
- Bu oyunun birçok ayarı var, kontrol ettiğinizden emin olun!
|
||||||
- Merkezin yer imi, yönünü belirtmek için küçük bir pusulaya sahiptir!
|
- Merkezin yer imi, yönünü belirtmek için küçük bir pusulaya sahiptir!
|
||||||
- Bantları temizlemek için onları kesin ve ardından aynı yere yapıştırın.
|
- Bantları temizlemek için onları kesin ve ardından aynı yere yapıştırın.
|
||||||
- FPS'nizi (oyun kare hızı) ve Tik Oranınızı (oyun hızı) göstermek için F4'e basın.
|
- FPS'nizi (oyun kare hızı) ve Tik Oranınızı (oyun hızı) göstermek için F4'e
|
||||||
|
basın.
|
||||||
- Farenizin ve kameranızın sınırlarını göstermek için F4'e iki kez basın.
|
- Farenizin ve kameranızın sınırlarını göstermek için F4'e iki kez basın.
|
||||||
- Sol tarafta sabitlenmiş bir şekle tıklayarak sabitlemesini kaldırabilirsiniz.
|
- Sol tarafta sabitlenmiş bir şekle tıklayarak sabitlemesini
|
||||||
|
kaldırabilirsiniz.
|
||||||
|
@ -121,7 +121,9 @@ dialogs:
|
|||||||
text: Не вдалося завантажити вашу збережену гру.
|
text: Не вдалося завантажити вашу збережену гру.
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: Підтвердження
|
title: Підтвердження
|
||||||
text: Ви справді хочете видалити гру?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: Виникла помилка при видаленні
|
title: Виникла помилка при видаленні
|
||||||
text: Не вдалося видалити збережену гру.
|
text: Не вдалося видалити збережену гру.
|
||||||
@ -182,9 +184,8 @@ dialogs:
|
|||||||
createMarker:
|
createMarker:
|
||||||
title: Нова позначка
|
title: Нова позначка
|
||||||
titleEdit: Редагувати позначку
|
titleEdit: Редагувати позначку
|
||||||
desc: Дайте їй змістовну назву. Ви також можете додати <strong>короткий
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
ключ</strong> форми, що можно згенерувати <a
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
href="https://viewer.shapez.io" target="_blank">тут</a>.
|
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: Ви можете створити тільки 2 позначки в демоверсії. Отримайте окрему версії
|
desc: Ви можете створити тільки 2 позначки в демоверсії. Отримайте окрему версії
|
||||||
для створення необмеженної кількості позначок.
|
для створення необмеженної кількості позначок.
|
||||||
@ -467,7 +468,9 @@ buildings:
|
|||||||
верхнього.
|
верхнього.
|
||||||
quad:
|
quad:
|
||||||
name: Фарбувач (чотири)
|
name: Фарбувач (чотири)
|
||||||
description: Дозволяє вам фарбувати кожну четвертину форми у різний колір.
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: Смітник
|
name: Смітник
|
||||||
@ -585,11 +588,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: Різання фігур
|
title: Різання фігур
|
||||||
desc: Ви тільки-но розблокували <strong>різця</strong>. Він розрізає фігури
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
наполовину з <strong>вершини до низу</strong> незалежно від його
|
from top to bottom <strong>regardless of its
|
||||||
орієнтації!<br><br>Обов’язково позбудьтесь відходів або <strong>він
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
зупиниться</strong>. Для цього є смітник, який знищує все, що
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
входить в нього.
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: Обертання
|
title: Обертання
|
||||||
desc: <strong>Обертач</strong> розблоковано! Він повертає форми за годинниковою
|
desc: <strong>Обертач</strong> розблоковано! Він повертає форми за годинниковою
|
||||||
@ -603,8 +607,8 @@ storyRewards:
|
|||||||
контрастності</strong> в налаштуваннях!
|
контрастності</strong> в налаштуваннях!
|
||||||
reward_mixer:
|
reward_mixer:
|
||||||
title: Змішування кольорів
|
title: Змішування кольорів
|
||||||
desc: <strong>Змішування кольорів</strong> розблоковано. Об’єднуйте два кольори
|
desc: The <strong>mixer</strong> has been unlocked - It mixes two colors using
|
||||||
у цій будівлі.
|
<strong>additive blending</strong>!
|
||||||
reward_stacker:
|
reward_stacker:
|
||||||
title: Поєднувач форм
|
title: Поєднувач форм
|
||||||
desc: Тепер ви можете поєднувати фігури з <strong>поєднувачем форм</strong>!
|
desc: Тепер ви можете поєднувати фігури з <strong>поєднувачем форм</strong>!
|
||||||
@ -613,10 +617,9 @@ storyRewards:
|
|||||||
з правого входу, <strong>застрягне на горі</strong> лівого входу.
|
з правого входу, <strong>застрягне на горі</strong> лівого входу.
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: Розподілювач (з’єднувач)
|
title: Розподілювач (з’єднувач)
|
||||||
desc: Багатофункціональний <strong>розподілювач</strong> було розблоковано. Його
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
можна використовувати для створення великих фабрик,
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
<strong>розділяючи та об’єднуючи предмети </strong> на кілька
|
into two!
|
||||||
стрічок!<br><br>
|
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: Тунель
|
title: Тунель
|
||||||
desc: <strong>Тунель</strong> розблоковано. Ви можете створювати тунелі для
|
desc: <strong>Тунель</strong> розблоковано. Ви можете створювати тунелі для
|
||||||
@ -629,9 +632,10 @@ storyRewards:
|
|||||||
оберіть потрібний</strong>!
|
оберіть потрібний</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: Екстрактор (ланцюг.)
|
title: Екстрактор (ланцюг.)
|
||||||
desc: Ви розблокували <strong>ланцюговий екстрактор</strong>! Він може
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
<strong>пересилати свої ресурси</strong> іншим екстракторам, щоб ви
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
могли ефективніше видобувати ресурси!
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: Тунель II
|
title: Тунель II
|
||||||
desc: Ви розблокували новий варіант <strong>тунеля</strong>. Він має
|
desc: Ви розблокували новий варіант <strong>тунеля</strong>. Він має
|
||||||
@ -648,13 +652,18 @@ storyRewards:
|
|||||||
одночасно</strong>, споживаючи лише один колір замість двох!
|
одночасно</strong>, споживаючи лише один колір замість двох!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: Storage Buffer
|
title: Storage Buffer
|
||||||
desc: Ви розблокували інший варіант <strong>trash</strong> - It allows you to
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
store items up to a given capacity!
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: Пісочниця
|
title: Пісочниця
|
||||||
desc: Ви зробили це! Ви розблокували <strong>вільний режим</strong>! Це означає,
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
що форми тут створюватимуться випадкові! Не хвилюйтеся, більше
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
контенту планується для окремого режиму!
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: Креслення
|
title: Креслення
|
||||||
desc: Ви вже можете <strong>копіювати і вставляти</strong> частини вашої
|
desc: Ви вже можете <strong>копіювати і вставляти</strong> частини вашої
|
||||||
@ -665,9 +674,9 @@ storyRewards:
|
|||||||
щойно доставили).
|
щойно доставили).
|
||||||
no_reward:
|
no_reward:
|
||||||
title: Наступний рівень
|
title: Наступний рівень
|
||||||
desc: Цей рівень не дав нагороди, але в наступному... щось буде. <br><br> До
|
desc: "This level gave you no reward, but the next one will! <br><br> PS: Better
|
||||||
речі, краще не руйнуйте свою поточну фабрику. Вам знадобляться всі
|
not destroy your existing factory - You'll need <strong>all</strong>
|
||||||
ті форми пізніше, щоб <strong>розблокувати поліпшення</strong>!
|
those shapes later to <strong>unlock upgrades</strong>!"
|
||||||
no_reward_freeplay:
|
no_reward_freeplay:
|
||||||
title: Наступний рівень
|
title: Наступний рівень
|
||||||
desc: Вітаємо! До речі, більше контенту планується в окремій версії!
|
desc: Вітаємо! До речі, більше контенту планується в окремій версії!
|
||||||
@ -692,8 +701,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -110,7 +110,9 @@ dialogs:
|
|||||||
text: 未能导入你的存档:
|
text: 未能导入你的存档:
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: 确认删除
|
title: 确认删除
|
||||||
text: 你确定要删除这个存档吗?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: 删除错误
|
title: 删除错误
|
||||||
text: 未能删除你的存档
|
text: 未能删除你的存档
|
||||||
@ -152,8 +154,8 @@ dialogs:
|
|||||||
class='keybinding'>ALT</code>: 反向放置传送带。<br>"
|
class='keybinding'>ALT</code>: 反向放置传送带。<br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: 创建地图标记
|
title: 创建地图标记
|
||||||
desc: 给地图标记起一个的名字。你可以在名字中加入一个<strong>短代码</strong>以加入图形。(你可以在<a
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
href="https://viewer.shapez.io" target="_blank">这里</a>生成短代码。)
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
titleEdit: 编辑地图标记
|
titleEdit: 编辑地图标记
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: 在试玩版中你只能创建两个地图标记。请获取独立版以创建更多标记。
|
desc: 在试玩版中你只能创建两个地图标记。请获取独立版以创建更多标记。
|
||||||
@ -404,7 +406,9 @@ buildings:
|
|||||||
description: 同时为两个输入的图形上色,每次上色只消耗一份颜色。
|
description: 同时为两个输入的图形上色,每次上色只消耗一份颜色。
|
||||||
quad:
|
quad:
|
||||||
name: 上色机(四向)
|
name: 上色机(四向)
|
||||||
description: 为图形的四个角涂上不同的颜色。
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: 上色机 (镜像)
|
name: 上色机 (镜像)
|
||||||
description: 将整个图形涂上输入的颜色。
|
description: 将整个图形涂上输入的颜色。
|
||||||
@ -537,7 +541,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: 切割图形
|
title: 切割图形
|
||||||
desc: 恭喜!你解锁了<strong>切割机</strong>。切割机会把图形<strong>从上到下</strong>切成两半。注意切割的方向和切割机的朝向无关。<br><br>记得把不需要的部分处理掉,否则这个这个建筑会停止工作。为此我给你准备了<strong>垃圾桶</strong>,它会把所有放进去的物品销毁掉。
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
|
from top to bottom <strong>regardless of its
|
||||||
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: 顺时针旋转
|
title: 顺时针旋转
|
||||||
desc: 恭喜!你解锁了<strong>旋转机</strong>。它会顺时针旋转输入的图形90度。
|
desc: 恭喜!你解锁了<strong>旋转机</strong>。它会顺时针旋转输入的图形90度。
|
||||||
@ -553,7 +562,9 @@ storyRewards:
|
|||||||
desc: 恭喜!你解锁了<strong>堆叠机</strong>。堆叠机会尝试把两个输入的图形<strong>拼贴</strong>在一起。如果有重叠的部分,右边的输入会被<strong>堆叠</strong>在左边的输入上方!
|
desc: 恭喜!你解锁了<strong>堆叠机</strong>。堆叠机会尝试把两个输入的图形<strong>拼贴</strong>在一起。如果有重叠的部分,右边的输入会被<strong>堆叠</strong>在左边的输入上方!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: 分离与合并
|
title: 分离与合并
|
||||||
desc: 恭喜!你解锁了<strong>平衡机</strong>。在大型工厂中,平衡机负责<strong>合并或分离</strong>多个传送带上的物品。<br><br>
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: 隧道
|
title: 隧道
|
||||||
desc: 恭喜!你解锁了<strong>隧道</strong>。你现在可以从其他传送带或建筑底下运送物品了!
|
desc: 恭喜!你解锁了<strong>隧道</strong>。你现在可以从其他传送带或建筑底下运送物品了!
|
||||||
@ -562,7 +573,10 @@ storyRewards:
|
|||||||
desc: 恭喜!你解锁了<strong>旋转机</strong>的<strong>逆时针</strong>变体。这个变体可以逆时针旋转图形。选择旋转机然后按"T"键来选取这个变体。
|
desc: 恭喜!你解锁了<strong>旋转机</strong>的<strong>逆时针</strong>变体。这个变体可以逆时针旋转图形。选择旋转机然后按"T"键来选取这个变体。
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: 链式开采机
|
title: 链式开采机
|
||||||
desc: 你解锁了<strong>链式开采机</strong>! 它能够<strong>把资源传递给</strong>其他开采机,让你可以更高效率的开采资源!
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: 二级隧道
|
title: 二级隧道
|
||||||
desc: 恭喜!你解锁了<strong>二级隧道</strong>。这是隧道的一个变体。二级隧道有<strong>更长的传输距离</strong>。你还可以混用不同的隧道变体!
|
desc: 恭喜!你解锁了<strong>二级隧道</strong>。这是隧道的一个变体。二级隧道有<strong>更长的传输距离</strong>。你还可以混用不同的隧道变体!
|
||||||
@ -574,10 +588,18 @@ storyRewards:
|
|||||||
desc: 恭喜!你解锁了<strong>上色机</strong>的<strong>双倍</strong>变体。它可以同时为两个图形上色,每次只消耗一份颜色!
|
desc: 恭喜!你解锁了<strong>上色机</strong>的<strong>双倍</strong>变体。它可以同时为两个图形上色,每次只消耗一份颜色!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: 仓库
|
title: 仓库
|
||||||
desc: 恭喜!你解锁了<strong>垃圾桶</strong>的变体。他可以存储一定数量的物品!
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: 自由模式
|
title: 自由模式
|
||||||
desc: 恭喜你!你解锁了<strong>自由模式</strong>。现在图形将会是随机生成的!(不用担心,我计划在独立版本中加入更多内容!)
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: 蓝图
|
title: 蓝图
|
||||||
desc: 你现在可以<strong>复制粘贴</strong>你的工厂的一部分了!按住 CTRL
|
desc: 你现在可以<strong>复制粘贴</strong>你的工厂的一部分了!按住 CTRL
|
||||||
@ -610,8 +632,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
@ -118,7 +118,9 @@ dialogs:
|
|||||||
text: 存檔載入失敗:
|
text: 存檔載入失敗:
|
||||||
confirmSavegameDelete:
|
confirmSavegameDelete:
|
||||||
title: 確認刪除
|
title: 確認刪除
|
||||||
text: 你確定要刪除這存檔嗎?
|
text: Are you sure you want to delete the following game?<br><br>
|
||||||
|
'<savegameName>' at level <savegameLevel><br><br> This can not be
|
||||||
|
undone!
|
||||||
savegameDeletionError:
|
savegameDeletionError:
|
||||||
title: 刪除錯誤
|
title: 刪除錯誤
|
||||||
text: 存檔刪除失敗
|
text: 存檔刪除失敗
|
||||||
@ -160,8 +162,8 @@ dialogs:
|
|||||||
class='keybinding'>ALT</code>: 反向放置傳送帶。 <br>"
|
class='keybinding'>ALT</code>: 反向放置傳送帶。 <br>"
|
||||||
createMarker:
|
createMarker:
|
||||||
title: 創建標記
|
title: 創建標記
|
||||||
desc: 給地圖標記起一個的名字。你可以在名字中加入一個<strong>短代碼</strong>以加入圖形。 (你可以在<a
|
desc: Give it a meaningful name, you can also include a <strong>short
|
||||||
href="https://viewer.shapez.io" target="_blank">這裡</a>生成短代碼。)
|
key</strong> of a shape (Which you can generate <link>here</link>)
|
||||||
titleEdit: Edit Marker
|
titleEdit: Edit Marker
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: 在演示版中你只能創建兩個地圖標記。請獲取獨立版以創建更多標記。
|
desc: 在演示版中你只能創建兩個地圖標記。請獲取獨立版以創建更多標記。
|
||||||
@ -288,8 +290,10 @@ ingame:
|
|||||||
waypoints:
|
waypoints:
|
||||||
waypoints: 地圖標記
|
waypoints: 地圖標記
|
||||||
hub: 基地
|
hub: 基地
|
||||||
description: 滑鼠左鍵按標記跳轉到它,按右鍵將其刪除。<br>
|
description: Left-click a marker to jump to it, right-click to delete
|
||||||
<br>按<keybinding>從當前視圖創建一個標記,或<strong>按右鍵</ strong>創建一個標記。 所選位置的標記。
|
it.<br><br>Press <keybinding> to create a marker from the current
|
||||||
|
view, or <strong>right-click</strong> to create a marker at the
|
||||||
|
selected location.
|
||||||
creationSuccessNotification: 成功創建地圖標記。
|
creationSuccessNotification: 成功創建地圖標記。
|
||||||
interactiveTutorial:
|
interactiveTutorial:
|
||||||
title: 教程
|
title: 教程
|
||||||
@ -415,7 +419,9 @@ buildings:
|
|||||||
description: 同時為兩個輸入的圖形上色,每次上色只消耗一份顏色塗料。
|
description: 同時為兩個輸入的圖形上色,每次上色只消耗一份顏色塗料。
|
||||||
quad:
|
quad:
|
||||||
name: 上色機(四向)
|
name: 上色機(四向)
|
||||||
description: 為圖形的四個角塗上不同的顏色。
|
description: Allows you to color each quadrant of the shape individually. Only
|
||||||
|
slots with a <strong>truthy signal</strong> on the wires layer
|
||||||
|
will be painted!
|
||||||
mirrored:
|
mirrored:
|
||||||
name: 上色機
|
name: 上色機
|
||||||
description: 將整個圖形塗上輸入的顏色。
|
description: 將整個圖形塗上輸入的顏色。
|
||||||
@ -549,8 +555,12 @@ buildings:
|
|||||||
storyRewards:
|
storyRewards:
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
title: 切割圖形
|
title: 切割圖形
|
||||||
desc: <strong>切割機</strong>已解鎖。不論切割機的方向,它都會把圖形<strong>垂直地</strong>切成兩半。
|
desc: You just unlocked the <strong>cutter</strong>, which cuts shapes in half
|
||||||
<br><br>記得把不需要的部分處理掉,否則這個這個建築會停止運作。為此我給你準備了<strong>垃圾桶</strong>,它會把所有放進去的物品銷毀掉。
|
from top to bottom <strong>regardless of its
|
||||||
|
orientation</strong>!<br><br>Be sure to get rid of the waste, or
|
||||||
|
otherwise <strong>it will clog and stall</strong> - For this purpose
|
||||||
|
I have given you the <strong>trash</strong>, which destroys
|
||||||
|
everything you put into it!
|
||||||
reward_rotater:
|
reward_rotater:
|
||||||
title: 順時針旋轉
|
title: 順時針旋轉
|
||||||
desc: <strong>旋轉機</strong>已解鎖。它會順時針旋轉輸入的圖形90度。
|
desc: <strong>旋轉機</strong>已解鎖。它會順時針旋轉輸入的圖形90度。
|
||||||
@ -565,40 +575,57 @@ storyRewards:
|
|||||||
desc: <strong>混合機</strong>已解鎖。如果沒有重疊的部分,混合機會嘗試把兩個輸入的圖形<strong>拼貼</strong>在一起。如果有重疊的部分,右邊的輸入會被<strong>疊</strong>到左邊的輸入上方!
|
desc: <strong>混合機</strong>已解鎖。如果沒有重疊的部分,混合機會嘗試把兩個輸入的圖形<strong>拼貼</strong>在一起。如果有重疊的部分,右邊的輸入會被<strong>疊</strong>到左邊的輸入上方!
|
||||||
reward_splitter:
|
reward_splitter:
|
||||||
title: 分離/合併
|
title: 分離/合併
|
||||||
desc: <strong>平衡機</strong>已解鎖。在大型工廠中,平衡機負責<strong>合併或分離</strong>多個傳送帶上的物品。
|
desc: You have unlocked a <strong>splitter</strong> variant of the
|
||||||
<br><br>
|
<strong>balancer</strong> - It accepts one input and splits them
|
||||||
|
into two!
|
||||||
reward_tunnel:
|
reward_tunnel:
|
||||||
title: 隧道
|
title: 隧道
|
||||||
desc: <strong>隧道</strong>已解鎖。你現在可以從其他傳送帶或建築底下運送物品了!
|
desc: <strong>隧道</strong>已解鎖。你現在可以從其他傳送帶或建築底下運送物品了!
|
||||||
reward_rotater_ccw:
|
reward_rotater_ccw:
|
||||||
title: 逆時針旋轉
|
title: 逆時針旋轉
|
||||||
desc: 您已解鎖了<strong>旋轉器</ strong>的變體-它可以逆時針旋轉! 要構建它,請選擇旋轉器,然後<strong>按“T”鍵切換其變種</
|
desc: You have unlocked a variant of the <strong>rotater</strong> - It allows
|
||||||
strong>!
|
you to rotate shapes counter-clockwise! To build it, select the
|
||||||
|
rotater and <strong>press 'T' to cycle through its
|
||||||
|
variants</strong>!
|
||||||
reward_miner_chainable:
|
reward_miner_chainable:
|
||||||
title: 鏈式開採機
|
title: 鏈式開採機
|
||||||
desc: <strong>鏈式開採機</strong>變體已解鎖。它是開採機的一個變體。它可以將開採出來的資源<strong>傳遞</strong>給其他的開採機,使得資源提取更加高效!
|
desc: "You have unlocked the <strong>chained extractor</strong>! It can
|
||||||
|
<strong>forward its resources</strong> to other extractors so you
|
||||||
|
can more efficiently extract resources!<br><br> PS: The old
|
||||||
|
extractor has been replaced in your toolbar now!"
|
||||||
reward_underground_belt_tier_2:
|
reward_underground_belt_tier_2:
|
||||||
title: 貳級隧道
|
title: 貳級隧道
|
||||||
desc: <strong>貳級隧道</strong>變體已解鎖。這個隧道有<strong>更長的傳輸距離</strong>。你還可以混用不同的隧道變體!
|
desc: <strong>貳級隧道</strong>變體已解鎖。這個隧道有<strong>更長的傳輸距離</strong>。你還可以混用不同的隧道變體!
|
||||||
reward_cutter_quad:
|
reward_cutter_quad:
|
||||||
title: 四分切割機
|
title: 四分切割機
|
||||||
desc: 您已解鎖了<strong>四分切割機</ strong>的變體-它允許您將形狀直接切割為<strong>四個部分</ strong>,而不是兩個!
|
desc: You have unlocked a variant of the <strong>cutter</strong> - It allows you
|
||||||
|
to cut shapes in <strong>four parts</strong> instead of just two!
|
||||||
reward_painter_double:
|
reward_painter_double:
|
||||||
title: 雙倍上色機
|
title: 雙倍上色機
|
||||||
desc: 您已經解鎖了<strong>雙倍上色機</ strong>的變體-它可以作為常規畫家使用,但一次只能處理<strong>兩個形狀</
|
desc: You have unlocked a variant of the <strong>painter</strong> - It works
|
||||||
strong>,而只消耗一種顏色而不是兩種顏色!
|
similar to the regular painter but processes <strong>two shapes at
|
||||||
|
once</strong>, consuming just one color instead of two!
|
||||||
reward_storage:
|
reward_storage:
|
||||||
title: 倉庫
|
title: 倉庫
|
||||||
desc: <strong>倉庫</strong>變體已解鎖。它可以暫時儲存一些材料,有容量上限。
|
desc: You have unlocked the <strong>storage</strong> building - It allows you to
|
||||||
|
store items up to a given capacity!<br><br> It priorities the left
|
||||||
|
output, so you can also use it as an <strong>overflow gate</strong>!
|
||||||
reward_freeplay:
|
reward_freeplay:
|
||||||
title: 自由模式
|
title: 自由模式
|
||||||
desc: 恭喜你!你解鎖了<strong>自由模式</strong>!現在圖形將會是隨機生成的! (不用擔心,我計劃在獨立版本中加入更多內容!)
|
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means
|
||||||
|
that shapes are now <strong>randomly</strong> generated!<br><br>
|
||||||
|
Since the hub will require a <strong>throughput</strong> from now
|
||||||
|
on, I highly recommend to build a machine which automatically
|
||||||
|
delivers the requested shape!<br><br> The HUB outputs the requested
|
||||||
|
shape on the wires layer, so all you have to do is to analyze it and
|
||||||
|
automatically configure your factory based on that.
|
||||||
reward_blueprints:
|
reward_blueprints:
|
||||||
title: 藍圖
|
title: 藍圖
|
||||||
desc: 現在,您可以<strong>複製並貼上</ strong>工廠的各個部分!
|
desc: You can now <strong>copy and paste</strong> parts of your factory! Select
|
||||||
選擇一個區域(按住CTRL,然後用游標拖動),然後按'C'將其複制。<br>
|
an area (Hold CTRL, then drag with your mouse), and press 'C' to
|
||||||
<br>複製<strong>不是免費的</strong>,您需要用<strong>藍圖 形狀</ strong>來支付!
|
copy it.<br><br>Pasting it is <strong>not free</strong>, you need to
|
||||||
(您剛交付的那些)。
|
produce <strong>blueprint shapes</strong> to afford it! (Those you
|
||||||
|
just delivered).
|
||||||
no_reward:
|
no_reward:
|
||||||
title: 下一關
|
title: 下一關
|
||||||
desc: "這一關沒有獎勵,但是下一關有! <br><br> PS:
|
desc: "這一關沒有獎勵,但是下一關有! <br><br> PS:
|
||||||
@ -627,8 +654,10 @@ storyRewards:
|
|||||||
you to rotate a shape by 180 degress (Surprise! :D)
|
you to rotate a shape by 180 degress (Surprise! :D)
|
||||||
reward_display:
|
reward_display:
|
||||||
title: Display
|
title: Display
|
||||||
desc: You have unlocked the <strong>Display</strong> - Connect a signal on the
|
desc: "You have unlocked the <strong>Display</strong> - Connect a signal on the
|
||||||
wires layer to visualize its contents!
|
wires layer to visualize it!<br><br> PS: Did you notice the belt
|
||||||
|
reader and storage output their last read item? Try showing it on a
|
||||||
|
display!"
|
||||||
reward_constant_signal:
|
reward_constant_signal:
|
||||||
title: Constant Signal
|
title: Constant Signal
|
||||||
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
desc: You unlocked the <strong>constant signal</strong> building on the wires
|
||||||
|
Loading…
Reference in New Issue
Block a user