mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-12 13:20:33 +02:00
Rationalise machine terminology
All electrically-powered machines now consistently indicate their tier (supply voltage) in their names. As this implies that they are electrically powered, the furnaces no longer have "Electric" in their names. The fuel-fired equivalents of electric machines, which exist for alloy furnace and furnace, now say "Fuel-Fired" to distinguish them. (The fuel-fired alloy furnace used to say "Coal", which was inaccurate because it uses any fuel. The fuel-fired furnace, from the default mod, used to just be called "Furnace", which is ambiguous.) Electric power generators now consistently indicate their tier and have the word "Generator" in their names. This makes their purpose much clearer, and makes obvious craft guide searches produce useful results. The fuel-fired generators, previously just (ambiguously) called "Generator", are now explicitly "Fuel-Fired".
This commit is contained in:
@ -52,10 +52,22 @@ Enable/Disable = Habilitar/Deshabilitar
|
||||
%s Alloy Furnace = Horno de Aleacion %s
|
||||
%s Battery Box = Caja de Bateria %s
|
||||
%s Cable = Cable %s
|
||||
%s Electric Furnace = Horno Electrico %s
|
||||
%s CNC Machine = Maquina CNC %s
|
||||
%s Compressor = Compresor %s
|
||||
%s Extractor = Extractor %s
|
||||
%s Forcefield Emitter = Emisor de Campo de Fuerza %s
|
||||
%s Furnace = Horno %s
|
||||
%s Grinder = Amoladora %s
|
||||
%s Generator = Generador %s
|
||||
%s Solar Array = Panel Solar %s
|
||||
%s Music Player = Reproductor de Musica %s
|
||||
%s Quarry = Cantera %s
|
||||
%s Tool Workshop = Taller de Herramientas %s
|
||||
Arrayed Solar %s Generator = Panel Solar %s
|
||||
Fuel-Fired %s Generator = Generador a Carbon %s
|
||||
Geothermal %s Generator = Generador Geotermico %s
|
||||
Hydro %s Generator = Molino de Agua %s
|
||||
Nuclear %s Generator Core = Nucleo de Reactor Nuclear %s
|
||||
Small Solar %s Generator = Panel Solar %s
|
||||
Wind %s Generator = Molino de Viento %s
|
||||
Injector =
|
||||
Constructor Mk%d =
|
||||
Frame =
|
||||
@ -67,22 +79,11 @@ Template Tool =
|
||||
Supply Converter = Convertidor de Alimentacion
|
||||
Switching Station = Estacion de Conmutacion
|
||||
Battery Box = Caja de Baterias
|
||||
Quarry = Cantera
|
||||
CNC Machine = Maquina CNC
|
||||
Music Player = Reproductor de Musica
|
||||
Extractor = Extractor
|
||||
Coal Alloy Furnace = Horno de Aleacion a Carbon
|
||||
Tool Workshop = Taller de Herramientas
|
||||
Fuel-Fired Alloy Furnace = Horno de Aleacion a Carbon
|
||||
Fuel-Fired Furnace = Horno a Carbon
|
||||
Forcefield = Campo de Fuerza
|
||||
Forcefield Emitter = Emisor de Campo de Fuerza
|
||||
Compressor = Compresor
|
||||
Geothermal Generator = Generador Geotermico
|
||||
Water Mill = Molino de Agua
|
||||
Nuclear Reactor Rod Compartment = Compartimiento para Vara de Reactor Nuclear
|
||||
Nuclear Reactor Core = Nucleo de Reactor Nuclear
|
||||
Wind Mill = Molino de Viento
|
||||
Wind Mill Frame = Armazon de Molino de Viento
|
||||
Solar Panel = Panel Solar
|
||||
|
||||
## Machine-specific
|
||||
# $1: Pruduced EU
|
||||
|
Reference in New Issue
Block a user