mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
import portuguese translations
This commit is contained in:
@@ -2,12 +2,12 @@
|
|||||||
import { HeartHandshake } from 'lucide-svelte';
|
import { HeartHandshake } from 'lucide-svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
## <HeartHandshake size="18" class="mr-1 inline-block align-baseline" /> Help keep the website free (and ad-free)
|
## <HeartHandshake size="18" class="mr-1 inline-block align-baseline" /> Ajude a manter o site gratuito (e sem anúncios)
|
||||||
|
|
||||||
Each time you add or move GPS points, our servers calculate the best route on the road network.
|
Cada vez que você adiciona ou move pontos de GPS, nosso servidor calcula a melhor rota no mapa.
|
||||||
We also use APIs from <a href="https://mapbox.com" target="_blank">Mapbox</a> to display beautiful maps, retrieve elevation data and allow you to search for places.
|
Nos também usamos as APIs do <a href="https://mapbox.com" target="_blank">Mapbox</a> para mostrar mapas bonitos, pegar dados de elevação e permitir que você busque por lugares.
|
||||||
|
|
||||||
Unfortunately, this is expensive.
|
Infelizmente, isso é caro.
|
||||||
If you enjoy using this tool and find it valuable, please consider making a small donation to help keep the website free and ad-free.
|
Se você gosta dessa ferramenta e acha ela valiosa, considere fazer uma pequena doação para ajudar a manter o site grátis e sem propagandas.
|
||||||
|
|
||||||
Thank you very much for your support! ❤️
|
Muito obrigado pelo seu apoio! ❤️
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
Mapbox is the company that provides some of the beautiful maps on this website.
|
Mapbox é uma empresa que fornece alguns dos belos mapas desse site.
|
||||||
They also develop the <a href="https://github.com/mapbox/mapbox-gl-js" target="_blank">map engine</a> which powers **gpx.studio**.
|
Eles também desenvolvem o <a href="https://github.com/mapbox/mapbox-gl-js" target="_blank">mecanismo de mapa</a> que alimenta **gpx.studio**.
|
||||||
|
|
||||||
We are incredibly fortunate and grateful to be part of their <a href="https://mapbox.com/community" target="_blank">Community</a> program, which supports nonprofits, educational institutions, and positive impact organizations.
|
Somos incrivelmente afortunados e gratos de ser parte do programa de <a href="https://mapbox.com/community" target="_blank">Comunidade</a>, que apoia instituições educacionais, sem fins lucrativos e de grande impacto positivo.
|
||||||
This partnership allows **gpx.studio** to benefit from Mapbox tools at discounted prices, greatly contributing to the financial viability of the project and enabling us to offer the best possible user experience.
|
Essa parceria permite **gpx.studio** se beneficiar de descontos no uso das ferramentas do Mapbox, contribuindo para a viabilidade financeira do projeto e nos permite oferecer a melhor experiência possível de usuário.
|
||||||
|
@@ -2,11 +2,11 @@
|
|||||||
import { Languages } from 'lucide-svelte';
|
import { Languages } from 'lucide-svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
## <Languages size="18" class="mr-1 inline-block align-baseline" /> Translation
|
## <Languages size="18" class="mr-1 inline-block align-baseline" /> Tradução
|
||||||
|
|
||||||
The website is translated by volunteers using a collaborative translation platform.
|
O site é traduzido por voluntários usando uma plataforma de tradução colaborativa.
|
||||||
You can contribute by adding or improving translations on our <a href="https://crowdin.com/project/gpxstudio" target="_blank">Crowdin project</a>.
|
Você pode contribuir adicionando ou melhorando as traduções em nosso <a href="https://crowdin.com/project/gpxstudio" target="_blank">projeto do Crowdin</a>.
|
||||||
|
|
||||||
If you would like to start translating into a new language, please <a href="#contact">get in touch</a>.
|
Se quiser iniciar a tradução de uma nova língua, por favor <a href="#contact">entre em contato</a>.
|
||||||
|
|
||||||
Any help is greatly appreciated!
|
Qualquer ajuda é muito bem-vinda!
|
||||||
|
@@ -18,8 +18,8 @@ title: Toolbar
|
|||||||
|
|
||||||
# { title }
|
# { title }
|
||||||
|
|
||||||
The toolbar is located on the left side of the map and is the heart of the application, as it provides access to the main features of **gpx.studio**.
|
A barra de ferramentas está localizada do lado esquerdo do mapa sendo o coração da aplicação, dando acesso as principais funcionalidades do **gpx.studio**.
|
||||||
Each tool is represented by an icon and can be activated by clicking on it.
|
Cada ferramenta é representada por um ícone e pode ser ativado ao clicar sobre ele.
|
||||||
|
|
||||||
<div class="flex flex-row justify-center text-foreground">
|
<div class="flex flex-row justify-center text-foreground">
|
||||||
<div>
|
<div>
|
||||||
@@ -27,6 +27,6 @@ Each tool is represented by an icon and can be activated by clicking on it.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
As with [edit actions](./menu/edit), most tools can be applied to multiple files at once and to [inner tracks and segments](./gpx).
|
Assim como [ações de edição](./menu/edit), a maioria das ferramentas pode ser aplicada a vários arquivos de uma só vez e também [faixas e segmentos](./gpx).
|
||||||
|
|
||||||
The next sections describe each tool in detail.
|
As próximas seções descrevem cada ferramenta em detalhes.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Time
|
title: Tempo
|
||||||
---
|
---
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@@ -1,140 +1,140 @@
|
|||||||
{
|
{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"home_title": "home",
|
"home_title": "início",
|
||||||
"app_title": "the online GPX file editor",
|
"app_title": "o editor online de arquivos GPX",
|
||||||
"embed_title": "the online GPX file editor",
|
"embed_title": "o editor online de arquivos GPX",
|
||||||
"help_title": "help",
|
"help_title": "ajuda",
|
||||||
"description": "View, edit, and create GPX files online with advanced route planning capabilities and file processing tools, beautiful maps and detailed data visualizations."
|
"description": "View, edit, and create GPX files online with advanced route planning capabilities and file processing tools, beautiful maps and detailed data visualizations."
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"new": "New",
|
"new": "Novo",
|
||||||
"new_file": "New file",
|
"new_file": "Novo arquivo",
|
||||||
"new_track": "New track",
|
"new_track": "Novo percurso",
|
||||||
"new_segment": "New segment",
|
"new_segment": "Novo segmento",
|
||||||
"open": "Open...",
|
"open": "Abrir...",
|
||||||
"duplicate": "Duplicate",
|
"duplicate": "Duplicar",
|
||||||
"close": "Close",
|
"close": "Fechar",
|
||||||
"close_all": "Close all",
|
"close_all": "Fechar todos",
|
||||||
"copy": "Copy",
|
"copy": "Copiar",
|
||||||
"paste": "Paste",
|
"paste": "Colar",
|
||||||
"cut": "Cut",
|
"cut": "Cortar",
|
||||||
"export": "Export...",
|
"export": "Exportar...",
|
||||||
"export_all": "Export all...",
|
"export_all": "Exportar todos...",
|
||||||
"export_options": "Export options",
|
"export_options": "Opções de exportação",
|
||||||
"support_message": "The tool is free to use, but not free to run. Please consider supporting the website if you use it frequently. Thank you!",
|
"support_message": "Essa ferramenta é gratuita para você, mas não para nós. Por favor, considere suportar financeiramente o site se você o utiliza frequentemente. Obrigado!",
|
||||||
"support_button": "Help keep the website free",
|
"support_button": "Ajude a manter o site gratuito",
|
||||||
"download_file": "Download file",
|
"download_file": "Baixar arquivo",
|
||||||
"download_files": "Download files",
|
"download_files": "Baixar arquivos",
|
||||||
"edit": "Edit",
|
"edit": "Editar",
|
||||||
"undo": "Undo",
|
"undo": "Desfazer",
|
||||||
"redo": "Redo",
|
"redo": "Refazer",
|
||||||
"delete": "Delete",
|
"delete": "Apagar",
|
||||||
"select_all": "Select all",
|
"select_all": "Selecionar todos",
|
||||||
"view": "View",
|
"view": "Visualizar",
|
||||||
"elevation_profile": "Elevation profile",
|
"elevation_profile": "Perfil de elevação",
|
||||||
"vertical_file_view": "Vertical file list",
|
"vertical_file_view": "Lista vertical de arquivos",
|
||||||
"switch_basemap": "Switch to previous basemap",
|
"switch_basemap": "Trocar para mapa base anterior",
|
||||||
"toggle_overlays": "Toggle overlays",
|
"toggle_overlays": "Alternar sobreposições",
|
||||||
"toggle_3d": "Toggle 3D",
|
"toggle_3d": "Alternar 3D",
|
||||||
"settings": "Settings",
|
"settings": "Configurações",
|
||||||
"distance_units": "Distance units",
|
"distance_units": "Unidades de distância",
|
||||||
"metric": "Metric",
|
"metric": "Métrico",
|
||||||
"imperial": "Imperial",
|
"imperial": "Imperial",
|
||||||
"velocity_units": "Velocity units",
|
"velocity_units": "Unidades de velocidade",
|
||||||
"temperature_units": "Temperature units",
|
"temperature_units": "Unidade de temperatura",
|
||||||
"celsius": "Celsius",
|
"celsius": "Celsius",
|
||||||
"fahrenheit": "Fahrenheit",
|
"fahrenheit": "Fahrenheit",
|
||||||
"language": "Language",
|
"language": "Idioma",
|
||||||
"mode": "Theme",
|
"mode": "Tema",
|
||||||
"light": "Light",
|
"light": "Claro",
|
||||||
"dark": "Dark",
|
"dark": "Escuro",
|
||||||
"street_view_source": "Street view source",
|
"street_view_source": "Street view source",
|
||||||
"mapillary": "Mapillary",
|
"mapillary": "Mapillary",
|
||||||
"google": "Google",
|
"google": "Google",
|
||||||
"layers": "Map layers...",
|
"layers": "Camadas do mapa...",
|
||||||
"distance_markers": "Distance markers",
|
"distance_markers": "Marcadores de distância",
|
||||||
"direction_markers": "Direction arrows",
|
"direction_markers": "Direction arrows",
|
||||||
"help": "Help",
|
"help": "Ajuda",
|
||||||
"donate": "Donate",
|
"donate": "Doar",
|
||||||
"ctrl": "Ctrl",
|
"ctrl": "Ctrl",
|
||||||
"click": "Click",
|
"click": "Clique",
|
||||||
"drag": "Drag",
|
"drag": "Arrastar",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"button": "Info...",
|
"button": "Informações...",
|
||||||
"name": "Name",
|
"name": "Nome",
|
||||||
"description": "Description",
|
"description": "Descrição",
|
||||||
"save": "Save"
|
"save": "Salvar"
|
||||||
},
|
},
|
||||||
"style": {
|
"style": {
|
||||||
"button": "Appearance...",
|
"button": "Aparência...",
|
||||||
"color": "Color",
|
"color": "Cor",
|
||||||
"opacity": "Opacity",
|
"opacity": "Opacidade",
|
||||||
"width": "Width"
|
"width": "Largura"
|
||||||
},
|
},
|
||||||
"hide": "Hide",
|
"hide": "Ocultar",
|
||||||
"unhide": "Unhide",
|
"unhide": "Mostrar",
|
||||||
"open_in": "Open in"
|
"open_in": "Abrir em"
|
||||||
},
|
},
|
||||||
"toolbar": {
|
"toolbar": {
|
||||||
"routing": {
|
"routing": {
|
||||||
"tooltip": "Plan or edit a route",
|
"tooltip": "Planejar ou editar uma rota",
|
||||||
"activity": "Activity",
|
"activity": "Atividade",
|
||||||
"use_routing": "Routing",
|
"use_routing": "Rota",
|
||||||
"use_routing_tooltip": "Connect anchor points via road network, or in a straight line if disabled",
|
"use_routing_tooltip": "Connect anchor points via road network, or in a straight line if disabled",
|
||||||
"allow_private": "Allow private roads",
|
"allow_private": "Permitir estradas privadas",
|
||||||
"reverse": {
|
"reverse": {
|
||||||
"button": "Reverse",
|
"button": "Inverter",
|
||||||
"tooltip": "Reverse the direction of the route"
|
"tooltip": "Reverse the direction of the route"
|
||||||
},
|
},
|
||||||
"route_back_to_start": {
|
"route_back_to_start": {
|
||||||
"button": "Back to start",
|
"button": "Voltar para o início",
|
||||||
"tooltip": "Connect the last point of the route with the starting point"
|
"tooltip": "Connect the last point of the route with the starting point"
|
||||||
},
|
},
|
||||||
"round_trip": {
|
"round_trip": {
|
||||||
"button": "Round trip",
|
"button": "Ida e volta",
|
||||||
"tooltip": "Return to the starting point by the same route"
|
"tooltip": "Return to the starting point by the same route"
|
||||||
},
|
},
|
||||||
"start_loop_here": "Start loop here",
|
"start_loop_here": "Iniciar o loop aqui",
|
||||||
"help_no_file": "Select a trace to use the routing tool, or click on the map to start creating a new route.",
|
"help_no_file": "Select a trace to use the routing tool, or click on the map to start creating a new route.",
|
||||||
"help": "Click on the map to add a new anchor point, or drag existing ones to change the route.",
|
"help": "Click on the map to add a new anchor point, or drag existing ones to change the route.",
|
||||||
"activities": {
|
"activities": {
|
||||||
"bike": "Bike",
|
"bike": "Bicicleta",
|
||||||
"racing_bike": "Road bike",
|
"racing_bike": "Bicicleta de estrada",
|
||||||
"mountain_bike": "Mountain bike",
|
"mountain_bike": "Bicicleta de montanha",
|
||||||
"foot": "Run/hike",
|
"foot": "Corrida/caminhada",
|
||||||
"motorcycle": "Motorcycle",
|
"motorcycle": "Moto",
|
||||||
"water": "Water",
|
"water": "Água",
|
||||||
"railway": "Railway"
|
"railway": "Ferrovia"
|
||||||
},
|
},
|
||||||
"surface": {
|
"surface": {
|
||||||
"unknown": "Unknown",
|
"unknown": "Desconhecido",
|
||||||
"paved": "Paved",
|
"paved": "Pavimentado",
|
||||||
"unpaved": "Unpaved",
|
"unpaved": "Não pavimentado",
|
||||||
"asphalt": "Asphalt",
|
"asphalt": "Asfalto",
|
||||||
"concrete": "Concrete",
|
"concrete": "Cimento",
|
||||||
"chipseal": "Chipseal",
|
"chipseal": "Chipseal",
|
||||||
"cobblestone": "Cobblestone",
|
"cobblestone": "Empedrado",
|
||||||
"unhewn_cobblestone": "Unhewn cobblestone",
|
"unhewn_cobblestone": "Unhewn cobblestone",
|
||||||
"paving_stones": "Paving stones",
|
"paving_stones": "Paving stones",
|
||||||
"stepping_stones": "Stepping stones",
|
"stepping_stones": "Stepping stones",
|
||||||
"sett": "Sett",
|
"sett": "Sett",
|
||||||
"metal": "Metal",
|
"metal": "Metal",
|
||||||
"wood": "Wood",
|
"wood": "Madeira",
|
||||||
"compacted": "Compacted gravel",
|
"compacted": "Cascalho compactado",
|
||||||
"fine_gravel": "Fine gravel",
|
"fine_gravel": "Cascalho fino",
|
||||||
"gravel": "Gravel",
|
"gravel": "Gravilha",
|
||||||
"pebblestone": "Pebblestone",
|
"pebblestone": "Pebblestone",
|
||||||
"rock": "Rock",
|
"rock": "Pedra",
|
||||||
"dirt": "Dirt",
|
"dirt": "Terra",
|
||||||
"ground": "Ground",
|
"ground": "Chão",
|
||||||
"earth": "Earth",
|
"earth": "Terra",
|
||||||
"snow": "Snow",
|
"snow": "Neve",
|
||||||
"ice": "Ice",
|
"ice": "Gelo",
|
||||||
"salt": "Salt",
|
"salt": "Sal",
|
||||||
"mud": "Mud",
|
"mud": "Lama",
|
||||||
"sand": "Sand",
|
"sand": "Areia",
|
||||||
"woodchips": "Woodchips",
|
"woodchips": "Woodchips",
|
||||||
"grass": "Grass",
|
"grass": "Grama",
|
||||||
"grass_paver": "Grass paver"
|
"grass_paver": "Grass paver"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
@@ -145,18 +145,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scissors": {
|
"scissors": {
|
||||||
"tooltip": "Crop or split",
|
"tooltip": "Cortar ou dividir",
|
||||||
"crop": "Crop",
|
"crop": "Cortar",
|
||||||
"split_as": "Split the trace into",
|
"split_as": "Dividir a trilha em",
|
||||||
"help_invalid_selection": "Select a trace to crop or split.",
|
"help_invalid_selection": "Select a trace to crop or split.",
|
||||||
"help": "Use the slider to crop the trace, or click on the map to split it at the selected point."
|
"help": "Use the slider to crop the trace, or click on the map to split it at the selected point."
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"tooltip": "Manage time data",
|
"tooltip": "Manage time data",
|
||||||
"start": "Start",
|
"start": "Iniciar",
|
||||||
"end": "End",
|
"end": "End",
|
||||||
"total_time": "Moving time",
|
"total_time": "Tempo em Movimento",
|
||||||
"pick_date": "Pick a date",
|
"pick_date": "Escolha uma data",
|
||||||
"artificial": "Create realistic time data",
|
"artificial": "Create realistic time data",
|
||||||
"update": "Update time data",
|
"update": "Update time data",
|
||||||
"help": "Use the form to set new time data.",
|
"help": "Use the form to set new time data.",
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
},
|
},
|
||||||
"reduce": {
|
"reduce": {
|
||||||
"tooltip": "Reduce the number of GPS points",
|
"tooltip": "Reduce the number of GPS points",
|
||||||
"tolerance": "Tolerance",
|
"tolerance": "Tolerância",
|
||||||
"number_of_points": "Number of GPS points",
|
"number_of_points": "Number of GPS points",
|
||||||
"button": "Minify",
|
"button": "Minify",
|
||||||
"help": "Use the slider to choose the number of GPS points to keep.",
|
"help": "Use the slider to choose the number of GPS points to keep.",
|
||||||
@@ -201,7 +201,7 @@
|
|||||||
"delete_waypoints": "Delete points of interest",
|
"delete_waypoints": "Delete points of interest",
|
||||||
"delete_inside": "Delete inside selection",
|
"delete_inside": "Delete inside selection",
|
||||||
"delete_outside": "Delete outside selection",
|
"delete_outside": "Delete outside selection",
|
||||||
"button": "Delete",
|
"button": "Apagar",
|
||||||
"help": "Select a rectangle area on the map to remove GPS points and points of interest.",
|
"help": "Select a rectangle area on the map to remove GPS points and points of interest.",
|
||||||
"help_no_selection": "Select a trace to clean GPS points and points of interest."
|
"help_no_selection": "Select a trace to clean GPS points and points of interest."
|
||||||
}
|
}
|
||||||
@@ -218,8 +218,8 @@
|
|||||||
"url_placeholder": "WMTS, WMS or Mapbox style JSON",
|
"url_placeholder": "WMTS, WMS or Mapbox style JSON",
|
||||||
"max_zoom": "Max zoom",
|
"max_zoom": "Max zoom",
|
||||||
"layer_type": "Layer type",
|
"layer_type": "Layer type",
|
||||||
"basemap": "Basemap",
|
"basemap": "Mapa-base",
|
||||||
"overlay": "Overlay",
|
"overlay": "Cobertura",
|
||||||
"create": "Create layer",
|
"create": "Create layer",
|
||||||
"update": "Update layer"
|
"update": "Update layer"
|
||||||
},
|
},
|
||||||
@@ -227,23 +227,23 @@
|
|||||||
"heatmap": "Strava Heatmap",
|
"heatmap": "Strava Heatmap",
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Basemaps",
|
"basemaps": "Basemaps",
|
||||||
"overlays": "Overlays",
|
"overlays": "Sobreposições",
|
||||||
"custom": "Custom",
|
"custom": "Personalizado",
|
||||||
"world": "World",
|
"world": "Mundo",
|
||||||
"countries": "Countries",
|
"countries": "Países",
|
||||||
"belgium": "Belgium",
|
"belgium": "Bélgica",
|
||||||
"bulgaria": "Bulgaria",
|
"bulgaria": "Bulgária",
|
||||||
"finland": "Finland",
|
"finland": "Finlândia",
|
||||||
"france": "France",
|
"france": "França",
|
||||||
"new_zealand": "New Zealand",
|
"new_zealand": "Nova Zelândia",
|
||||||
"norway": "Norway",
|
"norway": "Noruega",
|
||||||
"spain": "Spain",
|
"spain": "Espanha",
|
||||||
"sweden": "Sweden",
|
"sweden": "Suécia",
|
||||||
"switzerland": "Switzerland",
|
"switzerland": "Suíça",
|
||||||
"united_kingdom": "United Kingdom",
|
"united_kingdom": "Reino Unido",
|
||||||
"united_states": "United States",
|
"united_states": "Estados Unidos",
|
||||||
"mapboxOutdoors": "Mapbox Outdoors",
|
"mapboxOutdoors": "Mapbox Outdoors",
|
||||||
"mapboxSatellite": "Mapbox Satellite",
|
"mapboxSatellite": "Satélite do Mapbox",
|
||||||
"openStreetMap": "OpenStreetMap",
|
"openStreetMap": "OpenStreetMap",
|
||||||
"openTopoMap": "OpenTopoMap",
|
"openTopoMap": "OpenTopoMap",
|
||||||
"openHikingMap": "OpenHikingMap",
|
"openHikingMap": "OpenHikingMap",
|
||||||
@@ -277,60 +277,60 @@
|
|||||||
"ignSlope": "IGN Slope",
|
"ignSlope": "IGN Slope",
|
||||||
"ignSkiTouring": "IGN Ski Touring",
|
"ignSkiTouring": "IGN Ski Touring",
|
||||||
"strava": "Strava",
|
"strava": "Strava",
|
||||||
"stravaHeatmapRun": "Running",
|
"stravaHeatmapRun": "Corrida",
|
||||||
"stravaHeatmapTrailRun": "Trail Running",
|
"stravaHeatmapTrailRun": "Corrida em trilha",
|
||||||
"stravaHeatmapHike": "Hiking",
|
"stravaHeatmapHike": "Caminhada",
|
||||||
"stravaHeatmapRide": "Cycling",
|
"stravaHeatmapRide": "Ciclismo",
|
||||||
"stravaHeatmapGravel": "Gravel Cycling",
|
"stravaHeatmapGravel": "Ciclismo de cascalho",
|
||||||
"stravaHeatmapMTB": "MTB",
|
"stravaHeatmapMTB": "MTB",
|
||||||
"stravaHeatmapWater": "Water",
|
"stravaHeatmapWater": "Água",
|
||||||
"stravaHeatmapWinter": "Winter",
|
"stravaHeatmapWinter": "Inverno",
|
||||||
"waymarked_trails": "Waymarked Trails",
|
"waymarked_trails": "Trilhas demarcadas",
|
||||||
"waymarkedTrailsHiking": "Hiking",
|
"waymarkedTrailsHiking": "Caminhada",
|
||||||
"waymarkedTrailsCycling": "Cycling",
|
"waymarkedTrailsCycling": "Ciclismo",
|
||||||
"waymarkedTrailsMTB": "MTB",
|
"waymarkedTrailsMTB": "MTB",
|
||||||
"waymarkedTrailsSkating": "Skating",
|
"waymarkedTrailsSkating": "Patinação",
|
||||||
"waymarkedTrailsHorseRiding": "Horse Riding",
|
"waymarkedTrailsHorseRiding": "Hipismo",
|
||||||
"waymarkedTrailsWinter": "Winter",
|
"waymarkedTrailsWinter": "Inverno",
|
||||||
"points_of_interest": "Points of interest",
|
"points_of_interest": "Pontos de interesse",
|
||||||
"food": "Food",
|
"food": "Comida",
|
||||||
"bakery": "Bakery",
|
"bakery": "Padoca",
|
||||||
"food-store": "Food Store",
|
"food-store": "Loja de alimentos",
|
||||||
"eat-and-drink": "Eat and Drink",
|
"eat-and-drink": "Comes e bebes",
|
||||||
"amenities": "Amenities",
|
"amenities": "Amenities",
|
||||||
"toilets": "Toilets",
|
"toilets": "Toilets",
|
||||||
"water": "Water",
|
"water": "Água",
|
||||||
"shower": "Shower",
|
"shower": "Chuveiro",
|
||||||
"motorized": "Cars and Motorcycles",
|
"motorized": "Carros e Motocicletas",
|
||||||
"fuel-station": "Fuel Station",
|
"fuel-station": "Postos de combustível",
|
||||||
"parking": "Parking",
|
"parking": "Estacionamento",
|
||||||
"garage": "Garage",
|
"garage": "Garagem",
|
||||||
"barrier": "Barrier",
|
"barrier": "Barrier",
|
||||||
"tourism": "Tourism",
|
"tourism": "Turismo",
|
||||||
"attraction": "Attraction",
|
"attraction": "Atração",
|
||||||
"viewpoint": "Viewpoint",
|
"viewpoint": "Mirante",
|
||||||
"hotel": "Hotel",
|
"hotel": "Hotel",
|
||||||
"campsite": "Campsite",
|
"campsite": "Acampamento",
|
||||||
"hut": "Hut",
|
"hut": "Cabana",
|
||||||
"summit": "Summit",
|
"summit": "Pico",
|
||||||
"pass": "Pass",
|
"pass": "Passagem",
|
||||||
"climbing": "Climbing",
|
"climbing": "Escalada",
|
||||||
"bicycle": "Bicycle",
|
"bicycle": "Bicicleta",
|
||||||
"bicycle-parking": "Bicycle Parking",
|
"bicycle-parking": "Estacionamento de bicicleta",
|
||||||
"bicycle-rental": "Bicycle Rental",
|
"bicycle-rental": "Aluguel de bicicleta",
|
||||||
"bicycle-shop": "Bicycle Shop",
|
"bicycle-shop": "Loja de bicicletas",
|
||||||
"public-transport": "Public Transport",
|
"public-transport": "Transporte Público",
|
||||||
"railway-station": "Railway Station",
|
"railway-station": "Estações ferroviárias",
|
||||||
"tram-stop": "Tram Stop",
|
"tram-stop": "Parada de bonde",
|
||||||
"bus-stop": "Bus Stop",
|
"bus-stop": "Parada de Ônibus",
|
||||||
"ferry": "Ferry"
|
"ferry": "Balsa"
|
||||||
},
|
},
|
||||||
"color": {
|
"color": {
|
||||||
"blue": "Blue",
|
"blue": "Azul",
|
||||||
"bluered": "Blue Red",
|
"bluered": "Blue Red",
|
||||||
"gray": "Gray",
|
"gray": "Cinzento",
|
||||||
"hot": "Hot",
|
"hot": "Popular",
|
||||||
"purple": "Purple",
|
"purple": "Roxo",
|
||||||
"orange": "Orange"
|
"orange": "Orange"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -345,23 +345,23 @@
|
|||||||
"show_power": "Show power data"
|
"show_power": "Show power data"
|
||||||
},
|
},
|
||||||
"quantities": {
|
"quantities": {
|
||||||
"distance": "Distance",
|
"distance": "Distância",
|
||||||
"elevation": "Elevation",
|
"elevation": "Elevação",
|
||||||
"temperature": "Temperature",
|
"temperature": "Temperatura",
|
||||||
"speed": "Speed",
|
"speed": "Velocidade",
|
||||||
"pace": "Pace",
|
"pace": "Ritmo",
|
||||||
"heartrate": "Heart rate",
|
"heartrate": "Heart rate",
|
||||||
"cadence": "Cadence",
|
"cadence": "Cadência",
|
||||||
"power": "Power",
|
"power": "Potência",
|
||||||
"slope": "Slope",
|
"slope": "Slope",
|
||||||
"surface": "Surface",
|
"surface": "Superfície",
|
||||||
"time": "Time",
|
"time": "Tempo",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"units": {
|
"units": {
|
||||||
"meters": "m",
|
"meters": "m",
|
||||||
"feet": "ft",
|
"feet": "pés",
|
||||||
"kilometers": "km",
|
"kilometers": "km",
|
||||||
"miles": "mi",
|
"miles": "mi",
|
||||||
"celsius": "°C",
|
"celsius": "°C",
|
||||||
@@ -378,9 +378,9 @@
|
|||||||
"file": "File",
|
"file": "File",
|
||||||
"files": "Files",
|
"files": "Files",
|
||||||
"track": "Track",
|
"track": "Track",
|
||||||
"tracks": "Tracks",
|
"tracks": "Percursos",
|
||||||
"segment": "Segment",
|
"segment": "Segment",
|
||||||
"segments": "Segments",
|
"segments": "Segmentos",
|
||||||
"waypoint": "Point of interest",
|
"waypoint": "Point of interest",
|
||||||
"waypoints": "Points of interest"
|
"waypoints": "Points of interest"
|
||||||
},
|
},
|
||||||
@@ -405,26 +405,26 @@
|
|||||||
"maps_description": "A large collection of basemaps, overlays and points of interest to help you craft your next outdoor adventure, or visualize your latest achievement.",
|
"maps_description": "A large collection of basemaps, overlays and points of interest to help you craft your next outdoor adventure, or visualize your latest achievement.",
|
||||||
"data_visualization": "Data visualization",
|
"data_visualization": "Data visualization",
|
||||||
"data_visualization_description": "An interactive elevation profile with detailed statistics to analyze recorded activities and future objectives.",
|
"data_visualization_description": "An interactive elevation profile with detailed statistics to analyze recorded activities and future objectives.",
|
||||||
"identity": "Free, ad-free and open source",
|
"identity": "Grátis, sem anúncios e de código aberto",
|
||||||
"identity_description": "The website is free to use, without ads, and the source code is publicly available on GitHub. This is only possible thanks to the incredible support of the community."
|
"identity_description": "The website is free to use, without ads, and the source code is publicly available on GitHub. This is only possible thanks to the incredible support of the community."
|
||||||
},
|
},
|
||||||
"embedding": {
|
"embedding": {
|
||||||
"title": "Create your own map",
|
"title": "Create your own map",
|
||||||
"mapbox_token": "Mapbox access token",
|
"mapbox_token": "Mapbox access token",
|
||||||
"file_urls": "File URLs (separated by commas)",
|
"file_urls": "File URLs (separated by commas)",
|
||||||
"basemap": "Basemap",
|
"basemap": "Mapa-base",
|
||||||
"height": "Height",
|
"height": "Altura",
|
||||||
"fill_by": "Fill by",
|
"fill_by": "Fill by",
|
||||||
"none": "None",
|
"none": "Nenhum",
|
||||||
"show_controls": "Show controls",
|
"show_controls": "Mostrar controles",
|
||||||
"manual_camera": "Manual camera",
|
"manual_camera": "Câmera manual",
|
||||||
"manual_camera_description": "You can move the map below to adjust the camera position.",
|
"manual_camera_description": "You can move the map below to adjust the camera position.",
|
||||||
"latitude": "Latitude",
|
"latitude": "Latitude",
|
||||||
"longitude": "Longitude",
|
"longitude": "Longitude",
|
||||||
"zoom": "Zoom",
|
"zoom": "Zoom",
|
||||||
"pitch": "Pitch",
|
"pitch": "Pitch",
|
||||||
"bearing": "Bearing",
|
"bearing": "Bearing",
|
||||||
"preview": "Preview",
|
"preview": "Prévia",
|
||||||
"code": "Integration code"
|
"code": "Integration code"
|
||||||
},
|
},
|
||||||
"webgl2_required": "WebGL 2 is required to display the map.",
|
"webgl2_required": "WebGL 2 is required to display the map.",
|
||||||
|
Reference in New Issue
Block a user