Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Update 'pt-BR' locale based on latest version of 'en' locale #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"movable": "Móvel",
"size": "Dimensão",
"offset": "Deslocamento",
"bounce": "Elasticidade",

"tileMap": "Tile Map",
"tileSetProperty": "Propriedade do Tile Set",
"layers": "Camadas"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"text": "Texto",
"align": {
"title": "Alinhamento",
"left": "Esqueda",
"left": "Esquerda",
"center": "Centro",
"right": "Direita"
},
Expand All @@ -16,6 +16,9 @@
"bottom": "Inferior"
},
"size": "Tamanho",
"color": "Cor"
"color": "Cor",
"opacity": "Opacidade",
"opaque": "Opaco",
"transparent": "Transparente"
}
}
}
5 changes: 4 additions & 1 deletion plugins/default/font/public/locales/pt-BR/fontEditor.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
"smooth": "Suave",
"pixelsPerUnit": "Pixels / Unidade",
"color": "Cor",
"opacity": "Opacidade",
"opaque": "Opaco",
"transparent": "Transparente",
"settings": "Configurações",
"size": "Dimensão (pixels)",
"gridSize": "Dimensão da Grade",
"charset": "Charset",
"charsetOffset": "Deslocamento do Charset"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"game": {
"label": "Padrão",
"description": "Exportar como HTML5",

"outputFolder": "Pasta de saída",
"errors": {
"selectDestionationFolder": "Selecione uma pasta de destino.",
"emptyDirectoryCheckFail": "Falha ao chegar se a pasta selecionada está vazia.",
"destinationFolderEmpty": "A pasta de destino precisa estar vazia."
}
}
}
12 changes: 12 additions & 0 deletions plugins/default/gameSettings/public/locales/pt-BR/builds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"game": {
"title": "Exportação para HTML5",
"progress": "Exportando para ${path}... (${index}/${total})",
"doneWithErrors": "Encontrados ${errors} erros durante a exportação de ${total} elementos para ${path}.",
"done": "Exportados ${total} elementos para ${path}.",

"errors": {
"exportFailed": "Falha ao exportar ${path}."
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ModelRenderer": {
"label": "Renderizador de Modelo",
"model": "Modelo",
"searchModelPlaceholder": "Procurar um modelo",
"animation": "Animação",
"shadow": {
"title": "Sombra",
Expand All @@ -13,4 +14,4 @@
"material": "Material",
"shader": "Shader"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"preview": {
"playback": "Playback",
"loop": "Loop"
},
"sidebar": {
Expand Down Expand Up @@ -29,7 +30,7 @@
"pixelsPerUnit": "Pixels / Unidade",
"filtering": {
"title": "Filtragem",
"pixelated": "Pixelizado",
"pixelated": "Pixelizada",
"smooth": "Suave"
},
"wrapping": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/default/typescript/public/locales/pt-BR/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"title": "Script"
},
"apiBrowser": {
"title": "Navegador da API do TypeScript"
"title": "Navegador da API de TypeScript"
},
"search": {
"title": "Pesquisa Global de TypeScript"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@
"label": "Cannon Body",
"mass": "Massa",
"fixedRotation": "Rotação Fixa",
"offset": "Deslocamento",
"group": "Grupo",
"mask": "Máscara",
"shape": "Forma",
"shapeType": "Tipo",
"shapeOptions": {
"box": "Caixa",
"sphere": "Esfera",
"cylinder": "Cilindro"
},
"positionOffset": "Deslocamento de Posição",
"orientationOffset": "Deslocamento de Orientação",
"halfSize": "Metade do Tamanho",
"radius": "Raio",
"height": "Altura"
"height": "Altura",
"segments": "Segmentos"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"mass": "Massa",
"fixedRotation": "Rotação Fixa",
"offset": "Deslocamento",
"angle": "Ângulo",
"shape": "Forma",
"shapeOptions": {
"box": "Caixa",
Expand All @@ -12,4 +13,4 @@
"size": "Dimensão",
"radius": "Raio"
}
}
}