Update base-ja.yaml (#523)

Added some translations for the upcomming wire update:
(414) black -> 黒
(494) Rotate (180) -> 回転機(180)
(495) Rotates shapes by 180 degrees. -> 形を180度回転します。
(536) Accepts a color or shape and inverts it. -> 入力された色や形の色を反転します。
(541) Energy generator -> エネルギー発電機
(542) Generates energy by consuming shapes. -> 入力された形を使って、エネルギーを発電します。
(545) Wire Splitter -> ワイヤー分配機
(546) Splits a energy wire into two. -> 1つのワイヤーを2つのワイヤーに分配します。
(548) Wire Merger -> ワイヤー合流機
(549) Merges two energy wires into one. -> 2つのワイヤーを1つのワイヤーに合流します。
pull/544/head
Oblivo 4 years ago committed by GitHub
parent ab11dc1ffe
commit c7f95791af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -411,7 +411,7 @@ ingame:
cyan: シアン
white:
uncolored: 無色
black: Black
black:
shapeViewer:
title: レイヤー
empty:
@ -491,8 +491,8 @@ buildings:
name: 回転機 (逆)
description: 形を反時計回り方向に90度回転します。
fl:
name: Rotate (180)
description: Rotates shapes by 180 degrees.
name: 回転機 (180)
description: 形を180度回転します。
stacker:
default:
@ -533,20 +533,20 @@ buildings:
advanced_processor:
default:
name: Color Inverter
description: Accepts a color or shape and inverts it.
description: 入力された色や形の色を反転します。
energy_generator:
deliver: Deliver
toGenerateEnergy: For
default:
name: Energy Generator
description: Generates energy by consuming shapes.
name: エネルギー発電機
description: 入力された形を使って、エネルギーを発電します。
wire_crossings:
default:
name: Wire Splitter
description: Splits a energy wire into two.
name: ワイヤー分配機
description: 1つのワイヤーを2つのワイヤーに分配します。
merger:
name: Wire Merger
description: Merges two energy wires into one.
name: ワイヤー合流機
description: 2つのワイヤーを1つのワイヤーに合流します。
storyRewards:
# Those are the rewards gained from completing the store

Loading…
Cancel
Save