New Crowdin updates (#86)

* New translations translation.mdx (Chinese Simplified)

* New translations settings.mdx (Chinese Simplified)

* New translations settings.mdx (Chinese Simplified)

* New translations en.json (Czech)

* New translations en.json (Czech)

* New translations minify.mdx (Czech)

* New translations poi.mdx (Czech)

* New translations routing.mdx (Czech)

* New translations map-controls.mdx (French)

* New translations edit.mdx (Dutch)

* New translations settings.mdx (Dutch)

* New translations routing.mdx (Dutch)
This commit is contained in:
vcoppe
2024-09-09 19:44:07 +02:00
committed by GitHub
parent 4b0e49d171
commit 8511a18de1
10 changed files with 328 additions and 328 deletions

View File

@@ -1,5 +1,5 @@
--- ---
title: Minify title: Zjednodušit
--- ---
<script> <script>
@@ -10,9 +10,9 @@ title: Minify
# <Filter size="24" class="inline-block" style="margin-bottom: 5px" /> { title } # <Filter size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
This tool can be used to reduce the number of GPS points in a trace, which can be useful for decreasing its size. Tento nástroj lze použít ke snížení počtu GPS bodů v trase, což může být užitečné pro zmenšení její velikosti.
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. Pomocí posuvníku můžete upravit toleranci algoritmu zjednodušení, a poté zkontrolovat počet bodů, které byly zachovány, a zjednodušenou trasu na mapě.
<div class="flex flex-row justify-center"> <div class="flex flex-row justify-center">
<Reduce class="text-foreground p-3 border rounded-md shadow-lg" /> <Reduce class="text-foreground p-3 border rounded-md shadow-lg" />
@@ -20,7 +20,7 @@ You can adjust the tolerance of the simplification algorithm using the slider, a
<DocsNote> <DocsNote>
The tolerance value represents the maximum distance allowed between the original trace and the simplified trace. Hodnota tolerance představuje maximální vzdálenost mezi původní a zjednodušenou trasou.
You can read more about the algorithm used <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">here</a>. Více o použitém algoritmu si můžete přečíst <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">zde</a>.
</DocsNote> </DocsNote>

View File

@@ -1,5 +1,5 @@
--- ---
title: Points of interest title: Body zájmu
--- ---
<script> <script>
@@ -9,19 +9,19 @@ title: Points of interest
# <MapPin size="24" class="inline-block" style="margin-bottom: 5px" /> { title } # <MapPin size="24" class="inline-block" style="margin-bottom: 5px" /> { 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. [Body zájmu](../gpx) lze přidat do GPX souborů a označit tak zajímavá místa na mapě pro pozdější zobrazení na vašem GPS zařízení.
### Creating a point of interest ### Vytváření bodu zájmu
To create a point of interest, fill in the form shown below. Pro vytvoření bodu zájmu vyplňte formulář níže.
You can choose the location of the point of interest either by clicking on the map or by entering the coordinates manually. Umístění bodu zájmu si můžete vybrat kliknutím na mapu nebo ručním zadáním souřadnic.
Validate the form when you are done. Po vyplnění formulář zkontrolujte.
<div class="flex flex-row justify-center"> <div class="flex flex-row justify-center">
<Waypoint class="text-foreground p-3 border rounded-md shadow-lg" /> <Waypoint class="text-foreground p-3 border rounded-md shadow-lg" />
</div> </div>
### Editing a point of interest ### Upravení bodu zájmu
The form above can also be used to edit an existing point of interest after selecting it on the map. Výše uvedený formulář lze také použít k úpravě existujícího bodu zájmu po jeho výběru na mapě.
If you only need to move the point of interest, you can drag it to the desired location. Pokud bod zájmu potřebujete přesunout, můžete jej v mapě přetáhnout do požadované polohy.

View File

@@ -1,5 +1,5 @@
--- ---
title: Route planning and editing title: Plánování a úpravy tras
--- ---
<script> <script>
@@ -12,74 +12,74 @@ title: Route planning and editing
# <Pencil size="24" class="inline-block" style="margin-bottom: 5px" /> { title } # <Pencil size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
The route planning and editing tool allows you to create and edit routes by placing or moving anchor points on the map. Nástroj plánování a úpravy tras vám umožňuje vytvářet a upravovat trasy umístěním nebo přetažením kotevních bodů na mapě.
## Settings ## Settings
As shown below, the tool dialog contains a few settings to control the routing behavior. Jak je zobrazeno níže, dialogové okno nástroje obsahuje několik nastavení pro kontrolu chování plánování tras.
You can minimize the dialog to save space by clicking on <button><SquareArrowUpLeft size="16" class="inline-block" style="margin-bottom: 2px" /></button>. Dialog lze minimalizovat kliknutím na <button><SquareArrowUpLeft size="16" class="inline-block" style="margin-bottom: 2px" /></button>.
<div class="flex flex-row justify-center"> <div class="flex flex-row justify-center">
<Routing minimizable={false} class="text-foreground p-3 border rounded-md shadow-lg" /> <Routing minimizable={false} class="text-foreground p-3 border rounded-md shadow-lg" />
</div> </div>
### <Route size="16" class="inline-block" style="margin-bottom: 2px" /> Routing ### <Route size="16" class="inline-block" style="margin-bottom: 2px" /> Plánování tras
When routing is enabled, anchor points placed or moved on the map will be connected by a route calculated on the <a href="https://www.openstreetmap.org" target="_blank">OpenStreetMap</a> road network. Když je plánování trasy aktivní, kotevní body umístěné nebo přesunuté po mapě budou projenou trasou vypočítanou v silniční síti <a href="https://www.openstreetmap.org" target="_blank">OpenStreetMap</a>.
Disable routing to connect anchor points with straight lines. Zakázat plánování trasy pro propojení kotevních bodů přímými čarami.
This setting can also be toggled by pressing <kbd>F5</kbd>. Toto nastavení lze také přepnout stisknutím <kbd>F5</kbd>.
### <Bike size="16" class="inline-block" style="margin-bottom: 2px" /> Activity ### <Bike size="16" class="inline-block" style="margin-bottom: 2px" /> Aktivita
Select the activity type to tailor the routes for. Vyberte druh aktivity, pro kterou chcete přizpůsobit trasy.
### <TriangleAlert size="16" class="inline-block" style="margin-bottom: 2px" /> Allow private roads ### <TriangleAlert size="16" class="inline-block" style="margin-bottom: 2px" />Povolit soukromé komunikace
When enabled, the routing engine will consider private roads when computing routes. Pokud je povoleno, plánování tras bude při výpočtu nabízet soukromé komunikace.
<DocsNote type="warning"> <DocsNote type="warning">
Only use this option if you have local knowledge of the area and have permission to use the roads in question. Tuto možnost použijte pouze v případě, že disponujete místní znalostí a máte povolení používat dané silnice.
</DocsNote> </DocsNote>
## Plotting and editing routes ## Vykreslování a úpravy tras
Creating a route or extending an existing one is as simple as clicking on the map to place a new anchor point. Vytvoření trasy nebo rozšíření existující trasy vyžaduje jen kliknutí na mapu pro umístění nového kotevního bodu.
You can also drag an existing anchor point to reroute the segment connecting it with the previous and next anchor point. Můžete také přetáhnout existující kotevní bod pro přeplánování úseku spojujícího jej s předchozím a dalším kotevním bodem.
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. Mezi existující kotevní body lze navíc umístit nové najetím na trasu a přetažením nově vzniklého kotevního bodu.
On touch devices, you can tap on the segment to insert a new anchor point. Na dotykových zařízeních můžete pro vložení nového kotevního bodu klepnout na požadovaný úsek.
<DocsNote> <DocsNote>
When editing imported GPX files, an initial set of anchor points is created automatically. Při úpravách importovaných GPX souborů se automaticky vytvoří počáteční sada kotevních bodů.
To ease the editing process, the more the map is zoomed in, the more anchor points are displayed. Pro usnadnění úprav se při větším přiblížení zobrazí více kotevních bodů.
This allows the route to be edited at different levels of detail. To umožňuje různě detailní úpravu tras.
</DocsNote> </DocsNote>
Finally, you can delete anchor points by clicking on them and selecting <button><Trash2 size="16" class="inline-block" style="margin-bottom: 4px" /> Delete</button> from the context menu. Kliknutím na kotevní bod a výběrem <button><Trash2 size="16" class="inline-block" style="margin-bottom: 4px" /> Odstranit</button> z kontextového menu můžete bod odstranit.
<DocsImage src={routingScreenshot} alt="Anchor points allow you to easily edit a route." /> <DocsImage src={routingScreenshot} alt="Kotevní body vám umožní snadno upravit trasu." />
## Additional tools ## Další nástroje
The following tools automate some common route modification operations. Následující nástroje automatizují některé běžné operace úpravy trasy.
### <ArrowRightLeft size="16" class="inline-block" style="margin-bottom: 2px" /> Reverse ### <ArrowRightLeft size="16" class="inline-block" style="margin-bottom: 2px" /> Obrátit
Reverse the direction of the route. Obrátit směr trasy.
### <Home size="16" class="inline-block" style="margin-bottom: 2px" /> Back to start ### <Home size="16" class="inline-block" style="margin-bottom: 2px" /> Zpět na začátek
Connect the last point of the route with the starting point, using the chosen routing settings. Propojit poslední bod trasy s výchozím bodem pomocí zvoleného nastavení směrování.
### <Repeat size="16" class="inline-block" style="margin-bottom: 2px" /> Round trip ### <Repeat size="16" class="inline-block" style="margin-bottom: 2px" /> Zpáteční cesta
Return to the starting point by the same route. Vrátit se na výchozí bod stejnou trasou.
### <CirclePlay size="16" class="inline-block" style="margin-bottom: 2px" /> Change the start of the loop ### <CirclePlay size="16" class="inline-block" style="margin-bottom: 2px" /> Změnit začátek smyčky
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 <button><CirclePlay size="16" class="inline-block" style="margin-bottom: 2px" /> Start loop here</button> from the context menu. Je-li konečný bod trasy dostatečně blízko k výchozímu bodu, můžete přesunout začátek okurhu kliknutím na libovolný kotevní bod a výběrem <button><CirclePlay size="16" class="inline-block" style="margin-bottom: 2px" /> Začít okruh zde</button> z kontextového menu.

View File

@@ -55,7 +55,7 @@ Le bouton des couches de la carte vous permet de basculer entre différents fond
<div class="flex flex-col items-center"> <div class="flex flex-col items-center">
<DocsLayers /> <DocsLayers />
<span class="text-sm text-center mt-2"> <span class="text-sm text-center mt-2">
Survolez la carte pour afficher la <a href="https://hiking.waymarkedtrails.org" target="_blank">Randonnée Marquée</a> par-dessus le fond de carte <a href="https://www.mapbox.com/maps/outdoors" target="_blank">Mapbox Outdoors</a>. Survolez la carte pour afficher la surcouche <a href="https://hiking.waymarkedtrails.org" target="_blank">Waymarked Trails Randonnée</a> par-dessus le fond de carte <a href="https://www.mapbox.com/maps/outdoors" target="_blank">Mapbox Outdoors</a>.
</span> </span>
</div> </div>

View File

@@ -19,11 +19,11 @@ Merk op dat behalve het ongedaan maken en opnieuw doen de acties ook toegankelij
Met behulp van deze knoppen kunt u de laatste acties die u heeft uitgevoerd ongedaan maken of opnieuw uitvoeren. Met behulp van deze knoppen kunt u de laatste acties die u heeft uitgevoerd ongedaan maken of opnieuw uitvoeren.
Dit geldt voor alle acties van de interface maar niet voor het bekijken van opties, applicatie-instellingen of kaart navigatie. Dit geldt voor alle acties van de interface maar niet voor het bekijken van opties, applicatie-instellingen of kaart navigatie.
### <Info size="16" class="inline-block" style="margin-bottom: 2px" /> info... ### <Info size="16" class="inline-block" style="margin-bottom: 2px" /> Info...
Open het informatievenster van het huidig geselecteerde bestandsitem, waar u de naam en beschrijving kunt zien en bewerken. Open het informatievenster van het huidig geselecteerde bestandsitem, waar u de naam en beschrijving kunt zien en bewerken.
### <PaintBucket size="16" class="inline-block" style="margin-bottom: 2px" /> uiterlijk... ### <PaintBucket size="16" class="inline-block" style="margin-bottom: 2px" /> Uiterlijk...
Open het uiterlijk-dialoogvenster, waar je de kleur, doorzichtigheid en breedte van de geselecteerde items op de kaart kunt wijzigen. Open het uiterlijk-dialoogvenster, waar je de kleur, doorzichtigheid en breedte van de geselecteerde items op de kaart kunt wijzigen.

View File

@@ -18,7 +18,7 @@ Wijzig de eenheden die worden gebruikt om afstanden in de interface weer te geve
Verander de eenheden die worden gebruikt om velocities in de interface weer te geven. Verander de eenheden die worden gebruikt om velocities in de interface weer te geven.
U kunt kiezen tussen afstand per uur of minuten per afstand, wat geschikter kan zijn voor het uitvoeren van activiteiten. U kunt kiezen tussen afstand per uur of minuten per afstand, wat geschikter kan zijn voor het uitvoeren van activiteiten.
### <Thermometer size="16" class="inline-block" style="margin-bottom: 2px" /> temperatuureenheden ### <Thermometer size="16" class="inline-block" style="margin-bottom: 2px" /> Temperatuureenheden
Verander de eenheden die worden gebruikt om de temperaturen in de interface weer te geven. Verander de eenheden die worden gebruikt om de temperaturen in de interface weer te geven.

View File

@@ -23,17 +23,17 @@ Je kunt het dialoogvenster minimaliseren om ruimte te besparen door te klikken o
<Routing minimizable={false} class="text-foreground p-3 border rounded-md shadow-lg" /> <Routing minimizable={false} class="text-foreground p-3 border rounded-md shadow-lg" />
</div> </div>
### <Route size="16" class="inline-block" style="margin-bottom: 2px" /> routering ### <Route size="16" class="inline-block" style="margin-bottom: 2px" /> Routering
Wanneer routering is ingeschakeld zullen ankerpunten geplaatst of verplaatst op de kaart worden verbonden door een route berekend op het <a href="https://www.openstreetmap.org" target="_blank">OpenStreetMap</a> wegennetwerk. Wanneer routering is ingeschakeld zullen ankerpunten geplaatst of verplaatst op de kaart worden verbonden door een route berekend op het <a href="https://www.openstreetmap.org" target="_blank">OpenStreetMap</a> wegennetwerk.
Routering uitschakelen om ankerpunten te verbinden met rechte lijnen. Routering uitschakelen om ankerpunten te verbinden met rechte lijnen.
Deze instelling kan ook worden omgeschakeld door op <kbd>F5</kbd> te drukken. Deze instelling kan ook worden omgeschakeld door op <kbd>F5</kbd> te drukken.
### <Bike size="16" class="inline-block" style="margin-bottom: 2px" /> activiteit ### <Bike size="16" class="inline-block" style="margin-bottom: 2px" /> Activiteit
Selecteer het type activiteit waarop de routes toegesneden moeten worden. Selecteer het type activiteit waarop de routes toegesneden moeten worden.
### <TriangleAlert size="16" class="inline-block" style="margin-bottom: 2px" />Privéwegen toestaan ### <TriangleAlert size="16" class="inline-block" style="margin-bottom: 2px" /> Privéwegen toestaan
Wanneer ingeschakeld, zal de routering software rekening houden met privéwegen bij het berekenen van routes. Wanneer ingeschakeld, zal de routering software rekening houden met privéwegen bij het berekenen van routes.

View File

@@ -5,7 +5,7 @@
## <Languages size="18" class="mr-1 inline-block align-baseline" /> Translation ## <Languages size="18" class="mr-1 inline-block align-baseline" /> Translation
The website is translated by volunteers using a collaborative translation platform. The website is translated by volunteers using a collaborative translation platform.
You can contribute by adding or improving translations on our <a href="https://crowdin.com/project/gpxstudio" target="_blank">Crowdin project</a>. 您可以在我们的 Crowdin 项目上添加或改进翻译,从而帮助我们
If you would like to start translating into a new language, please <a href="#contact">get in touch</a>. If you would like to start translating into a new language, please <a href="#contact">get in touch</a>.

View File

@@ -28,7 +28,7 @@ Change the language used in the interface.
<DocsNote> <DocsNote>
You can contribute by adding or improving translations on our <a href="https://crowdin.com/project/gpxstudio" target="_blank">Crowdin project</a>. 您可以在我们的 Crowdin 项目上添加或改进翻译,从而帮助我们
If you would like to start translating into a new language, please <a href="#contact">get in touch</a>. If you would like to start translating into a new language, please <a href="#contact">get in touch</a>.
我们非常感谢任何帮助! 我们非常感谢任何帮助!
@@ -44,7 +44,7 @@ Change the source used for the [street view control](../map-controls).
The default one is <a href="https://www.mapillary.com" target="_blank">Mapillary</a>, but you can also use <a href="https://www.google.com/streetview/" target="_blank">Google Street View</a>. The default one is <a href="https://www.mapillary.com" target="_blank">Mapillary</a>, but you can also use <a href="https://www.google.com/streetview/" target="_blank">Google Street View</a>.
Learn more about how to use the street view control in the [map controls section](../map-controls). Learn more about how to use the street view control in the [map controls section](../map-controls).
### <Layers3 size="16" class="inline-block" style="margin-bottom: 2px" /> Map layers... ###
Open a dialog where you can enable or disable map layers, add custom ones, change the opacity of overlays, and more. 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). 有关地图图层的更多信息,请参阅[地图控件部分].../map-controls)。

View File

@@ -1,111 +1,111 @@
{ {
"metadata": { "metadata": {
"home_title": "domů", "home_title": "domů",
"app_title": "the online GPX file editor", "app_title": "online editor GPX souborů",
"embed_title": "the online GPX file editor", "embed_title": "online editor GPX souborů",
"help_title": "nápověda", "help_title": "nápověda",
"404_title": "page not found", "404_title": "stránka nenalezena",
"description": "View, edit, and create GPX files online with advanced route planning capabilities and file processing tools, beautiful maps and detailed data visualizations." "description": "Zobrazujte, upravujte a vytvářejte GPX soubory online s pokročilými možnostmi plánování tras a nástroji ke zpracování souborů, krásnými mapami a podrobnými vizualizacemi dat."
}, },
"menu": { "menu": {
"new": "New", "new": "Nový",
"new_file": "New file", "new_file": "Nový soubor",
"new_track": "New track", "new_track": "Nová trasa",
"new_segment": "New segment", "new_segment": "Nový úsek",
"open": "Open...", "open": "Otevřít...",
"duplicate": "Duplikovat", "duplicate": "Duplikovat",
"close": "Close", "close": "Zavřít",
"close_all": "Close all", "close_all": "Zavřít vše",
"copy": "Copy", "copy": "Kopírovat",
"paste": "Paste", "paste": "Vložit",
"cut": "Cut", "cut": "Vyjmout",
"export": "Export...", "export": "Exportovat...",
"export_all": "Export all...", "export_all": "Exportovat vše...",
"export_options": "Export options", "export_options": "Možnosti exportu",
"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": "Používání nástroje je zdarma, ale jeho provoz ne. Pokud stránky používáte často, zvažte prosím podpoření projektu. Děkujeme!",
"support_button": "Help keep the website free", "support_button": "Pomozte zachovat bezplatný přístup k webu",
"download_file": "Download file", "download_file": "Stáhnout soubor",
"download_files": "Download files", "download_files": "Stáhnout soubory",
"edit": "Edit", "edit": "Upravit",
"undo": "Undo", "undo": "Zpět",
"redo": "Redo", "redo": "Opakovat",
"delete": "Smazat", "delete": "Smazat",
"select_all": "Select all", "select_all": "Vybrat vše",
"view": "View", "view": "Zobrazit",
"elevation_profile": "Elevation profile", "elevation_profile": "Profil převýšení",
"vertical_file_view": "Vertical file list", "vertical_file_view": "Svislý seznam souborů",
"switch_basemap": "Switch to previous basemap", "switch_basemap": "Přepnout na předchozí mapový podklad",
"toggle_overlays": "Toggle overlays", "toggle_overlays": "Přepnout překrytí",
"toggle_3d": "Toggle 3D", "toggle_3d": "Přepnout 3D",
"settings": "Settings", "settings": "Nastavení",
"distance_units": "Jednotky vzdálenosti", "distance_units": "Jednotky vzdálenosti",
"metric": "Metrické", "metric": "Metrické",
"imperial": "Imperiální", "imperial": "Imperiální",
"nautical": "Nautical", "nautical": "Námořní",
"velocity_units": "Jednotky rychlosti", "velocity_units": "Jednotky rychlosti",
"temperature_units": "Temperature units", "temperature_units": "Jednotky teploty",
"celsius": "Celsius", "celsius": "Stupně Celsia",
"fahrenheit": "Fahrenheit", "fahrenheit": "Stupně Fahrenheita",
"language": "Language", "language": "Jazyk",
"mode": "Theme", "mode": "Motiv",
"system": "System", "system": "Systém",
"light": "Light", "light": "Světlý",
"dark": "Dark", "dark": "Tmavý",
"street_view_source": "Street view source", "street_view_source": "Zdroj panoramatického zobrazení",
"mapillary": "Mapillary", "mapillary": "Mapillary",
"google": "Google", "google": "Google",
"layers": "Map layers...", "layers": "Mapové vrstvy...",
"distance_markers": "Značky vzdálenosti", "distance_markers": "Značky vzdálenosti",
"direction_markers": "Direction arrows", "direction_markers": "Směrové šipky",
"help": "Nápověda", "help": "Nápověda",
"more": "More...", "more": "Více...",
"donate": "Donate", "donate": "Přispět",
"ctrl": "Ctrl", "ctrl": "Ctrl",
"click": "Click", "click": "Kliknout",
"drag": "Drag", "drag": "Přetáhnout",
"metadata": { "metadata": {
"button": "Info...", "button": "Informace...",
"name": "Název", "name": "Název",
"description": "Description", "description": "Popis",
"save": "Uložit" "save": "Uložit"
}, },
"style": { "style": {
"button": "Appearance...", "button": "Vzhled...",
"color": "Color", "color": "Barva",
"opacity": "Opacity", "opacity": "Průhlednost",
"width": "Width" "width": "Šířka"
}, },
"hide": "Hide", "hide": "Skrýt",
"unhide": "Unhide", "unhide": "Zobrazit skryté",
"center": "Center", "center": "Vycentrovat",
"open_in": "Open in" "open_in": "Otevřít v"
}, },
"toolbar": { "toolbar": {
"routing": { "routing": {
"tooltip": "Plan or edit a route", "tooltip": "Naplánovat nebo upravit trasu",
"activity": "Aktivita", "activity": "Aktivita",
"use_routing": "Routing", "use_routing": "Plánování trasy",
"use_routing_tooltip": "Connect anchor points via road network, or in a straight line if disabled", "use_routing_tooltip": "Přichytávání kotevních bodů k silnicím (přímé čáry, pokud je vypnuto)",
"allow_private": "Allow private roads", "allow_private": "Povolit soukromé komunikace",
"reverse": { "reverse": {
"button": "Obrátit", "button": "Obrátit",
"tooltip": "Reverse the direction of the route" "tooltip": "Obrátit směr trasy"
}, },
"route_back_to_start": { "route_back_to_start": {
"button": "Back to start", "button": "Zpět na začátek",
"tooltip": "Connect the last point of the route with the starting point" "tooltip": "Propojit poslední bod trasy s výchozím bodem"
}, },
"round_trip": { "round_trip": {
"button": "Round trip", "button": "Cesta tam a zpět",
"tooltip": "Return to the starting point by the same route" "tooltip": "Vrátit se na výchozí bod stejnou trasou"
}, },
"start_loop_here": "Spustit cyklus zde", "start_loop_here": "Spustit cyklus zde",
"help_no_file": "Select a trace to use the routing tool, or click on the map to start creating a new route.", "help_no_file": "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": "Click on the map to add a new anchor point, or drag existing ones to change the route.", "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.",
"activities": { "activities": {
"bike": "Kolo", "bike": "Kolo",
"racing_bike": "Road bike", "racing_bike": "Silniční kolo",
"gravel_bike": "Gravel bike", "gravel_bike": "Gravel kolo",
"mountain_bike": "Horské kolo", "mountain_bike": "Horské kolo",
"foot": "Chůze/běh", "foot": "Chůze/běh",
"motorcycle": "Motocykl", "motorcycle": "Motocykl",
@@ -113,21 +113,21 @@
"railway": "Železnice" "railway": "Železnice"
}, },
"surface": { "surface": {
"unknown": "Unknown", "unknown": "Neznámý",
"paved": "Dlážděné", "paved": "Dlážděné",
"unpaved": "Nezpevněné", "unpaved": "Nezpevněné",
"asphalt": "Asfalt", "asphalt": "Asfalt",
"concrete": "Beton", "concrete": "Beton",
"chipseal": "Chipseal", "chipseal": "Chipseal",
"cobblestone": "Dlažební kostky", "cobblestone": "Dlažební kostky",
"unhewn_cobblestone": "Unhewn cobblestone", "unhewn_cobblestone": "Hrubá dlažba",
"paving_stones": "Paving stones", "paving_stones": "Dlažba",
"stepping_stones": "Stepping stones", "stepping_stones": "Nášlapné kameny",
"sett": "Sett", "sett": "Dlažební kostky",
"metal": "Kov", "metal": "Kov",
"wood": "Dřevo", "wood": "Dřevo",
"compacted": "Compacted gravel", "compacted": "Zhutněný štěrk",
"fine_gravel": "Fine gravel", "fine_gravel": "Jemný štěrk",
"gravel": "Štěrk", "gravel": "Štěrk",
"pebblestone": "Oblázek", "pebblestone": "Oblázek",
"rock": "Skála", "rock": "Skála",
@@ -141,109 +141,109 @@
"sand": "Písek", "sand": "Písek",
"woodchips": "Dřevěné štěpky", "woodchips": "Dřevěné štěpky",
"grass": "Tráva", "grass": "Tráva",
"grass_paver": "Grass paver" "grass_paver": "Zatravňovací dlažba"
}, },
"error": { "error": {
"from": "The start point is too far from the nearest road", "from": "Počáteční bod je příliš daleko od nejbližší cesty",
"via": "The via point is too far from the nearest road", "via": "Průchozí bod je příliš daleko od nejbližší cesty",
"to": "The end point is too far from the nearest road", "to": "Koncový bod je příliš daleko od nejbližší cesty",
"timeout": "Route calculation took too long, try adding points closer together" "timeout": "Výpočet trasy trval příliš dlouho, zkuste přidat body blíže k sobě"
} }
}, },
"scissors": { "scissors": {
"tooltip": "Crop or split", "tooltip": "Oříznout nebo rozdělit",
"crop": "Crop", "crop": "Oříznout",
"split_as": "Split the trace into", "split_as": "Rozdělit trasu na",
"help_invalid_selection": "Select a trace to crop or split.", "help_invalid_selection": "Vyberte trasu k oříznutí nebo rozdělení.",
"help": "Use the slider to crop the trace, or split it by clicking on one of the split markers or on the trace itself." "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": { "time": {
"tooltip": "Manage time data", "tooltip": "Správa časových dat",
"start": "Začátek", "start": "Začátek",
"end": "End", "end": "Konec",
"total_time": "Doba v pohybu", "total_time": "Doba v pohybu",
"pick_date": "Pick a date", "pick_date": "Zvolte datum",
"artificial": "Create realistic time data", "artificial": "Vytvořit realistické časové údaje",
"update": "Update time data", "update": "Aktualizace časových dat",
"help": "Use the form to set new time data.", "help": "Použijte formulář pro nastavení nových časových dat.",
"help_invalid_selection": "Select a single trace to manage its time data." "help_invalid_selection": "Vyberte jednu trasu pro správu časových dat."
}, },
"merge": { "merge": {
"merge_traces": "Connect the traces", "merge_traces": "Připojit trasy",
"merge_contents": "Merge the contents and keep the traces disconnected", "merge_contents": "Sloučit obsah a zachovat trasy oddělené",
"merge_selection": "Sloučit výběr", "merge_selection": "Sloučit výběr",
"tooltip": "Merge items together", "tooltip": "Sloučit položky",
"help_merge_traces": "Connecting the selected traces will create a single continuous trace.", "help_merge_traces": "Připojení vybraných tras vytvoří jednu spojitou trasu.",
"help_cannot_merge_traces": "Your selection must contain several traces to connect them.", "help_cannot_merge_traces": "Váš výběr musí obsahovat několik tras, které je chcete připojit.",
"help_merge_contents": "Merging the contents of the selected items will group all the contents inside the first item.", "help_merge_contents": "Slučování obsahu vybraných položek seskupí veškerý obsah do první položky.",
"help_cannot_merge_contents": "Your selection must contain several items to merge their contents." "help_cannot_merge_contents": ""
}, },
"extract": { "extract": {
"tooltip": "Extract contents to separate items", "tooltip": "Extrahovat obsah do oddělených položek",
"button": "Extract", "button": "Extrahovat",
"help": "Extracting the contents of the selected items will create a separate item for each of their contents.", "help": "Rozbalení obsahu vybraných položek vytvoří samostatnou položku pro každou část obsahu.",
"help_invalid_selection": "Your selection must contain items with multiple traces to extract them." "help_invalid_selection": "Váš výběr musí obsahovat položky s více trasami, které je chcete extrahovat."
}, },
"elevation": { "elevation": {
"button": "Request elevation data", "button": "Požadavek na výšková data",
"help": "Requesting elevation data will erase the existing elevation data, if any, and replace it with data from Mapbox.", "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.",
"help_no_selection": "Select a file item to request elevation data." "help_no_selection": "Vyberte položku souboru pro vyžádání výškových dat."
}, },
"waypoint": { "waypoint": {
"tooltip": "Create and edit points of interest", "tooltip": "Vytvořit a upravit body zájmu",
"icon": "Icon", "icon": "Ikona",
"link": "Link", "link": "Link",
"longitude": "Longitude", "longitude": "Zeměpisná délka",
"latitude": "Latitude", "latitude": "Zeměpisná šířka",
"create": "Create point of interest", "create": "Vytvořit bod zájmu",
"add": "Add point of interest to file", "add": "Přidat bod zájmu do souboru",
"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": "Vyplňte formulář pro vytvoření nového bodu zájmu nebo klikněte na existující bod zájmu pro jeho úpravu. Pro vyplnění souřadnic klikněte na mapu nebo přetáhněte bod zájmu pro jeho změnu.",
"help_no_selection": "Select a file to create or edit points of interest." "help_no_selection": "Vyberte soubor pro vytvoření nebo úpravu bodů zájmu."
}, },
"reduce": { "reduce": {
"tooltip": "Reduce the number of GPS points", "tooltip": "Snížit počet bodů GPS",
"tolerance": "Tolerance", "tolerance": "Tolerance",
"number_of_points": "Number of GPS points", "number_of_points": "Počet bodů GPS",
"button": "Minify", "button": "Zjednodušit",
"help": "Use the slider to choose the number of GPS points to keep.", "help": "Pomocí posuvníku zvolte počet bodů, které chcete zachovat.",
"help_no_selection": "Select a trace to reduce the number of its GPS points." "help_no_selection": "Vyberte trasu pro snížení počtu jejích GPS bodů."
}, },
"clean": { "clean": {
"tooltip": "Clean GPS points and points of interest with a rectangle selection", "tooltip": "Vyčistit body GPS a body zájmu v obdélníkovém výběru",
"delete_trackpoints": "Delete GPS points", "delete_trackpoints": "Odstranit body GPS",
"delete_waypoints": "Delete points of interest", "delete_waypoints": "Odstranit body zájmu",
"delete_inside": "Delete inside selection", "delete_inside": "Odstranit uvnitř výběru",
"delete_outside": "Delete outside selection", "delete_outside": "Odstranit mimo výběr",
"button": "Smazat", "button": "Smazat",
"help": "Select a rectangle area on the map to remove GPS points and points of interest.", "help": "Vyberte obdélníkovou oblast na mapě pro odstranění bodů GPS a bodů zájmu.",
"help_no_selection": "Select a trace to clean GPS points and points of interest." "help_no_selection": "Vyberte trasu pro vyčištění bodů GPS a bodů zájmu."
} }
}, },
"layers": { "layers": {
"settings": "Layer settings", "settings": "Nastavení vrstev",
"settings_help": "Select the map layers you want to show in the interface, add custom ones, and adjust their settings.", "settings_help": "Vyberte vrstvy mapy, které chcete zobrazit v rozhraní, přidejte vlastní a upravte jejich nastavení.",
"selection": "Layer selection", "selection": "Výběr vrstev",
"custom_layers": { "custom_layers": {
"title": "Custom layers", "title": "Vlastní vrstvy",
"new": "New custom layer", "new": "Nová vlastní vrstva",
"edit": "Edit custom layer", "edit": "Upravit vlastní vrstvu",
"urls": "URL(s)", "urls": "Adresy URL",
"url_placeholder": "WMTS, WMS or Mapbox style JSON", "url_placeholder": "WMTS, WMS nebo Mapbox style JSON",
"max_zoom": "Max zoom", "max_zoom": "Max. přiblížení",
"layer_type": "Typ vrstvy", "layer_type": "Typ vrstvy",
"basemap": "Základní mapa", "basemap": "Základní mapa",
"overlay": "Překrytí", "overlay": "Překrytí",
"create": "Create layer", "create": "Vytvořit vrstvu",
"update": "Update layer" "update": "Aktualizovat vrstvu"
}, },
"opacity": "Overlay opacity", "opacity": "Průhlednost překryvu",
"label": { "label": {
"basemaps": "Základní mapy", "basemaps": "Základní mapy",
"overlays": "Překrytí", "overlays": "Překrytí",
"custom": "Vlastní", "custom": "Vlastní",
"world": "Svět", "world": "Svět",
"countries": "Státy", "countries": "Státy",
"belgium": "Belgium", "belgium": "Belgie",
"bulgaria": "Bulharsko", "bulgaria": "Bulharsko",
"finland": "Finsko", "finland": "Finsko",
"france": "Francie", "france": "Francie",
@@ -262,67 +262,67 @@
"cyclOSM": "CyclOSM", "cyclOSM": "CyclOSM",
"linz": "LINZ Topo", "linz": "LINZ Topo",
"linzTopo": "LINZ Topo50", "linzTopo": "LINZ Topo50",
"swisstopoRaster": "swisstopo Raster", "swisstopoRaster": "swisstopo Rastrová",
"swisstopoVector": "swisstopo Vector", "swisstopoVector": "swisstopo Vektorová",
"swisstopoSatellite": "swisstopo Satellite", "swisstopoSatellite": "swisstopo Satelit",
"ignBe": "IGN Topo", "ignBe": "IGN Topografická",
"ignFrPlan": "IGN Plan", "ignFrPlan": "IGN Plán",
"ignFrTopo": "IGN Topo", "ignFrTopo": "IGN Topografická",
"ignFrScan25": "IGN SCAN25", "ignFrScan25": "IGN SCAN25",
"ignFrSatellite": "IGN Satellite", "ignFrSatellite": "IGN Satelit",
"ignEs": "IGN", "ignEs": "IGN",
"ordnanceSurvey": "Ordnance Survey", "ordnanceSurvey": "Ordnance Survey",
"norwayTopo": "Topografisk Norgeskart 4", "norwayTopo": "Topografisk Norgeskart 4",
"swedenTopo": "Lantmäteriet Topo", "swedenTopo": "Lantmäteriet Topografická",
"swedenSatellite": "Lantmäteriet Satellite", "swedenSatellite": "Lantmäteriet Satelit",
"finlandTopo": "Lantmäteriverket Terrängkarta", "finlandTopo": "Lantmäteriverket Terrängkarta",
"bgMountains": "BGMountains", "bgMountains": "BGMountains",
"usgs": "USGS", "usgs": "USGS",
"bikerouterGravel": "bikerouter.de Gravel", "bikerouterGravel": "bikerouter.de Gravel",
"cyclOSMlite": "CyclOSM Lite", "cyclOSMlite": "CyclOSM Lite",
"swisstopoSlope": "swisstopo Slope", "swisstopoSlope": "swisstopo Vrstevnice",
"swisstopoHiking": "swisstopo Hiking", "swisstopoHiking": "swisstopo Turistická",
"swisstopoHikingClosures": "swisstopo Hiking Closures", "swisstopoHikingClosures": "swisstopo Turistické uzávěry",
"swisstopoCycling": "swisstopo Cycling", "swisstopoCycling": "swisstopo Cyklistická",
"swisstopoCyclingClosures": "swisstopo Cycling Closures", "swisstopoCyclingClosures": "swisstopo Cyklistické uzávěry",
"swisstopoMountainBike": "swisstopo MTB", "swisstopoMountainBike": "swisstopo Horské kolo",
"swisstopoMountainBikeClosures": "swisstopo MTB Closures", "swisstopoMountainBikeClosures": "swisstopo Uzávěry pro horská kola",
"swisstopoSkiTouring": "swisstopo Ski Touring", "swisstopoSkiTouring": "swisstopo Běžky",
"ignFrCadastre": "IGN Cadastre", "ignFrCadastre": "IGN Katastrální",
"ignSlope": "IGN Slope", "ignSlope": "IGN Vrstevnice",
"ignSkiTouring": "IGN Ski Touring", "ignSkiTouring": "IGN Běžky",
"waymarked_trails": "Waymarked Trails", "waymarked_trails": "Turistické značení",
"waymarkedTrailsHiking": "Hiking", "waymarkedTrailsHiking": "Turistická",
"waymarkedTrailsCycling": "Cycling", "waymarkedTrailsCycling": "Cyklistická",
"waymarkedTrailsMTB": "MTB", "waymarkedTrailsMTB": "Horské kolo",
"waymarkedTrailsSkating": "Skating", "waymarkedTrailsSkating": "Kolečkové brusle",
"waymarkedTrailsHorseRiding": "Horse Riding", "waymarkedTrailsHorseRiding": "Jízda na koni",
"waymarkedTrailsWinter": "Winter", "waymarkedTrailsWinter": "Zimní",
"points_of_interest": "Points of interest", "points_of_interest": "Body zájmu",
"food": "Food", "food": "Jídlo",
"bakery": "Pekařství", "bakery": "Pekařství",
"food-store": "Food Store", "food-store": "Obchod s potravinami",
"eat-and-drink": "Jídlo a pití", "eat-and-drink": "Jídlo a pití",
"amenities": "Vybavení", "amenities": "Vybavení",
"toilets": "Toalety", "toilets": "Toalety",
"water": "Voda", "water": "Voda",
"shower": "Sprcha", "shower": "Sprcha",
"shelter": "Shelter", "shelter": "Přístřeší",
"motorized": "Cars and Motorcycles", "motorized": "Automobily a motocykly",
"fuel-station": "Čerpací stanice", "fuel-station": "Čerpací stanice",
"parking": "Parkoviště", "parking": "Parkoviště",
"garage": "Garage", "garage": "Autoopravny",
"barrier": "Zábrana", "barrier": "Zábrana",
"tourism": "Cestovní ruch", "tourism": "Cestovní ruch",
"attraction": "Atrakce", "attraction": "Atrakce",
"viewpoint": "Vyhlídka", "viewpoint": "Vyhlídka",
"hotel": "Hotel", "hotel": "Hotel",
"campsite": "Stanový kemp", "campsite": "Stanový kemp",
"hut": "Hut", "hut": "Chata",
"picnic": "Picnic Area", "picnic": "Místo pro piknik",
"summit": "Summit", "summit": "Vrchol",
"pass": "Pass", "pass": "Průsmyk",
"climbing": "Climbing", "climbing": "Horolezectví",
"bicycle": "Jízdní kolo", "bicycle": "Jízdní kolo",
"bicycle-parking": "Parkoviště pro kola", "bicycle-parking": "Parkoviště pro kola",
"bicycle-rental": "Půjčovna jízdních kol", "bicycle-rental": "Půjčovna jízdních kol",
@@ -331,41 +331,41 @@
"railway-station": "Železniční stanice", "railway-station": "Železniční stanice",
"tram-stop": "Zastávka tramvaje", "tram-stop": "Zastávka tramvaje",
"bus-stop": "Autobusová zastávka", "bus-stop": "Autobusová zastávka",
"ferry": "Ferry" "ferry": "Trajekt"
}, },
"color": { "color": {
"blue": "Modrá", "blue": "Modrá",
"bluered": "Blue Red", "bluered": "Modrá Červená",
"gray": "Šedá", "gray": "Šedá",
"hot": "Horké", "hot": "Horké",
"purple": "Fialová", "purple": "Fialová",
"orange": "Orange" "orange": "Oranžová"
} }
}, },
"chart": { "chart": {
"show_slope": "Show slope data", "show_slope": "Zobrazit sklon svahu",
"show_surface": "Show surface data", "show_surface": "Zobrazit údaje o povrchu",
"show_speed": "Show speed data", "show_speed": "Zobrazit údaje o rychlosti",
"show_pace": "Show pace data", "show_pace": "Zobrazit údaje o tempu",
"show_heartrate": "Show heart rate data", "show_heartrate": "Zobrazit údaje o tepové frekvenci",
"show_cadence": "Show cadence data", "show_cadence": "Zobrazit údaje o kadenci",
"show_temperature": "Show temperature data", "show_temperature": "Zobrazit údaje o teplotě",
"show_power": "Show power data" "show_power": "Zobrazit údaje o energii"
}, },
"quantities": { "quantities": {
"distance": "Vzdálenost", "distance": "Vzdálenost",
"elevation": "Nadmořská výška", "elevation": "Nadmořská výška",
"elevation_gain_loss": "Elevation gain and loss", "elevation_gain_loss": "Stoupání a klesání",
"temperature": "Temperature", "temperature": "Teplota",
"speed": "Rychlost", "speed": "Rychlost",
"pace": "Tempo", "pace": "Tempo",
"heartrate": "Heart rate", "heartrate": "Tepová frekvence",
"cadence": "Cadence", "cadence": "Kadence",
"power": "Power", "power": "Energie",
"slope": "Sklon", "slope": "Sklon",
"surface": "Povrch", "surface": "Povrch",
"time": "Time", "time": "Čas",
"moving": "Moving", "moving": "V pohybu",
"total": "Celkem" "total": "Celkem"
}, },
"units": { "units": {
@@ -373,7 +373,7 @@
"feet": "stop", "feet": "stop",
"kilometers": "km", "kilometers": "km",
"miles": "mil", "miles": "mil",
"nautical_miles": "nm", "nautical_miles": "NM",
"celsius": "°C", "celsius": "°C",
"fahrenheit": "°F", "fahrenheit": "°F",
"kilometers_per_hour": "km/h", "kilometers_per_hour": "km/h",
@@ -383,106 +383,106 @@
"minutes_per_nautical_mile": "min/nm", "minutes_per_nautical_mile": "min/nm",
"knots": "kn", "knots": "kn",
"heartrate": "bpm", "heartrate": "bpm",
"cadence": "rpm", "cadence": "ot/min",
"power": "W" "power": "W"
}, },
"gpx": { "gpx": {
"file": "File", "file": "Soubor",
"files": "Files", "files": "Soubory",
"track": "Stopa", "track": "Stopa",
"tracks": "Stopy", "tracks": "Stopy",
"segment": "Segment", "segment": "Segment",
"segments": "Segments", "segments": "Úseky",
"waypoint": "Point of interest", "waypoint": "Bod zájmu",
"waypoints": "Points of interest", "waypoints": "Body zájmu",
"symbol": { "symbol": {
"alert": "Alert", "alert": "Upozornění",
"anchor": "Anchor", "anchor": "Kotva",
"bank": "Bank", "bank": "Banka",
"beach": "Beach", "beach": "Pláž",
"bike_trail": "Bike Trail", "bike_trail": "Cyklistický trail",
"binoculars": "Binoculars", "binoculars": "Dalekohled",
"bridge": "Bridge", "bridge": "Most",
"building": "Building", "building": "Budova",
"campground": "Stanový kemp", "campground": "Stanový kemp",
"car": "Car", "car": "Auto",
"car_repair": "Garage", "car_repair": "Autoopravna",
"convenience_store": "Smýšené zboží", "convenience_store": "Smýšené zboží",
"crossing": "Crossing", "crossing": "Křížení",
"department_store": "Department Store", "department_store": "Obchodní dům",
"drinking_water": "Voda", "drinking_water": "Voda",
"exit": "Exit", "exit": "Sjezd",
"lodge": "Hut", "lodge": "Chata",
"lodging": "Accommodation", "lodging": "Ubytování",
"forest": "Forest", "forest": "Les",
"gas_station": "Čerpací stanice", "gas_station": "Čerpací stanice",
"ground_transportation": "Ground Transportation", "ground_transportation": "Pozemní doprava",
"hotel": "Hotel", "hotel": "Hotel",
"house": "House", "house": "Dům",
"information": "Information", "information": "Informace",
"park": "Park", "park": "Park",
"parking_area": "Parkoviště", "parking_area": "Parkoviště",
"pharmacy": "Pharmacy", "pharmacy": "Lékárna",
"picnic_area": "Picnic Area", "picnic_area": "Místo pro piknik",
"restaurant": "Restaurace", "restaurant": "Restaurace",
"restricted_area": "Restricted Area", "restricted_area": "Nepřístupná oblast",
"restroom": "Toalety", "restroom": "Toalety",
"road": "Road", "road": "Silnice",
"scenic_area": "Scenic Area", "scenic_area": "Oblast s výhledem",
"shelter": "Shelter", "shelter": "Přístřeší",
"shopping_center": "Shopping Center", "shopping_center": "Nákupní centrum",
"shower": "Sprcha", "shower": "Sprcha",
"summit": "Summit", "summit": "Vrchol",
"telephone": "Telephone", "telephone": "Telefon",
"tunnel": "Tunnel", "tunnel": "Tunel",
"water_source": "Water Source" "water_source": "Vodní zdroj"
} }
}, },
"homepage": { "homepage": {
"website": "Website", "website": "Webová stránka",
"home": "Home", "home": "Domů",
"app": "App", "app": "Aplikace",
"contact": "Contact", "contact": "Kontakt",
"x": "X", "x": "X",
"facebook": "Facebook", "facebook": "Facebook",
"github": "GitHub", "github": "GitHub",
"crowdin": "Crowdin", "crowdin": "Crowdin",
"email": "Email", "email": "E-mail",
"contribute": "Contribute", "contribute": "Zapojte se",
"supported_by": "supported by", "supported_by": "podporuje",
"support_button": "Support gpx.studio on Ko-fi", "support_button": "Podpořte gpx.studio na Ko-fi",
"route_planning": "Route planning", "route_planning": "Plánování trasy",
"route_planning_description": "An intuitive interface to create itineraries tailored to each sport, based on OpenStreetMap data.", "route_planning_description": "Intuitivní rozhraní pro vytváření itinerářů přizpůsobených jakémukoli sportu založené na OpenStreetMap datech.",
"file_processing": "Advanced file processing", "file_processing": "Pokročilé zpracování souborů",
"file_processing_description": "A suite of tools for performing all common file processing tasks, and which can be applied to multiple files at once.", "file_processing_description": "Sada nástrojů pro provádění všech běžných úkolů zpracování souborů, které mohou být aplikovány na více souborů najednou.",
"maps": "Global and local maps", "maps": "Globální a místní mapy",
"maps_description": "A large collection of basemaps, overlays and points of interest to help you craft your next outdoor adventure, or visualize your latest achievement.", "maps_description": "Široká nabídka mapových podkladů, překryvů a bodů zájmu pro naplánování vašeho příštího dobrodružství v přírodě nebo vizualizaci vašich nejnovějších úspěchů.",
"data_visualization": "Data visualization", "data_visualization": "Vizualizace dat",
"data_visualization_description": "An interactive elevation profile with detailed statistics to analyze recorded activities and future objectives.", "data_visualization_description": "Interaktivní výškový profil s podrobnými statistikami pro analýzu zaznamenaných činností a budoucích cílů.",
"identity": "Free, ad-free and open source", "identity": "Zdarma, bez reklam a 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." "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."
}, },
"embedding": { "embedding": {
"title": "Create your own map", "title": "Vytvořte si vlastní mapu",
"mapbox_token": "Mapbox access token", "mapbox_token": "Přístupový token Mapbox",
"file_urls": "URL souborů (oddělené čárkami)", "file_urls": "URL souborů (oddělené čárkami)",
"drive_ids": "ID souborů Google Drive (oddělené čárkami)", "drive_ids": "ID souborů Google Drive (oddělené čárkami)",
"basemap": "Základní mapa", "basemap": "Základní mapa",
"height": "Height", "height": "Výška",
"fill_by": "Fill by", "fill_by": "Vyplnit",
"none": "None", "none": "Nic",
"show_controls": "Show controls", "show_controls": "Zobrazit ovládací prvky",
"manual_camera": "Manual camera", "manual_camera": "Ruční pohled",
"manual_camera_description": "You can move the map below to adjust the camera position.", "manual_camera_description": "Pro úpravu pohledu můžete přesunout mapu níže.",
"latitude": "Latitude", "latitude": "Zeměpisná šířka",
"longitude": "Longitude", "longitude": "Zeměpisná délka",
"zoom": "Zoom", "zoom": "Přiblížení",
"pitch": "Pitch", "pitch": "Náklon",
"bearing": "Bearing", "bearing": "Směr",
"preview": "Náhled", "preview": "Náhled",
"code": "Integration code" "code": "Kód pro integraci"
}, },
"webgl2_required": "WebGL 2 is required to display the map.", "webgl2_required": "Pro zobrazení mapy je vyžadováno WebGL 2.",
"enable_webgl2": "Learn how to enable WebGL 2 in your browser", "enable_webgl2": "Zjistěte, jak ve vašem prohlížeči povolit WebGL 2",
"page_not_found": "page not found" "page_not_found": "stránka nenalezena"
} }