Calamity Mod Wiki
Advertisement
Lua logo Documentation The documentation below is transcluded from Module:Recipes/l10n/doc. (edit | history)

Localization information for Module:Recipes.


-- register l10n information
-- Note: All "Any xxx" groups (e.g. "Any Birds") should be added to the {{tr}} database.
return {
	['en'] = {
		-- for {{recipes}}--
		['cate_unexpected_rows_count'] = 'Recipes table with unexpected total number of rows',
		['cate_no_row'] = 'Recipes table with no row',
		['header_result'] = 'Result',
		['header_ingredients'] = 'Ingredients',
		['header_station'] = '[[Crafting station]]',

		['cate_craftable'] = 'Craftable items',

		['station_by_hand'] = '[[By Hand]]',
		['station_sep_or'] = "<br/>'''''or'''''<br/>",
		['station_sep_and'] = " '''and''' ",

		['ingredients_sep'] = " ''or'' ",

		['station_cate'] = {
			['Lead Anvil'] = 'Iron or Lead Anvil',
			['Iron Anvil'] = 'Iron or Lead Anvil',
			['Orichalcum Anvil'] = 'Mythril or Orichalcum Anvil',
			['Mythril Anvil'] = 'Mythril or Orichalcum Anvil',
			['Demon Altar'] =  'Demon or Crimson Altar',
			['Crimson Altar'] = 'Demon or Crimson Altar',
			['Altar'] = 'Demon or Crimson Altar',
			['Titanium Forge'] = 'Adamantite or Titanium Forge',
			['Adamantite Forge'] = 'Adamantite or Titanium Forge',
			['Cauldron'] = 'Cooking Pot or Cauldron',
			['Cooking Pot'] = 'Cooking Pot or Cauldron',
			['Bottle only'] = 'Placed Bottle',
			['Placed Bottle only'] = 'Placed Bottle',
			['Bottle'] = 'Placed Bottle or Alchemy Table',
			['Placed Bottle'] = 'Placed Bottle or Alchemy Table',
			['Alchemy Table'] = 'Placed Bottle or Alchemy Table',
			['Water'] = 'Water or Sink',
			['Sink'] = 'Water or Sink',
			['Crystal Ball and Water'] = 'Crystal Ball and Water or Sink',
			['Sky Mill and Water'] = 'Sky Mill and Water or Sink',
			['Sky Mill and Snow Biome'] = 'Sky Mill and Snow Biome',
			['Crystal Ball and Honey'] = 'Crystal Ball and Honey',
			['Crystal Ball and Lava'] = 'Crystal Ball and Lava',

			['Alchemy Table only'] = 'Alchemy Table',

			['Ancient Altar'] = 'Ancient Altar',
			['Ashen Altar'] = 'Ashen Altar',
			['Botanic Planter'] = 'Botanic Planter',
			['Draedon\'s Forge'] = 'Draedon\'s Forge',
			['Effulgent Manipulator'] = 'Effulgent Manipulator',
			['Eutrophic Shelf'] = 'Eutrophic Shelf',
			['Monolith Amalgam'] = 'Monolith Amalgam',
			['Plague Infuser'] = 'Plague Infuser',
			['Profaned Crucible'] = 'Profaned Crucible',
			['Static Refiner'] = 'Static Refiner',
			['Void Condenser'] = 'Void Condenser',

		},
		-- for {{recipes/extract}}--
		['default_sep_compact'] = "<br/>'''or'''<br/>",
		['default_sep_ingredients'] = "'''or'''",
		['compact_before'] = ' (&thinsp;@&thinsp;',
		['compact_after'] = '&thinsp;)',
		['compact_snow_biome'] = '[[Snow biome|Snow]]',
	},
}
Advertisement