Skip to content

Commit e81473b

Browse files
authored
Update portuguese translation (#391)
* Update pt_PT.conf Update portuguese translation * Update pt_PT.conf Update portuguese translation
1 parent bce4989 commit e81473b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

BlueMapCommon/webapp/public/lang/pt_PT.conf

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
title: "Menu"
55
tooltip: "Menu"
66
}
7+
map: {
8+
unloaded: "Nenhum mapa carregado."
9+
loading: "A carregar o mapa..."
10+
errored: "Houve um erro ao tentar carregar este mapa!"
11+
}
712
maps: {
813
title: "Mapas"
914
button: "Mapas"
@@ -16,6 +21,15 @@
1621
marker: "marcador | marcadores"
1722
markerSet: "colocar marcador | colocar marcadores"
1823
searchPlaceholder: "Procurar..."
24+
followPlayerTitle: "Seguir Jogador"
25+
sort {
26+
title: "Organizar por"
27+
by {
28+
default: "Padrão"
29+
label: "Nome"
30+
distance: "Distância"
31+
}
32+
}
1933
}
2034
settings: {
2135
title: "Definições"
@@ -46,6 +60,10 @@
4660
normal: "Normal (Nativo x1)"
4761
low: "Baixa (Upscaling x0.5)"
4862
}
63+
mapControls: {
64+
title: "Controlos do mapa"
65+
showZoomButtons: "Mostrar botões de Zoom"
66+
}
4967
freeFlightControls: {
5068
title: "Controlos de voo-livre"
5169
mouseSensitivity: "Sensibilidade do rato"
@@ -55,12 +73,15 @@
5573
title: "Distância de renderização"
5674
hiresLayer: "Camada de alta resolução"
5775
lowersLayer: "Camada de baixa resolução"
76+
loadHiresWhileMoving: "Carregar alta resolução em movimento"
77+
off: "Desligar"
5878
}
5979
theme: {
6080
title: "Tema"
6181
default: "Padrão (Sistema/Browser)"
6282
dark: "Escuro"
6383
light: "Claro"
84+
contrast: "Contraste"
6485
}
6586
debug: {
6687
button: "Debug"
@@ -75,6 +96,11 @@
7596
compass: {
7697
tooltip: "Compasso / Apontar para norte"
7798
}
99+
screenshot: {
100+
title: "Captura de ecrã"
101+
button: "Tirar captura de ecrã"
102+
clipboard: "Copiar para a área de transferência"
103+
}
78104
controls: {
79105
title: "Visão / Controlos"
80106
perspective: {

0 commit comments

Comments
 (0)