diff --git a/mods/ENTITIES/mobs_mc/locale/mobs_mc.es.tr b/mods/ENTITIES/mobs_mc/locale/mobs_mc.es.tr index 7f81f0280..47e19cc42 100644 --- a/mods/ENTITIES/mobs_mc/locale/mobs_mc.es.tr +++ b/mods/ENTITIES/mobs_mc/locale/mobs_mc.es.tr @@ -69,3 +69,6 @@ Salmon=Salmón Dolphin=Delfín Pillager=Saqueador Tropical fish=Pez tropical +Hoglin=Hoglin +Strider=Lavagante +Glow Squid=Calamar luminoso diff --git a/mods/ITEMS/mcl_blast_furnace/locale/mcl_blast_furnace.es.tr b/mods/ITEMS/mcl_blast_furnace/locale/mcl_blast_furnace.es.tr new file mode 100644 index 000000000..bdae19760 --- /dev/null +++ b/mods/ITEMS/mcl_blast_furnace/locale/mcl_blast_furnace.es.tr @@ -0,0 +1,11 @@ +# textdomain: mcl_blast_furnace +Inventory=Inventario +Blast Furnace=Alto horno +Smelts ores faster than furnace=Funde menas más rápido que el horno +Use the recipe book to see what ores you can smelt, what you can use as fuel and how long it will burn.=Use el libro de recetas para ver que menas puede fundir, qué puede usar como combustible y durante cuánto tiempo arderá. +Use the blast furnace to open the furnace menu.=Use el alto horno para abrir el menú del horno. +Place a furnace fuel in the lower slot and the source material in the upper slot.=Coloque un combustible de horno en la ranura inferior y el material de origen en la ranura superior. +The blast furnace will slowly use its fuel to smelt the item.=El alto horno usará lentamente su combustible para fundir el artículo. +The result will be placed into the output slot at the right side.=El resultado se colocará en la ranura de salida en el lado derecho. +Blast Furnaces smelt several items, mainly ores and armor, using a furnace fuel, but twice as fast as a normal furnace.=Los altos hornos funden varios artículos, principalmente menas y armadura, usando combustible de horno, pero el doble de rápido que un horno normal. +Active Blast Furnace=Alto horno activo diff --git a/mods/ITEMS/mcl_campfires/locale/mcl_campfires.es.tr b/mods/ITEMS/mcl_campfires/locale/mcl_campfires.es.tr new file mode 100644 index 000000000..e941ad9bc --- /dev/null +++ b/mods/ITEMS/mcl_campfires/locale/mcl_campfires.es.tr @@ -0,0 +1,5 @@ +# textdomain: mcl_campfires +Campfire=Fogata +Soul Campfire=Fogata de almas +Cooks food and keeps bees happy.=Cocina comida y mantiene a las abejas felices. +Campfires have multiple uses, including keeping bees happy, cooking raw meat and fish, and as a trap.=Las fogatas tienen múltiples usos, incluyendo mantener a las abejas felices, cocinar carne cruda y pescado, y como trampa. diff --git a/mods/ITEMS/mcl_clock/locale/mcl_clock.es.tr b/mods/ITEMS/mcl_clock/locale/mcl_clock.es.tr index c8841fc6e..6f8581fcc 100644 --- a/mods/ITEMS/mcl_clock/locale/mcl_clock.es.tr +++ b/mods/ITEMS/mcl_clock/locale/mcl_clock.es.tr @@ -1,4 +1,5 @@ # textdomain: mcl_clock Clocks are tools which shows the current time of day in the Overworld.=Los relojes son herramientas que muestran la hora del día en el mundo. The clock contains a rotating disc with a sun symbol (yellow disc) and moon symbol and a little “pointer” which shows the current time of day by estimating the real position of the sun and the moon in the sky. Noon is represented by the sun symbol and midnight is represented by the moon symbol.=El reloj contiene un disco giratorio con un símbolo del sol (disco amarillo) y un símbolo de la luna y un pequeño "puntero" que muestra la hora actual del día al estimar la posición real del sol y la luna en el cielo. El mediodía está representado por el símbolo del sol y la medianoche está representado por el símbolo de la luna. -Clock=Reloj \ No newline at end of file +Clock=Reloj +Displays the time of day in the Overworld=Muestra la hora del día en el mundo.