Skip to content

Commit 1c137ef

Browse files
committed
ゲームバージョン1.15.2に対応
1 parent e905e89 commit 1c137ef

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,5 @@ dist
131131

132132
# ユーザ定義
133133
.vscode/
134-
Stormworks-JapaneseTranslation.code-workspace
134+
Stormworks-JapaneseTranslation.code-workspace
135+
.DS_Store

src/translation_data/japanese.tsv

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2698,6 +2698,8 @@ id description en local
26982698
Water 水
26992699
Spawn Particles 粒子の放出
27002700
Tourism Castle 観光向け古城
2701+
Fuel Level 燃料の充填量
2702+
Destroy Vehicles 乗り物を破壊する
27012703
Keel Force キールの効力
27022704
Machine Gun Large Ammo Box (Kinetic) 機関銃の弾薬箱 (運動エネルギー弾)
27032705
Machine Gun Large Ammo Box (High Explosive) 機関銃の弾薬箱 (榴弾)
@@ -2715,6 +2717,9 @@ id description en local
27152717
New Group Name 新規グループ名を入力してください.
27162718
Delete Group グループを削除
27172719
Delete the group and return its vehicles to the default group 削除するグループを選択してください. 選択したグループに属する乗り物はデフォルトグループに戻されます.
2720+
PHOTOSENSITIVITY WARNING 光過敏性発作に関する警告
2721+
A small percentage of individuals may experience seizures when exposed, to certain visual images, including light patterns or flashing lights, even with no history of epilepsy or seizures. てんかんや発作の既往歴がない場合でも, 特定の光のパターンや明滅などの視覚的イメージに晒されることで, ごく一部の人には発作症状が現れる場合があります.
2722+
IMMEDIATELY stop playing and consult a doctor if you experience any symptoms. プレイ中に何らかの症状を感じた場合は, "すぐに"ゲームプレイを中止し, 医師に相談してください.
27182723
def_01_block_name Block ブロック
27192724
def_01_block_desc The block is a quarter-metre in size. Components can be attached to all 6 faces. このブロックは25センチメートルの大きさです. 6面全てに部品を取り付けられます.
27202725
def_01_block_s_desc Basic cube-shaped building block. 立方体型の基本的なブロックです.
@@ -2936,6 +2941,15 @@ def_battery_small_node_0_label Electric Store 電力
29362941
def_battery_small_node_0_desc Energy storage for the electrical system. 電力網に電力を送ったり, 電力を受け取って蓄えたりします.
29372942
def_battery_small_node_1_label Charge 蓄電量
29382943
def_battery_small_node_1_desc Data output giving the charge of the battery from 0 to 1. 電池の蓄電量を0から1の範囲で出力します.
2944+
def_buoyancy_float_block_name Buoyancy Float Block 浮きブロック
2945+
def_buoyancy_float_block_desc 液体に対して浮力を発生させます.
2946+
def_buoyancy_float_block_s_desc A block-shaped buoyant float. 立方体型の浮きブロックです.
2947+
def_buoyancy_float_pyramid_name Buoyancy Float Pyramid 浮き三角ブロック
2948+
def_buoyancy_float_pyramid_desc 液体に対して浮力を発生させます.
2949+
def_buoyancy_float_pyramid_s_desc A pyramid-shaped buoyant float. 三角錐型の浮きブロックです.
2950+
def_buoyancy_float_wedge_name Buoyancy Float Wedge 浮き斜めブロック
2951+
def_buoyancy_float_wedge_desc 液体に対して浮力を発生させます.
2952+
def_buoyancy_float_wedge_s_desc A wedge-shaped buoyant float. 三角柱型の浮きブロックです.
29392953
def_button_key_name Key Button キーボタン
29402954
def_button_key_desc Once activated, interacting with the button again will deactivate it instantly. The hold duration can be customised by selecting this component with the select tool. The external input can be used to simulate interacting with the button down using the output of another component. The button's default state can be configured by selecting it with the select component. 一方で, オフにするには長押しする必要はありません. 外部入力でボタンのオン/オフを制御ができ, 複数のボタンを同時に制御できます. 長押しする時間や, ボタンの初期状態はプロパティウィンドウから設定できます.
29412955
def_button_key_s_desc A button that must be held down for a set duration before activating. オンにするには設定した時間押し続ける必要があるボタンです.

0 commit comments

Comments
 (0)