Module:Recipes/l10n

From Terraria Mods Wiki
Jump to navigation Jump to search

No documentation subpage exists yet for this module. Create one now.


-- register l10n information
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_shimmer'] = 'Shimmer Transmutation',
		['station_chlorophyte_extractinator'] = 'Chlorophyte Extractinator Conversion',
		['station_by_hand'] = '[[By Hand]]',
		['station_sep_or'] = "<br/>'''''or'''''<br/>",
		['station_sep_and'] = " '''and''' ",

		['ingredients_sep'] = " ''or'' ",
		['snow_biome'] = '[[Snow biome]]',
		['ecto_mist'] = '[[Ecto Mist]]',

		['station_cate'] = {
			['Lead Anvil'] = 'Iron or Lead Anvil',
			['Iron Anvil'] = 'Iron or Lead Anvil',
			['Iron Anvil and Ecto Mist'] = 'Iron or Lead Anvil and Ecto Mist',
			['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',
			['Heavy Work Bench and Ecto Mist'] = 'Heavy Work Bench and Ecto Mist',
			['Work Bench and Ecto Mist'] = 'Work Bench and Ecto Mist',
			['Tinkerer\'s Workshop and Ecto Mist'] = 'Tinkerer\'s Workshop and Ecto Mist',
		},
		-- for {{recipes/extract}}--
		['default_sep_compact'] = "<br/>'''or'''<br/>",
		['default_sep_ingredients'] = "'''or'''",
		['compact_before'] = ' (&thinsp;<span style="font-weight:bold; text-shadow: 0px 0px 8px #FF0066; cursor:pointer;" title="Crafted At">@</span>&thinsp;',
		['compact_after'] = '&thinsp;)',
		['compact_snow_biome'] = '[[Snow biome|Snow]]',
		['compact_ecto_mist'] = '[[Ecto Mist]]', -- currently identical to l10n['ecto_mist'], but left here for being able to be tweaked
	},
}