-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update translations pt_br and add translations pt_pt (#1466) (minor)
* Update translations pt_br and add translations pt_pt * add pt_pt references --------- Co-authored-by: Florian Bischof <design.falke@gmail.com>
- Loading branch information
1 parent
7dd940b
commit 275e1e7
Showing
4 changed files
with
85 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -515,6 +515,7 @@ declare module 'leaflet' { | |
| 'no' | ||
| 'pl' | ||
| 'pt_br' | ||
| 'pt_pt' | ||
| 'ro' | ||
| 'ru' | ||
| 'sv' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"tooltips": { | ||
"placeMarker": "Clique para colocar marcador", | ||
"firstVertex": "Clique para colocar primeiro vértice", | ||
"continueLine": "Clique para continuar a desenhar", | ||
"finishLine": "Clique num marcador existente para terminar", | ||
"finishPoly": "Clique no primeiro marcador para terminar", | ||
"finishRect": "Clique para terminar", | ||
"startCircle": "Clique para colocar o centro do círculo", | ||
"finishCircle": "Clique para terminar o círculo", | ||
"placeCircleMarker": "Clique para colocar marcador de círculo", | ||
"placeText": "Clique para colocar texto" | ||
}, | ||
"actions": { | ||
"finish": "Terminar", | ||
"cancel": "Cancelar", | ||
"removeLastVertex": "Remover Último Vértice" | ||
}, | ||
"buttonTitles": { | ||
"drawMarkerButton": "Desenhar Marcador", | ||
"drawPolyButton": "Desenhar Polígonos", | ||
"drawLineButton": "Desenhar Polilinha", | ||
"drawCircleButton": "Desenhar Círculo", | ||
"drawRectButton": "Desenhar Retângulo", | ||
"editButton": "Editar Camadas", | ||
"dragButton": "Arrastar Camadas", | ||
"cutButton": "Cortar Camadas", | ||
"deleteButton": "Remover Camadas", | ||
"drawCircleMarkerButton": "Desenhar Marcador de Círculo", | ||
"snappingButton": "Ajustar marcador arrastado a outras camadas e vértices", | ||
"pinningButton": "Unir vértices partilhados", | ||
"rotateButton": "Rodar Camadas", | ||
"drawTextButton": "Desenhar Texto", | ||
"scaleButton": "Escalar Camadas", | ||
"autoTracingButton": "Traçado Automático de Linha" | ||
}, | ||
"measurements": { | ||
"totalLength": "Comprimento", | ||
"segmentLength": "Comprimento do Segmento", | ||
"area": "Área", | ||
"radius": "Raio", | ||
"perimeter": "Perímetro", | ||
"height": "Altura", | ||
"width": "Largura", | ||
"coordinates": "Posição", | ||
"coordinatesMarker": "Marcador de Posição" | ||
} | ||
} |