From 4ae72a531b9cbf6232849b233e23aefb2b7167e1 Mon Sep 17 00:00:00 2001 From: OZAWA Sakuro Date: Thu, 11 Aug 2022 10:54:04 +0900 Subject: [PATCH 1/2] Translate into ja --- locale/ja/tin.cfg | 64 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 locale/ja/tin.cfg diff --git a/locale/ja/tin.cfg b/locale/ja/tin.cfg new file mode 100644 index 0000000..6c17eb7 --- /dev/null +++ b/locale/ja/tin.cfg @@ -0,0 +1,64 @@ +[entity-name] +tin-ore=錫鉱石 + +[autoplace-control-names] +tin-ore=[item=tin-ore] 錫鉱石 + +[item-name] +tin-ore=錫鉱石 +tin-dust=錫粉末 +tin-plate=錫板 +tin-ingot=錫インゴット +solder=半田 +tinned-cable=錫メッキ線 +enriched-tin=純化錫 +compressed-tin-ore=Compressed tin ore +bronze-plate=ブロンズ板 + +[item-description] +tin-ore=精練して錫板を得ることができます +enriched-tin=精練して効率的に錫板を得ることができます + +[fluid-name] +molten-tin=Molten tin +organotins=有機錫 + +[technology-name] +tinned-cable=錫メッキ線 +organotin-chemistry=有機錫化学 +tin-matter-processing=錫変換 +glassmaking=ガラス製造 + +[technology-description] +enriched-tin=錫鉱石を硫酸[fluid=sulfuric-acid] と水[fluid=water] で処理し、収量を改善します。副産物として汚水[fluid=dirty-water] を生産します。 +tinned-cable=腐食を防ぐために錫で覆った銅線 +organotin-chemistry=合成樹脂を安定化するために頻用される有毒化合物 + +[recipe-name] +alumina=__ITEM__alumina__ +enriched-tin=__ITEM__enriched-tin__ +tin-plate=__ITEM__tin-plate__ +smelt-compressed-tin-ore=__ITEM__tin-plate__ +tin-dust=__ITEM__tin-dust__ +dirty-water-filtration-tin=汚水をろ過[item=tin-ore] +bz-tin-ingot=錫インゴット + +[recipe-description] +enriched-tin=錫鉱石を硫酸[fluid=sulfuric-acid] と水[fluid=water] で処理し、収量を改善します。副産物として汚水[fluid=dirty-water] を生産します。 +dirty-water-filtration-tin=汚水をろ過し、錫鉱石[item=titanium-ore] と他のアイテムを確率的に得ます + +# Settings + +[mod-setting-name] +bztin-recipe-bypass=改変しないレシピ +bztin-list=変更したレシピのリストを作成 +bztin-more-intermediates=中間生産物を追加 + +[mod-setting-description] +bztin-recipe-bypass=指定したレシピの改変を行わない。(コンマ区切り) +bztin-list=有効にすると、テキストコマンド [color=orange]BZList[/color] で script-output ディレクトリに改変されたレシピの完全なリストを出力します。\n他の設定を済ませたあとは無効にするのを推奨。 + +[string-mod-setting] +bztin-more-intermediates-no=いいえ +bztin-more-intermediates-cable=はい: 錫メッキ線のみ +bztin-more-intermediates-bronze=はい: 錫メッキ線とブロンズ From 452d9da0ee9392f1e83c9ca40a9b0a7461c0c52f Mon Sep 17 00:00:00 2001 From: OZAWA Sakuro Date: Mon, 15 Aug 2022 08:35:17 +0900 Subject: [PATCH 2/2] Remove enrichment stuff --- locale/ja/tin.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/locale/ja/tin.cfg b/locale/ja/tin.cfg index 6c17eb7..a455f9b 100644 --- a/locale/ja/tin.cfg +++ b/locale/ja/tin.cfg @@ -30,7 +30,6 @@ tin-matter-processing=錫変換 glassmaking=ガラス製造 [technology-description] -enriched-tin=錫鉱石を硫酸[fluid=sulfuric-acid] と水[fluid=water] で処理し、収量を改善します。副産物として汚水[fluid=dirty-water] を生産します。 tinned-cable=腐食を防ぐために錫で覆った銅線 organotin-chemistry=合成樹脂を安定化するために頻用される有毒化合物 @@ -44,8 +43,6 @@ dirty-water-filtration-tin=汚水をろ過[item=tin-ore] bz-tin-ingot=錫インゴット [recipe-description] -enriched-tin=錫鉱石を硫酸[fluid=sulfuric-acid] と水[fluid=water] で処理し、収量を改善します。副産物として汚水[fluid=dirty-water] を生産します。 -dirty-water-filtration-tin=汚水をろ過し、錫鉱石[item=titanium-ore] と他のアイテムを確率的に得ます # Settings