mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Coffee hadn't kicked in and I fixed a bunch of warnings instead of errors, oh well.
This commit is contained in:
parent
801df233fa
commit
2d067e91c1
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map.
|
shortText: shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map.
|
||||||
@ -452,7 +453,8 @@ buildings:
|
|||||||
name: &wire Energy Wire
|
name: &wire Energy Wire
|
||||||
description: Allows you to transport energy.
|
description: Allows you to transport energy.
|
||||||
|
|
||||||
miner: # Internal name for the Extractor
|
# Internal name for the Extractor
|
||||||
|
miner:
|
||||||
default:
|
default:
|
||||||
name: &miner Extractor
|
name: &miner Extractor
|
||||||
description: Place over a shape or color to extract it.
|
description: Place over a shape or color to extract it.
|
||||||
@ -461,7 +463,8 @@ buildings:
|
|||||||
name: Extractor (Chain)
|
name: Extractor (Chain)
|
||||||
description: Place over a shape or color to extract it. Can be chained.
|
description: Place over a shape or color to extract it. Can be chained.
|
||||||
|
|
||||||
underground_belt: # Internal name for the Tunnel
|
# Internal name for the Tunnel
|
||||||
|
underground_belt:
|
||||||
default:
|
default:
|
||||||
name: &underground_belt Tunnel
|
name: &underground_belt Tunnel
|
||||||
description: Allows you to tunnel resources under buildings and belts.
|
description: Allows you to tunnel resources under buildings and belts.
|
||||||
@ -470,7 +473,8 @@ buildings:
|
|||||||
name: Tunnel Tier II
|
name: Tunnel Tier II
|
||||||
description: Allows you to tunnel resources under buildings and belts.
|
description: Allows you to tunnel resources under buildings and belts.
|
||||||
|
|
||||||
splitter: # Internal name for the Balancer
|
# Internal name for the Balancer
|
||||||
|
splitter:
|
||||||
default:
|
default:
|
||||||
name: &splitter Balancer
|
name: &splitter Balancer
|
||||||
description: Multifunctional - Evenly distributes all inputs onto all outputs.
|
description: Multifunctional - Evenly distributes all inputs onto all outputs.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io és un joc que té com a objectiu construir i automatitzar fàbriques per tal de produir figures cada cop més complexes en un mapa infinit.
|
shortText: shapez.io és un joc que té com a objectiu construir i automatitzar fàbriques per tal de produir figures cada cop més complexes en un mapa infinit.
|
||||||
@ -138,7 +139,7 @@ demoBanners:
|
|||||||
intro: >-
|
intro: >-
|
||||||
Aconsegueix el joc complet per obtenir totes les característiques!
|
Aconsegueix el joc complet per obtenir totes les característiques!
|
||||||
mainMenu:
|
mainMenu:
|
||||||
play: Jugar
|
play: Jugar
|
||||||
continue: Continuar
|
continue: Continuar
|
||||||
newGame: Nou joc
|
newGame: Nou joc
|
||||||
changelog: Historial de canvis
|
changelog: Historial de canvis
|
||||||
@ -452,7 +453,8 @@ buildings:
|
|||||||
name: &wire Cable
|
name: &wire Cable
|
||||||
description: Permet transportar energia.
|
description: Permet transportar energia.
|
||||||
|
|
||||||
miner: # Internal name for the Extractor
|
# Internal name for the Extractor
|
||||||
|
miner:
|
||||||
default:
|
default:
|
||||||
name: &miner Extractor
|
name: &miner Extractor
|
||||||
description: Posa-ho damunt d'una font de figures o colors per extraure'ls.
|
description: Posa-ho damunt d'una font de figures o colors per extraure'ls.
|
||||||
@ -461,7 +463,8 @@ buildings:
|
|||||||
name: Extractor (Cadena)
|
name: Extractor (Cadena)
|
||||||
description: Posa-ho damunt d'una font de figures o colors per extraure'ls. Pot ser encadenat!
|
description: Posa-ho damunt d'una font de figures o colors per extraure'ls. Pot ser encadenat!
|
||||||
|
|
||||||
underground_belt: # Internal name for the Tunnel
|
# Internal name for the Tunnel
|
||||||
|
underground_belt:
|
||||||
default:
|
default:
|
||||||
name: &underground_belt Túnel
|
name: &underground_belt Túnel
|
||||||
description: Permet transportar recursos per sota d'edificis i cintes.
|
description: Permet transportar recursos per sota d'edificis i cintes.
|
||||||
@ -470,7 +473,8 @@ buildings:
|
|||||||
name: Túnel de Nivell II
|
name: Túnel de Nivell II
|
||||||
description: Permet transportar recursos per sota d'edificis i cintes.
|
description: Permet transportar recursos per sota d'edificis i cintes.
|
||||||
|
|
||||||
splitter: # Internal name for the Balancer
|
# Internal name for the Balancer
|
||||||
|
splitter:
|
||||||
default:
|
default:
|
||||||
name: &splitter Distribuïdor
|
name: &splitter Distribuïdor
|
||||||
description: Multifuncional - Distribueix les entrades i sortides equitativament.
|
description: Multifuncional - Distribueix les entrades i sortides equitativament.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Czech translation
|
# Czech translation
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io je hra o stavbě továren pro automatizaci výroby a kombinování čím dál složitějších tvarů na nekonečné mapě.
|
shortText: shapez.io je hra o stavbě továren pro automatizaci výroby a kombinování čím dál složitějších tvarů na nekonečné mapě.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io handler om at bygge fabrikker på en grænseløs spilleflade for automatisk at skabe og kombinere figurer, der i stigende grad bliver mere komplicerede.
|
shortText: shapez.io handler om at bygge fabrikker på en grænseløs spilleflade for automatisk at skabe og kombinere figurer, der i stigende grad bliver mere komplicerede.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: In shapez.io nutzt du die vorhandenen Ressourcen, um mit deinen Maschinen durch Kombination immer komplexere Formen zu erschaffen.
|
shortText: In shapez.io nutzt du die vorhandenen Ressourcen, um mit deinen Maschinen durch Kombination immer komplexere Formen zu erschaffen.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io is a game about building factories to automate the creation and combination of increasingly complex shapes within an infinite map.
|
shortText: shapez.io is a game about building factories to automate the creation and combination of increasingly complex shapes within an infinite map.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map.
|
shortText: shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map.
|
||||||
@ -452,7 +453,8 @@ buildings:
|
|||||||
name: &wire Energy Wire
|
name: &wire Energy Wire
|
||||||
description: Allows you to transport energy.
|
description: Allows you to transport energy.
|
||||||
|
|
||||||
miner: # Internal name for the Extractor
|
# Internal name for the Extractor
|
||||||
|
miner:
|
||||||
default:
|
default:
|
||||||
name: &miner Extractor
|
name: &miner Extractor
|
||||||
description: Place over a shape or color to extract it.
|
description: Place over a shape or color to extract it.
|
||||||
@ -461,7 +463,8 @@ buildings:
|
|||||||
name: Extractor (Chain)
|
name: Extractor (Chain)
|
||||||
description: Place over a shape or color to extract it. Can be chained.
|
description: Place over a shape or color to extract it. Can be chained.
|
||||||
|
|
||||||
underground_belt: # Internal name for the Tunnel
|
# Internal name for the Tunnel
|
||||||
|
underground_belt:
|
||||||
default:
|
default:
|
||||||
name: &underground_belt Tunnel
|
name: &underground_belt Tunnel
|
||||||
description: Allows you to tunnel resources under buildings and belts.
|
description: Allows you to tunnel resources under buildings and belts.
|
||||||
@ -470,7 +473,8 @@ buildings:
|
|||||||
name: Tunnel Tier II
|
name: Tunnel Tier II
|
||||||
description: Allows you to tunnel resources under buildings and belts.
|
description: Allows you to tunnel resources under buildings and belts.
|
||||||
|
|
||||||
splitter: # Internal name for the Balancer
|
# Internal name for the Balancer
|
||||||
|
splitter:
|
||||||
default:
|
default:
|
||||||
name: &splitter Balancer
|
name: &splitter Balancer
|
||||||
description: Multifunctional - Evenly distributes all inputs onto all outputs.
|
description: Multifunctional - Evenly distributes all inputs onto all outputs.
|
||||||
@ -529,6 +533,7 @@ buildings:
|
|||||||
double:
|
double:
|
||||||
name: Painter (Double)
|
name: Painter (Double)
|
||||||
description: Colors the shapes on the left inputs with the color from the top input.
|
description: Colors the shapes on the left inputs with the color from the top input.
|
||||||
|
|
||||||
quad:
|
quad:
|
||||||
name: Painter (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 with a different color.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io es un juego sobre construir fábricas para automatizar la creación y combinación de figuras cada vez más complejas en un mapa infinito.
|
shortText: shapez.io es un juego sobre construir fábricas para automatizar la creación y combinación de figuras cada vez más complejas en un mapa infinito.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io on peli tehtaiden rakentamisesta, joiden avulla automatisoidaan yhä monimutkaisempien muotojen luonti and yhdisteleminen loputtomassa maailmassa.
|
shortText: shapez.io on peli tehtaiden rakentamisesta, joiden avulla automatisoidaan yhä monimutkaisempien muotojen luonti and yhdisteleminen loputtomassa maailmassa.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io est un jeu qui consiste à construire des usines pour automatiser la création et la combinaison de formes de plus en plus complexes sur une carte infinie.
|
shortText: shapez.io est un jeu qui consiste à construire des usines pour automatiser la création et la combinaison de formes de plus en plus complexes sur une carte infinie.
|
||||||
|
@ -47,6 +47,7 @@
|
|||||||
# + Rotator = Obrtač (jer mi Okretač zvuči nekako krivo)
|
# + Rotator = Obrtač (jer mi Okretač zvuči nekako krivo)
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io je igra o izradi tvornica za automatizaciju stvaranja i spajanja sve složenijih oblika unutar beskonačno velike mape.
|
shortText: shapez.io je igra o izradi tvornica za automatizaciju stvaranja i spajanja sve složenijih oblika unutar beskonačno velike mape.
|
||||||
|
@ -19,10 +19,14 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: A shapez.io-ban gyárak építésével kell automatizálni az egyre összetettebb alakzatok gyártását és kombinálását egy végtelen méretű térképen.
|
shortText: A shapez.io-ban gyárak építésével kell automatizálni az egyre összetettebb alakzatok gyártását és kombinálását egy végtelen méretű térképen.
|
||||||
|
|
||||||
|
# This is the text shown above the Discord link
|
||||||
|
discordLink: Hivatalos Discord - Beszélgessünk!
|
||||||
|
|
||||||
# This is the long description for the steam page - It is contained here so you can help to translate it, and I will regulary update the store page.
|
# This is the long description for the steam page - It is contained here so you can help to translate it, and I will regulary update the store page.
|
||||||
# NOTICE:
|
# NOTICE:
|
||||||
# - Do not translate the first line (This is the gif image at the start of the store)
|
# - Do not translate the first line (This is the gif image at the start of the store)
|
||||||
@ -31,6 +35,7 @@ steamPage:
|
|||||||
[img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img]
|
[img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img]
|
||||||
|
|
||||||
A shapez.io egy olyan játék, amelyben gyárak építésével kell automatizálni az egyre összetettebb alakzatok gyártását és összeillesztését, mindezt egy végtelenül növekvő térképen.
|
A shapez.io egy olyan játék, amelyben gyárak építésével kell automatizálni az egyre összetettebb alakzatok gyártását és összeillesztését, mindezt egy végtelenül növekvő térképen.
|
||||||
|
|
||||||
A kívánt alakzatok kézbesítése lehetővé teszi a játékban való előrehaladást, és a gyártási folyamatot felgyorsító fejlesztések feloldását.
|
A kívánt alakzatok kézbesítése lehetővé teszi a játékban való előrehaladást, és a gyártási folyamatot felgyorsító fejlesztések feloldását.
|
||||||
|
|
||||||
Ahogy egyre több és több alakzatot kell kézbesíteni, úgy a gyártási folyamatot is fel kell skálázni - Ne feledkezz meg az erőforrásokról sem, egy [b]végtelen méretű térképen[/b] terjeszkedhetsz!
|
Ahogy egyre több és több alakzatot kell kézbesíteni, úgy a gyártási folyamatot is fel kell skálázni - Ne feledkezz meg az erőforrásokról sem, egy [b]végtelen méretű térképen[/b] terjeszkedhetsz!
|
||||||
@ -82,8 +87,6 @@ steamPage:
|
|||||||
[*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Segíts lefordítani[/url]
|
[*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Segíts lefordítani[/url]
|
||||||
[/list]
|
[/list]
|
||||||
|
|
||||||
discordLink: Hivatalos Discord - Beszélgessünk!
|
|
||||||
|
|
||||||
global:
|
global:
|
||||||
loading: Betöltés
|
loading: Betöltés
|
||||||
error: Hiba
|
error: Hiba
|
||||||
@ -155,7 +158,6 @@ mainMenu:
|
|||||||
savegameLevel: <x>. szint
|
savegameLevel: <x>. szint
|
||||||
savegameLevelUnknown: Ismeretlen szint
|
savegameLevelUnknown: Ismeretlen szint
|
||||||
|
|
||||||
|
|
||||||
dialogs:
|
dialogs:
|
||||||
buttons:
|
buttons:
|
||||||
ok: OK
|
ok: OK
|
||||||
@ -245,6 +247,16 @@ dialogs:
|
|||||||
title: Kivágás megerősítése
|
title: Kivágás megerősítése
|
||||||
desc: Nincs elég Tervrajzod ennek a beillsztéséhez! Egészen biztos, hogy kivágod?
|
desc: Nincs elég Tervrajzod ennek a beillsztéséhez! Egészen biztos, hogy kivágod?
|
||||||
|
|
||||||
|
massCutConfirm:
|
||||||
|
title: Confirm cut
|
||||||
|
desc: >-
|
||||||
|
You are cutting a lot of buildings (<count> to be exact)! Are you sure you want to do this?
|
||||||
|
|
||||||
|
massCutInsufficientConfirm:
|
||||||
|
title: Confirm cut
|
||||||
|
desc: >-
|
||||||
|
You can not afford to paste this area! Are you sure you want to cut it?
|
||||||
|
|
||||||
blueprintsNotUnlocked:
|
blueprintsNotUnlocked:
|
||||||
title: Még nincs feloldva
|
title: Még nincs feloldva
|
||||||
desc: >-
|
desc: >-
|
||||||
@ -296,6 +308,18 @@ ingame:
|
|||||||
pipette: Pipetta
|
pipette: Pipetta
|
||||||
switchLayers: Réteg váltás
|
switchLayers: Réteg váltás
|
||||||
|
|
||||||
|
# Names of the colors, used for the color blind mode
|
||||||
|
colors:
|
||||||
|
red: Piros
|
||||||
|
green: Zöld
|
||||||
|
blue: Kék
|
||||||
|
yellow: Sárga
|
||||||
|
purple: Lila
|
||||||
|
cyan: Világoskék
|
||||||
|
white: Fehér
|
||||||
|
black: Fekete
|
||||||
|
uncolored: Színezetlen
|
||||||
|
|
||||||
# Everything related to placing buildings (I.e. as soon as you selected a building
|
# Everything related to placing buildings (I.e. as soon as you selected a building
|
||||||
# from the toolbar)
|
# from the toolbar)
|
||||||
buildingPlacement:
|
buildingPlacement:
|
||||||
@ -390,6 +414,12 @@ ingame:
|
|||||||
description: Bal klikk egy jelölőre az odaugráshoz, jobb klikk a törléshez.<br><br>Nyomj <keybinding>-t egy jelölő készítéséhez a jelenlegi nézetből, vagy <strong>jobb klikk</strong> egy jelölő készítéséhez a kiválasztott helyre.
|
description: Bal klikk egy jelölőre az odaugráshoz, jobb klikk a törléshez.<br><br>Nyomj <keybinding>-t egy jelölő készítéséhez a jelenlegi nézetből, vagy <strong>jobb klikk</strong> egy jelölő készítéséhez a kiválasztott helyre.
|
||||||
creationSuccessNotification: Jelölő létrehozva.
|
creationSuccessNotification: Jelölő létrehozva.
|
||||||
|
|
||||||
|
# Shape viewer
|
||||||
|
shapeViewer:
|
||||||
|
title: Rétegek
|
||||||
|
empty: Üres
|
||||||
|
copyKey: Gyorskód másolása
|
||||||
|
|
||||||
# Interactive tutorial
|
# Interactive tutorial
|
||||||
interactiveTutorial:
|
interactiveTutorial:
|
||||||
title: Oktatás
|
title: Oktatás
|
||||||
@ -401,21 +431,6 @@ ingame:
|
|||||||
1_3_expand: >-
|
1_3_expand: >-
|
||||||
Ez <strong>NEM</strong> egy tétlen játék! Építs több bányát és futószalagot, hogy hamarabb elérd a célt.<br><br>Tipp: Tartsd lenyomva a <strong>SHIFT</strong>-et, hogy egyszerre több bányát helyezz le, és nyomj <strong>R</strong>-t a forgatáshoz.
|
Ez <strong>NEM</strong> egy tétlen játék! Építs több bányát és futószalagot, hogy hamarabb elérd a célt.<br><br>Tipp: Tartsd lenyomva a <strong>SHIFT</strong>-et, hogy egyszerre több bányát helyezz le, és nyomj <strong>R</strong>-t a forgatáshoz.
|
||||||
|
|
||||||
colors:
|
|
||||||
red: Piros
|
|
||||||
green: Zöld
|
|
||||||
blue: Kék
|
|
||||||
yellow: Sárga
|
|
||||||
purple: Lila
|
|
||||||
cyan: Világoskék
|
|
||||||
white: Fehér
|
|
||||||
uncolored: Színezetlen
|
|
||||||
black: Fekete
|
|
||||||
shapeViewer:
|
|
||||||
title: Rétegek
|
|
||||||
empty: Üres
|
|
||||||
copyKey: Gyorskód másolása
|
|
||||||
|
|
||||||
# All shop upgrades
|
# All shop upgrades
|
||||||
shopUpgrades:
|
shopUpgrades:
|
||||||
belt:
|
belt:
|
||||||
@ -433,12 +448,23 @@ shopUpgrades:
|
|||||||
|
|
||||||
# Buildings and their name / description
|
# Buildings and their name / description
|
||||||
buildings:
|
buildings:
|
||||||
|
hub:
|
||||||
|
deliver: Deliver
|
||||||
|
toUnlock: to unlock
|
||||||
|
levelShortcut: LVL
|
||||||
|
|
||||||
belt:
|
belt:
|
||||||
default:
|
default:
|
||||||
name: &belt Futószalag
|
name: &belt Futószalag
|
||||||
description: Elemeket szállít, tartsd nyomva az egérgombot egyszerre több lerakásához.
|
description: Elemeket szállít, tartsd nyomva az egérgombot egyszerre több lerakásához.
|
||||||
|
|
||||||
miner: # Internal name for the Extractor
|
wire:
|
||||||
|
default:
|
||||||
|
name: &wire Energy Wire
|
||||||
|
description: Allows you to transport energy.
|
||||||
|
|
||||||
|
# Internal name for the Extractor
|
||||||
|
miner:
|
||||||
default:
|
default:
|
||||||
name: &miner Bányász
|
name: &miner Bányász
|
||||||
description: Tedd egy alakzatra vagy színre a kibányászásához.
|
description: Tedd egy alakzatra vagy színre a kibányászásához.
|
||||||
@ -447,7 +473,8 @@ buildings:
|
|||||||
name: Bányász (összekapcsolható)
|
name: Bányász (összekapcsolható)
|
||||||
description: Tedd egy alakzatra vagy színre a kibányászásához. Több egymáshoz kapcsolható.
|
description: Tedd egy alakzatra vagy színre a kibányászásához. Több egymáshoz kapcsolható.
|
||||||
|
|
||||||
underground_belt: # Internal name for the Tunnel
|
# Internal name for the Tunnel
|
||||||
|
underground_belt:
|
||||||
default:
|
default:
|
||||||
name: &underground_belt Alagút
|
name: &underground_belt Alagút
|
||||||
description: Segítségével futószalagok és épületek alatt átvezethetők az elemek.
|
description: Segítségével futószalagok és épületek alatt átvezethetők az elemek.
|
||||||
@ -456,7 +483,8 @@ buildings:
|
|||||||
name: Alagút II
|
name: Alagút II
|
||||||
description: Segítségével futószalagok és épületek alatt átvezethetők az elemek.
|
description: Segítségével futószalagok és épületek alatt átvezethetők az elemek.
|
||||||
|
|
||||||
splitter: # Internal name for the Balancer
|
# Internal name for the Balancer
|
||||||
|
splitter:
|
||||||
default:
|
default:
|
||||||
name: &splitter Elosztó
|
name: &splitter Elosztó
|
||||||
description: Többfunkciós - Egyenletesen szétosztja a bementeket a kimenetekre.
|
description: Többfunkciós - Egyenletesen szétosztja a bementeket a kimenetekre.
|
||||||
@ -477,6 +505,11 @@ buildings:
|
|||||||
name: Vágó (negyedelő)
|
name: Vágó (negyedelő)
|
||||||
description: Négyfelé vágja az alakzatokat. Cuts shapes into four parts. <strong>Ha csak az egyik felet akarod használni, ne felejtsd el a többit a kukába küldeni, különben eldugítja!</strong>
|
description: Négyfelé vágja az alakzatokat. Cuts shapes into four parts. <strong>Ha csak az egyik felet akarod használni, ne felejtsd el a többit a kukába küldeni, különben eldugítja!</strong>
|
||||||
|
|
||||||
|
advanced_processor:
|
||||||
|
default:
|
||||||
|
name: &advanced_processor Color Inverter
|
||||||
|
description: Accepts a color or shape and inverts it.
|
||||||
|
|
||||||
rotater:
|
rotater:
|
||||||
default:
|
default:
|
||||||
name: &rotater Forgató
|
name: &rotater Forgató
|
||||||
@ -502,16 +535,19 @@ buildings:
|
|||||||
default:
|
default:
|
||||||
name: &painter Festő
|
name: &painter Festő
|
||||||
description: &painter_desc Beszínezi az alakzatot a baloldali bemeneten a jobboldali bemeneten érkező színnel.
|
description: &painter_desc Beszínezi az alakzatot a baloldali bemeneten a jobboldali bemeneten érkező színnel.
|
||||||
double:
|
|
||||||
name: Festő (Dupla)
|
|
||||||
description: Beszínezi az alakzatokat a baloldali bemeneteken a fenti bemeneten é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.
|
|
||||||
mirrored:
|
mirrored:
|
||||||
name: *painter
|
name: *painter
|
||||||
description: *painter_desc
|
description: *painter_desc
|
||||||
|
|
||||||
|
double:
|
||||||
|
name: Festő (Dupla)
|
||||||
|
description: Beszínezi az alakzatokat a baloldali bemeneteken a fenti bemeneten é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.
|
||||||
|
|
||||||
trash:
|
trash:
|
||||||
default:
|
default:
|
||||||
name: &trash Kuka
|
name: &trash Kuka
|
||||||
@ -520,28 +556,22 @@ buildings:
|
|||||||
storage:
|
storage:
|
||||||
name: Tároló
|
name: Tároló
|
||||||
description: Tárolja a fölös elemeket egy bizonyos kapacitásig.
|
description: Tárolja a fölös elemeket egy bizonyos kapacitásig.
|
||||||
hub:
|
|
||||||
deliver: Deliver
|
|
||||||
toUnlock: to unlock
|
|
||||||
levelShortcut: LVL
|
|
||||||
wire:
|
|
||||||
default:
|
|
||||||
name: Energy Wire
|
|
||||||
description: Allows you to transport energy.
|
|
||||||
advanced_processor:
|
|
||||||
default:
|
|
||||||
name: Color Inverter
|
|
||||||
description: Accepts a color or shape and inverts it.
|
|
||||||
energy_generator:
|
energy_generator:
|
||||||
deliver: Deliver
|
deliver: Deliver
|
||||||
|
|
||||||
|
# This will be shown before the amount, so for example 'For 123 Energy'
|
||||||
toGenerateEnergy: For
|
toGenerateEnergy: For
|
||||||
|
|
||||||
default:
|
default:
|
||||||
name: Energy Generator
|
name: &energy_generator Energy Generator
|
||||||
description: Generates energy by consuming shapes.
|
description: Generates energy by consuming shapes.
|
||||||
|
|
||||||
wire_crossings:
|
wire_crossings:
|
||||||
default:
|
default:
|
||||||
name: Wire Splitter
|
name: &wire_crossings Wire Splitter
|
||||||
description: Splits a energy wire into two.
|
description: Splits a energy wire into two.
|
||||||
|
|
||||||
merger:
|
merger:
|
||||||
name: Wire Merger
|
name: Wire Merger
|
||||||
description: Merges two energy wires into one.
|
description: Merges two energy wires into one.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map.
|
shortText: shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: In shapez.io potrai costruire delle fabbriche per automatizzare la creazione e la combinazione di forme sempre più complesse, in una mappa infinita.
|
shortText: In shapez.io potrai costruire delle fabbriche per automatizzare la creazione e la combinazione di forme sempre più complesse, in una mappa infinita.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.ioは無限のマップ内で様々な"形"を資源とし、段々と複雑になっていく形の作成や合成の自動化を目指して工場を構築するゲームです。
|
shortText: shapez.ioは無限のマップ内で様々な"形"を資源とし、段々と複雑になっていく形の作成や合成の自動化を目指して工場を構築するゲームです。
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io는 무한한 공간에서 점점 더 복잡한 도형의 생산과 조합을 자동화하는 공장을 짓는 게임입니다.
|
shortText: shapez.io는 무한한 공간에서 점점 더 복잡한 도형의 생산과 조합을 자동화하는 공장을 짓는 게임입니다.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io is a game about building factories to automate the creation and combination of increasingly complex shapes within an infinite map.
|
shortText: shapez.io is a game about building factories to automate the creation and combination of increasingly complex shapes within an infinite map.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io is een spel dat draait om het bouwen van fabrieken voor het produceren en automatiseren van steeds complexere vormen in een oneindig groot speelveld.
|
shortText: shapez.io is een spel dat draait om het bouwen van fabrieken voor het produceren en automatiseren van steeds complexere vormen in een oneindig groot speelveld.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io er et spill som handler om å bygge fabrikker for å automatisere produksjon og kombinasjon av former med økende kompleksitet på et uendelig ekspanderende brett.
|
shortText: shapez.io er et spill som handler om å bygge fabrikker for å automatisere produksjon og kombinasjon av former med økende kompleksitet på et uendelig ekspanderende brett.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io to gra polegająca na budowaniu fabryki automatyzującej tworzenie i łączenie ze sobą coraz bardziej skomplikowanych kształtów na mapie, która nie ma końca.
|
shortText: shapez.io to gra polegająca na budowaniu fabryki automatyzującej tworzenie i łączenie ze sobą coraz bardziej skomplikowanych kształtów na mapie, która nie ma końca.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io é um jogo sobre construir fábricas, automatizando a criação e combinação de formas cada vez mais complexas num mapa infinito.
|
shortText: shapez.io é um jogo sobre construir fábricas, automatizando a criação e combinação de formas cada vez mais complexas num mapa infinito.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io é um jogo cujo objetivo é construir fábricas para automatizar a criação e fusão de formas geométricas cada vez mais complexas num mapa infinito.
|
shortText: shapez.io é um jogo cujo objetivo é construir fábricas para automatizar a criação e fusão de formas geométricas cada vez mais complexas num mapa infinito.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io este un joc despre construirea fabricilor pentru a automatiza crearea și combinarea a din ce in ce mai complexe forme într-o hartă infinită.
|
shortText: shapez.io este un joc despre construirea fabricilor pentru a automatiza crearea și combinarea a din ce in ce mai complexe forme într-o hartă infinită.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io — это игра о строительстве фабрик для автоматизации создания и объединения все более сложных фигур на бесконечной карте.
|
shortText: shapez.io — это игра о строительстве фабрик для автоматизации создания и объединения все более сложных фигур на бесконечной карте.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io je igra grajenja tovarne katere cilj je avtomatiziranje kreiranja in procesiranja vse bolj zapletenih oblik na neskončni ravnini.
|
shortText: shapez.io je igra grajenja tovarne katere cilj je avtomatiziranje kreiranja in procesiranja vse bolj zapletenih oblik na neskončni ravnini.
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
# + Merger = Spajač
|
# + Merger = Spajač
|
||||||
# + Rotator = Obrtač
|
# + Rotator = Obrtač
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io je igra o pravljenju fabrika za automatizaciju stvaranja i spajanja sve složenijih oblika na beskonačno velikoj mapi.
|
shortText: shapez.io je igra o pravljenju fabrika za automatizaciju stvaranja i spajanja sve složenijih oblika na beskonačno velikoj mapi.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io är ett spel som går ut på att automatisera skapandet av former med ökande komplexitet inom den oändligt stora världen.
|
shortText: shapez.io är ett spel som går ut på att automatisera skapandet av former med ökande komplexitet inom den oändligt stora världen.
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
# the basic structure so the game also detects it.
|
# the basic structure so the game also detects it.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io is a game about building factories to automate the creation and combination of increasingly complex shapes within an infinite map.
|
shortText: shapez.io is a game about building factories to automate the creation and combination of increasingly complex shapes within an infinite map.
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
# storage сховище
|
# storage сховище
|
||||||
# shape форма
|
# shape форма
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io — це гра про будування фабрик для автоматизації створення та обробки все більш складних форм на нескінченно розширюваній мапі.
|
shortText: shapez.io — це гра про будування фабрик для автоматизації створення та обробки все більш складних форм на нескінченно розширюваній мапі.
|
||||||
|
@ -45,6 +45,7 @@
|
|||||||
# Painter:上色機
|
# Painter:上色機
|
||||||
# Trash:垃圾桶
|
# Trash:垃圾桶
|
||||||
|
|
||||||
|
---
|
||||||
steamPage:
|
steamPage:
|
||||||
# This is the short text appearing on the steam page
|
# This is the short text appearing on the steam page
|
||||||
shortText: shapez.io 是一款在一個無邊際的地圖上建造工廠、自動化生產與組合愈加複雜圖形的遊戲。
|
shortText: shapez.io 是一款在一個無邊際的地圖上建造工廠、自動化生產與組合愈加複雜圖形的遊戲。
|
||||||
|
Loading…
Reference in New Issue
Block a user