Module:Ingredient Utilization/i18n

From Ylvapedia

Documentation for this module may be created at Module:Ingredient Utilization/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'] = {
		['error_mwsmw'] = 'mw.smw module が見つかりません',
		['error_arg'] = 'パラメーターが見つかりません',
		['error_NoResult'] = '結果なし',
		['error_mode'] = 'modeに指定値以外の値が入力されています。',
		['ITEM'] = 'アイテム',
		['ExcludedItems'] = '除外アイテム',
		['th_Craft'] = 'クラフト',
		['th_Ingredient'] = '材料',
		['th_CraftingStation'] = '設備',
		['th_Type'] = '分類',
		['th_Lv'] = 'Lv',
		['th_Price'] = '価格',
		['th_Ecopo'] = 'エコポ',
		['list_separator'] = '、',
		['list_and'] = '、',
		['list_format'] = '[[%s]] で %s が作れる。',
		['andMore'] = ' …その他',
		['use'] = 'クラフト素材',
		['category'] = '[[category:Elin クラフト素材アイテム]]',
	},
	['EN'] = {
		['error_mwsmw'] = 'mw.smw module が見つかりません',
		['error_arg'] = 'パラメーターが見つかりません',
		['error_notice'] = 'No results',
		['error_mode'] = 'modeに指定値以外の値が入力されています。',
		['ITEM'] = 'ITEM',
		['ExcludedItems'] = 'Excluded items',
		['th_Craft'] = 'Result',
		['th_Ingredient'] = 'Ingredient(s)',
		['th_Type'] = 'Type',
		['th_Lv'] = 'Lv',
		['th_Price'] = 'Price',
		['th_Ecopo'] = 'Ecopo',
		['th_CraftingStation'] = 'Crafting Station(s)',
		['list_separator'] = ', ',
		['list_and'] = ' and ',
		['list_format'] = '[[%s]] can make %s.',
		['andMore'] = ', etc.',
		['use'] = 'Crafting materials',
		['category'] = '[[category:Elin Crafting materials]]',
	},
}