ConstructionGL2 Part 2: Better guided steps and recipes. (#5103)

This commit is contained in:
Vera Aguilera Puerto
2021-11-02 11:24:32 +01:00
committed by GitHub
parent 5be8271907
commit 5a5006e4cf
45 changed files with 725 additions and 210 deletions

View File

@@ -1,3 +1,5 @@
# AirlockBolted
construction-condition-airlock-bolt = First, bolt the {$entityName}.
construction-condition-airlock-unbolt = First, unbolt the {$entityName}.
construction-examine-condition-airlock-bolt = First, bolt the {$entityName}.
construction-examine-condition-airlock-unbolt = First, unbolt the {$entityName}.
construction-step-condition-airlock-bolt = It must be bolted.
construction-step-condition-airlock-unbolt = It must be unbolted.

View File

@@ -0,0 +1,4 @@
construction-examine-condition-all-wires-cut = All of its wires must be cut.
construction-examine-condition-all-wires-intact = All of its wires must be intact.
construction-guide-condition-all-wires-cut = All of its wires must be cut.
construction-guide-condition-all-wires-intact = All of its wires must be intact.

View File

@@ -0,0 +1,2 @@
construction-examine-condition-any-conditions = Any of these conditions must be true:
construction-guide-condition-any-conditions = Any of the conditions below must be true

View File

@@ -1,3 +1,5 @@
# DoorWelded
construction-condition-door-weld = First, weld the {$entityName}.
construction-condition-door-unweld = First, unweld the {$entityName}.
construction-examine-condition-door-weld = First, weld the {$entityName}.
construction-examine-condition-door-unweld = First, unweld the {$entityName}.
construction-guide-condition-door-weld = Make sure it is welded.
construction-guide-condition-door-unweld = Make sure it is not welded.

View File

@@ -0,0 +1 @@
construction-guide-condition-empty-or-window-valid-in-tile = You must place this on a valid tile.

View File

@@ -0,0 +1,4 @@
construction-examine-condition-entity-anchored = First, anchor it.
construction-examine-condition-entity-unanchored = First, unanchor it.
construction-step-condition-entity-anchored = It must be anchored.
construction-step-condition-entity-unanchored = It must be unanchored.

View File

@@ -1,4 +1,6 @@
# MachineFrameComplete
construction-condition-machine-frame-requirement-label = Requires:
construction-condition-machine-frame-insert-circuit-board-message = Insert [color=cyan]any machine circuit board[/color].
construction-condition-machine-frame-required-element-entry = [color=yellow]{$amount}x[/color] [color=green]{$elementName}[/color]
construction-condition-machine-frame-required-element-entry = [color=yellow]{$amount}x[/color] [color=green]{$elementName}[/color]
construction-step-condition-machine-frame-board = You will need to insert a machine board.
construction-step-condition-machine-frame-parts = Afterwards, insert all required parts.

View File

@@ -0,0 +1 @@
construction-step-condition-no-windows-in-tile = There can be no windows in that tile.

View File

@@ -0,0 +1 @@
construction-step-condition-tile-not-blocked = The tile must not be obstructed.

View File

@@ -1,2 +1,3 @@
# ToiletLidClosed
construction-condition-toilet-lid-closed = Use a [color=yellow]crowbar[/color] to close the lid.
construction-examine-condition-toilet-lid-closed = Use a [color=yellow]crowbar[/color] to close the lid.
construction-step-condition-toilet-lid-closed = Make sure the toilet lid is closed.

View File

@@ -0,0 +1 @@
construction-step-condition-wallmount = You must build it on a wall.

View File

@@ -1,3 +1,5 @@
# WirePanel
construction-condition-wire-panel-open = First, open the maintenance panel.
construction-condition-wire-panel-close = First, close the maintenance panel.
construction-examine-condition-wire-panel-open = First, open the maintenance panel.
construction-examine-condition-wire-panel-close = First, close the maintenance panel.
construction-step-condition-wire-panel-open = The maintenance panel must be open.
construction-step-condition-wire-panel-close = The maintenance panel must be closed.