-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/jecrell/DoorsExpanded
- Loading branch information
Showing
6 changed files
with
91 additions
and
30 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
Languages/Japanese/DefInjected/JobDef/Heron_RemoteDoorsAndButtons.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LanguageData> | ||
|
||
<PH_PushButton.reportString>TargetAを操作している</PH_PushButton.reportString> | ||
|
||
</LanguageData> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
Languages/Japanese/DefInjected/ThingDef/Heron_RemoteDoorsAndButtons.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LanguageData> | ||
|
||
<PH_DoorButton.label>ドアボタン</PH_DoorButton.label> | ||
<PH_DoorButton.description>ドアを操作するボタン(レバーと同じ機能)です。</PH_DoorButton.description> | ||
<Blueprint_PH_DoorButton.label>ドアボタン(設計)</Blueprint_PH_DoorButton.label> | ||
<Frame_PH_DoorButton.label>ドアボタン(施行)</Frame_PH_DoorButton.label> | ||
<Frame_PH_DoorButton.description>ドアを操作するボタン(レバーと同じ機能)です。</Frame_PH_DoorButton.description> | ||
|
||
<PH_DoorLever.label>ドアレバー</PH_DoorLever.label> | ||
<PH_DoorLever.description>ドアを操作するレバー(ボタンと同じ機能)です。</PH_DoorLever.description> | ||
<Blueprint_PH_DoorLever.label>ドアレバー(設計)</Blueprint_PH_DoorLever.label> | ||
<Frame_PH_DoorLever.label>ドアレバー(施行)</Frame_PH_DoorLever.label> | ||
<Frame_PH_DoorLever.description>ドアを操作するレバー(ボタンと同じ機能)です。</Frame_PH_DoorLever.description> | ||
|
||
<PH_DoorRemoteSingle.label>遠隔ドア(1x1)</PH_DoorRemoteSingle.label> | ||
<PH_DoorRemoteSingle.description>垂直にスライドする金属製のドアです。部屋を分割します。ボタンで遠くから開閉できます。</PH_DoorRemoteSingle.description> | ||
<Blueprint_PH_DoorRemoteSingle.label>遠隔ドア(1x1)(設計)</Blueprint_PH_DoorRemoteSingle.label> | ||
<Frame_PH_DoorRemoteSingle.label>遠隔ドア(1x1)(施行)</Frame_PH_DoorRemoteSingle.label> | ||
<Frame_PH_DoorRemoteSingle.description>垂直にスライドする金属製のドアです。部屋を分割します。ボタンで遠くから開閉できます。</Frame_PH_DoorRemoteSingle.description> | ||
|
||
<PH_DoorRemoteDouble.label>遠隔ドア(2x1)</PH_DoorRemoteDouble.label> | ||
<PH_DoorRemoteDouble.description>垂直にスライドする金属製のドアです。部屋を分割します。ボタンで遠くから開閉できます。</PH_DoorRemoteDouble.description> | ||
<Blueprint_PH_DoorRemoteDouble.label>遠隔ドア(2x1)(設計)</Blueprint_PH_DoorRemoteDouble.label> | ||
<Frame_PH_DoorRemoteDouble.label>遠隔ドア(2x1)(施行)</Frame_PH_DoorRemoteDouble.label> | ||
<Frame_PH_DoorRemoteDouble.description>垂直にスライドする金属製のドアです。部屋を分割します。ボタンで遠くから開閉できます。</Frame_PH_DoorRemoteDouble.description> | ||
|
||
|
||
</LanguageData> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LanguageData> | ||
|
||
<PH_ButtonConnect>ボタンに接続</PH_ButtonConnect> | ||
<PH_ButtonConnectDesc>離れていても操作できるように遠隔ドアをドアボタンやドアレバーに接続します。</PH_ButtonConnectDesc> | ||
<PH_ButtonConnectSuccess>新しい操作ボタン(座標:{0})に設定しました</PH_ButtonConnectSuccess> | ||
<PH_ButtonConnectFailed>新しい操作ボタン(座標:{0})に設定できませんでした</PH_ButtonConnectFailed> | ||
<PH_ButtonUnlinked>以前に接続していた操作ボタン(座標:{0})との接続を解除</PH_ButtonUnlinked> | ||
<PH_ButtonUnlinkedUnspawned>以前に接続された操作ボタンと接続を解除</PH_ButtonUnlinkedUnspawned> | ||
<PH_ButtonPress>{0}を押す</PH_ButtonPress> | ||
<PH_ButtonPressManipulationFailure>{0}は操作できません。</PH_ButtonPressManipulationFailure> | ||
<PH_ButtonPressNoConnection>遠隔操作するドアに接続する必要があります</PH_ButtonPressNoConnection> | ||
<PH_ButtonPressNoPower>電源に接続する必要があります</PH_ButtonPressNoPower> | ||
<PH_RemoteDoorSecuredRemotely>遠隔ドアを施錠</PH_RemoteDoorSecuredRemotely> | ||
<PH_RemoteDoorSecuredRemotelyDesc>この設定がオンの場合、ドアは対応するボタンを押すことによってのみ遠隔操作で開くことができます。閉じられている間、ドアはロックされた状態、つまり出入り口とはならない状態になります。この設定がオフの場合、ポーン(人間や動物)は通常のドアのようにドアを自由に開閉できます。</PH_RemoteDoorSecuredRemotelyDesc> | ||
|
||
</LanguageData> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters