From 531570f52506cc4d5736406ae4b0aabf9128bca7 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Tue, 23 Jul 2024 17:42:05 +0200 Subject: [PATCH] New translations en.json (Portuguese, Brazilian) --- website/src/locales/pt-BR.json | 432 +++++++++++++++++++++++++++++++++ 1 file changed, 432 insertions(+) create mode 100644 website/src/locales/pt-BR.json diff --git a/website/src/locales/pt-BR.json b/website/src/locales/pt-BR.json new file mode 100644 index 00000000..d5a56f3a --- /dev/null +++ b/website/src/locales/pt-BR.json @@ -0,0 +1,432 @@ +{ + "metadata": { + "home_title": "início", + "app_title": "o editor online de arquivos GPX", + "embed_title": "o editor online de arquivos GPX", + "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." + }, + "menu": { + "new": "Novo", + "new_file": "Novo arquivo", + "new_track": "Novo percurso", + "new_segment": "Novo segmento", + "open": "Abrir...", + "duplicate": "Duplicar", + "close": "Fechar", + "close_all": "Fechar todos", + "copy": "Copiar", + "paste": "Colar", + "cut": "Cortar", + "export": "Exportar...", + "export_all": "Exportar todos...", + "export_options": "Opções de exportação", + "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": "Ajude a manter o site gratuito", + "download_file": "Baixar arquivo", + "download_files": "Baixar arquivos", + "edit": "Editar", + "undo": "Desfazer", + "redo": "Refazer", + "delete": "Apagar", + "select_all": "Selecionar todos", + "view": "Visualizar", + "elevation_profile": "Perfil de elevação", + "vertical_file_view": "Lista vertical de arquivos", + "switch_basemap": "Trocar para mapa base anterior", + "toggle_overlays": "Alternar sobreposições", + "toggle_3d": "Alternar 3D", + "settings": "Configurações", + "distance_units": "Unidades de distância", + "metric": "Métrico", + "imperial": "Imperial", + "velocity_units": "Unidades de velocidade", + "temperature_units": "Unidade de temperatura", + "celsius": "Celsius", + "fahrenheit": "Fahrenheit", + "language": "Idioma", + "mode": "Tema", + "light": "Claro", + "dark": "Escuro", + "street_view_source": "Fonte de Street View", + "mapillary": "Mapillary", + "google": "Google", + "layers": "Camadas do mapa...", + "distance_markers": "Marcadores de distância", + "direction_markers": "Setas de direção", + "help": "Ajuda", + "donate": "Doar", + "ctrl": "Ctrl", + "click": "Clique", + "drag": "Arrastar", + "metadata": { + "button": "Informações...", + "name": "Nome", + "description": "Descrição", + "save": "Salvar" + }, + "style": { + "button": "Aparência...", + "color": "Cor", + "opacity": "Opacidade", + "width": "Largura" + }, + "hide": "Ocultar", + "unhide": "Mostrar", + "open_in": "Abrir em" + }, + "toolbar": { + "routing": { + "tooltip": "Planejar ou editar uma rota", + "activity": "Atividade", + "use_routing": "Rota", + "use_routing_tooltip": "Connect anchor points via road network, or in a straight line if disabled", + "allow_private": "Permitir estradas privadas", + "reverse": { + "button": "Inverter", + "tooltip": "Inverter a direção da rota" + }, + "route_back_to_start": { + "button": "Voltar para o início", + "tooltip": "Connect the last point of the route with the starting point" + }, + "round_trip": { + "button": "Ida e volta", + "tooltip": "Return to the starting point by the same route" + }, + "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": "Click on the map to add a new anchor point, or drag existing ones to change the route.", + "activities": { + "bike": "Bicicleta", + "racing_bike": "Bicicleta de estrada", + "mountain_bike": "Bicicleta de montanha", + "foot": "Corrida/caminhada", + "motorcycle": "Moto", + "water": "Água", + "railway": "Ferrovia" + }, + "surface": { + "unknown": "Desconhecido", + "paved": "Pavimentado", + "unpaved": "Não pavimentado", + "asphalt": "Asfalto", + "concrete": "Cimento", + "chipseal": "Chipseal", + "cobblestone": "Empedrado", + "unhewn_cobblestone": "Unhewn cobblestone", + "paving_stones": "Paving stones", + "stepping_stones": "Stepping stones", + "sett": "Sett", + "metal": "Metal", + "wood": "Madeira", + "compacted": "Cascalho compactado", + "fine_gravel": "Cascalho fino", + "gravel": "Gravilha", + "pebblestone": "Pebblestone", + "rock": "Pedra", + "dirt": "Terra", + "ground": "Chão", + "earth": "Terra", + "snow": "Neve", + "ice": "Gelo", + "salt": "Sal", + "mud": "Lama", + "sand": "Areia", + "woodchips": "Woodchips", + "grass": "Grama", + "grass_paver": "Grass paver" + }, + "error": { + "from": "The start point is too far from the nearest road", + "via": "The via point is too far from the nearest road", + "to": "The end point is too far from the nearest road", + "timeout": "Route calculation took too long, try adding points closer together" + } + }, + "scissors": { + "tooltip": "Cortar ou dividir", + "crop": "Cortar", + "split_as": "Dividir a trilha em", + "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." + }, + "time": { + "tooltip": "Manage time data", + "start": "Iniciar", + "end": "Fim", + "total_time": "Tempo em Movimento", + "pick_date": "Escolha uma data", + "artificial": "Create realistic time data", + "update": "Update time data", + "help": "Use the form to set new time data.", + "help_invalid_selection": "Select a single trace to manage its time data." + }, + "merge": { + "merge_traces": "Connect the traces", + "merge_contents": "Merge the contents and keep the traces disconnected", + "merge_selection": "Unir seleção", + "tooltip": "Unir itens", + "help_merge_traces": "Connecting the selected traces will create a single continuous trace.", + "help_cannot_merge_traces": "Your selection must contain several traces to connect them.", + "help_merge_contents": "Merging the contents of the selected items will group all the contents inside the first item.", + "help_cannot_merge_contents": "Your selection must contain several items to merge their contents." + }, + "extract": { + "tooltip": "Extract contents to separate items", + "button": "Extrair", + "help": "Extracting the contents of the selected items will create a separate item for each of their contents.", + "help_invalid_selection": "Your selection must contain items with multiple traces to extract them." + }, + "waypoint": { + "tooltip": "Criar e editar pontos de interesse", + "longitude": "Longitude", + "latitude": "Latitude", + "create": "Criar ponto de interesse", + "add": "Adicionar ponto de interesse ao arquivo", + "help": "Fill in the form to create a new point of interest, or click on an existing one to edit it. Click on the map to fill the coordinates, or drag points of interest to move them.", + "help_no_selection": "Select a file to create or edit points of interest." + }, + "reduce": { + "tooltip": "Reduzir o número de pontos GPS", + "tolerance": "Tolerância", + "number_of_points": "Número de pontos GPS", + "button": "Minificar", + "help": "Use the slider to choose the number of GPS points to keep.", + "help_no_selection": "Select a trace to reduce the number of its GPS points." + }, + "clean": { + "tooltip": "Clean GPS points and points of interest with a rectangle selection", + "delete_trackpoints": "Excluir pontos GPS", + "delete_waypoints": "Excluir pontos de interesse", + "delete_inside": "Excluir dentro da seleção", + "delete_outside": "Excluir fora da seleção", + "button": "Apagar", + "help": "Selecione uma área retangular no mapa para remover pontos GPS e pontos de interesse.", + "help_no_selection": "Selecione um trajeto para limpar os pontos GPS e pontos de interesse." + } + }, + "layers": { + "settings": "Layer settings", + "settings_help": "Select the map layers you want to show in the interface, add custom ones, and adjust their settings.", + "selection": "Layer selection", + "custom_layers": { + "title": "Custom layers", + "new": "New custom layer", + "edit": "Edit custom layer", + "urls": "URL(s)", + "url_placeholder": "WMTS, WMS or Mapbox style JSON", + "max_zoom": "Zoom máximo", + "layer_type": "Layer type", + "basemap": "Mapa-base", + "overlay": "Cobertura", + "create": "Criar camada", + "update": "Atualizar camada" + }, + "opacity": "Opacidade de sobreposição", + "heatmap": "Mapa de calor do Strava", + "label": { + "basemaps": "Mapa base", + "overlays": "Sobreposições", + "custom": "Personalizado", + "world": "Mundo", + "countries": "Países", + "belgium": "Bélgica", + "bulgaria": "Bulgária", + "finland": "Finlândia", + "france": "França", + "new_zealand": "Nova Zelândia", + "norway": "Noruega", + "spain": "Espanha", + "sweden": "Suécia", + "switzerland": "Suíça", + "united_kingdom": "Reino Unido", + "united_states": "Estados Unidos", + "mapboxOutdoors": "Mapbox Outdoors", + "mapboxSatellite": "Satélite do Mapbox", + "openStreetMap": "OpenStreetMap", + "openTopoMap": "OpenTopoMap", + "openHikingMap": "OpenHikingMap", + "cyclOSM": "CyclOSM", + "linz": "LINZ Topo", + "linzTopo": "LINZ Topo50", + "swisstopoRaster": "swisstopo Raster", + "swisstopoVector": "swisstopo Vector", + "swisstopoSatellite": "swisstopo Satellite", + "ignBe": "IGN Topo", + "ignFrPlan": "IGN Plan", + "ignFrScan25": "IGN SCAN25", + "ignFrSatellite": "Satélite IGN", + "ignEs": "IGN", + "ordnanceSurvey": "Ordnance Survey", + "norwayTopo": "Topografisk Norgeskart 4", + "swedenTopo": "Lantmäteriet Topo", + "finlandTopo": "Lantmäteriverket Terrängkarta", + "bgMountains": "BGMountains", + "usgs": "USGS", + "cyclOSMlite": "CyclOSM Lite", + "swisstopoSlope": "swisstopo Slope", + "swisstopoHiking": "swisstopo Hiking", + "swisstopoHikingClosures": "swisstopo Hiking Closures", + "swisstopoCycling": "swisstopo Cycling", + "swisstopoCyclingClosures": "swisstopo Cycling Closures", + "swisstopoMountainBike": "swisstopo MTB", + "swisstopoMountainBikeClosures": "swisstopo MTB Closures", + "swisstopoSkiTouring": "swisstopo Ski Touring", + "ignFrCadastre": "IGN Cadastre", + "ignSlope": "IGN Slope", + "ignSkiTouring": "IGN Ski Touring", + "strava": "Strava", + "stravaHeatmapRun": "Corrida", + "stravaHeatmapTrailRun": "Corrida em trilha", + "stravaHeatmapHike": "Caminhada", + "stravaHeatmapRide": "Ciclismo", + "stravaHeatmapGravel": "Ciclismo de cascalho", + "stravaHeatmapMTB": "MTB", + "stravaHeatmapWater": "Água", + "stravaHeatmapWinter": "Inverno", + "waymarked_trails": "Trilhas demarcadas", + "waymarkedTrailsHiking": "Caminhada", + "waymarkedTrailsCycling": "Ciclismo", + "waymarkedTrailsMTB": "MTB", + "waymarkedTrailsSkating": "Patinação", + "waymarkedTrailsHorseRiding": "Hipismo", + "waymarkedTrailsWinter": "Inverno", + "points_of_interest": "Pontos de interesse", + "food": "Comida", + "bakery": "Padoca", + "food-store": "Loja de alimentos", + "eat-and-drink": "Comes e bebes", + "amenities": "Comodidades", + "toilets": "Banheiros", + "water": "Água", + "shower": "Chuveiro", + "motorized": "Carros e Motocicletas", + "fuel-station": "Postos de combustível", + "parking": "Estacionamento", + "garage": "Garagem", + "barrier": "Barreira", + "tourism": "Turismo", + "attraction": "Atração", + "viewpoint": "Mirante", + "hotel": "Hotel", + "campsite": "Acampamento", + "hut": "Cabana", + "summit": "Pico", + "pass": "Passagem", + "climbing": "Escalada", + "bicycle": "Bicicleta", + "bicycle-parking": "Estacionamento de bicicleta", + "bicycle-rental": "Aluguel de bicicleta", + "bicycle-shop": "Loja de bicicletas", + "public-transport": "Transporte Público", + "railway-station": "Estações ferroviárias", + "tram-stop": "Parada de bonde", + "bus-stop": "Parada de Ônibus", + "ferry": "Balsa" + }, + "color": { + "blue": "Azul", + "bluered": "Azul Vermelho", + "gray": "Cinzento", + "hot": "Popular", + "purple": "Roxo", + "orange": "Laranja" + } + }, + "chart": { + "show_slope": "Mostrar dados de inclinação", + "show_surface": "Mostrar dados do terreno", + "show_speed": "Mostrar dados de velocidade", + "show_pace": "Mostrar dados de ritmo", + "show_heartrate": "Mostrar dados de frequência cardíaca", + "show_cadence": "Mostrar dados de cadência", + "show_temperature": "Mostrar dados de temperatura", + "show_power": "Mostrar dados de potência" + }, + "quantities": { + "distance": "Distância", + "elevation": "Elevação", + "temperature": "Temperatura", + "speed": "Velocidade", + "pace": "Ritmo", + "heartrate": "Frequência cardíaca", + "cadence": "Cadência", + "power": "Potência", + "slope": "Inclinação", + "surface": "Superfície", + "time": "Tempo", + "moving": "Moving", + "total": "Total" + }, + "units": { + "meters": "m", + "feet": "pés", + "kilometers": "km", + "miles": "mi", + "celsius": "°C", + "fahrenheit": "°F", + "kilometers_per_hour": "km/h", + "miles_per_hour": "mph", + "minutes_per_kilometer": "min/km", + "minutes_per_mile": "min/mi", + "heartrate": "bpm", + "cadence": "rpm", + "power": "W" + }, + "gpx": { + "file": "Arquivo", + "files": "Arquivos", + "track": "Percurso", + "tracks": "Percursos", + "segment": "Segmento", + "segments": "Segmentos", + "waypoint": "Ponto de interesse", + "waypoints": "Pontos de interesse" + }, + "homepage": { + "website": "Website", + "home": "Início", + "app": "Aplicativo", + "contact": "Contato", + "x": "X", + "facebook": "Facebook", + "github": "GitHub", + "crowdin": "Crowdin", + "email": "Email", + "contribute": "Contribuir", + "supported_by": "apoiado por", + "support_button": "Apoie o gpx.studio no Ko-fi", + "route_planning": "Planejamento de rota", + "route_planning_description": "An intuitive interface to create itineraries tailored to each sport, based on OpenStreetMap data.", + "file_processing": "Advanced file processing", + "file_processing_description": "A suite of tools for performing all common file processing tasks, and which can be applied to multiple files at once.", + "maps": "Mapas globais e locais", + "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": "Visualização de dados", + "data_visualization_description": "An interactive elevation profile with detailed statistics to analyze recorded activities and future objectives.", + "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." + }, + "embedding": { + "title": "Crie seu próprio mapa", + "mapbox_token": "Mapbox access token", + "file_urls": "File URLs (separated by commas)", + "basemap": "Mapa-base", + "height": "Altura", + "fill_by": "Fill by", + "none": "Nenhum", + "show_controls": "Mostrar controles", + "manual_camera": "Câmera manual", + "manual_camera_description": "You can move the map below to adjust the camera position.", + "latitude": "Latitude", + "longitude": "Longitude", + "zoom": "Zoom", + "pitch": "Pitch", + "bearing": "Bearing", + "preview": "Prévia", + "code": "Integration code" + }, + "webgl2_required": "WebGL 2 é necessário para exibir o mapa.", + "enable_webgl2": "Saiba como ativar WebGL 2 em seu navegador" +} \ No newline at end of file