From 6c4355448ae94365fba44aa58c805275e7e99f62 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Tue, 23 Jul 2024 18:31:41 +0200 Subject: [PATCH] New Crowdin updates (#26) * New translations en.json (Italian) * New translations en.json (Portuguese, Brazilian) * New translations edit.mdx (Portuguese, Brazilian) * New translations routing.mdx (Italian) * Delete website/src/locales/pt-br.json * Delete website/src/lib/docs/pt-br directory --- website/src/lib/docs/it/toolbar/routing.mdx | 2 +- website/src/lib/docs/pt-BR/menu/edit.mdx | 6 +- .../src/lib/docs/pt-br/files-and-stats.mdx | 87 ---- .../src/lib/docs/pt-br/getting-started.mdx | 38 -- website/src/lib/docs/pt-br/gpx.mdx | 34 -- website/src/lib/docs/pt-br/home/funding.mdx | 13 - website/src/lib/docs/pt-br/home/mapbox.mdx | 5 - .../src/lib/docs/pt-br/home/translation.mdx | 12 - website/src/lib/docs/pt-br/integration.mdx | 29 -- website/src/lib/docs/pt-br/map-controls.mdx | 71 --- website/src/lib/docs/pt-br/menu.mdx | 19 - website/src/lib/docs/pt-br/menu/edit.mdx | 76 --- website/src/lib/docs/pt-br/menu/file.mdx | 56 --- website/src/lib/docs/pt-br/menu/settings.mdx | 52 --- website/src/lib/docs/pt-br/menu/view.mdx | 50 -- website/src/lib/docs/pt-br/toolbar.mdx | 32 -- website/src/lib/docs/pt-br/toolbar/clean.mdx | 18 - .../src/lib/docs/pt-br/toolbar/extract.mdx | 28 -- website/src/lib/docs/pt-br/toolbar/merge.mdx | 20 - website/src/lib/docs/pt-br/toolbar/minify.mdx | 28 -- website/src/lib/docs/pt-br/toolbar/poi.mdx | 27 -- .../src/lib/docs/pt-br/toolbar/routing.mdx | 88 ---- .../src/lib/docs/pt-br/toolbar/scissors.mdx | 32 -- website/src/lib/docs/pt-br/toolbar/time.mdx | 29 -- website/src/locales/it.json | 12 +- website/src/locales/pt-BR.json | 84 ++-- website/src/locales/pt-br.json | 432 ------------------ 27 files changed, 52 insertions(+), 1328 deletions(-) delete mode 100644 website/src/lib/docs/pt-br/files-and-stats.mdx delete mode 100644 website/src/lib/docs/pt-br/getting-started.mdx delete mode 100644 website/src/lib/docs/pt-br/gpx.mdx delete mode 100644 website/src/lib/docs/pt-br/home/funding.mdx delete mode 100644 website/src/lib/docs/pt-br/home/mapbox.mdx delete mode 100644 website/src/lib/docs/pt-br/home/translation.mdx delete mode 100644 website/src/lib/docs/pt-br/integration.mdx delete mode 100644 website/src/lib/docs/pt-br/map-controls.mdx delete mode 100644 website/src/lib/docs/pt-br/menu.mdx delete mode 100644 website/src/lib/docs/pt-br/menu/edit.mdx delete mode 100644 website/src/lib/docs/pt-br/menu/file.mdx delete mode 100644 website/src/lib/docs/pt-br/menu/settings.mdx delete mode 100644 website/src/lib/docs/pt-br/menu/view.mdx delete mode 100644 website/src/lib/docs/pt-br/toolbar.mdx delete mode 100644 website/src/lib/docs/pt-br/toolbar/clean.mdx delete mode 100644 website/src/lib/docs/pt-br/toolbar/extract.mdx delete mode 100644 website/src/lib/docs/pt-br/toolbar/merge.mdx delete mode 100644 website/src/lib/docs/pt-br/toolbar/minify.mdx delete mode 100644 website/src/lib/docs/pt-br/toolbar/poi.mdx delete mode 100644 website/src/lib/docs/pt-br/toolbar/routing.mdx delete mode 100644 website/src/lib/docs/pt-br/toolbar/scissors.mdx delete mode 100644 website/src/lib/docs/pt-br/toolbar/time.mdx delete mode 100644 website/src/locales/pt-br.json diff --git a/website/src/lib/docs/it/toolbar/routing.mdx b/website/src/lib/docs/it/toolbar/routing.mdx index 77af69d2..1ffa18c1 100644 --- a/website/src/lib/docs/it/toolbar/routing.mdx +++ b/website/src/lib/docs/it/toolbar/routing.mdx @@ -85,4 +85,4 @@ Return to the starting point by the same route. ### Change the start of the loop -When the end point of the route is close enough to the start, you can change the start of the loop by clicking on any anchor point and selecting from the context menu. +Quando il punto finale del percorso è abbastanza vicino all'inizio, è possibile modificare l'inizio del ciclo facendo clic su qualsiasi punto di ancoraggio e selezionando dal menu contestuale. diff --git a/website/src/lib/docs/pt-BR/menu/edit.mdx b/website/src/lib/docs/pt-BR/menu/edit.mdx index ec3aed2b..1376186b 100644 --- a/website/src/lib/docs/pt-BR/menu/edit.mdx +++ b/website/src/lib/docs/pt-BR/menu/edit.mdx @@ -9,9 +9,9 @@ title: Edit actions # { title } -Unlike the file actions, the edit actions can potentially modify the content of the currently selected files. -Moreover, when the vertical layout of the files list is enabled (see [Files and statistics](../files-and-stats)), they can also be applied to [tracks, segments, and points of interest](../gpx). -Therefore, we will refer to the elements that can be modified by these actions as _file items_. +Ao contrário das ações de arquivo, as ações de edição podem potencialmente modificar o conteúdo dos arquivos selecionados. +Além do mais, quando o layout vertical da lista de arquivos está habilitado (veja [Arquivos e estatísticas](../files-and-stats)), eles também podem ser aplicadas a [faixas, segmentos e pontos de interesse](../gpx). +Portanto, nós iremos nos referir aos elementos que podem ser modificados por essas ações como **itens de arquivo**. Note that except for the undo and redo actions, the edit actions are also accessible through the context menu (right-click) of the file items. ### Undo and redo diff --git a/website/src/lib/docs/pt-br/files-and-stats.mdx b/website/src/lib/docs/pt-br/files-and-stats.mdx deleted file mode 100644 index 8a79c636..00000000 --- a/website/src/lib/docs/pt-br/files-and-stats.mdx +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: Files and statistics ---- - - - -# { title } - -## File list - -Once you have [opened](./menu/file) files, they will be shown as tabs in the file list located at the bottom of the map. -You can reorder them by dragging and dropping the tabs. -And when many files are open, you can scroll through the list of tabs to navigate between them. - - - -``` -When using a mouse, you need to hold Shift to scroll horizontally. -``` - - - -### File selection - -By clicking on a tab, you can switch between the files to inspect their statistics, and apply [edit actions](./menu/edit) and [tools](./toolbar/) to them. -By holding the Ctrl/Cmd key, you can add files to the selection or remove them, and by holding Shift, you can select a range of files. -Most of the [edit actions](./menu/edit) and [tools](./toolbar/) can be applied to multiple files at once. - - - -``` -You can also navigate through the files using the arrow keys on your keyboard, and use Shift to add files to the selection. -``` - - - -### Edit actions - -By right-clicking on a file tab, you can access the same actions as in the [edit menu](./menu/edit). - -### Vertical layout - -As mentioned in the [view options section](./menu/view), you can switch between a horizontal and a vertical layout for the file list. -The vertical file list is useful when you have many files open, or files with multiple [tracks, segments, or waypoints](../gpx). -Indeed, this layout allows you to inspect the content of the files through collapsible sections. - -You can also apply [edit actions](./menu/edit) and [tools](./toolbar/) to internal file items. -Furthermore, you can drag and drop the inner items to reorder them, or move them in the hierarchy or even to another file. - - - -``` -The size of the file list can be adjusted by dragging the separator between the map and the file list. -``` - - - -## Elevation profile and statistics - -At the bottom of the interface, you can find the elevation profile and statistics for the current selection. - - - -``` -The size of the elevation profile can be adjusted by dragging the separator between the map and the elevation profile. -``` - - - -### Interactive statistics - -When hovering over the elevation profile, a tooltip will show statistics at the cursor position. -To get the statistics for a specific section of the elevation profile, you can drag a selection rectangle on the profile. -Click on the profile to reset the selection. - -### Additional data - -Using the buttons on the right of the elevation profile, you can optionally color the elevation profile by: - -- **slope** information computed from the elevation data, or -- **surface** data coming from OpenStreetMap's surface tags. - This is only available for files created with **gpx.studio**. - -If your selection includes it, you can also visualize: **speed** , **heart rate** , **cadence** , **temperature** , and **power** data on the elevation profile. diff --git a/website/src/lib/docs/pt-br/getting-started.mdx b/website/src/lib/docs/pt-br/getting-started.mdx deleted file mode 100644 index 3c57e8ad..00000000 --- a/website/src/lib/docs/pt-br/getting-started.mdx +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: Getting started ---- - - - -# { title } - -Welcome to the official guide for **gpx.studio**! -This guide will walk you through all the components and tools of the interface, helping you become a proficient user of the application. - - - -As shown in the screenshot above, the interface is divided into four main sections organized around the map. -Before we dive into the details of each section, let's have a quick overview of the interface. - -## Menu - -At the top of the interface, you will find the [main menu](./menu). -This is where you can access common actions such as opening, closing, and exporting files, undoing and redoing actions, and adjusting the application settings. - -## Files and statistics - -At the bottom of the interface, you will find the list of files currently open in the application. -You can click on a file to select it and display its statistics below the list. -In the [dedicated section](./files-and-stats), we will explain how to select multiple files and switch to a vertical layout for advanced file management. - -## Toolbar - -On the left side of the interface, you will find the [toolbar](./toolbar), which contains all the tools you can use to edit your files. - -## Map controls - -Finally, on the right side of the interface, you will find the [map controls](./map-controls). -These controls allow you to navigate the map, zoom in and out, and switch between different map styles. diff --git a/website/src/lib/docs/pt-br/gpx.mdx b/website/src/lib/docs/pt-br/gpx.mdx deleted file mode 100644 index bef13ac7..00000000 --- a/website/src/lib/docs/pt-br/gpx.mdx +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: GPX file format ---- - - - -# { title } - -The GPX file format is an open standard for exchanging GPS data between applications and GPS devices. -It essentially consists of a series of GPS points encoding one or multiple GPS traces, and, optionally, some points of interest. - -GPX files may also contain metadata, of which the **name** and **description** fields are the most useful for users. - -### Tracks, segments, and GPS points - -As mentioned above, a GPX file can contain multiple GPS traces. -These are organized in a hierarchical structure, with tracks at the top level. - -- A **track** is made of a sequence of disconnected segments. - Furthermore, it can contain metadata such as a **name**, a **description**, and **appearance properties**. -- A **segment** is a sequence of GPS points that form a continuous path. -- A **GPS point** is a location with a latitude, a longitude, and optionally a timestamp and an altitude. - Some devices also store additional information such as heart rate, cadence, temperature, and power. - -In most cases, GPX files contain a single track with a single segment. -However, the hierarchy described above allows for more advanced use cases, such as planning multi-day trips with several variants for each day. - -### Points of interest - -**Points of interest** (technically called _waypoints_) represent locations of interest to show either on a GPS device or on a digital map. - -In addition to its coordinates, a point of interest can have a **name** and a **description**. diff --git a/website/src/lib/docs/pt-br/home/funding.mdx b/website/src/lib/docs/pt-br/home/funding.mdx deleted file mode 100644 index 4f95f45a..00000000 --- a/website/src/lib/docs/pt-br/home/funding.mdx +++ /dev/null @@ -1,13 +0,0 @@ - - -## Ajude a manter o site gratuito (e sem anúncios) - -Cada vez que você adiciona ou move pontos de GPS, nosso servidor calcula a melhor rota no mapa. -Nos também usamos as APIs do Mapbox para mostrar mapas bonitos, pegar dados de elevação e permitir que você busque por lugares. - -Infelizmente, isso é caro. -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. - -Muito obrigado pelo seu apoio! ❤️ diff --git a/website/src/lib/docs/pt-br/home/mapbox.mdx b/website/src/lib/docs/pt-br/home/mapbox.mdx deleted file mode 100644 index 8ffc07c0..00000000 --- a/website/src/lib/docs/pt-br/home/mapbox.mdx +++ /dev/null @@ -1,5 +0,0 @@ -Mapbox é uma empresa que fornece alguns dos belos mapas desse site. -Eles também desenvolvem o mecanismo de mapa que alimenta **gpx.studio**. - -Somos incrivelmente afortunados e gratos de ser parte do programa de Comunidade, que apoia instituições educacionais, sem fins lucrativos e de grande impacto positivo. -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. diff --git a/website/src/lib/docs/pt-br/home/translation.mdx b/website/src/lib/docs/pt-br/home/translation.mdx deleted file mode 100644 index 5144cd44..00000000 --- a/website/src/lib/docs/pt-br/home/translation.mdx +++ /dev/null @@ -1,12 +0,0 @@ - - -## Tradução - -O site é traduzido por voluntários usando uma plataforma de tradução colaborativa. -Você pode contribuir adicionando ou melhorando as traduções em nosso projeto do Crowdin. - -Se quiser iniciar a tradução de uma nova língua, por favor entre em contato. - -Qualquer ajuda é muito bem-vinda! diff --git a/website/src/lib/docs/pt-br/integration.mdx b/website/src/lib/docs/pt-br/integration.mdx deleted file mode 100644 index 5127ad76..00000000 --- a/website/src/lib/docs/pt-br/integration.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Integration ---- - - - -# { title } - -You can use **gpx.studio** to create maps showing your GPX files and embed them in your website. - -All you need is: - -1. A Mapbox access token to load the map, and -2. GPX files hosted on your server or a public URL. - -You can then play with the configurator below to customize your map and generate the corresponding HTML code. - - - -``` -You will need to set up Cross-Origin Resource Sharing (CORS) headers on your server to allow gpx.studio to load your GPX files. -``` - - - - diff --git a/website/src/lib/docs/pt-br/map-controls.mdx b/website/src/lib/docs/pt-br/map-controls.mdx deleted file mode 100644 index b83448bb..00000000 --- a/website/src/lib/docs/pt-br/map-controls.mdx +++ /dev/null @@ -1,71 +0,0 @@ ---- -title: Map controls ---- - - - -# { title } - -### Map navigation - -The controls at the top allow you to zoom in and out , and to change the orientation of the map . - - - -``` -To control the orientation and tilt of the map, you can also drag the map while holding Ctrl. -``` - - - -### Search bar - -You can use the search bar to look for an address and navigate to it on the map. - -### Locate button - -The locate button will center the map on your current location. - - - -``` -This only works if you have allowed your browser and gpx.studio to access your location. -``` - - - -### Street view - -This button can be used to enable street view mode on the map. -Depending on the street view source chosen in the [settings](./menu/settings), street view imagery can be accessed differently. - -- Mapillary: the street view coverage will appear as green lines on the map. When zoomed in enough, green dots will show the exact locations where street view imagery is available. Hovering over a green dot will show the street view image at that location. -- Google Street View: click on the map to open a new tab with the street view imagery at that location. - -### Map layers - -The map layers button allows you to switch between different basemaps, and toggle map overlays and categories of points of interest. - -- **Basemaps** are background maps that present the main geographic features of the world. - Depending on their purpose, basemaps will have different styles and levels of detail. - Only one basemap can be displayed at a time. -- **Overlays** are additional layers that can be displayed on top of the basemap to provide complementary information. -- **Points of interest** can be added to the map to show different categories of places, such as shops, restaurants, or accommodations. - -
- - - Hover over the map to show the Waymarked Trails hiking overlay on top of the Mapbox Outdoors basemap. - -
- -A large collection of global and local basemaps and overlays is available in **gpx.studio**, as well as a selection of point-of-interest categories. -They can be enabled in the [map layer settings dialog](./menu/settings). - -In these settings, you can also manage the opacity of the overlays. - -For advanced users, it is possible to add custom basemaps and overlays by providing WMTS, WMS, or Mapbox style JSON URLs. diff --git a/website/src/lib/docs/pt-br/menu.mdx b/website/src/lib/docs/pt-br/menu.mdx deleted file mode 100644 index 31b20898..00000000 --- a/website/src/lib/docs/pt-br/menu.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Menu ---- - - - -# { title } - -The main menu, located at the top of the interface, provides access to actions, options, and settings divided into several categories, explained separately in the following sections. - - - -``` -Most of the menu actions can also be performed using the keyboard shortcuts displayed in the menu. -``` - - diff --git a/website/src/lib/docs/pt-br/menu/edit.mdx b/website/src/lib/docs/pt-br/menu/edit.mdx deleted file mode 100644 index ec3aed2b..00000000 --- a/website/src/lib/docs/pt-br/menu/edit.mdx +++ /dev/null @@ -1,76 +0,0 @@ ---- -title: Edit actions ---- - - - -# { title } - -Unlike the file actions, the edit actions can potentially modify the content of the currently selected files. -Moreover, when the vertical layout of the files list is enabled (see [Files and statistics](../files-and-stats)), they can also be applied to [tracks, segments, and points of interest](../gpx). -Therefore, we will refer to the elements that can be modified by these actions as _file items_. -Note that except for the undo and redo actions, the edit actions are also accessible through the context menu (right-click) of the file items. - -### Undo and redo - -Using these buttons, you can undo or redo the last actions you performed. -This applies to all actions of the interface but not to view options, application settings, or map navigation. - -### Info... - -Open the information dialog of the currently selected file item, where you can see and edit its name and description. - -### Appearance... - -Open the appearance dialog, where you can change the color, opacity, and width of the selected file items on the map. - -### Hide/unhide - -Toggle the visibility of the selected file items on the map. - -### Select all - -Add all file items in the current hierarchy level to the selection. - -### Copy - -Copy the selected file items to the clipboard. - - - -``` -This action is only available when the vertical layout of the files list is enabled. -``` - - - -### Cut - -Cut the selected file items to the clipboard. - - - -``` -This action is only available when the vertical layout of the files list is enabled. -``` - - - -### Paste - -Paste the file items from the clipboard to the current hierarchy level if they are compatible with it. - - - -``` -This action is only available when the vertical layout of the files list is enabled. -``` - - - -### Delete - -Delete the selected file items. diff --git a/website/src/lib/docs/pt-br/menu/file.mdx b/website/src/lib/docs/pt-br/menu/file.mdx deleted file mode 100644 index 76301ea6..00000000 --- a/website/src/lib/docs/pt-br/menu/file.mdx +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: File actions ---- - - - -# { title } - -The file actions menu contains a set of pretty self-explanatory file operations. - -### New - -Create a new empty file. - -### Open... - -Open files from your computer. - - - -``` -You can also drag and drop files directly from your file system into the window. -``` - - - -### Duplicate - -Create a copy of the currently selected files. - -### Close - -Close the currently selected files. - -### Close all - -Close all files. - -### Export... - -Open the export dialog to save the currently selected files to your computer. - -### Export all... - -Open the export dialog to save all files to your computer. - - - -``` -If your download does not start after clicking the download button, please check your browser settings to allow downloads from gpx.studio. -``` - - diff --git a/website/src/lib/docs/pt-br/menu/settings.mdx b/website/src/lib/docs/pt-br/menu/settings.mdx deleted file mode 100644 index 8298e2e3..00000000 --- a/website/src/lib/docs/pt-br/menu/settings.mdx +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: Settings ---- - - - -# { title } - -### Distance units - -Change the units used to display distances in the interface. - -### Velocity units - -Change the units used to display velocities in the interface. -You can choose between distance per hour or minutes per distance, which can be more suitable for running activities. - -### Temperature units - -Change the units used to display temperatures in the interface. - -### Language - -Change the language used in the interface. - - - -``` -You can contribute by adding or improving translations on our Crowdin project. -If you would like to start translating into a new language, please get in touch. -Any help is greatly appreciated! -``` - - - -### Theme - -Change the theme used in the interface. - -### Street view source - -Change the source used for the [street view control](../map-controls). -The default one is Mapillary, but you can also use Google Street View. -Learn more about how to use the street view control in the [map controls section](../map-controls). - -### Map layers... - -This opens a dialog where you can enable or disable map layers, add custom ones, change the opacity of overlays, and more. -More information about map layers can be found in the [map controls section](../map-controls). diff --git a/website/src/lib/docs/pt-br/menu/view.mdx b/website/src/lib/docs/pt-br/menu/view.mdx deleted file mode 100644 index 4f040954..00000000 --- a/website/src/lib/docs/pt-br/menu/view.mdx +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: View options ---- - - - -# { title } - -This menu provides options to rearrange the interface and the map view. - -### Elevation profile - -Hide the elevation profile to make room for the map, or show it to inspect the current selection. - -### Vertical file list - -Switch between a vertical and a horizontal layout for the file list. -The [vertical file list](../files-and-stats) is useful when you have many files open, or files with multiple [tracks, segments, or waypoints](../gpx). - -### Switch to previous basemap - -Change the basemap to the one previously selected through the [map layer control](../map-controls). - -### Toggle overlays - -Toggle the visibility of the map overlays selected through the [map layer control](../map-controls). - -### Distance markers - -Toggle the visibility of distance markers on the map. -They are displayed for the current selection, like the [elevation profile](../files-and-stats). - -### Direction arrows - -Toggle the visibility of direction arrows on the map. - -### Toggle 3D - -Enter or exit the 3D map view. - - - -``` -To control the orientation and tilt of the map, you can also drag the map while holding Ctrl. -``` - - diff --git a/website/src/lib/docs/pt-br/toolbar.mdx b/website/src/lib/docs/pt-br/toolbar.mdx deleted file mode 100644 index 86a6a980..00000000 --- a/website/src/lib/docs/pt-br/toolbar.mdx +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Toolbar ---- - - - -# { 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**. -Each tool is represented by an icon and can be activated by clicking on it. - -
-
- -
-
- -As with [edit actions](./menu/edit), most tools can be applied to multiple files at once and to [inner tracks and segments](./gpx). - -The next sections describe each tool in detail. diff --git a/website/src/lib/docs/pt-br/toolbar/clean.mdx b/website/src/lib/docs/pt-br/toolbar/clean.mdx deleted file mode 100644 index e8b8ffc5..00000000 --- a/website/src/lib/docs/pt-br/toolbar/clean.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Clean ---- - - - -# { title } - -When the clean tool is selected, dragging the map will create a rectangular selection. - -Depending on the options selected in the dialog shown below, clicking the delete button will remove GPS points and/or [points of interest](../gpx) located either inside or outside the selection. - -
- -
diff --git a/website/src/lib/docs/pt-br/toolbar/extract.mdx b/website/src/lib/docs/pt-br/toolbar/extract.mdx deleted file mode 100644 index 838f8289..00000000 --- a/website/src/lib/docs/pt-br/toolbar/extract.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Extract ---- - - - -# { title } - -This tool allows you to extract [tracks (or segments)](../gpx) from files (or tracks) containing multiple of them. - -
- -
- -Applying the tool to a file containing multiple tracks will create a new file for each of the tracks it contains. -Similarly, applying the tool to a track containing multiple segments will create (in the same file) a new track for each of the segments it contains. - - - -``` -When extracting the tracks from a file containing points of interest, the tool will automatically assign each point of interest to the track it is closest to. -``` - - diff --git a/website/src/lib/docs/pt-br/toolbar/merge.mdx b/website/src/lib/docs/pt-br/toolbar/merge.mdx deleted file mode 100644 index 11ca1f1d..00000000 --- a/website/src/lib/docs/pt-br/toolbar/merge.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Merge ---- - - - -# { title } - -To use this tool, you need to [select](../files-and-stats) multiple files, [tracks, or segments](../gpx). - -- If your goal is to create a single continuous trace from your selection, use the **Connect the traces** option and validate. -- The second option can be used to create or manage files with multiple [tracks or segments](../gpx). - Merging files (or tracks) will result in a single file (or track) containing all tracks (or segments) from the selection. - -
- -
diff --git a/website/src/lib/docs/pt-br/toolbar/minify.mdx b/website/src/lib/docs/pt-br/toolbar/minify.mdx deleted file mode 100644 index 217f9539..00000000 --- a/website/src/lib/docs/pt-br/toolbar/minify.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Minify ---- - - - -# { title } - -This tool can be used to reduce the number of GPS points in a trace, which can be useful for decreasing its size. - -You can adjust the tolerance of the simplification algorithm using the slider, and see the number of points that will be kept, as well as the simplified trace on the map. - -
- -
- - - -``` -The tolerance value represents the maximum distance allowed between the original trace and the simplified trace. -You can read more about the algorithm used here. -``` - - diff --git a/website/src/lib/docs/pt-br/toolbar/poi.mdx b/website/src/lib/docs/pt-br/toolbar/poi.mdx deleted file mode 100644 index 6cdc531f..00000000 --- a/website/src/lib/docs/pt-br/toolbar/poi.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Points of interest ---- - - - -# { title } - -[Points of interest](../gpx) can be added to GPX files to mark locations of interest on the map and display them on your GPS device. - -### Creating a point of interest - -To create a point of interest, fill in the form shown below. -You can choose the location of the point of interest either by clicking on the map or by entering the coordinates manually. -Validate the form when you are done. - -
- -
- -### Editing a point of interest - -The form above can also be used to edit an existing point of interest after selecting it on the map. -If you only need to move the point of interest, you can drag it to the desired location. diff --git a/website/src/lib/docs/pt-br/toolbar/routing.mdx b/website/src/lib/docs/pt-br/toolbar/routing.mdx deleted file mode 100644 index 77af69d2..00000000 --- a/website/src/lib/docs/pt-br/toolbar/routing.mdx +++ /dev/null @@ -1,88 +0,0 @@ ---- -title: Route planning and editing ---- - - - -# { title } - -The route planning and editing tool allows you to create and edit routes by placing or moving anchor points on the map. - -## Settings - -As shown below, the tool dialog contains a few settings to control the routing behavior. -You can minimize the dialog to save space by clicking on . - -
- -
- -### Routing - -When routing is enabled, anchor points placed or moved on the map will be connected by a route calculated on the OpenStreetMap road network. -Disable routing to connect anchor points with straight lines. -This setting can also be toggled by pressing F5. - -### Activity - -Select the activity type to tailor the routes for. - -### Allow private roads - -When enabled, the routing engine will consider private roads when computing routes. - - - -``` -Only use this option if you have local knowledge of the area and have permission to use the roads in question. -``` - - - -## Plotting and editing routes - -Creating a route or extending an existing one is as simple as clicking on the map to place a new anchor point. - -You can also drag an existing anchor point to reroute the segment connecting it with the previous and next anchor points. - -Furthermore, new anchor points can be inserted between existing ones by hovering over the segment connecting them and dragging the anchor point that appears to the desired location. - - - -``` -When editing imported GPX files, an initial set of anchor points is created automatically. -To ease the editing process, the more the map is zoomed in, the more anchor points are displayed. -This allows the route to be edited at different levels of detail. -``` - - - -Finally, you can delete anchor points by clicking on them and selecting from the context menu. - - - -## Additional tools - -The following tools automate some common route modification operations. - -### Reverse - -Reverse the direction of the route. - -### Back to start - -Connect the last point of the route with the starting point, using the chosen routing settings. - -### Round trip - -Return to the starting point by the same route. - -### Change the start of the loop - -When the end point of the route is close enough to the start, you can change the start of the loop by clicking on any anchor point and selecting from the context menu. diff --git a/website/src/lib/docs/pt-br/toolbar/scissors.mdx b/website/src/lib/docs/pt-br/toolbar/scissors.mdx deleted file mode 100644 index a43a335a..00000000 --- a/website/src/lib/docs/pt-br/toolbar/scissors.mdx +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Crop and split ---- - - - -# { title } - -## Crop - -Using the slider, you can define the part of the selected trace that you want to keep. -The start and end markers on the map and the [statistics and elevation profile](../files-and-stats) are updated in real time to reflect the selection. -Alternatively, you can drag a selection rectangle directly on the elevation profile. -Validate the selection when you are satisfied with the result. - -
- -
- -## Split - -To split the selected trace into two parts, hover over the trace on the map. -Scissors will appear at the cursor position, indicating that you can split the trace at this point. - -You can choose to split the trace into two GPX files, or to keep the split parts in the same file as [tracks or segments](../gpx). - - diff --git a/website/src/lib/docs/pt-br/toolbar/time.mdx b/website/src/lib/docs/pt-br/toolbar/time.mdx deleted file mode 100644 index 92319c8a..00000000 --- a/website/src/lib/docs/pt-br/toolbar/time.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Time ---- - - - -# { title } - -This tool allows you to change or add timestamps to a trace. -You simply need to use the form shown below and validate it when you are done. - -
-
- -When you edit the speed, the moving time is adapted accordingly in the form, and vice versa. -Similarly, when you edit the start time, the end time is updated to keep the same total duration, and vice versa. - - - -``` -When using this tool with existing timestamps, changing the time or speed will simply shift, stretch, or compress them accordingly. -``` - - diff --git a/website/src/locales/it.json b/website/src/locales/it.json index 0c8991de..08e01dd0 100644 --- a/website/src/locales/it.json +++ b/website/src/locales/it.json @@ -141,7 +141,7 @@ "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" + "timeout": "Il calcolo del percorso ha richiesto troppo tempo, prova ad aggiungere punti più vicini" } }, "scissors": { @@ -166,14 +166,14 @@ "merge_traces": "Connect the traces", "merge_contents": "Merge the contents and keep the traces disconnected", "merge_selection": "Selezione unione", - "tooltip": "Merge items together", - "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.", + "tooltip": "Unisci gli elementi insieme", + "help_merge_traces": "Collegando le tracce selezionate si creerà una singola traccia continua.", + "help_cannot_merge_traces": "La tua selezione deve contenere diverse tracce per collegarle.", + "help_merge_contents": "Unendo il contenuto degli elementi selezionati si raggrupperà tutti i contenuti all'interno del primo elemento.", "help_cannot_merge_contents": "Your selection must contain several items to merge their contents." }, "extract": { - "tooltip": "Extract contents to separate items", + "tooltip": "Estrae i contenuti per separare gli elementi", "button": "Estrai", "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." diff --git a/website/src/locales/pt-BR.json b/website/src/locales/pt-BR.json index d5a56f3a..f525f49f 100644 --- a/website/src/locales/pt-BR.json +++ b/website/src/locales/pt-BR.json @@ -4,7 +4,7 @@ "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." + "description": "Visualizar, editar e criar arquivos GPX online com capacidade de roteamento avançado e ferramentas de processamento de arquivos, belos mapas e visualização de dados detalhados." }, "menu": { "new": "Novo", @@ -80,7 +80,7 @@ "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", + "use_routing_tooltip": "Conecte pontos âncora via rede rodoviária ou em linha reta se desativado", "allow_private": "Permitir estradas privadas", "reverse": { "button": "Inverter", @@ -88,15 +88,15 @@ }, "route_back_to_start": { "button": "Voltar para o início", - "tooltip": "Connect the last point of the route with the starting point" + "tooltip": "Conecte o último ponto da rota com o ponto de partida" }, "round_trip": { "button": "Ida e volta", - "tooltip": "Return to the starting point by the same route" + "tooltip": "Retorne ao ponto de partida pela mesma rota" }, "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.", + "help_no_file": "Selecione um rastro para usar a ferramenta de roteamento, ou clique no mapa para começar a criar uma nova rota.", + "help": "Clique no mapa para adicionar pontos de âncora ou arraste os existentes para alterar a rota.", "activities": { "bike": "Bicicleta", "racing_bike": "Bicicleta de estrada", @@ -112,18 +112,18 @@ "unpaved": "Não pavimentado", "asphalt": "Asfalto", "concrete": "Cimento", - "chipseal": "Chipseal", + "chipseal": "Pedriscos", "cobblestone": "Empedrado", - "unhewn_cobblestone": "Unhewn cobblestone", - "paving_stones": "Paving stones", - "stepping_stones": "Stepping stones", - "sett": "Sett", + "unhewn_cobblestone": "Paralelepípedo bruto", + "paving_stones": "Paralelepípedo", + "stepping_stones": "Caminho de pedras", + "sett": "Pedra portuguesa", "metal": "Metal", "wood": "Madeira", "compacted": "Cascalho compactado", "fine_gravel": "Cascalho fino", "gravel": "Gravilha", - "pebblestone": "Pebblestone", + "pebblestone": "Pedregulhos", "rock": "Pedra", "dirt": "Terra", "ground": "Chão", @@ -133,38 +133,38 @@ "salt": "Sal", "mud": "Lama", "sand": "Areia", - "woodchips": "Woodchips", + "woodchips": "Cavacos de madeira", "grass": "Grama", - "grass_paver": "Grass paver" + "grass_paver": "Pavimentação com grama" }, "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" + "from": "O ponto de partida está muito longe da estrada mais próxima", + "via": "O ponto intermediário está muito longe da estrada mais próxima", + "to": "O ponto de chegada está muito longe da estrada mais próxima", + "timeout": "O cálculo da rota demorou muito tempo, tente adicionar pontos mais próximos" } }, "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." + "help_invalid_selection": "Selecione um rastro para cortar ou dividir.", + "help": "Use o controle deslizante para cortar o traço ou clique no mapa para dividi-lo no ponto selecionado." }, "time": { - "tooltip": "Manage time data", + "tooltip": "Gerenciar dados de tempo", "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." + "artificial": "Criar dados realista de tempo", + "update": "Atualizar dados de temp", + "help": "Use o formulário para definir os novos dados horários.", + "help_invalid_selection": "Seleciona um unico rastro para gerenciar seus dados de tempo." }, "merge": { - "merge_traces": "Connect the traces", - "merge_contents": "Merge the contents and keep the traces disconnected", + "merge_traces": "Conecte os rastros", + "merge_contents": "Mesclar o conteúdo e manter os rastros desconectados", "merge_selection": "Unir seleção", "tooltip": "Unir itens", "help_merge_traces": "Connecting the selected traces will create a single continuous trace.", @@ -207,17 +207,17 @@ } }, "layers": { - "settings": "Layer settings", + "settings": "Configurações de camada", "settings_help": "Select the map layers you want to show in the interface, add custom ones, and adjust their settings.", - "selection": "Layer selection", + "selection": "Seleção de camada", "custom_layers": { - "title": "Custom layers", - "new": "New custom layer", - "edit": "Edit custom layer", + "title": "Camadas personalizadas", + "new": "Nova camada personalizada", + "edit": "Editar camada personalizada", "urls": "URL(s)", - "url_placeholder": "WMTS, WMS or Mapbox style JSON", + "url_placeholder": "WMTS, WMS ou JSON estilo Mapbox", "max_zoom": "Zoom máximo", - "layer_type": "Layer type", + "layer_type": "Tipo de camada", "basemap": "Mapa-base", "overlay": "Cobertura", "create": "Criar camada", @@ -274,7 +274,7 @@ "swisstopoMountainBikeClosures": "swisstopo MTB Closures", "swisstopoSkiTouring": "swisstopo Ski Touring", "ignFrCadastre": "IGN Cadastre", - "ignSlope": "IGN Slope", + "ignSlope": "Inclinação IGN", "ignSkiTouring": "IGN Ski Touring", "strava": "Strava", "stravaHeatmapRun": "Corrida", @@ -356,7 +356,7 @@ "slope": "Inclinação", "surface": "Superfície", "time": "Tempo", - "moving": "Moving", + "moving": "Movimento", "total": "Total" }, "units": { @@ -398,8 +398,8 @@ "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", + "route_planning_description": "Uma interface intuitiva para criar itinerários adaptados a cada esporte, com base em dados do OpenStreetMap.", + "file_processing": "Processamento avançado de arquivo", "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.", @@ -410,11 +410,11 @@ }, "embedding": { "title": "Crie seu próprio mapa", - "mapbox_token": "Mapbox access token", - "file_urls": "File URLs (separated by commas)", + "mapbox_token": "Token de acesso do Mapbox", + "file_urls": "URLs de arquivos (separados por vírgula)", "basemap": "Mapa-base", "height": "Altura", - "fill_by": "Fill by", + "fill_by": "Preencher por", "none": "Nenhum", "show_controls": "Mostrar controles", "manual_camera": "Câmera manual", @@ -425,7 +425,7 @@ "pitch": "Pitch", "bearing": "Bearing", "preview": "Prévia", - "code": "Integration code" + "code": "Código de integração" }, "webgl2_required": "WebGL 2 é necessário para exibir o mapa.", "enable_webgl2": "Saiba como ativar WebGL 2 em seu navegador" diff --git a/website/src/locales/pt-br.json b/website/src/locales/pt-br.json deleted file mode 100644 index c2a20acd..00000000 --- a/website/src/locales/pt-br.json +++ /dev/null @@ -1,432 +0,0 @@ -{ - "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": "Street view source", - "mapillary": "Mapillary", - "google": "Google", - "layers": "Camadas do mapa...", - "distance_markers": "Marcadores de distância", - "direction_markers": "Direction arrows", - "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": "Reverse the direction of the route" - }, - "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": "End", - "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": "Merge selection", - "tooltip": "Merge items together", - "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": "Extract", - "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": "Create and edit points of interest", - "longitude": "Longitude", - "latitude": "Latitude", - "create": "Create point of interest", - "add": "Add point of interest to file", - "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": "Reduce the number of GPS points", - "tolerance": "Tolerância", - "number_of_points": "Number of GPS points", - "button": "Minify", - "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": "Delete GPS points", - "delete_waypoints": "Delete points of interest", - "delete_inside": "Delete inside selection", - "delete_outside": "Delete outside selection", - "button": "Apagar", - "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." - } - }, - "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": "Max zoom", - "layer_type": "Layer type", - "basemap": "Mapa-base", - "overlay": "Cobertura", - "create": "Create layer", - "update": "Update layer" - }, - "opacity": "Overlay opacity", - "heatmap": "Strava Heatmap", - "label": { - "basemaps": "Basemaps", - "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": "IGN Satellite", - "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": "Amenities", - "toilets": "Toilets", - "water": "Água", - "shower": "Chuveiro", - "motorized": "Carros e Motocicletas", - "fuel-station": "Postos de combustível", - "parking": "Estacionamento", - "garage": "Garagem", - "barrier": "Barrier", - "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": "Blue Red", - "gray": "Cinzento", - "hot": "Popular", - "purple": "Roxo", - "orange": "Orange" - } - }, - "chart": { - "show_slope": "Show slope data", - "show_surface": "Show surface data", - "show_speed": "Show speed data", - "show_pace": "Show pace data", - "show_heartrate": "Show heart rate data", - "show_cadence": "Show cadence data", - "show_temperature": "Show temperature data", - "show_power": "Show power data" - }, - "quantities": { - "distance": "Distância", - "elevation": "Elevação", - "temperature": "Temperatura", - "speed": "Velocidade", - "pace": "Ritmo", - "heartrate": "Heart rate", - "cadence": "Cadência", - "power": "Potência", - "slope": "Slope", - "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": "File", - "files": "Files", - "track": "Track", - "tracks": "Percursos", - "segment": "Segment", - "segments": "Segmentos", - "waypoint": "Point of interest", - "waypoints": "Points of interest" - }, - "homepage": { - "website": "Website", - "home": "Home", - "app": "App", - "contact": "Contact", - "x": "X", - "facebook": "Facebook", - "github": "GitHub", - "crowdin": "Crowdin", - "email": "Email", - "contribute": "Contribute", - "supported_by": "supported by", - "support_button": "Support gpx.studio on Ko-fi", - "route_planning": "Route planning", - "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": "Global and local maps", - "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_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": "Create your own map", - "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 is required to display the map.", - "enable_webgl2": "Learn how to enable WebGL 2 in your browser" -} \ No newline at end of file