diff --git a/assets/base/lang/pt_br/base_blocks.json b/assets/base/lang/pt_br/base_blocks.json index 764d9668..bd4705df 100644 --- a/assets/base/lang/pt_br/base_blocks.json +++ b/assets/base/lang/pt_br/base_blocks.json @@ -126,5 +126,6 @@ "base:piston::advancing": "Pistão de Avanço", "base:leaves_fir": "Folhas de Abeto", "base:sapling_fir": "Muda de Abeto", - "base:ore_sulfur": "Minério de Enxofre" + "base:ore_sulfur": "Minério de Enxofre", + "base:door_aluminium": "Porta de Alumínio" } diff --git a/assets/base/lang/pt_br/base_items.json b/assets/base/lang/pt_br/base_items.json index f6558fdd..5cb20eaa 100644 --- a/assets/base/lang/pt_br/base_items.json +++ b/assets/base/lang/pt_br/base_items.json @@ -31,12 +31,12 @@ "base:crowbar": "Pé de Cabra", "base:remote_control": "Controle Remoto", "base:revolver": "Revólver", - "base:rifle": "Rifle" + "base:rifle": "Rifle", "base:naphtha": "Nafta", "base:plastic_pellets": "Pelotas de Plástico", "base:dust_gold": "Pó de Ouro", "base:dust_iron": "Pó de Ferro", - "base:dust_aluminium": "Pó de Alumínio" + "base:dust_aluminium": "Pó de Alumínio", "base:biofuel": "Biocombustível", "base:starch": "Amido", "base:starch_slurry": "Pasta de Amido", diff --git a/assets/base/lang/pt_br/game.json b/assets/base/lang/pt_br/game.json index 08f64b9c..59e75209 100644 --- a/assets/base/lang/pt_br/game.json +++ b/assets/base/lang/pt_br/game.json @@ -98,7 +98,7 @@ "mouseRightButton" : "Botão direito do mouse", "mouseBackButton" : "Polegar do mouse", "mouseForwardButton" : "Polegar do mouse 2", - "RuntimeException": "Não foi possível carregar o mundo: " + "RuntimeException": "Não foi possível carregar o mundo: ", "creditsGameBy": "JOGO POR:", "creditsMusic": "MÚSICA POR:", "creditsAdditionalProgramming": "PROGRAMAÇÃO ADICIONAL:", @@ -126,7 +126,8 @@ "zone_base:nostalgic_island": "Ilhas Nostálgicas", "zone_base:void": "Mundo Vazio", "mobUnnamed": "Sem Nome", - "remoteControlMobNameInputLabel": "Nome:" - "zone_base:earth_legacy": "Terra (Legado)" - "comingSoon": "Em Breve..." + "remoteControlMobNameInputLabel": "Nome:", + "zone_base:earth_legacy": "Terra (Legado)", + "comingSoon": "Em Breve...", + "langSelectionSearch": "Pesquisar Idiomas..." } \ No newline at end of file diff --git a/assets/base/lang/pt_br/in_world_ui.json b/assets/base/lang/pt_br/in_world_ui.json index 8a53af03..317c03c2 100644 --- a/assets/base/lang/pt_br/in_world_ui.json +++ b/assets/base/lang/pt_br/in_world_ui.json @@ -1,7 +1,7 @@ { "remoteControlMobNameInputLabel": "Nome:", - "workbenchItemNameLabel": "Nome do Item:" - "laserEmitterShoot": "Disparar!" + "workbenchItemNameLabel": "Nome do Item:", + "laserEmitterShoot": "Disparar!", "inventoryCrafting": "Criação", "inventoryEquipment": "Equipamento", "inventoryAchievements": "Conquistas"