1.0.0-rc.4
This commit is contained in:
parent
a03aa4860d
commit
b54f4efce5
12 changed files with 811 additions and 781 deletions
|
@ -49,6 +49,12 @@ COMMIT;
|
||||||
umap compress
|
umap compress
|
||||||
|
|
||||||
|
|
||||||
|
## 1.0.0.rc-4
|
||||||
|
|
||||||
|
- fixed geodjango defaulting geojson parsing to SRID 3857 instead of 4326
|
||||||
|
- fixed tooltip on hover (cf #631)
|
||||||
|
|
||||||
|
|
||||||
## 1.0.0.rc-3
|
## 1.0.0.rc-3
|
||||||
|
|
||||||
- added a readonly mode (`UMAP_READONLY=True`), useful to disallow update while
|
- added a readonly mode (`UMAP_READONLY=True`), useful to disallow update while
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
|
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
|
||||||
VERSION = (1, 0, 0, 'rc', 3)
|
VERSION = (1, 0, 0, 'rc', 4)
|
||||||
|
|
||||||
__author__ = 'Yohan Boniface'
|
__author__ = 'Yohan Boniface'
|
||||||
__contact__ = "ybon@openstreetmap.fr"
|
__contact__ = "ybon@openstreetmap.fr"
|
||||||
|
|
Binary file not shown.
|
@ -4,14 +4,14 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Joao Ponce de Leao Paulouro <joao.ponceleao@gmail.com>, 2014
|
# Joao Ponce de Leao Paulouro <joao.ponceleao@gmail.com>, 2014
|
||||||
# Rui <xymarior@yandex.com>, 2016
|
# Rui <xymarior@yandex.com>, 2016,2018
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: uMap\n"
|
"Project-Id-Version: uMap\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2018-09-08 14:50+0000\n"
|
"POT-Creation-Date: 2018-09-08 14:50+0000\n"
|
||||||
"PO-Revision-Date: 2018-09-08 14:51+0000\n"
|
"PO-Revision-Date: 2018-09-08 18:29+0000\n"
|
||||||
"Last-Translator: yohanboniface <yohanboniface@free.fr>\n"
|
"Last-Translator: Rui <xymarior@yandex.com>\n"
|
||||||
"Language-Team: Portuguese (http://www.transifex.com/yohanboniface/umap/language/pt/)\n"
|
"Language-Team: Portuguese (http://www.transifex.com/yohanboniface/umap/language/pt/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -34,7 +34,7 @@ msgstr "Unicamente editável através de link secreto"
|
||||||
|
|
||||||
#: umap/middleware.py:14
|
#: umap/middleware.py:14
|
||||||
msgid "Site is readonly for maintenance"
|
msgid "Site is readonly for maintenance"
|
||||||
msgstr ""
|
msgstr "O site está em modo de leitura para manutenção"
|
||||||
|
|
||||||
#: umap/models.py:17
|
#: umap/models.py:17
|
||||||
msgid "name"
|
msgid "name"
|
||||||
|
@ -94,7 +94,7 @@ msgstr "localizar"
|
||||||
|
|
||||||
#: umap/models.py:127
|
#: umap/models.py:127
|
||||||
msgid "Locate user on load?"
|
msgid "Locate user on load?"
|
||||||
msgstr "Localizar usuário no início?"
|
msgstr "Localizar utilizador no início?"
|
||||||
|
|
||||||
#: umap/models.py:130
|
#: umap/models.py:130
|
||||||
msgid "Choose the map licence."
|
msgid "Choose the map licence."
|
||||||
|
@ -148,7 +148,7 @@ msgstr "Consulte os mapas de %(current_user)s"
|
||||||
#: umap/templates/auth/user_detail.html:15
|
#: umap/templates/auth/user_detail.html:15
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(current_user)s has no maps."
|
msgid "%(current_user)s has no maps."
|
||||||
msgstr ""
|
msgstr "%(current_user)s não tem mapas."
|
||||||
|
|
||||||
#: umap/templates/registration/login.html:4
|
#: umap/templates/registration/login.html:4
|
||||||
msgid "Please log in with your account"
|
msgid "Please log in with your account"
|
||||||
|
|
|
@ -121,7 +121,7 @@ L.Util.detectFileType = function (f) {
|
||||||
};
|
};
|
||||||
|
|
||||||
L.Util.usableOption = function (options, option) {
|
L.Util.usableOption = function (options, option) {
|
||||||
return typeof options[option] !== 'undefined' && options[option] !== '';
|
return options[option] !== undefined && options[option] !== '';
|
||||||
};
|
};
|
||||||
|
|
||||||
L.Util.greedyTemplate = function (str, data, ignore) {
|
L.Util.greedyTemplate = function (str, data, ignore) {
|
||||||
|
|
|
@ -357,8 +357,8 @@ var locale = {
|
||||||
"{distance} m": "{distance} m",
|
"{distance} m": "{distance} m",
|
||||||
"{distance} miles": "{distance} miles",
|
"{distance} miles": "{distance} miles",
|
||||||
"{distance} yd": "{distance} yd",
|
"{distance} yd": "{distance} yd",
|
||||||
"1 day": "1 day",
|
"1 day": "1 Tag",
|
||||||
"1 hour": "1 hour",
|
"1 hour": "1 Stunde",
|
||||||
"5 min": "5 min",
|
"5 min": "5 min",
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"No cache": "No cache",
|
"No cache": "No cache",
|
||||||
|
|
|
@ -357,8 +357,8 @@
|
||||||
"{distance} m": "{distance} m",
|
"{distance} m": "{distance} m",
|
||||||
"{distance} miles": "{distance} miles",
|
"{distance} miles": "{distance} miles",
|
||||||
"{distance} yd": "{distance} yd",
|
"{distance} yd": "{distance} yd",
|
||||||
"1 day": "1 day",
|
"1 day": "1 Tag",
|
||||||
"1 hour": "1 hour",
|
"1 hour": "1 Stunde",
|
||||||
"5 min": "5 min",
|
"5 min": "5 min",
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"No cache": "No cache",
|
"No cache": "No cache",
|
||||||
|
|
|
@ -9,7 +9,7 @@ var locale = {
|
||||||
"Choose the data format": "Escolha o formato dos dados",
|
"Choose the data format": "Escolha o formato dos dados",
|
||||||
"Choose the layer of the feature": "Escolha a camada do elemento",
|
"Choose the layer of the feature": "Escolha a camada do elemento",
|
||||||
"Circle": "Círculo",
|
"Circle": "Círculo",
|
||||||
"Clustered": "Clustered",
|
"Clustered": "Agregado",
|
||||||
"Data browser": "Navegador de dados",
|
"Data browser": "Navegador de dados",
|
||||||
"Default": "Padrão",
|
"Default": "Padrão",
|
||||||
"Default zoom level": "Nível de aproximação padrão",
|
"Default zoom level": "Nível de aproximação padrão",
|
||||||
|
@ -23,20 +23,20 @@ var locale = {
|
||||||
"Display the measure control": "Mostrar o controlo de medição",
|
"Display the measure control": "Mostrar o controlo de medição",
|
||||||
"Display the search control": "Mostrar o controlo de pesquisa",
|
"Display the search control": "Mostrar o controlo de pesquisa",
|
||||||
"Display the tile layers control": "Mostrar o controlo de camadas de telas",
|
"Display the tile layers control": "Mostrar o controlo de camadas de telas",
|
||||||
"Display the zoom control": "Mostrar o controlo de aproximar e afastar",
|
"Display the zoom control": "Mostrar o controlo de aproximar e afastar (zoom)",
|
||||||
"Do you want to display a caption bar?": "Quer mostrar uma barra de cabeçalho?",
|
"Do you want to display a caption bar?": "Mostrar uma barra de cabeçalho?",
|
||||||
"Do you want to display a minimap?": "Pretende mostrar um mini-mapa?",
|
"Do you want to display a minimap?": "Pretende mostrar um mini-mapa?",
|
||||||
"Do you want to display a panel on load?": "Quer mostrar um painel ao carregar?",
|
"Do you want to display a panel on load?": "Mostrar um painel ao carregar?",
|
||||||
"Do you want to display popup footer?": "Pretende mostrar um popup no rodapé?",
|
"Do you want to display popup footer?": "Pretende mostrar um popup no rodapé?",
|
||||||
"Do you want to display the scale control?": "Pretende mostrar o controlo de escala?",
|
"Do you want to display the scale control?": "Pretende mostrar o controlo de escala?",
|
||||||
"Do you want to display the «more» control?": "Quer mostrar o controlo «mais»?",
|
"Do you want to display the «more» control?": "Mostrar o botão «mostrar mais botões»?",
|
||||||
"Drop": "Largar",
|
"Drop": "Comum",
|
||||||
"GeoRSS (only link)": "GeoRSS (apenas o link)",
|
"GeoRSS (only link)": "GeoRSS (apenas o link)",
|
||||||
"GeoRSS (title + image)": "GeoRSS (título + imagem)",
|
"GeoRSS (title + image)": "GeoRSS (título + imagem)",
|
||||||
"Heatmap": "Heatmap",
|
"Heatmap": "Mapa térmico",
|
||||||
"Icon shape": "Forma do ícone",
|
"Icon shape": "Forma do ícone",
|
||||||
"Icon symbol": "Símbolo do ícone",
|
"Icon symbol": "Símbolo do ícone",
|
||||||
"Inherit": "Inherit",
|
"Inherit": "Herdado",
|
||||||
"Label direction": "Direção da etiqueta",
|
"Label direction": "Direção da etiqueta",
|
||||||
"Label key": "Chave da etiqueta",
|
"Label key": "Chave da etiqueta",
|
||||||
"Labels are clickable": "Etiquetas são clicáveis",
|
"Labels are clickable": "Etiquetas são clicáveis",
|
||||||
|
@ -69,7 +69,7 @@ var locale = {
|
||||||
"never": "nunca",
|
"never": "nunca",
|
||||||
"new window": "nova janela",
|
"new window": "nova janela",
|
||||||
"no": "não",
|
"no": "não",
|
||||||
"on hover": "ao passar por cima",
|
"on hover": "cursor por cima",
|
||||||
"opacity": "opacidade",
|
"opacity": "opacidade",
|
||||||
"parent window": "janela pai",
|
"parent window": "janela pai",
|
||||||
"stroke": "traço",
|
"stroke": "traço",
|
||||||
|
@ -87,9 +87,9 @@ var locale = {
|
||||||
"Action not allowed :(": "Ação não permitida :(",
|
"Action not allowed :(": "Ação não permitida :(",
|
||||||
"Activate slideshow mode": "Ativar modo de apresentação",
|
"Activate slideshow mode": "Ativar modo de apresentação",
|
||||||
"Add a layer": "Adicionar camada",
|
"Add a layer": "Adicionar camada",
|
||||||
"Add a line to the current multi": "Add a line to the current multi",
|
"Add a line to the current multi": "Adicionar uma linha para o multi atual",
|
||||||
"Add a new property": "Adicionar uma nova propriedade",
|
"Add a new property": "Adicionar uma nova propriedade",
|
||||||
"Add a polygon to the current multi": "Add a polygon to the current multi",
|
"Add a polygon to the current multi": "Adicionar um polígono para o multi atual",
|
||||||
"Advanced actions": "Ações avançadas",
|
"Advanced actions": "Ações avançadas",
|
||||||
"Advanced properties": "Propriedades avançadas",
|
"Advanced properties": "Propriedades avançadas",
|
||||||
"Advanced transition": "Transição avançada",
|
"Advanced transition": "Transição avançada",
|
||||||
|
@ -105,7 +105,7 @@ var locale = {
|
||||||
"Are you sure you want to restore this version?": "Tem a certeza que quer restaurar esta versão?",
|
"Are you sure you want to restore this version?": "Tem a certeza que quer restaurar esta versão?",
|
||||||
"Attach the map to my account": "Anexar o mapa à minha conta",
|
"Attach the map to my account": "Anexar o mapa à minha conta",
|
||||||
"Auto": "Auto",
|
"Auto": "Auto",
|
||||||
"Autostart when map is loaded": "Reproduzir automaticamente ao carregar o mapa",
|
"Autostart when map is loaded": "iniciar ao abrir o mapa",
|
||||||
"Bring feature to center": "Centrar elemento",
|
"Bring feature to center": "Centrar elemento",
|
||||||
"Browse data": "Explorar dados",
|
"Browse data": "Explorar dados",
|
||||||
"Cancel edits": "Cancelar edições",
|
"Cancel edits": "Cancelar edições",
|
||||||
|
@ -121,19 +121,19 @@ var locale = {
|
||||||
"Click to edit": "Clique para editar",
|
"Click to edit": "Clique para editar",
|
||||||
"Click to start drawing a line": "Clique para começar a desenhar uma linha",
|
"Click to start drawing a line": "Clique para começar a desenhar uma linha",
|
||||||
"Click to start drawing a polygon": "Clique para começar a desenhar um polígono",
|
"Click to start drawing a polygon": "Clique para começar a desenhar um polígono",
|
||||||
"Clone": "Clone",
|
"Clone": "Clonar",
|
||||||
"Clone of {name}": "Clone de {name}",
|
"Clone of {name}": "Clone de {name}",
|
||||||
"Clone this feature": "Clonar este elemento",
|
"Clone this feature": "Clonar este elemento",
|
||||||
"Clone this map": "Clonar este mapa",
|
"Clone this map": "Clonar este mapa",
|
||||||
"Close": "Fechar",
|
"Close": "Fechar",
|
||||||
"Clustering radius": "Clustering radius",
|
"Clustering radius": "Raio do aglomerado",
|
||||||
"Comma separated list of properties to use when filtering features": "Lista separada por vírgulas de propriedades a usar ao filtrar elementos",
|
"Comma separated list of properties to use when filtering features": "Lista separada por vírgulas de propriedades a usar ao filtrar elementos",
|
||||||
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.",
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.",
|
||||||
"Continue line": "Continuar linha",
|
"Continue line": "Continuar linha",
|
||||||
"Continue line (Ctrl-click)": "Continuar linnha (Ctrl-clique)",
|
"Continue line (Ctrl-click)": "Continuar linnha (Ctrl-clique)",
|
||||||
"Coordinates": "Coordenadas",
|
"Coordinates": "Coordenadas",
|
||||||
"Credits": "Créditos",
|
"Credits": "Créditos",
|
||||||
"Current view instead of default map view?": "Vista atual em ves da vista padrão do mapa?",
|
"Current view instead of default map view?": "Vista atual e não a vista padrão do mapa?",
|
||||||
"Custom background": "Fundo personalizado",
|
"Custom background": "Fundo personalizado",
|
||||||
"Data is browsable": "Os dados são navegáveis",
|
"Data is browsable": "Os dados são navegáveis",
|
||||||
"Default interaction options": "Opções padrão de interação",
|
"Default interaction options": "Opções padrão de interação",
|
||||||
|
@ -150,7 +150,7 @@ var locale = {
|
||||||
"Delete this vertex (Alt-click)": "Eliminar este vértice (Alt-clique)",
|
"Delete this vertex (Alt-click)": "Eliminar este vértice (Alt-clique)",
|
||||||
"Directions from here": "Direções a partir daqui",
|
"Directions from here": "Direções a partir daqui",
|
||||||
"Disable editing": "Desativar edição",
|
"Disable editing": "Desativar edição",
|
||||||
"Display measure": "Display measure",
|
"Display measure": "Mostrar medição",
|
||||||
"Display on load": "Mostrar ao carregar",
|
"Display on load": "Mostrar ao carregar",
|
||||||
"Download": "Descarregar",
|
"Download": "Descarregar",
|
||||||
"Download data": "Descarregar dados",
|
"Download data": "Descarregar dados",
|
||||||
|
@ -176,15 +176,15 @@ var locale = {
|
||||||
"Error while fetching {url}": "Erro ao processar {url}",
|
"Error while fetching {url}": "Erro ao processar {url}",
|
||||||
"Exit Fullscreen": "Sair de Ecrã Total",
|
"Exit Fullscreen": "Sair de Ecrã Total",
|
||||||
"Extract shape to separate feature": "Extrair forma geométrica para separar o elemento",
|
"Extract shape to separate feature": "Extrair forma geométrica para separar o elemento",
|
||||||
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
"Fetch data each time map view changes.": "Processar dados cada vez que o mapa é alterado.",
|
||||||
"Filter keys": "Filtrar chaves",
|
"Filter keys": "Filtrar chaves",
|
||||||
"Filter…": "Filtrar...",
|
"Filter…": "Filtrar...",
|
||||||
"Format": "Formato",
|
"Format": "Formato",
|
||||||
"From zoom": "Do zoom",
|
"From zoom": "Do zoom",
|
||||||
"Full map data": "Todos os dados do mapa",
|
"Full map data": "Todos os dados do mapa",
|
||||||
"Go to «{feature}»": "Ir a «{feature}»",
|
"Go to «{feature}»": "Ir a «{feature}»",
|
||||||
"Heatmap intensity property": "Heatmap intensity property",
|
"Heatmap intensity property": "Propriedade da intensidade do mapa térmico",
|
||||||
"Heatmap radius": "Heatmap radius",
|
"Heatmap radius": "Raio do mapa térmico",
|
||||||
"Help": "Ajuda",
|
"Help": "Ajuda",
|
||||||
"Hide controls": "Ocultar controlos",
|
"Hide controls": "Ocultar controlos",
|
||||||
"Home": "Início",
|
"Home": "Início",
|
||||||
|
@ -230,12 +230,12 @@ var locale = {
|
||||||
"Only visible features will be downloaded.": "Apenas os elementos visíveis serão descarregados.",
|
"Only visible features will be downloaded.": "Apenas os elementos visíveis serão descarregados.",
|
||||||
"Open download panel": "Abrir painel de descarregar",
|
"Open download panel": "Abrir painel de descarregar",
|
||||||
"Open link in…": "Abrir link numa...",
|
"Open link in…": "Abrir link numa...",
|
||||||
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta região do mapa num editor de mapas para fornecer dados mais precisos ao OpenStreetMap",
|
||||||
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
"Optional intensity property for heatmap": "Propriedade opcional da intensidade do mapa térmico",
|
||||||
"Optional. Same as color if not set.": "Opcional. Igual à cor se não for definido.",
|
"Optional. Same as color if not set.": "Opcional. Igual à cor se não for definido.",
|
||||||
"Optionnal.": "Opcional.",
|
"Optionnal.": "Opcional.",
|
||||||
"Override clustering radius (default 80)": "Override clustering radius (default 80)",
|
"Override clustering radius (default 80)": "Sobrepor raio do aglomerado (padrão 80)",
|
||||||
"Override heatmap radius (default 25)": "Override heatmap radius (default 25)",
|
"Override heatmap radius (default 25)": "Sobrepor raio do mapa térmico (padrão 80)",
|
||||||
"Paste here your data": "Cole aqui os seus dados",
|
"Paste here your data": "Cole aqui os seus dados",
|
||||||
"Please be sure the licence is compliant with your use.": "Por favor tenha a certeza que a utilização está conforme a licença.",
|
"Please be sure the licence is compliant with your use.": "Por favor tenha a certeza que a utilização está conforme a licença.",
|
||||||
"Please choose a format": "Por favor escolha um formato",
|
"Please choose a format": "Por favor escolha um formato",
|
||||||
|
@ -250,7 +250,7 @@ var locale = {
|
||||||
"Provide an URL here": "Forneça um URL aqui",
|
"Provide an URL here": "Forneça um URL aqui",
|
||||||
"Proxy request": "Pedido proxy",
|
"Proxy request": "Pedido proxy",
|
||||||
"Remote data": "Dados remotos",
|
"Remote data": "Dados remotos",
|
||||||
"Remove shape from the multi": "Remove shape from the multi",
|
"Remove shape from the multi": "Remover forma do multi",
|
||||||
"Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
|
"Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
|
||||||
"Replace layer content": "Substituir o conteúdo da camada",
|
"Replace layer content": "Substituir o conteúdo da camada",
|
||||||
"Restore this version": "Restaurar esta versão",
|
"Restore this version": "Restaurar esta versão",
|
||||||
|
@ -265,7 +265,7 @@ var locale = {
|
||||||
"See all": "Ver tudo",
|
"See all": "Ver tudo",
|
||||||
"See data layers": "Ver camadas de dados",
|
"See data layers": "Ver camadas de dados",
|
||||||
"See full screen": "Ver em ecrã total",
|
"See full screen": "Ver em ecrã total",
|
||||||
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…",
|
||||||
"Shape properties": "Propriedades de formas geométricas",
|
"Shape properties": "Propriedades de formas geométricas",
|
||||||
"Short URL": "URL curto",
|
"Short URL": "URL curto",
|
||||||
"Short credits": "Créditos resumidos",
|
"Short credits": "Créditos resumidos",
|
||||||
|
@ -285,12 +285,12 @@ var locale = {
|
||||||
"Supported variables that will be dynamically replaced": "Variáveis suportadas que serão substituídas de forma dinâmica",
|
"Supported variables that will be dynamically replaced": "Variáveis suportadas que serão substituídas de forma dinâmica",
|
||||||
"Symbol can be either a unicode caracter or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "O símbolo pode ser um caractere unicode ou um URL. Pode usar as propriedades de elementos como variáveis: por exemplo.: com \"http://meuservidor.org/imagens/{nome}.png\", a variável {nome} será substituída pelo valor \"nome\" em cada marco.",
|
"Symbol can be either a unicode caracter or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "O símbolo pode ser um caractere unicode ou um URL. Pode usar as propriedades de elementos como variáveis: por exemplo.: com \"http://meuservidor.org/imagens/{nome}.png\", a variável {nome} será substituída pelo valor \"nome\" em cada marco.",
|
||||||
"TMS format": "Formato TMS",
|
"TMS format": "Formato TMS",
|
||||||
"Text color for the cluster label": "Text color for the cluster label",
|
"Text color for the cluster label": "Cor do texto para a etiqueta do aglomerado",
|
||||||
"Text formatting": "Formatação do texto",
|
"Text formatting": "Formatação do texto",
|
||||||
"The name of the property to use as feature label (ex.: \"nom\")": "The name of the property to use as feature label (ex.: \"nom\")",
|
"The name of the property to use as feature label (ex.: \"nom\")": "O nome da propriedade a usar como etiqueta do elemento (ex.: \"nome\")",
|
||||||
"The zoom and center have been setted.": "O centro e a aproximação foram definidos.",
|
"The zoom and center have been setted.": "O centro e a aproximação foram definidos.",
|
||||||
"To use if remote server doesn't allow cross domain (slower)": "Para usar caso o servidor remoto não permitir domínios cruzados (mais lento)",
|
"To use if remote server doesn't allow cross domain (slower)": "Para usar caso o servidor remoto não permitir domínios cruzados (mais lento)",
|
||||||
"To zoom": "Para aproximar",
|
"To zoom": "Ao zoom",
|
||||||
"Toggle edit mode (shift-click)": "Alternar modo de editar (shift-clique)",
|
"Toggle edit mode (shift-click)": "Alternar modo de editar (shift-clique)",
|
||||||
"Transfer shape to edited feature": "Transferir a forma geométrica para o elemento editado",
|
"Transfer shape to edited feature": "Transferir a forma geométrica para o elemento editado",
|
||||||
"Transform to lines": "Transformar em linha",
|
"Transform to lines": "Transformar em linha",
|
||||||
|
@ -303,7 +303,7 @@ var locale = {
|
||||||
"Update permissions and editors": "Alterar permisões e editores",
|
"Update permissions and editors": "Alterar permisões e editores",
|
||||||
"Url": "URL",
|
"Url": "URL",
|
||||||
"Use current bounds": "Usar extremos atuais",
|
"Use current bounds": "Usar extremos atuais",
|
||||||
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.",
|
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Use espaços reservados como propriedades de elementos entre parêntesis. Por ex. {nome} e serão substituídos pelos valores correspondentes.",
|
||||||
"User content credits": "Créditos do conteúdo do utilizador",
|
"User content credits": "Créditos do conteúdo do utilizador",
|
||||||
"User interface options": "Opções da interface de utilizador",
|
"User interface options": "Opções da interface de utilizador",
|
||||||
"Versions": "Versões",
|
"Versions": "Versões",
|
||||||
|
@ -357,15 +357,15 @@ var locale = {
|
||||||
"{distance} m": "{distance} m",
|
"{distance} m": "{distance} m",
|
||||||
"{distance} miles": "{distance} milhas",
|
"{distance} miles": "{distance} milhas",
|
||||||
"{distance} yd": "{distance} yd",
|
"{distance} yd": "{distance} yd",
|
||||||
"1 day": "1 day",
|
"1 day": "1 dia",
|
||||||
"1 hour": "1 hour",
|
"1 hour": "1 hora",
|
||||||
"5 min": "5 min",
|
"5 min": "5 min",
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Pedido cache com proxy",
|
||||||
"No cache": "No cache",
|
"No cache": "Sem cache",
|
||||||
"Popup": "Popup",
|
"Popup": "Popup",
|
||||||
"Popup (large)": "Popup (large)",
|
"Popup (large)": "Popup (largo)",
|
||||||
"Popup content style": "Popup content style",
|
"Popup content style": "Estilo do conteúdo do popup",
|
||||||
"Popup shape": "Popup shape"
|
"Popup shape": "Forma do popup"
|
||||||
};
|
};
|
||||||
L.registerLocale("pt", locale);
|
L.registerLocale("pt", locale);
|
||||||
L.setLocale("pt");
|
L.setLocale("pt");
|
|
@ -9,7 +9,7 @@
|
||||||
"Choose the data format": "Escolha o formato dos dados",
|
"Choose the data format": "Escolha o formato dos dados",
|
||||||
"Choose the layer of the feature": "Escolha a camada do elemento",
|
"Choose the layer of the feature": "Escolha a camada do elemento",
|
||||||
"Circle": "Círculo",
|
"Circle": "Círculo",
|
||||||
"Clustered": "Clustered",
|
"Clustered": "Agregado",
|
||||||
"Data browser": "Navegador de dados",
|
"Data browser": "Navegador de dados",
|
||||||
"Default": "Padrão",
|
"Default": "Padrão",
|
||||||
"Default zoom level": "Nível de aproximação padrão",
|
"Default zoom level": "Nível de aproximação padrão",
|
||||||
|
@ -23,20 +23,20 @@
|
||||||
"Display the measure control": "Mostrar o controlo de medição",
|
"Display the measure control": "Mostrar o controlo de medição",
|
||||||
"Display the search control": "Mostrar o controlo de pesquisa",
|
"Display the search control": "Mostrar o controlo de pesquisa",
|
||||||
"Display the tile layers control": "Mostrar o controlo de camadas de telas",
|
"Display the tile layers control": "Mostrar o controlo de camadas de telas",
|
||||||
"Display the zoom control": "Mostrar o controlo de aproximar e afastar",
|
"Display the zoom control": "Mostrar o controlo de aproximar e afastar (zoom)",
|
||||||
"Do you want to display a caption bar?": "Quer mostrar uma barra de cabeçalho?",
|
"Do you want to display a caption bar?": "Mostrar uma barra de cabeçalho?",
|
||||||
"Do you want to display a minimap?": "Pretende mostrar um mini-mapa?",
|
"Do you want to display a minimap?": "Pretende mostrar um mini-mapa?",
|
||||||
"Do you want to display a panel on load?": "Quer mostrar um painel ao carregar?",
|
"Do you want to display a panel on load?": "Mostrar um painel ao carregar?",
|
||||||
"Do you want to display popup footer?": "Pretende mostrar um popup no rodapé?",
|
"Do you want to display popup footer?": "Pretende mostrar um popup no rodapé?",
|
||||||
"Do you want to display the scale control?": "Pretende mostrar o controlo de escala?",
|
"Do you want to display the scale control?": "Pretende mostrar o controlo de escala?",
|
||||||
"Do you want to display the «more» control?": "Quer mostrar o controlo «mais»?",
|
"Do you want to display the «more» control?": "Mostrar o botão «mostrar mais botões»?",
|
||||||
"Drop": "Largar",
|
"Drop": "Comum",
|
||||||
"GeoRSS (only link)": "GeoRSS (apenas o link)",
|
"GeoRSS (only link)": "GeoRSS (apenas o link)",
|
||||||
"GeoRSS (title + image)": "GeoRSS (título + imagem)",
|
"GeoRSS (title + image)": "GeoRSS (título + imagem)",
|
||||||
"Heatmap": "Heatmap",
|
"Heatmap": "Mapa térmico",
|
||||||
"Icon shape": "Forma do ícone",
|
"Icon shape": "Forma do ícone",
|
||||||
"Icon symbol": "Símbolo do ícone",
|
"Icon symbol": "Símbolo do ícone",
|
||||||
"Inherit": "Inherit",
|
"Inherit": "Herdado",
|
||||||
"Label direction": "Direção da etiqueta",
|
"Label direction": "Direção da etiqueta",
|
||||||
"Label key": "Chave da etiqueta",
|
"Label key": "Chave da etiqueta",
|
||||||
"Labels are clickable": "Etiquetas são clicáveis",
|
"Labels are clickable": "Etiquetas são clicáveis",
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
"never": "nunca",
|
"never": "nunca",
|
||||||
"new window": "nova janela",
|
"new window": "nova janela",
|
||||||
"no": "não",
|
"no": "não",
|
||||||
"on hover": "ao passar por cima",
|
"on hover": "cursor por cima",
|
||||||
"opacity": "opacidade",
|
"opacity": "opacidade",
|
||||||
"parent window": "janela pai",
|
"parent window": "janela pai",
|
||||||
"stroke": "traço",
|
"stroke": "traço",
|
||||||
|
@ -87,9 +87,9 @@
|
||||||
"Action not allowed :(": "Ação não permitida :(",
|
"Action not allowed :(": "Ação não permitida :(",
|
||||||
"Activate slideshow mode": "Ativar modo de apresentação",
|
"Activate slideshow mode": "Ativar modo de apresentação",
|
||||||
"Add a layer": "Adicionar camada",
|
"Add a layer": "Adicionar camada",
|
||||||
"Add a line to the current multi": "Add a line to the current multi",
|
"Add a line to the current multi": "Adicionar uma linha para o multi atual",
|
||||||
"Add a new property": "Adicionar uma nova propriedade",
|
"Add a new property": "Adicionar uma nova propriedade",
|
||||||
"Add a polygon to the current multi": "Add a polygon to the current multi",
|
"Add a polygon to the current multi": "Adicionar um polígono para o multi atual",
|
||||||
"Advanced actions": "Ações avançadas",
|
"Advanced actions": "Ações avançadas",
|
||||||
"Advanced properties": "Propriedades avançadas",
|
"Advanced properties": "Propriedades avançadas",
|
||||||
"Advanced transition": "Transição avançada",
|
"Advanced transition": "Transição avançada",
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
"Are you sure you want to restore this version?": "Tem a certeza que quer restaurar esta versão?",
|
"Are you sure you want to restore this version?": "Tem a certeza que quer restaurar esta versão?",
|
||||||
"Attach the map to my account": "Anexar o mapa à minha conta",
|
"Attach the map to my account": "Anexar o mapa à minha conta",
|
||||||
"Auto": "Auto",
|
"Auto": "Auto",
|
||||||
"Autostart when map is loaded": "Reproduzir automaticamente ao carregar o mapa",
|
"Autostart when map is loaded": "iniciar ao abrir o mapa",
|
||||||
"Bring feature to center": "Centrar elemento",
|
"Bring feature to center": "Centrar elemento",
|
||||||
"Browse data": "Explorar dados",
|
"Browse data": "Explorar dados",
|
||||||
"Cancel edits": "Cancelar edições",
|
"Cancel edits": "Cancelar edições",
|
||||||
|
@ -121,19 +121,19 @@
|
||||||
"Click to edit": "Clique para editar",
|
"Click to edit": "Clique para editar",
|
||||||
"Click to start drawing a line": "Clique para começar a desenhar uma linha",
|
"Click to start drawing a line": "Clique para começar a desenhar uma linha",
|
||||||
"Click to start drawing a polygon": "Clique para começar a desenhar um polígono",
|
"Click to start drawing a polygon": "Clique para começar a desenhar um polígono",
|
||||||
"Clone": "Clone",
|
"Clone": "Clonar",
|
||||||
"Clone of {name}": "Clone de {name}",
|
"Clone of {name}": "Clone de {name}",
|
||||||
"Clone this feature": "Clonar este elemento",
|
"Clone this feature": "Clonar este elemento",
|
||||||
"Clone this map": "Clonar este mapa",
|
"Clone this map": "Clonar este mapa",
|
||||||
"Close": "Fechar",
|
"Close": "Fechar",
|
||||||
"Clustering radius": "Clustering radius",
|
"Clustering radius": "Raio do aglomerado",
|
||||||
"Comma separated list of properties to use when filtering features": "Lista separada por vírgulas de propriedades a usar ao filtrar elementos",
|
"Comma separated list of properties to use when filtering features": "Lista separada por vírgulas de propriedades a usar ao filtrar elementos",
|
||||||
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.",
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.",
|
||||||
"Continue line": "Continuar linha",
|
"Continue line": "Continuar linha",
|
||||||
"Continue line (Ctrl-click)": "Continuar linnha (Ctrl-clique)",
|
"Continue line (Ctrl-click)": "Continuar linnha (Ctrl-clique)",
|
||||||
"Coordinates": "Coordenadas",
|
"Coordinates": "Coordenadas",
|
||||||
"Credits": "Créditos",
|
"Credits": "Créditos",
|
||||||
"Current view instead of default map view?": "Vista atual em ves da vista padrão do mapa?",
|
"Current view instead of default map view?": "Vista atual e não a vista padrão do mapa?",
|
||||||
"Custom background": "Fundo personalizado",
|
"Custom background": "Fundo personalizado",
|
||||||
"Data is browsable": "Os dados são navegáveis",
|
"Data is browsable": "Os dados são navegáveis",
|
||||||
"Default interaction options": "Opções padrão de interação",
|
"Default interaction options": "Opções padrão de interação",
|
||||||
|
@ -150,7 +150,7 @@
|
||||||
"Delete this vertex (Alt-click)": "Eliminar este vértice (Alt-clique)",
|
"Delete this vertex (Alt-click)": "Eliminar este vértice (Alt-clique)",
|
||||||
"Directions from here": "Direções a partir daqui",
|
"Directions from here": "Direções a partir daqui",
|
||||||
"Disable editing": "Desativar edição",
|
"Disable editing": "Desativar edição",
|
||||||
"Display measure": "Display measure",
|
"Display measure": "Mostrar medição",
|
||||||
"Display on load": "Mostrar ao carregar",
|
"Display on load": "Mostrar ao carregar",
|
||||||
"Download": "Descarregar",
|
"Download": "Descarregar",
|
||||||
"Download data": "Descarregar dados",
|
"Download data": "Descarregar dados",
|
||||||
|
@ -176,15 +176,15 @@
|
||||||
"Error while fetching {url}": "Erro ao processar {url}",
|
"Error while fetching {url}": "Erro ao processar {url}",
|
||||||
"Exit Fullscreen": "Sair de Ecrã Total",
|
"Exit Fullscreen": "Sair de Ecrã Total",
|
||||||
"Extract shape to separate feature": "Extrair forma geométrica para separar o elemento",
|
"Extract shape to separate feature": "Extrair forma geométrica para separar o elemento",
|
||||||
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
"Fetch data each time map view changes.": "Processar dados cada vez que o mapa é alterado.",
|
||||||
"Filter keys": "Filtrar chaves",
|
"Filter keys": "Filtrar chaves",
|
||||||
"Filter…": "Filtrar...",
|
"Filter…": "Filtrar...",
|
||||||
"Format": "Formato",
|
"Format": "Formato",
|
||||||
"From zoom": "Do zoom",
|
"From zoom": "Do zoom",
|
||||||
"Full map data": "Todos os dados do mapa",
|
"Full map data": "Todos os dados do mapa",
|
||||||
"Go to «{feature}»": "Ir a «{feature}»",
|
"Go to «{feature}»": "Ir a «{feature}»",
|
||||||
"Heatmap intensity property": "Heatmap intensity property",
|
"Heatmap intensity property": "Propriedade da intensidade do mapa térmico",
|
||||||
"Heatmap radius": "Heatmap radius",
|
"Heatmap radius": "Raio do mapa térmico",
|
||||||
"Help": "Ajuda",
|
"Help": "Ajuda",
|
||||||
"Hide controls": "Ocultar controlos",
|
"Hide controls": "Ocultar controlos",
|
||||||
"Home": "Início",
|
"Home": "Início",
|
||||||
|
@ -230,12 +230,12 @@
|
||||||
"Only visible features will be downloaded.": "Apenas os elementos visíveis serão descarregados.",
|
"Only visible features will be downloaded.": "Apenas os elementos visíveis serão descarregados.",
|
||||||
"Open download panel": "Abrir painel de descarregar",
|
"Open download panel": "Abrir painel de descarregar",
|
||||||
"Open link in…": "Abrir link numa...",
|
"Open link in…": "Abrir link numa...",
|
||||||
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta região do mapa num editor de mapas para fornecer dados mais precisos ao OpenStreetMap",
|
||||||
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
"Optional intensity property for heatmap": "Propriedade opcional da intensidade do mapa térmico",
|
||||||
"Optional. Same as color if not set.": "Opcional. Igual à cor se não for definido.",
|
"Optional. Same as color if not set.": "Opcional. Igual à cor se não for definido.",
|
||||||
"Optionnal.": "Opcional.",
|
"Optionnal.": "Opcional.",
|
||||||
"Override clustering radius (default 80)": "Override clustering radius (default 80)",
|
"Override clustering radius (default 80)": "Sobrepor raio do aglomerado (padrão 80)",
|
||||||
"Override heatmap radius (default 25)": "Override heatmap radius (default 25)",
|
"Override heatmap radius (default 25)": "Sobrepor raio do mapa térmico (padrão 80)",
|
||||||
"Paste here your data": "Cole aqui os seus dados",
|
"Paste here your data": "Cole aqui os seus dados",
|
||||||
"Please be sure the licence is compliant with your use.": "Por favor tenha a certeza que a utilização está conforme a licença.",
|
"Please be sure the licence is compliant with your use.": "Por favor tenha a certeza que a utilização está conforme a licença.",
|
||||||
"Please choose a format": "Por favor escolha um formato",
|
"Please choose a format": "Por favor escolha um formato",
|
||||||
|
@ -250,7 +250,7 @@
|
||||||
"Provide an URL here": "Forneça um URL aqui",
|
"Provide an URL here": "Forneça um URL aqui",
|
||||||
"Proxy request": "Pedido proxy",
|
"Proxy request": "Pedido proxy",
|
||||||
"Remote data": "Dados remotos",
|
"Remote data": "Dados remotos",
|
||||||
"Remove shape from the multi": "Remove shape from the multi",
|
"Remove shape from the multi": "Remover forma do multi",
|
||||||
"Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
|
"Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
|
||||||
"Replace layer content": "Substituir o conteúdo da camada",
|
"Replace layer content": "Substituir o conteúdo da camada",
|
||||||
"Restore this version": "Restaurar esta versão",
|
"Restore this version": "Restaurar esta versão",
|
||||||
|
@ -265,7 +265,7 @@
|
||||||
"See all": "Ver tudo",
|
"See all": "Ver tudo",
|
||||||
"See data layers": "Ver camadas de dados",
|
"See data layers": "Ver camadas de dados",
|
||||||
"See full screen": "Ver em ecrã total",
|
"See full screen": "Ver em ecrã total",
|
||||||
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…",
|
||||||
"Shape properties": "Propriedades de formas geométricas",
|
"Shape properties": "Propriedades de formas geométricas",
|
||||||
"Short URL": "URL curto",
|
"Short URL": "URL curto",
|
||||||
"Short credits": "Créditos resumidos",
|
"Short credits": "Créditos resumidos",
|
||||||
|
@ -285,12 +285,12 @@
|
||||||
"Supported variables that will be dynamically replaced": "Variáveis suportadas que serão substituídas de forma dinâmica",
|
"Supported variables that will be dynamically replaced": "Variáveis suportadas que serão substituídas de forma dinâmica",
|
||||||
"Symbol can be either a unicode caracter or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "O símbolo pode ser um caractere unicode ou um URL. Pode usar as propriedades de elementos como variáveis: por exemplo.: com \"http://meuservidor.org/imagens/{nome}.png\", a variável {nome} será substituída pelo valor \"nome\" em cada marco.",
|
"Symbol can be either a unicode caracter or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "O símbolo pode ser um caractere unicode ou um URL. Pode usar as propriedades de elementos como variáveis: por exemplo.: com \"http://meuservidor.org/imagens/{nome}.png\", a variável {nome} será substituída pelo valor \"nome\" em cada marco.",
|
||||||
"TMS format": "Formato TMS",
|
"TMS format": "Formato TMS",
|
||||||
"Text color for the cluster label": "Text color for the cluster label",
|
"Text color for the cluster label": "Cor do texto para a etiqueta do aglomerado",
|
||||||
"Text formatting": "Formatação do texto",
|
"Text formatting": "Formatação do texto",
|
||||||
"The name of the property to use as feature label (ex.: \"nom\")": "The name of the property to use as feature label (ex.: \"nom\")",
|
"The name of the property to use as feature label (ex.: \"nom\")": "O nome da propriedade a usar como etiqueta do elemento (ex.: \"nome\")",
|
||||||
"The zoom and center have been setted.": "O centro e a aproximação foram definidos.",
|
"The zoom and center have been setted.": "O centro e a aproximação foram definidos.",
|
||||||
"To use if remote server doesn't allow cross domain (slower)": "Para usar caso o servidor remoto não permitir domínios cruzados (mais lento)",
|
"To use if remote server doesn't allow cross domain (slower)": "Para usar caso o servidor remoto não permitir domínios cruzados (mais lento)",
|
||||||
"To zoom": "Para aproximar",
|
"To zoom": "Ao zoom",
|
||||||
"Toggle edit mode (shift-click)": "Alternar modo de editar (shift-clique)",
|
"Toggle edit mode (shift-click)": "Alternar modo de editar (shift-clique)",
|
||||||
"Transfer shape to edited feature": "Transferir a forma geométrica para o elemento editado",
|
"Transfer shape to edited feature": "Transferir a forma geométrica para o elemento editado",
|
||||||
"Transform to lines": "Transformar em linha",
|
"Transform to lines": "Transformar em linha",
|
||||||
|
@ -303,7 +303,7 @@
|
||||||
"Update permissions and editors": "Alterar permisões e editores",
|
"Update permissions and editors": "Alterar permisões e editores",
|
||||||
"Url": "URL",
|
"Url": "URL",
|
||||||
"Use current bounds": "Usar extremos atuais",
|
"Use current bounds": "Usar extremos atuais",
|
||||||
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.",
|
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Use espaços reservados como propriedades de elementos entre parêntesis. Por ex. {nome} e serão substituídos pelos valores correspondentes.",
|
||||||
"User content credits": "Créditos do conteúdo do utilizador",
|
"User content credits": "Créditos do conteúdo do utilizador",
|
||||||
"User interface options": "Opções da interface de utilizador",
|
"User interface options": "Opções da interface de utilizador",
|
||||||
"Versions": "Versões",
|
"Versions": "Versões",
|
||||||
|
@ -357,13 +357,13 @@
|
||||||
"{distance} m": "{distance} m",
|
"{distance} m": "{distance} m",
|
||||||
"{distance} miles": "{distance} milhas",
|
"{distance} miles": "{distance} milhas",
|
||||||
"{distance} yd": "{distance} yd",
|
"{distance} yd": "{distance} yd",
|
||||||
"1 day": "1 day",
|
"1 day": "1 dia",
|
||||||
"1 hour": "1 hour",
|
"1 hour": "1 hora",
|
||||||
"5 min": "5 min",
|
"5 min": "5 min",
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Pedido cache com proxy",
|
||||||
"No cache": "No cache",
|
"No cache": "Sem cache",
|
||||||
"Popup": "Popup",
|
"Popup": "Popup",
|
||||||
"Popup (large)": "Popup (large)",
|
"Popup (large)": "Popup (largo)",
|
||||||
"Popup content style": "Popup content style",
|
"Popup content style": "Estilo do conteúdo do popup",
|
||||||
"Popup shape": "Popup shape"
|
"Popup shape": "Forma do popup"
|
||||||
}
|
}
|
|
@ -1,352 +1,352 @@
|
||||||
{
|
{
|
||||||
"Add symbol": "Add symbol",
|
"Add symbol": "Adicionar símbolo",
|
||||||
"Allow scroll wheel zoom?": "Allow scroll wheel zoom?",
|
"Allow scroll wheel zoom?": "Permitir zoom com roda do mause?",
|
||||||
"Automatic": "Automatic",
|
"Automatic": "Automático",
|
||||||
"Ball": "Ball",
|
"Ball": "Bola",
|
||||||
"Cancel": "Cancel",
|
"Cancel": "Cancelar",
|
||||||
"Caption": "Caption",
|
"Caption": "Cabeçalho",
|
||||||
"Change symbol": "Change symbol",
|
"Change symbol": "Alterar símbolo",
|
||||||
"Choose the data format": "Choose the data format",
|
"Choose the data format": "Escolha o formato dos dados",
|
||||||
"Choose the layer of the feature": "Choose the layer of the feature",
|
"Choose the layer of the feature": "Escolha a camada do elemento",
|
||||||
"Circle": "Circle",
|
"Circle": "Círculo",
|
||||||
"Clustered": "Clustered",
|
"Clustered": "Agregado",
|
||||||
"Data browser": "Data browser",
|
"Data browser": "Navegador de dados",
|
||||||
"Default": "Default",
|
"Default": "Padrão",
|
||||||
"Default zoom level": "Default zoom level",
|
"Default zoom level": "Nível de aproximação padrão",
|
||||||
"Default: name": "Default: name",
|
"Default: name": "Padrão: nome",
|
||||||
"Display label": "Display label",
|
"Display label": "Mostrar etiqueta",
|
||||||
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
"Display the control to open OpenStreetMap editor": "Mostrar o controle para abrir o editor OpenStreetMap",
|
||||||
"Display the data layers control": "Display the data layers control",
|
"Display the data layers control": "Mostrar o controle das camadas de dados",
|
||||||
"Display the embed control": "Display the embed control",
|
"Display the embed control": "Mostrar o controle de embeber",
|
||||||
"Display the fullscreen control": "Display the fullscreen control",
|
"Display the fullscreen control": "Mostrar o controle de ecrã total",
|
||||||
"Display the locate control": "Display the locate control",
|
"Display the locate control": "Mostrar o controle de localizar",
|
||||||
"Display the measure control": "Display the measure control",
|
"Display the measure control": "Mostrar o controle de medição",
|
||||||
"Display the search control": "Display the search control",
|
"Display the search control": "Mostrar o controle de procura",
|
||||||
"Display the tile layers control": "Display the tile layers control",
|
"Display the tile layers control": "Mostrar o controle de camadas de telas",
|
||||||
"Display the zoom control": "Display the zoom control",
|
"Display the zoom control": "Mostrar o controle de aproximar e afastar (zoom)",
|
||||||
"Do you want to display a caption bar?": "Do you want to display a caption bar?",
|
"Do you want to display a caption bar?": "Mostrar uma barra de cabeçalho?",
|
||||||
"Do you want to display a minimap?": "Do you want to display a minimap?",
|
"Do you want to display a minimap?": "Pretende mostrar um mini-mapa?",
|
||||||
"Do you want to display a panel on load?": "Do you want to display a panel on load?",
|
"Do you want to display a panel on load?": "Mostrar um painel ao carregar?",
|
||||||
"Do you want to display popup footer?": "Do you want to display popup footer?",
|
"Do you want to display popup footer?": "Pretende mostrar um popup no rodapé?",
|
||||||
"Do you want to display the scale control?": "Do you want to display the scale control?",
|
"Do you want to display the scale control?": "Pretende mostrar o controle de escala?",
|
||||||
"Do you want to display the «more» control?": "Do you want to display the «more» control?",
|
"Do you want to display the «more» control?": "Mostrar o botão «mostrar mais botões»?",
|
||||||
"Drop": "Drop",
|
"Drop": "Comum",
|
||||||
"GeoRSS (only link)": "GeoRSS (only link)",
|
"GeoRSS (only link)": "GeoRSS (apenas o link)",
|
||||||
"GeoRSS (title + image)": "GeoRSS (title + image)",
|
"GeoRSS (title + image)": "GeoRSS (título + imagem)",
|
||||||
"Heatmap": "Heatmap",
|
"Heatmap": "Mapa térmico",
|
||||||
"Icon shape": "Icon shape",
|
"Icon shape": "Forma do ícone",
|
||||||
"Icon symbol": "Icon symbol",
|
"Icon symbol": "Símbolo do ícone",
|
||||||
"Inherit": "Inherit",
|
"Inherit": "Herdado",
|
||||||
"Label direction": "Label direction",
|
"Label direction": "Direção da etiqueta",
|
||||||
"Label key": "Label key",
|
"Label key": "Chave da etiqueta",
|
||||||
"Labels are clickable": "Labels are clickable",
|
"Labels are clickable": "Etiquetas são clicáveis",
|
||||||
"None": "None",
|
"None": "Nenhum",
|
||||||
"On the bottom": "On the bottom",
|
"On the bottom": "No fundo",
|
||||||
"On the left": "On the left",
|
"On the left": "Na esquerda",
|
||||||
"On the right": "On the right",
|
"On the right": "Na direita",
|
||||||
"On the top": "On the top",
|
"On the top": "No topo",
|
||||||
"Popup content template": "Popup content template",
|
"Popup content template": "Modelo de conteúdo do popup",
|
||||||
"Set symbol": "Set symbol",
|
"Set symbol": "Definir símbolo",
|
||||||
"Side panel": "Side panel",
|
"Side panel": "Painel lateral",
|
||||||
"Simplify": "Simplify",
|
"Simplify": "Simplificar",
|
||||||
"Symbol or url": "Symbol or url",
|
"Symbol or url": "Símbolo ou URL",
|
||||||
"Table": "Table",
|
"Table": "Tabela",
|
||||||
"always": "always",
|
"always": "sempre",
|
||||||
"clear": "clear",
|
"clear": "limpar",
|
||||||
"collapsed": "collapsed",
|
"collapsed": "colapsado",
|
||||||
"color": "color",
|
"color": "cor",
|
||||||
"dash array": "dash array",
|
"dash array": "série de traços",
|
||||||
"define": "define",
|
"define": "definir",
|
||||||
"description": "description",
|
"description": "descrição",
|
||||||
"expanded": "expanded",
|
"expanded": "expandido",
|
||||||
"fill": "fill",
|
"fill": "preenchimento",
|
||||||
"fill color": "fill color",
|
"fill color": "cor do preenchimento",
|
||||||
"fill opacity": "fill opacity",
|
"fill opacity": "opacidade do preenchimento",
|
||||||
"hidden": "hidden",
|
"hidden": "oculto",
|
||||||
"iframe": "iframe",
|
"iframe": "iframe",
|
||||||
"inherit": "inherit",
|
"inherit": "herdado",
|
||||||
"name": "name",
|
"name": "nome",
|
||||||
"never": "never",
|
"never": "nunca",
|
||||||
"new window": "new window",
|
"new window": "nova janela",
|
||||||
"no": "no",
|
"no": "não",
|
||||||
"on hover": "on hover",
|
"on hover": "cursor por cima",
|
||||||
"opacity": "opacity",
|
"opacity": "opacidade",
|
||||||
"parent window": "parent window",
|
"parent window": "janela pai",
|
||||||
"stroke": "stroke",
|
"stroke": "traço",
|
||||||
"weight": "weight",
|
"weight": "espessura",
|
||||||
"yes": "yes",
|
"yes": "sim",
|
||||||
"{delay} seconds": "{delay} seconds",
|
"{delay} seconds": "{delay} segundos",
|
||||||
"# one hash for main heading": "# one hash for main heading",
|
"# one hash for main heading": "# um cardinal para o cabeçalho principal",
|
||||||
"## two hashes for second heading": "## two hashes for second heading",
|
"## two hashes for second heading": "## dois cardinais para o segundo cabeçalho",
|
||||||
"### three hashes for third heading": "### three hashes for third heading",
|
"### three hashes for third heading": "### três cardinais para o terceiro cabeçalho",
|
||||||
"**double star for bold**": "**double star for bold**",
|
"**double star for bold**": "**dois asteriscos duplos para negrito**",
|
||||||
"*simple star for italic*": "*simple star for italic*",
|
"*simple star for italic*": "**um asterisco duplos para itálico**",
|
||||||
"--- for an horizontal rule": "--- for an horizontal rule",
|
"--- for an horizontal rule": "--- para uma régua horizontal",
|
||||||
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".",
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Lista de números separada por vírgulas que define o padrão do traço. Por exemplo \"5, 10, 15\".",
|
||||||
"About": "About",
|
"About": "Sobre",
|
||||||
"Action not allowed :(": "Action not allowed :(",
|
"Action not allowed :(": "Ação não permitida :(",
|
||||||
"Activate slideshow mode": "Activate slideshow mode",
|
"Activate slideshow mode": "Ativar modo de apresentação",
|
||||||
"Add a layer": "Add a layer",
|
"Add a layer": "Adicionar camada",
|
||||||
"Add a line to the current multi": "Add a line to the current multi",
|
"Add a line to the current multi": "Adicionar uma linha para o multi atual",
|
||||||
"Add a new property": "Add a new property",
|
"Add a new property": "Adicionar uma nova propriedade",
|
||||||
"Add a polygon to the current multi": "Add a polygon to the current multi",
|
"Add a polygon to the current multi": "Adicionar um polígono para o multi atual",
|
||||||
"Advanced actions": "Advanced actions",
|
"Advanced actions": "Ações avançadas",
|
||||||
"Advanced properties": "Advanced properties",
|
"Advanced properties": "Propriedades avançadas",
|
||||||
"Advanced transition": "Advanced transition",
|
"Advanced transition": "Transição avançada",
|
||||||
"All properties are imported.": "All properties are imported.",
|
"All properties are imported.": "Foram importadas todas as propriedades.",
|
||||||
"Allow interactions": "Allow interactions",
|
"Allow interactions": "Permitir interações",
|
||||||
"An error occured": "An error occured",
|
"An error occured": "Ocorreu um erro",
|
||||||
"Are you sure you want to cancel your changes?": "Are you sure you want to cancel your changes?",
|
"Are you sure you want to cancel your changes?": "Tem a certeza que quer cancelar as suas alterações?",
|
||||||
"Are you sure you want to clone this map and all its datalayers?": "Are you sure you want to clone this map and all its datalayers?",
|
"Are you sure you want to clone this map and all its datalayers?": "Tem a certeza que quer clonar este mapa, incluindo todas as camadas de dados?",
|
||||||
"Are you sure you want to delete the feature?": "Are you sure you want to delete the feature?",
|
"Are you sure you want to delete the feature?": "Tem a certeza que quer eliminar o elemento?",
|
||||||
"Are you sure you want to delete this layer?": "Are you sure you want to delete this layer?",
|
"Are you sure you want to delete this layer?": "Tem a certeza que quer eliminar esta camada?",
|
||||||
"Are you sure you want to delete this map?": "Are you sure you want to delete this map?",
|
"Are you sure you want to delete this map?": "Tem a certeza que quer eliminar este mapa?",
|
||||||
"Are you sure you want to delete this property on all the features?": "Are you sure you want to delete this property on all the features?",
|
"Are you sure you want to delete this property on all the features?": "Tem a certeza que quer eliminar esta propriedade em todos os elementos?",
|
||||||
"Are you sure you want to restore this version?": "Are you sure you want to restore this version?",
|
"Are you sure you want to restore this version?": "Tem a certeza que quer restaurar esta versão?",
|
||||||
"Attach the map to my account": "Attach the map to my account",
|
"Attach the map to my account": "Anexar o mapa à minha conta",
|
||||||
"Auto": "Auto",
|
"Auto": "Auto",
|
||||||
"Autostart when map is loaded": "Autostart when map is loaded",
|
"Autostart when map is loaded": "Iniciar ao abrir o mapa",
|
||||||
"Bring feature to center": "Bring feature to center",
|
"Bring feature to center": "Centrar elemento",
|
||||||
"Browse data": "Browse data",
|
"Browse data": "Explorar dados",
|
||||||
"Cancel edits": "Cancel edits",
|
"Cancel edits": "Cancelar edições",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Centrar mapa na sua localização",
|
||||||
"Change map background": "Change map background",
|
"Change map background": "Mudar fundo do mapa",
|
||||||
"Change tilelayers": "Change tilelayers",
|
"Change tilelayers": "Alterar camadas de telas",
|
||||||
"Choose a preset": "Choose a preset",
|
"Choose a preset": "Escolha um modelo",
|
||||||
"Choose the format of the data to import": "Choose the format of the data to import",
|
"Choose the format of the data to import": "Escolha o formato dos dados para importação",
|
||||||
"Choose the layer to import in": "Choose the layer to import in",
|
"Choose the layer to import in": "Escolha a camada para destino da importação",
|
||||||
"Click last point to finish shape": "Click last point to finish shape",
|
"Click last point to finish shape": "Clique no último ponto para terminar a forma geométrica",
|
||||||
"Click to add a marker": "Click to add a marker",
|
"Click to add a marker": "Clique para adicionar um marcador",
|
||||||
"Click to continue drawing": "Click to continue drawing",
|
"Click to continue drawing": "Clique para continuar a desenhar",
|
||||||
"Click to edit": "Click to edit",
|
"Click to edit": "Clique para editar",
|
||||||
"Click to start drawing a line": "Click to start drawing a line",
|
"Click to start drawing a line": "Clique para começar a desenhar uma linha",
|
||||||
"Click to start drawing a polygon": "Click to start drawing a polygon",
|
"Click to start drawing a polygon": "Clique para começar a desenhar um polígono",
|
||||||
"Clone": "Clone",
|
"Clone": "Clonar",
|
||||||
"Clone of {name}": "Clone of {name}",
|
"Clone of {name}": "Clone de {name}",
|
||||||
"Clone this feature": "Clone this feature",
|
"Clone this feature": "Clonar este elemento",
|
||||||
"Clone this map": "Clone this map",
|
"Clone this map": "Clonar este mapa",
|
||||||
"Close": "Close",
|
"Close": "Fechar",
|
||||||
"Clustering radius": "Clustering radius",
|
"Clustering radius": "Raio do aglomerado",
|
||||||
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
|
"Comma separated list of properties to use when filtering features": "Lista separada por vírgulas de propriedades a usar ao filtrar elementos",
|
||||||
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.",
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito o sistema de referência espacial WGS84. Apenas são importadas as geometrias de ponto. A importação irá ver se aparece no cabeçalho das colunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. Todas a outras colunas são importadas como propriedades.",
|
||||||
"Continue line": "Continue line",
|
"Continue line": "Continuar linha",
|
||||||
"Continue line (Ctrl-click)": "Continue line (Ctrl-click)",
|
"Continue line (Ctrl-click)": "Continuar linnha (Ctrl-clique)",
|
||||||
"Coordinates": "Coordinates",
|
"Coordinates": "Coordenadas",
|
||||||
"Credits": "Credits",
|
"Credits": "Créditos",
|
||||||
"Current view instead of default map view?": "Current view instead of default map view?",
|
"Current view instead of default map view?": "Vista atual e não a vista padrão do mapa?",
|
||||||
"Custom background": "Custom background",
|
"Custom background": "Fundo personalizado",
|
||||||
"Data is browsable": "Data is browsable",
|
"Data is browsable": "Os dados são navegáveis",
|
||||||
"Default interaction options": "Default interaction options",
|
"Default interaction options": "Opções padrão de interação",
|
||||||
"Default properties": "Default properties",
|
"Default properties": "Propriedades padrão",
|
||||||
"Default shape properties": "Default shape properties",
|
"Default shape properties": "Propriedades padrão de formas geométricas",
|
||||||
"Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
|
"Define link to open in a new window on polygon click.": "Definir link para abrir numa nova janela ao clicar no polígono.",
|
||||||
"Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
|
"Delay between two transitions when in play mode": "Atraso entre 2 transições ao reproduzir a apresentação",
|
||||||
"Delete": "Delete",
|
"Delete": "Eliminar",
|
||||||
"Delete all layers": "Delete all layers",
|
"Delete all layers": "Eliminar todas as camadas",
|
||||||
"Delete layer": "Delete layer",
|
"Delete layer": "Eliminar camada",
|
||||||
"Delete this feature": "Delete this feature",
|
"Delete this feature": "Eliminar este elemento",
|
||||||
"Delete this property on all the features": "Delete this property on all the features",
|
"Delete this property on all the features": "Eliminar esta propriedade em todos os elementos",
|
||||||
"Delete this shape": "Delete this shape",
|
"Delete this shape": "Eliminar esta forma geométrica",
|
||||||
"Delete this vertex (Alt-click)": "Delete this vertex (Alt-click)",
|
"Delete this vertex (Alt-click)": "Eliminar este vértice (Alt-clique)",
|
||||||
"Directions from here": "Directions from here",
|
"Directions from here": "Direções a partir daqui",
|
||||||
"Disable editing": "Disable editing",
|
"Disable editing": "Desativar edição",
|
||||||
"Display measure": "Display measure",
|
"Display measure": "Mostrar medição",
|
||||||
"Display on load": "Display on load",
|
"Display on load": "Mostrar ao carregar",
|
||||||
"Download": "Download",
|
"Download": "Descarregar",
|
||||||
"Download data": "Download data",
|
"Download data": "Descarregar dados",
|
||||||
"Drag to reorder": "Drag to reorder",
|
"Drag to reorder": "Arrastar para reordenar",
|
||||||
"Draw a line": "Draw a line",
|
"Draw a line": "Desenhar uma linha",
|
||||||
"Draw a marker": "Draw a marker",
|
"Draw a marker": "Desenhar um marco",
|
||||||
"Draw a polygon": "Draw a polygon",
|
"Draw a polygon": "Desenhar um polígono",
|
||||||
"Draw a polyline": "Draw a polyline",
|
"Draw a polyline": "Desenhar uma polilinha",
|
||||||
"Dynamic": "Dynamic",
|
"Dynamic": "Dinâmico",
|
||||||
"Dynamic properties": "Dynamic properties",
|
"Dynamic properties": "Propriedades dinâmicas",
|
||||||
"Edit": "Edit",
|
"Edit": "Editar",
|
||||||
"Edit feature's layer": "Edit feature's layer",
|
"Edit feature's layer": "Editar camada do elemento",
|
||||||
"Edit map properties": "Edit map properties",
|
"Edit map properties": "Editar propriedades do mapa",
|
||||||
"Edit map settings": "Edit map settings",
|
"Edit map settings": "Editar definições do mapa",
|
||||||
"Edit properties in a table": "Edit properties in a table",
|
"Edit properties in a table": "Editar propriedades numa tabela",
|
||||||
"Edit this feature": "Edit this feature",
|
"Edit this feature": "Editar este elemento",
|
||||||
"Editing": "Editing",
|
"Editing": "A editar",
|
||||||
"Embed and share this map": "Embed and share this map",
|
"Embed and share this map": "Exportar e partilhar este mapa",
|
||||||
"Embed the map": "Embed the map",
|
"Embed the map": "Embeber o mapa",
|
||||||
"Empty": "Empty",
|
"Empty": "Vazio",
|
||||||
"Enable editing": "Enable editing",
|
"Enable editing": "Ativar edição",
|
||||||
"Error in the tilelayer URL": "Error in the tilelayer URL",
|
"Error in the tilelayer URL": "Erro no URL de telas",
|
||||||
"Error while fetching {url}": "Error while fetching {url}",
|
"Error while fetching {url}": "Erro ao processar {url}",
|
||||||
"Exit Fullscreen": "Exit Fullscreen",
|
"Exit Fullscreen": "Sair de Ecrã Total",
|
||||||
"Extract shape to separate feature": "Extract shape to separate feature",
|
"Extract shape to separate feature": "Extrair forma geométrica para separar o elemento",
|
||||||
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
"Fetch data each time map view changes.": "Processar dados cada vez que o mapa é alterado.",
|
||||||
"Filter keys": "Filter keys",
|
"Filter keys": "Filtrar chaves",
|
||||||
"Filter…": "Filter…",
|
"Filter…": "Filtrar...",
|
||||||
"Format": "Format",
|
"Format": "Formato",
|
||||||
"From zoom": "From zoom",
|
"From zoom": "Do zoom",
|
||||||
"Full map data": "Full map data",
|
"Full map data": "Todos os dados do mapa",
|
||||||
"Go to «{feature}»": "Go to «{feature}»",
|
"Go to «{feature}»": "Ir a «{feature}»",
|
||||||
"Heatmap intensity property": "Heatmap intensity property",
|
"Heatmap intensity property": "Propriedade da intensidade do mapa térmico",
|
||||||
"Heatmap radius": "Heatmap radius",
|
"Heatmap radius": "Raio do mapa térmico",
|
||||||
"Help": "Help",
|
"Help": "Ajuda",
|
||||||
"Hide controls": "Hide controls",
|
"Hide controls": "Ocultar controles",
|
||||||
"Home": "Home",
|
"Home": "Início",
|
||||||
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Por quanto simplificar a polilinha em cada nível de aproximação (mais = melhor desempenho e aspeto mais suave, menos = mais preciso)",
|
||||||
"If false, the polygon will act as a part of the underlying map.": "If false, the polygon will act as a part of the underlying map.",
|
"If false, the polygon will act as a part of the underlying map.": "Se desativado, o polígono agirá como parte do mapa de baixo.",
|
||||||
"Iframe export options": "Iframe export options",
|
"Iframe export options": "Opções de exportação Iframe",
|
||||||
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}",
|
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe com altura personalizada (em px): {{{http://iframe.url.com|height}}}",
|
||||||
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}",
|
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe com altura e largura personalizados (em px): {{{http://iframe.url.com|height*width}}}",
|
||||||
"Iframe: {{{http://iframe.url.com}}}": "Iframe: {{{http://iframe.url.com}}}",
|
"Iframe: {{{http://iframe.url.com}}}": "Iframe: {{{http://iframe.url.com}}}",
|
||||||
"Image with custom width (in px): {{http://image.url.com|width}}": "Image with custom width (in px): {{http://image.url.com|width}}",
|
"Image with custom width (in px): {{http://image.url.com|width}}": "Imagem com largura personalizada (em px): {{http://imagem.url.com|largura}}",
|
||||||
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
|
"Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}",
|
||||||
"Import": "Import",
|
"Import": "Importar",
|
||||||
"Import data": "Import data",
|
"Import data": "Importar dados",
|
||||||
"Import in a new layer": "Import in a new layer",
|
"Import in a new layer": "Importar uma nova camada",
|
||||||
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
|
"Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.",
|
||||||
"Include full screen link?": "Include full screen link?",
|
"Include full screen link?": "Incluir link de encrã total?",
|
||||||
"Interaction options": "Interaction options",
|
"Interaction options": "Opções de interação",
|
||||||
"Invalid umap data": "Invalid umap data",
|
"Invalid umap data": "Dados uMap inválidos",
|
||||||
"Invalid umap data in {filename}": "Invalid umap data in {filename}",
|
"Invalid umap data in {filename}": "Dados uMap inválidos em {filename}",
|
||||||
"Keep current visible layers": "Keep current visible layers",
|
"Keep current visible layers": "Manter camadas atualmente visíveis",
|
||||||
"Latitude": "Latitude",
|
"Latitude": "Latitude",
|
||||||
"Layer": "Layer",
|
"Layer": "Camada",
|
||||||
"Layer properties": "Layer properties",
|
"Layer properties": "Propriedades da camada",
|
||||||
"Licence": "Licence",
|
"Licence": "Licença",
|
||||||
"Limit bounds": "Limit bounds",
|
"Limit bounds": "Extremos dos limites",
|
||||||
"Link to…": "Link to…",
|
"Link to…": "Link para...",
|
||||||
"Link with text: [[http://example.com|text of the link]]": "Link with text: [[http://example.com|text of the link]]",
|
"Link with text: [[http://example.com|text of the link]]": "Link com texto: [[http://example.com|texto do link]]",
|
||||||
"Long credits": "Long credits",
|
"Long credits": "Créditos por extenso",
|
||||||
"Longitude": "Longitude",
|
"Longitude": "Longitude",
|
||||||
"Make main shape": "Make main shape",
|
"Make main shape": "Fazer forma geométrica principal",
|
||||||
"Manage layers": "Manage layers",
|
"Manage layers": "Gerir camadas",
|
||||||
"Map background credits": "Map background credits",
|
"Map background credits": "Créditos do fundo do mapa",
|
||||||
"Map has been attached to your account": "Map has been attached to your account",
|
"Map has been attached to your account": "O mapa foi anexado à sua conta",
|
||||||
"Map has been saved!": "Map has been saved!",
|
"Map has been saved!": "O mapa foi gravado!",
|
||||||
"Map user content has been published under licence": "Map user content has been published under licence",
|
"Map user content has been published under licence": "O conteúdo do mapa foi publicado sob a licença",
|
||||||
"Map's editors": "Map's editors",
|
"Map's editors": "Editores do mapa",
|
||||||
"Map's owner": "Map's owner",
|
"Map's owner": "Proprietário do mapa",
|
||||||
"Merge lines": "Merge lines",
|
"Merge lines": "Fundir linhas",
|
||||||
"More controls": "More controls",
|
"More controls": "Mais controles",
|
||||||
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Must be a valid CSS value (eg.: DarkBlue or #123456)",
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Tem de ser um valor CSS válido (p.ex.: DarkBlue ou #123456)",
|
||||||
"No licence has been set": "No licence has been set",
|
"No licence has been set": "Não foi definida nenhuma licença",
|
||||||
"No results": "No results",
|
"No results": "Sem resultados",
|
||||||
"Only visible features will be downloaded.": "Only visible features will be downloaded.",
|
"Only visible features will be downloaded.": "Apenas os elementos visíveis serão descarregados.",
|
||||||
"Open download panel": "Open download panel",
|
"Open download panel": "Abrir painel de descarregar",
|
||||||
"Open link in…": "Open link in…",
|
"Open link in…": "Abrir link numa...",
|
||||||
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta região do mapa num editor de mapas para fornecer dados mais precisos ao OpenStreetMap",
|
||||||
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
"Optional intensity property for heatmap": "Propriedade opcional da intensidade do mapa térmico",
|
||||||
"Optional. Same as color if not set.": "Optional. Same as color if not set.",
|
"Optional. Same as color if not set.": "Opcional. Igual à cor se não for definido.",
|
||||||
"Optionnal.": "Optionnal.",
|
"Optionnal.": "Opcional.",
|
||||||
"Override clustering radius (default 80)": "Override clustering radius (default 80)",
|
"Override clustering radius (default 80)": "Sobrepor raio do aglomerado (padrão 80)",
|
||||||
"Override heatmap radius (default 25)": "Override heatmap radius (default 25)",
|
"Override heatmap radius (default 25)": "Sobrepor raio do mapa térmico (padrão 80)",
|
||||||
"Paste here your data": "Paste here your data",
|
"Paste here your data": "Cole aqui seus dados",
|
||||||
"Please be sure the licence is compliant with your use.": "Please be sure the licence is compliant with your use.",
|
"Please be sure the licence is compliant with your use.": "Por favor tenha a certeza que a utilização está conforme a licença.",
|
||||||
"Please choose a format": "Please choose a format",
|
"Please choose a format": "Por favor escolha um formato",
|
||||||
"Please enter the name of the property": "Please enter the name of the property",
|
"Please enter the name of the property": "Por favor introduza o nome da propriedade",
|
||||||
"Please enter the new name of this property": "Please enter the new name of this property",
|
"Please enter the new name of this property": "Por favor introduza um novo nome desta propriedade",
|
||||||
"Please save the map before": "Please save the map before",
|
"Please save the map before": "Pro favor grave antes o mapa",
|
||||||
"Powered by <a href=\"{leaflet}\">Leaflet</a> and <a href=\"{django}\">Django</a>, glued by <a href=\"{umap}\">uMap project</a>.": "Powered by <a href=\"{leaflet}\">Leaflet</a> and <a href=\"{django}\">Django</a>, glued by <a href=\"{umap}\">uMap project</a>.",
|
"Powered by <a href=\"{leaflet}\">Leaflet</a> and <a href=\"{django}\">Django</a>, glued by <a href=\"{umap}\">uMap project</a>.": "Criado com <a href=\"{leaflet}\">Leaflet</a> e <a href=\"{django}\">Django</a> pelo <a href=\"{umap}\">projeto uMap</a>.",
|
||||||
"Problem in the response": "Problem in the response",
|
"Problem in the response": "Problema na resposta do servidor",
|
||||||
"Problem in the response format": "Problem in the response format",
|
"Problem in the response format": "Problema no formato da resposta",
|
||||||
"Properties imported:": "Properties imported:",
|
"Properties imported:": "Propriedades importadas:",
|
||||||
"Property to use for sorting features": "Property to use for sorting features",
|
"Property to use for sorting features": "Propriedade a usar para ordenar elementos",
|
||||||
"Provide an URL here": "Provide an URL here",
|
"Provide an URL here": "Forneça um URL aqui",
|
||||||
"Proxy request": "Proxy request",
|
"Proxy request": "Pedido proxy",
|
||||||
"Remote data": "Remote data",
|
"Remote data": "Dados remotos",
|
||||||
"Remove shape from the multi": "Remove shape from the multi",
|
"Remove shape from the multi": "Remover forma do multi",
|
||||||
"Rename this property on all the features": "Rename this property on all the features",
|
"Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
|
||||||
"Replace layer content": "Replace layer content",
|
"Replace layer content": "Substituir o conteúdo da camada",
|
||||||
"Restore this version": "Restore this version",
|
"Restore this version": "Restaurar esta versão",
|
||||||
"Save": "Save",
|
"Save": "Gravar",
|
||||||
"Save anyway": "Save anyway",
|
"Save anyway": "Gravar mesmo assim",
|
||||||
"Save current edits": "Save current edits",
|
"Save current edits": "Gravar edições atuais",
|
||||||
"Save this center and zoom": "Save this center and zoom",
|
"Save this center and zoom": "Gravar este centro e aproximar",
|
||||||
"Save this location as new feature": "Save this location as new feature",
|
"Save this location as new feature": "Gravar esta localização como novo elemento",
|
||||||
"Search a place name": "Search a place name",
|
"Search a place name": "Procurar por um local",
|
||||||
"Search location": "Search location",
|
"Search location": "Procurar localização",
|
||||||
"Secret edit link is:<br>{link}": "Secret edit link is:<br>{link}",
|
"Secret edit link is:<br>{link}": "O link secreto de editar é:<br>{link}",
|
||||||
"See all": "See all",
|
"See all": "Ver tudo",
|
||||||
"See data layers": "See data layers",
|
"See data layers": "Ver camadas de dados",
|
||||||
"See full screen": "See full screen",
|
"See full screen": "Ver em ecrã total",
|
||||||
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…",
|
||||||
"Shape properties": "Shape properties",
|
"Shape properties": "Propriedades de formas geométricas",
|
||||||
"Short URL": "Short URL",
|
"Short URL": "URL curto",
|
||||||
"Short credits": "Short credits",
|
"Short credits": "Créditos resumidos",
|
||||||
"Show/hide layer": "Show/hide layer",
|
"Show/hide layer": "Mostrar/ocultar camada",
|
||||||
"Simple link: [[http://example.com]]": "Simple link: [[http://example.com]]",
|
"Simple link: [[http://example.com]]": "Link simples: [[http://example.com]]",
|
||||||
"Skipping unkown geometry.type: {type}": "Skipping unkown geometry.type: {type}",
|
"Skipping unkown geometry.type: {type}": "A ignorar tipo de geometria desconhecido: {type}",
|
||||||
"Slideshow": "Slideshow",
|
"Slideshow": "Apresentação",
|
||||||
"Smart transitions": "Smart transitions",
|
"Smart transitions": "Transições inteligentes",
|
||||||
"Sort key": "Sort key",
|
"Sort key": "Chave de ordenação",
|
||||||
"Split line": "Split line",
|
"Split line": "Linha de separação",
|
||||||
"Start a hole here": "Start a hole here",
|
"Start a hole here": "Começar um buraco aqui",
|
||||||
"Start editing": "Start editing",
|
"Start editing": "Começar a editar",
|
||||||
"Start slideshow": "Start slideshow",
|
"Start slideshow": "Iniciar apresentação",
|
||||||
"Stop editing": "Stop editing",
|
"Stop editing": "Parar edição",
|
||||||
"Stop slideshow": "Stop slideshow",
|
"Stop slideshow": "Parar apresentação",
|
||||||
"Supported scheme": "Supported scheme",
|
"Supported scheme": "Esquema suportado",
|
||||||
"Supported variables that will be dynamically replaced": "Supported variables that will be dynamically replaced",
|
"Supported variables that will be dynamically replaced": "Variáveis suportadas que serão substituídas de forma dinâmica",
|
||||||
"Symbol can be either a unicode caracter or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode caracter or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
"Symbol can be either a unicode caracter or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "O símbolo pode ser um caractere unicode ou um URL. Pode usar as propriedades de elementos como variáveis: por exemplo.: com \"http://meuservidor.org/imagens/{nome}.png\", a variável {nome} será substituída pelo valor \"nome\" em cada marco.",
|
||||||
"TMS format": "TMS format",
|
"TMS format": "Formato TMS",
|
||||||
"Text color for the cluster label": "Text color for the cluster label",
|
"Text color for the cluster label": "Cor do texto para a etiqueta do aglomerado",
|
||||||
"Text formatting": "Text formatting",
|
"Text formatting": "Formatação do texto",
|
||||||
"The name of the property to use as feature label (ex.: \"nom\")": "The name of the property to use as feature label (ex.: \"nom\")",
|
"The name of the property to use as feature label (ex.: \"nom\")": "O nome da propriedade a usar como etiqueta do elemento (ex.: \"nome\")",
|
||||||
"The zoom and center have been setted.": "The zoom and center have been setted.",
|
"The zoom and center have been setted.": "O centro e a aproximação foram definidos.",
|
||||||
"To use if remote server doesn't allow cross domain (slower)": "To use if remote server doesn't allow cross domain (slower)",
|
"To use if remote server doesn't allow cross domain (slower)": "Para usar caso o servidor remoto não permitir domínios cruzados (mais lento)",
|
||||||
"To zoom": "To zoom",
|
"To zoom": "Ao zoom",
|
||||||
"Toggle edit mode (shift-click)": "Toggle edit mode (shift-click)",
|
"Toggle edit mode (shift-click)": "Alternar modo de editar (shift-clique)",
|
||||||
"Transfer shape to edited feature": "Transfer shape to edited feature",
|
"Transfer shape to edited feature": "Transferir a forma geométrica para o elemento editado",
|
||||||
"Transform to lines": "Transform to lines",
|
"Transform to lines": "Transformar em linha",
|
||||||
"Transform to polygon": "Transform to polygon",
|
"Transform to polygon": "Transformar em polígono",
|
||||||
"Type of layer": "Type of layer",
|
"Type of layer": "Tipo de camada",
|
||||||
"Unable to detect format of file {filename}": "Unable to detect format of file {filename}",
|
"Unable to detect format of file {filename}": "Não foi possível detetar o formato do ficheiro {filename}",
|
||||||
"Untitled layer": "Untitled layer",
|
"Untitled layer": "Camada sem nome",
|
||||||
"Untitled map": "Untitled map",
|
"Untitled map": "Mapa sem nome",
|
||||||
"Update permissions": "Update permissions",
|
"Update permissions": "Permissões de atualização",
|
||||||
"Update permissions and editors": "Update permissions and editors",
|
"Update permissions and editors": "Alterar permisões e editores",
|
||||||
"Url": "Url",
|
"Url": "URL",
|
||||||
"Use current bounds": "Use current bounds",
|
"Use current bounds": "Usar extremos atuais",
|
||||||
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.",
|
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Use espaços reservados como propriedades de elementos entre parêntesis. Por ex. {nome} e serão substituídos pelos valores correspondentes.",
|
||||||
"User content credits": "User content credits",
|
"User content credits": "Créditos do conteúdo do usuário",
|
||||||
"User interface options": "User interface options",
|
"User interface options": "Opções da interface de usuário",
|
||||||
"Versions": "Versions",
|
"Versions": "Versões",
|
||||||
"View Fullscreen": "View Fullscreen",
|
"View Fullscreen": "Ver em Ecrã Total",
|
||||||
"Where do we go from here?": "Where do we go from here?",
|
"Where do we go from here?": "Para onde vamos a partir daqui?",
|
||||||
"Whether to display or not polygons paths.": "Whether to display or not polygons paths.",
|
"Whether to display or not polygons paths.": "Se mostrar ou não os caminhos dos polígonos.",
|
||||||
"Whether to fill polygons with color.": "Whether to fill polygons with color.",
|
"Whether to fill polygons with color.": "Se mostrar ou não os polígonos preenchidos a cor.",
|
||||||
"Who can edit": "Who can edit",
|
"Who can edit": "Quem pode editar",
|
||||||
"Who can view": "Who can view",
|
"Who can view": "Quem pode ver",
|
||||||
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
|
"Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa",
|
||||||
"Will be visible in the caption of the map": "Will be visible in the caption of the map",
|
"Will be visible in the caption of the map": "Será visível no cabeçalho do mapa",
|
||||||
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
|
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ops! Parece que alguém editou os dados. Você pode gravar mesmo assim, mas isso irá eliminar as alterações feitas por outros.",
|
||||||
"You have unsaved changes.": "You have unsaved changes.",
|
"You have unsaved changes.": "Tem alterações por gravar",
|
||||||
"Zoom in": "Zoom in",
|
"Zoom in": "Aproximar",
|
||||||
"Zoom level for automatic zooms": "Zoom level for automatic zooms",
|
"Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas",
|
||||||
"Zoom out": "Zoom out",
|
"Zoom out": "Afastar",
|
||||||
"Zoom to layer extent": "Zoom to layer extent",
|
"Zoom to layer extent": "Aproximar ao tamanho da camada",
|
||||||
"Zoom to the next": "Zoom to the next",
|
"Zoom to the next": "Aproximar para o seguinte",
|
||||||
"Zoom to the previous": "Zoom to the previous",
|
"Zoom to the previous": "Aproximar para o anterior",
|
||||||
"Zoom to this feature": "Zoom to this feature",
|
"Zoom to this feature": "Aproximar a este elemento",
|
||||||
"Zoom to this place": "Zoom to this place",
|
"Zoom to this place": "Aproximar para este local",
|
||||||
"attribution": "attribution",
|
"attribution": "atribuição",
|
||||||
"by": "by",
|
"by": "por",
|
||||||
"display name": "display name",
|
"display name": "mostrar nome",
|
||||||
"height": "height",
|
"height": "altura",
|
||||||
"licence": "licence",
|
"licence": "licença",
|
||||||
"max East": "max East",
|
"max East": "Este máx.",
|
||||||
"max North": "max North",
|
"max North": "Norte máx.",
|
||||||
"max South": "max South",
|
"max South": "Sul máx.",
|
||||||
"max West": "max West",
|
"max West": "Oeste máx.",
|
||||||
"max zoom": "max zoom",
|
"max zoom": "aproximação máxima",
|
||||||
"min zoom": "min zoom",
|
"min zoom": "aproximação mínima",
|
||||||
"next": "next",
|
"next": "seguinte",
|
||||||
"previous": "previous",
|
"previous": "anterior",
|
||||||
"width": "width",
|
"width": "largura",
|
||||||
"{count} errors during import: {message}": "{count} errors during import: {message}",
|
"{count} errors during import: {message}": "{count} erros ao importar: {message}",
|
||||||
"Measure distances": "Measure distances",
|
"Measure distances": "Medir distâncias",
|
||||||
"NM": "NM",
|
"NM": "NM",
|
||||||
"kilometers": "kilometers",
|
"kilometers": "quilómetros",
|
||||||
"km": "km",
|
"km": "km",
|
||||||
"mi": "mi",
|
"mi": "mi",
|
||||||
"miles": "miles",
|
"miles": "milhas",
|
||||||
"nautical miles": "nautical miles",
|
"nautical miles": "milhas náuticas",
|
||||||
"{area} acres": "{area} acres",
|
"{area} acres": "{area} acres",
|
||||||
"{area} ha": "{area} ha",
|
"{area} ha": "{area} ha",
|
||||||
"{area} m²": "{area} m²",
|
"{area} m²": "{area} m²",
|
||||||
|
@ -355,15 +355,15 @@
|
||||||
"{distance} NM": "{distance} NM",
|
"{distance} NM": "{distance} NM",
|
||||||
"{distance} km": "{distance} km",
|
"{distance} km": "{distance} km",
|
||||||
"{distance} m": "{distance} m",
|
"{distance} m": "{distance} m",
|
||||||
"{distance} miles": "{distance} miles",
|
"{distance} miles": "{distance} milhas",
|
||||||
"{distance} yd": "{distance} yd",
|
"{distance} yd": "{distance} yd",
|
||||||
"1 day": "1 day",
|
"1 day": "1 dia",
|
||||||
"1 hour": "1 hour",
|
"1 hour": "1 hora",
|
||||||
"5 min": "5 min",
|
"5 min": "5 min",
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Pedido cache com proxy",
|
||||||
"No cache": "No cache",
|
"No cache": "Sem cache",
|
||||||
"Popup": "Popup",
|
"Popup": "Popup",
|
||||||
"Popup (large)": "Popup (large)",
|
"Popup (large)": "Popup (largo)",
|
||||||
"Popup content style": "Popup content style",
|
"Popup content style": "Estilo do conteúdo do popup",
|
||||||
"Popup shape": "Popup shape"
|
"Popup shape": "Forma do popup"
|
||||||
}
|
}
|
|
@ -1,352 +1,352 @@
|
||||||
{
|
{
|
||||||
"Add symbol": "Add symbol",
|
"Add symbol": "Adicionar símbolo",
|
||||||
"Allow scroll wheel zoom?": "Allow scroll wheel zoom?",
|
"Allow scroll wheel zoom?": "Permitir zoom com roda do rato?",
|
||||||
"Automatic": "Automatic",
|
"Automatic": "Automático",
|
||||||
"Ball": "Ball",
|
"Ball": "Bola",
|
||||||
"Cancel": "Cancel",
|
"Cancel": "Cancelar",
|
||||||
"Caption": "Caption",
|
"Caption": "Cabeçalho",
|
||||||
"Change symbol": "Change symbol",
|
"Change symbol": "Alterar símbolo",
|
||||||
"Choose the data format": "Choose the data format",
|
"Choose the data format": "Escolha o formato dos dados",
|
||||||
"Choose the layer of the feature": "Choose the layer of the feature",
|
"Choose the layer of the feature": "Escolha a camada do elemento",
|
||||||
"Circle": "Circle",
|
"Circle": "Círculo",
|
||||||
"Clustered": "Clustered",
|
"Clustered": "Agregado",
|
||||||
"Data browser": "Data browser",
|
"Data browser": "Navegador de dados",
|
||||||
"Default": "Default",
|
"Default": "Padrão",
|
||||||
"Default zoom level": "Default zoom level",
|
"Default zoom level": "Nível de aproximação padrão",
|
||||||
"Default: name": "Default: name",
|
"Default: name": "Padrão: nome",
|
||||||
"Display label": "Display label",
|
"Display label": "Mostrar etiqueta",
|
||||||
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
"Display the control to open OpenStreetMap editor": "Mostrar o controlo para abrir o editor OpenStreetMap",
|
||||||
"Display the data layers control": "Display the data layers control",
|
"Display the data layers control": "Mostrar o controlo das camadas de dados",
|
||||||
"Display the embed control": "Display the embed control",
|
"Display the embed control": "Mostrar o controlo de embeber",
|
||||||
"Display the fullscreen control": "Display the fullscreen control",
|
"Display the fullscreen control": "Mostrar o controlo de ecrã total",
|
||||||
"Display the locate control": "Display the locate control",
|
"Display the locate control": "Mostrar o controlo de localizar",
|
||||||
"Display the measure control": "Display the measure control",
|
"Display the measure control": "Mostrar o controlo de medição",
|
||||||
"Display the search control": "Display the search control",
|
"Display the search control": "Mostrar o controlo de pesquisa",
|
||||||
"Display the tile layers control": "Display the tile layers control",
|
"Display the tile layers control": "Mostrar o controlo de camadas de telas",
|
||||||
"Display the zoom control": "Display the zoom control",
|
"Display the zoom control": "Mostrar o controlo de aproximar e afastar (zoom)",
|
||||||
"Do you want to display a caption bar?": "Do you want to display a caption bar?",
|
"Do you want to display a caption bar?": "Mostrar uma barra de cabeçalho?",
|
||||||
"Do you want to display a minimap?": "Do you want to display a minimap?",
|
"Do you want to display a minimap?": "Pretende mostrar um mini-mapa?",
|
||||||
"Do you want to display a panel on load?": "Do you want to display a panel on load?",
|
"Do you want to display a panel on load?": "Mostrar um painel ao carregar?",
|
||||||
"Do you want to display popup footer?": "Do you want to display popup footer?",
|
"Do you want to display popup footer?": "Pretende mostrar um popup no rodapé?",
|
||||||
"Do you want to display the scale control?": "Do you want to display the scale control?",
|
"Do you want to display the scale control?": "Pretende mostrar o controlo de escala?",
|
||||||
"Do you want to display the «more» control?": "Do you want to display the «more» control?",
|
"Do you want to display the «more» control?": "Mostrar o botão «mostrar mais botões»?",
|
||||||
"Drop": "Drop",
|
"Drop": "Comum",
|
||||||
"GeoRSS (only link)": "GeoRSS (only link)",
|
"GeoRSS (only link)": "GeoRSS (apenas o link)",
|
||||||
"GeoRSS (title + image)": "GeoRSS (title + image)",
|
"GeoRSS (title + image)": "GeoRSS (título + imagem)",
|
||||||
"Heatmap": "Heatmap",
|
"Heatmap": "Mapa térmico",
|
||||||
"Icon shape": "Icon shape",
|
"Icon shape": "Forma do ícone",
|
||||||
"Icon symbol": "Icon symbol",
|
"Icon symbol": "Símbolo do ícone",
|
||||||
"Inherit": "Inherit",
|
"Inherit": "Herdado",
|
||||||
"Label direction": "Label direction",
|
"Label direction": "Direção da etiqueta",
|
||||||
"Label key": "Label key",
|
"Label key": "Chave da etiqueta",
|
||||||
"Labels are clickable": "Labels are clickable",
|
"Labels are clickable": "Etiquetas são clicáveis",
|
||||||
"None": "None",
|
"None": "Nenhum",
|
||||||
"On the bottom": "On the bottom",
|
"On the bottom": "No fundo",
|
||||||
"On the left": "On the left",
|
"On the left": "Na esquerda",
|
||||||
"On the right": "On the right",
|
"On the right": "Na direita",
|
||||||
"On the top": "On the top",
|
"On the top": "No topo",
|
||||||
"Popup content template": "Popup content template",
|
"Popup content template": "Modelo de conteúdo do popup",
|
||||||
"Set symbol": "Set symbol",
|
"Set symbol": "Definir símbolo",
|
||||||
"Side panel": "Side panel",
|
"Side panel": "Painel lateral",
|
||||||
"Simplify": "Simplify",
|
"Simplify": "Simplificar",
|
||||||
"Symbol or url": "Symbol or url",
|
"Symbol or url": "Símbolo ou URL",
|
||||||
"Table": "Table",
|
"Table": "Tabela",
|
||||||
"always": "always",
|
"always": "sempre",
|
||||||
"clear": "clear",
|
"clear": "limpar",
|
||||||
"collapsed": "collapsed",
|
"collapsed": "colapsado",
|
||||||
"color": "color",
|
"color": "cor",
|
||||||
"dash array": "dash array",
|
"dash array": "série de traços",
|
||||||
"define": "define",
|
"define": "definir",
|
||||||
"description": "description",
|
"description": "descrição",
|
||||||
"expanded": "expanded",
|
"expanded": "expandido",
|
||||||
"fill": "fill",
|
"fill": "preenchimento",
|
||||||
"fill color": "fill color",
|
"fill color": "cor do preenchimento",
|
||||||
"fill opacity": "fill opacity",
|
"fill opacity": "opacidade do preenchimento",
|
||||||
"hidden": "hidden",
|
"hidden": "oculto",
|
||||||
"iframe": "iframe",
|
"iframe": "iframe",
|
||||||
"inherit": "inherit",
|
"inherit": "herdado",
|
||||||
"name": "name",
|
"name": "nome",
|
||||||
"never": "never",
|
"never": "nunca",
|
||||||
"new window": "new window",
|
"new window": "nova janela",
|
||||||
"no": "no",
|
"no": "não",
|
||||||
"on hover": "on hover",
|
"on hover": "cursor por cima",
|
||||||
"opacity": "opacity",
|
"opacity": "opacidade",
|
||||||
"parent window": "parent window",
|
"parent window": "janela pai",
|
||||||
"stroke": "stroke",
|
"stroke": "traço",
|
||||||
"weight": "weight",
|
"weight": "espessura",
|
||||||
"yes": "yes",
|
"yes": "sim",
|
||||||
"{delay} seconds": "{delay} seconds",
|
"{delay} seconds": "{delay} segundos",
|
||||||
"# one hash for main heading": "# one hash for main heading",
|
"# one hash for main heading": "# um cardinal para o cabeçalho principal",
|
||||||
"## two hashes for second heading": "## two hashes for second heading",
|
"## two hashes for second heading": "## dois cardinais para o segundo cabeçalho",
|
||||||
"### three hashes for third heading": "### three hashes for third heading",
|
"### three hashes for third heading": "### três cardinais para o terceiro cabeçalho",
|
||||||
"**double star for bold**": "**double star for bold**",
|
"**double star for bold**": "**dois asteriscos duplos para negrito**",
|
||||||
"*simple star for italic*": "*simple star for italic*",
|
"*simple star for italic*": "**um asterisco duplos para itálico**",
|
||||||
"--- for an horizontal rule": "--- for an horizontal rule",
|
"--- for an horizontal rule": "--- para uma régua horizontal",
|
||||||
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".",
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Lista de números separada por vírgulas que define o padrão do traço. Por exemplo \"5, 10, 15\".",
|
||||||
"About": "About",
|
"About": "Sobre",
|
||||||
"Action not allowed :(": "Action not allowed :(",
|
"Action not allowed :(": "Ação não permitida :(",
|
||||||
"Activate slideshow mode": "Activate slideshow mode",
|
"Activate slideshow mode": "Ativar modo de apresentação",
|
||||||
"Add a layer": "Add a layer",
|
"Add a layer": "Adicionar camada",
|
||||||
"Add a line to the current multi": "Add a line to the current multi",
|
"Add a line to the current multi": "Adicionar uma linha para o multi atual",
|
||||||
"Add a new property": "Add a new property",
|
"Add a new property": "Adicionar uma nova propriedade",
|
||||||
"Add a polygon to the current multi": "Add a polygon to the current multi",
|
"Add a polygon to the current multi": "Adicionar um polígono para o multi atual",
|
||||||
"Advanced actions": "Advanced actions",
|
"Advanced actions": "Ações avançadas",
|
||||||
"Advanced properties": "Advanced properties",
|
"Advanced properties": "Propriedades avançadas",
|
||||||
"Advanced transition": "Advanced transition",
|
"Advanced transition": "Transição avançada",
|
||||||
"All properties are imported.": "All properties are imported.",
|
"All properties are imported.": "Foram importadas todas as propriedades.",
|
||||||
"Allow interactions": "Allow interactions",
|
"Allow interactions": "Permitir interações",
|
||||||
"An error occured": "An error occured",
|
"An error occured": "Ocorreu um erro",
|
||||||
"Are you sure you want to cancel your changes?": "Are you sure you want to cancel your changes?",
|
"Are you sure you want to cancel your changes?": "Tem a certeza que quer cancelar as suas alterações?",
|
||||||
"Are you sure you want to clone this map and all its datalayers?": "Are you sure you want to clone this map and all its datalayers?",
|
"Are you sure you want to clone this map and all its datalayers?": "Tem a certeza que quer clonar este mapa, incluindo todas as camadas de dados?",
|
||||||
"Are you sure you want to delete the feature?": "Are you sure you want to delete the feature?",
|
"Are you sure you want to delete the feature?": "Tem a certeza que quer eliminar o elemento?",
|
||||||
"Are you sure you want to delete this layer?": "Are you sure you want to delete this layer?",
|
"Are you sure you want to delete this layer?": "Tem a certeza que quer eliminar esta camada?",
|
||||||
"Are you sure you want to delete this map?": "Are you sure you want to delete this map?",
|
"Are you sure you want to delete this map?": "Tem a certeza que quer eliminar este mapa?",
|
||||||
"Are you sure you want to delete this property on all the features?": "Are you sure you want to delete this property on all the features?",
|
"Are you sure you want to delete this property on all the features?": "Tem a certeza que quer eliminar esta propriedade em todos os elementos?",
|
||||||
"Are you sure you want to restore this version?": "Are you sure you want to restore this version?",
|
"Are you sure you want to restore this version?": "Tem a certeza que quer restaurar esta versão?",
|
||||||
"Attach the map to my account": "Attach the map to my account",
|
"Attach the map to my account": "Anexar o mapa à minha conta",
|
||||||
"Auto": "Auto",
|
"Auto": "Auto",
|
||||||
"Autostart when map is loaded": "Autostart when map is loaded",
|
"Autostart when map is loaded": "Iniciar ao abrir o mapa",
|
||||||
"Bring feature to center": "Bring feature to center",
|
"Bring feature to center": "Centrar elemento",
|
||||||
"Browse data": "Browse data",
|
"Browse data": "Explorar dados",
|
||||||
"Cancel edits": "Cancel edits",
|
"Cancel edits": "Cancelar edições",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Centrar mapa na sua localização",
|
||||||
"Change map background": "Change map background",
|
"Change map background": "Mudar fundo do mapa",
|
||||||
"Change tilelayers": "Change tilelayers",
|
"Change tilelayers": "Alterar camadas de telas",
|
||||||
"Choose a preset": "Choose a preset",
|
"Choose a preset": "Escolha um modelo",
|
||||||
"Choose the format of the data to import": "Choose the format of the data to import",
|
"Choose the format of the data to import": "Escolha o formato dos dados para importação",
|
||||||
"Choose the layer to import in": "Choose the layer to import in",
|
"Choose the layer to import in": "Escolha a camada para destino da importação",
|
||||||
"Click last point to finish shape": "Click last point to finish shape",
|
"Click last point to finish shape": "Clique no último ponto para terminar a forma geométrica",
|
||||||
"Click to add a marker": "Click to add a marker",
|
"Click to add a marker": "Clique para adicionar um marcador",
|
||||||
"Click to continue drawing": "Click to continue drawing",
|
"Click to continue drawing": "Clique para continuar a desenhar",
|
||||||
"Click to edit": "Click to edit",
|
"Click to edit": "Clique para editar",
|
||||||
"Click to start drawing a line": "Click to start drawing a line",
|
"Click to start drawing a line": "Clique para começar a desenhar uma linha",
|
||||||
"Click to start drawing a polygon": "Click to start drawing a polygon",
|
"Click to start drawing a polygon": "Clique para começar a desenhar um polígono",
|
||||||
"Clone": "Clone",
|
"Clone": "Clonar",
|
||||||
"Clone of {name}": "Clone of {name}",
|
"Clone of {name}": "Clone de {name}",
|
||||||
"Clone this feature": "Clone this feature",
|
"Clone this feature": "Clonar este elemento",
|
||||||
"Clone this map": "Clone this map",
|
"Clone this map": "Clonar este mapa",
|
||||||
"Close": "Close",
|
"Close": "Fechar",
|
||||||
"Clustering radius": "Clustering radius",
|
"Clustering radius": "Raio do aglomerado",
|
||||||
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
|
"Comma separated list of properties to use when filtering features": "Lista separada por vírgulas de propriedades a usar ao filtrar elementos",
|
||||||
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.",
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.",
|
||||||
"Continue line": "Continue line",
|
"Continue line": "Continuar linha",
|
||||||
"Continue line (Ctrl-click)": "Continue line (Ctrl-click)",
|
"Continue line (Ctrl-click)": "Continuar linnha (Ctrl-clique)",
|
||||||
"Coordinates": "Coordinates",
|
"Coordinates": "Coordenadas",
|
||||||
"Credits": "Credits",
|
"Credits": "Créditos",
|
||||||
"Current view instead of default map view?": "Current view instead of default map view?",
|
"Current view instead of default map view?": "Vista atual e não a vista padrão do mapa?",
|
||||||
"Custom background": "Custom background",
|
"Custom background": "Fundo personalizado",
|
||||||
"Data is browsable": "Data is browsable",
|
"Data is browsable": "Os dados são navegáveis",
|
||||||
"Default interaction options": "Default interaction options",
|
"Default interaction options": "Opções padrão de interação",
|
||||||
"Default properties": "Default properties",
|
"Default properties": "Propriedades padrão",
|
||||||
"Default shape properties": "Default shape properties",
|
"Default shape properties": "Propriedades padrão de formas geométricas",
|
||||||
"Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
|
"Define link to open in a new window on polygon click.": "Definir link para abrir numa nova janela ao clicar no polígono.",
|
||||||
"Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
|
"Delay between two transitions when in play mode": "Atraso entre 2 transições ao reproduzir a apresentação",
|
||||||
"Delete": "Delete",
|
"Delete": "Eliminar",
|
||||||
"Delete all layers": "Delete all layers",
|
"Delete all layers": "Eliminar todas as camadas",
|
||||||
"Delete layer": "Delete layer",
|
"Delete layer": "Eliminar camada",
|
||||||
"Delete this feature": "Delete this feature",
|
"Delete this feature": "Eliminar este elemento",
|
||||||
"Delete this property on all the features": "Delete this property on all the features",
|
"Delete this property on all the features": "Eliminar esta propriedade em todos os elementos",
|
||||||
"Delete this shape": "Delete this shape",
|
"Delete this shape": "Eliminar esta forma geométrica",
|
||||||
"Delete this vertex (Alt-click)": "Delete this vertex (Alt-click)",
|
"Delete this vertex (Alt-click)": "Eliminar este vértice (Alt-clique)",
|
||||||
"Directions from here": "Directions from here",
|
"Directions from here": "Direções a partir daqui",
|
||||||
"Disable editing": "Disable editing",
|
"Disable editing": "Desativar edição",
|
||||||
"Display measure": "Display measure",
|
"Display measure": "Mostrar medição",
|
||||||
"Display on load": "Display on load",
|
"Display on load": "Mostrar ao carregar",
|
||||||
"Download": "Download",
|
"Download": "Descarregar",
|
||||||
"Download data": "Download data",
|
"Download data": "Descarregar dados",
|
||||||
"Drag to reorder": "Drag to reorder",
|
"Drag to reorder": "Arrastar para reordenar",
|
||||||
"Draw a line": "Draw a line",
|
"Draw a line": "Desenhar uma linha",
|
||||||
"Draw a marker": "Draw a marker",
|
"Draw a marker": "Desenhar um marco",
|
||||||
"Draw a polygon": "Draw a polygon",
|
"Draw a polygon": "Desenhar um polígono",
|
||||||
"Draw a polyline": "Draw a polyline",
|
"Draw a polyline": "Desenhar uma polilinha",
|
||||||
"Dynamic": "Dynamic",
|
"Dynamic": "Dinâmico",
|
||||||
"Dynamic properties": "Dynamic properties",
|
"Dynamic properties": "Propriedades dinâmicas",
|
||||||
"Edit": "Edit",
|
"Edit": "Editar",
|
||||||
"Edit feature's layer": "Edit feature's layer",
|
"Edit feature's layer": "Editar camada do elemento",
|
||||||
"Edit map properties": "Edit map properties",
|
"Edit map properties": "Editar propriedades do mapa",
|
||||||
"Edit map settings": "Edit map settings",
|
"Edit map settings": "Editar definições do mapa",
|
||||||
"Edit properties in a table": "Edit properties in a table",
|
"Edit properties in a table": "Editar propriedades numa tabela",
|
||||||
"Edit this feature": "Edit this feature",
|
"Edit this feature": "Editar este elemento",
|
||||||
"Editing": "Editing",
|
"Editing": "A editar",
|
||||||
"Embed and share this map": "Embed and share this map",
|
"Embed and share this map": "Exportar e partilhar este mapa",
|
||||||
"Embed the map": "Embed the map",
|
"Embed the map": "Embeber o mapa",
|
||||||
"Empty": "Empty",
|
"Empty": "Vazio",
|
||||||
"Enable editing": "Enable editing",
|
"Enable editing": "Ativar edição",
|
||||||
"Error in the tilelayer URL": "Error in the tilelayer URL",
|
"Error in the tilelayer URL": "Erro no URL de telas",
|
||||||
"Error while fetching {url}": "Error while fetching {url}",
|
"Error while fetching {url}": "Erro ao processar {url}",
|
||||||
"Exit Fullscreen": "Exit Fullscreen",
|
"Exit Fullscreen": "Sair de Ecrã Total",
|
||||||
"Extract shape to separate feature": "Extract shape to separate feature",
|
"Extract shape to separate feature": "Extrair forma geométrica para separar o elemento",
|
||||||
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
"Fetch data each time map view changes.": "Processar dados cada vez que o mapa é alterado.",
|
||||||
"Filter keys": "Filter keys",
|
"Filter keys": "Filtrar chaves",
|
||||||
"Filter…": "Filter…",
|
"Filter…": "Filtrar...",
|
||||||
"Format": "Format",
|
"Format": "Formato",
|
||||||
"From zoom": "From zoom",
|
"From zoom": "Do zoom",
|
||||||
"Full map data": "Full map data",
|
"Full map data": "Todos os dados do mapa",
|
||||||
"Go to «{feature}»": "Go to «{feature}»",
|
"Go to «{feature}»": "Ir a «{feature}»",
|
||||||
"Heatmap intensity property": "Heatmap intensity property",
|
"Heatmap intensity property": "Propriedade da intensidade do mapa térmico",
|
||||||
"Heatmap radius": "Heatmap radius",
|
"Heatmap radius": "Raio do mapa térmico",
|
||||||
"Help": "Help",
|
"Help": "Ajuda",
|
||||||
"Hide controls": "Hide controls",
|
"Hide controls": "Ocultar controlos",
|
||||||
"Home": "Home",
|
"Home": "Início",
|
||||||
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Por quanto simplificar a polilinha em cada nível de aproximação (mais = melhor desempenho e aspeto mais suave, menos = mais preciso)",
|
||||||
"If false, the polygon will act as a part of the underlying map.": "If false, the polygon will act as a part of the underlying map.",
|
"If false, the polygon will act as a part of the underlying map.": "Se desativado, o polígono agirá como parte do mapa de baixo.",
|
||||||
"Iframe export options": "Iframe export options",
|
"Iframe export options": "Opções de exportação Iframe",
|
||||||
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}",
|
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe com altura personalizada (em px): {{{http://iframe.url.com|height}}}",
|
||||||
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}",
|
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe com altura e largura personalizados (em px): {{{http://iframe.url.com|height*width}}}",
|
||||||
"Iframe: {{{http://iframe.url.com}}}": "Iframe: {{{http://iframe.url.com}}}",
|
"Iframe: {{{http://iframe.url.com}}}": "Iframe: {{{http://iframe.url.com}}}",
|
||||||
"Image with custom width (in px): {{http://image.url.com|width}}": "Image with custom width (in px): {{http://image.url.com|width}}",
|
"Image with custom width (in px): {{http://image.url.com|width}}": "Imagem com largura personalizada (em px): {{http://imagem.url.com|largura}}",
|
||||||
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
|
"Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}",
|
||||||
"Import": "Import",
|
"Import": "Importar",
|
||||||
"Import data": "Import data",
|
"Import data": "Importar dados",
|
||||||
"Import in a new layer": "Import in a new layer",
|
"Import in a new layer": "Importar uma nova camada",
|
||||||
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
|
"Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.",
|
||||||
"Include full screen link?": "Include full screen link?",
|
"Include full screen link?": "Incluir link de encrã total?",
|
||||||
"Interaction options": "Interaction options",
|
"Interaction options": "Opções de interação",
|
||||||
"Invalid umap data": "Invalid umap data",
|
"Invalid umap data": "Dados uMap inválidos",
|
||||||
"Invalid umap data in {filename}": "Invalid umap data in {filename}",
|
"Invalid umap data in {filename}": "Dados uMap inválidos em {filename}",
|
||||||
"Keep current visible layers": "Keep current visible layers",
|
"Keep current visible layers": "Manter camadas atualmente visíveis",
|
||||||
"Latitude": "Latitude",
|
"Latitude": "Latitude",
|
||||||
"Layer": "Layer",
|
"Layer": "Camada",
|
||||||
"Layer properties": "Layer properties",
|
"Layer properties": "Propriedades da camada",
|
||||||
"Licence": "Licence",
|
"Licence": "Licença",
|
||||||
"Limit bounds": "Limit bounds",
|
"Limit bounds": "Extremos dos limites",
|
||||||
"Link to…": "Link to…",
|
"Link to…": "Link para...",
|
||||||
"Link with text: [[http://example.com|text of the link]]": "Link with text: [[http://example.com|text of the link]]",
|
"Link with text: [[http://example.com|text of the link]]": "Link com texto: [[http://example.com|texto do link]]",
|
||||||
"Long credits": "Long credits",
|
"Long credits": "Créditos por extenso",
|
||||||
"Longitude": "Longitude",
|
"Longitude": "Longitude",
|
||||||
"Make main shape": "Make main shape",
|
"Make main shape": "Fazer forma geométrica principal",
|
||||||
"Manage layers": "Manage layers",
|
"Manage layers": "Gerir camadas",
|
||||||
"Map background credits": "Map background credits",
|
"Map background credits": "Créditos do fundo do mapa",
|
||||||
"Map has been attached to your account": "Map has been attached to your account",
|
"Map has been attached to your account": "O mapa foi anexado à sua conta",
|
||||||
"Map has been saved!": "Map has been saved!",
|
"Map has been saved!": "O mapa foi gravado!",
|
||||||
"Map user content has been published under licence": "Map user content has been published under licence",
|
"Map user content has been published under licence": "O conteúdo do mapa foi publicado sob a licença",
|
||||||
"Map's editors": "Map's editors",
|
"Map's editors": "Editores do mapa",
|
||||||
"Map's owner": "Map's owner",
|
"Map's owner": "Proprietário do mapa",
|
||||||
"Merge lines": "Merge lines",
|
"Merge lines": "Fundir linhas",
|
||||||
"More controls": "More controls",
|
"More controls": "Mais controlos",
|
||||||
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Must be a valid CSS value (eg.: DarkBlue or #123456)",
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Tem de ser um valor CSS válido (p.ex.: DarkBlue ou #123456)",
|
||||||
"No licence has been set": "No licence has been set",
|
"No licence has been set": "Não foi definida nenhuma licença",
|
||||||
"No results": "No results",
|
"No results": "Sem resultados",
|
||||||
"Only visible features will be downloaded.": "Only visible features will be downloaded.",
|
"Only visible features will be downloaded.": "Apenas os elementos visíveis serão descarregados.",
|
||||||
"Open download panel": "Open download panel",
|
"Open download panel": "Abrir painel de descarregar",
|
||||||
"Open link in…": "Open link in…",
|
"Open link in…": "Abrir link numa...",
|
||||||
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta região do mapa num editor de mapas para fornecer dados mais precisos ao OpenStreetMap",
|
||||||
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
"Optional intensity property for heatmap": "Propriedade opcional da intensidade do mapa térmico",
|
||||||
"Optional. Same as color if not set.": "Optional. Same as color if not set.",
|
"Optional. Same as color if not set.": "Opcional. Igual à cor se não for definido.",
|
||||||
"Optionnal.": "Optionnal.",
|
"Optionnal.": "Opcional.",
|
||||||
"Override clustering radius (default 80)": "Override clustering radius (default 80)",
|
"Override clustering radius (default 80)": "Sobrepor raio do aglomerado (padrão 80)",
|
||||||
"Override heatmap radius (default 25)": "Override heatmap radius (default 25)",
|
"Override heatmap radius (default 25)": "Sobrepor raio do mapa térmico (padrão 80)",
|
||||||
"Paste here your data": "Paste here your data",
|
"Paste here your data": "Cole aqui os seus dados",
|
||||||
"Please be sure the licence is compliant with your use.": "Please be sure the licence is compliant with your use.",
|
"Please be sure the licence is compliant with your use.": "Por favor tenha a certeza que a utilização está conforme a licença.",
|
||||||
"Please choose a format": "Please choose a format",
|
"Please choose a format": "Por favor escolha um formato",
|
||||||
"Please enter the name of the property": "Please enter the name of the property",
|
"Please enter the name of the property": "Por favor introduza o nome da propriedade",
|
||||||
"Please enter the new name of this property": "Please enter the new name of this property",
|
"Please enter the new name of this property": "Por favor introduza um novo nome desta propriedade",
|
||||||
"Please save the map before": "Please save the map before",
|
"Please save the map before": "Pro favor grave antes o mapa",
|
||||||
"Powered by <a href=\"{leaflet}\">Leaflet</a> and <a href=\"{django}\">Django</a>, glued by <a href=\"{umap}\">uMap project</a>.": "Powered by <a href=\"{leaflet}\">Leaflet</a> and <a href=\"{django}\">Django</a>, glued by <a href=\"{umap}\">uMap project</a>.",
|
"Powered by <a href=\"{leaflet}\">Leaflet</a> and <a href=\"{django}\">Django</a>, glued by <a href=\"{umap}\">uMap project</a>.": "Criado com <a href=\"{leaflet}\">Leaflet</a> e <a href=\"{django}\">Django</a> pelo <a href=\"{umap}\">projeto uMap</a>.",
|
||||||
"Problem in the response": "Problem in the response",
|
"Problem in the response": "Problema na resposta do servidor",
|
||||||
"Problem in the response format": "Problem in the response format",
|
"Problem in the response format": "Problema no formato da resposta",
|
||||||
"Properties imported:": "Properties imported:",
|
"Properties imported:": "Propriedades importadas:",
|
||||||
"Property to use for sorting features": "Property to use for sorting features",
|
"Property to use for sorting features": "Propriedade a usar para ordenar elementos",
|
||||||
"Provide an URL here": "Provide an URL here",
|
"Provide an URL here": "Forneça um URL aqui",
|
||||||
"Proxy request": "Proxy request",
|
"Proxy request": "Pedido proxy",
|
||||||
"Remote data": "Remote data",
|
"Remote data": "Dados remotos",
|
||||||
"Remove shape from the multi": "Remove shape from the multi",
|
"Remove shape from the multi": "Remover forma do multi",
|
||||||
"Rename this property on all the features": "Rename this property on all the features",
|
"Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
|
||||||
"Replace layer content": "Replace layer content",
|
"Replace layer content": "Substituir o conteúdo da camada",
|
||||||
"Restore this version": "Restore this version",
|
"Restore this version": "Restaurar esta versão",
|
||||||
"Save": "Save",
|
"Save": "Gravar",
|
||||||
"Save anyway": "Save anyway",
|
"Save anyway": "Gravar mesmo assim",
|
||||||
"Save current edits": "Save current edits",
|
"Save current edits": "Gravar edições atuais",
|
||||||
"Save this center and zoom": "Save this center and zoom",
|
"Save this center and zoom": "Gravar este centro e aproximar",
|
||||||
"Save this location as new feature": "Save this location as new feature",
|
"Save this location as new feature": "Gravar esta localização como novo elemento",
|
||||||
"Search a place name": "Search a place name",
|
"Search a place name": "Procurar por um local",
|
||||||
"Search location": "Search location",
|
"Search location": "Procurar localização",
|
||||||
"Secret edit link is:<br>{link}": "Secret edit link is:<br>{link}",
|
"Secret edit link is:<br>{link}": "A ligação secreta de editar é:<br>{link}",
|
||||||
"See all": "See all",
|
"See all": "Ver tudo",
|
||||||
"See data layers": "See data layers",
|
"See data layers": "Ver camadas de dados",
|
||||||
"See full screen": "See full screen",
|
"See full screen": "Ver em ecrã total",
|
||||||
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…",
|
||||||
"Shape properties": "Shape properties",
|
"Shape properties": "Propriedades de formas geométricas",
|
||||||
"Short URL": "Short URL",
|
"Short URL": "URL curto",
|
||||||
"Short credits": "Short credits",
|
"Short credits": "Créditos resumidos",
|
||||||
"Show/hide layer": "Show/hide layer",
|
"Show/hide layer": "Mostrar/ocultar camada",
|
||||||
"Simple link: [[http://example.com]]": "Simple link: [[http://example.com]]",
|
"Simple link: [[http://example.com]]": "Link simples: [[http://example.com]]",
|
||||||
"Skipping unkown geometry.type: {type}": "Skipping unkown geometry.type: {type}",
|
"Skipping unkown geometry.type: {type}": "A ignorar tipo de geometria desconhecido: {type}",
|
||||||
"Slideshow": "Slideshow",
|
"Slideshow": "Apresentação",
|
||||||
"Smart transitions": "Smart transitions",
|
"Smart transitions": "Transições inteligentes",
|
||||||
"Sort key": "Sort key",
|
"Sort key": "Chave de ordenação",
|
||||||
"Split line": "Split line",
|
"Split line": "Linha de separação",
|
||||||
"Start a hole here": "Start a hole here",
|
"Start a hole here": "Começar um buraco aqui",
|
||||||
"Start editing": "Start editing",
|
"Start editing": "Começar a editar",
|
||||||
"Start slideshow": "Start slideshow",
|
"Start slideshow": "Iniciar apresentação",
|
||||||
"Stop editing": "Stop editing",
|
"Stop editing": "Parar edição",
|
||||||
"Stop slideshow": "Stop slideshow",
|
"Stop slideshow": "Parar apresentação",
|
||||||
"Supported scheme": "Supported scheme",
|
"Supported scheme": "Esquema suportado",
|
||||||
"Supported variables that will be dynamically replaced": "Supported variables that will be dynamically replaced",
|
"Supported variables that will be dynamically replaced": "Variáveis suportadas que serão substituídas de forma dinâmica",
|
||||||
"Symbol can be either a unicode caracter or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode caracter or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
"Symbol can be either a unicode caracter or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "O símbolo pode ser um caractere unicode ou um URL. Pode usar as propriedades de elementos como variáveis: por exemplo.: com \"http://meuservidor.org/imagens/{nome}.png\", a variável {nome} será substituída pelo valor \"nome\" em cada marco.",
|
||||||
"TMS format": "TMS format",
|
"TMS format": "Formato TMS",
|
||||||
"Text color for the cluster label": "Text color for the cluster label",
|
"Text color for the cluster label": "Cor do texto para a etiqueta do aglomerado",
|
||||||
"Text formatting": "Text formatting",
|
"Text formatting": "Formatação do texto",
|
||||||
"The name of the property to use as feature label (ex.: \"nom\")": "The name of the property to use as feature label (ex.: \"nom\")",
|
"The name of the property to use as feature label (ex.: \"nom\")": "The name of the property to use as feature label (ex.: \"nom\")",
|
||||||
"The zoom and center have been setted.": "The zoom and center have been setted.",
|
"The zoom and center have been setted.": "O centro e a aproximação foram definidos.",
|
||||||
"To use if remote server doesn't allow cross domain (slower)": "To use if remote server doesn't allow cross domain (slower)",
|
"To use if remote server doesn't allow cross domain (slower)": "Para usar caso o servidor remoto não permitir domínios cruzados (mais lento)",
|
||||||
"To zoom": "To zoom",
|
"To zoom": "Ao zoom",
|
||||||
"Toggle edit mode (shift-click)": "Toggle edit mode (shift-click)",
|
"Toggle edit mode (shift-click)": "Alternar modo de editar (shift-clique)",
|
||||||
"Transfer shape to edited feature": "Transfer shape to edited feature",
|
"Transfer shape to edited feature": "Transferir a forma geométrica para o elemento editado",
|
||||||
"Transform to lines": "Transform to lines",
|
"Transform to lines": "Transformar em linha",
|
||||||
"Transform to polygon": "Transform to polygon",
|
"Transform to polygon": "Transformar em polígono",
|
||||||
"Type of layer": "Type of layer",
|
"Type of layer": "Tipo de camada",
|
||||||
"Unable to detect format of file {filename}": "Unable to detect format of file {filename}",
|
"Unable to detect format of file {filename}": "Não foi possível detetar o formato do ficheiro {filename}",
|
||||||
"Untitled layer": "Untitled layer",
|
"Untitled layer": "Camada sem nome",
|
||||||
"Untitled map": "Untitled map",
|
"Untitled map": "Mapa sem nome",
|
||||||
"Update permissions": "Update permissions",
|
"Update permissions": "Permissões de atualização",
|
||||||
"Update permissions and editors": "Update permissions and editors",
|
"Update permissions and editors": "Alterar permisões e editores",
|
||||||
"Url": "Url",
|
"Url": "URL",
|
||||||
"Use current bounds": "Use current bounds",
|
"Use current bounds": "Usar extremos atuais",
|
||||||
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.",
|
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Use espaços reservados como propriedades de elementos entre parêntesis. Por ex. {nome} e serão substituídos pelos valores correspondentes.",
|
||||||
"User content credits": "User content credits",
|
"User content credits": "Créditos do conteúdo do utilizador",
|
||||||
"User interface options": "User interface options",
|
"User interface options": "Opções da interface de utilizador",
|
||||||
"Versions": "Versions",
|
"Versions": "Versões",
|
||||||
"View Fullscreen": "View Fullscreen",
|
"View Fullscreen": "Ver em Ecrã Total",
|
||||||
"Where do we go from here?": "Where do we go from here?",
|
"Where do we go from here?": "Para onde vamos a partir daqui?",
|
||||||
"Whether to display or not polygons paths.": "Whether to display or not polygons paths.",
|
"Whether to display or not polygons paths.": "Se mostrar ou não os caminhos dos polígonos.",
|
||||||
"Whether to fill polygons with color.": "Whether to fill polygons with color.",
|
"Whether to fill polygons with color.": "Se mostrar ou não os polígonos preenchidos a cor.",
|
||||||
"Who can edit": "Who can edit",
|
"Who can edit": "Quem pode editar",
|
||||||
"Who can view": "Who can view",
|
"Who can view": "Quem pode ver",
|
||||||
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
|
"Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa",
|
||||||
"Will be visible in the caption of the map": "Will be visible in the caption of the map",
|
"Will be visible in the caption of the map": "Será visível no cabeçalho do mapa",
|
||||||
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
|
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ops! Parece que alguém editou os dados. Pode gravar mesmo assim, mas isso irá eliminar as alterações feitas por outros.",
|
||||||
"You have unsaved changes.": "You have unsaved changes.",
|
"You have unsaved changes.": "Tem alterações por gravar",
|
||||||
"Zoom in": "Zoom in",
|
"Zoom in": "Aproximar",
|
||||||
"Zoom level for automatic zooms": "Zoom level for automatic zooms",
|
"Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas",
|
||||||
"Zoom out": "Zoom out",
|
"Zoom out": "Afastar",
|
||||||
"Zoom to layer extent": "Zoom to layer extent",
|
"Zoom to layer extent": "Aproximar ao tamanho da camada",
|
||||||
"Zoom to the next": "Zoom to the next",
|
"Zoom to the next": "Aproximar para o seguinte",
|
||||||
"Zoom to the previous": "Zoom to the previous",
|
"Zoom to the previous": "Aproximar para o anterior",
|
||||||
"Zoom to this feature": "Zoom to this feature",
|
"Zoom to this feature": "Aproximar a este elemento",
|
||||||
"Zoom to this place": "Zoom to this place",
|
"Zoom to this place": "Aproximar para este local",
|
||||||
"attribution": "attribution",
|
"attribution": "atribuição",
|
||||||
"by": "by",
|
"by": "por",
|
||||||
"display name": "display name",
|
"display name": "mostrar nome",
|
||||||
"height": "height",
|
"height": "altura",
|
||||||
"licence": "licence",
|
"licence": "licença",
|
||||||
"max East": "max East",
|
"max East": "Este máx.",
|
||||||
"max North": "max North",
|
"max North": "Norte máx.",
|
||||||
"max South": "max South",
|
"max South": "Sul máx.",
|
||||||
"max West": "max West",
|
"max West": "Oeste máx.",
|
||||||
"max zoom": "max zoom",
|
"max zoom": "aproximação máxima",
|
||||||
"min zoom": "min zoom",
|
"min zoom": "aproximação mínima",
|
||||||
"next": "next",
|
"next": "seguinte",
|
||||||
"previous": "previous",
|
"previous": "anterior",
|
||||||
"width": "width",
|
"width": "largura",
|
||||||
"{count} errors during import: {message}": "{count} errors during import: {message}",
|
"{count} errors during import: {message}": "{count} erros ao importar: {message}",
|
||||||
"Measure distances": "Measure distances",
|
"Measure distances": "Medir distâncias",
|
||||||
"NM": "NM",
|
"NM": "NM",
|
||||||
"kilometers": "kilometers",
|
"kilometers": "quilómetros",
|
||||||
"km": "km",
|
"km": "km",
|
||||||
"mi": "mi",
|
"mi": "mi",
|
||||||
"miles": "miles",
|
"miles": "milhas",
|
||||||
"nautical miles": "nautical miles",
|
"nautical miles": "milhas náuticas",
|
||||||
"{area} acres": "{area} acres",
|
"{area} acres": "{area} acres",
|
||||||
"{area} ha": "{area} ha",
|
"{area} ha": "{area} ha",
|
||||||
"{area} m²": "{area} m²",
|
"{area} m²": "{area} m²",
|
||||||
|
@ -355,15 +355,15 @@
|
||||||
"{distance} NM": "{distance} NM",
|
"{distance} NM": "{distance} NM",
|
||||||
"{distance} km": "{distance} km",
|
"{distance} km": "{distance} km",
|
||||||
"{distance} m": "{distance} m",
|
"{distance} m": "{distance} m",
|
||||||
"{distance} miles": "{distance} miles",
|
"{distance} miles": "{distance} milhas",
|
||||||
"{distance} yd": "{distance} yd",
|
"{distance} yd": "{distance} yd",
|
||||||
"1 day": "1 day",
|
"1 day": "1 dia",
|
||||||
"1 hour": "1 hour",
|
"1 hour": "1 hora",
|
||||||
"5 min": "5 min",
|
"5 min": "5 min",
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Pedido cache com proxy",
|
||||||
"No cache": "No cache",
|
"No cache": "Sem cache",
|
||||||
"Popup": "Popup",
|
"Popup": "Popup",
|
||||||
"Popup (large)": "Popup (large)",
|
"Popup (large)": "Popup (largo)",
|
||||||
"Popup content style": "Popup content style",
|
"Popup content style": "Estilo do conteúdo do popup",
|
||||||
"Popup shape": "Popup shape"
|
"Popup shape": "Forma do popup"
|
||||||
}
|
}
|
|
@ -215,4 +215,28 @@ describe('L.Util', function () {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
describe('#usableOption()', function () {
|
||||||
|
|
||||||
|
it('should consider false', function () {
|
||||||
|
assert.ok(L.Util.usableOption({key: false}, 'key'));
|
||||||
|
})
|
||||||
|
|
||||||
|
it('should consider 0', function () {
|
||||||
|
assert.ok(L.Util.usableOption({key: 0}, 'key'));
|
||||||
|
})
|
||||||
|
|
||||||
|
it('should not consider undefined', function () {
|
||||||
|
assert.notOk(L.Util.usableOption({}, 'key'));
|
||||||
|
})
|
||||||
|
|
||||||
|
it('should not consider empty string', function () {
|
||||||
|
assert.notOk(L.Util.usableOption({key: ''}, 'key'));
|
||||||
|
})
|
||||||
|
|
||||||
|
it('should consider null', function () {
|
||||||
|
assert.ok(L.Util.usableOption({key: null}, 'key'));
|
||||||
|
})
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue