From bbabaa14cf64c3b674b1b387828a4f92da4a428a Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 5 Jun 2025 01:32:15 +0900 Subject: [PATCH] . --- PHI-CL/locale/en/locale.cfg | 1 + PHI-CL/locale/ja/locale.cfg | 1 + PHI-CL/locale/zh-CN/locale.cfg | 1 + PHI-CL/locale/zh-TW/locale.cfg | 1 + PHI-CL/settings.lua | 14 +++++++------- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/PHI-CL/locale/en/locale.cfg b/PHI-CL/locale/en/locale.cfg index 117565d..149a842 100644 --- a/PHI-CL/locale/en/locale.cfg +++ b/PHI-CL/locale/en/locale.cfg @@ -4,6 +4,7 @@ setting-category-color=[color=255,254,42]__1__[/color] __2__ setting-class-color=[color=54,228,255]__1__[/color] __2__ combine-gen=__1__ MK__2__ enable=[color=54,228,255]Enable:[/color] __1__ +proportion=[color=54,228,255]Proportion:[/color] __1__ [name] basic-entity=Basic diff --git a/PHI-CL/locale/ja/locale.cfg b/PHI-CL/locale/ja/locale.cfg index f81c6e5..b2d6316 100644 --- a/PHI-CL/locale/ja/locale.cfg +++ b/PHI-CL/locale/ja/locale.cfg @@ -1,6 +1,7 @@ [phi-cl] combine-gen=__1__ __2__代目 enable=[color=54,228,255]有効:[/color] __1__ +proportion=[color=54,228,255]割合:[/color] __1__ [name] basic-entity=基本的な diff --git a/PHI-CL/locale/zh-CN/locale.cfg b/PHI-CL/locale/zh-CN/locale.cfg index 2242f5f..11fabfa 100644 --- a/PHI-CL/locale/zh-CN/locale.cfg +++ b/PHI-CL/locale/zh-CN/locale.cfg @@ -1,6 +1,7 @@ [phi-cl] combine-gen=__1__ __2__代 enable=[color=54,228,255]啟用:[/color] __1__ +proportion=[color=54,228,255]比例:[/color] __1__ [name] basic-entity=基本 diff --git a/PHI-CL/locale/zh-TW/locale.cfg b/PHI-CL/locale/zh-TW/locale.cfg index 2242f5f..11fabfa 100644 --- a/PHI-CL/locale/zh-TW/locale.cfg +++ b/PHI-CL/locale/zh-TW/locale.cfg @@ -1,6 +1,7 @@ [phi-cl] combine-gen=__1__ __2__代 enable=[color=54,228,255]啟用:[/color] __1__ +proportion=[color=54,228,255]比例:[/color] __1__ [name] basic-entity=基本 diff --git a/PHI-CL/settings.lua b/PHI-CL/settings.lua index 55887f6..d775ea3 100644 --- a/PHI-CL/settings.lua +++ b/PHI-CL/settings.lua @@ -27,7 +27,7 @@ data:extend({ setting_type = 'startup', default_value = 4, allowed_values = {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}, - localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MB-ENERGY-SOLAR-RATIO'}, {'mod-setting-name.PHI-MB-ENERGY-SOLAR-RATIO'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MB-ENERGY-SOLAR-RATIO'}, {'phi-cl.proportion', {'mod-setting-name.PHI-MB-ENERGY-SOLAR-RATIO'}}}, order = 'AA02' }, { type = 'bool-setting', @@ -87,7 +87,7 @@ data:extend({ default_value = 10, minimum_value = 1, maximum_value = 160, - localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-PIPE'}, {'mod-setting-name.PHI-MI-PIPE'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-PIPE'}, {'phi-cl.proportion', {'mod-setting-name.PHI-MI-PIPE'}}}, order = 'B01' }, { type = 'int-setting', @@ -96,7 +96,7 @@ data:extend({ default_value = 10, minimum_value = 1, maximum_value = 160, - localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-ROBOT'}, {'mod-setting-name.PHI-MI-ROBOT'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-ROBOT'}, {'phi-cl.proportion', {'mod-setting-name.PHI-MI-ROBOT'}}}, order = 'B02' }, { type = 'bool-setting', @@ -112,7 +112,7 @@ data:extend({ default_value = 10, minimum_value = 1, maximum_value = 160, - localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-TRAIN'}, {'mod-setting-name.PHI-MI-TRAIN'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-TRAIN'}, {'phi-cl.proportion', {'mod-setting-name.PHI-MI-TRAIN'}}}, order = 'B04' }, { type = 'int-setting', @@ -151,7 +151,7 @@ data:extend({ default_value = 50, minimum_value = 1, maximum_value = 1000, - localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-SPOIL-FREEZE-RATIO'}, {'mod-setting-name.PHI-SA-SPOIL-FREEZE-RATIO'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-SPOIL-FREEZE-RATIO'}, {'phi-cl.proportion', {'mod-setting-name.PHI-SA-SPOIL-FREEZE-RATIO'}}}, order = 'C03' }, { type = 'bool-setting', @@ -167,7 +167,7 @@ data:extend({ default_value = 10, minimum_value = 1, maximum_value = 100, - localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-QUALITY'}, {'mod-setting-name.PHI-SA-QUALITY'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-QUALITY'}, {'phi-cl.proportion', {'mod-setting-name.PHI-SA-QUALITY'}}}, order = 'C05' }, { type = 'int-setting', @@ -176,7 +176,7 @@ data:extend({ default_value = 10, minimum_value = 1, maximum_value = 10000, - localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-ROCKET-CAPACITY'}, {'mod-setting-name.PHI-SA-ROCKET-CAPACITY'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-ROCKET-CAPACITY'}, {'phi-cl.proportion', {'mod-setting-name.PHI-SA-ROCKET-CAPACITY'}}}, order = 'C06' }, { type = 'string-setting',