From 01b24959c88ccaaf4541aeac8abe90c270d3c30f Mon Sep 17 00:00:00 2001 From: Rodrigo <60452545+rodrigolitzius@users.noreply.github.com> Date: Tue, 19 Jan 2021 15:53:56 -0300 Subject: [PATCH 1/4] Typo (#3947) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Í --- core/assets/bundles/bundle_pt_BR.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/assets/bundles/bundle_pt_BR.properties b/core/assets/bundles/bundle_pt_BR.properties index 4317aeb6f1..82c7401fcd 100644 --- a/core/assets/bundles/bundle_pt_BR.properties +++ b/core/assets/bundles/bundle_pt_BR.properties @@ -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. From 3972e34ddee9bbe818b0be108e884f87b9ec40e8 Mon Sep 17 00:00:00 2001 From: itcannotbe <45280919+itcannotbe@users.noreply.github.com> Date: Wed, 20 Jan 2021 03:37:40 +0800 Subject: [PATCH 2/4] Update bundle.properties (#4375) Remove flowgate limitation in block description. --- core/assets/bundles/bundle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/assets/bundles/bundle.properties b/core/assets/bundles/bundle.properties index 57d9fa6755..f1f22de6dc 100644 --- a/core/assets/bundles/bundle.properties +++ b/core/assets/bundles/bundle.properties @@ -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. From cd81482b6b666e7a299bf1ffe6f0c11cfc8b030c Mon Sep 17 00:00:00 2001 From: Loumardes <40787527+Loumardes@users.noreply.github.com> Date: Tue, 19 Jan 2021 20:38:11 +0100 Subject: [PATCH 3/4] untranslated mods notification strings (#4347) --- core/assets/bundles/bundle_fr.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/assets/bundles/bundle_fr.properties b/core/assets/bundles/bundle_fr.properties index 79de4a4865..c3de632bbd 100644 --- a/core/assets/bundles/bundle_fr.properties +++ b/core/assets/bundles/bundle_fr.properties @@ -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} From 4fc805abbfb5a139271bb7a85dd77e0edbd49998 Mon Sep 17 00:00:00 2001 From: Loumardes <40787527+Loumardes@users.noreply.github.com> Date: Tue, 19 Jan 2021 20:38:18 +0100 Subject: [PATCH 4/4] launch core translated to "Lancement du noyau" (#4348) --- core/assets/bundles/bundle_fr.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/assets/bundles/bundle_fr.properties b/core/assets/bundles/bundle_fr.properties index c3de632bbd..593320f7e4 100644 --- a/core/assets/bundles/bundle_fr.properties +++ b/core/assets/bundles/bundle_fr.properties @@ -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é