mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-06-13 02:26:32 +00:00
Compare commits
2 Commits
0b4aa6e90d
...
l10n
| Author | SHA1 | Date | |
|---|---|---|---|
| e21c4bf46e | |||
| 2dee4edd2c |
@@ -13,9 +13,9 @@ title: Instellingen
|
|||||||
|
|
||||||
Wijzig de eenheden die worden gebruikt om afstanden in de interface weer te geven.
|
Wijzig de eenheden die worden gebruikt om afstanden in de interface weer te geven.
|
||||||
|
|
||||||
### <Zap size="16" class="inline-block" style="margin-bottom: 2px" /> Snelheids eenheden
|
### <Zap size="16" class="inline-block" style="margin-bottom: 2px" /> Snelheidseenheden
|
||||||
|
|
||||||
Verander de eenheden die worden gebruikt om velocities in de interface weer te geven.
|
Verander de eenheden die worden gebruikt om snelheden in de interface weer te geven.
|
||||||
Je kunt kiezen tussen afstand per uur of minuten per afstand, wat geschikter kan zijn voor het uitvoeren van activiteiten.
|
Je 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
|
||||||
|
|||||||
+22
-22
@@ -28,7 +28,7 @@
|
|||||||
"undo": "Anulează",
|
"undo": "Anulează",
|
||||||
"redo": "Refă",
|
"redo": "Refă",
|
||||||
"delete": "Șterge",
|
"delete": "Șterge",
|
||||||
"delete_all": "Delete all",
|
"delete_all": "Șterge tot",
|
||||||
"select_all": "Selectează tot",
|
"select_all": "Selectează tot",
|
||||||
"view": "Vizualizare",
|
"view": "Vizualizare",
|
||||||
"elevation_profile": "Profil de altitudine",
|
"elevation_profile": "Profil de altitudine",
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
"switch_basemap": "Comutați la harta de bază anterioară",
|
"switch_basemap": "Comutați la harta de bază anterioară",
|
||||||
"toggle_overlays": "Comută suprapunerile",
|
"toggle_overlays": "Comută suprapunerile",
|
||||||
"toggle_3d": "Comută 3D",
|
"toggle_3d": "Comută 3D",
|
||||||
"fullscreen": "Full screen",
|
"fullscreen": "Ecran complet",
|
||||||
"settings": "Setări",
|
"settings": "Setări",
|
||||||
"distance_units": "Unități de distanță",
|
"distance_units": "Unități de distanță",
|
||||||
"metric": "Metric",
|
"metric": "Metric",
|
||||||
@@ -62,46 +62,46 @@
|
|||||||
"more": "Mai multe...",
|
"more": "Mai multe...",
|
||||||
"donate": "Donați",
|
"donate": "Donați",
|
||||||
"ctrl": "Ctrl",
|
"ctrl": "Ctrl",
|
||||||
"click": "Click",
|
"click": "Clic",
|
||||||
"drag": "Drag",
|
"drag": "Drag",
|
||||||
"right_click_drag": "Right-click drag",
|
"right_click_drag": "Right-click drag",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"button": "Info...",
|
"button": "Informații...",
|
||||||
"name": "Name",
|
"name": "Nume",
|
||||||
"description": "Descriere",
|
"description": "Descriere",
|
||||||
"save": "Save"
|
"save": "Salvează"
|
||||||
},
|
},
|
||||||
"style": {
|
"style": {
|
||||||
"button": "Aspect...",
|
"button": "Aspect...",
|
||||||
"color": "Color",
|
"color": "Culoare",
|
||||||
"opacity": "Opacitate",
|
"opacity": "Opacitate",
|
||||||
"width": "Width"
|
"width": "Lățime"
|
||||||
},
|
},
|
||||||
"hide": "Ascunde",
|
"hide": "Ascunde",
|
||||||
"unhide": "Dezvăluie",
|
"unhide": "Dezvăluie",
|
||||||
"center": "Center",
|
"center": "Centrează",
|
||||||
"open_in": "Open in",
|
"open_in": "Deschide în",
|
||||||
"copy_coordinates": "Copiază coordonatele",
|
"copy_coordinates": "Copiază coordonatele",
|
||||||
"edit_osm": "Edit in OpenStreetMap"
|
"edit_osm": "Editează în OpenStreetMap"
|
||||||
},
|
},
|
||||||
"toolbar": {
|
"toolbar": {
|
||||||
"routing": {
|
"routing": {
|
||||||
"tooltip": "Planifică sau editează o rută",
|
"tooltip": "Planifică sau editează o rută",
|
||||||
"activity": "Activitate",
|
"activity": "Activitate",
|
||||||
"use_routing": "Rutare",
|
"use_routing": "Rutare",
|
||||||
"use_routing_tooltip": "Connect anchor points via road network, or in a straight line if disabled",
|
"use_routing_tooltip": "Conectează puncte de ancorare prin rețeaua rutieră sau în linie dreaptă dacă este dezactivată",
|
||||||
"allow_private": "Allow private roads",
|
"allow_private": "Permite drumuri private",
|
||||||
"reverse": {
|
"reverse": {
|
||||||
"button": "Reverse",
|
"button": "Inversează",
|
||||||
"tooltip": "Reverse the direction of the route"
|
"tooltip": "Reverse the direction of the route"
|
||||||
},
|
},
|
||||||
"route_back_to_start": {
|
"route_back_to_start": {
|
||||||
"button": "Back to start",
|
"button": "Înapoi la punctul de plecare",
|
||||||
"tooltip": "Connect the last point of the route with the starting point"
|
"tooltip": "Conectează ultimul punct al rutei cu punctul de plecare"
|
||||||
},
|
},
|
||||||
"round_trip": {
|
"round_trip": {
|
||||||
"button": "Round trip",
|
"button": "Călătorie dus-întors",
|
||||||
"tooltip": "Return to the starting point by the same route"
|
"tooltip": "Întoarce-te la punctul de plecare pe aceeași rută"
|
||||||
},
|
},
|
||||||
"start_loop_here": "Start loop here",
|
"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_no_file": "Select a trace to use the routing tool, or click on the map to start creating a new route.",
|
||||||
@@ -120,7 +120,7 @@
|
|||||||
"unknown": "Necunoscut",
|
"unknown": "Necunoscut",
|
||||||
"paved": "Asfaltat",
|
"paved": "Asfaltat",
|
||||||
"unpaved": "Unpaved",
|
"unpaved": "Unpaved",
|
||||||
"asphalt": "Asphalt",
|
"asphalt": "Asfalt",
|
||||||
"concrete": "Concrete",
|
"concrete": "Concrete",
|
||||||
"cobblestone": "Pavaj",
|
"cobblestone": "Pavaj",
|
||||||
"paving_stones": "Pavaj din pietre",
|
"paving_stones": "Pavaj din pietre",
|
||||||
@@ -140,11 +140,11 @@
|
|||||||
"grass": "Iarbă",
|
"grass": "Iarbă",
|
||||||
"grass_paver": "Pavaj cu iarbă",
|
"grass_paver": "Pavaj cu iarbă",
|
||||||
"clay": "Clay",
|
"clay": "Clay",
|
||||||
"stone": "Stone"
|
"stone": "Piatră"
|
||||||
},
|
},
|
||||||
"highway": {
|
"highway": {
|
||||||
"unknown": "Unknown",
|
"unknown": "Necunoscut",
|
||||||
"motorway": "Highway",
|
"motorway": "Autostradă",
|
||||||
"motorway_link": "Highway link",
|
"motorway_link": "Highway link",
|
||||||
"trunk": "Primary road",
|
"trunk": "Primary road",
|
||||||
"trunk_link": "Primary road link",
|
"trunk_link": "Primary road link",
|
||||||
|
|||||||
Reference in New Issue
Block a user