From 2d067e91c10707012e22c54c237b5e60bced8812 Mon Sep 17 00:00:00 2001 From: Bjorn Stromberg Date: Fri, 7 Aug 2020 16:58:50 +0900 Subject: [PATCH] Coffee hadn't kicked in and I fixed a bunch of warnings instead of errors, oh well. --- translations/base-ar.yaml | 10 +++- translations/base-cat.yaml | 12 ++-- translations/base-cz.yaml | 1 + translations/base-da.yaml | 1 + translations/base-de.yaml | 1 + translations/base-el.yaml | 1 + translations/base-en.yaml | 11 +++- translations/base-es.yaml | 1 + translations/base-fi.yaml | 1 + translations/base-fr.yaml | 1 + translations/base-hr.yaml | 1 + translations/base-hu.yaml | 112 ++++++++++++++++++++++------------- translations/base-ind.yaml | 1 + translations/base-it.yaml | 1 + translations/base-ja.yaml | 1 + translations/base-kor.yaml | 1 + translations/base-lt.yaml | 1 + translations/base-nl.yaml | 1 + translations/base-no.yaml | 1 + translations/base-pl.yaml | 1 + translations/base-pt-BR.yaml | 1 + translations/base-pt-PT.yaml | 1 + translations/base-ro.yaml | 1 + translations/base-ru.yaml | 1 + translations/base-sl.yaml | 1 + translations/base-sr.yaml | 1 + translations/base-sv.yaml | 1 + translations/base-tr.yaml | 1 + translations/base-uk.yaml | 1 + translations/base-zh-TW.yaml | 1 + 30 files changed, 120 insertions(+), 51 deletions(-) diff --git a/translations/base-ar.yaml b/translations/base-ar.yaml index 38196d52..17d822d9 100644 --- a/translations/base-ar.yaml +++ b/translations/base-ar.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. @@ -452,7 +453,8 @@ buildings: name: &wire Energy Wire description: Allows you to transport energy. - miner: # Internal name for the Extractor + # Internal name for the Extractor + miner: default: name: &miner Extractor description: Place over a shape or color to extract it. @@ -461,7 +463,8 @@ buildings: name: Extractor (Chain) 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: name: &underground_belt Tunnel description: Allows you to tunnel resources under buildings and belts. @@ -470,7 +473,8 @@ buildings: name: Tunnel Tier II description: Allows you to tunnel resources under buildings and belts. - splitter: # Internal name for the Balancer + # Internal name for the Balancer + splitter: default: name: &splitter Balancer description: Multifunctional - Evenly distributes all inputs onto all outputs. diff --git a/translations/base-cat.yaml b/translations/base-cat.yaml index 1c380d82..79623047 100644 --- a/translations/base-cat.yaml +++ b/translations/base-cat.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. @@ -138,7 +139,7 @@ demoBanners: intro: >- Aconsegueix el joc complet per obtenir totes les característiques! mainMenu: - play: Jugar + play: Jugar continue: Continuar newGame: Nou joc changelog: Historial de canvis @@ -452,7 +453,8 @@ buildings: name: &wire Cable description: Permet transportar energia. - miner: # Internal name for the Extractor + # Internal name for the Extractor + miner: default: name: &miner Extractor description: Posa-ho damunt d'una font de figures o colors per extraure'ls. @@ -461,7 +463,8 @@ buildings: name: Extractor (Cadena) 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: name: &underground_belt Túnel description: Permet transportar recursos per sota d'edificis i cintes. @@ -470,7 +473,8 @@ buildings: name: Túnel de Nivell II description: Permet transportar recursos per sota d'edificis i cintes. - splitter: # Internal name for the Balancer + # Internal name for the Balancer + splitter: default: name: &splitter Distribuïdor description: Multifuncional - Distribueix les entrades i sortides equitativament. diff --git a/translations/base-cz.yaml b/translations/base-cz.yaml index e3752560..51d6096c 100644 --- a/translations/base-cz.yaml +++ b/translations/base-cz.yaml @@ -1,5 +1,6 @@ # Czech translation +--- steamPage: # 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ě. diff --git a/translations/base-da.yaml b/translations/base-da.yaml index c3e07be1..dff972ce 100644 --- a/translations/base-da.yaml +++ b/translations/base-da.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-de.yaml b/translations/base-de.yaml index 5f9b060c..61284c04 100644 --- a/translations/base-de.yaml +++ b/translations/base-de.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-el.yaml b/translations/base-el.yaml index f42ea24f..a8c8b241 100644 --- a/translations/base-el.yaml +++ b/translations/base-el.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-en.yaml b/translations/base-en.yaml index 43d6942d..2c916da2 100644 --- a/translations/base-en.yaml +++ b/translations/base-en.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. @@ -452,7 +453,8 @@ buildings: name: &wire Energy Wire description: Allows you to transport energy. - miner: # Internal name for the Extractor + # Internal name for the Extractor + miner: default: name: &miner Extractor description: Place over a shape or color to extract it. @@ -461,7 +463,8 @@ buildings: name: Extractor (Chain) 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: name: &underground_belt Tunnel description: Allows you to tunnel resources under buildings and belts. @@ -470,7 +473,8 @@ buildings: name: Tunnel Tier II description: Allows you to tunnel resources under buildings and belts. - splitter: # Internal name for the Balancer + # Internal name for the Balancer + splitter: default: name: &splitter Balancer description: Multifunctional - Evenly distributes all inputs onto all outputs. @@ -529,6 +533,7 @@ buildings: double: name: Painter (Double) description: Colors the shapes on the left inputs with the color from the top input. + quad: name: Painter (Quad) description: Allows you to color each quadrant of the shape with a different color. diff --git a/translations/base-es.yaml b/translations/base-es.yaml index f5dbd619..765970d6 100644 --- a/translations/base-es.yaml +++ b/translations/base-es.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-fi.yaml b/translations/base-fi.yaml index 7014c733..5acc58cf 100644 --- a/translations/base-fi.yaml +++ b/translations/base-fi.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-fr.yaml b/translations/base-fr.yaml index 4b195673..8eb4f0ef 100644 --- a/translations/base-fr.yaml +++ b/translations/base-fr.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-hr.yaml b/translations/base-hr.yaml index f870aa1a..5a221561 100644 --- a/translations/base-hr.yaml +++ b/translations/base-hr.yaml @@ -47,6 +47,7 @@ # + Rotator = Obrtač (jer mi Okretač zvuči nekako krivo) # +--- steamPage: # 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. diff --git a/translations/base-hu.yaml b/translations/base-hu.yaml index 76b25004..89009049 100644 --- a/translations/base-hu.yaml +++ b/translations/base-hu.yaml @@ -19,10 +19,14 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. + # 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. # NOTICE: # - 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] 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. 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] [/list] - discordLink: Hivatalos Discord - Beszélgessünk! - global: loading: Betöltés error: Hiba @@ -155,7 +158,6 @@ mainMenu: savegameLevel: . szint savegameLevelUnknown: Ismeretlen szint - dialogs: buttons: ok: OK @@ -245,6 +247,16 @@ dialogs: title: Kivágás megerősítése 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 ( 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: title: Még nincs feloldva desc: >- @@ -296,6 +308,18 @@ ingame: pipette: Pipetta 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 # from the toolbar) buildingPlacement: @@ -390,6 +414,12 @@ ingame: description: Bal klikk egy jelölőre az odaugráshoz, jobb klikk a törléshez.

Nyomj -t egy jelölő készítéséhez a jelenlegi nézetből, vagy jobb klikk egy jelölő készítéséhez a kiválasztott helyre. creationSuccessNotification: Jelölő létrehozva. + # Shape viewer + shapeViewer: + title: Rétegek + empty: Üres + copyKey: Gyorskód másolása + # Interactive tutorial interactiveTutorial: title: Oktatás @@ -401,21 +431,6 @@ ingame: 1_3_expand: >- Ez NEM egy tétlen játék! Építs több bányát és futószalagot, hogy hamarabb elérd a célt.

Tipp: Tartsd lenyomva a SHIFT-et, hogy egyszerre több bányát helyezz le, és nyomj R-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 shopUpgrades: belt: @@ -433,12 +448,23 @@ shopUpgrades: # Buildings and their name / description buildings: + hub: + deliver: Deliver + toUnlock: to unlock + levelShortcut: LVL + belt: default: name: &belt Futószalag 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: name: &miner Bányász description: Tedd egy alakzatra vagy színre a kibányászásához. @@ -447,7 +473,8 @@ buildings: name: Bányász (összekapcsolható) 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: name: &underground_belt Alagút description: Segítségével futószalagok és épületek alatt átvezethetők az elemek. @@ -456,7 +483,8 @@ buildings: name: Alagút II 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: name: &splitter Elosztó description: Többfunkciós - Egyenletesen szétosztja a bementeket a kimenetekre. @@ -477,6 +505,11 @@ buildings: name: Vágó (negyedelő) description: Négyfelé vágja az alakzatokat. Cuts shapes into four parts. Ha csak az egyik felet akarod használni, ne felejtsd el a többit a kukába küldeni, különben eldugítja! + advanced_processor: + default: + name: &advanced_processor Color Inverter + description: Accepts a color or shape and inverts it. + rotater: default: name: &rotater Forgató @@ -502,16 +535,19 @@ buildings: default: name: &painter Festő 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: name: *painter 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: default: name: &trash Kuka @@ -520,28 +556,22 @@ buildings: storage: name: Tároló 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: deliver: Deliver + + # This will be shown before the amount, so for example 'For 123 Energy' toGenerateEnergy: For + default: - name: Energy Generator + name: &energy_generator Energy Generator description: Generates energy by consuming shapes. + wire_crossings: default: - name: Wire Splitter + name: &wire_crossings Wire Splitter description: Splits a energy wire into two. + merger: name: Wire Merger description: Merges two energy wires into one. diff --git a/translations/base-ind.yaml b/translations/base-ind.yaml index 781e55a9..3f7ee113 100644 --- a/translations/base-ind.yaml +++ b/translations/base-ind.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-it.yaml b/translations/base-it.yaml index c8431c68..df45601e 100644 --- a/translations/base-it.yaml +++ b/translations/base-it.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-ja.yaml b/translations/base-ja.yaml index fe362132..cdb56104 100644 --- a/translations/base-ja.yaml +++ b/translations/base-ja.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # This is the short text appearing on the steam page shortText: shapez.ioは無限のマップ内で様々な"形"を資源とし、段々と複雑になっていく形の作成や合成の自動化を目指して工場を構築するゲームです。 diff --git a/translations/base-kor.yaml b/translations/base-kor.yaml index 899507e1..26f85da9 100644 --- a/translations/base-kor.yaml +++ b/translations/base-kor.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # This is the short text appearing on the steam page shortText: shapez.io는 무한한 공간에서 점점 더 복잡한 도형의 생산과 조합을 자동화하는 공장을 짓는 게임입니다. diff --git a/translations/base-lt.yaml b/translations/base-lt.yaml index 122dd3cc..79a450bf 100644 --- a/translations/base-lt.yaml +++ b/translations/base-lt.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-nl.yaml b/translations/base-nl.yaml index 8b29e557..2f061268 100644 --- a/translations/base-nl.yaml +++ b/translations/base-nl.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-no.yaml b/translations/base-no.yaml index 0d91bcd4..90568fdd 100644 --- a/translations/base-no.yaml +++ b/translations/base-no.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-pl.yaml b/translations/base-pl.yaml index b09895f6..ae930721 100644 --- a/translations/base-pl.yaml +++ b/translations/base-pl.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-pt-BR.yaml b/translations/base-pt-BR.yaml index 731bd008..bf269558 100644 --- a/translations/base-pt-BR.yaml +++ b/translations/base-pt-BR.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-pt-PT.yaml b/translations/base-pt-PT.yaml index 8b6db461..4f16e0a9 100644 --- a/translations/base-pt-PT.yaml +++ b/translations/base-pt-PT.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-ro.yaml b/translations/base-ro.yaml index 0f9e2714..15d3ff4b 100644 --- a/translations/base-ro.yaml +++ b/translations/base-ro.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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ă. diff --git a/translations/base-ru.yaml b/translations/base-ru.yaml index 90b9af40..7dddc198 100644 --- a/translations/base-ru.yaml +++ b/translations/base-ru.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # This is the short text appearing on the steam page shortText: shapez.io — это игра о строительстве фабрик для автоматизации создания и объединения все более сложных фигур на бесконечной карте. diff --git a/translations/base-sl.yaml b/translations/base-sl.yaml index 7b451dc8..ad084b9d 100644 --- a/translations/base-sl.yaml +++ b/translations/base-sl.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-sr.yaml b/translations/base-sr.yaml index fb03f547..953c024a 100644 --- a/translations/base-sr.yaml +++ b/translations/base-sr.yaml @@ -36,6 +36,7 @@ # + Merger = Spajač # + Rotator = Obrtač +--- steamPage: # 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. diff --git a/translations/base-sv.yaml b/translations/base-sv.yaml index a2609184..ab302368 100644 --- a/translations/base-sv.yaml +++ b/translations/base-sv.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-tr.yaml b/translations/base-tr.yaml index ef79d218..b0b7d095 100644 --- a/translations/base-tr.yaml +++ b/translations/base-tr.yaml @@ -19,6 +19,7 @@ # the basic structure so the game also detects it. # +--- steamPage: # 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. diff --git a/translations/base-uk.yaml b/translations/base-uk.yaml index ba61d9cc..2f136d11 100644 --- a/translations/base-uk.yaml +++ b/translations/base-uk.yaml @@ -32,6 +32,7 @@ # storage сховище # shape форма +--- steamPage: # This is the short text appearing on the steam page shortText: shapez.io — це гра про будування фабрик для автоматизації створення та обробки все більш складних форм на нескінченно розширюваній мапі. diff --git a/translations/base-zh-TW.yaml b/translations/base-zh-TW.yaml index 6225a73b..65aef6fa 100644 --- a/translations/base-zh-TW.yaml +++ b/translations/base-zh-TW.yaml @@ -45,6 +45,7 @@ # Painter:上色機 # Trash:垃圾桶 +--- steamPage: # This is the short text appearing on the steam page shortText: shapez.io 是一款在一個無邊際的地圖上建造工廠、自動化生產與組合愈加複雜圖形的遊戲。