Module:Recipes/l10n

De Wiki Calamity Mod Oficial
Ir a la navegación Ir a la búsqueda
Lua.svg Documentación La documentación a continuación se incluye desde Module:Recipes/l10n/doc. (editar | historial)

Localization information for Module:Recipes.


-- registrar la información de l10n
-- Nota: Todos los grupos "Any xxx" (por ejemplo, "Any Birds") deben añadirse a la base de datos {{tr}}.

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]]',
		
		['historical_recipe_note'] = '&nbsp;<abbr title="This recipe is no longer present in the mod">hist</abbr>',

		['cate_craftable'] = 'Craftable items',

		['station_cate_start_str'] = 'Items crafted at ',

		['station_by_hand'] = '[[By Hand]]',
		['station_by_hand_cate'] = 'Items crafted by hand',

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

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

		['no_ingredients'] = '(none)',

		['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',
			['Shimmer'] = 'Fulgor',
			['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',

		},
		-- for {{recipes/extract}}--
		['default_sep_compact'] = "<br/>'''or'''<br/>",
		['default_sep_ingredients'] = "'''or'''",
		['compact_before'] = ' &nbsp;<span style="font-weight:bold; text-shadow: 0px 0px 8px #FF0066; cursor:pointer;" title="Crafted At">@</span>&nbsp;&thinsp;',
		['compact_snow_biome'] = '[[Snow biome|Snow]]',
	},
	['es'] = {
		-- for {{recipes}}--
		['cate_unexpected_rows_count'] = 'Tabla de recetas con un número total de filas inesperado',
		['cate_no_row'] = 'Tabla de recetas sin fila',
		['header_result'] = 'Resultado',
		['header_ingredients'] = 'Ingredientes',
		['header_station'] = '[[Estación de creación]]',
		
		['historical_recipe_note'] = '&nbsp;<abbr title="Esta receta ya no está disponible en el Calamity Mod">hist</abbr>',

		['cate_craftable'] = 'Objetos creables',

		['station_cate_start_str'] = 'Objetos creados en ',

		['station_by_hand'] = '[[A mano]]',
		['station_by_hand_cate'] = 'Objetos creados a mano',

		['station_sep_or'] = "<br/>'''''o'''''<br/>",
		['station_sep_and'] = " '''y''' ",

		['ingredients_sep'] = " ''o'' ",

		['no_ingredients'] = '(ninguno)',

		['station_cate'] = {
			['Lead Anvil'] = 'Yunque de hierro o plomo',
			['Iron Anvil'] = 'Yunque de hierro o plomo',
			['Orichalcum Anvil'] = 'Yunque de Mithril u Oricalco',
			['Mythril Anvil'] = 'Yunque de Mithril u Oricalco',
			['Demon Altar'] =  'Altar Demoníaco o Carmesí',
			['Crimson Altar'] = 'Altar Demoníaco o Carmesí',
			['Altar'] = 'Altar Demoníaco o Carmesí',
			['Titanium Forge'] = 'Forja de Adamantita o Titanio',
			['Adamantite Forge'] = 'Forja de Adamantita o Titanio',
			['Cauldron'] = 'Cooking Pot or Cauldron',
			['Cooking Pot'] = 'Cooking Pot or Cauldron',
			['Bottle only'] = 'Placed Bottle',
			['Placed Bottle only'] = 'Placed Bottle',
			['Bottle'] = 'Botella colocada o mesa de alquimia',
			['Placed Bottle'] = 'Placed Bottle or Alchemy Table',
			['Alchemy Table'] = 'Placed Bottle or Alchemy Table',
			['Water'] = 'Agua o lavabo',
			['Sink'] = 'Agua o lavabo',
			['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'] = 'Mesa de alquimia',

		},
		-- for {{recipes/extract}}--
		['default_sep_compact'] = "<br/>'''o'''<br/>",
		['default_sep_ingredients'] = "'''o'''",
		['compact_before'] = ' &nbsp;<span style="font-weight:bold; text-shadow: 0px 0px 8px #FF0066; cursor:pointer;" title="Creado en">@</span>&nbsp;&thinsp;',
		['compact_snow_biome'] = '[[Snow biome|Nieve]]',
	},
}