Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion assets/base/lang/pt_br/base_blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions assets/base/lang/pt_br/base_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 5 additions & 4 deletions assets/base/lang/pt_br/game.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:",
Expand Down Expand Up @@ -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..."
}
4 changes: 2 additions & 2 deletions assets/base/lang/pt_br/in_world_ui.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down