mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Update translations
This commit is contained in:
parent
5ef7749a09
commit
8f6ccc0d67
@ -1,4 +1,5 @@
|
||||
import { makeDiv } from "../../../core/utils";
|
||||
import { T } from "../../../translations";
|
||||
import { BaseHUDPart } from "../base_hud_part";
|
||||
|
||||
export class HUDDemoTimer extends BaseHUDPart {
|
||||
@ -6,7 +7,7 @@ export class HUDDemoTimer extends BaseHUDPart {
|
||||
this.mainElement = makeDiv(parent, "ingame_HUD_DemoTimer", [], "");
|
||||
|
||||
this.timerElement = makeDiv(this.mainElement, null, ["timer"], "12:00");
|
||||
this.descElement = makeDiv(this.mainElement, null, ["description"], "Until end of demo");
|
||||
this.descElement = makeDiv(this.mainElement, null, ["description"], T.demoBanners.untilEndOfDemo);
|
||||
|
||||
this.currentValue = "";
|
||||
}
|
||||
|
@ -64,6 +64,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: The full version contains more than <strong>24 hours of content</strong>.
|
||||
playerCount: <playerCount> players like you are currently playing shapez on Steam
|
||||
untilEndOfDemo: Until end of demo
|
||||
mainMenu:
|
||||
play: Play
|
||||
continue: Continue
|
||||
|
@ -67,6 +67,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: The full version contains more than <strong>20 hours of content</strong>.
|
||||
playerCount: <playerCount> players like you are currently playing shapez on Steam
|
||||
untilEndOfDemo: Until end of demo
|
||||
mainMenu:
|
||||
play: Jugar
|
||||
continue: Continuar
|
||||
|
@ -63,6 +63,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: Plná verze obsahuje více než <strong>20 hodin obsahu</strong>.
|
||||
playerCount: <playerCount> hráči jako vy právě hrají shapez ve službě Steam
|
||||
untilEndOfDemo: do konce ukázky
|
||||
mainMenu:
|
||||
play: Hrát
|
||||
continue: Pokračovat
|
||||
|
@ -65,6 +65,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: Den fulde version indeholder mere end <strong>20 timers indhold</strong>.
|
||||
playerCount: <playerCount> spillere som dig spiller lige nu shapez på Steam
|
||||
untilEndOfDemo: Indtil afslutningen af demoen
|
||||
mainMenu:
|
||||
play: Spil
|
||||
continue: Fortsæt
|
||||
|
@ -67,6 +67,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: Die Vollversion bietet mehr als <strong>20 Stunden Spielspaß</strong>.
|
||||
playerCount: <playerCount> Spieler wie du spielen shapez gerade auf Steam
|
||||
untilEndOfDemo: Bis zum Ende der Demo
|
||||
mainMenu:
|
||||
play: Spielen
|
||||
continue: Fortsetzen
|
||||
|
@ -67,6 +67,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: The full version contains more than <strong>20 hours of content</strong>.
|
||||
playerCount: <playerCount> players like you are currently playing shapez on Steam
|
||||
untilEndOfDemo: Until end of demo
|
||||
mainMenu:
|
||||
play: Παίξε
|
||||
changelog: Changelog
|
||||
|
@ -108,6 +108,7 @@ demoBanners:
|
||||
The full version contains more than <strong>20 hours of content</strong>.
|
||||
playerCount: >-
|
||||
<playerCount> players like you are playing shapez on Steam right now
|
||||
untilEndOfDemo: Until end of demo
|
||||
|
||||
mainMenu:
|
||||
play: Play
|
||||
|
@ -56,8 +56,9 @@ global:
|
||||
loggingIn: Iniciando sesión
|
||||
demoBanners:
|
||||
title: Versión de prueba
|
||||
intro: |-
|
||||
Consigue el juego completo <strong>ahora</strong> para desbloquearlo:<ul>
|
||||
intro: >-
|
||||
Consigue el juego completo <strong>ahora</strong> para
|
||||
desbloquearlo:<ul>
|
||||
<li>Los 26 niveles + juego libre infinito</li>
|
||||
<li>22 edificios nuevos</li>
|
||||
<li>Apoyo a los mods</li>
|
||||
@ -65,8 +66,11 @@ demoBanners:
|
||||
<li>Modo oscuro</li>
|
||||
<li>... ¡y mucho más!</li>
|
||||
</ul>
|
||||
playtimeDisclaimer: La versión completa contiene más de <strong>20 horas de contenido</strong>.
|
||||
playerCount: <playerCount> jugadores como tú están jugando actualmente a shapez en Steam
|
||||
playtimeDisclaimer: La versión completa contiene más de <strong>20 horas de
|
||||
contenido</strong>.
|
||||
playerCount: <playerCount> jugadores como tú están jugando actualmente a shapez
|
||||
en Steam
|
||||
untilEndOfDemo: Hasta el final de la demo
|
||||
mainMenu:
|
||||
play: Jugar
|
||||
continue: Continuar
|
||||
|
@ -66,7 +66,9 @@ demoBanners:
|
||||
<li>... ja paljon muuta!</li>
|
||||
</ul>
|
||||
playtimeDisclaimer: Täysversio sisältää yli <strong>20 tuntia sisältöä</strong>.
|
||||
playerCount: <playerCount> kaltaisesi pelaajat pelaavat parhaillaan shapezia Steamissa.
|
||||
playerCount: <playerCount> kaltaisesi pelaajat pelaavat parhaillaan shapezia
|
||||
Steamissa.
|
||||
untilEndOfDemo: Demon loppuun asti
|
||||
mainMenu:
|
||||
play: Pelaa
|
||||
continue: Jatka
|
||||
|
@ -65,6 +65,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: La version complète offre plus de <strong>20 heures de contenu</strong>.
|
||||
playerCount: <playerCount> joueurs comme vous jouent actuellement à shapez sur Steam
|
||||
untilEndOfDemo: Jusqu'à la fin de la démo
|
||||
mainMenu:
|
||||
play: Jouer
|
||||
continue: Continuer
|
||||
|
@ -63,6 +63,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: The full version contains more than <strong>20 hours of content</strong>.
|
||||
playerCount: <playerCount> players like you are currently playing shapez on Steam
|
||||
untilEndOfDemo: Until end of demo
|
||||
mainMenu:
|
||||
play: שחק
|
||||
continue: המשך
|
||||
|
@ -66,6 +66,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: The full version contains more than <strong>20 hours of content</strong>.
|
||||
playerCount: <playerCount> players like you are currently playing shapez on Steam
|
||||
untilEndOfDemo: Until end of demo
|
||||
mainMenu:
|
||||
play: Igraj
|
||||
continue: Nastavi
|
||||
|
@ -63,7 +63,9 @@ demoBanners:
|
||||
<li>... és még sok más!</li>
|
||||
</ul>
|
||||
playtimeDisclaimer: A teljes verzió több mint <strong>20 órányi tartalmat</strong> tartalmaz.
|
||||
playerCount: <playerCount> hozzád hasonló játékosok jelenleg shapez-t játszanak a Steamen
|
||||
playerCount: <playerCount> hozzád hasonló játékosok jelenleg shapez-t játszanak
|
||||
a Steamen
|
||||
untilEndOfDemo: A demó végéig
|
||||
mainMenu:
|
||||
play: Játék
|
||||
continue: Folytatás
|
||||
|
@ -64,6 +64,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: The full version contains more than <strong>20 hours of content</strong>.
|
||||
playerCount: <playerCount> players like you are currently playing shapez on Steam
|
||||
untilEndOfDemo: Until end of demo
|
||||
mainMenu:
|
||||
play: Mulai Permainan
|
||||
continue: Lanjutkan
|
||||
|
@ -66,7 +66,9 @@ demoBanners:
|
||||
<li>... e molto altro ancora!</li>
|
||||
</ul>
|
||||
playtimeDisclaimer: La versione completa contiene oltre <strong>20 ore di contenuti</strong>.
|
||||
playerCount: <playerCount> giocatori come te stanno attualmente giocando a shapez su Steam
|
||||
playerCount: <playerCount> giocatori come te stanno attualmente giocando a
|
||||
shapez su Steam
|
||||
untilEndOfDemo: Fino alla fine della demo
|
||||
mainMenu:
|
||||
play: Gioca
|
||||
changelog: Registro modifiche
|
||||
|
@ -59,6 +59,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: フルバージョンには、<strong>20時間以上のコンテンツ</strong>が含まれています。
|
||||
playerCount: <playerCount> あなたと同じようなプレイヤーがSteamでshapezをプレイしています。
|
||||
untilEndOfDemo: デモ終了まで
|
||||
mainMenu:
|
||||
play: プレイ
|
||||
continue: 続きから
|
||||
|
@ -61,6 +61,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: 정식 버전에는 <strong>20시간 이상의 콘텐츠</strong>가 포함되어 있습니다.
|
||||
playerCount: <playerCount>명의 플레이어가 현재 Steam에서 shapez를 플레이하고 있습니다.
|
||||
untilEndOfDemo: 데모가 끝날 때까지
|
||||
mainMenu:
|
||||
play: 시작
|
||||
changelog: 버전 기록
|
||||
|
@ -67,6 +67,7 @@ demoBanners:
|
||||
playtimeDisclaimer: Pilnoje žaidimo versijoje yra daugiau nei <strong>20 turinio
|
||||
valandos</strong>.
|
||||
playerCount: <playerCount> players like you are currently playing shapez on Steam
|
||||
untilEndOfDemo: Until end of demo
|
||||
mainMenu:
|
||||
play: Pradėti
|
||||
changelog: Pakeitimai
|
||||
|
@ -67,6 +67,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: De volledige versie bevat meer dan <strong>20 uur aan inhoud</strong>.
|
||||
playerCount: <playerCount> spelers zoals jij spelen op dit moment shapez op Steam
|
||||
untilEndOfDemo: Tot het einde van de demo
|
||||
mainMenu:
|
||||
play: Spelen
|
||||
changelog: Wijzigingenlijst
|
||||
|
@ -67,6 +67,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: Fullversjonen inneholder mer enn <strong>20 timer med innhold</strong>.
|
||||
playerCount: <playerCount> spillere som deg spiller for øyeblikket shapez på Steam
|
||||
untilEndOfDemo: Helt til slutten av demoen
|
||||
mainMenu:
|
||||
play: Spill
|
||||
changelog: Endringshistorikk
|
||||
|
@ -67,6 +67,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: Pełna wersja zawiera ponad <strong>20 godziny treści</strong>.
|
||||
playerCount: <playerCount> gracze tacy jak Ty grają obecnie w shapez na Steamie
|
||||
untilEndOfDemo: Do końca demonstracji
|
||||
mainMenu:
|
||||
play: Rozpocznij
|
||||
continue: Kontynuuj
|
||||
|
@ -64,8 +64,10 @@ demoBanners:
|
||||
<li>Dark Mod</li>
|
||||
<li>...e muito mais!</li>
|
||||
</ul>
|
||||
playtimeDisclaimer: A versão completa contém mais de <20 horas de conteúdo</strong>.
|
||||
playerCount: <playerCount> Jogadores como você está jogando shapez on Steam agora mesmo.
|
||||
playtimeDisclaimer: The full version contains more than <strong>20 hours of content</strong>.
|
||||
playerCount: <playerCount> Jogadores como você está jogando shapez on Steam
|
||||
agora mesmo.
|
||||
untilEndOfDemo: Até o final da demo
|
||||
mainMenu:
|
||||
play: Jogar
|
||||
continue: Continuar
|
||||
|
@ -67,6 +67,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: A versão completa contém mais de <strong>20 horas de conteúdo</strong>.
|
||||
playerCount: <playerCount> jogadores como você estão jogando shapez no Steam
|
||||
untilEndOfDemo: Até o final da demo
|
||||
mainMenu:
|
||||
play: Jogar
|
||||
changelog: Changelog
|
||||
|
@ -65,8 +65,10 @@ demoBanners:
|
||||
<li>Modul întunecat</li>
|
||||
<li>...și multe altele!</li>
|
||||
</ul>
|
||||
playtimeDisclaimer: Versiunea completă conține mai mult de <strong>20 de ore de conținut</strong>.
|
||||
playtimeDisclaimer: Versiunea completă conține mai mult de <strong>20 de ore de
|
||||
conținut</strong>.
|
||||
playerCount: <playerCount> jucători ca tine se joacă în prezent shapez pe Steam
|
||||
untilEndOfDemo: Până la sfârșitul demonstrației
|
||||
mainMenu:
|
||||
play: Joacă
|
||||
changelog: Jurnalul schimbărilor
|
||||
|
@ -63,7 +63,9 @@ demoBanners:
|
||||
<li>... и многое другое!</li>
|
||||
</ul>
|
||||
playtimeDisclaimer: Полная версия содержит более <strong>20 часов контента</strong>.
|
||||
playerCount: <playerCount> игроки, подобные вам, в настоящее время играют в shapez на Steam
|
||||
playerCount: <playerCount> игроки, подобные вам, в настоящее время играют в
|
||||
shapez на Steam
|
||||
untilEndOfDemo: До окончания демонстрации
|
||||
mainMenu:
|
||||
play: Играть
|
||||
continue: Продолжить
|
||||
|
@ -67,6 +67,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: The full version contains more than <strong>20 hours of content</strong>.
|
||||
playerCount: <playerCount> players like you are currently playing shapez on Steam
|
||||
untilEndOfDemo: Until end of demo
|
||||
mainMenu:
|
||||
play: Play
|
||||
continue: Continue
|
||||
|
@ -65,6 +65,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: The full version contains more than <strong>20 hours of content</strong>.
|
||||
playerCount: <playerCount> players like you are currently playing shapez on Steam
|
||||
untilEndOfDemo: Until end of demo
|
||||
mainMenu:
|
||||
play: Igraj
|
||||
continue: Nastavi
|
||||
|
@ -64,8 +64,10 @@ demoBanners:
|
||||
<li>Mörkt läge</li>
|
||||
<li>... och mycket mer!</li>
|
||||
</ul>
|
||||
playtimeDisclaimer: Den fullständiga versionen innehåller mer än <strong>20 timmars innehåll</strong>.
|
||||
playtimeDisclaimer: Den fullständiga versionen innehåller mer än <strong>20
|
||||
timmars innehåll</strong>.
|
||||
playerCount: <playerCount> spelare som du spelar just nu shapez på Steam
|
||||
untilEndOfDemo: Till slutet av demonstrationen
|
||||
mainMenu:
|
||||
play: Spela
|
||||
changelog: Ändringslogg
|
||||
|
@ -65,6 +65,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: Tam sürüm <strong>20 saatten fazla içerik</strong> içerir.
|
||||
playerCount: <playerCount> sizin gibi oyuncular şu anda Steam'de shapez oynuyor
|
||||
untilEndOfDemo: Demo sonuna kadar
|
||||
mainMenu:
|
||||
play: Oyna
|
||||
changelog: Değişiklik Günlüğü
|
||||
|
@ -66,7 +66,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: Повна версія містить понад <strong>20 години вмісту</strong>.
|
||||
playerCount: <playerCount> гравців як ви зараз грають у shapez на Steam
|
||||
|
||||
untilEndOfDemo: До кінця демонстрації
|
||||
mainMenu:
|
||||
play: Грати
|
||||
continue: Продовжити
|
||||
|
@ -55,6 +55,7 @@ demoBanners:
|
||||
intro: 购买完整版以解锁所有游戏内容!
|
||||
playtimeDisclaimer: The full version contains more than <strong>20 hours of content</strong>.
|
||||
playerCount: <playerCount> players like you are currently playing shapez on Steam
|
||||
untilEndOfDemo: Until end of demo
|
||||
mainMenu:
|
||||
play: 开始游戏
|
||||
changelog: 更新日志
|
||||
@ -142,15 +143,13 @@ dialogs:
|
||||
desc: 您还没有解锁蓝图功能!通过第12关的挑战后可解锁蓝图。
|
||||
keybindingsIntroduction:
|
||||
title: 实用快捷键
|
||||
desc:
|
||||
"这个游戏有很多有用的快捷键设定。 以下是其中的一些介绍,记得在<strong>按键设置</strong>中查看其他按键设定!<br><br>
|
||||
desc: "这个游戏有很多有用的快捷键设定。 以下是其中的一些介绍,记得在<strong>按键设置</strong>中查看其他按键设定!<br><br>
|
||||
<code class='keybinding'>CTRL键</code> + 拖动:选择区域以复制或删除。<br> <code
|
||||
class='keybinding'>SHIFT键</code>: 按住以放置多个同一种设施。<br> <code
|
||||
class='keybinding'>ALT键</code>: 反向放置传送带。<br>"
|
||||
createMarker:
|
||||
title: 创建地图标记
|
||||
desc:
|
||||
填写一个有意义的名称, 还可以同时包含一个形状的 <strong>短代码</strong> (您可以 <link>点击这里</link>
|
||||
desc: 填写一个有意义的名称, 还可以同时包含一个形状的 <strong>短代码</strong> (您可以 <link>点击这里</link>
|
||||
生成短代码)
|
||||
titleEdit: 编辑地图标记
|
||||
markerDemoLimit:
|
||||
@ -324,18 +323,15 @@ ingame:
|
||||
hints:
|
||||
1_1_extractor: 在<strong>圆形</strong>上放置一个<strong>开采器</strong>来获取圆形!<br><br>提示:<strong>按下鼠标左键</strong>选中<strong>开采器</strong>
|
||||
1_2_conveyor: 用<strong>传送带</strong>将您的开采器连接到中心基地上!<br><br>提示:选中<strong>传送带</strong>后<strong>按下鼠标左键可拖动</strong>布置传送带!
|
||||
1_3_expand:
|
||||
您可以放置更多的<strong>开采器</strong>和<strong>传送带</strong>来更有效率地完成关卡目标。<br><br>
|
||||
1_3_expand: 您可以放置更多的<strong>开采器</strong>和<strong>传送带</strong>来更有效率地完成关卡目标。<br><br>
|
||||
提示:按住 <strong>SHIFT</strong>
|
||||
键可放置多个<strong>开采器</strong>,注意用<strong>R</strong>
|
||||
键可旋转<strong>开采器</strong>的出口方向,确保开采的图形可以顺利传送。
|
||||
2_1_place_cutter: 现在放置一个<strong>切割器</strong>,这个设施可把<strong>圆形</strong>切成两半!<br><br>注意:无论如何放置,切割机总是<strong>从上到下</strong>切割。
|
||||
2_2_place_trash:
|
||||
使用切割机后产生的废弃图形会导致<strong>堵塞</strong>。<br><br>注意使用<strong>垃圾桶</strong>清除当前
|
||||
2_2_place_trash: 使用切割机后产生的废弃图形会导致<strong>堵塞</strong>。<br><br>注意使用<strong>垃圾桶</strong>清除当前
|
||||
(!) 不需要的废物。
|
||||
2_3_more_cutters: 干的好!现在放置<strong>2个以上的切割机</strong>来加快当前缓慢的过程!<br><br>提示:用<strong>快捷键0-9</strong>可以快速选择各项设施!
|
||||
3_1_rectangles:
|
||||
现在让我们开采一些矩形!找到<strong>矩形地带</strong>并<strong>放置4个开采器</strong>并将它们用<strong>传送带</strong>连接到中心基地。<br><br>
|
||||
3_1_rectangles: 现在让我们开采一些矩形!找到<strong>矩形地带</strong>并<strong>放置4个开采器</strong>并将它们用<strong>传送带</strong>连接到中心基地。<br><br>
|
||||
提示:选中<strong>传送带</strong>后按住<strong>SHIFT键</strong>可快速准确地规划<strong>传送带路线!</strong>
|
||||
21_1_place_quad_painter: 放置<strong>四口上色器</strong>并且获取一些<strong>圆形</strong>,<strong>白色</strong>和<strong>红色</strong>!
|
||||
21_2_switch_to_wires: 按 <strong>E</strong> 键选择<strong>电线层</strong>!<br><br>
|
||||
@ -629,8 +625,7 @@ storyRewards:
|
||||
desc: 恭喜!您解锁了<strong>旋转机</strong>。它会顺时针将输入的<strong>图形旋转90度</strong>。
|
||||
reward_painter:
|
||||
title: 上色
|
||||
desc:
|
||||
恭喜!您解锁了<strong>上色器</strong>。开采一些颜色 (就像您开采图形一样),将其在上色器中与图形结合来将图形上色!
|
||||
desc: 恭喜!您解锁了<strong>上色器</strong>。开采一些颜色 (就像您开采图形一样),将其在上色器中与图形结合来将图形上色!
|
||||
<br>注意:如果您不幸患有色盲,可以在设置中启用<strong>色盲模式</strong>
|
||||
reward_mixer:
|
||||
title: 混合颜色
|
||||
@ -647,13 +642,11 @@ storyRewards:
|
||||
desc: 恭喜!您解锁了<strong>隧道</strong>。它可放置在<strong>传送带</strong>或<strong>设施</strong>下方以运送物品。
|
||||
reward_rotater_ccw:
|
||||
title: 逆时针旋转
|
||||
desc:
|
||||
恭喜!您解锁了<strong>旋转机</strong>的<strong>逆时针</strong>变体。它可以逆时针旋转<strong>图形</strong>。
|
||||
desc: 恭喜!您解锁了<strong>旋转机</strong>的<strong>逆时针</strong>变体。它可以逆时针旋转<strong>图形</strong>。
|
||||
<br>选择<strong>旋转机</strong>然后按"T"键来选取这个变体。
|
||||
reward_miner_chainable:
|
||||
title: 链式开采器
|
||||
desc:
|
||||
您已经解锁了<strong>链式开采器</strong>!它能<strong>转发资源</strong>给其他的开采器,这样您就能更有效率的开采各类资源了!<br><br>
|
||||
desc: 您已经解锁了<strong>链式开采器</strong>!它能<strong>转发资源</strong>给其他的开采器,这样您就能更有效率的开采各类资源了!<br><br>
|
||||
注意:新的开采器已替换了工具栏里旧的开采器!
|
||||
reward_underground_belt_tier_2:
|
||||
title: 二级隧道
|
||||
@ -670,14 +663,12 @@ storyRewards:
|
||||
<br>它<strong>优先从左边</strong>输出,这样您就可以用它做一个<strong>溢流门</strong>了!
|
||||
reward_freeplay:
|
||||
title: 自由模式
|
||||
desc:
|
||||
成功了!您解锁了<strong>自由模式</strong>!挑战升级!这意味着现在将<strong>随机</strong>生成图形!
|
||||
desc: 成功了!您解锁了<strong>自由模式</strong>!挑战升级!这意味着现在将<strong>随机</strong>生成图形!
|
||||
从现在起,中心基地最为需要的是<strong>产量</strong>,我强烈建议您去制造一台能够自动交付所需图形的机器!<br><br>
|
||||
基地会在<strong>电线层</strong>输出需要的图形,您需要去分析图形并在此基础上自动配置您的工厂。
|
||||
reward_blueprints:
|
||||
title: 蓝图
|
||||
desc:
|
||||
您现在可以<strong>复制粘贴</strong>您的工厂的一部分了!按住 CTRL键并拖动鼠标来选择一块区域,然后按C键复制。
|
||||
desc: 您现在可以<strong>复制粘贴</strong>您的工厂的一部分了!按住 CTRL键并拖动鼠标来选择一块区域,然后按C键复制。
|
||||
<br><br>粘贴并<strong>不是免费的</strong>,您需要制造<strong>蓝图图形</strong>来负担。蓝图图形是您刚刚交付的图形。
|
||||
no_reward:
|
||||
title: 下一关
|
||||
@ -705,8 +696,7 @@ storyRewards:
|
||||
<br>注意:您注意到<strong>传送读取器</strong>和<strong>存储器</strong>输出的他们最后读取的物品了吗?试着在显示屏上展示一下!"
|
||||
reward_constant_signal:
|
||||
title: 恒定信号
|
||||
desc:
|
||||
恭喜!您解锁了生成于电线层之上的<strong>恒定信号</strong>,把它连接到<strong>过滤器</strong>时非常有用。
|
||||
desc: 恭喜!您解锁了生成于电线层之上的<strong>恒定信号</strong>,把它连接到<strong>过滤器</strong>时非常有用。
|
||||
<br>比如,它能发出图形、颜色、开关值(1 / 0)的固定信号。
|
||||
reward_logic_gates:
|
||||
title: 逻辑门
|
||||
@ -725,8 +715,7 @@ storyRewards:
|
||||
<strong>提示</strong>:可在设置中打开电线层教程!"
|
||||
reward_filter:
|
||||
title: 物品过滤器
|
||||
desc:
|
||||
恭喜!您解锁了<strong>物品过滤器</strong>!它会根据在电线层上输入的信号决定是从上面还是右边输出物品。<br><br>
|
||||
desc: 恭喜!您解锁了<strong>物品过滤器</strong>!它会根据在电线层上输入的信号决定是从上面还是右边输出物品。<br><br>
|
||||
您也可以输入开关值(1 / 0)信号来激活或者禁用它。
|
||||
reward_demo_end:
|
||||
title: 试玩结束
|
||||
|
@ -63,6 +63,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: 完整版包括多达 <strong>20 小时的新内容</strong>
|
||||
playerCount: <playerCount> 个像你一样的玩家目前正在 Steam 上玩 shapez
|
||||
untilEndOfDemo: 直到演示结束
|
||||
mainMenu:
|
||||
play: 开始游戏
|
||||
changelog: 更新日志
|
||||
|
@ -61,6 +61,7 @@ demoBanners:
|
||||
</ul>
|
||||
playtimeDisclaimer: 完整版包含超過 <strong>20 小時的內容</strong>。
|
||||
playerCount: <playerCount> 個像你一樣的玩家目前正在 Steam 上玩 shapez
|
||||
untilEndOfDemo: 直到演示結束
|
||||
mainMenu:
|
||||
play: 開始遊戲
|
||||
changelog: 更新日誌
|
||||
|
Loading…
Reference in New Issue
Block a user