Module:CraftingTable/i18n: Difference between revisions
Neko Knight (talk | contribs) m (カテゴリ追加) |
Neko Knight (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
['CraftSkill'] = '製作スキル', | ['CraftSkill'] = '製作スキル', | ||
['CraftSkillLv'] = '製作スキルLv', | ['CraftSkillLv'] = '製作スキルLv', | ||
['CraftBonus'] = '追加特性', | |||
['ObtainRecipe'] = 'レシピ入手法', | ['ObtainRecipe'] = 'レシピ入手法', | ||
['Or'] = 'または', | |||
['TextExtra'] = '<small><sup>[<abbr title="任意の素材">任意</abbr>]</sup></small>', | ['TextExtra'] = '<small><sup>[<abbr title="任意の素材">任意</abbr>]</sup></small>', | ||
['TextGourmet'] = '<small><sup>[<abbr title="美食家2フィートで追加された任意の素材">任意</abbr>]</sup></small>', | ['TextGourmet'] = '<small><sup>[<abbr title="美食家2フィートで追加された任意の素材">任意</abbr>]</sup></small>', | ||
Line 22: | Line 24: | ||
['TitleIngredient'] = '素材', | ['TitleIngredient'] = '素材', | ||
['TitleSkill'] = 'スキル', | ['TitleSkill'] = 'スキル', | ||
['TitleCraftBonus'] = '追加特性', | |||
['TitleObtainRecipe'] = 'レシピ入手法', | ['TitleObtainRecipe'] = 'レシピ入手法', | ||
['TitleResult'] = '結果', | |||
['Category'] = '[[Category:Elin クラフトできるアイテム]]', | ['Category'] = '[[Category:Elin クラフトできるアイテム]]', | ||
['CategoryExtra'] = '[[Category:Elin 任意の材料が含まれるアイテム]]', | ['CategoryExtra'] = '[[Category:Elin 任意の材料が含まれるアイテム]]', | ||
Line 42: | Line 46: | ||
['CraftSkill'] = 'CraftSkill', | ['CraftSkill'] = 'CraftSkill', | ||
['CraftSkillLv'] = 'CraftSkillLv', | ['CraftSkillLv'] = 'CraftSkillLv', | ||
['CraftBonus'] = 'CraftBonus', | |||
['ObtainRecipe'] = 'ObtainRecipe', | ['ObtainRecipe'] = 'ObtainRecipe', | ||
['Or'] = 'or', | |||
['TextExtra'] = '<small><sup>[<abbr title="Optional ingredients">Extra</abbr>]</sup></small>', | ['TextExtra'] = '<small><sup>[<abbr title="Optional ingredients">Extra</abbr>]</sup></small>', | ||
['TextGourmet'] = '<small><sup>[<abbr title="Optional ingredients added by Golem2 feet">Extra</abbr>]</sup></small>', | ['TextGourmet'] = '<small><sup>[<abbr title="Optional ingredients added by Golem2 feet">Extra</abbr>]</sup></small>', | ||
Line 48: | Line 54: | ||
['TitleIngredient'] = 'Ingredients', | ['TitleIngredient'] = 'Ingredients', | ||
['TitleSkill'] = 'Skill', | ['TitleSkill'] = 'Skill', | ||
['TitleCraftBonus'] = 'Craft Bonus', | |||
['TitleObtainRecipe'] = 'Obtain Recipe', | ['TitleObtainRecipe'] = 'Obtain Recipe', | ||
['TitleResult'] = 'Result', | |||
['Category'] = '[[Category:Elin Craftable items]]', | ['Category'] = '[[Category:Elin Craftable items]]', | ||
['CategoryExtra'] = '[[Category:Elin Extra-ingredient item]]', | ['CategoryExtra'] = '[[Category:Elin Extra-ingredient item]]', |
Latest revision as of 12:15, 21 March 2025
Documentation for this module may be created at Module:CraftingTable/i18n/doc
--使用する言語を追加してください。各言語のテンプレートを作成し、各言語の言語コードを指定することで以下を呼び出せます。
--Add the languages you wish to use. By creating a template for each language and specifying the language code for each language, you can call the following
return {
['JA'] = {
['BlankValue'] = '空白値',
['CraftingStation'] = '製作設備',
['ErrorCraftingStation'] = '"製作設備"が入力されていません',
['TemplateName'] = 'アイテム',
['Ingredient'] = '素材',
['ErrorIngredient'] = '"素材"が入力されていません',
['IngredientNum'] = '素材数',
['ErrorIngredientNum'] = '"素材数"が入力されていません',
['IngredientExtra'] = '素材任意',
['TitleExtra'] = '任意',
['TitleGourmet'] = '美食家',
['CraftSkill'] = '製作スキル',
['CraftSkillLv'] = '製作スキルLv',
['CraftBonus'] = '追加特性',
['ObtainRecipe'] = 'レシピ入手法',
['Or'] = 'または',
['TextExtra'] = '<small><sup>[<abbr title="任意の素材">任意</abbr>]</sup></small>',
['TextGourmet'] = '<small><sup>[<abbr title="美食家2フィートで追加された任意の素材">任意</abbr>]</sup></small>',
['TitleCraftingStation'] = '製作設備',
['TitleIngredient'] = '素材',
['TitleSkill'] = 'スキル',
['TitleCraftBonus'] = '追加特性',
['TitleObtainRecipe'] = 'レシピ入手法',
['TitleResult'] = '結果',
['Category'] = '[[Category:Elin クラフトできるアイテム]]',
['CategoryExtra'] = '[[Category:Elin 任意の材料が含まれるアイテム]]',
['CategoryGourmet'] = '[[Category:Elin 美食家で材料が追加されるアイテム]]',
},
--English was used with a translation tool. Please correct the text if you are concerned about it.
['EN'] = {
['BlankValue'] = 'Blank',
['CraftingStation'] = 'CraftingStation',
['ErrorCraftingStation'] = '"CraftingStation" is not entered',
['TemplateName'] = 'Item',
['Ingredient'] = 'Ingredient',
['ErrorIngredient'] = '"Ingredient" is not entered',
['IngredientNum'] = 'IngredientNum',
['ErrorIngredientNum'] = '"IngredientNum" is not entered',
['IngredientExtra'] = 'IngredientExtra',
['TitleExtra'] = 'Extra',
['TitleGourmet'] = 'Gourmet',
['CraftSkill'] = 'CraftSkill',
['CraftSkillLv'] = 'CraftSkillLv',
['CraftBonus'] = 'CraftBonus',
['ObtainRecipe'] = 'ObtainRecipe',
['Or'] = 'or',
['TextExtra'] = '<small><sup>[<abbr title="Optional ingredients">Extra</abbr>]</sup></small>',
['TextGourmet'] = '<small><sup>[<abbr title="Optional ingredients added by Golem2 feet">Extra</abbr>]</sup></small>',
['TitleCraftingStation'] = 'Crafting station',
['TitleIngredient'] = 'Ingredients',
['TitleSkill'] = 'Skill',
['TitleCraftBonus'] = 'Craft Bonus',
['TitleObtainRecipe'] = 'Obtain Recipe',
['TitleResult'] = 'Result',
['Category'] = '[[Category:Elin Craftable items]]',
['CategoryExtra'] = '[[Category:Elin Extra-ingredient item]]',
['CategoryGourmet'] = '[[Category:Elin Gourmet-ingredient item]]',
},
}