From 74201a0894de004bb0c195fdfd1b995e349bff14 Mon Sep 17 00:00:00 2001 From: tobspr Date: Thu, 1 Oct 2020 08:49:16 +0200 Subject: [PATCH] Fix outdated keys in translations --- sync-translations.js | 2 +- translations/base-ar.yaml | 53 +++--- translations/base-cat.yaml | 66 ++++--- translations/base-cz.yaml | 67 ++++--- translations/base-da.yaml | 62 +++--- translations/base-de.yaml | 113 ++++++----- translations/base-el.yaml | 69 ++++--- translations/base-es.yaml | 60 +++--- translations/base-fi.yaml | 58 +++--- translations/base-fr.yaml | 45 +++-- translations/base-hr.yaml | 55 +++--- translations/base-hu.yaml | 54 +++--- translations/base-ind.yaml | 63 ++++--- translations/base-it.yaml | 305 ++++++++++++++++-------------- translations/base-ja.yaml | 49 +++-- translations/base-kor.yaml | 59 ++++-- translations/base-lt.yaml | 52 +++-- translations/base-nl.yaml | 234 +++++++++++++++-------- translations/base-no.yaml | 58 +++--- translations/base-pl.yaml | 59 +++--- translations/base-pt-BR.yaml | 58 +++--- translations/base-pt-PT.yaml | 58 +++--- translations/base-ro.yaml | 59 +++--- translations/base-ru.yaml | 59 +++--- translations/base-sl.yaml | 53 +++--- translations/base-sr.yaml | 56 +++--- translations/base-sv.yaml | 59 +++--- translations/base-tr.yaml | 354 +++++++++++++++++++++-------------- translations/base-uk.yaml | 69 ++++--- translations/base-zh-CN.yaml | 46 +++-- translations/base-zh-TW.yaml | 77 +++++--- 31 files changed, 1526 insertions(+), 1005 deletions(-) diff --git a/sync-translations.js b/sync-translations.js index 8cfcf771..649daf1e 100644 --- a/sync-translations.js +++ b/sync-translations.js @@ -16,7 +16,7 @@ const originalContents = fs 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 = "/") { for (const key in originalObj) { diff --git a/translations/base-ar.yaml b/translations/base-ar.yaml index 55b7a866..dec8295f 100644 --- a/translations/base-ar.yaml +++ b/translations/base-ar.yaml @@ -121,7 +121,9 @@ dialogs: text: "Failed to load your savegame:" confirmSavegameDelete: title: Confirm deletion - text: Are you sure you want to delete the game? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Failed to delete text: "Failed to delete the savegame:" @@ -181,8 +183,7 @@ dialogs: title: New Marker titleEdit: Edit Marker desc: Give it a meaningful name, you can also include a short - key of a shape (Which you can generate here) + key of a shape (Which you can generate here) markerDemoLimit: desc: You can only create two custom markers in the demo. Get the standalone for unlimited markers! @@ -461,8 +462,9 @@ buildings: input. quad: name: Painter (Quad) - description: Allows you 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 truthy signal on the wires layer + will be painted! trash: default: name: Trash @@ -580,11 +582,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Cutting Shapes - desc: You just unlocked the cutter - it cuts shapes half from - top to bottom regardless of its - orientation!

Be sure to get rid of the waste, or otherwise - it will stall - For this purpose I gave you a - trash, which destroys everything you put into it! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotating desc: The rotater has been unlocked! It rotates shapes @@ -607,9 +610,9 @@ storyRewards: stacked on top of the left input! reward_splitter: title: Splitter/Merger - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: The tunnel has been unlocked - You can now tunnel items @@ -622,9 +625,10 @@ storyRewards: variants! reward_miner_chainable: title: Chaining Extractor - desc: You have unlocked the chaining extractor! It can + desc: "You have unlocked the chained extractor! It can forward its resources to other extractors so you - can more efficiently extract resources! + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Tier II desc: You have unlocked a new variant of the tunnel - It has a @@ -641,13 +645,18 @@ storyRewards: once consuming just one color instead of two! reward_storage: title: Storage Buffer - desc: You have unlocked a variant of the trash - It allows you - to store items up to a given capacity! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Freeplay desc: You did it! You unlocked the free-play mode! This means - that shapes are now randomly generated! (No worries, more content is - planned for the standalone!) + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Blueprints desc: You can now copy and paste parts of your factory! Select @@ -684,8 +693,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-cat.yaml b/translations/base-cat.yaml index 468a84d4..4751bf42 100644 --- a/translations/base-cat.yaml +++ b/translations/base-cat.yaml @@ -123,7 +123,9 @@ dialogs: text: "Ha ocurrit un error al intentar carregar la teva partida:" confirmSavegameDelete: title: Eliminar - text: Estàs segur que vols eliminar la partida guardada? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Error en eliminar text: "Ha ocurrit un error al intentar eliminar la teva partida:" @@ -185,9 +187,8 @@ dialogs: createMarker: title: Nou Marcador titleEdit: Editar Marcador - desc: 'Dona-li un nom significatiu, també pots usar claus de - les figures (Pots generarles a: aquí)' + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) markerDemoLimit: desc: En la Demo només pots crear dos marcadors, aconsegueix la versió 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. quad: 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 truthy signal on the wires layer + will be painted! trash: default: name: Paperera @@ -593,11 +596,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Tallar figures - desc: Acabes de desbloquejar la Tallador - talla les figures - per la meitat de dalt a baix; sense importar la - seva/ua orientació!

Assegura't d'eliminar les parts que no - utilitzes, si no es pararà - Es per això que t'he - donat una paperera, utilitza-la! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotar desc: El Rotador s'ha desbloquejat! Rota formes en sentit @@ -621,10 +625,9 @@ storyRewards: s'apilarà damunt de la de l'esquerra! reward_splitter: title: Distribuïdor - desc: El distribuïdor multifuncional s'ha desbloquejat - Pot - ser utilitzat per a construir fàbriques més grans per mitjà de la - separació i fusió de figures de diferents - cintes!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Túnel desc: El túnel s'ha desbloquejat - Ara pots passar objectes a @@ -637,9 +640,10 @@ storyRewards: variants! reward_miner_chainable: title: Extractor en cadena - desc: Has desbloquejat el extractor en cadena! Pot - passar els seus recursos a altres extractors perquè - pugues extraure recursos més eficientment! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Túnel de Nivell II desc: Has desbloquejat una nova variant del túnel - Té una @@ -657,14 +661,18 @@ storyRewards: consumint sols un color en lloc de dos! reward_storage: title: Magatzem de reserva - desc: Has desbloquejat una variant de la paperera - Et permet - emmagatzemar objectes fins a una capacitat màxima! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Joc lliure - desc: Ho has fet! Has desbloquejat el mode de joc lliure! Això - significa que les figures ara són generades aleatòriament! (No - t'angoixis/es, hi ha més contingut planejat per a la versió completa - - fora del web) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Plànols desc: Ara pots copiar i apegar/enxegar parts de la teva/ua @@ -694,17 +702,19 @@ storyRewards: en una cinta! reward_belt_reader: title: Lector de cinta - desc: Has desbloquejat el lector de cinta! Et permet mesurar el - rendiment d'una cinta. I espera a desbloquejar els cables, et serà - encara més útil! + desc: You have now unlocked the belt reader! It allows you to + measure the throughput of a belt.

And wait until you unlock + wires - then it gets really useful! reward_rotater_180: title: Rotador (180 graus) desc: Acabes de desbloquejar un altre rotador!. Et permet rotar una forma 180 graus. reward_display: title: Pantalla - desc: Has desbloquejat la Pantalla. Conecta una senyal a la - capa de cables per visualitzar el contingut de la senyal! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Senyal constant desc: >- diff --git a/translations/base-cz.yaml b/translations/base-cz.yaml index 69700d8b..5547fffa 100644 --- a/translations/base-cz.yaml +++ b/translations/base-cz.yaml @@ -40,7 +40,7 @@ steamPage: subreddit: Subreddit source_code: Source code (GitHub) 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 pokusit se zkontrolovat všechny návrhy a vzít v úvahu zpětnou vazbu kde je to možné. @@ -121,7 +121,9 @@ dialogs: text: "Nepovedlo se načíst vaši uloženou hru:" confirmSavegameDelete: title: Potvrdit smazání - text: Opravdu chcete smazat hru? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Chyba mazání text: "Nepovedlo se smazat vaši uloženou hru:" @@ -171,9 +173,8 @@ dialogs: umístěných pásů.
" createMarker: title: Nová značka - desc: Pojmenuj jí nějak výstižně, též ji můžeš doplnit zkratkou - pro tvar (Kterou si můžete vytvořit zde) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Upravit značku markerDemoLimit: 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 descItems: "Vyberte předdefinovanou položku:" descShortKey: ... nebo zadejte krátký klíč tvaru (který jste - může vygenerovat zde) + může vygenerovat zde) renameSavegame: title: Přejmenovat Savegame desc: Zde můžeš přejmenovat svůj savegame. entityWarning: title: Varování výkonu - desc: Umístili jste spoustu budov, to je jen přátelská připomínka - hra nezvládne nekonečný počet budov - zkuste to - udržujte své továrny kompaktní! + desc: Umístili jste spoustu budov, to je jen přátelská připomínka hra nezvládne + nekonečný počet budov - zkuste to udržujte své továrny kompaktní! ingame: keybindingsOverlay: moveMap: Posun mapy @@ -450,7 +450,9 @@ buildings: description: Obarví tvary z levých vstupů barvou z horního vstupu. quad: 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 truthy signal on the wires layer + will be painted! mirrored: name: Barvič description: Obarví celý tvar v levém vstupu barvou z pravého vstupu. @@ -571,11 +573,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Řezání tvarů - desc: Právě jste odemknuli pilu - řeže tvary - svisle bez ohledu na svou - orientaci!

Nezapomeňte se zbavovat odpadu, jinak se - vám zasekne produkce - pro tento účel jsem vám odemknul - koš, který můžete použít na mazání odpadu! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Otáčení desc: Rotor byl právě odemčen! Otáčí tvary po směru hodinových @@ -597,9 +600,9 @@ storyRewards: vpravo se nalepí na tvar vlevo! reward_splitter: title: Rozřazování/Spojování pásu - desc: Multifuknční balancer byl právě odemčen - Může být použít - pro stavbu větších továren díky tomu, že rozřazuje - tvary mezi dva pásy!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunel desc: Tunel byl právě odemčen - Umožňuje vézt suroviny pod @@ -611,9 +614,10 @@ storyRewards: 'T' pro přepnutí mezi variantami! reward_miner_chainable: title: Napojovací extraktor - desc: Odemknuli jste variantu extraktoru! Může - přesměrovat vytěžené zdroje do dalších extraktorů - pro efektivnější těžbu! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunel II. úrovně desc: Odemknuli jste tunel II. úrovně - Má delší @@ -629,13 +633,18 @@ storyRewards: barvy! reward_storage: title: Sklad - desc: Odemknuli jste variantu koše - Umožňuje vám skladovat - věci až do určité kapacity! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Volná hra - desc: Dokázali jste to! Odemknuli jste volnou hru! Další tvary - jsou již náhodně generované! (pro plnou verzi plánujeme více - obsahu!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Plány desc: Nyní můžete kopírovat a vkládat části továrny! Vyberte @@ -673,8 +682,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-da.yaml b/translations/base-da.yaml index 35571d6b..91ed4a03 100644 --- a/translations/base-da.yaml +++ b/translations/base-da.yaml @@ -121,7 +121,9 @@ dialogs: text: "Det lykkedes ikke at åbne dit gemte spil:" confirmSavegameDelete: 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?

+ '' at level

This can not be + undone! savegameDeletionError: title: Sletning fejlede text: "Det lykkedes ikke at slette dit gemte spil:" @@ -177,9 +179,8 @@ dialogs: transportbånd.
" createMarker: title: Ny Markør - desc: Giv det et betydningsfuldt navn. du kan også inkludere en kort - kode der repræsenterer en figur (Som du kan lave her) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Rediger Markør markerDemoLimit: 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. 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 truthy signal on the wires layer + will be painted! trash: default: name: Skraldespand @@ -579,11 +582,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Klippe Figurer - desc: Du har lige fået adgang til klipperen - den klipper - figurer i to fra top til bund uanset hvordan den - vender!

Sørg for at ødelægge alt du ikke har brug for, ellers - går den i stå - Til dette har jeg givet dig - skraldespanden, som ødelægger alt du putter i den! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotation desc: Drejeren er nu tilgængelig! Den drejer figurer 90 grader @@ -597,8 +601,8 @@ storyRewards: indstillingerne!" reward_mixer: title: Farveblanding - desc: Farveblanderen er nu tilgængelig - Kombiner to farver ved - brug af (strong>additiv blanding
med denne bygning! + desc: The mixer has been unlocked - It mixes two colors using + additive blending! reward_stacker: title: Stabler desc: Du kan du stable figurer med stableren! Begge inputs @@ -607,9 +611,9 @@ storyRewards: stablet ovenpå det venstre! reward_splitter: title: Fordeler/Sammenlægger - desc: Den flerfunktionelle Fordeler er nu tilgængelig - Den kan - bruges til at bygge større fabrikker ved at fordele og - sammenlægge varer på flere bælter!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: Tunnellen er nu tilgængelig - Du kan nu lave tuneller @@ -621,9 +625,10 @@ storyRewards: trykke 'T'! reward_miner_chainable: title: Kædeudvinder - desc: Kædeudvinder er nu tilgængelig! Den kan - videregive sine resurser til andre udvindere, så du - kan udvinde resurser mere effektivt! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Trin II desc: Du har fået adgang til en variant af tunnellen - Den har @@ -641,13 +646,18 @@ storyRewards: og bruger kun en farve i stedet for to. reward_storage: title: Opbevaringsbuffer - desc: Du har fået adgang til en variant af skraldespanden - Den - lader dig opbevare varer til en hvis kapacitet! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Frit spil - desc: Du klarede det! Du har fået adgang til frit spil! Dette - betyder at figurer nu er tilfældigt genereret! (Vær ikke bekymret, - mere indhold er planlagt for den betalte version!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Arbejdstegninger desc: Du kan nu kopiere og indsætte dele af din fabrik! Vælg et @@ -685,8 +695,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-de.yaml b/translations/base-de.yaml index 13cd6583..6580edb2 100644 --- a/translations/base-de.yaml +++ b/translations/base-de.yaml @@ -88,7 +88,8 @@ mainMenu: helpTranslate: Hilf beim Übersetzen! madeBy: Ein Spiel von 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 savegameLevelUnknown: Unbekanntes Level savegameUnnamed: Unbenannt @@ -116,7 +117,9 @@ dialogs: text: Der Speicherstand konnte nicht geladen werden. Sorry! confirmSavegameDelete: 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?

+ '' at level

This can not be + undone! savegameDeletionError: title: Löschen gescheitert text: "Das Löschen des Spiels ist gescheitert:" @@ -176,10 +179,8 @@ dialogs: ALT: Invertiere die Platzierungsrichtung der Förderbänder.
createMarker: title: Neuer Marker - desc: Gib ihm einen griffigen Namen. Du kannst sogar die - Abkürzung einer Form eingeben (Diese kann hier generiert - werden). + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Marker bearbeiten markerDemoLimit: desc: Du kannst nur 2 Marker in der Demo benutzen. Hol dir die Standalone, um @@ -455,7 +456,9 @@ buildings: oberen Eingang. quad: 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 truthy signal on the wires layer + will be painted! trash: default: name: Mülleimer @@ -582,11 +585,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Formen zerschneiden - desc: Du hast den Schneider freigeschaltet! Er zerschneidet - Formen von oben nach unten, unabhängig von ihrer - Orientierung.

Stelle sicher, dass du den Abfall loswirst, - sonst verstopft die Maschine! Dafür habe ich dir - extra einen Mülleimer freigeschaltet. + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotieren desc: Der Rotierer wurde freigeschaltet! Er rotiert Formen im @@ -610,10 +614,9 @@ storyRewards: gestapelt. reward_splitter: title: Verteiler/Kombinierer - desc: Der multifunktionale Verteiler wurde freigeschaltet! Er - ermöglicht die Konstruktion größerer Fabriken, indem er Items auf - mehrere Förderbänder verteilt oder diese - zusammenführt!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: Der Tunnel wurde freigeschaltet! Du kannst Items nun @@ -626,9 +629,10 @@ storyRewards: verschiedene Varianten zuzugreifen. reward_miner_chainable: title: Extrahierer (Kette) - desc: Du hast den Extrahierer (Kette) freigeschaltet! Damit - können die Ressourcen an den Nächsten weitergegeben - werden, um Ressourcen effizienter zu extrahieren. + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Stufe II desc: Du hast eine neue Variante des Tunnels freigeschaltet! @@ -646,15 +650,18 @@ storyRewards: verbrauchst nur eine Farbe. reward_storage: title: Zwischenlager - desc: Du hast eine neue Variante des Mülleimers freigeschaltet! - Bis zu einer gewissen Kapazität können hier Items zwischengelagert - werden. + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Freies Spiel - desc: Du hast es geschafft! Du bist im freien Spiel angekommen! - Das heißt, dass abzuliefernde Formen jetzt zufällig generiert - werden! (Keine Sorge, für die Standaloneversion ist noch mehr - geplant!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Blaupause desc: Jetzt kannst du Teile deiner Fabrik kopieren und @@ -694,8 +701,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -1002,54 +1011,70 @@ tips: - Baue nicht zu nah am Hub, sonst wird es ein riesiges Chaos geben! - Wenn das Stapeln nicht funktioniert, versuche die Eingänge zu wechseln. - Du kannst mittels R die Richtung des Bandplaners umkehren. - - Halte STRG um die Förderbänder ohne automatische Orientierung zu platzieren. - - Die Ratios bleiben gleich, solange die die Upgrades auf der selben Stufen sind. + - Halte STRG um die Förderbänder ohne automatische Orientierung zu + platzieren. + - Die Ratios bleiben gleich, solange die die Upgrades auf der selben Stufen + sind. - Serielle Ausführung ist effizienter als parallele. - Du wirst später im Spiel mehr Varianten von Gebäuden freischalten! - Du kanst T drücken, um auf andere Varianten des Gebäude zu wechseln. - Symmetrie ist der Schlüssel! - Du kannst verschiedene Arten von Tunneln miteinander verweben. - Versuche kompakte Fabriken zu bauen - es zahlt sich aus! - - Der Färber hat eine spiegelverkehrte Variante, die du mittels T auswählen kannst. + - Der Färber hat eine spiegelverkehrte Variante, die du mittels T + auswählen kannst. - Das richtige Verhältnis der Gebäude maximiert die Effizienz. - Auf dem maximalen Level genügen 5 Extrahierer für ein einzelnes Förderband. - Vergiss die Tunnel nicht! - Du musst die Items für maximale Effizienz nicht gleichmässig aufteilen. - - Das Halten von UMSCH aktiviert den Bandplaner, der dir das Platzieren langer Linien vereinfacht. + - Das Halten von UMSCH aktiviert den Bandplaner, der dir das + Platzieren langer Linien vereinfacht. - Schneider schneiden immer vertikal, egal deren Orientierung. - Um Weiss zu erhalten, mixe alle Farben zusammen. - Der Speicher priorisiert den linken Ausgang. - Investiere Zeit, um wiederholbare Designs zu erstellen - es lohnt sich! - Das Halten von STRG ermöglicht dir mehrere Gebäude zu platzieren. - - Du kanst ALT gedrückt halten, um die Richtung der Förderbänder umzukehren. + - Du kanst ALT gedrückt halten, um die Richtung der Förderbänder + umzukehren. - Effizienz ist der Schlüssel! - 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. - - 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! - - 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! - - Mach es dir nicht zu kompliziert, versuch es einfach zu halten und du wirst weit vorankommen. - - 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. + - Mach es dir nicht zu kompliziert, versuch es einfach zu halten und du + wirst weit vorankommen. + - 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. - 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. - Schau dir den Farbmischer genauer an, und deine Fragen werden beantwortet. - Benutze STRG + rechter Mausklick, um einen Bereich zu selektieren. - 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! - Du hast eine unendlich grosse Karte, nutze den Platz, expandiere! - Probier auch mal Factorio! Es ist mein Lieblingsspiel. - Der Vierfachschneider schneidet im Uhrzeigersinn von oben rechts beginnend! - 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! - - Die Markierung des Hubs hat einen kleinen Kompass, der die Richtung anzeigt! - - Um die Förderbänder zu leeren, schneide den Bereich aus und füge ihn in der gleichen Position wieder ein. + - Die Markierung des Hubs hat einen kleinen Kompass, der die Richtung + 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 doppelt F4 um die Kachel des Zeigers und der Kamera anzuzeigen. - Du kannst die angehefteten Formen auf der linken Seite ablösen. diff --git a/translations/base-el.yaml b/translations/base-el.yaml index 74657e8f..1e9c7cb9 100644 --- a/translations/base-el.yaml +++ b/translations/base-el.yaml @@ -122,7 +122,9 @@ dialogs: text: "Η φώρτοση του αποθηκευμένου παιχνιδιού ήταν αποτυχής:" confirmSavegameDelete: title: Επιβεβαίωση διαγραφής - text: Είσαι βέβαιος/η ότι θέλεις να διαγράψεις το παιχνίδι; + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Αποτυχία διαγραφής text: "Η διαγραφή του αποθηκευμένου παιχνιδιού ήταν αποτυχής:" @@ -142,9 +144,9 @@ dialogs: desc: Οι συνδιασμών πλήκτρων επαναφέρθηκαν στις προεπιλεγμένες τιμές τους! featureRestriction: title: Έκδοση Demo - desc: Προσπάθησες να χρησιμοποιήσεις μία δυνατότητα που δεν είναι διαθέσιμη στην - έκδοση demo. Αποκτήστε την αυτόνομη έκδοση για την ολοκληρομένη - εμπειρία! + desc: You tried to access a feature () which is not available in the + demo. Consider getting the standalone version for the full + experience! oneSavegameLimit: title: Περιορισμένα αποθηκευμένα παιχνίδια desc: Στην demo έκδοση μπορείς να έχεις μόνο ένα αποθηκευμένο παιχνίδι. Παρακαλώ @@ -179,9 +181,8 @@ dialogs: τον προσανατολισμό των τοποθετούμενων ιμάντων.
" createMarker: title: Νέο Σημάδι - desc: Δώσ' του ένα όνομα με νόημα. Μπορείς επίσης να χρησημοποιήσεις και τον - σύντομο κώδικα ενός σχήματος (τον οποίο μπορείς να - βρείς εδώ) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Επεξεργασία Σημαδιού markerDemoLimit: desc: Στην έκδωση demo μπορείς να βάλεις μέχρι δύο σημάδια στον χάρτη. @@ -461,8 +462,9 @@ buildings: την επάνω είσοδο. quad: name: Βαφέας (Τετάρτων) - description: Επιτρέπει να χρωματίσει κάθε τεταρτημόριο του σχήματος με - διαφορετικό χρώμα. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: Βαφέας description: Χρωματίζει ολόκληρο το σχήμα στην αριστερή είσοδο με το χρώμα από @@ -597,12 +599,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Κοπή σχημάτων - desc: Μόλις ξεκλείδωσες τον κόπτη - κόβει σχήματα κατά το ήμισυ - από πάνω προς τα κάτω ανεξάρτητα από τον - προσανατολισμό του!

Φρόντισε να καταστρέψεις κομμάτια που δεω - χρησημοποιείς αλλιώς η λειτουργία θα σταματήσει - - Για το σκοπό αυτό σου έδωσα τον κάδο απορριμμάτων, ο οποίος - καταστρέφει ό,τι είδη μεταφερθούν εκεί! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Περιστροφή desc: Ο Περιστροφέας ξεκλειδώθηκε! Το κτήριο αυτό περιστρέφει @@ -628,10 +630,9 @@ storyRewards: αριστερής! reward_splitter: title: Διαχωρισμός/Συγχώνευση - desc: Ο πολυλειτουργικός Ισορροπηστής είναι πλέον διαθέσιμος - - Μπορεί να χρησιμοποιηθεί για την κατασκευή μεγαλύτερων εργοστασίων - με διαχωρισμό και συγχώνευση ειδών σε/από πολλούς - μεταφορικούς ιμάντες!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Σήραγγα desc: Το Σήραγγα είναι πλέον διαθέσιμο - Τώρα μπορείς να @@ -644,10 +645,10 @@ storyRewards: παραλλαγές του
! reward_miner_chainable: title: Αλυσιδωτός Αποσπαστής - desc: Ξεκλείδωσες τον Αλυσιδωτός Αποσπαστής! Μπορεί να - προωθήσει τους αποσπασμένους πόρους σε άλλους - αποσπαστές, ώστε να μπορείτε να αποσπάσεις πιο αποτελεσματικά - πόρους! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Σήραγγα Βαθμίδα II desc: Ξεκλείδωσες μια νέα παραλλαγή της Σήραγγας - Καλύπτει @@ -664,14 +665,18 @@ storyRewards: ταυτόχρονα, καταναλώνοντας μόνο ένα χρώμα αντί για δύο! reward_storage: title: Αποθηκευτικός χώρος - desc: Ξεκλείδωσες μια παραλλαγή του Κάδου Απορριμμάτων - - Επιτρέπει την αποθήκευση ειδών έως μια δεδομένη χωρητικότητα! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Ελεύθερο παιχνίδι - desc: Τα κατάφερες! Ξεκλείδωσες την λειτουργία ελεύθερου - παιχνιδιού! Από εδώ και πέρα τα σχήματα δημιουργούνται - τυχαία! (Μην ανυσηχείς, περισσότερο περιεχόμενο έρχεται σύντομα στην - αυτόνομη έκδοση!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Σχεδιαγράμματα desc: Μπορείς πλέον να κάνεις αντιγραφή και επικόλληση στα μέρη @@ -712,8 +717,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-es.yaml b/translations/base-es.yaml index de0d3eea..3f8ea6b4 100644 --- a/translations/base-es.yaml +++ b/translations/base-es.yaml @@ -121,7 +121,9 @@ dialogs: text: "No se ha podido cargar la partida guardada:" confirmSavegameDelete: title: Confirmar borrado - text: ¿Seguro que quieres borrar la partida? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Fallo al borrar text: "Fallo al borrar la partida guardada:" @@ -184,9 +186,8 @@ dialogs: createMarker: title: Nuevo marcador titleEdit: Editar marcador - desc: Dale un nombre significativo, también puedes agregarle la - clave de una forma (La cual puedes generar aquí) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) markerDemoLimit: desc: Solo puedes crear dos marcadores en la versión de prueba. ¡Obtén el juego completo para marcadores ilimitados! @@ -472,8 +473,9 @@ buildings: la entrada de arriba. quad: name: Pintor (Cuádruple) - description: Permite colorear cada cuadrante de una figura con un color - distinto. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Basurero @@ -591,11 +593,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Cortador de figuras - desc: ¡Acabas de desbloquear el cortador - corta las figuras - por la mitad de arriba abajo sin importar su - orientación!

Asegúrate de deshacerte de lo que no vayas a - usar o se parará - ¡Para eso te he dado un - basurero, que destruye todo lo que le pongas! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotador desc: ¡El rotador se ha desbloqueado! Rota figuras en sentido @@ -619,9 +622,9 @@ storyRewards: será apilada encima de la entrada izquierda! reward_splitter: title: Separador/Fusionador - desc: El balanceador multiusos se ha desbloqueado - ¡Se puede - usar para construir fábricas más grandes separando y uniendo - elementos en varias cintas transportadoras!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Túnel desc: El túnel se ha desbloqueado - ¡Ahora puedes transportar @@ -633,9 +636,10 @@ storyRewards: y pulsa 'T' para ciclar por sus variantes reward_miner_chainable: title: Extractor en cadena - desc: ¡Has desbloqueado el extractor en cadena! Puede - enviar los recursos a otros extractores, extrayendo - recursos más eficientemente. + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Túnel nivel II desc: Has desbloqueado una nueva variante del túnel - ¡Tiene un @@ -652,14 +656,18 @@ storyRewards: consumiendo solo un color en vez de dos! reward_storage: title: Almacenamiento intermedio - desc: Has desbloqueado una variante del basurero - ¡Permite - almacenar elementos hasta una cierta capacidad! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Juego libre - desc: ¡Lo has conseguido! ¡Has desbloqueado el Juego Libre! - ¡Esto significa que ahora las figuras se generan aleatoriamente! - (¡No te preocupes, hay más contenido planeado para el juego - completo!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Planos desc: ¡Ahora puedes copiar y pegar partes de tu fábrica! @@ -699,8 +707,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-fi.yaml b/translations/base-fi.yaml index 63823f6e..ae05f663 100644 --- a/translations/base-fi.yaml +++ b/translations/base-fi.yaml @@ -121,7 +121,9 @@ dialogs: text: "Tallennuksen lataus epäonnistui:" confirmSavegameDelete: title: Varmista poisto - text: Oletko varma että haluat poistaa tallennuksen? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Poisto epäonnistui text: "Tallennuksen poisto epäonnistui:" @@ -177,9 +179,8 @@ dialogs: Käännä sijoitettavien hihnojen suunta.
" createMarker: title: Uusi Merkki - desc: Anna merkille kuvaava nimi, voit myös sisällyttää muodon lyhyen - avaimen siihen. (Lyhyen avaimen voit luoda täällä) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Muokkaa merkkiä markerDemoLimit: desc: Voit tehdä vain kaksi mukautettua merkkiä demoversiossa. Hanki itsenäinen @@ -467,7 +468,9 @@ buildings: sisääntulosta tulevalla värillä. quad: 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 truthy signal on the wires layer + will be painted! trash: default: name: Roskakori @@ -585,11 +588,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Muotojen Leikkaus - desc: Avasit Leikkurin - se leikkaa muotoja puoliksi - ylhäältä alaspäin riippumatta sen - suunnasta!

Varmista, että pääset eroon jätteistä, tai muuten - se jumittuu - Tätä varten saat Roskiksen, joka - tuhoaa kaiken mitä laitat sinne! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Kääntö desc: Avasit Kääntäjän! Se kääntää muotoja myötäpäivään 90 @@ -613,9 +617,9 @@ storyRewards: päälle! reward_splitter: title: Tasaaja - desc: Avasit monikäyttöisen Tasaajan - Sitä voidaan käyttää - isompien tehtaiden rakennukseen jakamaan ja yhdistämään - tavaroita monille hihnoille!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunneli desc: Avasit Tunnelin - Nyt voit kuljettaa tavaroita @@ -627,9 +631,10 @@ storyRewards: painamalla 'T' vaihtaaksesi sen muotoja! reward_miner_chainable: title: Sarja Kaivaja - desc: Avasit Sarja Kaivajan! Se voi välittää sen - resurssit muille kaivajille, jotta voit kaivaa resursseja - tehokkaammin! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunneli Taso II desc: Avasit uuden muodon Tunnelista - Siinä on pidempi @@ -645,13 +650,18 @@ storyRewards: kerrallaan käyttäen vain yhden värin kahden sijaan! reward_storage: title: Varasto Puskuri - desc: Avasit muodon Roskiksesta - Se sallii resurssien - säilyttämisen tiettyyn kapasiteettiin asti! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Vapaapeli - desc: Sinä teit sen! Avasit Vapaapelitilan! Tämä tarkoittaa - sitä, että muodot tehdään nyt satunnaisesti! (Ei hätää, lisää - sisältöä on suunnitteilla itsenäiseen peliin!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Piirustukset desc: Nyt voit Kopioida ja Liittää paloja tehtaastasi! Valitse @@ -689,8 +699,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-fr.yaml b/translations/base-fr.yaml index f0aa4ea0..183025f7 100644 --- a/translations/base-fr.yaml +++ b/translations/base-fr.yaml @@ -183,9 +183,8 @@ dialogs: createMarker: title: Nouvelle balise titleEdit: Modifier cette balise - desc: Donnez-lui un nom. Vous pouvez aussi inclure le raccourci - d’une forme (que vous pouvez générer ici). + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) editSignal: title: Définir le signal descItems: "Choisissez un objet prédéfini :" @@ -597,11 +596,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Découpage de formes - desc: Vous avez débloqué le découpeur. Il coupe des formes en - deux de haut en bas quelle que soit son - orientation !

Assurez-vous de vous débarrasser des déchets, - sinon gare au blocage. À cet effet, je mets à votre - disposition la poubelle, qui détruit tout ce que vous y mettez ! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotation desc: Le pivoteur a été débloqué ! Il pivote les formes de 90 @@ -654,12 +654,14 @@ storyRewards: les deux variantes de tunnels ! reward_merger: title: Fusionneur compact - desc: Vous avez débloqué une variante du répartiteur. Il - accepte deux entrées et les fusionne en un seul convoyeur ! + desc: You have unlocked a merger variant of the + balancer - It accepts two inputs and merges them + into one belt! reward_splitter: title: Répartiteur compact - desc: Vous avez débloqué une variante compacte du répartiteur — - Il accepte une seule entrée et la divise en deux sorties ! + desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_belt_reader: title: Lecteur de débit desc: Vous avez débloqué le lecteur de débit ! Il vous permet @@ -733,17 +735,14 @@ storyRewards: transistor !" reward_virtual_processing: title: Traitement virtuel - desc: Je viens de vous donner tout un tas de nouveaux bâtiments qui vous - permettent de simuler le traitement des - formes !

Vous pouvez maintenant simuler un - découpeur, un pivoteur, un combineur et plus encore sur le calque de - câblage !

Avec ça, vous avez trois possibilités pour - continuer le jeu :

- Construire une machine - automatisée pour fabriquer n’importe quelle forme demandée - par le centre (je conseille d’essayer !).

- Construire - quelque chose de cool avec des câbles.

- Continuer à jouer - normalement.

Dans tous les cas, l’important c’est de - s’amuser ! + desc: I just gave a whole bunch of new buildings which allow you to + simulate the processing of shapes!

You can + now simulate a cutter, rotater, stacker and more on the wires layer! + With this you now have three options to continue the game:

- + Build an automated machine to create any possible + shape requested by the HUB (I recommend to try it!).

- Build + something cool with wires.

- Continue to play + regulary.

Whatever you choose, remember to have fun! no_reward: title: Niveau suivant desc: "Ce niveau n’a pas de récompense mais le prochain, si !

PS : Ne diff --git a/translations/base-hr.yaml b/translations/base-hr.yaml index 9fce7897..1c1ef864 100644 --- a/translations/base-hr.yaml +++ b/translations/base-hr.yaml @@ -120,7 +120,9 @@ dialogs: text: "Neuspješno učitavanje spremljene igre:" confirmSavegameDelete: title: Potvrdi brisanje - text: Jesi li siguran da želiš izbrisati spremljenu igru? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Greška prilikom brisanja text: "Neuspješno brisanje spremljene igre:" @@ -175,9 +177,8 @@ dialogs: smjer postavljenih pokretnih traka.
" createMarker: title: Novi Putokaz - desc: Daj mu smisleno ime. Može se uključiti i kratki kod - oblika. (Koju možeš generirati ovdje) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Edit Marker markerDemoLimit: 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. quad: 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 truthy signal on the wires layer + will be painted! trash: default: name: Smeće @@ -576,11 +579,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Rezanje Oblika - desc: Rezač je otključan! Ovaj stroj reže oblike od - vrha prema dnu bez obzira na orijentaciju - građevine!

Višak se mora odbaciti kako bi se izbjegao - zastoj. - Za tu svrhu postoji smeće, koje uništava - sve što u njega uđe. + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Obrtanje desc: Obrtač je otključan! Ovaj stroj okreće oblike za 90 @@ -602,9 +606,9 @@ storyRewards: vrh lijevog! reward_splitter: title: Razdjeljivanje i sjedinjavanje - desc: Multifunkcionalni balancer je otključan! Može ga se - iskoristiti za razdjeljivanje i sjedinjavanje - oblika na više pokretnih traka!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunel desc: Tunel je otključan - Omogućava slanje stvari ispod traka @@ -616,8 +620,10 @@ storyRewards: za mijenjanje njegove varijante! reward_miner_chainable: title: Lančani rudar - desc: Otključan je lančani rudar! Može proslijediti - svoje resurse drugim rudarima za efikasnije rudarenje! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunel Razine II desc: Otključana je nova varijanta tunela - Ima veći @@ -633,13 +639,18 @@ storyRewards: once consuming just one color instead of two! reward_storage: title: Storage Buffer - desc: You have unlocked a variant of the trash - It allows to - store items up to a given capacity! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Freeplay desc: You did it! You unlocked the free-play mode! This means - that shapes are now randomly generated! (No worries, more content is - planned for the standalone!) + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Blueprints desc: You can now copy and paste parts of your factory! Select @@ -676,8 +687,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-hu.yaml b/translations/base-hu.yaml index 528ae138..ef97e0b3 100644 --- a/translations/base-hu.yaml +++ b/translations/base-hu.yaml @@ -122,7 +122,9 @@ dialogs: text: "Nem sikerült betölteni a mentésed:" confirmSavegameDelete: 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?

+ '' at level

This can not be + undone! savegameDeletionError: title: Sikertelen törlés text: "Nem sikerült törölni a mentésed:" @@ -183,9 +185,8 @@ dialogs: lehelyezéskor.
" createMarker: title: Új Jelölő - desc: Adj neki egy nevet, vagy egy alakzat gyorskódját (amit itt tudsz - legenerálni) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Jelölő Szerkesztése markerDemoLimit: 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. quad: 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 truthy signal on the wires layer + will be painted! trash: default: name: Kuka @@ -588,11 +591,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Cutting Shapes - desc: You just unlocked the cutter - it cuts shapes half from - top to bottom regardless of its - orientation!

Be sure to get rid of the waste, or otherwise - it will stall - For this purpose I gave you a - trash, which destroys everything you put into it! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotating desc: The rotater has been unlocked! It rotates shapes @@ -615,9 +619,9 @@ storyRewards: stacked on top of the left input! reward_splitter: title: Splitter/Merger - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: The tunnel has been unlocked - You can now pipe items @@ -629,9 +633,10 @@ storyRewards: press 'T' to cycle its variants! reward_miner_chainable: title: Chaining Extractor - desc: You have unlocked the chaining extractor! It can + desc: "You have unlocked the chained extractor! It can forward its resources to other extractors so you - can more efficiently extract resources! + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Tier II desc: You have unlocked a new variant of the tunnel - It has a @@ -648,13 +653,18 @@ storyRewards: once consuming just one color instead of two! reward_storage: title: Storage Buffer - desc: You have unlocked a variant of the trash - It allows to - store items up to a given capacity! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Freeplay desc: You did it! You unlocked the free-play mode! This means - that shapes are now randomly generated! (No worries, more content is - planned for the standalone!) + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Blueprints desc: You can now copy and paste parts of your factory! Select @@ -691,8 +701,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-ind.yaml b/translations/base-ind.yaml index 646b0a2d..1629a39d 100644 --- a/translations/base-ind.yaml +++ b/translations/base-ind.yaml @@ -122,7 +122,9 @@ dialogs: text: "Gagal memuat data simpanan Anda:" confirmSavegameDelete: title: Konfirmasi Penghapusan - text: Apakah Anda yakin untuk menghapus data permainan? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Gagal Menghapus text: "Gagal untuk menghapus data simpanan:" @@ -186,9 +188,8 @@ dialogs: createMarker: title: Penanda Baru titleEdit: Sunting Penanda - desc: Berikan nama yang berarti, Anda juga dapat memasukkan tombol - pintas suatu bentuk (yang dapat Anda buat disini) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) markerDemoLimit: desc: Anda hanya dapat memuat dua penanda pada versi demo. Dapatkan versi penuh untuk penanda-penanda tak terhingga! @@ -479,8 +480,9 @@ buildings: description: Mencat bentuk-bentuk dari input kiri dengan warna dari input atas. quad: name: Pencat (Empat Bagian) - description: Memungkinkan Anda untuk mencat setiap kuadran bentuk dengan - warna-warna berbeda. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Tong Sampah @@ -598,12 +600,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Memotong Bentuk - desc: Anda baru saja membuka pemotong - ia memotong - bentuk-bentuk separuhnya dari atas ke bawah tanpa - memperhatikan orientasinya!

Pastikan Anda membuang yang tidak - terpakai, atau mesin akan macet - Untuk tujuan ini - saya memberikan Anda tong sampah, yang menghancurkan semua yang anda - masukkan kedalamnya! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Memutar desc: Pemutar telah dibuka! Ia memutar bentuk-bentuk searah @@ -628,10 +630,9 @@ storyRewards: akan diletakkan diatas input kiri! reward_splitter: title: Pembagi/Penggabung - desc: Pengimbang multifungsi telah dibuka – Ia dapat digunakan - untuk membangun pabrik yang lebih besar dengan membagi dan - menggabungkan artikel-artikel ke berbagai sabuk - konveyor!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Terowongan desc: Terowongan telah dibuka – Sekarang Anda dapat memindahkan @@ -645,9 +646,10 @@ storyRewards: varian! reward_miner_chainable: title: Merantai Ekstraktor - desc: Anda telah membuka ekstraktor rantai! Ia dapat - meneruskan sumberdaya ekstraksinya ke ekstraktor - selanjutnya sehingga Anda dapat mengekstraksi dengan lebih efisien! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Terowongan Tingkat II desc: Anda telah membuka varian baru terowongan - Ia memiliki @@ -665,15 +667,18 @@ storyRewards: sekaligus mengonsumsi hanya satu warna daripada dua! reward_storage: title: Penyangga Penyimpanan - desc: Anda telah membuka varian dari tong sampah - Ia - memungkinkan Anda untuk menyimpan artikel-artikel sebanyak kapasitas - tertentu! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Permainan Bebas - desc: Anda berhasil! Anda telah membuka mode permainan bebas! - Ini berarti sekarang bentuk-bentuk akan dihasilkan secara acak! - (Jangan khawatir, lebih banyak konten akan direncanakan untuk versi - penuh!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Cetak Biru desc: Anda sekarang dapat menyalin dan meletakkan bagian dari @@ -714,8 +719,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-it.yaml b/translations/base-it.yaml index 12b3aecf..7b006b89 100644 --- a/translations/base-it.yaml +++ b/translations/base-it.yaml @@ -4,8 +4,8 @@ steamPage: infinita. discordLinkShort: Discord ufficiale intro: >- - Shapez.io è un gioco tranquillo nel quale dovrai costruire delle fabbriche - per la produzione automatizzata di forme geometriche. + Shapez.io è un gioco tranquillo nel quale dovrai costruire delle + 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. @@ -42,9 +42,9 @@ steamPage: source_code: Codice sorgente (GitHub) translate: Aiutaci a tradurre text_open_source: >- - Chiunque può contribuire, partecipo attivamente nella community e - cerco di leggere tutti i suggerimenti e di prendere in considerazione - tutti i feedback, quando possibile. + Chiunque può contribuire, partecipo attivamente nella community e cerco + di leggere tutti i suggerimenti e di prendere in considerazione tutti i + feedback, quando possibile. Controlla la mia pagina di trello per la tabella di marcia completa! global: @@ -121,7 +121,9 @@ dialogs: text: "Impossibile caricare il salvataggio:" confirmSavegameDelete: title: Conferma eliminazione - text: Vuoi davvero eliminare la partita? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Impossibile eliminare text: "Impossibile eliminare il salvataggio:" @@ -176,9 +178,8 @@ dialogs: trasportatori.
" createMarker: title: Nuovo segnapunto - desc: Dagli un nome con un significato, puoi anche includere il - codice di una figura (Che puoi generare qui) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Modifica segnapunto markerDemoLimit: desc: Puoi creare solo due segnapunti personalizzati nella Demo. Ottieni la @@ -199,17 +200,16 @@ dialogs: editSignal: title: Imposta il segnale descItems: "Scegli un oggetto predefinito:" - descShortKey: ... o inserisci il codice di una forma (Che - puoi generare qui) + descShortKey: ... o inserisci il codice di una forma (Che puoi + generare qui) renameSavegame: title: Rinomina salvataggio. desc: Qui puoi cambiare il nome del salvataggio. entityWarning: title: Attento alle prestazioni - desc: Hai posizionato molti edifici, questo messaggio serve a ricordarti che - il gioco non può gestire una quantità infinita di edifici. Quindi cerca + desc: Hai posizionato molti edifici, questo messaggio serve a ricordarti che il + gioco non può gestire una quantità infinita di edifici. Quindi cerca di mantenere le tue fabbriche compatte! - ingame: keybindingsOverlay: moveMap: Sposta @@ -455,8 +455,9 @@ buildings: destro. quad: name: Verniciatrice (4x) - description: Consente di colorare ogni quadrante della forma con un colore - diverso. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: Verniciatrice description: Colora l'intera forma dall'ingresso sinistro con il colore @@ -476,12 +477,13 @@ buildings: description: Ti consente di trasportare energia. second: name: Cavo - description: Trasmette segnali, che possono essere oggetti, colori o booleani (1 / 0). - Cavi di colore diverso non si connettono. + description: Trasmette segnali, che possono essere oggetti, colori o booleani (1 + / 0). Cavi di colore diverso non si connettono. balancer: default: 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: name: Aggregatore (compatto) description: Unisce due nastri in uno. @@ -497,8 +499,9 @@ buildings: storage: default: name: Stoccaggio - description: Immagazzina gli oggetti in eccesso, fino ad una capacità massima. Prioritizza l'uscita sinistra - e può quindi essere usato per gestire le eccedenze. + description: Immagazzina gli oggetti in eccesso, fino ad una capacità massima. + Prioritizza l'uscita sinistra e può quindi essere usato per + gestire le eccedenze. wire_tunnel: default: name: Incrocio cavi @@ -506,64 +509,67 @@ buildings: constant_signal: default: name: Segnale costante - description: Emette un segnale costante, che può essere una forma, un colore o un - booleano (1 / 0). + description: Emette un segnale costante, che può essere una forma, un colore o + un booleano (1 / 0). lever: default: name: Bottone - description: Può essere azionato per emettere un segnale booleano (1 / 0) nel livello dei cavi, - che può essere usato per controllare, per esempio, un filtro. + description: Può essere azionato per emettere un segnale booleano (1 / 0) nel + livello dei cavi, che può essere usato per controllare, per + esempio, un filtro. logic_gate: default: name: Porta AND - description: Emette un "1" booleano se entrambi gli ingressi sono veri. (Vero significa forma, - colore o "1" boolean) + description: Emette un "1" booleano se entrambi gli ingressi sono veri. (Vero + significa forma, colore o "1" boolean) not: name: Porta NOT - description: Emette un "1" booleano se l'ingresso è falso. (Vero significa forma, - colore o "1" booleano) + description: Emette un "1" booleano se l'ingresso è falso. (Vero significa + forma, colore o "1" booleano) xor: name: Porta XOR - description: Emette un "1" booleano se uno degli ingressi è vero, ma non se lo sono entrambi. - (Vero significa forma, colore o "1" booleano) + description: Emette un "1" booleano se uno degli ingressi è vero, ma non se lo + sono entrambi. (Vero significa forma, colore o "1" booleano) or: name: Porta OR - description: Emette un "1" booleano se uno degli ingressi è vero. (Vero significa forma, - colore o "1" booleano) + description: Emette un "1" booleano se uno degli ingressi è vero. (Vero + significa forma, colore o "1" booleano) transistor: default: name: Transistor - description: Inoltra il segnale dall'ingresso inferiore se l'ingresso laterale è vero - (una forma, un colore o "1"). + description: Inoltra il segnale dall'ingresso inferiore se l'ingresso laterale è + vero (una forma, un colore o "1"). mirrored: name: Transistor - description: Inoltra il segnale dall'ingresso inferiore se l'ingresso laterale è vero - (una forma, un colore o "1"). + description: Inoltra il segnale dall'ingresso inferiore se l'ingresso laterale è + vero (una forma, un colore o "1"). filter: default: name: Filtro - description: Collega un segnale per mandare tutti gli oggetti corrispondenti verso l'alto e - i restanti verso destra. Può essere controllato anche con segnali booleani. + description: Collega un segnale per mandare tutti gli oggetti corrispondenti + verso l'alto e i restanti verso destra. Può essere controllato + anche con segnali booleani. display: default: name: Display - description: Collega un segnale per mostrarlo sul display. - Può essere una forma, un colore o un booleano. + description: Collega un segnale per mostrarlo sul display. Può essere una forma, + un colore o un booleano. reader: default: name: Lettore di nastri - description: Misura la portata media del nastro. Emette l'ultimo oggetto transitato - come segnale sul livello dei cavi (una volta sbloccato). + description: Misura la portata media del nastro. Emette l'ultimo oggetto + transitato come segnale sul livello dei cavi (una volta + sbloccato). analyzer: default: name: Analizzatore di forma - description: Analizza il quadrante in alto a destra dello strato più basso della forma - e ne restituisce forma e colore. + description: Analizza il quadrante in alto a destra dello strato più basso della + forma e ne restituisce forma e colore. comparator: default: name: Comparatore - description: Emette un "1" booleano se i due segnali sono identici. - Può comparare forme, colori e booleani. + description: Emette un "1" booleano se i due segnali sono identici. Può + comparare forme, colori e booleani. virtual_processor: default: name: Tagliatrice virtuale @@ -580,21 +586,22 @@ buildings: description: Impila visrtualmente la forma destra sulla sinistra. painter: name: Verniciatrice virtuale - description: Vernicia virtualmente la forma dall'ingresso inferiore con il colore - dall'ingresso destro. + description: Vernicia virtualmente la forma dall'ingresso inferiore con il + colore dall'ingresso destro. item_producer: default: name: Generatore di oggetti - description: Disponibile solo nella modalità sandbox, emette il segnale dal livello dei cavi - come oggetti sul livello normale. + description: Disponibile solo nella modalità sandbox, emette il segnale dal + livello dei cavi come oggetti sul livello normale. storyRewards: reward_cutter_and_trash: title: Taglio forme - desc: Hai appena sbloccato la tagliatrice - taglia le forme - verticalmente indipendentemente da come è - orientata!

Elimina gli scarti, o altrimenti si - bloccherà - A questo scopo ti ho dato un cestino, che - distrugge qualsiasi cosa tu metta dentro! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotazione desc: La ruotatrice è stata sbloccata! Ruota le forme di 90 @@ -612,9 +619,9 @@ storyRewards: combinare due colori mediante sintesi additiva! reward_splitter: title: Separatore/Agrregatore - desc: Il bilanciatore multifunzione è stato sbloccato. Può - essere usato per costruire fabbriche più grandi unendo o - dividendo gli oggetti tra diversi nastri!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: Il tunnel è stato sbloccato. In questo modo puoi @@ -626,9 +633,10 @@ storyRewards: e premi 'T' per cambiare variante! reward_miner_chainable: title: Estrattore a catena - desc: Hai sbloccato l'estrattore a catena! Può - trasferire le sue risorse ad altri estrattori, così - puoi estrarre risorse in modo più efficiente! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel grado II desc: Hai sbloccato una nuova variante del tunnel. Ha un @@ -646,14 +654,18 @@ storyRewards: volta consumando solo un'unità di colore invece che due! reward_storage: title: Unità di stoccaggio - desc: Hai sbloccato una variante del cestino. Consente di - immagazzinare oggetti fino ad una certa capacità! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Modalità libera - desc: Ce l'hai fatta! Hai sbloccato la modalità libera! Questo - significa che adesso le forme sono generate casualmente! (Non - preoccuparti, altri contenuti sono in programma per la versione - completa!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Progetti desc: Ora puoi copiare ed incollare parti della tua fabbrica! @@ -673,20 +685,20 @@ storyRewards: completa! reward_stacker: title: Impilatrice - desc: Ora puoi combinare forme con l'impilatrice! I due ingressi - vengono combinati e se possono essere messi uno accanto all'altro, verranno - fusi. Altrimenti, l'ingresso destro è - impilato sopra il sinistro! + desc: Ora puoi combinare forme con l'impilatrice! I due + ingressi vengono combinati e se possono essere messi uno accanto + all'altro, verranno fusi. Altrimenti, l'ingresso + destro è impilato sopra il sinistro! reward_balancer: title: Bilanciatore - desc: Il bilanciatore multifunzione è stato sbloccato. - Può essere usato per costruire fabbriche più grandi separando e unendo - diversi nastri trasportatori!

+ desc: The multifunctional balancer has been unlocked - It can + be used to build bigger factories by splitting and merging + items onto multiple belts!

reward_merger: title: Aggregatore compatto desc: Hai sbloccato un aggregatore, variante del - bilanciatore. Acetta due ingressi e li - aggrega su un unico nastro! + bilanciatore. Acetta due ingressi e li aggrega su + un unico nastro! reward_belt_reader: title: Lettore di nastri desc: Hai sbloccato il lettore di nastri! Consente di misurare @@ -694,49 +706,54 @@ storyRewards: allora sì che sarà molto utile! reward_rotater_180: title: Ruotatrice (180 gradi) - desc: Hai appena sbloccato la ruotatrice a 180 gradi! - Consente di ruotare una forma di 180 gradi (Sorpresa! :D) + desc: Hai appena sbloccato la ruotatrice a 180 gradi! Consente + di ruotare una forma di 180 gradi (Sorpresa! :D) reward_display: title: Display - desc: Hai sbloccato il display. - Collega un segnale dal livello dei cavi per visualizzarne il contenuto! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Sengale costante - desc: Hai sblocatto l'edificio segnale costante sul - livello dei cavi! È utile collegarlo ai filtri oggetti - per esempio.

Il segnale costante può emettere una + desc: Hai sblocatto l'edificio segnale costante sul livello dei + cavi! È utile collegarlo ai filtri oggetti per + esempio.

Il segnale costante può emettere una forma, un colore o un booleano (1 / 0). reward_logic_gates: title: Porte logiche - desc: Hai sbloccato le porte logiche! Magari non ne sarai entusiasta, - ma in realtà sono fantastiche!

Con quelle porte - ora puoi eseguire le operazioni logiche di AND, OR, XOR e NOT.

Come - bonus extra ti ho anche regalato un transistor! + desc: Hai sbloccato le porte logiche! Magari non ne sarai + entusiasta, ma in realtà sono fantastiche!

Con quelle porte + ora puoi eseguire le operazioni logiche di AND, OR, XOR e + NOT.

Come bonus extra ti ho anche regalato un + transistor! reward_virtual_processing: title: Lavorazione virtuale desc: Ti ho appena dato un bel po' di nuovi edifici che ti consentono di - simulare la lavorazione delle forme!

Ora puoi - simulare una tagliatrice, una ruotatrice, un'impilatrice e molto altro - sul livello dei cavi! In questo modo hai tre opzioni per continuare il gioco:

- -Costruisci una macchina automatica per creare ogni possibile - forma richiesta dall'HUB (ti consiglio di provarci!).

- Costruisci - qualcosa di interessante con i cavi.

- Continua a giocare normalmente. -

Qualsiasi cosa tu scelga, riordati di divertirti! + simulare la lavorazione delle forme!

Ora + puoi simulare una tagliatrice, una ruotatrice, un'impilatrice e + molto altro sul livello dei cavi! In questo modo hai tre opzioni per + continuare il gioco:

-Costruisci una macchina + automatica per creare ogni possibile forma richiesta + dall'HUB (ti consiglio di provarci!).

- Costruisci qualcosa + di interessante con i cavi.

- Continua a giocare + normalmente.

Qualsiasi cosa tu scelga, riordati di + divertirti! reward_wires_painter_and_levers: title: Cavi e Verniciatrice quadrupla desc: "Hai appena sbloccato il livello dei cavi: È un livello separato al di sopra di quello normale e introduce un sacco di nuove - meccaniche!

Per il momento ti ho sbloccato la Verniciatrice - quadrupla. Collega gli ingressi con i quali vuoi dipingere nel - livello dei cavi!

Per passare al livello dei cavi, premi - E." + meccaniche!

Per il momento ti ho sbloccato la + Verniciatrice quadrupla. Collega gli ingressi con i + quali vuoi dipingere nel livello dei cavi!

Per passare al + livello dei cavi, premi E." reward_filter: title: Filtro oggetti desc: Hai sbloccato il filtro oggetti! Smisterà gli oggetti - verso l'alto o verso destra a seconda che corrispondano al - sengale dal livello dei cavi o no.

Puoi anche mandargli un - segnale booleano (1 / 0) per attivarlo o disattivarlo completamente. + verso l'alto o verso destra a seconda che corrispondano al sengale + dal livello dei cavi o no.

Puoi anche mandargli un segnale + booleano (1 / 0) per attivarlo o disattivarlo completamente. reward_demo_end: title: Fine della demo desc: Hai raggiunto la fine della demo! @@ -868,21 +885,22 @@ settings: lowQualityMapResources: title: Risorse sulla mappa a bassa qualità 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: title: Disattiva griglia - description: Disattivare la griglia può migliorare le prestazioni. - Rende anche il gioco visualmente più pulito! + description: Disattivare la griglia può migliorare le prestazioni. Rende anche + il gioco visualmente più pulito! clearCursorOnDeleteWhilePlacing: title: Deseleziona edificio con il clic destro - description: Abilitato di default, se hai un edificio selezionato - e premi il tasto destro, deselezionerai l'edificio. Se disabilitato, - puoi cancellare edifici premendo il tasto destro mentre posizioni + description: Abilitato di default, se hai un edificio selezionato e premi il + tasto destro, deselezionerai l'edificio. Se disabilitato, puoi + cancellare edifici premendo il tasto destro mentre posizioni edifici. lowQualityTextures: title: Texture in bassa qualità (Brutto) - description: Usa texture a bassa qualità per migliorare le - prestazioni. Quesro renderà il gioco molto brutto! + description: Usa texture a bassa qualità per migliorare le prestazioni. Quesro + renderà il gioco molto brutto! displayChunkBorders: title: Mostra confini dei Chunk description: Il gioco è diviso in blocchi 16x16 (Chunk), se attivi questa @@ -893,15 +911,15 @@ settings: quando il cursore è su un giacimento risorse. simplifiedBelts: title: Nastri semplificati (Brutto) - description: Non renderizza gli oggetti sui nastri a meno che il cursore - non sia sopra il nastro per migliorare le prestazioni. - Non lo raccomando a meno che tu non abbia assolutamente bisogno - di migliorare le prestazioni. + description: Non renderizza gli oggetti sui nastri a meno che il cursore non sia + sopra il nastro per migliorare le prestazioni. Non lo raccomando + a meno che tu non abbia assolutamente bisogno di migliorare le + prestazioni. enableMousePan: title: Abilita scorrimento con il mouse - description: Consente di spostare la mappa spostando il mouse - verso il bordo dello schermo. La velocità dipende dall'impostazione - Velocità di movimento. + description: Consente di spostare la mappa spostando il mouse verso il bordo + dello schermo. La velocità dipende dall'impostazione Velocità di + movimento. rangeSliderPercentage: % keybindings: title: Comandi @@ -1006,60 +1024,71 @@ tips: - Non costruire troppo vicino all'hub o diventerà tutto caotico! - Se l'impilamento non funziona, prova a scambiare gli ingressi. - Puoi cambiare la direzione del pianificatore nastri premendo R. - - Tenere premuto CTRL consente di trascinare i nastri senza auto-orientamento. - - I rapporti rimangono uguali, fintanto che tutti i miglioramenti sono allo stesso livello, + - Tenere premuto CTRL consente di trascinare i nastri senza + auto-orientamento. + - I rapporti rimangono uguali, fintanto che tutti i miglioramenti sono allo + stesso livello, - L'esecuzione seriale è più efficiente di quella parallela. - Più avanti nel gioco sbloccherai altre varianti degli edifici! - Puoi usare T per cambiare variante. - La simmetria è la chiave! - Puoi intrecciare gradi diversi del tunnel. - Cerca di costruire fabbriche compatte, sarai ricompensato! - - La verniciatrice ha una variante speculare che puoi selezionare con T + - La verniciatrice ha una variante speculare che puoi selezionare con + T - Avere i giusti rapporti tra gli edifici massimizzerà l'efficienza. - Al massimo livello, 5 estrattori saturano un singolo nastro. - Non dimenticare i tunnel! - - Non devi per forza dividere gli oggetti equamente per la massima efficienza. - - Tenere premuto SHIFT attiva il pianificatore nastri, - facilitando il posizionamento dei nastri più lunghi - - Le tagliatrici tagliano sempre in verticale, indipendentemente dalla direzione. + - Non devi per forza dividere gli oggetti equamente per la massima + efficienza. + - Tenere premuto SHIFT attiva il pianificatore nastri, facilitando il + posizionamento dei nastri più lunghi + - Le tagliatrici tagliano sempre in verticale, indipendentemente dalla + direzione. - Mischia tutti i tre colori per fare il bianco. - L'unità di stoccaggio prioritizza la prima uscita. - Impiega tempo per costruire design replicabili, ne vale la pena! - Tenere premuto CTRL ti consente di piazzare multipli edifici. - - Puoi tenere premuto ALT per invertire la direzione dei nastri posizionati. + - Puoi tenere premuto ALT per invertire la direzione dei nastri + posizionati. - L'efficienza è la chiave! - 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. - L'organizzazione è importante. Cerca di non incrociare troppo i nastri. - 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! - 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 - in modo che siano reutilizzabili. + - Dovrai riusare le tue fabbriche più avanti nel gioco. Pianifica le tue + fabbriche in modo che siano reutilizzabili. - A volte, puoi trovare la forma che ti serve nella mappa senza crearla con le impilatrici. - Non troverai mai giacimenti di girandole complete. - Colora le tue forme prima di tagliarle per la massima efficienza. - - Con i moduli, lo spazio è solo percezione, una preoccupazione per uomini mortali. - - Costruisci una fabbrica dedicata per i progetti. Sono importanti per i moduli. + - Con i moduli, lo spazio è solo percezione, una preoccupazione per uomini + 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. - Usa CTRL + Clic per selezionare un'area. - Costruire troppo vicino all'hub potrebbe intralciare progetti futuri. - - Premere la puntina vicino a ogni forma nel menù miglioramenti - la farà visualizzare sempre a schermo + - Premere la puntina vicino a ogni forma nel menù miglioramenti la farà + visualizzare sempre a schermo - Mescola tutti i colori primari per fare il bianco! - Hai una mappa finita, non incastrare la tua fabbrica, espanditi! - Prova anhe factorio! È il mio gioco preferito. - - La tagliatrice quadrupla taglia in senso orario a partire - dal quadrante in alto a destra! + - La tagliatrice quadrupla taglia in senso orario a partire dal quadrante in + alto a destra! - Puoi scaricare i salvataggi dal menù principale! - - Questo gioco ha molti tasti di scelta rapida! Dai un'occhiata alla - pagina delle impostazioni + - Questo gioco ha molti tasti di scelta rapida! Dai un'occhiata alla pagina + delle impostazioni - Questo gioco ha molte impostazioni, dai un'occhiata! - 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. - Premi F4 per mostrare FPS e Tick al secondo. - 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. diff --git a/translations/base-ja.yaml b/translations/base-ja.yaml index f7aedb23..4e88df34 100644 --- a/translations/base-ja.yaml +++ b/translations/base-ja.yaml @@ -118,7 +118,9 @@ dialogs: text: "セーブデータのロードに失敗しました:" confirmSavegameDelete: title: 削除確認 - text: 本当に削除しますか? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: 削除に失敗 text: "セーブデータの削除に失敗しました:" @@ -162,8 +164,8 @@ dialogs: createMarker: title: マーカーを設置 titleEdit: マーカーを編集 - desc: わかりやすい名前をつけてください。形を表す短いキーを含めることもできます。(ここから生成できます) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) markerDemoLimit: desc: デモ版ではマーカー設置は2つまでに制限されています。スタンドアローン版は無制限です! massCutConfirm: @@ -423,7 +425,9 @@ buildings: description: 左から入力された形を、上から入力された色で着色します。 quad: name: 着色機 (四分割) - description: 入力された形を四分割づつ別の色で塗り分けられます。 + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: 着色機 description: 左から入力された形の全体を、右から入力された色で着色します。 @@ -552,8 +556,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: 形の切断 - desc: 切断機が利用可能になりました。これは入力された形を、向きを考慮せず上下の直線で半分に切断します。

利用しない側の出力に注意しましょう。破棄するなどをしない限り詰まって停止してしまいます - - このためにゴミ箱も用意しました。入力アイテムをすべて破棄できます。 + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: 回転 desc: 回転機が利用可能になりました。形を時計回り方向に90度回転させます。 @@ -572,8 +580,9 @@ storyRewards: desc: 積層機で形を組み合わせ可能になりました。双方の入力を組み合わせ、もし連続した形になっていればそれらは融合してひとつになります! もしできなかった場合は、左の入力の上に右の入力が重なります。 reward_splitter: title: 分配機/合流機 - desc: 多機能な分配機/合流機が利用可能になりました。 - - より大規模な工場を構築するため、複数のベルト間でアイテムを合流、分配できます!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: トンネル desc: トンネルが利用可能になりました。 - 他のベルトや建造物の地下を通してベルトが配置可能です! @@ -583,7 +592,10 @@ storyRewards: 反時計回りの回転ができるようになります! 回転機を選択し、'T'キーを押すことで方向の切り替えができます reward_miner_chainable: title: 連鎖抽出機 - desc: 連鎖抽出機が利用可能になりました。他の抽出機に出力を渡すことができるので、資源の抽出がより効率的になります! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: トンネル レベルII desc: トンネルのバリエーションが利用可能になりました。 - @@ -598,11 +610,18 @@ storyRewards: 通常の着色機と同様に機能しますが、ひとつの色の消費で一度に2つの形を着色処理できます! reward_storage: title: 余剰の貯蓄 - desc: ゴミ箱のバリエーションが利用可能になりました。 - 容量上限までアイテムを格納することができます! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: フリープレイ - desc: やりましたね! フリープレイモードが利用可能になりました。 - これからは形はランダムに生成されます! - (ご心配なく。スタンドアローン版はさらなる追加コンテンツが計画されています) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: ブループリント desc: 工場の建造物のコピー&ペーストが利用可能になりました! 範囲選択(CTRLキーを押したままマウスドラッグ)した状態で、'C'キーを押すことでコピーができます。

ペーストはタダではありません。ブループリントの形を生産することで可能になります!(たった今納品したものです) @@ -635,8 +654,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-kor.yaml b/translations/base-kor.yaml index e981a11d..9d37946c 100644 --- a/translations/base-kor.yaml +++ b/translations/base-kor.yaml @@ -119,7 +119,9 @@ dialogs: text: "저장 파일을 불러오지 못했습니다:" confirmSavegameDelete: title: 삭제 확인 - text: 이 게임 파일을 정말로 삭제하겠습니까? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: 삭제 실패 text: 저장 파일을 삭제하지 못했습니다. @@ -166,8 +168,8 @@ dialogs: 컨베이어 벨트의 방향을 바꾸세요.
" createMarker: title: 새로운 마커 - desc: 이 장소에 이름을 지어주세요, 당신은 원하는 모양으로 단축키를 생성할 수 있습니다. (여기에서 만들 수 있습니다.) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: 마커 변경 markerDemoLimit: desc: 체험판 버전에서는 마커를 2개 까지만 놓을 수 있습니다. 유료 버전을 구입하면 마커를 무제한으로 놓을 수 있습니다! @@ -426,7 +428,9 @@ buildings: description: 왼쪽에 입력되는 도형을 위에서 입력되는 색소로 색칠한다. quad: name: 4단 도형 색칠기 - description: 도형의 4가지 분단을 각각 다른 색으로 색칠할 수 있다. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: 도형 색칠기 description: 도형을 색소로 색칠한다. @@ -555,9 +559,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: 절단기 - desc: 절단기가 잠금 해제되었습니다! 절단기는 도형을 세로로 잘라 반으로 - 나눕니다.

사용하지 않는 도형은 휴지통에 버려주세요. 그렇지 않으면 절단기가 멈출 - 것입니다. + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: 회전기 desc: 회전기가 잠금 해제되었습니다! 이것은 도형을 시계방향으로 90도 회전 시킵니다. @@ -576,8 +583,9 @@ storyRewards: 쌓이게됩니다. reward_splitter: title: 배분기 - desc: 다양한 용도로 쓰이는 배분기가 잠금 해제되었습니다! 배분기로 도형들을 여러 개의 벨트에 - 합하거나 나누어서 큰 공장을 지을 수 있습니다.

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: 터널 desc: 터널이 잠금 해제되었습니다! 자원을 건물과 벨트 밑으로 운송 할 수 있습니다. @@ -587,8 +595,10 @@ storyRewards: T를 눌러서 변형된 버전을 사용하세요! reward_miner_chainable: title: 체인 추출기 - desc: 체인 추출기가 잠금 해제되었습니다! 체인 추출기는 자원을 다른 추출기로 - 전달하여 효율적으로 추출할 수 있게 합니다. + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: 터널 티어 II desc: 새로운 종류의 터널이 잠금 해제되었습니다! 새 터널은 보다 넓은 범위를 @@ -603,16 +613,25 @@ storyRewards: 도형을 색칠할 수 있습니다. reward_storage: title: 저장소 - desc: 저장소가 잠금 해제되었습니다! 주어진 용량만큼 자원을 저장할 수 있습니다! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: 자유 모드 - desc: 해내셨군요! 자유 모드가 잠금 해제되었습니다! 이제 도형이 랜덤으로 생성됩니다! (걱정 마세요, - 유료버전에는 더 많은 컨텐츠가 계획되어 있습니다!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: 청사진 - desc: 이제부터는 공장의 일부 영역을 복사하여 붙여넣기 할 수 있습니다! CTRL을 누르면서 드래그해서 먼저 - 영역을 선택하세요.

그 다음에는 C, DEL, ESC 로 복사하거나, 지우거나, 취소 - 하세요.

복사는 무료가 이닙니다. 특별한 "화폐" 도형으로 돈을 지불하고 복사가 됩니다. + desc: You can now copy and paste parts of your factory! Select + an area (Hold CTRL, then drag with your mouse), and press 'C' to + copy it.

Pasting it is not free, you need to + produce blueprint shapes to afford it! (Those you + just delivered). no_reward: title: 다음 레벨 desc: "이 단계는 아무런 보상이 없습니다. 하지만 다음 단계에는 있죠!

추신: 현존하는 공장을 부수지 않는 것이 좋습니다. @@ -642,8 +661,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-lt.yaml b/translations/base-lt.yaml index 0c27bdcd..4a844ed9 100644 --- a/translations/base-lt.yaml +++ b/translations/base-lt.yaml @@ -120,7 +120,9 @@ dialogs: text: "Failed to load your savegame:" confirmSavegameDelete: title: Confirm deletion - text: Are you sure you want to delete the game? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Failed to delete text: "Failed to delete the savegame:" @@ -171,8 +173,7 @@ dialogs: createMarker: title: New Marker desc: Give it a meaningful name, you can also include a short - key of a shape (Which you can generate here) + key of a shape (Which you can generate here) titleEdit: Edit Marker markerDemoLimit: desc: You can only create two custom markers in the demo. Get the standalone for @@ -447,7 +448,9 @@ buildings: input. 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 truthy signal on the wires layer + will be painted! mirrored: name: Painter description: Colors the whole shape on the left input with the color from the @@ -577,11 +580,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Cutting Shapes - desc: You just unlocked the cutter - it cuts shapes half from - top to bottom regardless of its - orientation!

Be sure to get rid of the waste, or otherwise - it will stall - For this purpose I gave you a - trash, which destroys everything you put into it! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotating desc: The rotater has been unlocked! It rotates shapes @@ -604,9 +608,9 @@ storyRewards: stacked on top of the left input! reward_splitter: title: Splitter/Merger - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: The tunnel has been unlocked - You can now tunnel items @@ -618,9 +622,10 @@ storyRewards: press 'T' to cycle its variants! reward_miner_chainable: title: Chaining Extractor - desc: You have unlocked the chaining extractor! It can + desc: "You have unlocked the chained extractor! It can forward its resources to other extractors so you - can more efficiently extract resources! + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Tier II desc: You have unlocked a new variant of the tunnel - It has a @@ -637,13 +642,18 @@ storyRewards: once consuming just one color instead of two! reward_storage: title: Storage Buffer - desc: You have unlocked a variant of the trash - It allows to - store items up to a given capacity! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Freeplay desc: You did it! You unlocked the free-play mode! This means - that shapes are now randomly generated! (No worries, more content is - planned for the standalone!) + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Blueprints desc: You can now copy and paste parts of your factory! Select @@ -680,8 +690,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-nl.yaml b/translations/base-nl.yaml index c17220f2..19e36437 100644 --- a/translations/base-nl.yaml +++ b/translations/base-nl.yaml @@ -4,7 +4,8 @@ steamPage: groot speelveld. discordLinkShort: Officiële Discord 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. @@ -119,7 +120,9 @@ dialogs: text: "Het laden van je savegame is mislukt:" confirmSavegameDelete: title: Bevestig verwijderen - text: Weet je zeker dat je het spel wil verwijderen? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Verwijderen mislukt text: "Het verwijderen van de savegame is mislukt:" @@ -174,9 +177,8 @@ dialogs: van lopende banden om te draaien wanneer je ze plaatst.
" createMarker: title: Nieuwe markering - desc: Geef het een betekenisvolle naam. Je kunt ook een - icoontje van een vorm toevoegen (die je hier kunt maken) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Edit Marker markerDemoLimit: desc: Je kunt maar twee markeringen plaatsen in de demo. Koop de standalone voor @@ -197,13 +199,16 @@ dialogs: editSignal: title: Set Signal descItems: "Kies een ingesteld item:" - descShortKey: ... of voer de short key van een vorm (Die je hier kunt vinden) in. + descShortKey: ... of voer de short key van een vorm (Die je + hier kunt vinden) in. renameSavegame: title: Hernoem opgeslagen spel desc: Geef je opgeslagen spel een nieuwe naam. entityWarning: 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: keybindingsOverlay: moveMap: Beweeg speelveld @@ -341,8 +346,7 @@ ingame: connectedMiners: one_miner: 1 Miner n_miners: Miners - limited_items: >- - Gelimiteerd tot: + limited_items: "Gelimiteerd tot: " watermark: title: Demo versie desc: Klik hier om het spel op Steam te bekijken! @@ -449,7 +453,9 @@ buildings: input. 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 truthy signal on the wires layer + will be painted! mirrored: name: Verver description: Verft de volledige vorm in de linker input met de kleur van de @@ -490,7 +496,8 @@ buildings: storage: default: 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: default: name: Kabel kruising @@ -498,8 +505,8 @@ buildings: constant_signal: default: name: Constant Signaal - description: Zend een constant signaal, dit kan een vorm, kleur of - boolean (1 / 0) zijn. + description: Zend een constant signaal, dit kan een vorm, kleur of boolean (1 / + 0) zijn. lever: default: name: Schakelaar @@ -507,16 +514,19 @@ buildings: logic_gate: default: 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: name: NOT poort description: Zend een 1 uit als de invoer een 0 is. xor: 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: 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: default: name: Transistor @@ -527,23 +537,28 @@ buildings: filter: default: 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: default: 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: default: 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: default: 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: default: 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: default: name: Virtuele Snijder @@ -553,7 +568,8 @@ buildings: description: Draait de vorm virtueel met de klok mee en tegen de klok in. unstacker: 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: name: Virtuele Stapelaar description: Stapelt de rechter vorm virtueel op de linkervorm. @@ -564,15 +580,17 @@ buildings: item_producer: default: 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: reward_cutter_and_trash: title: Vormen Knippen - desc: Je hebt de knipper ontgrendeld - Deze knipt vormen half - van boven naar onder ongeacht de - oriëntatie!

Zorg dat je ongebruikte vormen weggooit, anders - loopt het vast - Dit is waarom ik je een vuilnisbak - heb gegeven, die alles wat er in komt vernietigt! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Roteren desc: De roteerder is ontgrendeld - Het draait vormen 90 graden @@ -598,10 +616,9 @@ storyRewards: linker geplaatst! reward_splitter: title: Splitter/samenvoeger - desc: De multifunctionele verdeler is ontgrendeld - Het kan - worden gebruikt om grotere fabrieken te bouwen door - voorwerpen samen te voegen of te verdelen over - meerdere lopende banden!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: De tunnel is ontgrendeld - Je kunt nu voorwerpen onder @@ -614,14 +631,15 @@ storyRewards: wisselen! reward_miner_chainable: title: Ketting-ontginner - desc: Je hebt de Ketting-ontginner ontgrendeld! Deze kan - grondstoffen doorsturen naar andere ontginners, - waardoor je efficiënter grondstoffen kan onttrekken! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Niveau II - desc: Je hebt een variant van de tunnel ontgrendeld - Deze - heeft een grotere reikwijdtetunnel - It has a + bigger range, and you can also mix-n-match those + tunnels now! reward_cutter_quad: title: Quad Knippen desc: Je hebt een variant van de knipper ontgrendeld - Dit @@ -633,14 +651,18 @@ storyRewards: tegelijk met één kleur in plaats van twee! reward_storage: title: Opslagbuffer - desc: Je hebt een variant van de vuilnisbak ontgrendeld - Het - slaat voorwerpen op tot een zekere hoeveelheid! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Vrij spel - desc: Het is gelukt! je hebt het vrije spel ontgrendeld! Dit - betekent dat gevraagde vormen vanaf nu willekeurig gegenereerd - worden! (Geen zorgen, het spel wordt in de toekomst nog verder - uitgebreid in de standalone!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Blauwdrukken desc: Je kunt nu delen van je fabriek kopiëren en plakken! @@ -661,25 +683,43 @@ storyRewards: uitgebereid in de standalone! reward_balancer: title: Verdeler - desc: De multifunctionele verdeler is vrijgespeeld - Dit gebouw can worden gebruikt om je fabrieken nog groter te maken door lopende banden te splitsen en samen te voegen!

+ desc: De multifunctionele verdeler is vrijgespeeld - Dit gebouw + can worden gebruikt om je fabrieken nog groter te maken door lopende + banden te splitsen en samen te voegen!

reward_merger: title: Compacte samenvoeger - desc: Je hebt een variant op de samenvoeger van de verdeler vrijgespeeld - Dit gebouw maakt van 2 lopende banden 1! + desc: Je hebt een variant op de samenvoeger van de + verdeler vrijgespeeld - Dit gebouw maakt van 2 + lopende banden 1! reward_belt_reader: title: Lopende band lezer - desc: Je hebt de lopende band lezer vrijgespeeld! Dit gebouw geeft de doorvoer op een lopende band weer.

Wacht maar tot je kabels vrijspeeld, dan wordt het pas echt interessant! + desc: Je hebt de lopende band lezer vrijgespeeld! Dit gebouw + geeft de doorvoer op een lopende band weer.

Wacht maar tot je + kabels vrijspeeld, dan wordt het pas echt interessant! reward_rotater_180: title: Draaier (180 graden) - desc: Je hebt de 180 graden draaier vrijgespeeld! - Hiermee kun je een item op de band 180 graden draaien! + desc: Je hebt de 180 graden draaier vrijgespeeld! - Hiermee kun + je een item op de band 180 graden draaien! reward_display: title: Scherm - desc: Je hebt het Scherm vrijgespeeld - Verbind een signaal met het scherm om de data ervan te zien! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constante Signaal - desc: Je hebt het constante signaal vrijgespeeld op de kabel dimensie! Dit gebouw is handig in samenwerking met item filters.

Het constante signaal kan een vorm, kleur of boolean (1 / 0) zijn. + desc: Je hebt het constante signaal vrijgespeeld op de kabel + dimensie! Dit gebouw is handig in samenwerking met item + filters.

Het constante signaal kan een + vorm, kleur of + boolean (1 / 0) zijn. reward_logic_gates: title: Logische poorten - desc: Je hebt de logische poorten vrijgespeeld! Misschien word je hier nog niet zo vrolijk van, maar eigenlijk zijn ze heel erg handig!

Met logische poorten kun je AND, OR en XOR operaties uitvoeren.

Als bonus krijg je ook nog een transistor van mij! + desc: Je hebt de logische poorten vrijgespeeld! Misschien word + je hier nog niet zo vrolijk van, maar eigenlijk zijn ze heel erg + handig!

Met logische poorten kun je AND, OR en XOR operaties + uitvoeren.

Als bonus krijg je ook nog een + transistor van mij! reward_virtual_processing: title: Virtual Processing desc: I just gave a whole bunch of new buildings which allow you to @@ -700,7 +740,10 @@ storyRewards: E." reward_filter: title: Item Filter - desc: Je hebt de Item Filter vrijgespeeld! Items worden naar rechts of naar boven gestuurd, afhankelijk van de invoer.

Er kan ook een boolean (1 / 0) worden ingevoerd om de filter in en uit te schakelen. + desc: Je hebt de Item Filter vrijgespeeld! Items worden naar + rechts of naar boven gestuurd, afhankelijk van de invoer.

Er + kan ook een boolean (1 / 0) worden ingevoerd om de filter in en uit + te schakelen. reward_demo_end: title: Einde van de Demo desc: Je hebt het einde van de demoversie bereikt! @@ -829,28 +872,41 @@ settings: description: Set the volume for music lowQualityMapResources: 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: 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: 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: 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: 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: 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: 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: 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: % keybindings: title: Sneltoetsen @@ -954,55 +1010,75 @@ tips: - Zorg ervoor dat uw fabrieken modulair zijn - het loont! - 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. - - U kunt de richting van de lopende band planner wijzigen door op R te drukken. - - Door CTRL ingedrukt te houden, kunnen lopende banden worden gesleept zonder automatische oriëntatie. - - Verhoudingen blijven hetzelfde, zolang alle upgrades zich op hetzelfde niveau bevinden. + - U kunt de richting van de lopende band planner wijzigen door op R + te drukken. + - Door CTRL 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. - Je ontgrendelt later in het spel meer varianten van gebouwen! - U kunt T gebruiken om tussen verschillende varianten te schakelen. - Symmetrie is de sleutel! - Je kunt verschillende tunnels weven. - Probeer compacte fabrieken te bouwen - het loont! - - De schilder heeft een gespiegelde variant die u kunt selecteren met T + - De schilder heeft een gespiegelde variant die u kunt selecteren met + T - Met de juiste bouwverhoudingen wordt de efficiëntie gemaximaliseerd. - Op het maximale niveau vullen 5 ontginners een enkele band. - Vergeet tunnels niet! - U hoeft de items niet gelijkmatig te verdelen voor volledige efficiëntie. - - Als u SHIFT ingedrukt houdt tijdens het bouwen van lopende banden, wordt de planner geactiveerd, zodat je gemakkelijk lange rijen kunt plaatsen. + - Als u SHIFT 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. - Meng alle drie de kleuren om wit te krijgen. - De opslagbuffer geeft prioriteit aan de eerste uitvoer. - Investeer tijd om herhaalbare ontwerpen te maken - het is het waard! - - Door SHIFT ingedrukt te houden, kunnen meerdere gebouwen worden geplaatst. - - U kunt ALT ingedrukt houden om de richting van de geplaatste banden om te keren. + - Door SHIFT ingedrukt te houden, kunnen meerdere gebouwen worden + geplaatst. + - U kunt ALT ingedrukt houden om de richting van de geplaatste banden + om te keren. - Efficiëntie is de sleutel! - 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. - - 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! - - 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! - - Maak de dingen niet ingewikkeld, probeer eenvoudig te blijven en u zult ver komen. - - 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. + - Maak de dingen niet ingewikkeld, probeer eenvoudig te blijven en u zult + ver komen. + - 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. - 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. - Bekijk de kleurenmixer eens wat beter, en uw vragen worden beantwoord. - Gebruik CTRL + klik om een gebied te selecteren. - 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! - Je hebt een oneindige kaart, verkramp je fabriek niet, breid uit! - Probeer ook Factorio! Het is mijn favoriete spel. - De quad-snijder snijdt met de klok mee vanaf de rechterbovenhoek! - 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! - - De markering naar uw hub heeft een klein kompas om de richting aan te geven! - - Om de banden leeg te maken, knipt u het gebied af en plakt u het op dezelfde locatie. + - De markering naar uw hub heeft een klein kompas om de richting aan te + 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 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. diff --git a/translations/base-no.yaml b/translations/base-no.yaml index 640337e6..8de1a8ce 100644 --- a/translations/base-no.yaml +++ b/translations/base-no.yaml @@ -122,7 +122,9 @@ dialogs: text: "Kunne ikke laste inn lagringsfilen:" confirmSavegameDelete: title: Bekreft sletting - text: Er du sikker på at du ønsker å slette lagringsfilen? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Kunne ikke slette text: "Kunne ikke slette lagringsfilen:" @@ -178,9 +180,8 @@ dialogs: samlebånd.
" createMarker: title: Ny Markør - desc: Gi markøren et meningsfullt navn, du kan også inkludere en "short - key" av et objekt (Som du kan generere her) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Rediger markør markerDemoLimit: desc: Du kan kun ha to markører i demoverjsonen. Skaff deg den frittstående @@ -457,7 +458,9 @@ buildings: inngang. quad: 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 truthy signal on the wires layer + will be painted! mirrored: name: Maler description: Maler hele formen på venstre inngang med fargen fra øverste @@ -588,11 +591,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Kutt Objekter - desc: Du åpnet nettop kutter - den kutter former i to fra - topp til bunn uavhengig av rotasjon!

Husk å - kvitt deg med alt søppel, ellers kiler det seg fast - - Derfor har jeg gitt deg søplekassen, som ødelegger alt du putter i - den! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotering desc: Rotereren har blitt tilgjengelig! Den roterer objekter @@ -616,9 +620,9 @@ storyRewards: plassert over venstre inngang! reward_splitter: title: Fordeler/Sammenslåer - desc: Den multifunksjonelle fordeleren har blitt tilgjengelig - - Den kan brukes til å bygge større fabrikker ved å fordele og - slå sammen objekter til flere samlebånd!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: Tunnelen har blitt tilgjengelig - Du kan nå transportere @@ -630,9 +634,10 @@ storyRewards: trykk 'T' for å veksle mellom variantene! reward_miner_chainable: title: Kjedeutdrager - desc: Du har åpnet kjedeutdrageren! Den sender sine - resurser videre til andre utdragere så de kan hente ut - ressurser mer effektivt! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Nivå II desc: Du har åpnet en ny variant av tunnelen - Den har @@ -649,13 +654,18 @@ storyRewards: konsumerer bare en farge istedenfor to! reward_storage: title: Lagringsbuffer - desc: Du har åpnet en variant av søpplekassen - Den lar deg - lagre objekter opp til en viss mengde! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Frispill - desc: Du klarte det! Du åpnet frispillmodus! Dette betyr at - formene er nå tilfeldig generert! (Ikke vær redd, mer innhold er - planlagt for den frittstående versjonen!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Blåkopier desc: Du kan nå kopiere og lime inn deler av fabrikken din! @@ -694,8 +704,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-pl.yaml b/translations/base-pl.yaml index 012b9050..cd373c84 100644 --- a/translations/base-pl.yaml +++ b/translations/base-pl.yaml @@ -121,7 +121,9 @@ dialogs: text: "Nie udało się wczytać twojego zapisu gry:" confirmSavegameDelete: title: Potwierdź usuwanie - text: Jesteś pewien, że chcesz usunąć zapis? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Błąd usuwania text: "Nie udało się usunąć zapisu:" @@ -175,9 +177,8 @@ dialogs: taśmociągów.
" createMarker: title: Nowy Znacznik - desc: Podaj nazwę znacznika. Możesz w niej zawrzeć kod - kształtu, który możesz wygenerować tutaj. + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Edytuj Znacznik markerDemoLimit: 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. quad: name: Malarz (Poczwórny) - description: Koloruje każdą ćwiartkę kształtu na inny kolor, używając - dostarczonych kolorów. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: Malarz description: Koloruje kształt za pomocą koloru dostarczonego od boku. @@ -588,11 +590,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Przecinanie Kształtów - desc: "Odblokowano nową maszynę: Przecinak - tnie kształt na - pół pionowo - od góry do dołu, niezależnie od - orientacji!

Upewnij się, że zniszczysz niechciane kawałki, - ponieważ może się zatkać - Na potrzeby tego - otrzymujesz też kosz - niszczy wszystko co do niego przekierujesz!" + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Obracanie desc: "Odblokowano nową maszynę: Obracacz! Obraca wejście o 90 @@ -616,9 +619,9 @@ storyRewards: kształt po prawej jest kładziony na ten z lewej!" reward_splitter: title: Rozdzielacz/Łącznik - desc: Wielofunkcyjne urządzenie balansujące zostało odblokowane - - Może zostać wykorzystane do tworzenia większych fabryk poprzez - rozdzielanie i łączenie taśmociągów!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunel desc: Tunel został odblokowany - Możesz teraz prowadzić @@ -630,9 +633,10 @@ storyRewards: naciśnij 'T', by zmieniać warianty! reward_miner_chainable: title: Wydobycie Łańcuchowe - desc: Odblokowano nowy wariant ekstraktora! Może - przekierować obiekty do ekstraktorów przed nim, - zwiększając efektywność wydobycia! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunel Poziomu II desc: Odblokowano nowy wariant tunelu - Posiada większy @@ -649,13 +653,18 @@ storyRewards: raz, pobierając wyłącznie jeden barwnik! reward_storage: title: Magazyn - desc: Odblokowano nowy wariant Kosza - Pozwala przechować pewną - ilość obiektów! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Tryb swobodny - desc: Gratulacje! Odblokowano tryb swobodny! Oznacza to, iż - kształty są teraz generowane losowo! (Nie przejmuj się, więcej - zawartości jest w planach dla wersji pełnej!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Schematy desc: Możesz teraz kopiować i wklejać części swojej fabryki! @@ -694,8 +703,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-pt-BR.yaml b/translations/base-pt-BR.yaml index dc08671a..6af54036 100644 --- a/translations/base-pt-BR.yaml +++ b/translations/base-pt-BR.yaml @@ -119,7 +119,9 @@ dialogs: text: "Houve uma falha ao carregar seu jogo salvo:" confirmSavegameDelete: title: Confirmar exclusão - text: Tem certeza que quer excluir esse jogo salvo? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Falha ao deletar text: "Houve uma falha ao deletar seu jogo salvo:" @@ -179,9 +181,8 @@ dialogs: createMarker: title: Nova Marcação titleEdit: Editar Marcador - desc: Dê um nome com significado, também pode adicionar um pequeno - código de uma forma. (Pode ser gerado aqui) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) markerDemoLimit: desc: Você só pode criar dois marcadores na versão demo. Adquira a versão completa para marcadores ilimitados! @@ -465,7 +466,9 @@ buildings: description: Colore as formas na entrada esquerda com a cor da entrada superior. quad: 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 truthy signal on the wires layer + will be painted! trash: default: name: Lixo @@ -590,11 +593,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Cortando formas - desc: Você desbloqueou cortador - corte de formas pela metade - verticalmente independentemente de sua - orientação!

Certifique-se de se livrar do lixo, ou então - ele irá parar a produção - Para esse propósito, eu - lhe dei uma lixeira, que destrói tudo o que você coloca nela! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotação desc: O rotacionador foi desbloqueado! Gira as formas no @@ -617,9 +621,9 @@ storyRewards: direita é empilhada em cima da entrada esquerda! reward_splitter: title: Distribuidor - desc: O Distribuidor multifuncional foi desbloqueado - pode ser - usado para construir fábricas maiores dividindo e unindo - itens em múltiplas esteiras!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Túnel desc: O túnel foi desbloqueado - Agora você pode transportar @@ -632,9 +636,10 @@ storyRewards: variantes! reward_miner_chainable: title: Extrator em Cadeia - desc: Você desbloqueou o extrator em cadeia! Ele pode - encaminhar seus recursos para outros extratores, - para que você possa extrair recursos com mais eficiência! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Túnel Classe II desc: Você desbloqueou uma nova variante do túnel - ele tem um @@ -652,13 +657,18 @@ storyRewards: tempo, consumindo apenas uma cor em vez de duas! reward_storage: title: Acúmulo de excesso - desc: Você desbloqueou uma variante do lixo - Permite armazenar - itens até uma determinada capacidade! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Modo Livre - desc: Você conseguiu! Você desbloqueou o modo de jogo livre! - Isso significa que as formas agora são geradas aleatoriamente! (Não - se preocupe, mais conteúdo está planejado para o jogo completo!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Projetos desc: Agora você pode copiar e colar partes de sua fábrica! @@ -696,8 +706,10 @@ storyRewards: Ele permite que você rotacione uma forma em 180 graus (Surpresa! :D) reward_display: title: Display - desc: Você desbloqueou o Display - Conecte um sinal no plano de - fios para visualizar o que ele emite! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Sinal Constante desc: Você desbloqueou a construção que emite um sinal diff --git a/translations/base-pt-PT.yaml b/translations/base-pt-PT.yaml index 3aeb5212..b18c5969 100644 --- a/translations/base-pt-PT.yaml +++ b/translations/base-pt-PT.yaml @@ -122,7 +122,9 @@ dialogs: text: "Erro ao carregar o teu savegame:" confirmSavegameDelete: title: Confirmar eliminação - text: Tens a certeza que pretendes eliminar o jogo? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Erro de eliminação text: "Erro ao eliminar o teu savegame:" @@ -177,9 +179,8 @@ dialogs: class='keybinding'>ALT: Inverte as posições.
" createMarker: title: Novo Marco - desc: Dá-lhe um nome com significado, também poderás adicionar um - pequeno código de uma forma. (Pode ser gerado aqui) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Editar Marco markerDemoLimit: desc: Apenas podes criar dois marcos na versão Demo. Adquire o jogo completo @@ -454,7 +455,9 @@ buildings: entrada superior. quad: 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 truthy signal on the wires layer + will be painted! mirrored: name: Pintor description: Pinta a forma geométrica da entrada esquerda com a cor da entrada @@ -589,11 +592,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Corte de formas - desc: Acabaste de desbloquear o Cortador - ele corta as formas - geométricas ao meio de cima para baixo - independentemente da orientação!

Certifica-te de que te - livras do desperdício, caso contrário encravará - - Para isso, dou-te um lixo, que destruirá tudo o que lá colocares! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotação desc: O Rodador foi desbloqueado! Ele roda as formas @@ -617,9 +621,9 @@ storyRewards: esquerda! reward_splitter: title: Distribuidor/Misturador - desc: O Distribuidor multi-funções foi desbloqueado - Pode ser - usado para construir fábricas maiores separando e - convergindo items para vários tapetes!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Túnel desc: O Túnel foi desbloqueado - Com ele podes passar itens @@ -632,9 +636,10 @@ storyRewards: variantes
! reward_miner_chainable: title: Extração em série - desc: Desbloqueaste o Extrator em série! Permite enviar - o recurso extraído para outros extratores, permitindo uma - extração mais eficiente! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Túnel Nível II desc: Desbloqueaste uma nova variante do Túnel - Tem um @@ -652,13 +657,18 @@ storyRewards: tempo consumindo apenas uma cor em vez de duas! reward_storage: title: Armazém - desc: Desbloqueaste uma variante do Lixo - Permite armazenar - items até uma determinada capacidade! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Jogo livre - desc: Conseguiste! Desbloqueaste o modo jogo livre! Isto - significa que agora as formas são geradas aleatoriamente! (Não te - prepcupes, está planeado mais conteúdo para o jogo completo!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Projetos desc: Agora podes copiar e colar partes da tua fábrica! @@ -696,8 +706,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-ro.yaml b/translations/base-ro.yaml index 54ffd654..8f02109f 100644 --- a/translations/base-ro.yaml +++ b/translations/base-ro.yaml @@ -121,7 +121,9 @@ dialogs: text: "Încercarea de încărcat savegame-ul a eșuat:" confirmSavegameDelete: title: Confirmă ștergerea - text: Ești sigur că vrei să ștergi acest joc? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Eroare la ștergere text: "Nu a reușit să se ștearga savegame-ul:" @@ -176,9 +178,8 @@ dialogs: rulante.
" createMarker: title: Nou waypoint - desc: Dă-i un nume plin de înțeles, de asemenea poți include a codul - scurt al unei forme (Pe care îl poți genera here) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Edit Marker markerDemoLimit: desc: Poți crea decât două waypoint-uri personalizate în demo. Ia standalone-ul @@ -453,8 +454,9 @@ buildings: input-ul de sus. 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 truthy signal on the wires layer + will be painted! mirrored: name: Mașină de pictat description: Colorează întreaga formă din input-ul stâng folosind culoarea din @@ -590,10 +592,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Tăierea formelor - desc: Tocmai ai deblocat tăietorul - taie forme pe jumate de - jos în sus indiferent de orientație!

Ține - minte să scapi de deșeuri, altfel se va opri - În - acest scop ți-am dat un gunoi, care distruge tot ce pui în el! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotitul desc: rotater-ul a fost deblocat! El rotește formele la 90 de @@ -616,10 +620,9 @@ storyRewards: pus peste input-ul stâng! reward_splitter: title: Distribuitor/Combinator - desc: Multifuncționalul distribuitor a fost deblocat - El poate - fi folosit pentru a construi fabrici mai mari prin - distribuirea și combinarea obiectelor pe benzi - multiple!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunel desc: Tunelul a fost deblocat - Acum poți deplasa obiecte prin @@ -632,9 +635,10 @@ storyRewards: printre variante! reward_miner_chainable: title: Chaining Extractor - desc: Ai deblocat Extractorul în lanț! El își poate - transmite resursele la alte extractoare ca tu să - poți extrage resurse mai eficient! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Tier II desc: Ai deblocat o variantă nouă a tunelului - El are @@ -651,13 +655,18 @@ storyRewards: forme odată consumând doar o culoare în loc de două! reward_storage: title: Depozitul - desc: Ai deblocat o variantă a gunoiului - El permite să - depoziți obiecte până într-o capacitate dată! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Jocul liber - desc: Ai făcut-o! Ai deblocat modul de joc liber! Asta înseamnă - că formele sunt acum generate aleatoriu! (Fără griji, mai mult - conținut este planificat pentru versiunea standalone!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Planuri desc: Acum poți copia și lipi părți ale fabrici tale! @@ -697,8 +706,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-ru.yaml b/translations/base-ru.yaml index 3fca1dc9..8d7ab01c 100644 --- a/translations/base-ru.yaml +++ b/translations/base-ru.yaml @@ -121,7 +121,9 @@ dialogs: text: Не удалось загрузить сохранение игры. confirmSavegameDelete: title: Подтвердите удаление. - text: Вы действительно хотите удалить сохранение игры? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Ошибка удаления text: Не удалось удалить сохранение игры. @@ -175,10 +177,8 @@ dialogs: Инвертировать направление размещаемых конвейерных лент.
" createMarker: title: Новый маркер - desc: Дайте ему содержательное имя, также можно добавить - сокращение в виде фигуры (Которое можно - сгенерировать здесь) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Редактирование маркера markerDemoLimit: desc: Вы можете создать только 2 своих маркера в демо-версии. Приобретите полную @@ -452,7 +452,9 @@ buildings: description: Красит фигуру из левых входов красителем из перпендикулярного. quad: name: Покрасчик (4Вх.) - description: Позволяет раскрасить каждую четверть фигуры разными цветами. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: Покрасчик description: Красит всю фигуру из левого входа красителем из перпендикулярного. @@ -586,11 +588,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Разрезание Фигур - desc: Вы только что открыли резак - он разрезает фигуры пополам - сверху вниз независимо от их ориентации!

- Обязательно избавьтесь от отходов, иначе он - остановится - для этого я дал вам мусорку, которая - уничтожит все, что в нее поместить! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Вращение desc: Разблокирован вращатель! Он поворачивает фигуры по @@ -613,9 +616,9 @@ storyRewards: правого входа наложится на фигуру из левого! reward_splitter: title: Разделитель / Соединитель - desc: Разблокирован многофункциональный разделитель! Его можно - использовать для создания больших фабрик путем разделения и - соединения конвейеров!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Туннель desc: Разблокирован туннель! Теперь вы можете транспортировать @@ -627,9 +630,10 @@ storyRewards: нажмите 'T', чтобы переключить вариант! reward_miner_chainable: title: Цепной Экстрактор - desc: Разблокирован цепной экстрактор! Он может - передавать свои ресурсы другим экстракторам, чтобы - вы могли эффективнее извлекать ресурсы! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Туннель II desc: Разблокирован новый вариант туннеля с большей @@ -645,13 +649,18 @@ storyRewards: одновременно, потребляя только один краситель вместо двух! reward_storage: title: Буферное Хранилище - desc: Разблокирован вариант мусорки - он позволяет хранить - предметы до заданной вместимости! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Свободная игра - desc: У вас получилось! Разблокирован режим свободной игры! Это - означает, что фигуры теперь генерируются случайным образом! (Не - беспокойтесь, больше контента планируется в полной версии!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Чертежи desc: Теперь вы можете копировать и вставлять части вашей @@ -689,8 +698,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-sl.yaml b/translations/base-sl.yaml index b9d0538e..98f31548 100644 --- a/translations/base-sl.yaml +++ b/translations/base-sl.yaml @@ -121,7 +121,9 @@ dialogs: text: "Failed to load your savegame:" confirmSavegameDelete: title: Confirm deletion - text: Are you sure you want to delete the game? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Failed to delete text: "Failed to delete the savegame:" @@ -180,8 +182,7 @@ dialogs: createMarker: title: New Marker desc: Give it a meaningful name, you can also include a short - key of a shape (Which you can generate here) + key of a shape (Which you can generate here) titleEdit: Edit Marker markerDemoLimit: desc: You can only create two custom markers in the demo. Get the standalone for @@ -461,8 +462,9 @@ buildings: input. quad: name: Painter (Quad) - description: Allows you 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 truthy signal on the wires layer + will be painted! trash: default: name: Trash @@ -580,11 +582,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Cutting Shapes - desc: You just unlocked the cutter - it cuts shapes half from - top to bottom regardless of its - orientation!

Be sure to get rid of the waste, or otherwise - it will stall - For this purpose I gave you a - trash, which destroys everything you put into it! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotating desc: The rotater has been unlocked! It rotates shapes @@ -607,9 +610,9 @@ storyRewards: stacked on top of the left input! reward_splitter: title: Splitter/Merger - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: The tunnel has been unlocked - You can now tunnel items @@ -622,9 +625,10 @@ storyRewards: variants! reward_miner_chainable: title: Chaining Extractor - desc: You have unlocked the chaining extractor! It can + desc: "You have unlocked the chained extractor! It can forward its resources to other extractors so you - can more efficiently extract resources! + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Tier II desc: You have unlocked a new variant of the tunnel - It has a @@ -641,13 +645,18 @@ storyRewards: once consuming just one color instead of two! reward_storage: title: Storage Buffer - desc: You have unlocked a variant of the trash - It allows you - to store items up to a given capacity! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Freeplay desc: You did it! You unlocked the free-play mode! This means - that shapes are now randomly generated! (No worries, more content is - planned for the standalone!) + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Blueprints desc: You can now copy and paste parts of your factory! Select @@ -684,8 +693,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-sr.yaml b/translations/base-sr.yaml index 6cc0e213..b01fe87d 100644 --- a/translations/base-sr.yaml +++ b/translations/base-sr.yaml @@ -121,7 +121,9 @@ dialogs: text: "Neuspešno učitavanje sačuvane igre:" confirmSavegameDelete: 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?

+ '' at level

This can not be + undone! savegameDeletionError: title: Greška prilikom brisanja text: "Neuspešno brisanje sačuvane igre:" @@ -180,9 +182,8 @@ dialogs: createMarker: title: Novi Putokaz titleEdit: Uredi Putokaz - desc: Dajte mu smisleno ime. Možete koristiti i kod oblika - (Koji možete napraviti ovde) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) markerDemoLimit: desc: U demo verziji možete imati samo dva putokaza istovremeno. Nabavite samostalnu igru za beskonačno mnogo putokaza! @@ -459,7 +460,9 @@ buildings: description: Farba ceo oblik na levom ulazu bojom sa gornjeg ulaza. quad: 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 truthy signal on the wires layer + will be painted! trash: default: name: Smeće @@ -577,10 +580,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Rezanje Oblika - desc: Rezač je otključan! On reže oblike od vrha prema - dnu bez obzira na orijentaciju građevine!

Višak se - mora odbaciti kako bi se izbegao zastoj. - Za tu - svrhu postoji smeće, koje uništava sve što uđe u njega. + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Obrtanje desc: Obrtač je otključan! On okreće oblike za 90 stepeni u @@ -602,9 +607,9 @@ storyRewards: vrh levog! reward_splitter: title: Deljenje/Spajanje - desc: Multifunkcionalni balanser je otključan! Može ga se - iskoristiti za deljenje i spajanje oblika na više - pokretnih traka!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunel desc: Tunel je otključan - Omogućava prenos stvari ispod traka @@ -616,8 +621,10 @@ storyRewards: pritisni 'T' za menjanje njegove varijacije! reward_miner_chainable: title: Lančani rudar - desc: Otključan je lančani rudar! On može da prosledi - svoje resurse drugim rudarima radi efikasnijeg rudarenja! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunel II Reda desc: Otključana je nova varijacija tunela - On ima @@ -634,13 +641,18 @@ storyRewards: odjednom po ceni jedne boje umesto dve! reward_storage: title: Skladište - desc: Varijacija smeća je otključana - Omogućava skladištenje - predmeta do određenog kapaciteta! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Slobodna Igra - desc: Uspeli ste! Otključali ste mod slobodne igre! Oblici su - od sada nasumično generisani! (Bez brige, više sadržaja je planirano - za samostalnu igru!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Nacrti desc: Sada možete da kopirate i nalepljujete delove fabrike! @@ -679,8 +691,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-sv.yaml b/translations/base-sv.yaml index 7ea709db..9d334b37 100644 --- a/translations/base-sv.yaml +++ b/translations/base-sv.yaml @@ -121,7 +121,9 @@ dialogs: text: "Kunde inte ladda sparfil:" confirmSavegameDelete: 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?

+ '' at level

This can not be + undone! savegameDeletionError: title: Kunde inte radera text: "Kunde inte radera sparfil:" @@ -175,9 +177,8 @@ dialogs: rullband.
" createMarker: title: Ny Markör - desc: Ge den ett meningsfullt namn, du kan också inkludera en kort - kod av en form (Vilket du kan generera här ) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Ändra Markör markerDemoLimit: 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. 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 truthy signal on the wires layer + will be painted! mirrored: name: Färgläggare description: Färgar hela formen på den vänstra ingången med färgen från den @@ -585,11 +588,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Att klippa former - desc: Du låste just upp klipparen - den klipper former på - hälften från topp till botten oavsett dess - orientation!

Se till att ta bort allt överskott, annars - kommer det att skapa uppehåll - Av denna anledning - gav jag dig skräphantering, vilket förstör allt du inputtar! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotation desc: Roteraren har blivit upplåst! Den roterar former 90 @@ -612,10 +616,9 @@ storyRewards: staplas över den vänstra! reward_splitter: title: Delning/Sammanslagning - desc: Den multifunktionella balanseraren har blivit upplåst - - Den kan användas för att bygga större fabriker genom att - dela eller slå ihop objekt till flera - rullband!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: Tunneln blivit upplåst- Du kan nu transportera saker @@ -627,9 +630,10 @@ storyRewards: tryck ned 'T' för att bläddra genom dess varianter! reward_miner_chainable: title: Kedjeextraktor - desc: Du har låst upp Kedjeextraktorn! Den kan föra - sina resurser framåt till andra extraktorer så att du kan - mer effektivt extrahera resurser! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Tier II desc: Du har låst upp en ny variant av tunneln - Den har en @@ -648,13 +652,18 @@ storyRewards: två! reward_storage: title: Förvaringsbuffert - desc: Du har låst upp en ny variant av skräphantering - Den - låter dig förvara objekt upp till en viss kapacitet! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Friläge - desc: Du gjorde det! Du låste upp friläge! Det betyder att - former är nu slumpmässigt genererade! (oroa dig inte, mer innehåll - är planerat för den fristående versionen!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Ritningar desc: Du kan nu kopiera och klistra in delar av din fabrik! @@ -694,8 +703,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-tr.yaml b/translations/base-tr.yaml index 3c42d27a..756b63fe 100644 --- a/translations/base-tr.yaml +++ b/translations/base-tr.yaml @@ -3,7 +3,8 @@ steamPage: üretimi ve birleştirilmesi hakında bir oyundur. discordLinkShort: Official Discord 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! @@ -40,10 +41,9 @@ steamPage: source_code: Kaynak kodu (GitHub) translate: Çeviriye yardım et text_open_source: >- - Herkes bu oyuna katkıda bulunabilir. Toplulukla aktif bir - şekilde ilgileniyorum. Bütün önerileri ve geri dönüşleri - incelemeye çalışıyorum ve mümkün olanları - değerlendirmeye alıyorum. + Herkes bu oyuna katkıda bulunabilir. Toplulukla aktif bir şekilde + ilgileniyorum. Bütün önerileri ve geri dönüşleri incelemeye çalışıyorum + ve mümkün olanları değerlendirmeye alıyorum. Bütün yol haritasına Trello kartımda göz atmayı unutma! global: @@ -120,7 +120,9 @@ dialogs: text: "Oyun yükleme başarısız:" confirmSavegameDelete: title: Silme işlemini onayla - text: Oyunu silmek istediğinizden emin misiniz? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: 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.
" createMarker: title: Yeni Konum İşareti - desc: İşarete anlamlı bir isim verin, aynı zamanda (buradan - oluşturabileceğiniz) bir şeklin sembolünü - ekleyebilirsiniz. + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Konum İşaretini Düzenle markerDemoLimit: desc: Deneme sürümünde sadece iki adet yer imi oluşturabilirsiniz. Sınırsız yer @@ -196,16 +196,15 @@ dialogs: editSignal: title: Sinyal Ata descItems: "Önceden tanımlı bir eşya seçin:" - descShortKey: ... veya şekil kodunu girin - (Buradan edinebileceğiniz) + descShortKey: ... veya şekil kodunu girin (Buradan + edinebileceğiniz) renameSavegame: title: Oyun Kaydının Yeniden Adlandır desc: Oyun kaydını buradan adlandırabilirsiniz. entityWarning: title: Performans Uyarısı 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 - ama öz tutun! + yapıyla başa çıkamaz - Bu yüzden fabrikalarınızı az ama öz tutun! ingame: keybindingsOverlay: moveMap: Hareket Et @@ -395,19 +394,20 @@ buildings: endOfDemo: End of Demo belt: default: - name: &belt Taşıma Bandı + name: Taşıma Bandı description: Eşyaları taşır, basılı birden fazla yerleştirmek için tutup sürükle. miner: default: - name: &miner Üretİcİ + name: Üretİcİ description: Bir şekli veya rengi üretmek için üzerlerini yerleştir. chainable: 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: 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. tier2: name: Tünel Aşama II @@ -415,8 +415,9 @@ buildings: aktarımı sağlar. cutter: default: - name: &cutter Kesİcİ - description: Şekilleri yukarıdan aşağıya böler ve iki yarım parçayı çıktı olarak verir. Eğer sadece bir çıktıyı kullanıyorsanız diğer + name: Kesİcİ + description: Şekilleri yukarıdan aşağıya böler ve iki yarım parçayı çıktı olarak + verir. Eğer sadece bir çıktıyı kullanıyorsanız diğer çıkan parçayı yok etmeyi unutmayın, yoksa kesim durur! quad: name: Kesİcİ (Dörtlü) @@ -425,7 +426,7 @@ buildings: yoksa kesim durur! rotater: default: - name: &rotater Döndürücü + name: Döndürücü description: Şekilleri saat yönünde 90 derece döndürür. ccw: name: Döndürücü (Saat Yönünün Tersİ) @@ -435,44 +436,48 @@ buildings: description: Şekilleri 180 derece döndürür. stacker: 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 soldaki eşyanın üzerine kaynaştırılır. mixer: default: - name: &mixer Renk Karıştırıcısı + name: Renk Karıştırıcısı description: İki rengi eklemeli renk metoduyla birleştirir. painter: default: - name: &painter Boyayıcı - description: &painter_desc Sol girdideki bütün şekli sağ girdideki renk ile boyar. + name: Boyayıcı + description: Sol girdideki bütün şekli sağ girdideki renk ile boyar. double: name: Boyayıcı (Çİft) description: Sol girdideki şekilleri yukarı girdideki renk ile boyar. quad: 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 truthy signal on the wires layer + will be painted! mirrored: name: Boyayıcı description: Sol girdideki bütün şekli aşağı girdideki renk ile boyar. trash: default: - name: &trash Çöp + name: Çöp description: Her yönden giren girdileri yok eder. Tamamen. wire: default: - name: &wire Kablo - description: &wire_desc Sinyali, eşyalar veya ikili değerler(1 / 0), aktarmayı sağlar. Farklı renkteki kablolar bağlanamaz. + name: Kablo + description: Sinyali, eşyalar veya ikili değerler(1 / 0), aktarmayı sağlar. + Farklı renkteki kablolar bağlanamaz. second: - name: *wire - description: *wire_desc + name: Kablo + description: Sinyali, eşyalar veya ikili değerler(1 / 0), aktarmayı sağlar. + Farklı renkteki kablolar bağlanamaz. wire_tunnel: default: - name: &wire_tunnel Kablo Tüneli + name: Kablo Tüneli description: İki farklı kabloyu birbirine bağlamadan bir köprü oluşturur. balancer: 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. merger: 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. storage: default: - name: &storage Storage - description: Belirli bir sınıra kadar fazla eşyaları depolar. Taşırma kapısı olarak kullanıla bilir. + name: Storage + description: Belirli bir sınıra kadar fazla eşyaları depolar. Taşırma kapısı + olarak kullanıla bilir. constant_signal: default: - name: &constant_signal Sabit Sinyal - description: Şekil, renk veya ikili değer (1 / 0) olan sabit bir sinyal gönderir. + name: Sabit Sinyal + description: Şekil, renk veya ikili değer (1 / 0) olan sabit bir sinyal + gönderir. lever: default: - name: &lever 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. + 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. logic_gate: default: 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: 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: 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: 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: default: - name: &transistor Transistor - description: &transistor_desc Eğer yan girdi doğruysa aşağı doğru sinyal akışına izin verir. (Şekil, renk veya "1"). + name: Transistor + description: Eğer yan girdi doğruysa aşağı doğru sinyal akışına izin verir. + (Şekil, renk veya "1"). mirrored: - name: *transistor - description: *transistor_desc + name: Transistor + description: Eğer yan girdi doğruysa aşağı doğru sinyal akışına izin verir. + (Şekil, renk veya "1"). filter: default: - name: &filter 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. + 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. display: default: - name: &display Ekran - description: Ekranda göstermek için bir sinyal bağla - Bu sinyal bir şekil, renk veya ikili değer (1/0) olabilir. + name: Ekran + description: Ekranda göstermek için bir sinyal bağla - Bu sinyal bir şekil, renk + veya ikili değer (1/0) olabilir. reader: default: - name: &reader Belt Reader - description: Bant üzerindeki ortalama hızı ölçer. Kablo katmanında son okunan eşyayı gösterir (açıldığında). + name: Belt Reader + description: Bant üzerindeki ortalama hızı ölçer. Kablo katmanında son okunan + eşyayı gösterir (açıldığında). analyzer: default: - name: &analyzer Şekil Analizcisi - description: Şeklin en alt katmanında sağ üst köşesinde bulunan şekli analiz eder, şekli ve rengini verir. + name: Şekil Analizcisi + description: Şeklin en alt katmanında sağ üst köşesinde bulunan şekli analiz + eder, şekli ve rengini verir. comparator: default: - name: &comparator 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. + 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. virtual_processor: default: - name: &virtual_processor Sanal Kesici + name: Sanal Kesici description: Sanal olarak şekli ikiye böler. rotater: name: Sanal Döndürücü description: Sanal olarak şekli saat yönünde veya saatin tersi yönünde döndürür. unstacker: 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: name: Sanal Kaynaştırıcı description: Sanal olarak sağdaki şekli soldaki şeklin üstüne kaynaştırır. @@ -557,15 +579,17 @@ buildings: item_producer: default: 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: reward_cutter_and_trash: title: Şekİllerİ Kesmek - desc: Az önce kesici açıldı - kesici şekilleri - yukarıdan aşağıya ikiye böler konumu ne olursa - olsun!

Kullanılmayan çıktılardan kurtulmayı unutma, - yoksa kesim durur. Bu sepeble size, herşeyi yok - eden bir çöp verdim! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Döndürme desc: Döndürücü açıldı! Döndürücü şekilleri saat yönüne 90 @@ -588,10 +612,9 @@ storyRewards: üzerine kaynaştırılır! reward_splitter: title: Ayırıcı/Bİrleştİrİcİ - desc: Çok fonksiyonlu dengeleyici açıldı - Eşyaları - birden fazla taşıma bandı üzerinde ayırarak ve - birleştirerek daha büyük fabrikalar kurabilmek için - kullanılabilir!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tünel desc: Tünel açıldı - Artık eşyaları taşıma bantları ve yapılar @@ -604,14 +627,15 @@ storyRewards: bas! reward_miner_chainable: title: Zincirleme Üretİm - desc: Zincirleme üretici açıldı! Zincirleme üretici - kendi kaynaklarını diğer üreticilere aktarabilir. - Böylece daha etkili üretim sağlayabilirsin! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tünel Aşama II - desc: Tünelin başka bir türünü açtın - Bu - tünelin menzili daha yüksek ve tünel türlerini - artık içiçe kullanabilirsin! + desc: Tünelin başka bir türünü açtın - Bu tünelin menzili + daha yüksek ve tünel türlerini artık içiçe + kullanabilirsin! reward_cutter_quad: title: Çeyreğİnİ Kesme desc: Kesicinin yeni bir türünü açtın - Bu tür şekilleri iki @@ -623,8 +647,9 @@ storyRewards: boya yerine sadece bir boya harcar! reward_storage: title: Depo Sağlayıcı - desc: Çöpün farklı bir türünü açtın - Bu tür belirli bir sınıra - kadar eşyaları depolamanı sağlar! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_blueprints: title: Taslaklar desc: Fabrikanın bölümlerini artık kopyalayıp @@ -633,33 +658,36 @@ storyRewards: bas.

Kopyaladığın taslağı bedel karşılığı yapıştırabilmek için taslak şekilleri üretmelisin! (Az önce teslim ettiğin şekiller). - # Special reward, which is shown when there is no reward actually no_reward: title: Sonrakİ Sevİye - desc: "Bu seviyede ödül yok, ama sonrakinde var!

NOT: En iyisi eski - fabrikalarını yok etme - Ürettiğin bütün
şekillere - geliştirmeleri açmak için
PS: Better + not destroy your existing factory - You'll need all + those shapes later to unlock upgrades!" no_reward_freeplay: title: Sonrakİ Sevİye - desc: >- - Tebrikler! + desc: Tebrikler! reward_freeplay: title: Özgür Mod - desc: Başardın! Özgür Mod açıldı! Merkeze istenilen şekiller - artık rastgele oluşturulacak! Artık merkez şekil akışı isteyeceği için, istenilen şekli otomatik üreten bir makine yapmanı öneririm!

- 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. + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Deneme Sürümünün Sonu desc: Deneme sürümünün sonuna geldin! reward_balancer: title: Dengeleyici - desc: Çok fonksiyonlu dengeleyici açıldı. - Eşyaları - bantlara ayırarak ve bantları birleştirerek daha büyük - fabrikalar kurmak için kullanılabilir! + desc: The multifunctional balancer has been unlocked - It can + be used to build bigger factories by splitting and merging + items onto multiple belts!

reward_merger: title: Tekil Birleştirici - desc: Dengeleyecinin birleştirici türü açıldı. - Bu tür iki bandı - bir banda birleştirebiliyor! + desc: You have unlocked a merger variant of the + balancer - It accepts two inputs and merges them + into one belt! reward_belt_reader: title: Bant Okuyucu desc: Bant okuyucu açıldı! Bu yapı taşıma bandındaki akış @@ -671,39 +699,48 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Sabit Sinyal - desc: Kablo katmanında kullanabileceğin sabit sinyal yapısını açtın! - Bu yapıyı eşya filtrelerine bağlamak kullanışlı.

Sabit sinyal, - şekil, renk veya ikili değer (1 / 0) gönderebilir. + desc: You unlocked the constant signal building on the wires + layer! This is useful to connect it to item filters + for example.

The constant signal can emit a + shape, color or + boolean (1 or 0). reward_logic_gates: title: Mantık Kapıları - desc: Mantık kapıları açıldı! Çok heyecanlanmana gerek yok, ama bu gerçekten havalı!

- Bu kapılarla artık AND, OR, XOR veya NOT işlemlerini hesaplatabilirsin.

Bonus olarak sana - bir de transistör verdim! + desc: Mantık kapıları açıldı! Çok heyecanlanmana gerek yok, ama + bu gerçekten havalı!

Bu kapılarla artık AND, OR, XOR veya + NOT işlemlerini hesaplatabilirsin.

Bonus olarak sana bir de + transistör verdim! reward_virtual_processing: title: Sanal İşleme - desc: Az önce bir sürü yen yapıya sahip oldun. Bu yapılar şekillerin işlenmelerini - sanal olarak denemeni sağlayacak!

Artık bir kesiciyi, döndürücüyü, - kaynaştırıcıyı ve daha fazlasını kablo katmanında deneyebilirsin! Bununla birlikte - oyuna devam edebilmek için 3 seçeneğin var:

- Merkez tarafından - talep edilen her türlü şekli üretecek otomatik bir makine - inşa et (Denemeni tavsiye ederim!).

- Kablolarla havalı birşeyler inşa et.

- - Oyuna normal bir şekilde devam et.

Ne seçersen seç eğlenmeyi unutma! + desc: Az önce bir sürü yen yapıya sahip oldun. Bu yapılar şekillerin + işlenmelerini sanal olarak denemeni sağlayacak!

+ Artık bir kesiciyi, döndürücüyü, kaynaştırıcıyı ve daha fazlasını + kablo katmanında deneyebilirsin! Bununla birlikte oyuna devam + edebilmek için 3 seçeneğin var:

- Merkez tarafından talep + edilen her türlü şekli üretecek otomatik bir makine + inşa et (Denemeni tavsiye ederim!).

- Kablolarla havalı + birşeyler inşa et.

- Oyuna normal bir şekilde devam + et.

Ne seçersen seç eğlenmeyi unutma! reward_wires_painter_and_levers: title: Kablolar ve Dörtlü Boyayıcı - desc: "Az önce Kablo Katmanını açtın: Normal oyunun bulunduğu katmanın - üzerinde ayrı bir katmandır ve bir sürü yeni özelliği vardır!

Başlangıç olarak - senin için Dörtlü Boyayıcıyı açıyorum. - Kablo katmanında boyamak için - istediğin hatları bağla!

Kablo katmanına geçiş yapmak için E tuşunu kullan." + desc: "Az önce Kablo Katmanını açtın: Normal oyunun bulunduğu + katmanın üzerinde ayrı bir katmandır ve bir sürü yeni özelliği + vardır!

Başlangıç olarak senin için Dörtlü + Boyayıcıyı açıyorum. - Kablo katmanında boyamak için + istediğin hatları bağla!

Kablo katmanına geçiş yapmak için + E tuşunu kullan." reward_filter: title: Eşya Filtresi - desc: Eşya filtresini açtın! Kablo katmanından gelen sinyalle eşleşmelerine - bağlı olarak eşyaları yukarıdaki yada aşağıdaki çıkışa yönlendirir.

- Ayrıca filtreyi tamamen açıp kapatmak için ikili sinyal (1 / 0) kullanabilirsin. - + desc: Eşya filtresini açtın! Kablo katmanından gelen sinyalle + eşleşmelerine bağlı olarak eşyaları yukarıdaki yada aşağıdaki çıkışa + yönlendirir.

Ayrıca filtreyi tamamen açıp kapatmak için + ikili sinyal (1 / 0) kullanabilirsin. settings: title: Ayarlar categories: @@ -776,9 +813,10 @@ settings: daha kolay öğrenilebilmesi için gizler. enableTunnelSmartplace: title: Akıllı Tüneller - description: Aktif edildiği zaman, inşa edilen tüneller yol üzerindeki işe yaramayan - bantları otomatik olarak siler. Bu ayar aynı zamanda tünellerin çekilerek inşa edilmesi ve aşırı - uzağa yerleştirilen tünel uçlarının silinmesini de sağlar. + description: Aktif edildiği zaman, inşa edilen tüneller yol üzerindeki işe + yaramayan bantları otomatik olarak siler. Bu ayar aynı zamanda + tünellerin çekilerek inşa edilmesi ve aşırı uzağa yerleştirilen + tünel uçlarının silinmesini de sağlar. vignette: title: Gölgelendİrme description: Gölgelendirmeyi açar. Gölgelendirme ekranın köşelerini karartır ve @@ -829,25 +867,35 @@ settings: description: Müzik seviyesini ayarlar lowQualityMapResources: 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: 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: 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: 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: 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: 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: 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: title: Fare Kaydırarak Hareket Etme description: Fareyi ekranın köşelerine getirerek hareket ettirmeyi sağlar. @@ -928,8 +976,9 @@ keybindings: about: title: Oyun Hakkında body: >- - Bu oyun açık kaynaklıdır ve Tobias Springer (bu benim) - tarafından geliştirilmektedir.

+ Bu oyun açık kaynaklıdır ve Tobias Springer (bu benim) tarafından + geliştirilmektedir.

Eğer katkıda bulunmak istiyorsanız, shapez.io Github sayfasına göz atın.

@@ -954,56 +1003,71 @@ tips: - 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. - R'ye basarak bant planlayıcı yönünü değiştirebilirsiniz. - - CTRL tuşunun basılı tutulması bantların otomatik yönlendirme olmadan sürüklenmesine izin verir. + - CTRL 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. - Seri işlem, paralelden daha verimlidir. - - Oyunun ilerleyen bölümlerinde daha fazla yapı çeşidinin kilidini açacaksınız! - - Farklı yapı çeşitleri arasında geçiş yapmak için T'yi kullanabilirsiniz. + - Oyunun ilerleyen bölümlerinde daha fazla yapı çeşidinin kilidini + açacaksınız! + - Farklı yapı çeşitleri arasında geçiş yapmak için T'yi + kullanabilirsiniz. - Simetri işin püf noktasıdır! - Farklı tünel çeşitlerini içiçe kullanabilirsiniz. - Düzenli fabrikalar kurmaya çalışın - karşılığını alırsınız! - - Boyayıcının, T ile seçebileceğiniz aynaya göre ters bir çeşidi vardır. + - Boyayıcının, T 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. - En üst seviyeye geliştirilmiş 5 üretici tek bir bandı dolduracaktır. - Tünelleri unutma! - Tam verimlilik için öğeleri eşit olarak bölmenize gerek yoktur. - - SHIFT tuşunu basılı tutmak bant planlayıcıyı etkinleştirir ve uzun taşıma hatlarını - kolayca yerleştirmenize izin verir. + - SHIFT tuşunu basılı tutmak bant planlayıcıyı etkinleştirir ve uzun + taşıma hatlarını kolayca yerleştirmenize izin verir. - Kesiciler, kendi yönlerinden bağımsız olarak daima dikey olarak keserler. - Beyaz renk elde etmek için üç rengi birbiriyle karıştırın. - Depolama yapısı ilk çıktıya öncelik verir. - Tekrarlanabilir tasarımlar oluşturmak için zaman ayırın - buna değer! - CTRL tuşunu basılı tutmak, birden çok yapı yerleştirmeye izin verir. - - Yerleştirilen bantların yönünü ters çevirmek için ALT tuşunu basılı tutabilirsiniz. + - Yerleştirilen bantların yönünü ters çevirmek için ALT tuşunu basılı + tutabilirsiniz. - Verimlilik işin püf noktasıdı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. - - 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! - - 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! - - İşleri karıştırmayın, basit kalmaya çalışın. Sonrasında çok ilerleyeceksiniz. - - Fabrikaları oyunun ilerleyen bölümlerinde yeniden kullanmanız gerekebilir. Fabrikalarınızı yeniden - kullanılabilecek şekilde planlayın. - - Bazen gerekli bir şekli oluşturmadan, haritada kaynak olarak bulabilirsiniz. + - İşleri karıştırmayın, basit kalmaya çalışın. Sonrasında çok + ilerleyeceksiniz. + - Fabrikaları oyunun ilerleyen bölümlerinde yeniden kullanmanız gerekebilir. + 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. - 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. - Renk karıştırıcısına daha yakından bakın, sorularınız cevaplanacaktır. - Bir alan seçmek için CTRL tuşuna basılı olarak tıklayın. - 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! - 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. - Dörtlü kesici, sağ üstten başlayarak saat yönünde keser! - 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! - 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. - - 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. - - Sol tarafta sabitlenmiş bir şekle tıklayarak sabitlemesini kaldırabilirsiniz. + - Sol tarafta sabitlenmiş bir şekle tıklayarak sabitlemesini + kaldırabilirsiniz. diff --git a/translations/base-uk.yaml b/translations/base-uk.yaml index 881e7fcd..877d7169 100644 --- a/translations/base-uk.yaml +++ b/translations/base-uk.yaml @@ -121,7 +121,9 @@ dialogs: text: Не вдалося завантажити вашу збережену гру. confirmSavegameDelete: title: Підтвердження - text: Ви справді хочете видалити гру? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Виникла помилка при видаленні text: Не вдалося видалити збережену гру. @@ -182,9 +184,8 @@ dialogs: createMarker: title: Нова позначка titleEdit: Редагувати позначку - desc: Дайте їй змістовну назву. Ви також можете додати короткий - ключ форми, що можно згенерувати тут. + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) markerDemoLimit: desc: Ви можете створити тільки 2 позначки в демоверсії. Отримайте окрему версії для створення необмеженної кількості позначок. @@ -467,7 +468,9 @@ buildings: верхнього. quad: name: Фарбувач (чотири) - description: Дозволяє вам фарбувати кожну четвертину форми у різний колір. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Смітник @@ -585,11 +588,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: Різання фігур - desc: Ви тільки-но розблокували різця. Він розрізає фігури - наполовину з вершини до низу незалежно від його - орієнтації!

Обов’язково позбудьтесь відходів або він - зупиниться. Для цього є смітник, який знищує все, що - входить в нього. + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Обертання desc: Обертач розблоковано! Він повертає форми за годинниковою @@ -603,8 +607,8 @@ storyRewards: контрастності
в налаштуваннях! reward_mixer: title: Змішування кольорів - desc: Змішування кольорів розблоковано. Об’єднуйте два кольори - у цій будівлі. + desc: The mixer has been unlocked - It mixes two colors using + additive blending! reward_stacker: title: Поєднувач форм desc: Тепер ви можете поєднувати фігури з поєднувачем форм! @@ -613,10 +617,9 @@ storyRewards: з правого входу, застрягне на горі лівого входу. reward_splitter: title: Розподілювач (з’єднувач) - desc: Багатофункціональний розподілювач було розблоковано. Його - можна використовувати для створення великих фабрик, - розділяючи та об’єднуючи предмети на кілька - стрічок!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Тунель desc: Тунель розблоковано. Ви можете створювати тунелі для @@ -629,9 +632,10 @@ storyRewards: оберіть потрібний
! reward_miner_chainable: title: Екстрактор (ланцюг.) - desc: Ви розблокували ланцюговий екстрактор! Він може - пересилати свої ресурси іншим екстракторам, щоб ви - могли ефективніше видобувати ресурси! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Тунель II desc: Ви розблокували новий варіант тунеля. Він має @@ -648,13 +652,18 @@ storyRewards: одночасно, споживаючи лише один колір замість двох! reward_storage: title: Storage Buffer - desc: Ви розблокували інший варіант trash - It allows you to - store items up to a given capacity! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Пісочниця - desc: Ви зробили це! Ви розблокували вільний режим! Це означає, - що форми тут створюватимуться випадкові! Не хвилюйтеся, більше - контенту планується для окремого режиму! + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: Креслення desc: Ви вже можете копіювати і вставляти частини вашої @@ -665,9 +674,9 @@ storyRewards: щойно доставили). no_reward: title: Наступний рівень - desc: Цей рівень не дав нагороди, але в наступному... щось буде.

До - речі, краще не руйнуйте свою поточну фабрику. Вам знадобляться всі - ті форми пізніше, щоб розблокувати поліпшення! + desc: "This level gave you no reward, but the next one will!

PS: Better + not destroy your existing factory - You'll need all + those shapes later to unlock upgrades!" no_reward_freeplay: title: Наступний рівень desc: Вітаємо! До речі, більше контенту планується в окремій версії! @@ -692,8 +701,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-zh-CN.yaml b/translations/base-zh-CN.yaml index b7d5d76e..50186ba0 100644 --- a/translations/base-zh-CN.yaml +++ b/translations/base-zh-CN.yaml @@ -110,7 +110,9 @@ dialogs: text: 未能导入你的存档: confirmSavegameDelete: title: 确认删除 - text: 你确定要删除这个存档吗? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: 删除错误 text: 未能删除你的存档 @@ -152,8 +154,8 @@ dialogs: class='keybinding'>ALT: 反向放置传送带。
" createMarker: title: 创建地图标记 - desc: 给地图标记起一个的名字。你可以在名字中加入一个短代码以加入图形。(你可以在这里生成短代码。) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: 编辑地图标记 markerDemoLimit: desc: 在试玩版中你只能创建两个地图标记。请获取独立版以创建更多标记。 @@ -404,7 +406,9 @@ buildings: description: 同时为两个输入的图形上色,每次上色只消耗一份颜色。 quad: name: 上色机(四向) - description: 为图形的四个角涂上不同的颜色。 + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: 上色机 (镜像) description: 将整个图形涂上输入的颜色。 @@ -537,7 +541,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: 切割图形 - desc: 恭喜!你解锁了切割机。切割机会把图形从上到下切成两半。注意切割的方向和切割机的朝向无关。

记得把不需要的部分处理掉,否则这个这个建筑会停止工作。为此我给你准备了垃圾桶,它会把所有放进去的物品销毁掉。 + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: 顺时针旋转 desc: 恭喜!你解锁了旋转机。它会顺时针旋转输入的图形90度。 @@ -553,7 +562,9 @@ storyRewards: desc: 恭喜!你解锁了堆叠机。堆叠机会尝试把两个输入的图形拼贴在一起。如果有重叠的部分,右边的输入会被堆叠在左边的输入上方! reward_splitter: title: 分离与合并 - desc: 恭喜!你解锁了平衡机。在大型工厂中,平衡机负责合并或分离多个传送带上的物品。

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: 隧道 desc: 恭喜!你解锁了隧道。你现在可以从其他传送带或建筑底下运送物品了! @@ -562,7 +573,10 @@ storyRewards: desc: 恭喜!你解锁了旋转机逆时针变体。这个变体可以逆时针旋转图形。选择旋转机然后按"T"键来选取这个变体。 reward_miner_chainable: title: 链式开采机 - desc: 你解锁了链式开采机! 它能够把资源传递给其他开采机,让你可以更高效率的开采资源! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: 二级隧道 desc: 恭喜!你解锁了二级隧道。这是隧道的一个变体。二级隧道有更长的传输距离。你还可以混用不同的隧道变体! @@ -574,10 +588,18 @@ storyRewards: desc: 恭喜!你解锁了上色机双倍变体。它可以同时为两个图形上色,每次只消耗一份颜色! reward_storage: title: 仓库 - desc: 恭喜!你解锁了垃圾桶的变体。他可以存储一定数量的物品! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: 自由模式 - desc: 恭喜你!你解锁了自由模式。现在图形将会是随机生成的!(不用担心,我计划在独立版本中加入更多内容!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: 蓝图 desc: 你现在可以复制粘贴你的工厂的一部分了!按住 CTRL @@ -610,8 +632,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires diff --git a/translations/base-zh-TW.yaml b/translations/base-zh-TW.yaml index 5d36eacf..95c78c4f 100644 --- a/translations/base-zh-TW.yaml +++ b/translations/base-zh-TW.yaml @@ -118,7 +118,9 @@ dialogs: text: 存檔載入失敗: confirmSavegameDelete: title: 確認刪除 - text: 你確定要刪除這存檔嗎? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: 刪除錯誤 text: 存檔刪除失敗 @@ -160,8 +162,8 @@ dialogs: class='keybinding'>ALT: 反向放置傳送帶。
" createMarker: title: 創建標記 - desc: 給地圖標記起一個的名字。你可以在名字中加入一個短代碼以加入圖形。 (你可以在這裡生成短代碼。) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Edit Marker markerDemoLimit: desc: 在演示版中你只能創建兩個地圖標記。請獲取獨立版以創建更多標記。 @@ -288,8 +290,10 @@ ingame: waypoints: waypoints: 地圖標記 hub: 基地 - description: 滑鼠左鍵按標記跳轉到它,按右鍵將其刪除。
-
從當前視圖創建一個標記,或按右鍵創建一個標記。 所選位置的標記。 + description: Left-click a marker to jump to it, right-click to delete + it.

Press to create a marker from the current + view, or right-click to create a marker at the + selected location. creationSuccessNotification: 成功創建地圖標記。 interactiveTutorial: title: 教程 @@ -415,7 +419,9 @@ buildings: description: 同時為兩個輸入的圖形上色,每次上色只消耗一份顏色塗料。 quad: name: 上色機(四向) - description: 為圖形的四個角塗上不同的顏色。 + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: 上色機 description: 將整個圖形塗上輸入的顏色。 @@ -549,8 +555,12 @@ buildings: storyRewards: reward_cutter_and_trash: title: 切割圖形 - desc: 切割機已解鎖。不論切割機的方向,它都會把圖形垂直地切成兩半。 -

記得把不需要的部分處理掉,否則這個這個建築會停止運作。為此我給你準備了垃圾桶,它會把所有放進去的物品銷毀掉。 + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: 順時針旋轉 desc: 旋轉機已解鎖。它會順時針旋轉輸入的圖形90度。 @@ -565,40 +575,57 @@ storyRewards: desc: 混合機已解鎖。如果沒有重疊的部分,混合機會嘗試把兩個輸入的圖形拼貼在一起。如果有重疊的部分,右邊的輸入會被到左邊的輸入上方! reward_splitter: title: 分離/合併 - desc: 平衡機已解鎖。在大型工廠中,平衡機負責合併或分離多個傳送帶上的物品。 -

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: 隧道 desc: 隧道已解鎖。你現在可以從其他傳送帶或建築底下運送物品了! reward_rotater_ccw: title: 逆時針旋轉 - desc: 您已解鎖了旋轉器的變體-它可以逆時針旋轉! 要構建它,請選擇旋轉器,然後按“T”鍵切換其變種! + desc: You have unlocked a variant of the rotater - It allows + you to rotate shapes counter-clockwise! To build it, select the + rotater and press 'T' to cycle through its + variants! reward_miner_chainable: title: 鏈式開採機 - desc: 鏈式開採機變體已解鎖。它是開採機的一個變體。它可以將開採出來的資源傳遞給其他的開採機,使得資源提取更加高效! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: 貳級隧道 desc: 貳級隧道變體已解鎖。這個隧道有更長的傳輸距離。你還可以混用不同的隧道變體! reward_cutter_quad: title: 四分切割機 - desc: 您已解鎖了四分切割機的變體-它允許您將形狀直接切割為四個部分,而不是兩個! + desc: You have unlocked a variant of the cutter - It allows you + to cut shapes in four parts instead of just two! reward_painter_double: title: 雙倍上色機 - desc: 您已經解鎖了雙倍上色機的變體-它可以作為常規畫家使用,但一次只能處理兩個形狀,而只消耗一種顏色而不是兩種顏色! + desc: You have unlocked a variant of the painter - It works + similar to the regular painter but processes two shapes at + once, consuming just one color instead of two! reward_storage: title: 倉庫 - desc: 倉庫變體已解鎖。它可以暫時儲存一些材料,有容量上限。 + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: 自由模式 - desc: 恭喜你!你解鎖了自由模式!現在圖形將會是隨機生成的! (不用擔心,我計劃在獨立版本中加入更多內容!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

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: title: 藍圖 - desc: 現在,您可以複製並貼上工廠的各個部分! - 選擇一個區域(按住CTRL,然後用游標拖動),然後按'C'將其複制。
-
複製不是免費的,您需要用藍圖 形狀來支付! - (您剛交付的那些)。 + desc: You can now copy and paste parts of your factory! Select + an area (Hold CTRL, then drag with your mouse), and press 'C' to + copy it.

Pasting it is not free, you need to + produce blueprint shapes to afford it! (Those you + just delivered). no_reward: title: 下一關 desc: "這一關沒有獎勵,但是下一關有!

PS: @@ -627,8 +654,10 @@ storyRewards: you to rotate a shape by 180 degress (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires