From 1d609c3f0ed903f56001ebaf6d012dde0021fdb0 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 4 Jun 2025 23:11:23 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 6 +++--- PHI-CL/locale/en/locale.cfg | 11 +++++------ PHI-CL/locale/ja/locale.cfg | 11 +++++------ PHI-CL/locale/zh-CN/locale.cfg | 11 +++++------ PHI-CL/locale/zh-TW/locale.cfg | 11 +++++------ 5 files changed, 23 insertions(+), 27 deletions(-) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 52ee81e..17c66fe 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1555,7 +1555,7 @@ if settings.startup['PHI-CT'].value then item.place_result = item.name item.subgroup = 'storage' item.order = 'b[storage]-h[basic-' .. c .. ']' - item.localised_name = {'name.basic-' .. c} + item.localised_name = {'phi-cl.combine', {'name.basic-entity'}, {'name.' .. c}} data:extend({item}) entity = (c == 'steel-chest' and table.deepcopy(data.raw['container'][c])) or table.deepcopy(data.raw['logistic-container'][c]) @@ -1566,7 +1566,7 @@ if settings.startup['PHI-CT'].value then entity.quality_affects_inventory_size = false entity.max_logistic_slots = (c == 'steel-chest' and nil) or 1 entity.trash_inventory_size = (c == 'steel-chest' and nil) or 1 - entity.localised_name = {'name.basic-' .. c} + entity.localised_name = {'phi-cl.combine', {'name.basic-entity'}, {'name.' .. c}} data:extend({entity}) data:extend({{ @@ -1577,7 +1577,7 @@ if settings.startup['PHI-CT'].value then ingredients = {{type = 'item', name =c, amount = 1}}, results = {{type = 'item', name = item.name, amount = 1}}, main_product = item.name, - localised_name = {'name.basic-' .. c} + localised_name = {'phi-cl.combine', {'name.basic-entity'}, {'name.' .. c}} }}) end diff --git a/PHI-CL/locale/en/locale.cfg b/PHI-CL/locale/en/locale.cfg index 62f01ed..770707f 100644 --- a/PHI-CL/locale/en/locale.cfg +++ b/PHI-CL/locale/en/locale.cfg @@ -4,13 +4,12 @@ combine-gen=__1__ MK__2__ default=Default [name] +basic-entity=Basic +electric-entity=Electric +filter-entity=Filter +super-entity=Super +trash-entity=Trash electric-filter-furnace=Electric filter furnace -basic-steel-chest=Basic steel chest -basic-logistic-chest-active-provider=Basic active provider chest -basic-logistic-chest-buffer=Basic buffer chest -basic-logistic-chest-passive-provider=Basic passive provider chest -basic-logistic-chest-requester=Basic requester chest -basic-logistic-chest-storage=Basic storage chest electric-boiler=Electric boiler super-pump=Super pump super-radar=Super radars diff --git a/PHI-CL/locale/ja/locale.cfg b/PHI-CL/locale/ja/locale.cfg index feef07b..96d83cb 100644 --- a/PHI-CL/locale/ja/locale.cfg +++ b/PHI-CL/locale/ja/locale.cfg @@ -4,13 +4,12 @@ combine-gen=__1__ __2__代目 default=デフォルト [name] +basic-entity=基本的な +electric-entity=電気 +filter-entity=フィルター +super-entity=スーパー +trash-entity=ごみ electric-filter-furnace=電気フィルター炉 -basic-steel-chest=基本的な鋼鉄製チェスト -basic-active-provider-chest=基本的なアクティブ供給チェスト -basic-buffer-chest=基本的なバッファーチェスト -basic-passive-provider-chest=基本的なパッシブ供給チェスト -basic-requester-chest=基本的な要求チェスト -basic-storage-chest=基本的な貯蔵チェスト electric-boiler=電気ボイラー super-pump=スーパーポンプ super-radar=スーパーレーダー diff --git a/PHI-CL/locale/zh-CN/locale.cfg b/PHI-CL/locale/zh-CN/locale.cfg index 1721505..1245760 100644 --- a/PHI-CL/locale/zh-CN/locale.cfg +++ b/PHI-CL/locale/zh-CN/locale.cfg @@ -4,13 +4,12 @@ combine-gen=__1__ __2__代 default=預設 [name] +basic-entity=基本 +electric-entity=電 +filter-entity=篩選 +super-entity=超級 +trash-entity=垃圾 electric-filter-furnace=智慧電爐 -basic-steel-chest=基本的鋼箱 -basic-active-provider-chest=基本的主動出貨箱 -basic-buffer-chest=基本的轉運箱 -basic-passive-provider-chest=基本的被動出貨箱 -basic-requester-chest=基本的進貨箱 -basic-storage-chest=基本的回收箱 electric-boiler=電鍋爐 super-pump=超級泵 super-radar=超級雷達 diff --git a/PHI-CL/locale/zh-TW/locale.cfg b/PHI-CL/locale/zh-TW/locale.cfg index 1721505..1245760 100644 --- a/PHI-CL/locale/zh-TW/locale.cfg +++ b/PHI-CL/locale/zh-TW/locale.cfg @@ -4,13 +4,12 @@ combine-gen=__1__ __2__代 default=預設 [name] +basic-entity=基本 +electric-entity=電 +filter-entity=篩選 +super-entity=超級 +trash-entity=垃圾 electric-filter-furnace=智慧電爐 -basic-steel-chest=基本的鋼箱 -basic-active-provider-chest=基本的主動出貨箱 -basic-buffer-chest=基本的轉運箱 -basic-passive-provider-chest=基本的被動出貨箱 -basic-requester-chest=基本的進貨箱 -basic-storage-chest=基本的回收箱 electric-boiler=電鍋爐 super-pump=超級泵 super-radar=超級雷達