diff --git a/website/src/lib/docs/ca/home/funding.mdx b/website/src/lib/docs/ca/home/funding.mdx index 4c5611a0..cdbc41dc 100644 --- a/website/src/lib/docs/ca/home/funding.mdx +++ b/website/src/lib/docs/ca/home/funding.mdx @@ -5,7 +5,7 @@ ## Ajuda a mantenir aquesta pàgina web gratuïta (i sense anuncis) Cada cop que afegeixes o mous un punt GPS, els nostres servidors calculen la millor ruta possible. -També utilitzen la API de Mapbox per ensenyar mapes bonics, donar informació sobre l'altitud i permetre la cerca de llocs d'interès. +També utilitzen l'API de Mapbox per ensenyar mapes bonics, donar informació sobre l'altitud i permetre la cerca de llocs d'interès. Desafortunadament, això és car. Si gaudeixes aquesta eina i la trobes valuosa, si us plau, considera fer una petita donació per ajudar a mantenir la pàgina web gratuïta i sense anuncis. diff --git a/website/src/lib/docs/cs/faq.mdx b/website/src/lib/docs/cs/faq.mdx index 5975d0fc..81de27cf 100644 --- a/website/src/lib/docs/cs/faq.mdx +++ b/website/src/lib/docs/cs/faq.mdx @@ -1,5 +1,5 @@ --- -title: FAQ +title: Často kladené dotazy (FAQ) --- + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + diff --git a/website/src/lib/docs/eu/files-and-stats.mdx b/website/src/lib/docs/eu/files-and-stats.mdx new file mode 100644 index 00000000..cf4f7b2c --- /dev/null +++ b/website/src/lib/docs/eu/files-and-stats.mdx @@ -0,0 +1,82 @@ +--- +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). + +### Tree layout + +As mentioned in the [view options section](./menu/view), you can switch to a tree layout for the files list. +This layout is ideal for managing a large number of open files, as it organizes them into a vertical list on the right side of the map. +In addition, the file tree view enables you to inspect the [tracks, segments, and points of interest](./gpx) contained inside 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. + +You can also use the mouse wheel to zoom in and out on the elevation profile, and move left and right by dragging the profile while holding the Shift key. + +### Additional data + +Using the button at the bottom-right of the elevation profile, you can optionally color the elevation profile by: + +- **slope** information computed from the elevation data, or +- **surface** or **category** data coming from OpenStreetMap's surface and highway 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/eu/getting-started.mdx b/website/src/lib/docs/eu/getting-started.mdx new file mode 100644 index 00000000..956a4ebc --- /dev/null +++ b/website/src/lib/docs/eu/getting-started.mdx @@ -0,0 +1,37 @@ +--- +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 tree 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/eu/gpx.mdx b/website/src/lib/docs/eu/gpx.mdx new file mode 100644 index 00000000..bef13ac7 --- /dev/null +++ b/website/src/lib/docs/eu/gpx.mdx @@ -0,0 +1,34 @@ +--- +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/eu/home/funding.mdx b/website/src/lib/docs/eu/home/funding.mdx new file mode 100644 index 00000000..93c7014f --- /dev/null +++ b/website/src/lib/docs/eu/home/funding.mdx @@ -0,0 +1,13 @@ + + +## Help keep the website free (and ad-free) + +Each time you add or move GPS points, our servers calculate the best route on the road network. +We also use APIs from Mapbox to display beautiful maps, retrieve elevation data and allow you to search for places. + +Unfortunately, this is expensive. +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. + +Thank you very much for your support! ❤️ diff --git a/website/src/lib/docs/eu/home/mapbox.mdx b/website/src/lib/docs/eu/home/mapbox.mdx new file mode 100644 index 00000000..3085ec53 --- /dev/null +++ b/website/src/lib/docs/eu/home/mapbox.mdx @@ -0,0 +1,5 @@ +Mapbox is the company that provides some of the beautiful maps on this website. +They also develop the map engine which powers **gpx.studio**. + +We are incredibly fortunate and grateful to be part of their Community program, which supports nonprofits, educational institutions, and positive impact organizations. +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. diff --git a/website/src/lib/docs/eu/home/translation.mdx b/website/src/lib/docs/eu/home/translation.mdx new file mode 100644 index 00000000..1299512e --- /dev/null +++ b/website/src/lib/docs/eu/home/translation.mdx @@ -0,0 +1,12 @@ + + +## Translation + +The website is translated by volunteers using a collaborative translation platform. +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! diff --git a/website/src/lib/docs/eu/integration.mdx b/website/src/lib/docs/eu/integration.mdx new file mode 100644 index 00000000..a08c54df --- /dev/null +++ b/website/src/lib/docs/eu/integration.mdx @@ -0,0 +1,27 @@ +--- +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 on Google Drive, or accessible via 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/eu/map-controls.mdx b/website/src/lib/docs/eu/map-controls.mdx new file mode 100644 index 00000000..8eee6884 --- /dev/null +++ b/website/src/lib/docs/eu/map-controls.mdx @@ -0,0 +1,70 @@ +--- +title: Map controls +--- + + + +# { title } + +The map controls are located on the right side of the interface. +These controls allow you to navigate the map, zoom in and out, and switch between different map styles. + +### Map navigation + +The controls at the top allow you to zoom in and out , and to change the orientation and tilt 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 centers 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 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/eu/menu.mdx b/website/src/lib/docs/eu/menu.mdx new file mode 100644 index 00000000..db6245de --- /dev/null +++ b/website/src/lib/docs/eu/menu.mdx @@ -0,0 +1,17 @@ +--- +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/eu/menu/edit.mdx b/website/src/lib/docs/eu/menu/edit.mdx new file mode 100644 index 00000000..cbcdd96e --- /dev/null +++ b/website/src/lib/docs/eu/menu/edit.mdx @@ -0,0 +1,96 @@ +--- +title: Edit actions +--- + + + +# { title } + +Unlike the file actions, the edit actions can potentially modify the content of the currently selected files. +Moreover, when the tree 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. + +### New track + +Create a new track in the selected file. + + + +This action is only available when the tree layout of the files list is enabled. +Additionally, the selection must be a single file. + + + +### New segment + +Create a new segment in the selected track. + + + +This action is only available when the tree layout of the files list is enabled. +Additionally, the selection must be a single track. + + + +### Select all + +Add all file items in the current hierarchy level to the selection. + +### Center + +Center the map on the selected file items. + +### Copy + +Copy the selected file items to the clipboard. + + + +This action is only available when the tree layout of the files list is enabled. + + + +### Cut + +Cut the selected file items to the clipboard. + + + +This action is only available when the tree 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 tree layout of the files list is enabled. + + + +### Delete + +Delete the selected file items. diff --git a/website/src/lib/docs/eu/menu/file.mdx b/website/src/lib/docs/eu/menu/file.mdx new file mode 100644 index 00000000..5ef690e2 --- /dev/null +++ b/website/src/lib/docs/eu/menu/file.mdx @@ -0,0 +1,52 @@ +--- +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/eu/menu/settings.mdx b/website/src/lib/docs/eu/menu/settings.mdx new file mode 100644 index 00000000..8c529729 --- /dev/null +++ b/website/src/lib/docs/eu/menu/settings.mdx @@ -0,0 +1,50 @@ +--- +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... + +Open 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/eu/menu/view.mdx b/website/src/lib/docs/eu/menu/view.mdx new file mode 100644 index 00000000..0e6ff3f3 --- /dev/null +++ b/website/src/lib/docs/eu/menu/view.mdx @@ -0,0 +1,49 @@ +--- +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. + +### File tree + +Toggle the tree layout for the [file list](../files-and-stats). +This layout is ideal for managing a large number of open files, as it organizes them into a vertical list on the right side of the map. +In addition, the file tree view enables you to inspect the [tracks, segments, and points of interest](../gpx) contained inside the files through collapsible sections. + +### 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/eu/toolbar.mdx b/website/src/lib/docs/eu/toolbar.mdx new file mode 100644 index 00000000..86a6a980 --- /dev/null +++ b/website/src/lib/docs/eu/toolbar.mdx @@ -0,0 +1,32 @@ +--- +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/eu/toolbar/clean.mdx b/website/src/lib/docs/eu/toolbar/clean.mdx new file mode 100644 index 00000000..e8b8ffc5 --- /dev/null +++ b/website/src/lib/docs/eu/toolbar/clean.mdx @@ -0,0 +1,18 @@ +--- +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/eu/toolbar/elevation.mdx b/website/src/lib/docs/eu/toolbar/elevation.mdx new file mode 100644 index 00000000..8fb869d5 --- /dev/null +++ b/website/src/lib/docs/eu/toolbar/elevation.mdx @@ -0,0 +1,24 @@ +--- +title: Elevation +--- + + + +# { title } + +This tool allows you to add elevation data to traces and [points of interest](../gpx), or to replace the existing data. + +
+ +
+ + + +Elevation data is provided by Mapbox. +You can learn more about its origin and accuracy in the documentation. + + diff --git a/website/src/lib/docs/eu/toolbar/extract.mdx b/website/src/lib/docs/eu/toolbar/extract.mdx new file mode 100644 index 00000000..737c451d --- /dev/null +++ b/website/src/lib/docs/eu/toolbar/extract.mdx @@ -0,0 +1,26 @@ +--- +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/eu/toolbar/merge.mdx b/website/src/lib/docs/eu/toolbar/merge.mdx new file mode 100644 index 00000000..11ca1f1d --- /dev/null +++ b/website/src/lib/docs/eu/toolbar/merge.mdx @@ -0,0 +1,20 @@ +--- +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/eu/toolbar/minify.mdx b/website/src/lib/docs/eu/toolbar/minify.mdx new file mode 100644 index 00000000..11b53248 --- /dev/null +++ b/website/src/lib/docs/eu/toolbar/minify.mdx @@ -0,0 +1,26 @@ +--- +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/eu/toolbar/poi.mdx b/website/src/lib/docs/eu/toolbar/poi.mdx new file mode 100644 index 00000000..6cdc531f --- /dev/null +++ b/website/src/lib/docs/eu/toolbar/poi.mdx @@ -0,0 +1,27 @@ +--- +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/eu/toolbar/routing.mdx b/website/src/lib/docs/eu/toolbar/routing.mdx new file mode 100644 index 00000000..dfed41da --- /dev/null +++ b/website/src/lib/docs/eu/toolbar/routing.mdx @@ -0,0 +1,84 @@ +--- +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 point. + +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. +On touch devices, you can tap on the segment to insert a new anchor point. + + + +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/eu/toolbar/scissors.mdx b/website/src/lib/docs/eu/toolbar/scissors.mdx new file mode 100644 index 00000000..dda7622f --- /dev/null +++ b/website/src/lib/docs/eu/toolbar/scissors.mdx @@ -0,0 +1,32 @@ +--- +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, click on one of the split markers displayed along the trace. +To split at a specific point of your choice, hover over the trace on the map. +Scissors will appear at the cursor position, showing that you can split the trace at that 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/eu/toolbar/time.mdx b/website/src/lib/docs/eu/toolbar/time.mdx new file mode 100644 index 00000000..4b016114 --- /dev/null +++ b/website/src/lib/docs/eu/toolbar/time.mdx @@ -0,0 +1,27 @@ +--- +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/lib/docs/pl/toolbar.mdx b/website/src/lib/docs/pl/toolbar.mdx index 86a6a980..1c2ba7ee 100644 --- a/website/src/lib/docs/pl/toolbar.mdx +++ b/website/src/lib/docs/pl/toolbar.mdx @@ -18,8 +18,8 @@ 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. +Pasek narzędzi znajduje się po lewej stronie mapy i jest sercem aplikacji, ponieważ zapewnia dostęp do głównych funkcji **gpx.studio**. +Każde narzędzie jest reprezentowane przez ikonę i może być aktywowane przez kliknięcie na nią.
@@ -29,4 +29,4 @@ 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. +Kolejne sekcje szczegółowo opisują każde z narzędzi. diff --git a/website/src/lib/docs/pt/home/translation.mdx b/website/src/lib/docs/pt/home/translation.mdx index 5144cd44..057b09ab 100644 --- a/website/src/lib/docs/pt/home/translation.mdx +++ b/website/src/lib/docs/pt/home/translation.mdx @@ -5,7 +5,7 @@ ## 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. +Pode contribuir a adicionar ou melhorando as traduções no nosso projeto do Crowdin. Se quiser iniciar a tradução de uma nova língua, por favor entre em contato. diff --git a/website/src/lib/docs/pt/menu.mdx b/website/src/lib/docs/pt/menu.mdx index db6245de..9b2f3ec4 100644 --- a/website/src/lib/docs/pt/menu.mdx +++ b/website/src/lib/docs/pt/menu.mdx @@ -8,10 +8,10 @@ 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. +O menu principal, localizado no topo da interface, fornece acesso a ações, opções, e definições divididas em várias categorias, explicadas separadamente nas próximas secções. -Most of the menu actions can also be performed using the keyboard shortcuts displayed in the menu. +A maioria das ações do menu podem também ser usadas através dos atalhos do teclado exibidos no menu. diff --git a/website/src/lib/docs/pt/menu/settings.mdx b/website/src/lib/docs/pt/menu/settings.mdx index 512f3718..900dbead 100644 --- a/website/src/lib/docs/pt/menu/settings.mdx +++ b/website/src/lib/docs/pt/menu/settings.mdx @@ -28,7 +28,7 @@ Change the language used in the interface. -Você pode contribuir adicionando ou melhorando as traduções em nosso projeto do Crowdin. +Pode contribuir a adicionar ou melhorando as traduções no 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/toolbar.mdx b/website/src/lib/docs/pt/toolbar.mdx index b58fb337..7ab29217 100644 --- a/website/src/lib/docs/pt/toolbar.mdx +++ b/website/src/lib/docs/pt/toolbar.mdx @@ -29,4 +29,4 @@ Cada ferramenta é representada por um ícone e pode ser ativado ao clicar sobre 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). -As próximas seções descrevem cada ferramenta em detalhes. +As próximas secções descrevem cada ferramenta em detalhes. diff --git a/website/src/locales/cs.json b/website/src/locales/cs.json index 79678d65..031692b0 100644 --- a/website/src/locales/cs.json +++ b/website/src/locales/cs.json @@ -29,13 +29,13 @@ "edit": "Upravit", "undo": "Zpět", "redo": "Opakovat", - "delete": "Smazat", + "delete": "Odstranit", "select_all": "Vybrat vše", "view": "Zobrazit", - "elevation_profile": "Profil převýšení", + "elevation_profile": "Profil nadmořské výšky", "tree_file_view": "Strom souborů", - "switch_basemap": "Přepnout na předchozí mapový podklad", - "toggle_overlays": "Přepnout překrytí", + "switch_basemap": "Přepnout na předchozí podkladovou mapu", + "toggle_overlays": "Přepnout překryv", "toggle_3d": "Přepnout 3D", "settings": "Nastavení", "distance_units": "Jednotky vzdálenosti", @@ -54,7 +54,7 @@ "street_view_source": "Zdroj panoramatického zobrazení", "mapillary": "Mapillary", "google": "Google", - "toggle_street_view": "Pohled na ulici", + "toggle_street_view": "Panoramatické zobrazení", "layers": "Mapové vrstvy...", "distance_markers": "Značky vzdálenosti", "direction_markers": "Směrové šipky", @@ -99,11 +99,11 @@ }, "round_trip": { "button": "Cesta tam a zpět", - "tooltip": "Vrátit se na výchozí bod stejnou trasou" + "tooltip": "Vrátit se do výchozího bodu stejnou trasou" }, - "start_loop_here": "Spustit cyklus zde", - "help_no_file": "Vyberte trasu pro použití nástroje pro plánování trasy nebo klikněte na mapu a začněte vytvářet novou trasu.", - "help": "Klikněte na mapu pro přidání nového kotevního bodu nebo přetáhněte existující bod pro změnu trasy.", + "start_loop_here": "Zde začít okruh", + "help_no_file": "Vyberte stopu a použijte nástroj pro plánování trasy nebo klikněte na mapu a začněte vytvářet novou trasu.", + "help": "Kliknutím na mapu přidáte nový kotevní bod nebo přetažením stávajících změníte trasu.", "activities": { "bike": "Kolo", "racing_bike": "Silniční kolo", @@ -116,7 +116,7 @@ }, "surface": { "unknown": "Neznámý", - "paved": "Dlážděné", + "paved": "Zpevněné", "unpaved": "Nezpevněné", "asphalt": "Asfalt", "concrete": "Beton", @@ -128,64 +128,64 @@ "compacted": "Zhutněný štěrk", "fine_gravel": "Jemný štěrk", "gravel": "Štěrk", - "pebblestone": "Oblázek", + "pebblestone": "Oblázky", "rock": "Skála", "dirt": "Hlína", - "ground": "Pozemek", + "ground": "Země", "earth": "Země", "mud": "Bláto", "sand": "Písek", "grass": "Tráva", "grass_paver": "Zatravňovací dlažba", - "clay": "Jíl", + "clay": "Jíl/antuka", "stone": "Kámen" }, "highway": { "unknown": "Neznámý", - "motorway": "Highway", - "motorway_link": "Highway link", - "trunk": "Primary road", - "trunk_link": "Primary road link", - "primary": "Primary road", - "primary_link": "Primary road link", - "secondary": "Secondary road", - "secondary_link": "Secondary road link", - "tertiary": "Tertiary road", - "tertiary_link": "Tertiary road link", - "unclassified": "Minor road", - "residential": "Residential road", - "living_street": "Living street", - "service": "Service road", - "track": "Track", - "footway": "Footway", - "path": "Path", - "pedestrian": "Pedestrian", - "cycleway": "Cycleway", - "steps": "Steps", - "road": "Road", - "bridleway": "Horseriding path", - "platform": "Platform", - "raceway": "Racing circuit", - "rest_area": "Rest area", - "abandoned": "Abandoned", - "services": "Services", - "corridor": "Corridor", - "bus_stop": "Bus stop", - "busway": "Busway", - "elevator": "Elevator", - "via_ferrata": "Via ferrata", - "proposed": "Road to be built", - "construction": "Road under construction" + "motorway": "Dálnice", + "motorway_link": "Nájezd či sjezd z dálnice", + "trunk": "Silnice pro motorová vozidla", + "trunk_link": "Nájezd či sjezd ze silnice pro motorová vozidla", + "primary": "Silnice I. třídy", + "primary_link": "Nájezd či sjezd ze silnice I. třídy", + "secondary": "Silnice II. třídy", + "secondary_link": "Nájezd či sjezd ze silnice II. třídy", + "tertiary": "Silnice III. třídy", + "tertiary_link": "Nájezd či sjezd ze silnice III. třídy", + "unclassified": "Neklasifikovaná silnice", + "residential": "Silnice v obytné oblasti", + "living_street": "Silnice v obytné zóně (přednost chodců)", + "service": "Účelová komunikace", + "track": "Lesní či polní cesta", + "footway": "Cesta pro pěší", + "path": "Stezka", + "pedestrian": "Pěší zóna", + "cycleway": "Cyklostezka", + "steps": "Schodiště", + "road": "Silnice", + "bridleway": "Stezka pro jízdu na koni", + "platform": "Nástupiště", + "raceway": "Závodní dráha", + "rest_area": "Dálniční/silniční odpočívadlo", + "abandoned": "Opuštěná silnice", + "services": "Dálniční/silniční odpočívadlo se službami", + "corridor": "Chodba uvnitř budovy", + "bus_stop": "Autobusová zastávka", + "busway": "Vyhrazená silnice pro autobusy", + "elevator": "Výtah", + "via_ferrata": "Zajištěná cesta, ferrata", + "proposed": "Plánovaná silnice", + "construction": "Silnice ve výstavbě" }, "sac_scale": { - "hiking": "Hiking", - "mountain_hiking": "Mountain hiking", - "demanding_mountain_hiking": "Demanding mountain hiking", - "alpine_hiking": "Alpine hiking", - "demanding_alpine_hiking": "Demanding alpine hiking", - "difficult_alpine_hiking": "Difficult alpine hiking" + "hiking": "Stezka obtížnosti T1", + "mountain_hiking": "Stezka obtížnosti T2", + "demanding_mountain_hiking": "Stezka obtížnosti T3", + "alpine_hiking": "Stezka obtížnosti T4", + "demanding_alpine_hiking": "Stezka obtížnosti T5", + "difficult_alpine_hiking": "Stezka obtížnosti T6" }, - "mtb_scale": "MTB scale", + "mtb_scale": "Obtížnost stezky pro horská kola", "error": { "from": "Počáteční bod je příliš daleko od nejbližší cesty", "via": "Průchozí bod je příliš daleko od nejbližší cesty", @@ -201,37 +201,37 @@ "help": "Použijte posuvník k oříznutí trasy nebo ji rozdělte kliknutím na jednu z rozdělovacích značek nebo na trasu samotnou." }, "time": { - "tooltip": "Správa časových dat", + "tooltip": "Spravovat časové údaje", "start": "Začátek", "end": "Konec", "total_time": "Doba v pohybu", "pick_date": "Zvolte datum", "artificial": "Vytvořit realistické časové údaje", - "update": "Aktualizace časových dat", - "help": "Použijte formulář pro nastavení nových časových dat.", - "help_invalid_selection": "Vyberte jednu trasu pro správu časových dat." + "update": "Aktualizovat časové údaje", + "help": "Pomocí formuláře nastavte nové časové údaje.", + "help_invalid_selection": "Vyberte jednu stopu pro správu časových údajů." }, "merge": { - "merge_traces": "Připojit trasy", + "merge_traces": "Spojit stopy", "merge_contents": "Sloučit obsah a zachovat trasy oddělené", "merge_selection": "Sloučit výběr", - "remove_gaps": "Remove time gaps between traces", - "tooltip": "Sloučit položky", - "help_merge_traces": "Připojení vybraných tras vytvoří jednu spojitou trasu.", - "help_cannot_merge_traces": "Váš výběr musí obsahovat několik tras, které je chcete připojit.", - "help_merge_contents": "Slučování obsahu vybraných položek seskupí veškerý obsah do první položky.", - "help_cannot_merge_contents": "", - "selection_tip": "Tip: use {KEYBOARD_SHORTCUT} to add items to the selection." + "remove_gaps": "Odstranit časové mezery mezi stopami", + "tooltip": "Sloučit prvky", + "help_merge_traces": "Spojení vybraných stop vytvoří jednu spojitou stopu.", + "help_cannot_merge_traces": "Váš výběr musí obsahovat několik stop, aby se spojily.", + "help_merge_contents": "Sloučení obsahu vybraných prvků seskupí veškerý obsah do prvního z prvků.", + "help_cannot_merge_contents": "Váš výběr musí obsahovat několik prvků, aby se jejich obsah sloučil.", + "selection_tip": "Tip: pro přidání prvků do výběru použijte {KEYBOARD_SHORTCUT}." }, "extract": { - "tooltip": "Extrahovat obsah do oddělených položek", + "tooltip": "Extrahovat obsah do oddělených prvků", "button": "Extrahovat", - "help": "Rozbalení obsahu vybraných položek vytvoří samostatnou položku pro každou část obsahu.", - "help_invalid_selection": "Váš výběr musí obsahovat položky s více trasami, které je chcete extrahovat." + "help": "Extrahování obsahu vybraných prvků vytvoří samostatný prvek pro každou část jejich obsahu.", + "help_invalid_selection": "Váš výběr musí obsahovat prvky s více stopami, abyste je mohli extrahovat." }, "elevation": { - "button": "Požadavek na výšková data", - "help": "Požadavek na výšková data vymaže stávající data nadmořské výšky, pokud existují, a nahradí je daty z Mapboxu.", + "button": "Vyžádat si výškové údaje", + "help": "Vyžádáte-li si údaje o nadmořské výšce, vymažou se stávající výškové údaje, pokud existují, a nahradí se údaji z Mapboxu.", "help_no_selection": "Vyberte položku souboru pro vyžádání výškových dat." }, "waypoint": { @@ -259,7 +259,7 @@ "delete_waypoints": "Odstranit body zájmu", "delete_inside": "Odstranit uvnitř výběru", "delete_outside": "Odstranit mimo výběr", - "button": "Smazat", + "button": "Odstranit", "help": "Vyberte obdélníkovou oblast na mapě pro odstranění bodů GPS a bodů zájmu.", "help_no_selection": "Vyberte trasu pro vyčištění bodů GPS a bodů zájmu." } @@ -316,7 +316,7 @@ "ignFrScan25": "IGN SCAN25", "ignFrSatellite": "IGN Satelitní", "ignEs": "IGN Topo", - "ignEsSatellite": "IGN Satellite", + "ignEsSatellite": "IGN Satelitní", "ordnanceSurvey": "Ordnance Survey", "norwayTopo": "Topografisk Norgeskart 4", "swedenTopo": "Lantmäteriet Topografická", @@ -381,7 +381,7 @@ } }, "chart": { - "settings": "Elevation profile settings" + "settings": "Nastavení výškového profilu" }, "quantities": { "distance": "Vzdálenost", @@ -392,10 +392,10 @@ "pace": "Tempo", "heartrate": "Tepová frekvence", "cadence": "Kadence", - "power": "Energie", + "power": "Výkon", "slope": "Sklon", "surface": "Povrch", - "highway": "Category", + "highway": "Kategorie cesty", "time": "Čas", "moving": "V pohybu", "total": "Celkem", @@ -497,24 +497,24 @@ "identity_description": "Webová stránka je zdarma k použití, bez reklam a zdrojový kód je veřejně dostupný na GitHubu. To je možné jen díky neuvěřitelné podpoře komunity." }, "docs": { - "translate": "Improve the translation on Crowdin", - "answer_not_found": "Did not find what you were looking for?", - "ask_on_reddit": "Ask the community on Reddit", + "translate": "Zlepšete překlad na Crowdin", + "answer_not_found": "Nenašli jste to, co jste hledali?", + "ask_on_reddit": "Zeptejte se komunity na Reddit", "search": { "search": "Hledat", "clear": "Vyčistit", "cancel": "Storno", "recent": "Nedávná hledání", - "no_recent": "No recent searches", - "save": "Save this search", - "remove": "Remove this search from history", + "no_recent": "Žádná nedávná vyhledávání", + "save": "Uložit toto vyhledávání", + "remove": "Odebrat toto vyhledávání z historie", "favorites": "Oblíbené", "remove_favorite": "Odstranit toto hledání z oblíbených", "to_select": "vybrat", - "to_navigate": "to navigate", + "to_navigate": "procházet", "to_close": "zavřít", "no_results": "Žádné výsledky pro", - "no_results_suggestion": "Try searching for" + "no_results_suggestion": "Zkuste vyhledat" } }, "embedding": { @@ -531,7 +531,7 @@ "manual_camera_description": "Pro úpravu pohledu můžete přesunout mapu níže.", "latitude": "Zeměpisná šířka", "longitude": "Zeměpisná délka", - "zoom": "Přiblížení", + "zoom": "Lupa", "pitch": "Náklon", "bearing": "Směr", "preview": "Náhled", diff --git a/website/src/locales/da.json b/website/src/locales/da.json index 30f30805..869c1186 100644 --- a/website/src/locales/da.json +++ b/website/src/locales/da.json @@ -22,7 +22,7 @@ "export": "Export...", "export_all": "Export all...", "export_options": "Export options", - "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": "Dette værktøj er gratis at bruge, men ikke gratis at holde ved lige. Overvej venligst at støtte dette website, hvis du bruger det regelmæssigt. Tak!", "support_button": "Help keep the website free", "download_file": "Download file", "download_files": "Download files", diff --git a/website/src/locales/de.json b/website/src/locales/de.json index b072c41c..edccf1be 100644 --- a/website/src/locales/de.json +++ b/website/src/locales/de.json @@ -21,7 +21,7 @@ "cut": "Ausschneiden", "export": "Exportieren...", "export_all": "Alle exportieren...", - "export_options": "Export Einstellungen", + "export_options": "Export-Einstellungen", "support_message": "Das Tool darf frei benutzt werden, aber es darf nicht woanders aufgesetzt werden. Bitte unterstützen Sie die Website, wenn Sie sie häufig benutzen. Vielen Dank!", "support_button": "Hilf dabei, die Webseite kostenlos zu belassen", "download_file": "Datei herunterladen", @@ -46,7 +46,7 @@ "temperature_units": "Temperatureinheiten", "celsius": "Celsius", "fahrenheit": "Fahrenheit", - "language": "Deutsch ", + "language": "Sprache", "mode": "Design", "system": "System", "light": "Hell", diff --git a/website/src/locales/eu.json b/website/src/locales/eu.json new file mode 100644 index 00000000..30f30805 --- /dev/null +++ b/website/src/locales/eu.json @@ -0,0 +1,543 @@ +{ + "metadata": { + "home_title": "the online GPX file editor", + "app_title": "app", + "embed_title": "the online GPX file editor", + "help_title": "help", + "404_title": "page not found", + "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": "New", + "new_file": "New file", + "new_track": "New track", + "new_segment": "New segment", + "open": "Open...", + "duplicate": "Duplicate", + "close": "Close", + "close_all": "Close all", + "copy": "Copy", + "paste": "Paste", + "cut": "Cut", + "export": "Export...", + "export_all": "Export all...", + "export_options": "Export options", + "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_button": "Help keep the website free", + "download_file": "Download file", + "download_files": "Download files", + "edit": "Edit", + "undo": "Undo", + "redo": "Redo", + "delete": "Delete", + "select_all": "Select all", + "view": "View", + "elevation_profile": "Elevation profile", + "tree_file_view": "File tree", + "switch_basemap": "Switch to previous basemap", + "toggle_overlays": "Toggle overlays", + "toggle_3d": "Toggle 3D", + "settings": "Settings", + "distance_units": "Distance units", + "metric": "Metric", + "imperial": "Imperial", + "nautical": "Nautical", + "velocity_units": "Velocity units", + "temperature_units": "Temperature units", + "celsius": "Celsius", + "fahrenheit": "Fahrenheit", + "language": "Language", + "mode": "Theme", + "system": "System", + "light": "Light", + "dark": "Dark", + "street_view_source": "Street view source", + "mapillary": "Mapillary", + "google": "Google", + "toggle_street_view": "Street view", + "layers": "Map layers...", + "distance_markers": "Distance markers", + "direction_markers": "Direction arrows", + "help": "Help", + "more": "More...", + "donate": "Donate", + "ctrl": "Ctrl", + "click": "Click", + "drag": "Drag", + "metadata": { + "button": "Info...", + "name": "Name", + "description": "Description", + "save": "Save" + }, + "style": { + "button": "Appearance...", + "color": "Color", + "opacity": "Opacity", + "width": "Width" + }, + "hide": "Hide", + "unhide": "Unhide", + "center": "Center", + "open_in": "Open in", + "copy_coordinates": "Copy coordinates" + }, + "toolbar": { + "routing": { + "tooltip": "Plan or edit a route", + "activity": "Activity", + "use_routing": "Routing", + "use_routing_tooltip": "Connect anchor points via road network, or in a straight line if disabled", + "allow_private": "Allow private roads", + "reverse": { + "button": "Reverse", + "tooltip": "Reverse the direction of the route" + }, + "route_back_to_start": { + "button": "Back to start", + "tooltip": "Connect the last point of the route with the starting point" + }, + "round_trip": { + "button": "Round trip", + "tooltip": "Return to the starting point by the same route" + }, + "start_loop_here": "Start loop here", + "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": "Bike", + "racing_bike": "Road bike", + "gravel_bike": "Gravel bike", + "mountain_bike": "Mountain bike", + "foot": "Run/hike", + "motorcycle": "Motorcycle", + "water": "Water", + "railway": "Railway" + }, + "surface": { + "unknown": "Unknown", + "paved": "Paved", + "unpaved": "Unpaved", + "asphalt": "Asphalt", + "concrete": "Concrete", + "cobblestone": "Cobblestone", + "paving_stones": "Paving stones", + "sett": "Sett", + "metal": "Metal", + "wood": "Wood", + "compacted": "Compacted gravel", + "fine_gravel": "Fine gravel", + "gravel": "Gravel", + "pebblestone": "Pebblestone", + "rock": "Rock", + "dirt": "Dirt", + "ground": "Ground", + "earth": "Earth", + "mud": "Mud", + "sand": "Sand", + "grass": "Grass", + "grass_paver": "Grass paver", + "clay": "Clay", + "stone": "Stone" + }, + "highway": { + "unknown": "Unknown", + "motorway": "Highway", + "motorway_link": "Highway link", + "trunk": "Primary road", + "trunk_link": "Primary road link", + "primary": "Primary road", + "primary_link": "Primary road link", + "secondary": "Secondary road", + "secondary_link": "Secondary road link", + "tertiary": "Tertiary road", + "tertiary_link": "Tertiary road link", + "unclassified": "Minor road", + "residential": "Residential road", + "living_street": "Living street", + "service": "Service road", + "track": "Track", + "footway": "Footway", + "path": "Path", + "pedestrian": "Pedestrian", + "cycleway": "Cycleway", + "steps": "Steps", + "road": "Road", + "bridleway": "Horseriding path", + "platform": "Platform", + "raceway": "Racing circuit", + "rest_area": "Rest area", + "abandoned": "Abandoned", + "services": "Services", + "corridor": "Corridor", + "bus_stop": "Bus stop", + "busway": "Busway", + "elevator": "Elevator", + "via_ferrata": "Via ferrata", + "proposed": "Road to be built", + "construction": "Road under construction" + }, + "sac_scale": { + "hiking": "Hiking", + "mountain_hiking": "Mountain hiking", + "demanding_mountain_hiking": "Demanding mountain hiking", + "alpine_hiking": "Alpine hiking", + "demanding_alpine_hiking": "Demanding alpine hiking", + "difficult_alpine_hiking": "Difficult alpine hiking" + }, + "mtb_scale": "MTB scale", + "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": "Crop or split", + "crop": "Crop", + "split_as": "Split the trace into", + "help_invalid_selection": "Select a trace to crop or split.", + "help": "Use the slider to crop the trace, or split it by clicking on one of the split markers or on the trace itself." + }, + "time": { + "tooltip": "Manage time data", + "start": "Start", + "end": "End", + "total_time": "Moving time", + "pick_date": "Pick a date", + "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", + "remove_gaps": "Remove time gaps between traces", + "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.", + "selection_tip": "Tip: use {KEYBOARD_SHORTCUT} to add items to the selection." + }, + "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." + }, + "elevation": { + "button": "Request elevation data", + "help": "Requesting elevation data will erase the existing elevation data, if any, and replace it with data from Mapbox.", + "help_no_selection": "Select a file item to request elevation data." + }, + "waypoint": { + "tooltip": "Create and edit points of interest", + "icon": "Icon", + "link": "Link", + "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": "Tolerance", + "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": "Delete", + "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": "Basemap", + "overlay": "Overlay", + "create": "Create layer", + "update": "Update layer" + }, + "opacity": "Overlay opacity", + "label": { + "basemaps": "Basemaps", + "overlays": "Overlays", + "custom": "Custom", + "world": "World", + "countries": "Countries", + "belgium": "Belgium", + "bulgaria": "Bulgaria", + "finland": "Finland", + "france": "France", + "new_zealand": "New Zealand", + "norway": "Norway", + "spain": "Spain", + "sweden": "Sweden", + "switzerland": "Switzerland", + "united_kingdom": "United Kingdom", + "united_states": "United States", + "mapboxOutdoors": "Mapbox Outdoors", + "mapboxSatellite": "Mapbox Satellite", + "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", + "ignFrTopo": "IGN Topo", + "ignFrScan25": "IGN SCAN25", + "ignFrSatellite": "IGN Satellite", + "ignEs": "IGN Topo", + "ignEsSatellite": "IGN Satellite", + "ordnanceSurvey": "Ordnance Survey", + "norwayTopo": "Topografisk Norgeskart 4", + "swedenTopo": "Lantmäteriet Topo", + "swedenSatellite": "Lantmäteriet Satellite", + "finlandTopo": "Lantmäteriverket Terrängkarta", + "bgMountains": "BGMountains", + "usgs": "USGS", + "bikerouterGravel": "bikerouter.de Gravel", + "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", + "waymarked_trails": "Waymarked Trails", + "waymarkedTrailsHiking": "Hiking", + "waymarkedTrailsCycling": "Cycling", + "waymarkedTrailsMTB": "MTB", + "waymarkedTrailsSkating": "Skating", + "waymarkedTrailsHorseRiding": "Horse Riding", + "waymarkedTrailsWinter": "Winter", + "points_of_interest": "Points of interest", + "food": "Food", + "bakery": "Bakery", + "food-store": "Food Store", + "eat-and-drink": "Eat and Drink", + "amenities": "Amenities", + "toilets": "Toilets", + "water": "Water", + "shower": "Shower", + "shelter": "Shelter", + "motorized": "Cars and Motorcycles", + "fuel-station": "Fuel Station", + "parking": "Parking", + "garage": "Garage", + "barrier": "Barrier", + "tourism": "Tourism", + "attraction": "Attraction", + "viewpoint": "Viewpoint", + "hotel": "Hotel", + "campsite": "Campsite", + "hut": "Hut", + "picnic": "Picnic Area", + "summit": "Summit", + "pass": "Pass", + "climbing": "Climbing", + "bicycle": "Bicycle", + "bicycle-parking": "Bicycle Parking", + "bicycle-rental": "Bicycle Rental", + "bicycle-shop": "Bicycle Shop", + "public-transport": "Public Transport", + "railway-station": "Railway Station", + "tram-stop": "Tram Stop", + "bus-stop": "Bus Stop", + "ferry": "Ferry" + } + }, + "chart": { + "settings": "Elevation profile settings" + }, + "quantities": { + "distance": "Distance", + "elevation": "Elevation", + "elevation_gain_loss": "Elevation gain and loss", + "temperature": "Temperature", + "speed": "Speed", + "pace": "Pace", + "heartrate": "Heart rate", + "cadence": "Cadence", + "power": "Power", + "slope": "Slope", + "surface": "Surface", + "highway": "Category", + "time": "Time", + "moving": "Moving", + "total": "Total", + "osm_extensions": "OpenStreetMap data" + }, + "units": { + "meters": "m", + "feet": "ft", + "kilometers": "km", + "miles": "mi", + "nautical_miles": "nm", + "celsius": "°C", + "fahrenheit": "°F", + "kilometers_per_hour": "km/h", + "miles_per_hour": "mph", + "minutes_per_kilometer": "min/km", + "minutes_per_mile": "min/mi", + "minutes_per_nautical_mile": "min/nm", + "knots": "kn", + "heartrate": "bpm", + "cadence": "rpm", + "power": "W" + }, + "gpx": { + "file": "File", + "files": "Files", + "track": "Track", + "tracks": "Tracks", + "segment": "Segment", + "segments": "Segments", + "waypoint": "Point of interest", + "waypoints": "Points of interest", + "symbol": { + "alert": "Alert", + "anchor": "Anchor", + "bank": "Bank", + "beach": "Beach", + "bike_trail": "Bike Trail", + "binoculars": "Binoculars", + "bridge": "Bridge", + "building": "Building", + "campground": "Campsite", + "car": "Car", + "car_repair": "Garage", + "convenience_store": "Convenience Store", + "crossing": "Crossing", + "department_store": "Department Store", + "drinking_water": "Water", + "exit": "Exit", + "lodge": "Hut", + "lodging": "Accommodation", + "forest": "Forest", + "gas_station": "Fuel Station", + "ground_transportation": "Ground Transportation", + "hotel": "Hotel", + "house": "House", + "information": "Information", + "park": "Park", + "parking_area": "Parking", + "pharmacy": "Pharmacy", + "picnic_area": "Picnic Area", + "restaurant": "Restaurant", + "restricted_area": "Restricted Area", + "restroom": "Toilets", + "road": "Road", + "scenic_area": "Scenic Area", + "shelter": "Shelter", + "shopping_center": "Shopping Center", + "shower": "Shower", + "summit": "Summit", + "telephone": "Telephone", + "tunnel": "Tunnel", + "water_source": "Water Source" + } + }, + "homepage": { + "website": "Website", + "home": "Home", + "app": "App", + "contact": "Contact", + "reddit": "Reddit", + "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": "Free, ad-free and open source", + "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." + }, + "docs": { + "translate": "Improve the translation on Crowdin", + "answer_not_found": "Did not find what you were looking for?", + "ask_on_reddit": "Ask the community on Reddit", + "search": { + "search": "Search", + "clear": "Clear", + "cancel": "Cancel", + "recent": "Recent searches", + "no_recent": "No recent searches", + "save": "Save this search", + "remove": "Remove this search from history", + "favorites": "Favorites", + "remove_favorite": "Remove this search from favorites", + "to_select": "to select", + "to_navigate": "to navigate", + "to_close": "to close", + "no_results": "No results for", + "no_results_suggestion": "Try searching for" + } + }, + "embedding": { + "title": "Create your own map", + "mapbox_token": "Mapbox access token", + "file_urls": "File URLs (separated by commas)", + "drive_ids": "Google Drive file IDs (separated by commas)", + "basemap": "Basemap", + "height": "Height", + "fill_by": "Fill by", + "none": "None", + "show_controls": "Show controls", + "manual_camera": "Manual camera", + "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": "Preview", + "code": "Integration code" + }, + "webgl2_required": "WebGL 2 is required to display the map.", + "enable_webgl2": "Learn how to enable WebGL 2 in your browser", + "page_not_found": "page not found" +} diff --git a/website/src/locales/pt.json b/website/src/locales/pt.json index e223363b..264dab95 100644 --- a/website/src/locales/pt.json +++ b/website/src/locales/pt.json @@ -1,11 +1,11 @@ { "metadata": { "home_title": "o editor online de arquivos GPX", - "app_title": "app", - "embed_title": "o editor online de arquivos GPX", + "app_title": "‘app’", + "embed_title": "editor ‘online’ de arquivos GPX", "help_title": "ajuda", - "404_title": "page not found", - "description": "View, edit, and create GPX files online with advanced route planning capabilities and file processing tools, beautiful maps and detailed data visualizations." + "404_title": "Página não encontrada", + "description": "Visualizar, editar, e criar arquivos GPX \"online\" com capacidades avançadas de planeamento de rotas" }, "menu": { "new": "Novo", @@ -33,7 +33,7 @@ "select_all": "Selecionar todos", "view": "Visualizar", "elevation_profile": "Perfil de elevação", - "tree_file_view": "File tree", + "tree_file_view": "Lista de arquivos", "switch_basemap": "Trocar para mapa base anterior", "toggle_overlays": "Alternar sobreposições", "toggle_3d": "Alternar 3D", @@ -41,25 +41,25 @@ "distance_units": "Unidades de distância", "metric": "Métrico", "imperial": "Imperial", - "nautical": "Nautical", + "nautical": "Náutico", "velocity_units": "Unidades de velocidade", "temperature_units": "Unidade de temperatura", "celsius": "Celsius", "fahrenheit": "Fahrenheit", "language": "Idioma", "mode": "Tema", - "system": "System", + "system": "Sistema", "light": "Claro", "dark": "Escuro", - "street_view_source": "Street view source", + "street_view_source": "Fonte do mapa", "mapillary": "Mapillary", "google": "Google", - "toggle_street_view": "Street view", + "toggle_street_view": "\"Street view\"", "layers": "Camadas do mapa...", "distance_markers": "Marcadores de distância", - "direction_markers": "Direction arrows", + "direction_markers": "Setas de direção", "help": "Ajuda", - "more": "More...", + "more": "Mais...", "donate": "Doar", "ctrl": "Ctrl", "click": "Clique", @@ -78,36 +78,36 @@ }, "hide": "Ocultar", "unhide": "Mostrar", - "center": "Center", + "center": "Centro", "open_in": "Abrir em", - "copy_coordinates": "Copy coordinates" + "copy_coordinates": "Copiar coordenadas" }, "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", + "use_routing_tooltip": "Conectar os pontos pela linha da estrada ou em linha reta se desativado", "allow_private": "Permitir estradas privadas", "reverse": { "button": "Inverter", - "tooltip": "Reverse the direction of the route" + "tooltip": "Inverter o sentido da rota" }, "route_back_to_start": { "button": "Voltar para o início", - "tooltip": "Connect the last point of the route with the starting point" + "tooltip": "Conectar 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": "Voltar para o 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": "Clique no mapa para adicionar um novo ponto, ou arraste os que já existem para alterar a rota", "activities": { "bike": "Bicicleta", "racing_bike": "Bicicleta de estrada", - "gravel_bike": "Gravel bike", + "gravel_bike": "Bicicleta de \"gravel\"", "mountain_bike": "Bicicleta de montanha", "foot": "Corrida/caminhada", "motorcycle": "Moto", @@ -137,48 +137,48 @@ "sand": "Areia", "grass": "Grama", "grass_paver": "Grass paver", - "clay": "Clay", - "stone": "Stone" + "clay": "Argila", + "stone": "Pedra" }, "highway": { - "unknown": "Unknown", - "motorway": "Highway", + "unknown": "Desconhecido", + "motorway": "Autoestrada", "motorway_link": "Highway link", - "trunk": "Primary road", + "trunk": "Via principal", "trunk_link": "Primary road link", - "primary": "Primary road", + "primary": "Via principal", "primary_link": "Primary road link", - "secondary": "Secondary road", + "secondary": "Via secundária", "secondary_link": "Secondary road link", - "tertiary": "Tertiary road", + "tertiary": "Via terciária", "tertiary_link": "Tertiary road link", "unclassified": "Minor road", - "residential": "Residential road", + "residential": "Estrada residencial", "living_street": "Living street", "service": "Service road", - "track": "Track", + "track": "Trajeto", "footway": "Footway", - "path": "Path", - "pedestrian": "Pedestrian", - "cycleway": "Cycleway", - "steps": "Steps", - "road": "Road", - "bridleway": "Horseriding path", - "platform": "Platform", - "raceway": "Racing circuit", - "rest_area": "Rest area", - "abandoned": "Abandoned", - "services": "Services", - "corridor": "Corridor", - "bus_stop": "Bus stop", - "busway": "Busway", - "elevator": "Elevator", + "path": "Caminho", + "pedestrian": "Peão", + "cycleway": "Ciclovia", + "steps": "Passos", + "road": "Estrada", + "bridleway": "Caminho para cavalos", + "platform": "Plataforma", + "raceway": "Circuito de corrida", + "rest_area": "Área de descanso", + "abandoned": "Abandonado", + "services": "Serviços", + "corridor": "Corredor", + "bus_stop": "Paragem de autocarro", + "busway": "Caminho de autocarro", + "elevator": "Elevador", "via_ferrata": "Via ferrata", - "proposed": "Road to be built", - "construction": "Road under construction" + "proposed": "Estrada a ser construida", + "construction": "Estrada em construção" }, "sac_scale": { - "hiking": "Hiking", + "hiking": "Caminhada", "mountain_hiking": "Mountain hiking", "demanding_mountain_hiking": "Demanding mountain hiking", "alpine_hiking": "Alpine hiking", @@ -187,10 +187,10 @@ }, "mtb_scale": "MTB scale", "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 de partida está muito longe da estrada mais próxima", + "to": "O ponto final está muito longe do ponto de chegada", + "timeout": "O recalculo da demorou muito tempo, tente adicionar ponto mais próximos" } }, "scissors": { @@ -203,7 +203,7 @@ "time": { "tooltip": "Manage time data", "start": "Iniciar", - "end": "End", + "end": "Fim", "total_time": "Tempo em Movimento", "pick_date": "Escolha uma data", "artificial": "Create realistic time data", @@ -225,7 +225,7 @@ }, "extract": { "tooltip": "Extract contents to separate items", - "button": "Extract", + "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." }, @@ -240,50 +240,50 @@ "link": "Link", "longitude": "Longitude", "latitude": "Latitude", - "create": "Create point of interest", - "add": "Add point of interest to file", + "create": "Criar ponto de interesse", + "add": "Adicionar ponto de interesse no ficheiro", "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", + "number_of_points": "Número de pontos GPS", "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", + "delete_trackpoints": "Excluir pontos GPS", + "delete_waypoints": "Excluir pontos de interesse", + "delete_inside": "Excluir na seleção", + "delete_outside": "Excluir fora da seleção", "button": "Apagar", - "help": "Select a rectangle area on the map to remove GPS points and points of interest.", + "help": "Selecione uma área retangular no mapa para remover pontos GPS e pontos de interesses.", "help_no_selection": "Select a trace to clean GPS points and points of interest." } }, "layers": { - "settings": "Layer settings", + "settings": "Definições de camadas", "settings_help": "Select the map layers you want to show in the interface, add custom ones, and adjust their settings.", - "selection": "Layer selection", + "selection": "Selaçã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", - "max_zoom": "Max zoom", - "layer_type": "Layer type", + "max_zoom": "Zoom máximo", + "layer_type": "Tipo de camada", "basemap": "Mapa-base", "overlay": "Cobertura", - "create": "Create layer", - "update": "Update layer" + "create": "Criar camada", + "update": "Atualizar camada" }, - "opacity": "Overlay opacity", + "opacity": "Opacidade da sobreposição", "label": { - "basemaps": "Basemaps", + "basemaps": "Mapas base", "overlays": "Sobreposições", "custom": "Personalizado", "world": "Mundo", @@ -390,12 +390,12 @@ "temperature": "Temperatura", "speed": "Velocidade", "pace": "Ritmo", - "heartrate": "Heart rate", + "heartrate": "Frequência cardíaca", "cadence": "Cadência", "power": "Potência", "slope": "Slope", "surface": "Superfície", - "highway": "Category", + "highway": "Categoria", "time": "Tempo", "moving": "Moving", "total": "Total", @@ -407,83 +407,83 @@ "kilometers": "km", "miles": "mi", "nautical_miles": "nm", - "celsius": "°C", - "fahrenheit": "°F", + "celsius": " °C", + "fahrenheit": " °F", "kilometers_per_hour": "km/h", - "miles_per_hour": "mph", + "miles_per_hour": "mi/h", "minutes_per_kilometer": "min/km", "minutes_per_mile": "min/mi", - "minutes_per_nautical_mile": "min/nm", + "minutes_per_nautical_mile": "min/mn", "knots": "kn", "heartrate": "bpm", "cadence": "rpm", "power": "W" }, "gpx": { - "file": "File", - "files": "Files", - "track": "Track", + "file": "Ficheiro", + "files": "Ficheiros", + "track": "Rota", "tracks": "Percursos", - "segment": "Segment", + "segment": "Segmento", "segments": "Segmentos", - "waypoint": "Point of interest", - "waypoints": "Points of interest", + "waypoint": "Ponto de Interesse", + "waypoints": "Pontos de interesse", "symbol": { - "alert": "Alert", - "anchor": "Anchor", - "bank": "Bank", - "beach": "Beach", - "bike_trail": "Bike Trail", - "binoculars": "Binoculars", - "bridge": "Bridge", - "building": "Building", + "alert": "Alerta", + "anchor": "Âncora", + "bank": "Banco", + "beach": "Praia", + "bike_trail": "Ciclovia", + "binoculars": "Binóculos", + "bridge": "Ponte", + "building": "Edifício", "campground": "Acampamento", - "car": "Car", + "car": "Carro", "car_repair": "Garagem", - "convenience_store": "Convenience Store", - "crossing": "Crossing", + "convenience_store": "Loja de conveniência", + "crossing": "Cruzamento", "department_store": "Department Store", "drinking_water": "Água", - "exit": "Exit", + "exit": "Saída", "lodge": "Cabana", - "lodging": "Accommodation", - "forest": "Forest", + "lodging": "Alojamento", + "forest": "Floresta", "gas_station": "Postos de combustível", "ground_transportation": "Ground Transportation", "hotel": "Hotel", - "house": "House", - "information": "Information", - "park": "Park", + "house": "Casa", + "information": "Informação", + "park": "Parque", "parking_area": "Estacionamento", - "pharmacy": "Pharmacy", - "picnic_area": "Picnic Area", - "restaurant": "Restaurant", - "restricted_area": "Restricted Area", - "restroom": "Toilets", - "road": "Road", + "pharmacy": "Farmácia", + "picnic_area": "Área de piquenique", + "restaurant": "Restaurante", + "restricted_area": "Área restrita", + "restroom": "Casas de banho", + "road": "Estrada", "scenic_area": "Scenic Area", - "shelter": "Shelter", - "shopping_center": "Shopping Center", + "shelter": "Abrigo", + "shopping_center": "Centro comercial", "shower": "Chuveiro", "summit": "Pico", - "telephone": "Telephone", - "tunnel": "Tunnel", - "water_source": "Water Source" + "telephone": "Telefone", + "tunnel": "Túnel", + "water_source": "Fonte de água" } }, "homepage": { - "website": "Website", - "home": "Home", - "app": "App", - "contact": "Contact", + "website": "‘Website’", + "home": "Início", + "app": "\"App\"", + "contact": "Contacto", "reddit": "Reddit", "x": "X", "facebook": "Facebook", "github": "GitHub", "crowdin": "Crowdin", - "email": "Email", + "email": "\"Correio eletrónico\"", "contribute": "Contribute", - "supported_by": "supported by", + "supported_by": "Apoiado por", "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.", @@ -513,22 +513,22 @@ "to_select": "to select", "to_navigate": "to navigate", "to_close": "to close", - "no_results": "No results for", - "no_results_suggestion": "Try searching for" + "no_results": "", + "no_results_suggestion": "Tente pesquisar por" } }, "embedding": { - "title": "Create your own map", + "title": "Criar o seu próprio mapa", "mapbox_token": "Mapbox access token", - "file_urls": "File URLs (separated by commas)", - "drive_ids": "Google Drive file IDs (separated by commas)", + "file_urls": "Ficheiros URLs (separados por vírgulas)", + "drive_ids": "‘IDs’ de ficheiro Google Drive (separados por vírgulas)", "basemap": "Mapa-base", "height": "Altura", - "fill_by": "Fill by", + "fill_by": "Preencher por", "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.", + "manual_camera_description": "Pode mexer o mapa abaixo para ajustar a posição da câmara.", "latitude": "Latitude", "longitude": "Longitude", "zoom": "Zoom", @@ -537,7 +537,7 @@ "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", - "page_not_found": "page not found" + "webgl2_required": "WebGL 2 é requerido para exibir o mapa.", + "enable_webgl2": "Aprender como ativar WebGL 2 no seu navegador", + "page_not_found": "página não encontrada" } diff --git a/website/src/locales/uk.json b/website/src/locales/uk.json index be2d0832..eff2bbc3 100644 --- a/website/src/locales/uk.json +++ b/website/src/locales/uk.json @@ -1,7 +1,7 @@ { "metadata": { "home_title": "онлайн-редактор файлів GPX", - "app_title": "app", + "app_title": "додаток", "embed_title": "онлайн-редактор файлів GPX", "help_title": "допомога", "404_title": "сторінку не знайдено", @@ -33,7 +33,7 @@ "select_all": "Вибрати все", "view": "Вигляд", "elevation_profile": "Профіль рельєфу", - "tree_file_view": "File tree", + "tree_file_view": "Дерево файлів", "switch_basemap": "Перехід до попередньої базової карти", "toggle_overlays": "Перемикання накладок", "toggle_3d": "Перемикнути 3D", @@ -77,20 +77,20 @@ "width": "Ширина" }, "hide": "Приховати", - "unhide": "Unhide", + "unhide": "Показати", "center": "Центр", "open_in": "Відкрити в", - "copy_coordinates": "Copy coordinates" + "copy_coordinates": "Копіювати координати" }, "toolbar": { "routing": { "tooltip": "Спланувати або відредагувати маршрут", - "activity": "Activity", + "activity": "Активність", "use_routing": "Маршрутизація", "use_routing_tooltip": "З'єднати опорні точки через мережу доріг або по прямій лінії, якщо вони недоступні", "allow_private": "Дозволити приватні дороги", "reverse": { - "button": "Reverse", + "button": "У зворотньому порядку", "tooltip": "Змінити напрямок маршруту" }, "route_back_to_start": { @@ -103,23 +103,23 @@ }, "start_loop_here": "Почати цикл тут", "help_no_file": "Виберіть трасу, щоб скористатися інструментом прокладання маршруту, або клацніть на мапі, щоб почати створювати новий маршрут.", - "help": "Click on the map to add a new anchor point, or drag existing ones to change the route.", + "help": "Натисніть на карті, щоб додати нову точку прив’язки або перетягніть існуючі, щоб змінити маршрут.", "activities": { - "bike": "Bike", - "racing_bike": "Road bike", - "gravel_bike": "Gravel bike", - "mountain_bike": "Mountain bike", - "foot": "Run/hike", - "motorcycle": "Motorcycle", - "water": "Water", - "railway": "Railway" + "bike": "Велосипед", + "racing_bike": "Шосейний велосипед", + "gravel_bike": "Гравійний велосипед", + "mountain_bike": "Гірський велосипед", + "foot": "Біг/хайкінг", + "motorcycle": "Мотоцикл", + "water": "Вода", + "railway": "Залізнична дорога" }, "surface": { - "unknown": "Unknown", - "paved": "Paved", - "unpaved": "Unpaved", - "asphalt": "Asphalt", - "concrete": "Concrete", + "unknown": "Невідомо", + "paved": "Асфальтоване", + "unpaved": "Ґрунт", + "asphalt": "Асфальт", + "concrete": "Бетон", "cobblestone": "Бруківка", "paving_stones": "Тротуарна плитка", "sett": "Sett", diff --git a/website/src/locales/zh.json b/website/src/locales/zh.json index a54ecd07..ff6f7457 100644 --- a/website/src/locales/zh.json +++ b/website/src/locales/zh.json @@ -80,7 +80,7 @@ "unhide": "显示", "center": "居中", "open_in": "打开于", - "copy_coordinates": "Copy coordinates" + "copy_coordinates": "" }, "toolbar": { "routing": {