From 428c9035ead8428f1bb324ce90de4ee960050023 Mon Sep 17 00:00:00 2001 From: tinygrox Date: Sun, 9 Feb 2020 16:01:20 +0800 Subject: [PATCH 1/2] Add files via upload --- GameData/CryoTanks/Localization/zh-cn.cfg | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/GameData/CryoTanks/Localization/zh-cn.cfg b/GameData/CryoTanks/Localization/zh-cn.cfg index 83e0cd1..0acb7f3 100644 --- a/GameData/CryoTanks/Localization/zh-cn.cfg +++ b/GameData/CryoTanks/Localization/zh-cn.cfg @@ -88,19 +88,29 @@ Localization #LOC_CryoTanks_isru_LH2Ox_StopAction = 关闭 ISRU [LH2+Ox] #LOC_CryoTanks_isru_LH2Ox_ToggleAction = 开关 ISRU [LH2+Ox] + #LOC_CryoTanks_isru_LCH4_name = LCH4 + #LOC_CryoTanks_isru_LCH4_StartAction = 开启 ISRU [LCH4] + #LOC_CryoTanks_isru_LCH4_StopAction = 关闭 ISRU [LCH4] + #LOC_CryoTanks_isru_LCH4_ToggleAction = 开关 ISRU [LCH4] + + #LOC_CryoTanks_isru_LCH4Ox_name = LCH4+Ox + #LOC_CryoTanks_isru_LCH4Ox_StartAction = 开启 ISRU [LCH4+Ox] + #LOC_CryoTanks_isru_LCH4Ox_StopAction = 关闭 ISRU [LCH4+Ox] + #LOC_CryoTanks_isru_LCH4Ox_ToggleAction = 开关 ISRU [LCH4+Ox] + // Plugin // ModuleCryoTank #LOC_CryoTanks_ModuleCryoTank_ModuleName = 低温罐 #LOC_CryoTanks_ModuleCryoTank_PartInfoUncooled = 低温燃料会随着时间蒸发\n - #LOC_CryoTanks_ModuleCryoTank_PartInfoCooled = 如果不冷却,低温燃料会随着时间蒸发<<1>>\n\n 冷却成本: <<2>> Ec/s per 1000 units\n - #LOC_CryoTanks_ModuleCryoTank_PartInfoBoiloff = \n- <<1>>: -<<2>>%/hr - #LOC_CryoTanks_ModuleCryoTank_PartInfoBoiloffOutput = \n- <<1>>: +<<2>>%/hr + #LOC_CryoTanks_ModuleCryoTank_PartInfoCooled = 如果不冷却,低温燃料会随着时间蒸发<<1>>\n\n 冷却成本: <<2>> Ec/s 每 1000 单位\n + #LOC_CryoTanks_ModuleCryoTank_PartInfoBoiloff = \n- <<1>>: -<<2>>%/时 + #LOC_CryoTanks_ModuleCryoTank_PartInfoBoiloffOutput = \n- <<1>>: +<<2>>%/时 #LOC_CryoTanks_ModuleCryoTank_Field_BoiloffStatus = 汽化 #LOC_CryoTanks_ModuleCryoTank_Field_BoiloffStatus_NoFuel = 没有燃料 #LOC_CryoTanks_ModuleCryoTank_Field_BoiloffStatus_Insulated = 绝缘 - #LOC_CryoTanks_ModuleCryoTank_Field_BoiloffStatus_Boiloff = 丢失 <<1>> u/<<2>> + #LOC_CryoTanks_ModuleCryoTank_Field_BoiloffStatus_Boiloff = 丢失 <<1>> 单位/<<2>> #LOC_CryoTanks_ModuleCryoTank_TimeInterval_Second_Abbrev = 秒 #LOC_CryoTanks_ModuleCryoTank_TimeInterval_Hour_Abbrev = 小时 From 0e7c26baf348119b11de42880c9124b398ce61b6 Mon Sep 17 00:00:00 2001 From: ChrisAdderley Date: Thu, 20 Feb 2020 11:49:58 -0800 Subject: [PATCH 2/2] Versioning and dependencies --- .mod_data.yml | 6 +++--- GameData/CryoTanks/Versioning/CryoTanks.version | 8 ++++---- README.md | 2 +- changelog.txt | 8 ++++++++ readme.txt | 12 ++++++------ 5 files changed, 22 insertions(+), 14 deletions(-) diff --git a/.mod_data.yml b/.mod_data.yml index 7b813b0..a755646 100644 --- a/.mod_data.yml +++ b/.mod_data.yml @@ -8,16 +8,16 @@ package: - changelog.txt dependencies: # Configure dependencies ModuleManager: - version: 4.1.0 + version: 4.1.3 location: s3 B9PartSwitch: - version: 2.12.1 + version: 2.13.0 location: s3 CommunityResourcePack: version: 1.3.0 location: s3 DynamicBatteryStorage: - tag: 2.1.0 + tag: 2.1.5 location: github repository: ChrisAdderley/DynamicBatteryStorage deploy: diff --git a/GameData/CryoTanks/Versioning/CryoTanks.version b/GameData/CryoTanks/Versioning/CryoTanks.version index 1939722..3c2497d 100644 --- a/GameData/CryoTanks/Versioning/CryoTanks.version +++ b/GameData/CryoTanks/Versioning/CryoTanks.version @@ -6,14 +6,14 @@ { "MAJOR":1, "MINOR":4, - "PATCH":0, + "PATCH":1, "BUILD":0 }, "KSP_VERSION": { "MAJOR":1, - "MINOR":8, - "PATCH":1 + "MINOR":9, + "PATCH":0 }, "KSP_VERSION_MIN":{ "MAJOR":1, @@ -22,7 +22,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":8, + "MINOR":9, "PATCH":99 } } diff --git a/README.md b/README.md index 47670d8..10ff23b 100644 --- a/README.md +++ b/README.md @@ -177,4 +177,4 @@ For translation instructions please see [Localization Instructions](https://gith * **Russian:** KSP forum user vladmir_v, Sooll3 * **German:** KSP forum user Three_Pounds * **French:** KSP forum user Aodh4n -* **Chinese:** Github user 6DYZBX +* **Chinese:** Github user 6DYZBX, tinygrox diff --git a/changelog.txt b/changelog.txt index 3262930..1d44e63 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +v1.4.1 +------ +- KSP 1.8.x +- Updated B9PartSwitch to 2.13.0 +- Updated DynamicBatteryStorage to 2.1.5 +- Updated ModuleManger to 4.1.3 +- Updated Chinese localization (tinygrox) + v1.4.0 ------ - KSP 1.8.x diff --git a/readme.txt b/readme.txt index f1f4aa7..954c631 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ ================= -Cryo Tanks v1.4.0 +Cryo Tanks v1.4.1 ================= A mod pack for Kerbal Space Program, specifically supporting my other mods Kerbal Atomics (https://github.com/ChrisAdderley/KerbalAtomics) and Cryogenic Engines (https://github.com/ChrisAdderley/CryoEngines), dealing with cryogenic fuels, their storage and their properties. @@ -20,10 +20,10 @@ DEPENDENCIES ============ Required: -- B9PartSwitch (2.12.1) -- Community Resource Pack (1.3.0) -- ModuleManager (4.1.0) -- DynamicBatteryStorage (2.1.0) +- B9PartSwitch (2.13.0) +- Community Resource Pack (1.3.) +- ModuleManager (4.1.3) +- DynamicBatteryStorage (2.1.5) Optional - Community Tech Tree (v2.2+) @@ -50,7 +50,7 @@ This mod includes localization support, and includes translations for - Russian (KSP forum user vladmir_v, Sooll3) - German (KSP forum user Three_Pounds) - French (KSP forum user Aodh4n) -- Chinese (Github user 6DYZBX) +- Chinese (Github user 6DYZBX and tinygrox) ========= LICENSING =========