mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-01-10 02:07:45 +01:00
Merge branch 'master' of https://github.com/BlueMap-Minecraft/BlueMap
This commit is contained in:
commit
75e987f3c8
@ -4,6 +4,11 @@
|
|||||||
title: "Menu"
|
title: "Menu"
|
||||||
tooltip: "Menu"
|
tooltip: "Menu"
|
||||||
}
|
}
|
||||||
|
map: {
|
||||||
|
unloaded: "Nenhum mapa carregado."
|
||||||
|
loading: "A carregar o mapa..."
|
||||||
|
errored: "Houve um erro ao tentar carregar este mapa!"
|
||||||
|
}
|
||||||
maps: {
|
maps: {
|
||||||
title: "Mapas"
|
title: "Mapas"
|
||||||
button: "Mapas"
|
button: "Mapas"
|
||||||
@ -16,6 +21,15 @@
|
|||||||
marker: "marcador | marcadores"
|
marker: "marcador | marcadores"
|
||||||
markerSet: "colocar marcador | colocar marcadores"
|
markerSet: "colocar marcador | colocar marcadores"
|
||||||
searchPlaceholder: "Procurar..."
|
searchPlaceholder: "Procurar..."
|
||||||
|
followPlayerTitle: "Seguir Jogador"
|
||||||
|
sort {
|
||||||
|
title: "Organizar por"
|
||||||
|
by {
|
||||||
|
default: "Padrão"
|
||||||
|
label: "Nome"
|
||||||
|
distance: "Distância"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
settings: {
|
settings: {
|
||||||
title: "Definições"
|
title: "Definições"
|
||||||
@ -46,6 +60,10 @@
|
|||||||
normal: "Normal (Nativo x1)"
|
normal: "Normal (Nativo x1)"
|
||||||
low: "Baixa (Upscaling x0.5)"
|
low: "Baixa (Upscaling x0.5)"
|
||||||
}
|
}
|
||||||
|
mapControls: {
|
||||||
|
title: "Controlos do mapa"
|
||||||
|
showZoomButtons: "Mostrar botões de Zoom"
|
||||||
|
}
|
||||||
freeFlightControls: {
|
freeFlightControls: {
|
||||||
title: "Controlos de voo-livre"
|
title: "Controlos de voo-livre"
|
||||||
mouseSensitivity: "Sensibilidade do rato"
|
mouseSensitivity: "Sensibilidade do rato"
|
||||||
@ -55,12 +73,15 @@
|
|||||||
title: "Distância de renderização"
|
title: "Distância de renderização"
|
||||||
hiresLayer: "Camada de alta resolução"
|
hiresLayer: "Camada de alta resolução"
|
||||||
lowersLayer: "Camada de baixa resolução"
|
lowersLayer: "Camada de baixa resolução"
|
||||||
|
loadHiresWhileMoving: "Carregar alta resolução em movimento"
|
||||||
|
off: "Desligar"
|
||||||
}
|
}
|
||||||
theme: {
|
theme: {
|
||||||
title: "Tema"
|
title: "Tema"
|
||||||
default: "Padrão (Sistema/Browser)"
|
default: "Padrão (Sistema/Browser)"
|
||||||
dark: "Escuro"
|
dark: "Escuro"
|
||||||
light: "Claro"
|
light: "Claro"
|
||||||
|
contrast: "Contraste"
|
||||||
}
|
}
|
||||||
debug: {
|
debug: {
|
||||||
button: "Debug"
|
button: "Debug"
|
||||||
@ -75,6 +96,11 @@
|
|||||||
compass: {
|
compass: {
|
||||||
tooltip: "Compasso / Apontar para norte"
|
tooltip: "Compasso / Apontar para norte"
|
||||||
}
|
}
|
||||||
|
screenshot: {
|
||||||
|
title: "Captura de ecrã"
|
||||||
|
button: "Tirar captura de ecrã"
|
||||||
|
clipboard: "Copiar para a área de transferência"
|
||||||
|
}
|
||||||
controls: {
|
controls: {
|
||||||
title: "Visão / Controlos"
|
title: "Visão / Controlos"
|
||||||
perspective: {
|
perspective: {
|
||||||
|
Loading…
Reference in New Issue
Block a user