mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-08 23:07:33 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@ -1383,8 +1383,8 @@ block.inverted-sorter.description = Similar to a standard sorter, but outputs se
|
||||
block.router.description = Distributes input items to 3 output directions equally.
|
||||
block.router.details = A necessary evil. Using next to production inputs is not advised, as they will get clogged by output.
|
||||
block.distributor.description = Distributes input items to 7 output directions equally.
|
||||
block.overflow-gate.description = Only outputs items to the left and right if the front path is blocked. Cannot be used next to other gates.
|
||||
block.underflow-gate.description = Opposite of an overflow gate. Outputs to the front if the left and right paths are blocked. Cannot be used next to other gates.
|
||||
block.overflow-gate.description = Only outputs items to the left and right if the front path is blocked.
|
||||
block.underflow-gate.description = Opposite of an overflow gate. Outputs to the front if the left and right paths are blocked.
|
||||
block.mass-driver.description = Long-range item transport structure. Collects batches of items and shoots them to other mass drivers.
|
||||
block.mechanical-pump.description = Pumps and outputs liquids. Does not require power.
|
||||
block.rotary-pump.description = Pumps and outputs liquids. Requires power.
|
||||
|
@ -113,7 +113,7 @@ mods.guide = Guide de Modding
|
||||
mods.report = Signaler un Bug
|
||||
mods.openfolder = Ouvrir le dossier des mods
|
||||
mods.reload = Rafraichir
|
||||
mods.reloadexit = The game will now exit, to reload mods.
|
||||
mods.reloadexit = Le jeu va maintenant se fermer, pour recharger les mods.
|
||||
mod.display = [gray]Mod:[orange] {0}
|
||||
mod.enabled = [lightgray]Activé
|
||||
mod.disabled = [scarlet]Désactivé
|
||||
@ -133,7 +133,7 @@ mod.reloadrequired = [scarlet]Rechargement requis
|
||||
mod.import = Importer un mod
|
||||
mod.import.file = Importer un fichier
|
||||
mod.import.github = Importer un mod GitHub
|
||||
mod.jarwarn = [scarlet]JAR mods are inherently unsafe.[]\nMake sure you're importing this mod from a trustworthy source!
|
||||
mod.jarwarn = [scarlet]Les mods JAR sont fondamentalement peu sûrs.[]\nSoyez certain que vous importez celui ci d'une source de confiance!
|
||||
mod.item.remove = Cet objet fait partie du mod[accent] '{0}'[]. Pour le supprimer, désinstallez le mod en question.
|
||||
mod.remove.confirm = Ce mod sera supprimé.
|
||||
mod.author = [lightgray]Auteur:[] {0}
|
||||
@ -146,7 +146,7 @@ about.button = À propos
|
||||
name = Nom:
|
||||
noname = Commencez par choisir un[accent] nom de joueur[].
|
||||
planetmap = Planet Map
|
||||
launchcore = Launch Core
|
||||
launchcore = Lancement du Noyau
|
||||
filename = Nom du fichier:
|
||||
unlocked = Nouveau bloc débloqué!
|
||||
completed = [accent]Complété
|
||||
|
@ -907,7 +907,7 @@ item.coal.name = Carvão
|
||||
item.graphite.name = Grafite
|
||||
item.titanium.name = Titânio
|
||||
item.thorium.name = Tório
|
||||
item.silicon.name = Sílicio
|
||||
item.silicon.name = Silício
|
||||
item.plastanium.name = Plastânio
|
||||
item.phase-fabric.name = Tecido de fase
|
||||
item.surge-alloy.name = Liga de súrgio
|
||||
@ -1068,7 +1068,7 @@ block.illuminator.name = Iluminador
|
||||
block.illuminator.description = Uma fonte de luz pequena, configurável e compacta. Precisa de energia para funcionar.
|
||||
block.overflow-gate.name = Portão de Fluxo
|
||||
block.underflow-gate.name = Portão de Fluxo invertido
|
||||
block.silicon-smelter.name = Fundidora de silicio
|
||||
block.silicon-smelter.name = Fundidora de silício
|
||||
block.phase-weaver.name = Palheta de fase
|
||||
block.pulverizer.name = Pulverizador
|
||||
block.cryofluid-mixer.name = Misturador de Crio Fluido
|
||||
@ -1229,7 +1229,7 @@ block.silicon-smelter.description = Reduz areia a silício usando carvão puro.
|
||||
block.kiln.description = Derrete chumbo e areia no composto conhecido como metavidro. Requer pequenas quantidades de energia.
|
||||
block.plastanium-compressor.description = Produz plastânio usando petróleo e titânio.
|
||||
block.phase-weaver.description = Produz tecido de fase usando tório radioativo e areia. Requer massivas quantidades de energia para funcionar.
|
||||
block.alloy-smelter.description = Combina titânio, chumbo, silicio e cobre para produzir liga de surto.
|
||||
block.alloy-smelter.description = Combina titânio, chumbo, silício e cobre para produzir liga de surto.
|
||||
block.cryofluid-mixer.description = Mistura água e pó fino de titânio para produzir criofluido. Essencial para o uso do reator a tório.
|
||||
block.blast-mixer.description = Quebra e mistura aglomerados de esporos com piratita para produzir composto de explosão.
|
||||
block.pyratite-mixer.description = Mistura carvão, chumbo e areia em piratita altamente inflamável.
|
||||
|
Reference in New Issue
Block a user