This repository has been archived by the owner on Dec 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
73 additions
and
1 deletion.
There are no files selected for viewing
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
23 changes: 23 additions & 0 deletions
23
Languages/Japanese/DefInjected/ThingDef/Fridge_Building.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,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LanguageData> | ||
|
||
<RimFridge_Refrigerator.label>冷蔵庫</RimFridge_Refrigerator.label> | ||
<RimFridge_Refrigerator.description>この中に保管された食料は腐りません。</RimFridge_Refrigerator.description> | ||
<RimFridge_Refrigerator_Blueprint.label>冷蔵庫(設計)</RimFridge_Refrigerator_Blueprint.label> | ||
<RimFridge_Refrigerator_Blueprint_Install.label>冷蔵庫(設計)</RimFridge_Refrigerator_Blueprint_Install.label> | ||
<RimFridge_Refrigerator_Frame.label>冷蔵庫(施工)</RimFridge_Refrigerator_Frame.label> | ||
|
||
<RimFridge_SingleRefrigerator.label>小冷蔵庫</RimFridge_SingleRefrigerator.label> | ||
<RimFridge_SingleRefrigerator.description>より小さな冷蔵庫。この中に保管された食料は腐りません。</RimFridge_SingleRefrigerator.description> | ||
<RimFridge_SingleRefrigerator_Blueprint.label>小冷蔵庫(設計)</RimFridge_SingleRefrigerator_Blueprint.label> | ||
<RimFridge_SingleRefrigerator_Blueprint_Install.label>小冷蔵庫(設計)</RimFridge_SingleRefrigerator_Blueprint_Install.label> | ||
<RimFridge_SingleRefrigerator_Frame.label>小冷蔵庫(施工)</RimFridge_SingleRefrigerator_Frame.label> | ||
|
||
<RimFridge_QuadRefrigerator.label>大冷蔵庫</RimFridge_SingleRefrigerator.label> | ||
<RimFridge_QuadRefrigerator.description>大量に保存できる大きな冷蔵庫。この中に保管された食料は腐りません。</RimFridge_QuadRefrigerator.description> | ||
<RimFridge_QuadRefrigerator_Blueprint.label>大冷蔵庫(設計)</RimFridge_QuadRefrigerator_Blueprint.label> | ||
<RimFridge_QuadRefrigerator_Blueprint_Install.label>大冷蔵庫(設計)</RimFridge_QuadRefrigerator_Blueprint_Install.label> | ||
<RimFridge_QuadRefrigerator_Frame.label>大冷蔵庫(施工)</RimFridge_QuadRefrigerator_Frame.label> | ||
|
||
|
||
</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,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LanguageData> | ||
|
||
<FrostyBeer.stages.0.label>冷たいビールを飲んだ</FrostyBeer.stages.0.label> | ||
<FrostyBeer.stages.0.description>キンキンに冷えた飲み物は最高です!</FrostyBeer.stages.0.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,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LanguageData> | ||
<RimFridge.TargetTemperature>設定温度</RimFridge.TargetTemperature> | ||
<RimFridge.CurrentTemperature>現在の温度</RimFridge.CurrentTemperature> | ||
<RimFridge.Power>d電源SW</RimFridge.Power> | ||
|
||
</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,32 @@ | ||
腐敗する食料や物品を保管するための冷蔵庫を追加します。ダイニングに設置したり、牢に置いて囚人への給仕に使ったり、コックの手元に食料を保存したりできます。 | ||
|
||
1x1の小冷蔵庫と2x1の冷蔵庫、さらに2x2の大冷蔵庫があります。 | ||
|
||
保存できる品物: | ||
-生肉 | ||
-死体 | ||
-ドラッグ | ||
-有精卵 | ||
-無精卵 | ||
-調理済みの食事 | ||
-薬品 | ||
-植物原料 | ||
-生野菜 | ||
-その他、腐敗するアイテム | ||
|
||
ダウンロード: https://github.com/KiameV/rimworld-rimfridge/releases/download/20170729/RimFridge.zip | ||
|
||
GitHub: https://github.com/KiameV/rimworld-rimfridge | ||
|
||
Ludeonスレッド: https://ludeon.com/forums/index.php?topic=32980.0 | ||
|
||
このModを翻訳してくださった方々に感謝! | ||
Dragomano - ロシア語 | ||
53N4 - スペイン語 | ||
duduluu - 中国語 | ||
phmalu - ポルトガル語 | ||
Breakyt - フランス語 | ||
Ɲơɴɑɱɛ - ドイツ語 | ||
|
||
主作者: Vendan | ||
貢献者: Xen, historic |
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