Update translations

This commit is contained in:
Norbert Renner 2022-06-08 15:40:47 +02:00
parent 0899a1b26e
commit ceadbfe10c
20 changed files with 1594 additions and 851 deletions

View file

@ -25,7 +25,7 @@
"map-tiles": "Tessel·les del mapa", "map-tiles": "Tessel·les del mapa",
"nominatim": "Cerca per <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>", "nominatim": "Cerca per <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>",
"openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >contribuïdors d'OpenStreetMap</a> sota <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>", "openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >contribuïdors d'OpenStreetMap</a> sota <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>",
"pois": "Locations (POIs): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "pois": "Ubicacions (PDI): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">API d'Overpass</a>",
"title": "Crèdits" "title": "Crèdits"
}, },
"export": { "export": {
@ -43,6 +43,7 @@
}, },
"footer": { "footer": {
"ascend": "Desnivell acumulat", "ascend": "Desnivell acumulat",
"beeline-warning": "Warning: no data for straight lines, values interpolated",
"cost": "Cost", "cost": "Cost",
"distance": "Distància", "distance": "Distància",
"elevation-chart": "Commuta el gràfic d'elevació", "elevation-chart": "Commuta el gràfic d'elevació",
@ -56,7 +57,7 @@
"mean-cost-factor": "Factor de cost mitjà", "mean-cost-factor": "Factor de cost mitjà",
"meter": "metres", "meter": "metres",
"meter-abbrev": "m", "meter-abbrev": "m",
"no-elevation-data": "No elevation data available for this route.", "no-elevation-data": "No hi ha dades d'elevació disponibles per aquesta ruta.",
"plain-ascend": "Desnivell final", "plain-ascend": "Desnivell final",
"stats-info": "Comenceu a dibuixar una ruta per obtenir les estadístiques", "stats-info": "Comenceu a dibuixar una ruta per obtenir les estadístiques",
"total-energy": "Energia total", "total-energy": "Energia total",
@ -71,24 +72,34 @@
"layers": { "layers": {
"add-base": "Afegeix una capa base", "add-base": "Afegeix una capa base",
"add-overlay": "Afegeix superposició", "add-overlay": "Afegeix superposició",
"add-overpass": "Add overpass query", "add-overpass": "Afegeix una consulta d'Overpass",
"custom-layer-name-helptext": "ex: OpenStreetMap", "custom-layer-name-helptext": "eg.: OpenStreetMap",
"custom-layer-name-label": "Custom layer name", "custom-layer-name-label": "Nom de la capa personalitzada",
"custom-layer-url-helptext-normal": "URL for normal layers, ex: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", "custom-layer-url-helptext-normal": "URL de la capes normals, eg.: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
"custom-layer-url-helptext-overpass": "Overpass Query, ex: nwr[shop]['diet:vegan']['diet:vegan'!=no];", "custom-layer-url-helptext-overpass": "Exemple de consulta d'Overpass: nwr[shop]['diet:vegan']['diet:vegan'!=no];",
"custom-layer-url-label": "Custom layer URL/Query", "custom-layer-url-label": "URL/Consulta de la capa personalitzada",
"customize": "Personalitza les capes", "customize": "Personalitza les capes",
"opacity-slider": "Control lliscant de l'opacitat", "opacity-slider": "Control lliscant de l'opacitat",
"overpass-loading-indicator": "Running Overpass API query ...", "overpass-loading-indicator": "S'està executant la consulta a l'API d'Overpass ...",
"remove-selection": "Elimina la selecció" "remove-selection": "Elimina la selecció"
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Propietats per defecte", "defaultProperties": "Propietats per defecte",
"file": "File (.geojson)", "error": {
"invalid-default-nogo-radius": "El radi per defecte de la zona omesa no és vàlid.",
"invalid-nogo-buffering-radius": "El radi de l'àrea d'influència de la zona omesa no és vàlid.",
"loading-file-error": "No es pot carregar el fitxer: {{err}}.",
"loading-file-too-big": "Hi ha massa àrees omeses en aquest fitxer! Simplifiqueu la geometria i/o reduïu el nombre de zones.",
"loading-file-unexpected": "Error inesperat en carregar aquest fitxer.",
"missing-default-nogo-weight": "Falta el pes per defecte de les zones omeses.",
"missing-file-url": "Falta un fitxer o una URL",
"no-valid-area": "No s'ha trobat una àrea vàlida a l'entrada que heu proporcionat."
},
"file": "Fitxer (.geojson)",
"load": "Carrega", "load": "Carrega",
"nogoBuffer": "Buffer no-go areas (in meters)", "nogoBuffer": "Zona d'influència de les àrees omeses (en metres)",
"nogoRadius": "No-go radius for points (in meters)", "nogoRadius": "Radi de les àrees omeses per punts (en metres)",
"nogoWeight": "No-go weight (-1 means impassable)", "nogoWeight": "Pes de les àrees omeses (-1 vol dir inaccessible)",
"source": "Font", "source": "Font",
"title": "Carrega les àrees omeses", "title": "Carrega les àrees omeses",
"url": "URL" "url": "URL"
@ -149,16 +160,19 @@
"route-quality-cost": "Codificació del cost", "route-quality-cost": "Codificació del cost",
"route-quality-incline": "Codificació de la inclinació", "route-quality-incline": "Codificació de la inclinació",
"route-quality-shortcut": "{{action}} (tecla {{key}} per commutar)", "route-quality-shortcut": "{{action}} (tecla {{key}} per commutar)",
"route-tooltip-segment": "Drag to create a new waypoint", "route-tooltip-segment": "Drag to create a new waypoint. Click to toggle straight line.",
"route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.", "route-tooltip-waypoint": "Fita. Arrossegueu per moure-la; cliqueu per eliminar-la.",
"strava-biking": "Mostra els segments de bici de Strava", "strava-biking": "Mostra els segments de bici de Strava",
"strava-running": "Mostra els segments de córrer de Strava", "strava-running": "Mostra els segments de córrer de Strava",
"strava-shortcut": "{{action}}\n(tecla {{key}} per commutar les capes, cliqueu per recarregar l'àrea actual)", "strava-shortcut": "{{action}}\n(tecla {{key}} per commutar les capes, cliqueu per recarregar l'àrea actual)",
"toggle-beeline": "Toggle straight line",
"zoomInTitle": "Apropa", "zoomInTitle": "Apropa",
"zoomOutTitle": "Allunya" "zoomOutTitle": "Allunya"
}, },
"modal": { "modal": {
"close": "Tanca"}, "close": "Tanca",
"or": ""
},
"navbar": { "navbar": {
"about": "Quant a", "about": "Quant a",
"alternative": { "alternative": {
@ -183,7 +197,7 @@
"fastbike": "Bici ràpida", "fastbike": "Bici ràpida",
"fastbike-asia-pacific": "Bici ràpida (Àsia Pacífic)", "fastbike-asia-pacific": "Bici ràpida (Àsia Pacífic)",
"fastbike-lowtraffic": "Bici ràpida (poc trànsit)", "fastbike-lowtraffic": "Bici ràpida (poc trànsit)",
"hiking-beta": "Excursionisme (beta)", "hiking-mountain": "Excursionisme",
"moped": "Ciclomotor", "moped": "Ciclomotor",
"rail": "Via", "rail": "Via",
"river": "Riu", "river": "Riu",
@ -199,6 +213,14 @@
}, },
"profile-tooltip": "\n(tecla {{key}} per canviar)" "profile-tooltip": "\n(tecla {{key}} per canviar)"
}, },
"searchfav": {
"addfavorite": "add as favorite",
"ask_removeall": "Do you want to delete all search favorites?",
"export": "export favorites to file",
"import": "import favorites from file",
"openfavorites": "open favorite list",
"removeall": "delete all favorites"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {
@ -235,7 +257,7 @@
"europe": "Europa", "europe": "Europa",
"europe-monolingual": "Europa monolingüe", "europe-monolingual": "Europa monolingüe",
"overlays": "Superposicions", "overlays": "Superposicions",
"overpass": "Locations (POIs)", "overpass": "Ubicacions (PDI)",
"worldwide": "Arreu del món", "worldwide": "Arreu del món",
"worldwide-international": "Arreu del món internacional", "worldwide-international": "Arreu del món internacional",
"worldwide-monolingual": "Arreu del món monolígüe" "worldwide-monolingual": "Arreu del món monolígüe"
@ -247,15 +269,15 @@
"optional": "Afegeix o elimina capes opcionals", "optional": "Afegeix o elimina capes opcionals",
"optional-layers": "Més", "optional-layers": "Més",
"overlay-opacity": "Transparència de la superposició", "overlay-opacity": "Transparència de la superposició",
"overlay-opacity_plural": "Overlays transparency", "overlay-opacity_plural": "Transparència de la superposicions",
"table": { "table": {
"URL": "URL/Query", "URL": "URL/Consulta",
"empty": "Encara no hi ha cap capa personalitzada configurada.", "empty": "Encara no hi ha cap capa personalitzada configurada.",
"name": "Nom", "name": "Nom",
"type": "Tipus", "type": "Tipus",
"type_layer": "Layer", "type_layer": "Capa",
"type_overlay": "Overlay", "type_overlay": "Superposició",
"type_overpass_query": "Overpass Query" "type_overpass_query": "Consulta d'Overpass"
}, },
"title": "Capes", "title": "Capes",
"tooltip": "Seleccioneu capes" "tooltip": "Seleccioneu capes"
@ -273,11 +295,11 @@
}, },
"title": "Client web de BRouter", "title": "Client web de BRouter",
"trackasroute": { "trackasroute": {
"browse": "Browse", "browse": "Navega",
"explainpoi": "(mostra les fites com a PDI)", "explainpoi": "(mostra les fites com a PDI)",
"explaintracklayer": "(mostra traces com a capa separada)", "explaintracklayer": "(mostra traces com a capa separada)",
"file": "Fitxer de traça", "file": "Fitxer de traça",
"fuzziness": "Fuzziness", "fuzziness": "Grau d'aproximació",
"pleasewait": "Espereu si us plau.", "pleasewait": "Espereu si us plau.",
"showpois": "PDI", "showpois": "PDI",
"title": "Carrega una traça com a ruta", "title": "Carrega una traça com a ruta",

View file

@ -42,7 +42,8 @@
"trackname": "Name" "trackname": "Name"
}, },
"footer": { "footer": {
"ascend": "Aufsteigend", "ascend": "Anstieg",
"beeline-warning": "Achtung: Keine Daten für gerade Linien, interpolierte Werte",
"cost": "Kosten", "cost": "Kosten",
"distance": "Entfernung", "distance": "Entfernung",
"elevation-chart": "Höhendiagramm ein-/ausblenden", "elevation-chart": "Höhendiagramm ein-/ausblenden",
@ -57,7 +58,7 @@
"meter": "Meter", "meter": "Meter",
"meter-abbrev": "m", "meter-abbrev": "m",
"no-elevation-data": "Keine Höhendaten für diese Route verfügbar", "no-elevation-data": "Keine Höhendaten für diese Route verfügbar",
"plain-ascend": "einfach aufsteigend", "plain-ascend": "Höhenunterschied",
"stats-info": "Route zeichnen, um Statistiken zu sehen.", "stats-info": "Route zeichnen, um Statistiken zu sehen.",
"total-energy": "Gesamtenergie", "total-energy": "Gesamtenergie",
"travel-time": "Reisezeit" "travel-time": "Reisezeit"
@ -84,6 +85,16 @@
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Standardeigenschaften", "defaultProperties": "Standardeigenschaften",
"error": {
"invalid-default-nogo-radius": "Ungültige Vorgabe für No-go-Radius.",
"invalid-nogo-buffering-radius": "Ungültiger No-go Pufferradius",
"loading-file-error": "{{err}} konnte nicht geladen werden.",
"loading-file-too-big": "Es sind zu viele No-go-Areas in dieser Datei! Bitte die Geometrie vereinfachen und/oder die Anzahl der Zonen verringern.",
"loading-file-unexpected": "Unerwarteter Fehler beim Laden der Datei.",
"missing-default-nogo-weight": "Fehlende Vorgabe für No-go-Gewichtung.",
"missing-file-url": "Fehlende Datei oder URL.",
"no-valid-area": "Kein gültiger Bereich in angegebener Eingabe gefunden."
},
"file": "Datei (.geojson)", "file": "Datei (.geojson)",
"load": "Laden", "load": "Laden",
"nogoBuffer": "Puffer um No-go-Areas (in Metern)", "nogoBuffer": "Puffer um No-go-Areas (in Metern)",
@ -149,16 +160,19 @@
"route-quality-cost": "Kostencodierung", "route-quality-cost": "Kostencodierung",
"route-quality-incline": "Steigungscodierung", "route-quality-incline": "Steigungscodierung",
"route-quality-shortcut": "{{action}} ({{key}} Taste zum Ein-/Ausschalten)", "route-quality-shortcut": "{{action}} ({{key}} Taste zum Ein-/Ausschalten)",
"route-tooltip-segment": "Ziehen, um einen neuen Wegpunkt anzulegen", "route-tooltip-segment": "Ziehen um neuen Wegpunkt zu erstellen. Klicken um auf gerade Linie umzuschalten.",
"route-tooltip-waypoint": "Wegpunkt. Zum Verschieben ziehen; zum Löschen klicken", "route-tooltip-waypoint": "Wegpunkt. Zum Verschieben ziehen; zum Löschen klicken",
"strava-biking": "Zeige Strava Radfahrsegmente", "strava-biking": "Zeige Strava Radfahrsegmente",
"strava-running": "Zeige Strava Läufersegmente", "strava-running": "Zeige Strava Läufersegmente",
"strava-shortcut": "{{action}}\n({{key}} Taste um Ebene ein-/auszublenden, Klicken um aktuellen Ausschnitt neu zu laden)", "strava-shortcut": "{{action}}\n({{key}} Taste um Ebene ein-/auszublenden, Klicken um aktuellen Ausschnitt neu zu laden)",
"toggle-beeline": "Gerade Linie ein-/ausschalten",
"zoomInTitle": "Hineinzoomen", "zoomInTitle": "Hineinzoomen",
"zoomOutTitle": "Herauszoomen" "zoomOutTitle": "Herauszoomen"
}, },
"modal": { "modal": {
"close": "Schließen"}, "close": "Schließen",
"or": ""
},
"navbar": { "navbar": {
"about": "Über", "about": "Über",
"alternative": { "alternative": {
@ -183,7 +197,7 @@
"fastbike": "Rennrad", "fastbike": "Rennrad",
"fastbike-asia-pacific": "Rennrad (Asien Pazifik)", "fastbike-asia-pacific": "Rennrad (Asien Pazifik)",
"fastbike-lowtraffic": "Rennrad (Routen mit wenig Verkehr)", "fastbike-lowtraffic": "Rennrad (Routen mit wenig Verkehr)",
"hiking-beta": "Wandern (beta)", "hiking-mountain": "Wandern",
"moped": "Moped", "moped": "Moped",
"rail": "Eisenbahn", "rail": "Eisenbahn",
"river": "Fluss", "river": "Fluss",
@ -199,6 +213,14 @@
}, },
"profile-tooltip": "\n({{key}} Taste zum Umschalten)" "profile-tooltip": "\n({{key}} Taste zum Umschalten)"
}, },
"searchfav": {
"addfavorite": "Als Favorit hinzufügen",
"ask_removeall": "Alle Suchfavoriten löschen?",
"export": "Favoriten in Datei exportieren",
"import": "Favoriten aus Datei importieren",
"openfavorites": "Favoritenliste öffnen",
"removeall": "Alle Favoriten löschen"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {
@ -216,7 +238,7 @@
"tooltip": "Route analysieren" "tooltip": "Route analysieren"
}, },
"customize-profile": { "customize-profile": {
"title": "Profil personalisieren", "title": "Profil anpassen",
"tooltip": "Profil anpassen" "tooltip": "Profil anpassen"
}, },
"data": { "data": {

View file

@ -4,9 +4,9 @@
"bug-reports-back": "server / backend, routing engine, Android app, profiles, brouter.de site", "bug-reports-back": "server / backend, routing engine, Android app, profiles, brouter.de site",
"bug-reports-front": "web client / frontend.", "bug-reports-front": "web client / frontend.",
"chat": "Chat with users and developers", "chat": "Chat with users and developers",
"contact": "Contact:", "contact": "Kontakto:",
"contact-language": "Preferred language is English, as we have both international contributors and users.", "contact-language": "Preferita lingvo estas la angla, ĉar ni havas ambaŭ internaciajn kontribuantojn kaj uzantojn.",
"data": "Data:", "data": "Datumoj:",
"data-description": "This is based on <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. It is usually updated daily, see dates of <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">data files</a>.", "data-description": "This is based on <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. It is usually updated daily, see dates of <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">data files</a>.",
"description": "Online service of the BRouter routing engine. For the offline Android app and more information see <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>", "description": "Online service of the BRouter routing engine. For the offline Android app and more information see <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>",
"details": "<i><a href=\"{{privacyPolicyUrl}}\" target=\"_blank\">Privacy Policy</a></i>, \n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">Credits</a></i>,\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">Changelog</a></i> and\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">more info</a></i> on the client.", "details": "<i><a href=\"{{privacyPolicyUrl}}\" target=\"_blank\">Privacy Policy</a></i>, \n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">Credits</a></i>,\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">Changelog</a></i> and\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">more info</a></i> on the client.",
@ -21,12 +21,12 @@
"elevation-data": "Elevation data", "elevation-data": "Elevation data",
"esri-license": "<a target=\"_blank\" href=\"http://goto.arcgisonline.com/maps/World_Imagery\">World Imagery</a> &copy; <a target=\"_blank\" href=\"https://www.esri.com/\">Esri</a>, sources: Esri, DigitalGlobe, Earthstar Geographics, CNES/Airbus DS, GeoEye, USDA FSA, USGS, Getmapping, Aerogrid, IGN, IGP, and the GIS User Community", "esri-license": "<a target=\"_blank\" href=\"http://goto.arcgisonline.com/maps/World_Imagery\">World Imagery</a> &copy; <a target=\"_blank\" href=\"https://www.esri.com/\">Esri</a>, sources: Esri, DigitalGlobe, Earthstar Geographics, CNES/Airbus DS, GeoEye, USDA FSA, USGS, Getmapping, Aerogrid, IGN, IGP, and the GIS User Community",
"esri-tiles": "Esri World Imagery", "esri-tiles": "Esri World Imagery",
"map-data": "Map data", "map-data": "Mapaj Datumoj",
"map-tiles": "Map tiles", "map-tiles": "Mapaj kaheloj",
"nominatim": "Search by <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>", "nominatim": "Serĉu per <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>",
"openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >OpenStreetMap contributors</a> under <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>", "openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >OpenStreetMap contributors</a> under <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>",
"pois": "Locations (POIs): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "pois": "Locations (POIs): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>",
"title": "Credits" "title": "Kreditoj"
}, },
"export": { "export": {
"format": "Format", "format": "Format",
@ -34,38 +34,39 @@
"format_geojson": "GeoJSON", "format_geojson": "GeoJSON",
"format_gpx": "GPX", "format_gpx": "GPX",
"format_kml": "KML", "format_kml": "KML",
"include": "Include", "include": "Inkluzivi",
"include_waypoints": "Waypoints", "include_waypoints": "Vojpunktoj",
"route-from-to": "{{from}} → {{to}} ({{distance}} km)", "route-from-to": "{{from}} → {{to}} ({{distance}} km)",
"route-loop": "{{from}} ({{distance}} km)", "route-loop": "{{from}} ({{distance}} km)",
"title": "Export route", "title": "Eksporti Itinero",
"trackname": "Nomo" "trackname": "Nomo"
}, },
"footer": { "footer": {
"ascend": "Ascend", "ascend": "Ascend",
"cost": "Cost", "beeline-warning": "Warning: no data for straight lines, values interpolated",
"cost": "Kosto",
"distance": "Distanco", "distance": "Distanco",
"elevation-chart": "Toggle elevation chart", "elevation-chart": "Toggle elevation chart",
"energy-per-100km": "Energy per 100 km", "energy-per-100km": "Energio po 100 km",
"hours": "horoj", "hours": "horoj",
"hours-abbrev": "h", "hours-abbrev": "h",
"kilometer": "kilometroj", "kilometer": "kilometroj",
"kilometer-abbrev": "km", "kilometer-abbrev": "km",
"kilowatthour": "kilovathoroj", "kilowatthour": "kilovathoroj",
"kilowatthour-abbrev": "kWh", "kilowatthour-abbrev": "kWh",
"mean-cost-factor": "Mean cost factor", "mean-cost-factor": "Meza kosta faktoro",
"meter": "metroj", "meter": "metroj",
"meter-abbrev": "m", "meter-abbrev": "m",
"no-elevation-data": "No elevation data available for this route.", "no-elevation-data": "Neniuj altecaj datumoj haveblaj por ĉi tiu itinero.",
"plain-ascend": "Plain ascend", "plain-ascend": "Plain ascend",
"stats-info": "Start drawing a route to get stats.", "stats-info": "Komencu desegni itineron por akiri statistikojn.",
"total-energy": "Total Energy", "total-energy": "Tuta energio",
"travel-time": "Travel time" "travel-time": "Vojaĝtempo"
}, },
"keyboard": { "keyboard": {
"backspace": "Backspace", "backspace": "Backspace",
"escape": "Escape", "escape": "Escape",
"generic-shortcut": "{{action}} ({{key}} key)", "generic-shortcut": "{{action}} ({{key}} klavo)",
"shift": "Shift" "shift": "Shift"
}, },
"layers": { "layers": {
@ -84,6 +85,16 @@
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Default properties", "defaultProperties": "Default properties",
"error": {
"invalid-default-nogo-radius": "Invalid default nogo radius.",
"invalid-nogo-buffering-radius": "Invalid nogo buffering radius.",
"loading-file-error": "Could not load file: {{err}}.",
"loading-file-too-big": "Too many nogo areas in this file! Please simplify the geometry and/or reduce the number of zones.",
"loading-file-unexpected": "Unexpected error when loading this file.",
"missing-default-nogo-weight": "Missing default nogo weight.",
"missing-file-url": "Missing file or URL.",
"no-valid-area": "No valid area found in provided input."
},
"file": "File (.geojson)", "file": "File (.geojson)",
"load": "Load", "load": "Load",
"nogoBuffer": "Buffer no-go areas (in meters)", "nogoBuffer": "Buffer no-go areas (in meters)",
@ -98,8 +109,8 @@
"attribution-osm-short": "OpenStreetMap", "attribution-osm-short": "OpenStreetMap",
"clear-route": "Clear route data", "clear-route": "Clear route data",
"copyright": "Copyright", "copyright": "Copyright",
"cycling": "Cycling", "cycling": "Biciklado",
"delete-last-point": "Delete last point", "delete-last-point": "Forigi lastan punkton",
"delete-nogo-areas": "Delete all no-go areas", "delete-nogo-areas": "Delete all no-go areas",
"delete-pois": "Delete all points of interest", "delete-pois": "Delete all points of interest",
"delete-route": "Delete route", "delete-route": "Delete route",
@ -113,7 +124,7 @@
"geocoder": "Search", "geocoder": "Search",
"geocoder-placeholder": "Search…", "geocoder-placeholder": "Search…",
"hikebike-hillshading": "Hillshading", "hikebike-hillshading": "Hillshading",
"hiking": "Hiking", "hiking": "Migrado",
"layer": { "layer": {
"bing": "Bing Aerial", "bing": "Bing Aerial",
"cycle": "OpenCycleMap (Thunderf.)", "cycle": "OpenCycleMap (Thunderf.)",
@ -125,70 +136,73 @@
"osm": "OpenStreetMap", "osm": "OpenStreetMap",
"osmde": "OpenStreetMap.de", "osmde": "OpenStreetMap.de",
"outdoors": "Outdoors (Thunderforest)", "outdoors": "Outdoors (Thunderforest)",
"route-quality": "Route quality coding", "route-quality": "Itinerkvalita kodado",
"stamen-terrain": "Terrain (Stamen)", "stamen-terrain": "Terrain (Stamen)",
"strava-segments": "Strava segments", "strava-segments": "Strava segments",
"topo": "OpenTopoMap" "topo": "OpenTopoMap"
}, },
"loading": "Loading…", "loading": "Ŝarĝante...",
"locate-me": "Show me where I am", "locate-me": "Show me where I am",
"nogo": { "nogo": {
"cancel": "Cancel drawing no-go area", "cancel": "Cancel drawing no-go area",
"click-drag": "Click and drag to draw circle", "click-drag": "Click and drag to draw circle",
"draw": "Draw circular no-go area", "draw": "Draw circular no-go area",
"edit": "Click to edit", "edit": "Alklaku por redakti",
"help": "&square; = move / resize, <span class=\"fa fa-trash-o\"></span> = delete,<br>click circle to quit editing" "help": "&square; = move / resize, <span class=\"fa fa-trash-o\"></span> = delete,<br>click circle to quit editing"
}, },
"not-applicable-here": "not applicable here", "not-applicable-here": "ne aplikebla ĉi tie",
"opacity-slider": "Set transparency of route track and markers", "opacity-slider": "Set transparency of route track and markers",
"opacity-slider-shortcut": "{{action}}\n(Hold {{key}} key to mute temporarily)", "opacity-slider-shortcut": "{{action}}\n(Hold {{key}} key to mute temporarily)",
"preview": "Antaŭvidi", "preview": "Antaŭvidi",
"privacy": "Privacy", "privacy": "Privateco",
"reverse-route": "Reverse route", "reverse-route": "Inversa itinero",
"route-quality-altitude": "Altitude coding", "route-quality-altitude": "Altitude coding",
"route-quality-cost": "Cost coding", "route-quality-cost": "Cost coding",
"route-quality-incline": "Incline coding", "route-quality-incline": "Incline coding",
"route-quality-shortcut": "{{action}} ({{key}} key to toggle)", "route-quality-shortcut": "{{action}} ({{key}} key to toggle)",
"route-tooltip-segment": "Drag to create a new waypoint", "route-tooltip-segment": "Drag to create a new waypoint. Click to toggle straight line.",
"route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.", "route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.",
"strava-biking": "Show Strava biking segments", "strava-biking": "Show Strava biking segments",
"strava-running": "Show Strava running segments", "strava-running": "Show Strava running segments",
"strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)", "strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)",
"toggle-beeline": "Toggle straight line",
"zoomInTitle": "Pligrandigi", "zoomInTitle": "Pligrandigi",
"zoomOutTitle": "Malgrandigi" "zoomOutTitle": "Malgrandigi"
}, },
"modal": { "modal": {
"close": "Fermi"}, "close": "Fermi",
"or": ""
},
"navbar": { "navbar": {
"about": "Pri", "about": "Pri",
"alternative": { "alternative": {
"first": "1st alternative", "first": "1-a alternativo",
"original": "Original", "original": "Originala",
"second": "2nd alternative", "second": "2-a alternativo",
"third": "3rd alternative" "third": "3-a alternativo"
}, },
"export": "Export", "export": "Eksporti",
"export-tooltip": "Export route", "export-tooltip": "Eksporti itineron",
"load": { "load": {
"nogos": "Load no-go areas", "nogos": "Load no-go areas",
"title": "Load", "title": "Load",
"tooltip": "{{tracksAction}} ({{tracksKey}} key)\n{{trackAsRouteAction}} ({{trackAsRouteKey}})\n{{nogosAction}} ({{nogosKey}})", "tooltip": "{{tracksAction}} ({{tracksKey}} klavo)\n{{trackAsRouteAction}} ({{trackAsRouteKey}})\n{{nogosAction}} ({{nogosKey}})",
"tracks": "Load tracks" "tracks": "Ŝarĝaj spuroj"
}, },
"profile": { "profile": {
"car-eco": "Car (economic)", "car-eco": "Aŭto (ekonomia)",
"car-fast": "Car (fast)", "car-fast": "Aŭto (rapida)",
"car-test": "Car (test)", "car-test": "Aŭto (testo)",
"custom": "Custom", "custom": "Propra",
"fastbike": "Fastbike", "fastbike": "Rapidbicikla",
"fastbike-asia-pacific": "Fastbike (Asia Pacific)", "fastbike-asia-pacific": "Rapidbicikla (Azia Pacifiko)",
"fastbike-lowtraffic": "Fastbike (low traffic)", "fastbike-lowtraffic": "Rapidbicikla (malalta trafiko)",
"hiking-beta": "Hiking (beta)", "hiking-mountain": "Migrado",
"moped": "Moped", "moped": "Moped",
"rail": "Rail", "rail": "Fervojo",
"river": "River", "river": "Rivero",
"safety": "Safety", "safety": "Sekureco",
"shortest": "Shortest", "shortest": "Plej mallonga",
"trekking": "Trekking bike", "trekking": "Trekking bike",
"trekking-ignore-cr": "Trekking bike (ignore cycle routes)", "trekking-ignore-cr": "Trekking bike (ignore cycle routes)",
"trekking-noferries": "Trekking bike (no ferries)", "trekking-noferries": "Trekking bike (no ferries)",
@ -197,31 +211,39 @@
"vm-forum-liegerad-schnell": "Recumbent bike (fast)", "vm-forum-liegerad-schnell": "Recumbent bike (fast)",
"vm-forum-velomobil-schnell": "Velomobile (fast)" "vm-forum-velomobil-schnell": "Velomobile (fast)"
}, },
"profile-tooltip": "\n({{key}} key to switch)" "profile-tooltip": "\n({{key}} klavo por ŝanĝi)"
},
"searchfav": {
"addfavorite": "Aldoni kiel plej ŝatata",
"ask_removeall": "Do you want to delete all search favorites?",
"export": "export favorites to file",
"import": "import favorites from file",
"openfavorites": "open favorite list",
"removeall": "delete all favorites"
}, },
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {
"highway": "Highway", "highway": "Vojo",
"smoothness": "Smoothness", "smoothness": "Glateco",
"surface": "Surface" "surface": "Surfaco"
}, },
"table": { "table": {
"category": "Category", "category": "Kategorio",
"length": "Length", "length": "Longeco",
"total_known": "Total Known:", "total_known": "Entute konata:",
"unknown": "Unknown" "unknown": "Nekonata"
}, },
"title": "Analysis", "title": "Analizo",
"tooltip": "Analyse route" "tooltip": "Analizi itineron"
}, },
"customize-profile": { "customize-profile": {
"title": "Customize profile", "title": "Customize profile",
"tooltip": "Customize profile" "tooltip": "Customize profile"
}, },
"data": { "data": {
"sync-map": "Synchronize map", "sync-map": "Sinkronigi mapon",
"title": "Data", "title": "Datumoj",
"tooltip": "Show detailed route data table" "tooltip": "Show detailed route data table"
}, },
"itinerary": { "itinerary": {
@ -236,9 +258,9 @@
"europe-monolingual": "Europe monolingual", "europe-monolingual": "Europe monolingual",
"overlays": "Tegiloj", "overlays": "Tegiloj",
"overpass": "Locations (POIs)", "overpass": "Locations (POIs)",
"worldwide": "Worldwide", "worldwide": "Tutmonde",
"worldwide-international": "Worldwide international", "worldwide-international": "Tutmonda Internacia",
"worldwide-monolingual": "Worldwide monolingual" "worldwide-monolingual": "Tutmonde Monolingva"
}, },
"collapse": "Collapse all", "collapse": "Collapse all",
"custom-layers": "Custom layers", "custom-layers": "Custom layers",
@ -252,7 +274,7 @@
"URL": "URL/Query", "URL": "URL/Query",
"empty": "No custom layer configured yet.", "empty": "No custom layer configured yet.",
"name": "Nomo", "name": "Nomo",
"type": "Type", "type": "Tipo",
"type_layer": "Layer", "type_layer": "Layer",
"type_overlay": "Overlay", "type_overlay": "Overlay",
"type_overpass_query": "Overpass Query" "type_overpass_query": "Overpass Query"
@ -262,12 +284,12 @@
}, },
"profile": { "profile": {
"apply": "Apply", "apply": "Apply",
"clear": "Clear", "clear": "Klari",
"help": "Helpo", "help": "Helpo",
"no_easy_configuration_warning": "No easy configuration is available for this profile.", "no_easy_configuration_warning": "No easy configuration is available for this profile.",
"options": "Options", "options": "Agordoj",
"placeholder": "Write your custom profile here.", "placeholder": "Write your custom profile here.",
"profile": "Profile" "profile": "Profilo"
}, },
"tab-tooltip": "{{action}}\n({{toggleKey}} key to toggle, {{switchKey}} to switch to next tab)" "tab-tooltip": "{{action}}\n({{toggleKey}} key to toggle, {{switchKey}} to switch to next tab)"
}, },

View file

@ -43,6 +43,7 @@
}, },
"footer": { "footer": {
"ascend": "Ascensión", "ascend": "Ascensión",
"beeline-warning": "Warning: no data for straight lines, values interpolated",
"cost": "Costo", "cost": "Costo",
"distance": "Distancia", "distance": "Distancia",
"elevation-chart": "Alternar gráfico de elevación", "elevation-chart": "Alternar gráfico de elevación",
@ -84,6 +85,16 @@
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Propiedades por defecto", "defaultProperties": "Propiedades por defecto",
"error": {
"invalid-default-nogo-radius": "Invalid default nogo radius.",
"invalid-nogo-buffering-radius": "Invalid nogo buffering radius.",
"loading-file-error": "Could not load file: {{err}}.",
"loading-file-too-big": "Too many nogo areas in this file! Please simplify the geometry and/or reduce the number of zones.",
"loading-file-unexpected": "Unexpected error when loading this file.",
"missing-default-nogo-weight": "Missing default nogo weight.",
"missing-file-url": "Missing file or URL.",
"no-valid-area": "No valid area found in provided input."
},
"file": "Archivo (.geojson)", "file": "Archivo (.geojson)",
"load": "Cargar", "load": "Cargar",
"nogoBuffer": "Buffer de áreas prohibidas (en metros)", "nogoBuffer": "Buffer de áreas prohibidas (en metros)",
@ -149,16 +160,19 @@
"route-quality-cost": "Codificación de costos", "route-quality-cost": "Codificación de costos",
"route-quality-incline": "Codificación de inclinación", "route-quality-incline": "Codificación de inclinación",
"route-quality-shortcut": "{{action}} (tecla {{key}} para alternar)", "route-quality-shortcut": "{{action}} (tecla {{key}} para alternar)",
"route-tooltip-segment": "Arrastre para crear un nuevo waypoint", "route-tooltip-segment": "Drag to create a new waypoint. Click to toggle straight line.",
"route-tooltip-waypoint": "Waypoint. Arrastre para mover; Haga clic para eliminar.", "route-tooltip-waypoint": "Waypoint. Arrastre para mover; Haga clic para eliminar.",
"strava-biking": "Mostrar segmentos de ciclismo de Strava", "strava-biking": "Mostrar segmentos de ciclismo de Strava",
"strava-running": "Mostrar segmentos de carrera de Strava", "strava-running": "Mostrar segmentos de carrera de Strava",
"strava-shortcut": "{{action}}\n(tecla {{key}} para alternar la capa, haga clic para volver a cargar el área actual)", "strava-shortcut": "{{action}}\n(tecla {{key}} para alternar la capa, haga clic para volver a cargar el área actual)",
"toggle-beeline": "Toggle straight line",
"zoomInTitle": "Acercarse", "zoomInTitle": "Acercarse",
"zoomOutTitle": "Alejarse" "zoomOutTitle": "Alejarse"
}, },
"modal": { "modal": {
"close": "Cerrar"}, "close": "Cerrar",
"or": ""
},
"navbar": { "navbar": {
"about": "Acerca de", "about": "Acerca de",
"alternative": { "alternative": {
@ -183,7 +197,7 @@
"fastbike": "Fastbike", "fastbike": "Fastbike",
"fastbike-asia-pacific": "Fastbike (Asia Pacífico)", "fastbike-asia-pacific": "Fastbike (Asia Pacífico)",
"fastbike-lowtraffic": "Fastbike (poco tráfico)", "fastbike-lowtraffic": "Fastbike (poco tráfico)",
"hiking-beta": "Senderismo (beta)", "hiking-mountain": "Senderismo",
"moped": "Ciclomotor", "moped": "Ciclomotor",
"rail": "Ferrocarril", "rail": "Ferrocarril",
"river": "Fluvial", "river": "Fluvial",
@ -199,6 +213,14 @@
}, },
"profile-tooltip": "\n(tecla {{key}} para cambiar)" "profile-tooltip": "\n(tecla {{key}} para cambiar)"
}, },
"searchfav": {
"addfavorite": "add as favorite",
"ask_removeall": "Do you want to delete all search favorites?",
"export": "export favorites to file",
"import": "import favorites from file",
"openfavorites": "open favorite list",
"removeall": "delete all favorites"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {

View file

@ -43,6 +43,7 @@
}, },
"footer": { "footer": {
"ascend": "Ascensión", "ascend": "Ascensión",
"beeline-warning": "Warning: no data for straight lines, values interpolated",
"cost": "Coste", "cost": "Coste",
"distance": "Distancia", "distance": "Distancia",
"elevation-chart": "Toggle elevation chart", "elevation-chart": "Toggle elevation chart",
@ -84,6 +85,16 @@
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Propiedades por defecto", "defaultProperties": "Propiedades por defecto",
"error": {
"invalid-default-nogo-radius": "Invalid default nogo radius.",
"invalid-nogo-buffering-radius": "Invalid nogo buffering radius.",
"loading-file-error": "Could not load file: {{err}}.",
"loading-file-too-big": "Too many nogo areas in this file! Please simplify the geometry and/or reduce the number of zones.",
"loading-file-unexpected": "Unexpected error when loading this file.",
"missing-default-nogo-weight": "Missing default nogo weight.",
"missing-file-url": "Missing file or URL.",
"no-valid-area": "No valid area found in provided input."
},
"file": "File (.geojson)", "file": "File (.geojson)",
"load": "Cargar", "load": "Cargar",
"nogoBuffer": "Buffer no-go areas (in meters)", "nogoBuffer": "Buffer no-go areas (in meters)",
@ -149,16 +160,19 @@
"route-quality-cost": "Codificación de costos", "route-quality-cost": "Codificación de costos",
"route-quality-incline": "Codificación de inclinación", "route-quality-incline": "Codificación de inclinación",
"route-quality-shortcut": "{{action}} ({{key}} key to toggle)", "route-quality-shortcut": "{{action}} ({{key}} key to toggle)",
"route-tooltip-segment": "Drag to create a new waypoint", "route-tooltip-segment": "Drag to create a new waypoint. Click to toggle straight line.",
"route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.", "route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.",
"strava-biking": "Mostrar segmentos de ciclismo de Strava", "strava-biking": "Mostrar segmentos de ciclismo de Strava",
"strava-running": "Mostrar segmentos de carrera de Strava", "strava-running": "Mostrar segmentos de carrera de Strava",
"strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)", "strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)",
"toggle-beeline": "Toggle straight line",
"zoomInTitle": "Acercarse", "zoomInTitle": "Acercarse",
"zoomOutTitle": "Alejarse" "zoomOutTitle": "Alejarse"
}, },
"modal": { "modal": {
"close": "Cerrar"}, "close": "Cerrar",
"or": ""
},
"navbar": { "navbar": {
"about": "Acerca de", "about": "Acerca de",
"alternative": { "alternative": {
@ -183,7 +197,7 @@
"fastbike": "Fastbike", "fastbike": "Fastbike",
"fastbike-asia-pacific": "Fastbike (Asia Pacífico)", "fastbike-asia-pacific": "Fastbike (Asia Pacífico)",
"fastbike-lowtraffic": "Fastbike (poco tráfico)", "fastbike-lowtraffic": "Fastbike (poco tráfico)",
"hiking-beta": "Senderismo (beta)", "hiking-mountain": "Senderismo",
"moped": "Ciclomotor", "moped": "Ciclomotor",
"rail": "Ferrocarril", "rail": "Ferrocarril",
"river": "Fluvial", "river": "Fluvial",
@ -199,6 +213,14 @@
}, },
"profile-tooltip": "\n({{key}} key to switch)" "profile-tooltip": "\n({{key}} key to switch)"
}, },
"searchfav": {
"addfavorite": "add as favorite",
"ask_removeall": "Do you want to delete all search favorites?",
"export": "export favorites to file",
"import": "import favorites from file",
"openfavorites": "open favorite list",
"removeall": "delete all favorites"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {

View file

@ -1,164 +1,178 @@
{ {
"about": { "about": {
"bug-reports": "گزارش اشکال و درخواست ویژگی:", "bug-reports": "گزارش اشکال و درخواست ویژگی:",
"bug-reports-back": "سرور/سمت سرور، موتور مسیریابی، برنامه اندرویدی، پروفایل‌ها ، سایت brouter.de", "bug-reports-back": "سرور/سمت سرور، موتور مسیریابی، برنامه اندروید، پروفایل‌ها، سایت brouter.de",
"bug-reports-front": "web client / frontend.", "bug-reports-front": "سرویس گیرنده وب / frontend.",
"chat": "با کاربران و توسعه‌دهندگان گپ بزنید", "chat": "با کاربران و توسعه‌دهندگان گپ بزنید",
"contact": "Contact:", "contact": "تماس",
"contact-language": "Preferred language is English, as we have both international contributors and users.", "contact-language": "زبان مورد علاقه انگلیسی است، زیرا ما همکاران بین المللی داریم و هم کاربران.",
"data": "داده:", "data": "داده:",
"data-description": "This is based on <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. It is usually updated daily, see dates of <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">data files</a>.", "data-description": "این بر اساس <a href=\"https://www.openstreetmap.org\" target=\"_blank\">اوپن‌استریت‌مپ </a>است. معمولاً روزانه به روز می شود، تاریخ <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">فایل های داده</a> را ببینید.",
"description": "Online service of the BRouter routing engine. For the offline Android app and more information see <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>", "description": "سرویس آنلاین موتور مسیریابی BRouter. برای برنامه آفلاین اندروید و اطلاعات بیشتر به <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a> مراجعه کنید",
"details": "<i><a href=\"{{privacyPolicyUrl}}\" target=\"_blank\">Privacy Policy</a></i>, \n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">Credits</a></i>,\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">Changelog</a></i> and\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">more info</a></i> on the client.", "details": "<i><a href=\"{{privacyPolicyUrl}}\" target=\"_blank\">سیاست حفظ حریم خصوصی</a></i>, \n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">اعتبار</a></i>,\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">تغییرات</a></i> و\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">اطلاعات بیشتر</a></i> درمورد مشتری.",
"support": "General discussions/questions, support", "support": "بحثها/سوالات عمومی، پشتیبانی",
"title": "About", "title": "درباره",
"tooltip": "Show more information about BRouter-Web" "tooltip": "نمایش اطلاعات بیشتر در مورد BRouter-Web"
}, },
"credits": { "credits": {
"boundaries": "Administrative Boundaries: <a href=\"https://osm-boundaries.com\" target=\"_blank\">OSM-Boundaries</a>, <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "boundaries": "مرزهای اداری: <a href=\"https://osm-boundaries.com\" target=\"_blank\"> OSM-Boundaries</a> ، <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\"> Overpass API</a>",
"brouter": "BRouter", "brouter": "BRouter",
"brouter-license": "<a target=\"_blank\" href=\"https://brouter.de/brouter\">BRouter</a> &copy; Arndt Brenschede", "brouter-license": "<a target=\"_blank\" href=\"https://brouter.de/brouter\">BRouter</a> &کپی; Arndt Brenschede",
"elevation-data": "Elevation data", "elevation-data": "داده های ارتفاع",
"esri-license": "<a target=\"_blank\" href=\"http://goto.arcgisonline.com/maps/World_Imagery\">World Imagery</a> &copy; <a target=\"_blank\" href=\"https://www.esri.com/\">Esri</a>, sources: Esri, DigitalGlobe, Earthstar Geographics, CNES/Airbus DS, GeoEye, USDA FSA, USGS, Getmapping, Aerogrid, IGN, IGP, and the GIS User Community", "esri-license": "<a target=\"_blank\" href=\"http://goto.arcgisonline.com/maps/World_Imagery\">World Imagery</a> &copy; <a target=\"_blank\" href=\"https://www.esri.com/\">Esri</a>, sources: Esri, DigitalGlobe, Earthstar Geographics, CNES/Airbus DS, GeoEye, USDA FSA, USGS, Getmapping, Aerogrid, IGN, IGP, and the GIS User Community",
"esri-tiles": "Esri World Imagery", "esri-tiles": "Esri World Imagery",
"map-data": "Map data", "map-data": "داده های نقشه",
"map-tiles": "Map tiles", "map-tiles": "کاشی های نقشه",
"nominatim": "Search by <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>", "nominatim": "جستجو براساس <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">نام </a>",
"openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >OpenStreetMap contributors</a> under <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>", "openstreetmap": "و کپی؛ <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >مشارکت کنندگان اوپن‌استریت‌مپ</a> تحت <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" > ODbL </a>",
"pois": "Locations (POIs): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "pois": "Locations (POIs): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>",
"title": "Credits" "title": "اعتبار"
}, },
"export": { "export": {
"format": "Format", "format": "قالب",
"format_csv": "CSV", "format_csv": "CSV",
"format_geojson": "GeoJSON", "format_geojson": "GeoJSON",
"format_gpx": "GPX", "format_gpx": "GPX",
"format_kml": "KML", "format_kml": "KML",
"include": "Include", "include": "شامل",
"include_waypoints": "Waypoints", "include_waypoints": "نقاط راه",
"route-from-to": "{{from}} -> {{to}} ({{distance}}km)", "route-from-to": "{{from}} -> {{to}} ({{distance}}کیلومتر)",
"route-loop": "{{from}} ({{distance}}km)", "route-loop": "{{from}} ({{distance}}کیلومتر)",
"title": "Export route", "title": "مسیر صادرات",
"trackname": "Name" "trackname": "نام"
}, },
"footer": { "footer": {
"ascend": "Ascend", "ascend": "صعود",
"cost": "Cost", "beeline-warning": "هشدار: هیچ داده‌ای برای خطوط مستقیم وجود ندارد، مقادیر درون‌یابی شده‌اند",
"distance": "Distance", "cost": "هزینه",
"elevation-chart": "Toggle elevation chart", "distance": "مسافت",
"energy-per-100km": "Energy per 100 km", "elevation-chart": "تغییر وضعیت نمودار ارتفاع",
"hours": "hours", "energy-per-100km": "انرژی در هر 100 کیلومتر",
"hours": "ساعت",
"hours-abbrev": "h", "hours-abbrev": "h",
"kilometer": "kilometers", "kilometer": "کیلومتر",
"kilometer-abbrev": "km", "kilometer-abbrev": "کیلومتر",
"kilowatthour": "kilowatt hours", "kilowatthour": "کیلووات ساعت",
"kilowatthour-abbrev": "kWh", "kilowatthour-abbrev": "kWh",
"mean-cost-factor": "Mean cost factor", "mean-cost-factor": "ضریب میانگین هزینه",
"meter": "meters", "meter": "متر",
"meter-abbrev": "m", "meter-abbrev": "متر",
"no-elevation-data": "No elevation data available for this route.", "no-elevation-data": "اطلاعات ارتفاع برای این مسیر در دسترس نیست.",
"plain-ascend": "Plain ascend", "plain-ascend": "صعود ساده",
"stats-info": "Start drawing a route to get stats.", "stats-info": "شروع به کشیدن یک مسیر برای دریافت آمار کنید.",
"total-energy": "Total Energy", "total-energy": "انرژی کل",
"travel-time": "Travel time" "travel-time": "زمان سفر"
}, },
"keyboard": { "keyboard": {
"backspace": "Backspace", "backspace": "فضای پشتی",
"escape": "Escape", "escape": "گریز",
"generic-shortcut": "{{action}} ({{key}} key)", "generic-shortcut": "{{action}} ({{key}} کلید)",
"shift": "Shift" "shift": "انتقال/تغییر مکان"
}, },
"layers": { "layers": {
"add-base": "Add base layer", "add-base": "لایه پایه را اضافه کنید",
"add-overlay": "Add overlay", "add-overlay": "اضافه‌کردن پوشش",
"add-overpass": "Add overpass query", "add-overpass": "اضافه‌کردن درخواست روگذر",
"custom-layer-name-helptext": "ex: OpenStreetMap", "custom-layer-name-helptext": "مثال: اوپن‌استریت‌مپ",
"custom-layer-name-label": "Custom layer name", "custom-layer-name-label": "نام لایه سفارشی",
"custom-layer-url-helptext-normal": "URL for normal layers, ex: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", "custom-layer-url-helptext-normal": "آدرس اینترنتی برای لایه‌های معمولی، به عنوان مثال: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
"custom-layer-url-helptext-overpass": "Overpass Query, ex: nwr[shop]['diet:vegan']['diet:vegan'!=no];", "custom-layer-url-helptext-overpass": "جستجوی روگذر، مثال: nwr[shop]['diet:vegan']['diet:vegan'!=no];",
"custom-layer-url-label": "Custom layer URL/Query", "custom-layer-url-label": "آدرس اینترنتی/کوئری لایه سفارشی",
"customize": "Customize layers", "customize": "سفارشی کردن لایه‌ها",
"opacity-slider": "Opacity slider", "opacity-slider": "نوار لغزنده شفافیت",
"overpass-loading-indicator": "Running Overpass API query ...", "overpass-loading-indicator": "در حال اجرای درخواست API Overpass...",
"remove-selection": "Remove selection" "remove-selection": "حذف انتخاب"
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Default properties", "defaultProperties": "ویژگی‌های پیش‌فرض",
"file": "File (.geojson)", "error": {
"load": "Load", "invalid-default-nogo-radius": "شعاع nogo پیش‌فرض نامعتبر است.",
"nogoBuffer": "Buffer no-go areas (in meters)", "invalid-nogo-buffering-radius": "شعاع بافر nogo نامعتبر است.",
"nogoRadius": "No-go radius for points (in meters)", "loading-file-error": "فایل بارگیری نشد: {{err}} .",
"nogoWeight": "No-go weight (-1 means impassable)", "loading-file-too-big": "مناطق nogo زیادی در این فایل وجود دارد! لطفاً هندسه را ساده کنید و یا تعداد مناطق را کاهش دهید.",
"source": "Source", "loading-file-unexpected": "خطای غیرمنتظره هنگام بارگیری این فایل.",
"title": "Load no-go areas", "missing-default-nogo-weight": "فاقد وزن پیش‌فرض nogo.",
"url": "URL" "missing-file-url": "فایل یا نشانی وب موجود نیست.",
"no-valid-area": "در ورودی ارائه شده منطقه معتبری یافت نشد."
},
"file": "فایل (.geojson)",
"load": "بارگذاری",
"nogoBuffer": "مناطق ممنوعه بافر (بر حسب متر)",
"nogoRadius": "شعاع ممنوعه برای نقاط (بر حسب متر)",
"nogoWeight": "وزن ممنوع (-1 به معنی غیر قابل عبور است)",
"source": "منبع",
"title": "مناطق ممنوعه را بارگیری کنید",
"url": "آدرس اینترنتی"
}, },
"map": { "map": {
"attribution-osm-long": "OpenStreetMap contributors", "attribution-osm-long": "مشارکت کنندگان اوپن‌استریت‌مپ",
"attribution-osm-short": "OpenStreetMap", "attribution-osm-short": "اوپن‌استریت‌مپ",
"clear-route": "Clear route data", "clear-route": "پاک کردن داده های مسیر",
"copyright": "Copyright", "copyright": "کپی رایت",
"cycling": "Cycling", "cycling": "دوچرخه‌سواری",
"delete-last-point": "Delete last point", "delete-last-point": "آخرین نقطه را حذف کنید",
"delete-nogo-areas": "Delete all no-go areas", "delete-nogo-areas": "تمام مناطق ممنوعه را حذف کنید",
"delete-pois": "Delete all points of interest", "delete-pois": "همه نقاط مورد علاقه را حذف کنید",
"delete-route": "Delete route", "delete-route": "حذف مسیر",
"draw-circlego-start": "Draw limited go-to zone", "draw-circlego-start": "منطقه رفت و برگشت محدود را ترسیم کنید",
"draw-circlego-stop": "Stop drawing limited go-to zone", "draw-circlego-stop": "ترسیم منطقه دسترسی محدود را متوقف کنید",
"draw-poi-start": "Draw points of interest", "draw-poi-start": "نقاط مورد علاقه را ترسیم کنید",
"draw-poi-stop": "Stop drawing points of interest", "draw-poi-stop": "ترسیم نقاط مورد علاقه را متوقف کنید",
"draw-route-start": "Draw route", "draw-route-start": "رسم مسیر",
"draw-route-stop": "Stop drawing route", "draw-route-stop": "رسم راه را متوقف کنید",
"enter-poi-name": "Enter Point of Interest name", "enter-poi-name": "نام نقطه مورد علاقه را وارد کنید",
"geocoder": "Search", "geocoder": "جستجو",
"geocoder-placeholder": "Search…", "geocoder-placeholder": "جستجو...",
"hikebike-hillshading": "Hillshading", "hikebike-hillshading": "سایه زنی",
"hiking": "Hiking", "hiking": "کوه‌نوردی",
"layer": { "layer": {
"bing": "Bing Aerial", "bing": "Bing Aerial",
"cycle": "OpenCycleMap (Thunderf.)", "cycle": "OpenCycleMap (Thunderf.)",
"cycling": "Cycling (Waymarked Trails)", "cycling": "دوچرخه‌سواری (مسیرهای مشخص شده)",
"digitalglobe": "DigitalGlobe Recent Imagery", "digitalglobe": "تصاویر اخیر DigitalGlobe",
"esri": "Esri World Imagery", "esri": "Esri World Imagery",
"hikebike-hillshading": "Hillshading (Hike & Bike Map)", "hikebike-hillshading": "تپه‌ها (نقشه پیاده‌روی و دوچرخه‌سواری)",
"hiking": "Hiking (Waymarked Trails)", "hiking": "پیاده‌روی (مسیرهای علامت‌گذاری شده)",
"osm": "OpenStreetMap", "osm": "اوپن‌استریت‌مپ",
"osmde": "OpenStreetMap.de", "osmde": "OpenStreetMap.de",
"outdoors": "Outdoors (Thunderforest)", "outdoors": "در فضای باز (Thanderforest)",
"route-quality": "Route quality coding", "route-quality": "کدگذاری با کیفیت مسیر",
"stamen-terrain": "Terrain (Stamen)", "stamen-terrain": "زمین (منظومه شمسی)",
"strava-segments": "Strava segments", "strava-segments": "Strava segments",
"topo": "OpenTopoMap" "topo": "OpenTopoMap"
}, },
"loading": "Loading…", "loading": "بارگذاری…",
"locate-me": "Show me where I am", "locate-me": "به من نشان بده کجا هستم",
"nogo": { "nogo": {
"cancel": "Cancel drawing no-go area", "cancel": "طراحی منطقه ممنوعه را لغو کنید",
"click-drag": "Click and drag to draw circle", "click-drag": "برای رسم دایره کلیک کنید و بکشید",
"draw": "Draw circular no-go area", "draw": "منطقه ممنوعه دایره ای را رسم کنید",
"edit": "Click to edit", "edit": "برای ویرایش کلیک کنید",
"help": "&square; = move / resize, <span class=\"fa fa-trash-o\"></span> = delete,<br>click circle to quit editing" "help": "&مربع؛ = انتقال / تغییر اندازه، <span class=\"fa fa-trash-o\"></span> = حذف، <br> برای ترک ویرایش روی دایره کلیک کنید"
}, },
"not-applicable-here": "not applicable here", "not-applicable-here": "not applicable here",
"opacity-slider": "Set transparency of route track and markers", "opacity-slider": "Set transparency of route track and markers",
"opacity-slider-shortcut": "{{action}}\n(Hold {{key}} key to mute temporarily)", "opacity-slider-shortcut": "{{action}}\n(Hold {{key}} key to mute temporarily)",
"preview": "Preview", "preview": "پیش‌نمایش",
"privacy": "Privacy", "privacy": "حریم‌خصوصی",
"reverse-route": "Reverse route", "reverse-route": "مسیر معکوس",
"route-quality-altitude": "Altitude coding", "route-quality-altitude": "کدگذاری ارتفاع",
"route-quality-cost": "Cost coding", "route-quality-cost": "کدگذاری هزینه",
"route-quality-incline": "Incline coding", "route-quality-incline": "کدگذاری شیب",
"route-quality-shortcut": "{{action}} ({{key}} key to toggle)", "route-quality-shortcut": "{{action}} ({{key}} کلید تعویض)",
"route-tooltip-segment": "Drag to create a new waypoint", "route-tooltip-segment": "برای ایجاد یک ایستگاه، راه جدید بکشید. برای تغییر خط مستقیم کلیک کنید.",
"route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.", "route-tooltip-waypoint": "نقطه راه. برای حرکت دادن بکشید؛ برای حذف کلیک کنید.",
"strava-biking": "Show Strava biking segments", "strava-biking": "نمایش بخش‌های دوچرخه‌سواری Strava",
"strava-running": "Show Strava running segments", "strava-running": "نمایش بخش های در حال اجرا Strava",
"strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)", "strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)",
"toggle-beeline": "Toggle straight line",
"zoomInTitle": "Zoom in", "zoomInTitle": "Zoom in",
"zoomOutTitle": "Zoom out" "zoomOutTitle": "Zoom out"
}, },
"modal": { "modal": {
"close": "Close"}, "close": "Close",
"or": ""
},
"navbar": { "navbar": {
"about": "About", "about": "About",
"alternative": { "alternative": {
@ -176,19 +190,19 @@
"tracks": "Load tracks" "tracks": "Load tracks"
}, },
"profile": { "profile": {
"car-eco": "Car (economic)", "car-eco": "خودرو (اقتصادی)",
"car-fast": "Car (fast)", "car-fast": "خودرو (سریع)",
"car-test": "Car (test)", "car-test": "خودرو (تست)",
"custom": "Custom", "custom": "سفارشی",
"fastbike": "Fastbike", "fastbike": "دوچرخه سواری سریع",
"fastbike-asia-pacific": "Fastbike (Asia Pacific)", "fastbike-asia-pacific": "دوچرخه سواری سریع (آسیا و اقیانوسیه)",
"fastbike-lowtraffic": "Fastbike (low traffic)", "fastbike-lowtraffic": "دوچرخه سواری سریع (تردد کم)",
"hiking-beta": "Hiking (beta)", "hiking-mountain": "کوه‌نوردی",
"moped": "Moped", "moped": "Moped",
"rail": "Rail", "rail": "Rail",
"river": "River", "river": "رودخانه",
"safety": "Safety", "safety": "ایمنی",
"shortest": "Shortest", "shortest": "کوتاهترین",
"trekking": "Trekking bike", "trekking": "Trekking bike",
"trekking-ignore-cr": "Trekking bike (ignore cycle routes)", "trekking-ignore-cr": "Trekking bike (ignore cycle routes)",
"trekking-noferries": "Trekking bike (no ferries)", "trekking-noferries": "Trekking bike (no ferries)",
@ -197,77 +211,85 @@
"vm-forum-liegerad-schnell": "Recumbent bike (fast)", "vm-forum-liegerad-schnell": "Recumbent bike (fast)",
"vm-forum-velomobil-schnell": "Velomobile (fast)" "vm-forum-velomobil-schnell": "Velomobile (fast)"
}, },
"profile-tooltip": "\n({{key}} key to switch)" "profile-tooltip": "\n({{key}} کلید تغییر)"
},
"searchfav": {
"addfavorite": "add as favorite",
"ask_removeall": "Do you want to delete all search favorites?",
"export": "export favorites to file",
"import": "import favorites from file",
"openfavorites": "open favorite list",
"removeall": "delete all favorites"
}, },
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {
"highway": "Highway", "highway": "بزرگراه",
"smoothness": "Smoothness", "smoothness": "Smoothness",
"surface": "Surface" "surface": "سطح"
}, },
"table": { "table": {
"category": "Category", "category": "دسته بندی",
"length": "Length", "length": "طول",
"total_known": "Total Known:", "total_known": "مجموع شناخته شده:",
"unknown": "Unknown" "unknown": "ناشناخته"
}, },
"title": "Analysis", "title": "تحلیل و بررسی",
"tooltip": "Analyse route" "tooltip": "تجزیه و تحلیل مسیر"
}, },
"customize-profile": { "customize-profile": {
"title": "Customize profile", "title": "سفارشی کردن نمایه",
"tooltip": "Customize profile" "tooltip": "سفارشی کردن نمایه"
}, },
"data": { "data": {
"sync-map": "Synchronize map", "sync-map": "همگام سازی نقشه",
"title": "Data", "title": "دیتا",
"tooltip": "Show detailed route data table" "tooltip": "نمایش جدول داده های مسیر دقیق"
}, },
"itinerary": { "itinerary": {
"title": "Itinerary", "title": "برنامه سفر",
"tooltip": "Show itinerary" "tooltip": "نمایش برنامه سفر"
}, },
"layers": { "layers": {
"category": { "category": {
"base-layers": "Base layers", "base-layers": "لایه های پایه",
"country": "Country", "country": "کشور",
"europe": "Europe", "europe": "اروپا",
"europe-monolingual": "Europe monolingual", "europe-monolingual": "اروپا تک زبانه",
"overlays": "Overlays", "overlays": "پوشش ها",
"overpass": "Locations (POIs)", "overpass": "Locations (POIs)",
"worldwide": "Worldwide", "worldwide": "در سراسر جهان",
"worldwide-international": "Worldwide international", "worldwide-international": "بین المللی در سطح جهان",
"worldwide-monolingual": "Worldwide monolingual" "worldwide-monolingual": "در سراسر جهان تک زبانه"
}, },
"collapse": "Collapse all", "collapse": "همه را جمع کنید",
"custom-layers": "Custom layers", "custom-layers": "لایه های سفارشی",
"customize": "Add or remove custom layers", "customize": "اضافه یا حذف لایه های سفارشی",
"expand": "Expand all", "expand": "همه را گسترش دهید",
"optional": "Add or remove optional layers", "optional": "اضافه یا حذف لایه های اختیاری",
"optional-layers": "More", "optional-layers": "بیشتر",
"overlay-opacity": "Overlay transparency", "overlay-opacity": "Overlay transparency",
"overlay-opacity_plural": "Overlays transparency", "overlay-opacity_plural": "Overlays transparency",
"table": { "table": {
"URL": "URL/Query", "URL": "URL/Query",
"empty": "No custom layer configured yet.", "empty": "هنوز هیچ لایه سفارشی پیکربندی نشده است.",
"name": "Name", "name": "نام",
"type": "Type", "type": "نوع",
"type_layer": "Layer", "type_layer": "لایه",
"type_overlay": "Overlay", "type_overlay": "Overlay",
"type_overpass_query": "Overpass Query" "type_overpass_query": "Overpass Query"
}, },
"title": "Layers", "title": "لایه ها",
"tooltip": "Select layers" "tooltip": "لایه ها را انتخاب کنید"
}, },
"profile": { "profile": {
"apply": "Apply", "apply": "Apply",
"clear": "Clear", "clear": "Clear",
"help": "Help", "help": "Help",
"no_easy_configuration_warning": "No easy configuration is available for this profile.", "no_easy_configuration_warning": "No easy configuration is available for this profile.",
"options": "Options", "options": "گزینه ها",
"placeholder": "Write your custom profile here.", "placeholder": "مشخصات سفارشی خود را در اینجا بنویسید.",
"profile": "Profile" "profile": "مشخصات"
}, },
"tab-tooltip": "{{action}}\n({{toggleKey}} key to toggle, {{switchKey}} to switch to next tab)" "tab-tooltip": "{{action}}\n({{toggleKey}} key to toggle, {{switchKey}} to switch to next tab)"
}, },
@ -294,7 +316,7 @@
"strava-error": "Error getting Strava segments: {{error}}", "strava-error": "Error getting Strava segments: {{error}}",
"temporary-profile": "<strong>Note:</strong> Uploaded custom profiles are only cached temporarily on the server.<br/>Please save your edits to your local PC.", "temporary-profile": "<strong>Note:</strong> Uploaded custom profiles are only cached temporarily on the server.<br/>Please save your edits to your local PC.",
"tracks-load-error": "Error loading tracks: {{error}}", "tracks-load-error": "Error loading tracks: {{error}}",
"upload-error": "Upload error: {{error}}" "upload-error": "خطای بارگذاری: {{error}}"
}, },
"whatsnew": { "whatsnew": {
"new-version": "A new version was released since your last visit. Click <a href='.' data-toggle='modal' data-target='#whatsnew'>here</a> to see what's new!", "new-version": "A new version was released since your last visit. Click <a href='.' data-toggle='modal' data-target='#whatsnew'>here</a> to see what's new!",

View file

@ -1,6 +1,6 @@
{ {
"about": { "about": {
"bug-reports": "Rapporter un problème ou une amélioration:", "bug-reports": "Rapporter un problème ou suggérer une amélioration:",
"bug-reports-back": "serveur, moteur de routage, appli Android, profils, site brouter.de;", "bug-reports-back": "serveur, moteur de routage, appli Android, profils, site brouter.de;",
"bug-reports-front": "client web.", "bug-reports-front": "client web.",
"chat": "Discuter avec d'autres utilisateurs et développeurs ;", "chat": "Discuter avec d'autres utilisateurs et développeurs ;",
@ -43,6 +43,7 @@
}, },
"footer": { "footer": {
"ascend": "Dénivelé cumulé", "ascend": "Dénivelé cumulé",
"beeline-warning": "Attention : il n'y a pas de données pour les lignes directes, les données sont générées par interpolation",
"cost": "Coût", "cost": "Coût",
"distance": "Distance", "distance": "Distance",
"elevation-chart": "Inverser l'affichage du profil altimétrique", "elevation-chart": "Inverser l'affichage du profil altimétrique",
@ -84,6 +85,16 @@
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Propriétés par défaut", "defaultProperties": "Propriétés par défaut",
"error": {
"invalid-default-nogo-radius": "Rayon de zone interdite invalide",
"invalid-nogo-buffering-radius": "Rayon de buffer de zone interdite invalide",
"loading-file-error": "Chargement du fichier impossible : {{err}}",
"loading-file-too-big": "Trop de zones interdites dans ce fichier ! Veuillez simplifier la géométrie ou réduire le nombre de zones.",
"loading-file-unexpected": "Une erreur inattendue est survenue au chargement du fichier",
"missing-default-nogo-weight": "Poids par défaut de zone interdite manquant.",
"missing-file-url": "Fichier ou URL manquant",
"no-valid-area": "Pas de zone valide trouvée dans les données fournies."
},
"file": "Fichier (.geojson)", "file": "Fichier (.geojson)",
"load": "Charger", "load": "Charger",
"nogoBuffer": "Tampon des zones interdites (en mètres)", "nogoBuffer": "Tampon des zones interdites (en mètres)",
@ -149,16 +160,19 @@
"route-quality-cost": "Chiffrage du coût", "route-quality-cost": "Chiffrage du coût",
"route-quality-incline": "Chiffrage d'inclinaison", "route-quality-incline": "Chiffrage d'inclinaison",
"route-quality-shortcut": "{{action}} (touche {{key}} pour basculer)", "route-quality-shortcut": "{{action}} (touche {{key}} pour basculer)",
"route-tooltip-segment": "Laisser appuyer et déplacer pour ajouter un nouveau point de passage", "route-tooltip-segment": "Glisser-déplacer pour un nouveau point de passage. Cliquer pour basculer ligne directe.",
"route-tooltip-waypoint": "Point de passage. Laisser appuyer pour déplacer; cliquer pour supprimer.", "route-tooltip-waypoint": "Point de passage. Faire glisser pour déplacer; cliquer pour supprimer.",
"strava-biking": "Afficher les segments Strava vélo", "strava-biking": "Afficher les segments Strava vélo",
"strava-running": "Afficher les segments Strava à pied", "strava-running": "Afficher les segments Strava à pied",
"strava-shortcut": "{{action}}\n(touche {{key}} pour basculer de calque, cliquer pour recharger la zone actuelle)", "strava-shortcut": "{{action}}\n(touche {{key}} pour basculer de calque, cliquer pour recharger la zone actuelle)",
"toggle-beeline": "Bascule ligne directe",
"zoomInTitle": "Zoomer", "zoomInTitle": "Zoomer",
"zoomOutTitle": "Dézoomer" "zoomOutTitle": "Dézoomer"
}, },
"modal": { "modal": {
"close": "Fermer"}, "close": "Fermer",
"or": ""
},
"navbar": { "navbar": {
"about": "À propos", "about": "À propos",
"alternative": { "alternative": {
@ -183,7 +197,7 @@
"fastbike": "Vélo de route", "fastbike": "Vélo de route",
"fastbike-asia-pacific": "Vélo de route (Asie Pacifique)", "fastbike-asia-pacific": "Vélo de route (Asie Pacifique)",
"fastbike-lowtraffic": "Vélo de route (faible traffic)", "fastbike-lowtraffic": "Vélo de route (faible traffic)",
"hiking-beta": "Randonnée (beta)", "hiking-mountain": "Randonnée",
"moped": "Mobylette", "moped": "Mobylette",
"rail": "Train", "rail": "Train",
"river": "Fluvial", "river": "Fluvial",
@ -199,6 +213,14 @@
}, },
"profile-tooltip": "\n(touche {{key}} pour échanger)" "profile-tooltip": "\n(touche {{key}} pour échanger)"
}, },
"searchfav": {
"addfavorite": "Ajouter comme favori",
"ask_removeall": "Voulez-vous supprimer tous les favoris de recherche ?",
"export": "Exporter les favoris dans un fichier",
"import": "Importer un fichier de favoris",
"openfavorites": "ouvre liste favoris",
"removeall": "Supprimer tous les favoris"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {
@ -241,7 +263,7 @@
"worldwide-monolingual": "Mondial monolingue" "worldwide-monolingual": "Mondial monolingue"
}, },
"collapse": "Tout réduire", "collapse": "Tout réduire",
"custom-layers": "Calques personels", "custom-layers": "Calques personnels",
"customize": "Ajouter ou supprimer des calques", "customize": "Ajouter ou supprimer des calques",
"expand": "Tout ouvrir", "expand": "Tout ouvrir",
"optional": "Ajouter ou supprimer des calques optionnels", "optional": "Ajouter ou supprimer des calques optionnels",

View file

@ -43,6 +43,7 @@
}, },
"footer": { "footer": {
"ascend": "Ascend", "ascend": "Ascend",
"beeline-warning": "Warning: no data for straight lines, values interpolated",
"cost": "Cost", "cost": "Cost",
"distance": "Distance", "distance": "Distance",
"elevation-chart": "Toggle elevation chart", "elevation-chart": "Toggle elevation chart",
@ -84,6 +85,16 @@
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Default properties", "defaultProperties": "Default properties",
"error": {
"invalid-default-nogo-radius": "Invalid default nogo radius.",
"invalid-nogo-buffering-radius": "Invalid nogo buffering radius.",
"loading-file-error": "Could not load file: {{err}}.",
"loading-file-too-big": "Too many nogo areas in this file! Please simplify the geometry and/or reduce the number of zones.",
"loading-file-unexpected": "Unexpected error when loading this file.",
"missing-default-nogo-weight": "Missing default nogo weight.",
"missing-file-url": "Missing file or URL.",
"no-valid-area": "No valid area found in provided input."
},
"file": "File (.geojson)", "file": "File (.geojson)",
"load": "Load", "load": "Load",
"nogoBuffer": "Buffer no-go areas (in meters)", "nogoBuffer": "Buffer no-go areas (in meters)",
@ -149,16 +160,19 @@
"route-quality-cost": "Cost coding", "route-quality-cost": "Cost coding",
"route-quality-incline": "Incline coding", "route-quality-incline": "Incline coding",
"route-quality-shortcut": "{{action}} ({{key}} key to toggle)", "route-quality-shortcut": "{{action}} ({{key}} key to toggle)",
"route-tooltip-segment": "Drag to create a new waypoint", "route-tooltip-segment": "Drag to create a new waypoint. Click to toggle straight line.",
"route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.", "route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.",
"strava-biking": "Show Strava biking segments", "strava-biking": "Show Strava biking segments",
"strava-running": "Show Strava running segments", "strava-running": "Show Strava running segments",
"strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)", "strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)",
"toggle-beeline": "Toggle straight line",
"zoomInTitle": "Zoom in", "zoomInTitle": "Zoom in",
"zoomOutTitle": "Zoom out" "zoomOutTitle": "Zoom out"
}, },
"modal": { "modal": {
"close": "Close"}, "close": "Close",
"or": ""
},
"navbar": { "navbar": {
"about": "About", "about": "About",
"alternative": { "alternative": {
@ -183,7 +197,7 @@
"fastbike": "Fastbike", "fastbike": "Fastbike",
"fastbike-asia-pacific": "Fastbike (Asia Pacific)", "fastbike-asia-pacific": "Fastbike (Asia Pacific)",
"fastbike-lowtraffic": "Fastbike (low traffic)", "fastbike-lowtraffic": "Fastbike (low traffic)",
"hiking-beta": "Hiking (beta)", "hiking-mountain": "Hiking",
"moped": "Moped", "moped": "Moped",
"rail": "Rail", "rail": "Rail",
"river": "River", "river": "River",
@ -199,6 +213,14 @@
}, },
"profile-tooltip": "\n({{key}} key to switch)" "profile-tooltip": "\n({{key}} key to switch)"
}, },
"searchfav": {
"addfavorite": "add as favorite",
"ask_removeall": "Do you want to delete all search favorites?",
"export": "export favorites to file",
"import": "import favorites from file",
"openfavorites": "open favorite list",
"removeall": "delete all favorites"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {

View file

@ -25,7 +25,7 @@
"map-tiles": "Map tiles", "map-tiles": "Map tiles",
"nominatim": "Keresés: <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>", "nominatim": "Keresés: <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>",
"openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >OpenStreetMap közreműködők</a>, <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a> licenc szerint", "openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >OpenStreetMap közreműködők</a>, <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a> licenc szerint",
"pois": "Locations (POIs): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "pois": "Helyek (érdekes pontok): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overapass API</a>",
"title": "Alkotók" "title": "Alkotók"
}, },
"export": { "export": {
@ -34,7 +34,7 @@
"format_geojson": "GeoJSON", "format_geojson": "GeoJSON",
"format_gpx": "GPX", "format_gpx": "GPX",
"format_kml": "KML", "format_kml": "KML",
"include": "Belefoglalás", "include": "Tartalmazza:",
"include_waypoints": "Útpontok", "include_waypoints": "Útpontok",
"route-from-to": "{{from}} -> {{to}} ({{distance}} km)", "route-from-to": "{{from}} -> {{to}} ({{distance}} km)",
"route-loop": "{{from}} ({{distance}} km)", "route-loop": "{{from}} ({{distance}} km)",
@ -43,6 +43,7 @@
}, },
"footer": { "footer": {
"ascend": "Összes szintkülönbség", "ascend": "Összes szintkülönbség",
"beeline-warning": "Figyelmeztetés: az egyenes vonalaknál nincs adat, az értékek interpolálva vannak.",
"cost": "Ráfordítás", "cost": "Ráfordítás",
"distance": "Távolság", "distance": "Távolság",
"elevation-chart": "Magassági grafikon be-/kikapcsolása", "elevation-chart": "Magassági grafikon be-/kikapcsolása",
@ -70,12 +71,12 @@
}, },
"layers": { "layers": {
"add-base": "Alapréteg hozzáadása", "add-base": "Alapréteg hozzáadása",
"add-overlay": "Rátétréteg hozzáadása", "add-overlay": "Fedőréteg hozzáadása",
"add-overpass": "Overpass-lekérdezés hozzáadása", "add-overpass": "Overpass-lekérdezés hozzáadása",
"custom-layer-name-helptext": "ex: OpenStreetMap", "custom-layer-name-helptext": "ex: OpenStreetMap",
"custom-layer-name-label": "Egyéni réteg neve", "custom-layer-name-label": "Egyéni réteg neve",
"custom-layer-url-helptext-normal": "URL for normal layers, ex: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", "custom-layer-url-helptext-normal": "URL normál rétegekhez, ex: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
"custom-layer-url-helptext-overpass": "Overpass Query, ex: nwr[shop]['diet:vegan']['diet:vegan'!=no];", "custom-layer-url-helptext-overpass": "Overpass lekérdezés, ex: nwr[shop]['diet:vegan']['diet:vegan'!=no];",
"custom-layer-url-label": "Egyéni réteg URL-je/lekérdezése", "custom-layer-url-label": "Egyéni réteg URL-je/lekérdezése",
"customize": "Rétegek személyre szabása", "customize": "Rétegek személyre szabása",
"opacity-slider": "Átlátszósági csúszka", "opacity-slider": "Átlátszósági csúszka",
@ -84,11 +85,21 @@
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Alapértelmezett tulajdonságok", "defaultProperties": "Alapértelmezett tulajdonságok",
"error": {
"invalid-default-nogo-radius": "Érvénytelen az elkerülendő terület sugara.",
"invalid-nogo-buffering-radius": "Érvénytelen az elkerülendő terület körül pufferzóna sugara.",
"loading-file-error": "Nem sikerült betölteni ezt a fájlt: {{err}}.",
"loading-file-too-big": "Túl sok az elkerülendő terület a fájlban. Egyszerűsítse az alakjukat és/vagy csökkentse a számukat.",
"loading-file-unexpected": "Váratlan hiba történt a fájl betöltésekor.",
"missing-default-nogo-weight": "Hiányzik az elkerülendő terület súlyozása.",
"missing-file-url": "Hiányzó fájl vagy URL.",
"no-valid-area": "A megadott bemenetben nem található érvényes terület."
},
"file": "Fájl (.geojson)", "file": "Fájl (.geojson)",
"load": "Betöltés", "load": "Betöltés",
"nogoBuffer": "Buffer no-go areas (in meters)", "nogoBuffer": "Elkerülendő terület körüli pufferzóna (méter)",
"nogoRadius": "No-go radius for points (in meters)", "nogoRadius": "Elkerülendő terület sugara pont körül (méter)",
"nogoWeight": "No-go weight (-1 means impassable)", "nogoWeight": "Elkerülendő terület súlyozása (1 = járhatatlan)",
"source": "Forrás", "source": "Forrás",
"title": "Elkerülendő területek betöltése", "title": "Elkerülendő területek betöltése",
"url": "URL" "url": "URL"
@ -149,16 +160,19 @@
"route-quality-cost": "Ráfordítás kódolása", "route-quality-cost": "Ráfordítás kódolása",
"route-quality-incline": "Lejtés kódolása", "route-quality-incline": "Lejtés kódolása",
"route-quality-shortcut": "{{action}} (be-/kikapcsolás: {{key}} billentyű)", "route-quality-shortcut": "{{action}} (be-/kikapcsolás: {{key}} billentyű)",
"route-tooltip-segment": "Húzza el új útpont létrehozásához", "route-tooltip-segment": "Húzza el új útpont létrehozásához. Kattintson az egyenes vonalra való átkapcsoláshoz.",
"route-tooltip-waypoint": "Útpont: mozgatáshoz húzza el, eltávolításhoz kattintson rá.", "route-tooltip-waypoint": "Útpont: mozgatáshoz húzza el, eltávolításhoz kattintson rá.",
"strava-biking": "Strava motoros útvonalszakaszok megjelenítése", "strava-biking": "Strava motoros útvonalszakaszok megjelenítése",
"strava-running": "Strava futó útvonalszakaszok megjelenítése", "strava-running": "Strava futó útvonalszakaszok megjelenítése",
"strava-shortcut": "{{action}}\n({{key}} billentyű a réteg be-/kikapcsolásához, kattintás az adott terület újratöltéséhez)", "strava-shortcut": "{{action}}\n({{key}} billentyű a réteg be-/kikapcsolásához, kattintás az adott terület újratöltéséhez)",
"toggle-beeline": "Egyenes vonal bekapcsolása",
"zoomInTitle": "Nagyítás", "zoomInTitle": "Nagyítás",
"zoomOutTitle": "Kicsinyítés" "zoomOutTitle": "Kicsinyítés"
}, },
"modal": { "modal": {
"close": "Bezárás"}, "close": "Bezárás",
"or": ""
},
"navbar": { "navbar": {
"about": "Névjegy", "about": "Névjegy",
"alternative": { "alternative": {
@ -183,7 +197,7 @@
"fastbike": "Versenykerékpár", "fastbike": "Versenykerékpár",
"fastbike-asia-pacific": "Versenykerékpár (ázsiai-csendes-óceáni térség)", "fastbike-asia-pacific": "Versenykerékpár (ázsiai-csendes-óceáni térség)",
"fastbike-lowtraffic": "Versenykerékpár (kis forgalom)", "fastbike-lowtraffic": "Versenykerékpár (kis forgalom)",
"hiking-beta": "Túrázás (béta)", "hiking-mountain": "Túrázás",
"moped": "Robogó", "moped": "Robogó",
"rail": "Vasút", "rail": "Vasút",
"river": "Hajózás", "river": "Hajózás",
@ -199,6 +213,14 @@
}, },
"profile-tooltip": "\n({{key}} billentyűvel váltás)" "profile-tooltip": "\n({{key}} billentyűvel váltás)"
}, },
"searchfav": {
"addfavorite": "hozzáadás kedvencként",
"ask_removeall": "Törölni szeretné az összes keresési kedvencet?",
"export": "kedvencek exportálásba fájlba",
"import": "kedvencek importálása fájlból",
"openfavorites": "kedvencek listájának megnyitása",
"removeall": "az összes kedvenc törlése"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {
@ -234,8 +256,8 @@
"country": "Ország", "country": "Ország",
"europe": "Európa", "europe": "Európa",
"europe-monolingual": "Európa (egynyelvű)", "europe-monolingual": "Európa (egynyelvű)",
"overlays": "Rátétrétegek", "overlays": "Fedőrétegek",
"overpass": "Locations (POIs)", "overpass": "Helyek (érdekes pontok)",
"worldwide": "Világ", "worldwide": "Világ",
"worldwide-international": "Világ (nemzetközi)", "worldwide-international": "Világ (nemzetközi)",
"worldwide-monolingual": "Világ (egynyelvű)" "worldwide-monolingual": "Világ (egynyelvű)"
@ -246,15 +268,15 @@
"expand": "Minden kibontása", "expand": "Minden kibontása",
"optional": "Rétegek hozzáadása vagy eltávolítása", "optional": "Rétegek hozzáadása vagy eltávolítása",
"optional-layers": "Több", "optional-layers": "Több",
"overlay-opacity": "Rátétréteg átlászósága", "overlay-opacity": "Fedőréteg átlászósága",
"overlay-opacity_plural": "Rátétrétegek átlátszósága", "overlay-opacity_plural": "Fedőrétegek átlátszósága",
"table": { "table": {
"URL": "URL/lekérdezés", "URL": "URL/lekérdezés",
"empty": "Még nincs beállítva egyedi réteg", "empty": "Még nincs beállítva egyedi réteg",
"name": "Név", "name": "Név",
"type": "Típus", "type": "Típus",
"type_layer": "Réteg", "type_layer": "Réteg",
"type_overlay": "Rátétréteg", "type_overlay": "Fedőréteg",
"type_overpass_query": "Overpass-lekérdezés" "type_overpass_query": "Overpass-lekérdezés"
}, },
"title": "Rétegek", "title": "Rétegek",
@ -277,7 +299,7 @@
"explainpoi": "(útpontok megjelenítése érdekes pontként [POI-ként])", "explainpoi": "(útpontok megjelenítése érdekes pontként [POI-ként])",
"explaintracklayer": "(nyomvonal megjelenítés különálló rétegként)", "explaintracklayer": "(nyomvonal megjelenítés különálló rétegként)",
"file": "Nyomvonalfájl", "file": "Nyomvonalfájl",
"fuzziness": "Fuzziness", "fuzziness": "Homályosság",
"pleasewait": "Kérjük, várjon", "pleasewait": "Kérjük, várjon",
"showpois": "Érdekes pontok (POI-k)", "showpois": "Érdekes pontok (POI-k)",
"title": "Nyomvonal betöltése útvonalként", "title": "Nyomvonal betöltése útvonalként",

View file

@ -43,6 +43,7 @@
}, },
"footer": { "footer": {
"ascend": "Uppsöfnuð hækkun", "ascend": "Uppsöfnuð hækkun",
"beeline-warning": "Warning: no data for straight lines, values interpolated",
"cost": "Kostnaður", "cost": "Kostnaður",
"distance": "Vegalengd", "distance": "Vegalengd",
"elevation-chart": "Toggle elevation chart", "elevation-chart": "Toggle elevation chart",
@ -84,6 +85,16 @@
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Sjálfgefnir eiginleikar", "defaultProperties": "Sjálfgefnir eiginleikar",
"error": {
"invalid-default-nogo-radius": "Invalid default nogo radius.",
"invalid-nogo-buffering-radius": "Invalid nogo buffering radius.",
"loading-file-error": "Could not load file: {{err}}.",
"loading-file-too-big": "Too many nogo areas in this file! Please simplify the geometry and/or reduce the number of zones.",
"loading-file-unexpected": "Unexpected error when loading this file.",
"missing-default-nogo-weight": "Missing default nogo weight.",
"missing-file-url": "Missing file or URL.",
"no-valid-area": "No valid area found in provided input."
},
"file": "File (.geojson)", "file": "File (.geojson)",
"load": "Hlaða", "load": "Hlaða",
"nogoBuffer": "Buffer no-go areas (in meters)", "nogoBuffer": "Buffer no-go areas (in meters)",
@ -149,16 +160,19 @@
"route-quality-cost": "Kóði fyrir kostnað", "route-quality-cost": "Kóði fyrir kostnað",
"route-quality-incline": "Kóði fyrir halla", "route-quality-incline": "Kóði fyrir halla",
"route-quality-shortcut": "{{action}} ({{key}} key to toggle)", "route-quality-shortcut": "{{action}} ({{key}} key to toggle)",
"route-tooltip-segment": "Drag to create a new waypoint", "route-tooltip-segment": "Drag to create a new waypoint. Click to toggle straight line.",
"route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.", "route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.",
"strava-biking": "Sýna Strava hjólabúta", "strava-biking": "Sýna Strava hjólabúta",
"strava-running": "Sýna Strava hlaupabúta", "strava-running": "Sýna Strava hlaupabúta",
"strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)", "strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)",
"toggle-beeline": "Toggle straight line",
"zoomInTitle": "Renna að", "zoomInTitle": "Renna að",
"zoomOutTitle": "Renna frá" "zoomOutTitle": "Renna frá"
}, },
"modal": { "modal": {
"close": "Loka"}, "close": "Loka",
"or": ""
},
"navbar": { "navbar": {
"about": "Um hugbúnaðinn", "about": "Um hugbúnaðinn",
"alternative": { "alternative": {
@ -183,7 +197,7 @@
"fastbike": "Hröð hjól (fastbike)", "fastbike": "Hröð hjól (fastbike)",
"fastbike-asia-pacific": "Hröð hjól (fastbike - Kyrrahafs-Asía)", "fastbike-asia-pacific": "Hröð hjól (fastbike - Kyrrahafs-Asía)",
"fastbike-lowtraffic": "Hröð hjól (fastbike - lítil umferð)", "fastbike-lowtraffic": "Hröð hjól (fastbike - lítil umferð)",
"hiking-beta": "Gangandi (prufuútgáfa)", "hiking-mountain": "Gangandi",
"moped": "Skellinöðrur", "moped": "Skellinöðrur",
"rail": "Lestir", "rail": "Lestir",
"river": "Á", "river": "Á",
@ -199,6 +213,14 @@
}, },
"profile-tooltip": "\n({{key}} key to switch)" "profile-tooltip": "\n({{key}} key to switch)"
}, },
"searchfav": {
"addfavorite": "add as favorite",
"ask_removeall": "Do you want to delete all search favorites?",
"export": "export favorites to file",
"import": "import favorites from file",
"openfavorites": "open favorite list",
"removeall": "delete all favorites"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {

View file

@ -4,29 +4,29 @@
"bug-reports-back": "server / backend, motore di routing, app Android, profili, sito brouter.de", "bug-reports-back": "server / backend, motore di routing, app Android, profili, sito brouter.de",
"bug-reports-front": "web client / frontend.", "bug-reports-front": "web client / frontend.",
"chat": "Chat con utenti e sviluppatori", "chat": "Chat con utenti e sviluppatori",
"contact": "Contatto:", "contact": "Contatti:",
"contact-language": "Lingua preferita è l'inglese, dato che abbiamo utilizzatori e contribuenti internazionali entrambi.", "contact-language": "La lingua preferita è l'inglese, dato che abbiamo sia utilizzatori che contributori internazionali.",
"data": "Dati:", "data": "Dati:",
"data-description": "Questo è basato su <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. Di solito è aggiornato quotidianamente, veda la data dei <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">data files</a>.", "data-description": "Basato su <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. Di solito viene aggiornato quotidianamente, leggi la data dei <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">file dati</a>.",
"description": "Servizio online del motore di routing BRouter. Per l'app Android offline ed altri informazioni veda <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>", "description": "Servizio online del motore di routing BRouter. Per l'app Android offline ed altri informazioni vedere <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>",
"details": "<i><a href=\"{{privacyPolicyUrl}}\" target=\"_blank\">Informativa sulla privacy</a></i>, \n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">Credits</a></i>,\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">Changelog</a></i> ed\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">altre info</a></i> sul client.", "details": "<i><a href=\"{{privacyPolicyUrl}}\" target=\"_blank\">Informativa sulla privacy</a></i>, \n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">Ringraziamenti</a></i>,\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">Changelog</a></i> ed\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">altre info</a></i> sul client.",
"support": "Discussioni/domande generali, assistenza", "support": "Discussioni/domande generali, assistenza",
"title": "A proposito", "title": "Informazioni",
"tooltip": "Mostra più informazioni su BRouter-Web" "tooltip": "Mostra più informazioni su BRouter-Web"
}, },
"credits": { "credits": {
"boundaries": "Limiti amministrativi: <a href=\"https://osm-boundaries.com\" target=\"_blank\">OSM-Boundaries</a>, <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "boundaries": "Confini amministrativi: <a href=\"https://osm-boundaries.com\" target=\"_blank\">OSM-Boundaries</a>, <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>",
"brouter": "BRouter", "brouter": "BRouter",
"brouter-license": "<a target=\"_blank\" href=\"https://brouter.de/brouter\">BRouter</a> &copy; Arndt Brenschede", "brouter-license": "<a target=\"_blank\" href=\"https://brouter.de/brouter\">BRouter</a> &copy; Arndt Brenschede",
"elevation-data": "Dati d'elevazione", "elevation-data": "Dati d'elevazione",
"esri-license": "<a target=\"_blank\" href=\"http://goto.arcgisonline.com/maps/World_Imagery\">World Imagery</a> &copy; <a target=\"_blank\" href=\"https://www.esri.com/\">Esri</a>, fonti: Esri, DigitalGlobe, Earthstar Geographics, CNES/Airbus DS, GeoEye, USDA FSA, USGS, Getmapping, Aerogrid, IGN, IGP, e la communità d'utilizzatori GIS", "esri-license": "<a target=\"_blank\" href=\"http://goto.arcgisonline.com/maps/World_Imagery\">World Imagery</a> &copy; <a target=\"_blank\" href=\"https://www.esri.com/\">Esri</a>, fonti: Esri, DigitalGlobe, Earthstar Geographics, CNES/Airbus DS, GeoEye, USDA FSA, USGS, Getmapping, Aerogrid, IGN, IGP, e la comunità di utilizzatori GIS",
"esri-tiles": "Esri World Imagery", "esri-tiles": "Esri World Imagery",
"map-data": "Dati mappa", "map-data": "Dati mappa",
"map-tiles": "Sezioni di mappa", "map-tiles": "Sezioni di mappa",
"nominatim": "Ricerca con <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>", "nominatim": "Ricerca con <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>",
"openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >OpenStreetMap contributors</a> in <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>", "openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >contributori OpenStreetMap</a> in <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>",
"pois": "Posizioni (PDI): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "pois": "Posizioni (PDI): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>",
"title": "Credits" "title": "Ringraziamenti"
}, },
"export": { "export": {
"format": "Formato", "format": "Formato",
@ -34,21 +34,22 @@
"format_geojson": "GeoJSON", "format_geojson": "GeoJSON",
"format_gpx": "GPX", "format_gpx": "GPX",
"format_kml": "KML", "format_kml": "KML",
"include": "Incluso", "include": "Includi",
"include_waypoints": "Waypoints", "include_waypoints": "Waypoint",
"route-from-to": "{{from}} -> {{to}} ({{distance}}km)", "route-from-to": "{{from}} -> {{to}} ({{distance}}km)",
"route-loop": "{{from}} ({{distance}}km)", "route-loop": "{{from}} ({{distance}}km)",
"title": "Esporta percorso", "title": "Esporta percorso",
"trackname": "Nome" "trackname": "Nome"
}, },
"footer": { "footer": {
"ascend": "Dislivello", "ascend": "Dislivello complessivo",
"beeline-warning": "Avvertimento: nessun dato per linee rette, valori interpolati.",
"cost": "Costo", "cost": "Costo",
"distance": "Distanza", "distance": "Distanza",
"elevation-chart": "mostra/nascondi scheda altimetrica", "elevation-chart": "mostra/nascondi scheda altimetrica",
"energy-per-100km": "Energia per 100 km", "energy-per-100km": "Energia per 100 km",
"hours": "ore", "hours": "ore",
"hours-abbrev": "h", "hours-abbrev": "o",
"kilometer": "chilometri", "kilometer": "chilometri",
"kilometer-abbrev": "km", "kilometer-abbrev": "km",
"kilowatthour": "chilowattora", "kilowatthour": "chilowattora",
@ -57,7 +58,7 @@
"meter": "metri", "meter": "metri",
"meter-abbrev": "m", "meter-abbrev": "m",
"no-elevation-data": "Nessuna elevazione disponibile per questo tragitto.", "no-elevation-data": "Nessuna elevazione disponibile per questo tragitto.",
"plain-ascend": "Salita leggera", "plain-ascend": "Differenza di quota",
"stats-info": "Crea un percorso per ottenere statistiche", "stats-info": "Crea un percorso per ottenere statistiche",
"total-energy": "Energia totale", "total-energy": "Energia totale",
"travel-time": "Tempo di percorso" "travel-time": "Tempo di percorso"
@ -69,21 +70,31 @@
"shift": "Shift/Maiusc" "shift": "Shift/Maiusc"
}, },
"layers": { "layers": {
"add-base": "Aggungi mappa di base", "add-base": "Aggungi livello di base",
"add-overlay": "Aggungi sovvraposizione", "add-overlay": "Aggungi sovvraposizione",
"add-overpass": "Aggiungi richiesta overpass", "add-overpass": "Aggiungi richiesta overpass",
"custom-layer-name-helptext": "ad es.: OpenStreetMap", "custom-layer-name-helptext": "ad es.: OpenStreetMap",
"custom-layer-name-label": "nome livello personalizzato", "custom-layer-name-label": "nome livello personalizzato",
"custom-layer-url-helptext-normal": "URL per livelli normali, ad es.: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", "custom-layer-url-helptext-normal": "URL per livelli normali, ad es.: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
"custom-layer-url-helptext-overpass": "Richiesta Overpass, ad es.: nwr[shop]['diet:vegan']['diet:vegan'!=no];", "custom-layer-url-helptext-overpass": "Richiesta Overpass, ad es.: nwr[shop]['diet:vegan']['diet:vegan'!=no];",
"custom-layer-url-label": "Livello URL/Richiesta personalizzato", "custom-layer-url-label": " URL/Richiesta livello personalizzato",
"customize": "Personalizza i layer", "customize": "Personalizza i livelli",
"opacity-slider": "Barra di scorrimento per l'opacità", "opacity-slider": "Barra di scorrimento per l'opacità",
"overpass-loading-indicator": "Esecuzione della richiesta alle API Overpass…", "overpass-loading-indicator": "Esecuzione della richiesta alle API Overpass…",
"remove-selection": "Annulla selezione" "remove-selection": "Annulla selezione"
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Proprietà di default", "defaultProperties": "Proprietà di default",
"error": {
"invalid-default-nogo-radius": "Raggio nogo predefinito non valido.",
"invalid-nogo-buffering-radius": "Raggio cuscinetto del nogo non valido.",
"loading-file-error": "Impossibile caricare il file: {{err}}.",
"loading-file-too-big": "Troppe zone a nogo in questo file! Per favore semplifica la geometria e/o riduci il numero di zone.",
"loading-file-unexpected": "Errore inatteso durante il caricamento di questo file.",
"missing-default-nogo-weight": "Peso nogo di default mancante.",
"missing-file-url": "File o URL mancante.",
"no-valid-area": "Nessuna area valida trovata nell'input fornito."
},
"file": "File (.geojson)", "file": "File (.geojson)",
"load": "Carica", "load": "Carica",
"nogoBuffer": "Cuscinetto delle aree vietate (in metri)", "nogoBuffer": "Cuscinetto delle aree vietate (in metri)",
@ -125,18 +136,18 @@
"osm": "OpenStreetMap", "osm": "OpenStreetMap",
"osmde": "OpenStreetMap.de", "osmde": "OpenStreetMap.de",
"outdoors": "Outdoor (Thunderforest)", "outdoors": "Outdoor (Thunderforest)",
"route-quality": "Codificazione qualità percorso", "route-quality": "Codifica la qualità percorso",
"stamen-terrain": "Terreno (Stamen)", "stamen-terrain": "Terreno (Stamen)",
"strava-segments": "Segmenti Strava", "strava-segments": "Segmenti Strava",
"topo": "OpenTopoMap" "topo": "OpenTopoMap"
}, },
"loading": "Caricando...", "loading": "Caricamento…",
"locate-me": "Dove sono?", "locate-me": "Dove sono?",
"nogo": { "nogo": {
"cancel": "Annula aggiunta zona no-go", "cancel": "Annula aggiunta zona no-go",
"click-drag": "Clicca e trascina per creare un cerchio", "click-drag": "Clicca e trascina per creare un cerchio",
"draw": "Crea zona no-go rotonda", "draw": "Crea zona no-go rotonda",
"edit": "Clicca per modifiche", "edit": "Clicca per modificare",
"help": "&square; = sposta / ridimensiona, <span class=\"fa fa-trash-o\"></span> = cancella, <br>clicca cerchio per finire le modifiche" "help": "&square; = sposta / ridimensiona, <span class=\"fa fa-trash-o\"></span> = cancella, <br>clicca cerchio per finire le modifiche"
}, },
"not-applicable-here": "non applicabile qui", "not-applicable-here": "non applicabile qui",
@ -144,23 +155,26 @@
"opacity-slider-shortcut": "{{action}}\n(Tieni premuto il tasto {{key}} per disattivare temporaneamente)", "opacity-slider-shortcut": "{{action}}\n(Tieni premuto il tasto {{key}} per disattivare temporaneamente)",
"preview": "Anteprima", "preview": "Anteprima",
"privacy": "Privacy", "privacy": "Privacy",
"reverse-route": "Invertire il percorso", "reverse-route": "Inverti il percorso",
"route-quality-altitude": "Codificazione altimetrica", "route-quality-altitude": "Codifica altimetrica",
"route-quality-cost": "Codificazione costo", "route-quality-cost": "Codifica del costo",
"route-quality-incline": "Codificazione pendenza", "route-quality-incline": "Codifica della pendenza",
"route-quality-shortcut": "{{action}} (tasto {{key}} per dis-/attivare)", "route-quality-shortcut": "{{action}} (tasto {{key}} per dis-/attivare)",
"route-tooltip-segment": "Trascina per creare un nuovo waypoint", "route-tooltip-segment": "Trascina per creare nuovo waypoint. Clicca per dis-/attivare linea retta.",
"route-tooltip-waypoint": "Waypoint. Trascina per spostarlo. Clicca per rimuoverlo.", "route-tooltip-waypoint": "Waypoint. Trascina per spostarlo. Clicca per rimuoverlo.",
"strava-biking": "Visualizza segmenti Strava bici", "strava-biking": "Visualizza segmenti Strava bici",
"strava-running": "Visualizza segmenti Strava corsa", "strava-running": "Visualizza segmenti Strava corsa",
"strava-shortcut": "{{action}}\n(tasto {{key}} per dis-/attivare layer, clicca per ricarichare la zona in vista)", "strava-shortcut": "{{action}}\n(tasto {{key}} per dis-/attivare livelli, clicca per ricarichare la zona in vista)",
"zoomInTitle": "Aumenta Zoom", "toggle-beeline": "Dis-/attiva linea retta",
"zoomOutTitle": "Zoom indietro" "zoomInTitle": "Aumenta zoom",
"zoomOutTitle": "Diminuisci zoom"
}, },
"modal": { "modal": {
"close": "Chiudi"}, "close": "Chiudi",
"or": ""
},
"navbar": { "navbar": {
"about": "A proposito", "about": "Informazioni",
"alternative": { "alternative": {
"first": "1ª alternativa", "first": "1ª alternativa",
"original": "Originale", "original": "Originale",
@ -173,7 +187,7 @@
"nogos": "Carica zone no-go", "nogos": "Carica zone no-go",
"title": "Carica", "title": "Carica",
"tooltip": "{{tracksAction}} (tasto {{tracksKey}})\n{{trackAsRouteAction}} ({{trackAsRouteKey}})\n{{nogosAction}} ({{nogosKey}})", "tooltip": "{{tracksAction}} (tasto {{tracksKey}})\n{{trackAsRouteAction}} ({{trackAsRouteKey}})\n{{nogosAction}} ({{nogosKey}})",
"tracks": "Carica traccie" "tracks": "Carica tracce"
}, },
"profile": { "profile": {
"car-eco": "Automobile (economico)", "car-eco": "Automobile (economico)",
@ -183,10 +197,10 @@
"fastbike": "Bici da corsa", "fastbike": "Bici da corsa",
"fastbike-asia-pacific": "Bici da corsa (Asia Pacific)", "fastbike-asia-pacific": "Bici da corsa (Asia Pacific)",
"fastbike-lowtraffic": "Bici da corsa (poco traffico)", "fastbike-lowtraffic": "Bici da corsa (poco traffico)",
"hiking-beta": "Escursionismo (beta)", "hiking-mountain": "Escursionismo",
"moped": "Ciclomotore", "moped": "Ciclomotore",
"rail": "Treno", "rail": "Treno",
"river": "Fiume", "river": "Fluviale",
"safety": "Sicuro = evita traffico", "safety": "Sicuro = evita traffico",
"shortest": "Il più corto", "shortest": "Il più corto",
"trekking": "Bici trekking", "trekking": "Bici trekking",
@ -199,10 +213,18 @@
}, },
"profile-tooltip": "\n(tasto {{key}} per cambiare)" "profile-tooltip": "\n(tasto {{key}} per cambiare)"
}, },
"searchfav": {
"addfavorite": "aggiungi come favorito",
"ask_removeall": "Cancellare tutti favoriti di ricerca?",
"export": "esporta favoriti in file",
"import": "importa favoriti da file",
"openfavorites": "apri lista favoriti",
"removeall": "cancella tutti favoriti"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {
"highway": "Autostrada", "highway": "Strada",
"smoothness": "Scorrevolezza", "smoothness": "Scorrevolezza",
"surface": "Superfice" "surface": "Superfice"
}, },
@ -230,35 +252,35 @@
}, },
"layers": { "layers": {
"category": { "category": {
"base-layers": "Layer di base", "base-layers": "Livelli di base",
"country": "Paese", "country": "Paese",
"europe": "Europa", "europe": "Europa",
"europe-monolingual": "Europa monolingua", "europe-monolingual": "Europa monolingua",
"overlays": "Sovvraposizioni", "overlays": "Sovrapposizioni",
"overpass": "Posizioni (PDI)", "overpass": "Posizioni (PDI)",
"worldwide": "Mondiale", "worldwide": "Mondiale",
"worldwide-international": "Mondiale internazionale", "worldwide-international": "Mondiale internazionale",
"worldwide-monolingual": "Mondiale monolingua" "worldwide-monolingual": "Mondiale monolingua"
}, },
"collapse": "Riduci tutti", "collapse": "Riduci tutti",
"custom-layers": "Layer personalizzati", "custom-layers": "Livelli personalizzati",
"customize": "Aggiungi o rimuovi layer personalizzati", "customize": "Aggiungi o rimuovi livelli personalizzati",
"expand": "Espandi tutti", "expand": "Espandi tutti",
"optional": "Aggiungi o rimuovi layer opzionali", "optional": "Aggiungi o rimuovi livelli opzionali",
"optional-layers": "Più", "optional-layers": "Altro",
"overlay-opacity": "Trasparenza sovvraposizione", "overlay-opacity": "Trasparenza sovrapposizione",
"overlay-opacity_plural": "Trasparenza delle sovrapposizioni", "overlay-opacity_plural": "Trasparenza delle sovrapposizioni",
"table": { "table": {
"URL": "URL/Richiesta", "URL": "URL/Richiesta",
"empty": "Nessun layer personalizzato definito finora.", "empty": "Nessun livello personalizzato definito finora.",
"name": "Nome", "name": "Nome",
"type": "Tipo", "type": "Tipo",
"type_layer": "Livello", "type_layer": "Livello",
"type_overlay": "Sovrapposizione", "type_overlay": "Sovrapposizione",
"type_overpass_query": "Richiesta Overpass" "type_overpass_query": "Richiesta Overpass"
}, },
"title": "Layer", "title": "Livelli",
"tooltip": "Scegli layer" "tooltip": "Scegli livello"
}, },
"profile": { "profile": {
"apply": "Applica", "apply": "Applica",
@ -274,14 +296,14 @@
"title": "BRouter web client", "title": "BRouter web client",
"trackasroute": { "trackasroute": {
"browse": "Sfoglia", "browse": "Sfoglia",
"explainpoi": "(visualizza waypoints come POI's)", "explainpoi": "(visualizza waypoint come POI)",
"explaintracklayer": "(visualizza traccia come layer distinto)", "explaintracklayer": "(visualizza traccia come livello distinto)",
"file": "File traccia", "file": "File traccia",
"fuzziness": "Sfocatura", "fuzziness": "Sfocatura",
"pleasewait": "Attendere prego!", "pleasewait": "Attendere prego!",
"showpois": "POI", "showpois": "POI",
"title": "Carica traccia come percorso", "title": "Carica traccia come percorso",
"tracklayer": "Layer di traccia", "tracklayer": "Livello di traccia",
"tuning": "Tuning" "tuning": "Tuning"
}, },
"warning": { "warning": {
@ -293,7 +315,7 @@
"profile-error": "Errore profilo: risposta dal server vuota o assente", "profile-error": "Errore profilo: risposta dal server vuota o assente",
"strava-error": "Errore nel recupero dei segmenti Strava: {{error}}", "strava-error": "Errore nel recupero dei segmenti Strava: {{error}}",
"temporary-profile": "<strong>Nota:</strong> Profili personalizzati carichati si trovano solo temporaneamente nel cache del server. <br/>Si prega di salvare le modificazioni localmente sul suo PC.", "temporary-profile": "<strong>Nota:</strong> Profili personalizzati carichati si trovano solo temporaneamente nel cache del server. <br/>Si prega di salvare le modificazioni localmente sul suo PC.",
"tracks-load-error": "Errore caricando traccie: {{error}}", "tracks-load-error": "Errore nel caricamento tracce: {{error}}",
"upload-error": "Errore di caricamento: {{error}}" "upload-error": "Errore di caricamento: {{error}}"
}, },
"whatsnew": { "whatsnew": {

View file

@ -5,17 +5,17 @@
"bug-reports-front": "webklient / for-ende", "bug-reports-front": "webklient / for-ende",
"chat": "Chat med brukere og utviklere", "chat": "Chat med brukere og utviklere",
"contact": "Kontakt:", "contact": "Kontakt:",
"contact-language": "Preferred language is English, as we have both international contributors and users.", "contact-language": "Foretrukket språk er engelsk, da vi har både internasjonale bidragsytere og brukere.",
"data": "Data:", "data": "Data:",
"data-description": "Dette er basert på <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. Vanligvis blir det oppdatert daglig. Se dato på <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">datafilene</a>.", "data-description": "Dette er basert på <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. Vanligvis blir det oppdatert daglig. Se dato på <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">datafilene</a>.",
"description": "Online-tjenesten til BRounter rutemotoren. For offline Android-app og mer informasjon, se <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>", "description": "Online-tjenesten til BRounter rutemotoren. For offline Android-app og mer informasjon, se <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>",
"details": "<i><a href=\"{{privacyPolicyUrl}}\" target=\"_blank\">Personvernerklæring</a></i>, \n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">Kreditt</a></i>,\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">Endringslogg</a></i> og\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">mer informasjon</a></i> om klienten.", "details": "<i><a href=\"{{privacyPolicyUrl}}\" target=\"_blank\">Personvernerklæring</a></i>, \n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">Kreditt</a></i>,\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">Endringslogg</a></i> og\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">mer informasjon</a></i> om klienten.",
"support": "Generelle diskusjoner/spørsmål, støtte", "support": "Generelle diskusjoner/spørsmål, støtte",
"title": "Om", "title": "Om",
"tooltip": "Show more information about BRouter-Web" "tooltip": "Vis mer informasjon om BRouter-Web"
}, },
"credits": { "credits": {
"boundaries": "Administrative Boundaries: <a href=\"https://osm-boundaries.com\" target=\"_blank\">OSM-Boundaries</a>, <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "boundaries": "Administrative grenser: <a href=\"https://osm-boundaries.com\" target=\"_blank\">OSM-Boundaries</a>, <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API",
"brouter": "BRouter", "brouter": "BRouter",
"brouter-license": "<a target=\"_blank\" href=\"https://brouter.de/brouter\">BRouter</a> &copy; Arndt Brenschede", "brouter-license": "<a target=\"_blank\" href=\"https://brouter.de/brouter\">BRouter</a> &copy; Arndt Brenschede",
"elevation-data": "Høydedata", "elevation-data": "Høydedata",
@ -26,7 +26,7 @@
"nominatim": "Søk av <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>", "nominatim": "Søk av <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>",
"openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >OpenStreetMap-bidragsytere</a> under <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>", "openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >OpenStreetMap-bidragsytere</a> under <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>",
"pois": "Locations (POIs): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "pois": "Locations (POIs): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>",
"title": "Credits" "title": "Kreditering"
}, },
"export": { "export": {
"format": "Format", "format": "Format",
@ -43,9 +43,10 @@
}, },
"footer": { "footer": {
"ascend": "Stigning", "ascend": "Stigning",
"beeline-warning": "Advarsel: ingen data for rette linjer, verdier interpolert",
"cost": "Kostnad", "cost": "Kostnad",
"distance": "Distanse", "distance": "Distanse",
"elevation-chart": "Toggle elevation chart", "elevation-chart": "Bytt høydediagram",
"energy-per-100km": "Energi per 100 km", "energy-per-100km": "Energi per 100 km",
"hours": "timer", "hours": "timer",
"hours-abbrev": "t", "hours-abbrev": "t",
@ -56,14 +57,14 @@
"mean-cost-factor": "Gjennomsnittelig kostnadsfaktor", "mean-cost-factor": "Gjennomsnittelig kostnadsfaktor",
"meter": "meter", "meter": "meter",
"meter-abbrev": "m", "meter-abbrev": "m",
"no-elevation-data": "No elevation data available for this route.", "no-elevation-data": "Ingen høydedata tilgjengelig for denne ruten.",
"plain-ascend": "Stigning", "plain-ascend": "Stigning",
"stats-info": "Start drawing a route to get stats.", "stats-info": "Begynn å tegne en rute for å få statistikk.",
"total-energy": "Total energi", "total-energy": "Total energi",
"travel-time": "Reisetid" "travel-time": "Reisetid"
}, },
"keyboard": { "keyboard": {
"backspace": "Backspace", "backspace": "Tilbaketast",
"escape": "Escape", "escape": "Escape",
"generic-shortcut": "{{action}} ({{key}} key)", "generic-shortcut": "{{action}} ({{key}} key)",
"shift": "Shift" "shift": "Shift"
@ -73,10 +74,10 @@
"add-overlay": "Legg til overlag", "add-overlay": "Legg til overlag",
"add-overpass": "Add overpass query", "add-overpass": "Add overpass query",
"custom-layer-name-helptext": "ex: OpenStreetMap", "custom-layer-name-helptext": "ex: OpenStreetMap",
"custom-layer-name-label": "Custom layer name", "custom-layer-name-label": "Egendefinert lagnavn",
"custom-layer-url-helptext-normal": "URL for normal layers, ex: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", "custom-layer-url-helptext-normal": "URL for normale lag, ex: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
"custom-layer-url-helptext-overpass": "Overpass Query, ex: nwr[shop]['diet:vegan']['diet:vegan'!=no];", "custom-layer-url-helptext-overpass": "Overpass Query, ex: nwr[shop]['diet:vegan']['diet:vegan'!=no];",
"custom-layer-url-label": "Custom layer URL/Query", "custom-layer-url-label": "Egendefinert lags URL/søk",
"customize": "Tilpass lag", "customize": "Tilpass lag",
"opacity-slider": "Gjennomsiktelighet", "opacity-slider": "Gjennomsiktelighet",
"overpass-loading-indicator": "Running Overpass API query ...", "overpass-loading-indicator": "Running Overpass API query ...",
@ -84,7 +85,17 @@
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Standardegenskaper", "defaultProperties": "Standardegenskaper",
"file": "File (.geojson)", "error": {
"invalid-default-nogo-radius": "Invalid default nogo radius.",
"invalid-nogo-buffering-radius": "Invalid nogo buffering radius.",
"loading-file-error": "Kunne ikke laste fil: {{err}}.",
"loading-file-too-big": "Too many nogo areas in this file! Please simplify the geometry and/or reduce the number of zones.",
"loading-file-unexpected": "Unexpected error when loading this file.",
"missing-default-nogo-weight": "Missing default nogo weight.",
"missing-file-url": "Manglende fil eller URL.",
"no-valid-area": "Ingen gyldig område funnet i i gitt innspill."
},
"file": "Fil (.geojson)",
"load": "Last", "load": "Last",
"nogoBuffer": "Buffer no-go areas (in meters)", "nogoBuffer": "Buffer no-go areas (in meters)",
"nogoRadius": "No-go radius for points (in meters)", "nogoRadius": "No-go radius for points (in meters)",
@ -103,15 +114,15 @@
"delete-nogo-areas": "Slett alle no-go områder", "delete-nogo-areas": "Slett alle no-go områder",
"delete-pois": "Slett alle interessepunkter", "delete-pois": "Slett alle interessepunkter",
"delete-route": "Slett rute", "delete-route": "Slett rute",
"draw-circlego-start": "Draw limited go-to zone", "draw-circlego-start": "Trekk begrenset gå-til-sone",
"draw-circlego-stop": "Stop drawing limited go-to zone", "draw-circlego-stop": "Slutt å tegne begrenset gå-til-sone",
"draw-poi-start": "Draw points of interest", "draw-poi-start": "Tegn interessepunkter",
"draw-poi-stop": "Stop drawing points of interest", "draw-poi-stop": "Slutt å tegne interessepunkter",
"draw-route-start": "Draw route", "draw-route-start": "Tegn rute",
"draw-route-stop": "Stop drawing route", "draw-route-stop": "Slutt å tegne rute",
"enter-poi-name": "Angi interessepunktets navn", "enter-poi-name": "Angi interessepunktets navn",
"geocoder": "Search", "geocoder": "Søk",
"geocoder-placeholder": "Search…", "geocoder-placeholder": "Søk…",
"hikebike-hillshading": "Høydeskygger", "hikebike-hillshading": "Høydeskygger",
"hiking": "Gåtur", "hiking": "Gåtur",
"layer": { "layer": {
@ -135,12 +146,12 @@
"nogo": { "nogo": {
"cancel": "Avbryt tegning av no-go område", "cancel": "Avbryt tegning av no-go område",
"click-drag": "Klikk og dra for å tegne sirkel", "click-drag": "Klikk og dra for å tegne sirkel",
"draw": "Draw circular no-go area", "draw": "Tegn sirkulært forbudt område",
"edit": "Klikk for å redigere", "edit": "Klikk for å redigere",
"help": "&square; = flytt / endre størrelse, <span class=\"fa fa-trash-o\"></span> = slett,<br>klikk på sirkelen for å avslutte redigering" "help": "&square; = flytt / endre størrelse, <span class=\"fa fa-trash-o\"></span> = slett,<br>klikk på sirkelen for å avslutte redigering"
}, },
"not-applicable-here": "not applicable here", "not-applicable-here": "ikke aktuelt her",
"opacity-slider": "Set transparency of route track and markers", "opacity-slider": "Still inn gjennomsiktighet for rutespor og markører",
"opacity-slider-shortcut": "{{action}}\n(Hold {{key}} key to mute temporarily)", "opacity-slider-shortcut": "{{action}}\n(Hold {{key}} key to mute temporarily)",
"preview": "Forhåndsvisning", "preview": "Forhåndsvisning",
"privacy": "Personvern", "privacy": "Personvern",
@ -149,16 +160,19 @@
"route-quality-cost": "Kostnad-koding", "route-quality-cost": "Kostnad-koding",
"route-quality-incline": "Stigning-koding", "route-quality-incline": "Stigning-koding",
"route-quality-shortcut": "{{action}} ({{key}} key to toggle)", "route-quality-shortcut": "{{action}} ({{key}} key to toggle)",
"route-tooltip-segment": "Drag to create a new waypoint", "route-tooltip-segment": "Drag to create a new waypoint. Click to toggle straight line.",
"route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.", "route-tooltip-waypoint": "Veipunkt. Dra for å flytte; Klikk for å fjerne.",
"strava-biking": "Vis Strava sykkel-segmenter", "strava-biking": "Vis Strava sykkel-segmenter",
"strava-running": "Vis Strava løpe-segmenter", "strava-running": "Vis Strava løpe-segmenter",
"strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)", "strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)",
"toggle-beeline": "Slå på rett linje",
"zoomInTitle": "Zoom inn", "zoomInTitle": "Zoom inn",
"zoomOutTitle": "Zoom ut" "zoomOutTitle": "Zoom ut"
}, },
"modal": { "modal": {
"close": "Lukk"}, "close": "Lukk",
"or": ""
},
"navbar": { "navbar": {
"about": "Om", "about": "Om",
"alternative": { "alternative": {
@ -168,7 +182,7 @@
"third": "Tredje alternativ" "third": "Tredje alternativ"
}, },
"export": "Eksporter", "export": "Eksporter",
"export-tooltip": "Export route", "export-tooltip": "Exporter rute",
"load": { "load": {
"nogos": "Load no-go areas", "nogos": "Load no-go areas",
"title": "Last", "title": "Last",
@ -183,9 +197,9 @@
"fastbike": "Fastbike", "fastbike": "Fastbike",
"fastbike-asia-pacific": "Fastbike (Asia Pacific)", "fastbike-asia-pacific": "Fastbike (Asia Pacific)",
"fastbike-lowtraffic": "Fastbike (low traffic)", "fastbike-lowtraffic": "Fastbike (low traffic)",
"hiking-beta": "Hiking (beta)", "hiking-mountain": "Gåtur",
"moped": "Moped", "moped": "Moped",
"rail": "Rail", "rail": "Skinne",
"river": "Elv", "river": "Elv",
"safety": "Sikkerhet", "safety": "Sikkerhet",
"shortest": "Kortest", "shortest": "Kortest",
@ -194,75 +208,83 @@
"trekking-noferries": "Trekking bike (no ferries)", "trekking-noferries": "Trekking bike (no ferries)",
"trekking-nosteps": "Trekking bike (no steps)", "trekking-nosteps": "Trekking bike (no steps)",
"trekking-steep": "Trekking bike (steep)", "trekking-steep": "Trekking bike (steep)",
"vm-forum-liegerad-schnell": "Recumbent bike (fast)", "vm-forum-liegerad-schnell": "Liggesykkel (fast)",
"vm-forum-velomobil-schnell": "Velomobile (fast)" "vm-forum-velomobil-schnell": "Velomobil (fast)"
}, },
"profile-tooltip": "\n({{key}} key to switch)" "profile-tooltip": "\n({{key}} key to switch)"
}, },
"searchfav": {
"addfavorite": "legg til som favoritt",
"ask_removeall": "Vil du slette alle søkefavoritter?",
"export": "eksportere favoritter til fil",
"import": "importer favoritter fra fil",
"openfavorites": "åpne favorittliste",
"removeall": "slett alle favoritter"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {
"highway": "Highway", "highway": "Motorvei",
"smoothness": "Smoothness", "smoothness": "Jevnhet",
"surface": "Surface" "surface": "Underlag"
}, },
"table": { "table": {
"category": "Category", "category": "Kategori",
"length": "Length", "length": "Lengde",
"total_known": "Total Known:", "total_known": "Totalt kjent:",
"unknown": "Unknown" "unknown": "Ukjent"
}, },
"title": "Analysis", "title": "Analyse",
"tooltip": "Analyse route" "tooltip": "Analyser rute"
}, },
"customize-profile": { "customize-profile": {
"title": "Customize profile", "title": "Tilpass profil",
"tooltip": "Customize profile" "tooltip": "Tilpass profil"
}, },
"data": { "data": {
"sync-map": "Synchronize map", "sync-map": "Synkroniser kart",
"title": "Data", "title": "Data",
"tooltip": "Show detailed route data table" "tooltip": "Show detailed route data table"
}, },
"itinerary": { "itinerary": {
"title": "Itinerary", "title": "Reiserute",
"tooltip": "Show itinerary" "tooltip": "Vis Reiserute"
}, },
"layers": { "layers": {
"category": { "category": {
"base-layers": "Base layers", "base-layers": "Baselag",
"country": "Land", "country": "Land",
"europe": "Europa", "europe": "Europa",
"europe-monolingual": "Europe monolingual", "europe-monolingual": "Europe monolingual",
"overlays": "Overlays", "overlays": "Ooverlegg",
"overpass": "Locations (POIs)", "overpass": "Steder (POIer)",
"worldwide": "Worldwide", "worldwide": "Verdensomspennende",
"worldwide-international": "Worldwide international", "worldwide-international": "Verdensomspennende internasjonal",
"worldwide-monolingual": "Worldwide monolingual" "worldwide-monolingual": "Worldwide monolingual"
}, },
"collapse": "Collapse all", "collapse": "Skjul alt",
"custom-layers": "Tilpassede lag", "custom-layers": "Tilpassede lag",
"customize": "Add or remove custom layers", "customize": "Add or remove custom layers",
"expand": "Utvid alt", "expand": "Utvid alt",
"optional": "Add or remove optional layers", "optional": "Legg til eller fjern valgfrie lag",
"optional-layers": "Mer", "optional-layers": "Mer",
"overlay-opacity": "Overleggs transparens", "overlay-opacity": "Overleggs transparens",
"overlay-opacity_plural": "Overlays transparency", "overlay-opacity_plural": "Overlegg gjennomsiktighet",
"table": { "table": {
"URL": "URL/Query", "URL": "URL/Query",
"empty": "Ingen tilpasset lag konfigurert ennå.", "empty": "Ingen tilpasset lag konfigurert ennå.",
"name": "Navn", "name": "Navn",
"type": "Type", "type": "Type",
"type_layer": "Layer", "type_layer": "Lag",
"type_overlay": "Overlay", "type_overlay": "Overlegg",
"type_overpass_query": "Overpass Query" "type_overpass_query": "Overpass Query"
}, },
"title": "Lag", "title": "Lag",
"tooltip": "Select layers" "tooltip": "Velg lag"
}, },
"profile": { "profile": {
"apply": "Anvende", "apply": "Anvende",
"clear": "Clear", "clear": "Klar",
"help": "Hjelp", "help": "Hjelp",
"no_easy_configuration_warning": "Ingen enkel konfigurasjon er tilgjengelig for denne profilen.", "no_easy_configuration_warning": "Ingen enkel konfigurasjon er tilgjengelig for denne profilen.",
"options": "Alternativer", "options": "Alternativer",
@ -271,14 +293,14 @@
}, },
"tab-tooltip": "{{action}}\n({{toggleKey}} key to toggle, {{switchKey}} to switch to next tab)" "tab-tooltip": "{{action}}\n({{toggleKey}} key to toggle, {{switchKey}} to switch to next tab)"
}, },
"title": "BRouter web client", "title": "BRouter nettklient",
"trackasroute": { "trackasroute": {
"browse": "Browse", "browse": "Bla gjennom",
"explainpoi": "(show waypoints as POI's)", "explainpoi": "(show waypoints as POI's)",
"explaintracklayer": "(show Track as separate Layer)", "explaintracklayer": "(show Track as separate Layer)",
"file": "Trackfile", "file": "Trackfile",
"fuzziness": "Fuzziness", "fuzziness": "Fuzziness",
"pleasewait": "Please wait!", "pleasewait": "Vennligst vent!",
"showpois": "POI's", "showpois": "POI's",
"title": "Load Track as Route", "title": "Load Track as Route",
"tracklayer": "Track Layer", "tracklayer": "Track Layer",
@ -286,11 +308,11 @@
}, },
"warning": { "warning": {
"cannot-get-route": "Feil under mottak av rute-URL", "cannot-get-route": "Feil under mottak av rute-URL",
"invalid-route-from": "Start marker is too far from a route.", "invalid-route-from": "Startmarkøren er for langt fra en rute.",
"invalid-route-to": "Destination marker is too far from a route.", "invalid-route-to": "Destinasjonsmarkøren er for langt fra en rute.",
"no-response": "ingen svar fra serveren", "no-response": "ingen svar fra serveren",
"no-route-found": "Error: cannot find a route for given points. Maybe try to move them closer to roads?", "no-route-found": "Error: cannot find a route for given points. Maybe try to move them closer to roads?",
"profile-error": "Profile error: no or empty response from server", "profile-error": "Profilfeil: ingen eller tom respons fra serveren",
"strava-error": "Feil ved å skaffe Strava-segmenter: {{error}}", "strava-error": "Feil ved å skaffe Strava-segmenter: {{error}}",
"temporary-profile": "<strong>Note:</strong> Uploaded custom profiles are only cached temporarily on the server.<br/>Please save your edits to your local PC.", "temporary-profile": "<strong>Note:</strong> Uploaded custom profiles are only cached temporarily on the server.<br/>Please save your edits to your local PC.",
"tracks-load-error": "Feil ved lasting av spor: {{error}}", "tracks-load-error": "Feil ved lasting av spor: {{error}}",
@ -298,6 +320,6 @@
}, },
"whatsnew": { "whatsnew": {
"new-version": "A new version was released since your last visit. Click <a href='.' data-toggle='modal' data-target='#whatsnew'>here</a> to see what's new!", "new-version": "A new version was released since your last visit. Click <a href='.' data-toggle='modal' data-target='#whatsnew'>here</a> to see what's new!",
"title": "What's new?" "title": "Hva er nytt?"
} }
} }

View file

@ -5,7 +5,7 @@
"bug-reports-front": "website / frontend.", "bug-reports-front": "website / frontend.",
"chat": "Chat met gebruikers en ontwikkelaars", "chat": "Chat met gebruikers en ontwikkelaars",
"contact": "Contact:", "contact": "Contact:",
"contact-language": "Bij voorkeur in Engels omdat we internationale ontwikkelaars en gebruikers hebben", "contact-language": "Bij voorkeur in Engels omdat we internationale bijdragers en gebruikers hebben",
"data": "Gegevens:", "data": "Gegevens:",
"data-description": "Dit is gebaseerd op <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. Het wordt normaal gesproken dagelijks geüpdated, zie data van <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">gegevensbestanden</a>.", "data-description": "Dit is gebaseerd op <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. Het wordt normaal gesproken dagelijks geüpdated, zie data van <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">gegevensbestanden</a>.",
"description": "Online dienst van de BRouter routebepaling. Voor de offline Android app en meer informatie, zie <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>", "description": "Online dienst van de BRouter routebepaling. Voor de offline Android app en meer informatie, zie <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>",
@ -24,7 +24,7 @@
"map-data": "Kaartgegevens", "map-data": "Kaartgegevens",
"map-tiles": "Kaarttegels", "map-tiles": "Kaarttegels",
"nominatim": "Zoek met <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>", "nominatim": "Zoek met <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>",
"openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >OpenStreetMap bijdragers</a> onder <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>", "openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >OpenStreetMap-bijdragers</a> onder <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>",
"pois": "Locaties (POIs): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "pois": "Locaties (POIs): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>",
"title": "Dank aan" "title": "Dank aan"
}, },
@ -43,6 +43,7 @@
}, },
"footer": { "footer": {
"ascend": "Helling", "ascend": "Helling",
"beeline-warning": "Waarschuwing: geen gegevens voor rechte lijnen, waarden geïnterpoleerd",
"cost": "Kosten", "cost": "Kosten",
"distance": "Afstand", "distance": "Afstand",
"elevation-chart": "Hoogtekaart aan/uit", "elevation-chart": "Hoogtekaart aan/uit",
@ -84,6 +85,16 @@
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Standaard eigenschappen", "defaultProperties": "Standaard eigenschappen",
"error": {
"invalid-default-nogo-radius": "Ongeldige standaard-no-go-straal.",
"invalid-nogo-buffering-radius": "Ongeldige no-go-befferingstraal.",
"loading-file-error": "Kon bestand niet laden: {{err}}.",
"loading-file-too-big": "Te veel no-go-gebeiden in dit bestand! Verweenvoudig a.u.b. de geometrie en/of verminder het aantal zones.",
"loading-file-unexpected": "Onverwachte fout tijdens het laden van dit bestand.",
"missing-default-nogo-weight": "Ontbrekend standaard-no-go-gewicht.",
"missing-file-url": "Bestand of URL ontbreekt.",
"no-valid-area": "Geen geldig gebied gevonden in de aangeboden input."
},
"file": "Bestand (.geojson)", "file": "Bestand (.geojson)",
"load": "Laad", "load": "Laad",
"nogoBuffer": "Buffer no-go gebieden (in meter)", "nogoBuffer": "Buffer no-go gebieden (in meter)",
@ -94,7 +105,7 @@
"url": "URL" "url": "URL"
}, },
"map": { "map": {
"attribution-osm-long": "OpenStreetMap bijdragers", "attribution-osm-long": "OpenStreetMap-bijdragers",
"attribution-osm-short": "OpenStreetMap", "attribution-osm-short": "OpenStreetMap",
"clear-route": "Wis route data", "clear-route": "Wis route data",
"copyright": "Copyright", "copyright": "Copyright",
@ -149,16 +160,19 @@
"route-quality-cost": "Kostencodering", "route-quality-cost": "Kostencodering",
"route-quality-incline": "Stijgingcodering", "route-quality-incline": "Stijgingcodering",
"route-quality-shortcut": "{{action}} ({{key}} toets om te schakelen)", "route-quality-shortcut": "{{action}} ({{key}} toets om te schakelen)",
"route-tooltip-segment": "Sleep om een nieuw routepunt te maken", "route-tooltip-segment": "Sleep om een nieuw routepunt aan te maken. Klik om rechte lijn aan/uit te schakelen.",
"route-tooltip-waypoint": "Routepunt. Sleep om te verplaatsen; klik om te verwijderen.", "route-tooltip-waypoint": "Routepunt. Sleep om te verplaatsen; klik om te verwijderen.",
"strava-biking": "Toon Strava fietssegmenten", "strava-biking": "Toon Strava fietssegmenten",
"strava-running": "Toon Strava hardloopsegmenten", "strava-running": "Toon Strava hardloopsegmenten",
"strava-shortcut": "{{action}}\n({{key}} toets om laag te schakelen, klik om huidig gebied opnieuw te laden)", "strava-shortcut": "{{action}}\n({{key}} toets om laag te schakelen, klik om huidig gebied opnieuw te laden)",
"toggle-beeline": "Rechte lijn aan/uit",
"zoomInTitle": "Zoom in", "zoomInTitle": "Zoom in",
"zoomOutTitle": "Zoom uit" "zoomOutTitle": "Zoom uit"
}, },
"modal": { "modal": {
"close": "Afsluiten"}, "close": "Afsluiten",
"or": ""
},
"navbar": { "navbar": {
"about": "Over", "about": "Over",
"alternative": { "alternative": {
@ -183,7 +197,7 @@
"fastbike": "Snelfiets", "fastbike": "Snelfiets",
"fastbike-asia-pacific": "Snelfiets (Azië Stille Oceaan)", "fastbike-asia-pacific": "Snelfiets (Azië Stille Oceaan)",
"fastbike-lowtraffic": "Snelfiets (weinig verkeer)", "fastbike-lowtraffic": "Snelfiets (weinig verkeer)",
"hiking-beta": "Wandelen (beta)", "hiking-mountain": "Wandelen",
"moped": "Bromfiets", "moped": "Bromfiets",
"rail": "Trein", "rail": "Trein",
"river": "Rivier", "river": "Rivier",
@ -199,12 +213,20 @@
}, },
"profile-tooltip": "\n({{key}} toets om te schakelen)" "profile-tooltip": "\n({{key}} toets om te schakelen)"
}, },
"searchfav": {
"addfavorite": "als favoriet toevoegen",
"ask_removeall": "Wil je alle zoek-favorieten verwijderen?",
"export": "favorieten naar bestand exporteren",
"import": "favorieten vanaf bestand importeren",
"openfavorites": "favorietenlijst openen",
"removeall": "alle favorieten verwijderen"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {
"highway": "Weg", "highway": "Weg",
"smoothness": "Gladheid", "smoothness": "Gladheid",
"surface": "Oppervlakte" "surface": "Oppervlak"
}, },
"table": { "table": {
"category": "Catagorie", "category": "Catagorie",

View file

@ -43,6 +43,7 @@
}, },
"footer": { "footer": {
"ascend": "Przewyższenie", "ascend": "Przewyższenie",
"beeline-warning": "Warning: no data for straight lines, values interpolated",
"cost": "Koszt", "cost": "Koszt",
"distance": "Odległość", "distance": "Odległość",
"elevation-chart": "Przełącz wykres wysokości", "elevation-chart": "Przełącz wykres wysokości",
@ -72,23 +73,33 @@
"add-base": "Dodaj warstwę bazową", "add-base": "Dodaj warstwę bazową",
"add-overlay": "Dodaj nakładkę", "add-overlay": "Dodaj nakładkę",
"add-overpass": "Dodaj zapytanie overpass", "add-overpass": "Dodaj zapytanie overpass",
"custom-layer-name-helptext": "np: OpenStreetMap", "custom-layer-name-helptext": "np. OpenStreetMap",
"custom-layer-name-label": "Nazwa warstwy", "custom-layer-name-label": "Nazwa warstwy",
"custom-layer-url-helptext-normal": "URL warstw podstawowych, ex: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", "custom-layer-url-helptext-normal": "URL warstw podstawowych, np. https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
"custom-layer-url-helptext-overpass": "Zapytanie Overpass, np. nwr[shop]['diet:vegan']['diet:vegan'!=no];", "custom-layer-url-helptext-overpass": "Zapytanie Overpass, np. nwr[shop]['diet:vegan']['diet:vegan'!=no];",
"custom-layer-url-label": "URL/zapytanie warstwy użytkownika", "custom-layer-url-label": "URL/zapytanie warstwy użytkownika",
"customize": "Dostosuj warstwy", "customize": "Dostosuj warstwy",
"opacity-slider": "Suwak pokrycia", "opacity-slider": "Suwak pokrycia",
"overpass-loading-indicator": "Zapytanie Overpass API w trakcie ...", "overpass-loading-indicator": "Zapytanie Overpass API w trakcie...",
"remove-selection": "Usuń zaznaczenie" "remove-selection": "Usuń zaznaczenie"
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Domyślne właściwości", "defaultProperties": "Domyślne właściwości",
"error": {
"invalid-default-nogo-radius": "Invalid default nogo radius.",
"invalid-nogo-buffering-radius": "Invalid nogo buffering radius.",
"loading-file-error": "Could not load file: {{err}}.",
"loading-file-too-big": "Too many nogo areas in this file! Please simplify the geometry and/or reduce the number of zones.",
"loading-file-unexpected": "Unexpected error when loading this file.",
"missing-default-nogo-weight": "Missing default nogo weight.",
"missing-file-url": "Missing file or URL.",
"no-valid-area": "No valid area found in provided input."
},
"file": "Plik (.geojson)", "file": "Plik (.geojson)",
"load": "Wczytaj", "load": "Wczytaj",
"nogoBuffer": "Zakres ładowania obszarów omijania (w metrach)", "nogoBuffer": "Zakres ładowania obszarów omijania (w metrach)",
"nogoRadius": "Promień obszaru omijania dla punktów (w metrach)", "nogoRadius": "Promień obszaru omijania dla punktów (w metrach)",
"nogoWeight": "Waga obszaru omijania (-1 oznacza całkowicie nieprzejezdny)", "nogoWeight": "Waga obszaru omijania (-1 to nieprzejezdne)",
"source": "Źródło", "source": "Źródło",
"title": "Wczytaj obszary omijania", "title": "Wczytaj obszary omijania",
"url": "URL" "url": "URL"
@ -149,16 +160,19 @@
"route-quality-cost": "Kodowanie kosztów", "route-quality-cost": "Kodowanie kosztów",
"route-quality-incline": "Kodowanie nachylenia", "route-quality-incline": "Kodowanie nachylenia",
"route-quality-shortcut": "{{action}} (naciśnij {{key}} aby przełączyć)", "route-quality-shortcut": "{{action}} (naciśnij {{key}} aby przełączyć)",
"route-tooltip-segment": "Przeciągnij aby dodać punkt trasy", "route-tooltip-segment": "Drag to create a new waypoint. Click to toggle straight line.",
"route-tooltip-waypoint": "Punkt trasy. Przeciągnij aby przenieść; Kliknij aby usunąć.", "route-tooltip-waypoint": "Punkt trasy. Przeciągnij, aby przenieść; Kliknij, aby usunąć.",
"strava-biking": "Pokaż rowerowe segmenty Strava ", "strava-biking": "Pokaż rowerowe segmenty Strava ",
"strava-running": "Pokaż biegowe segmenty Strava", "strava-running": "Pokaż biegowe segmenty Strava",
"strava-shortcut": "{{action}}\n(klawisz {{key}} aby przełączyć widoczność warstwy, kliknij aby odświeżyć w bieżącym obszarze)", "strava-shortcut": "{{action}}\n(klawisz {{key}} aby przełączyć widoczność warstwy, kliknij aby odświeżyć w bieżącym obszarze)",
"toggle-beeline": "Toggle straight line",
"zoomInTitle": "Przybliż", "zoomInTitle": "Przybliż",
"zoomOutTitle": "Oddal" "zoomOutTitle": "Oddal"
}, },
"modal": { "modal": {
"close": "Zamknij"}, "close": "Zamknij",
"or": ""
},
"navbar": { "navbar": {
"about": "Informacje", "about": "Informacje",
"alternative": { "alternative": {
@ -183,7 +197,7 @@
"fastbike": "Rower szosowy", "fastbike": "Rower szosowy",
"fastbike-asia-pacific": "Rower szosowy (Azja Pacyfik)", "fastbike-asia-pacific": "Rower szosowy (Azja Pacyfik)",
"fastbike-lowtraffic": "Rower szosowy (mały ruch)", "fastbike-lowtraffic": "Rower szosowy (mały ruch)",
"hiking-beta": "Wspinaczka (beta)", "hiking-mountain": "Wspinaczka",
"moped": "Motorower", "moped": "Motorower",
"rail": "Kolej", "rail": "Kolej",
"river": "Rzeka", "river": "Rzeka",
@ -199,6 +213,14 @@
}, },
"profile-tooltip": "\n(naciśnij {{key}} aby przełączyć)" "profile-tooltip": "\n(naciśnij {{key}} aby przełączyć)"
}, },
"searchfav": {
"addfavorite": "add as favorite",
"ask_removeall": "Do you want to delete all search favorites?",
"export": "export favorites to file",
"import": "import favorites from file",
"openfavorites": "open favorite list",
"removeall": "delete all favorites"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {
@ -297,7 +319,7 @@
"upload-error": "Błąd przesyłania: {{error}}" "upload-error": "Błąd przesyłania: {{error}}"
}, },
"whatsnew": { "whatsnew": {
"new-version": "Od momentu twojej ostatniej wizyty pojawiłą się nowsza wersja. kliknij <a href='.' data-toggle='modal' data-target='#whatsnew'>tutaj</a> aby sprawdzić co nowego!", "new-version": "Od twojej ostatniej wizyty pojawiła się nowsza wersja. Kliknij <a href='.' data-toggle='modal' data-target='#whatsnew'>tutaj</a>, aby sprawdzić, co nowego!",
"title": "Co nowego?" "title": "Co nowego?"
} }
} }

View file

@ -1,31 +1,31 @@
{ {
"about": { "about": {
"bug-reports": "Relatórios de bugs e solicitações de recursos:", "bug-reports": "Relatos de erros e solicitações de funcionalidades:",
"bug-reports-back": "servidor / back-end, mecanismo de roteamento, aplicativo Android, perfis, site brouter.de", "bug-reports-back": "servidor / back-end, mecanismo de roteamento, aplicativo Android, perfis, site brouter.de",
"bug-reports-front": "web client / frontend.", "bug-reports-front": "cliente Web / frontend.",
"chat": "Converse com usuários e desenvolvedores", "chat": "Converse com os usuários e os programadores",
"contact": "Contato:", "contact": "Contato:",
"contact-language": "O idioma preferido é o inglês, pois temos colaboradores e usuários internacionais.", "contact-language": "O idioma preferido é o inglês, pois temos colaboradores e usuários internacionais.",
"data": "Data:", "data": "Dados:",
"data-description": "This is based on <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. It is usually updated daily, see dates of <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">data files</a>.", "data-description": "Isto é baseado no <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. Geralmente ele é atualizado diariamente, veja as datas dos <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">arquivos de dados</a>.",
"description": "Online service of the BRouter routing engine. For the offline Android app and more information see <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>", "description": "Serviço de roteamento online do BRouter. Para o serviço offline no aplicativo Android e mais informação acesse <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>",
"details": "<i><a href=\"{{privacyPolicyUrl}}\" target=\"_blank\">Privacy Policy</a></i>, \n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">Credits</a></i>,\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">Changelog</a></i> and\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">more info</a></i> on the client.", "details": "<i><a href=\"{{privacyPolicyUrl}}\" target=\"_blank\">Políticas de privacidade</a></i>, \n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">Créditos</a></i>,\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">Registro de alterações</a></i> e\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">mais informação</a></i> do cliente.",
"support": "Discussões/perguntas gerais, suporte", "support": "Discussões/perguntas gerais, suporte",
"title": "Sobre", "title": "Sobre",
"tooltip": "Mostrar mais informações sobre o BRouter-Web" "tooltip": "Mostrar mais informação sobre o BRouter-Web"
}, },
"credits": { "credits": {
"boundaries": "Administrative Boundaries: <a href=\"https://osm-boundaries.com\" target=\"_blank\">OSM-Boundaries</a>, <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "boundaries": "Limites administrativos: <a href=\"https://osm-boundaries.com\" target=\"_blank\">Limites-OSM</a>, <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">API do Overpass</a>",
"brouter": "BRouter", "brouter": "BRouter",
"brouter-license": "<a target=\"_blank\" href=\"https://brouter.de/brouter\">BRouter</a> &copy; Arndt Brenschede", "brouter-license": "<a target=\"_blank\" href=\"https://brouter.de/brouter\">BRouter</a> &copy; Arndt Brenschede",
"elevation-data": "Dados de elevação", "elevation-data": "Dados de elevação",
"esri-license": "<a target=\"_blank\" href=\"http://goto.arcgisonline.com/maps/World_Imagery\">World Imagery</a> &copy; <a target=\"_blank\" href=\"https://www.esri.com/\">Esri</a>, sources: Esri, DigitalGlobe, Earthstar Geographics, CNES/Airbus DS, GeoEye, USDA FSA, USGS, Getmapping, Aerogrid, IGN, IGP, and the GIS User Community", "esri-license": "<a target=\"_blank\" href=\"http://goto.arcgisonline.com/maps/World_Imagery\">World Imagery</a> &copy; <a target=\"_blank\" href=\"https://www.esri.com/\">Esri</a>, fontes: Esri, DigitalGlobe, Earthstar Geographics, CNES/Airbus DS, GeoEye, USDA FSA, USGS, Getmapping, Aerogrid, IGN, IGP, e a comunidade GIS",
"esri-tiles": "Esri World Imagery", "esri-tiles": "Esri World Imagery",
"map-data": "Dados do mapa", "map-data": "Dados do mapa",
"map-tiles": "Blocos de mapa", "map-tiles": "Blocos de mapa",
"nominatim": "Search by <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>", "nominatim": "Busca por <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>",
"openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >OpenStreetMap contributors</a> under <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>", "openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >Contribuidores do OpenStreetMap</a> sobre <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>",
"pois": "Locations (POIs): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "pois": "Locais (POIs): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">API do Overpass</a>",
"title": "Créditos" "title": "Créditos"
}, },
"export": { "export": {
@ -35,85 +35,96 @@
"format_gpx": "GPX", "format_gpx": "GPX",
"format_kml": "KML", "format_kml": "KML",
"include": "Incluir", "include": "Incluir",
"include_waypoints": "Waypoints", "include_waypoints": "Locais",
"route-from-to": "{{from}} -> {{to}} ({{distance}}km)", "route-from-to": "{{from}} -> {{to}} ({{distance}}km)",
"route-loop": "{{from}} ({{distance}}km)", "route-loop": "{{from}} ({{distance}}km)",
"title": "Exportar rota", "title": "Exportar a rota",
"trackname": "Nome" "trackname": "Nome"
}, },
"footer": { "footer": {
"ascend": "Ascend", "ascend": "Ascensão",
"cost": "Cost", "beeline-warning": "Aviso: sem dados para linhas retas, valores interpolados",
"cost": "Custo",
"distance": "Distância", "distance": "Distância",
"elevation-chart": "Toggle elevation chart", "elevation-chart": "Alterna a carta de elevação",
"energy-per-100km": "Energy per 100 km", "energy-per-100km": "Energia por 100 km",
"hours": "hours", "hours": "horas",
"hours-abbrev": "h", "hours-abbrev": "h",
"kilometer": "kilometers", "kilometer": "quilômetros",
"kilometer-abbrev": "km", "kilometer-abbrev": "km",
"kilowatthour": "kilowatt hours", "kilowatthour": "quilowatt-hora",
"kilowatthour-abbrev": "kWh", "kilowatthour-abbrev": "kWh",
"mean-cost-factor": "Mean cost factor", "mean-cost-factor": "Fator de custo médio",
"meter": "meters", "meter": "metros",
"meter-abbrev": "m", "meter-abbrev": "m",
"no-elevation-data": "No elevation data available for this route.", "no-elevation-data": "Sem dados de elevação para esta rota.",
"plain-ascend": "Plain ascend", "plain-ascend": "Ascensão plana",
"stats-info": "Start drawing a route to get stats.", "stats-info": "Comece a desenhar uma rota para obter estatísticas.",
"total-energy": "Total Energy", "total-energy": "Energia total",
"travel-time": "Travel time" "travel-time": "Decurso da viagem"
}, },
"keyboard": { "keyboard": {
"backspace": "Backspace", "backspace": "Backspace",
"escape": "Escape", "escape": "Escape",
"generic-shortcut": "{{action}} ({{key}} key)", "generic-shortcut": "{{action}} (tecla {{key}})",
"shift": "Shift" "shift": "Shift"
}, },
"layers": { "layers": {
"add-base": "Add base layer", "add-base": "Adicionar uma camada base",
"add-overlay": "Add overlay", "add-overlay": "Adicionar uma sobreposição",
"add-overpass": "Add overpass query", "add-overpass": "Adicionar uma análise overpass",
"custom-layer-name-helptext": "ex: OpenStreetMap", "custom-layer-name-helptext": "e.g.: OpenStreetMap",
"custom-layer-name-label": "Custom layer name", "custom-layer-name-label": "Nome personalizado da camada",
"custom-layer-url-helptext-normal": "URL for normal layers, ex: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", "custom-layer-url-helptext-normal": "URL para as camadas normais, e.g.: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
"custom-layer-url-helptext-overpass": "Overpass Query, ex: nwr[shop]['diet:vegan']['diet:vegan'!=no];", "custom-layer-url-helptext-overpass": "Análise Overpass, e.g.: nwr[shop]['diet:vegan']['diet:vegan'!=no];",
"custom-layer-url-label": "Custom layer URL/Query", "custom-layer-url-label": "URL/Análise da camada personalizada",
"customize": "Customize layers", "customize": "Personalizar camadas",
"opacity-slider": "Opacity slider", "opacity-slider": "Controle de opacidade",
"overpass-loading-indicator": "Running Overpass API query ...", "overpass-loading-indicator": "Rodando a API de análise do Overpass...",
"remove-selection": "Remove selection" "remove-selection": "Remover a seleção"
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Default properties", "defaultProperties": "Propriedades padrão",
"file": "File (.geojson)", "error": {
"load": "Load", "invalid-default-nogo-radius": "Raio padrão das interdições inválido",
"nogoBuffer": "Buffer no-go areas (in meters)", "invalid-nogo-buffering-radius": "Raio intermédio das interdições inválido",
"nogoRadius": "No-go radius for points (in meters)", "loading-file-error": "Impossível carregar o arquivo: {{err}}.",
"nogoWeight": "No-go weight (-1 means impassable)", "loading-file-too-big": "Demasiadas áreas interditadas neste arquivo! Simplifique a geometria e/ou reduza o número de zonas.",
"source": "Source", "loading-file-unexpected": "Erro inesperado ao carregar este arquivo.",
"title": "Load no-go areas", "missing-default-nogo-weight": "Restrição de peso padrão em falta.",
"missing-file-url": "Faltando arquivo ou URL.",
"no-valid-area": "Nenhuma área válida encontrada na entrada fornecida."
},
"file": "Arquivo (.geojson)",
"load": "Carregar",
"nogoBuffer": "Áreas intermédias das interdições (em metros)",
"nogoRadius": "Raio de interdição para pontos (em metros)",
"nogoWeight": "Interdição de peso (-1 significa intransitável)",
"source": "Fonte",
"title": "Carregar as áreas interditadas",
"url": "URL" "url": "URL"
}, },
"map": { "map": {
"attribution-osm-long": "OpenStreetMap contributors", "attribution-osm-long": "Contribuidores do OpenStreetMap",
"attribution-osm-short": "OpenStreetMap", "attribution-osm-short": "OpenStreetMap",
"clear-route": "Clear route data", "clear-route": "Limpar os dados da rota",
"copyright": "Copyright", "copyright": "Direitos autorais",
"cycling": "Cycling", "cycling": "Ciclismo",
"delete-last-point": "Delete last point", "delete-last-point": "Remover o último ponto",
"delete-nogo-areas": "Delete all no-go areas", "delete-nogo-areas": "Remover todas as áreas interditadas",
"delete-pois": "Delete all points of interest", "delete-pois": "Remover todos os pontos de interesse",
"delete-route": "Delete route", "delete-route": "Remover a rota",
"draw-circlego-start": "Draw limited go-to zone", "draw-circlego-start": "Desenhar uma zona limitada de acesso",
"draw-circlego-stop": "Stop drawing limited go-to zone", "draw-circlego-stop": "Parar o desenho da zona limitada de acesso",
"draw-poi-start": "Draw points of interest", "draw-poi-start": "Desenhar os pontos de interesse",
"draw-poi-stop": "Stop drawing points of interest", "draw-poi-stop": "Parar o desenho dos pontos de interesse",
"draw-route-start": "Draw route", "draw-route-start": "Desenhar a rota",
"draw-route-stop": "Stop drawing route", "draw-route-stop": "Parar o desenho da rota",
"enter-poi-name": "Enter Point of Interest name", "enter-poi-name": "Escrever o nome do Ponto de Interesse",
"geocoder": "Search", "geocoder": "Procurar",
"geocoder-placeholder": "Search…", "geocoder-placeholder": "Procurar...",
"hikebike-hillshading": "Hillshading", "hikebike-hillshading": "Sombreamento dos morros",
"hiking": "Hiking", "hiking": "Montanhismo",
"layer": { "layer": {
"bing": "Bing Aerial", "bing": "Bing Aerial",
"cycle": "OpenCycleMap (Thunderf.)", "cycle": "OpenCycleMap (Thunderf.)",
@ -125,179 +136,190 @@
"osm": "OpenStreetMap", "osm": "OpenStreetMap",
"osmde": "OpenStreetMap.de", "osmde": "OpenStreetMap.de",
"outdoors": "Outdoors (Thunderforest)", "outdoors": "Outdoors (Thunderforest)",
"route-quality": "Route quality coding", "route-quality": "Codificação de qualidade da rota",
"stamen-terrain": "Terrain (Stamen)", "stamen-terrain": "Terreno (Stamen)",
"strava-segments": "Strava segments", "strava-segments": "Segmentos do Strava",
"topo": "OpenTopoMap" "topo": "OpenTopoMap"
}, },
"loading": "Loading…", "loading": "Carregando...",
"locate-me": "Show me where I am", "locate-me": "Mostre-me onde estou",
"nogo": { "nogo": {
"cancel": "Cancel drawing no-go area", "cancel": "Cancelar o desenho da área de interdição",
"click-drag": "Click and drag to draw circle", "click-drag": "Clique e arraste para desenhar um círculo",
"draw": "Draw circular no-go area", "draw": "Desenhar uma área de interdição circular",
"edit": "Click to edit", "edit": "Clique para editar",
"help": "&square; = move / resize, <span class=\"fa fa-trash-o\"></span> = delete,<br>click circle to quit editing" "help": "&square; = mover / redimensionar, <span class=\"fa fa-trash-o\"></span> = remover,<br>clique no círculo para sair da edição"
}, },
"not-applicable-here": "not applicable here", "not-applicable-here": "Não se aplica aqui",
"opacity-slider": "Set transparency of route track and markers", "opacity-slider": "Definir a transparência do traçado da rota e dos marcadores",
"opacity-slider-shortcut": "{{action}}\n(Hold {{key}} key to mute temporarily)", "opacity-slider-shortcut": "{{action}}\n(Segure a tecla {{key}} para emudecer temporariamente)",
"preview": "Preview", "preview": "Antever",
"privacy": "Privacy", "privacy": "Privacidade",
"reverse-route": "Reverse route", "reverse-route": "Reverter a rota",
"route-quality-altitude": "Altitude coding", "route-quality-altitude": "Codificação de altitude",
"route-quality-cost": "Cost coding", "route-quality-cost": "Codificação de costa",
"route-quality-incline": "Incline coding", "route-quality-incline": "Codificação de inclinação",
"route-quality-shortcut": "{{action}} ({{key}} key to toggle)", "route-quality-shortcut": "{{action}} (tecla {{key}} para alternar)",
"route-tooltip-segment": "Drag to create a new waypoint", "route-tooltip-segment": "Arraste para criar um novo local. Clique para alternar para linha reta.",
"route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.", "route-tooltip-waypoint": "Local. Arraste para mover; clique para remover.",
"strava-biking": "Show Strava biking segments", "strava-biking": "Mostrar os segmentos de ciclismo do Strava",
"strava-running": "Show Strava running segments", "strava-running": "Mostrar os segmentos de atletismo do Strava",
"strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)", "strava-shortcut": "{{action}}\n(tecla {{key}} para alternar a camada, clique para recarregar a área atual)",
"zoomInTitle": "Zoom in", "toggle-beeline": "Alternar linha reta",
"zoomOutTitle": "Zoom out" "zoomInTitle": "Ampliar",
"zoomOutTitle": "Reduzir"
}, },
"modal": { "modal": {
"close": "Close"}, "close": "Fechar",
"or": ""
},
"navbar": { "navbar": {
"about": "About", "about": "Sobre",
"alternative": { "alternative": {
"first": "1st alternative", "first": "1.ª alternativa",
"original": "Original", "original": "Original",
"second": "2nd alternative", "second": "2.ª alternativa",
"third": "3rd alternative" "third": "3.ª alternativa"
}, },
"export": "Export", "export": "Exportar",
"export-tooltip": "Export route", "export-tooltip": "Exportar a rota",
"load": { "load": {
"nogos": "Load no-go areas", "nogos": "Carregar as áreas de interdição",
"title": "Load", "title": "Carregar",
"tooltip": "{{tracksAction}} ({{tracksKey}} key)\n{{trackAsRouteAction}} ({{trackAsRouteKey}})\n{{nogosAction}} ({{nogosKey}})", "tooltip": "{{tracksAction}} (tecla {{tracksKey}})\n{{trackAsRouteAction}} ({{trackAsRouteKey}})\n{{nogosAction}} ({{nogosKey}})",
"tracks": "Load tracks" "tracks": "Carregar os trajetos"
}, },
"profile": { "profile": {
"car-eco": "Car (economic)", "car-eco": "Carro (econômico)",
"car-fast": "Car (fast)", "car-fast": "Carro (rápido)",
"car-test": "Car (test)", "car-test": "Carro (teste)",
"custom": "Custom", "custom": "Personalizado",
"fastbike": "Fastbike", "fastbike": "Speed",
"fastbike-asia-pacific": "Fastbike (Asia Pacific)", "fastbike-asia-pacific": "Speed (Ásia pacífica)",
"fastbike-lowtraffic": "Fastbike (low traffic)", "fastbike-lowtraffic": "Speed (trânsito baixo)",
"hiking-beta": "Hiking (beta)", "hiking-mountain": "Montanhismo",
"moped": "Moped", "moped": "Ciclomotor",
"rail": "Rail", "rail": "Trilho",
"river": "River", "river": "Rio",
"safety": "Safety", "safety": "Seguro",
"shortest": "Shortest", "shortest": "Mais rápido",
"trekking": "Trekking bike", "trekking": "MTB",
"trekking-ignore-cr": "Trekking bike (ignore cycle routes)", "trekking-ignore-cr": "MTB (ignorar as rotas especificadas)",
"trekking-noferries": "Trekking bike (no ferries)", "trekking-noferries": "MTB (Sem balsas)",
"trekking-nosteps": "Trekking bike (no steps)", "trekking-nosteps": "MTB (sem degraus)",
"trekking-steep": "Trekking bike (steep)", "trekking-steep": "MTB (íngreme)",
"vm-forum-liegerad-schnell": "Recumbent bike (fast)", "vm-forum-liegerad-schnell": "Bicicleta reclinada (rápido)",
"vm-forum-velomobil-schnell": "Velomobile (fast)" "vm-forum-velomobil-schnell": "Velomobile (rápido)"
}, },
"profile-tooltip": "\n({{key}} key to switch)" "profile-tooltip": "\n(tecla {{key}} para inverter)"
},
"searchfav": {
"addfavorite": "marcar como favorito",
"ask_removeall": "Quer remover todos os favoritos pesquisados?",
"export": "exportar os favoritos para o arquivo",
"import": "importar os favoritos do arquivo",
"openfavorites": "abrir a lista de favoritos",
"removeall": "remover todos os favoritos"
}, },
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {
"highway": "Highway", "highway": "Via",
"smoothness": "Smoothness", "smoothness": "Rugosidade",
"surface": "Surface" "surface": "Superfície"
}, },
"table": { "table": {
"category": "Category", "category": "Categoria",
"length": "Length", "length": "Extensão",
"total_known": "Total Known:", "total_known": "Total conhecido:",
"unknown": "Unknown" "unknown": "Desconhecido"
}, },
"title": "Analysis", "title": "Análise",
"tooltip": "Analyse route" "tooltip": "Analisar a rota"
}, },
"customize-profile": { "customize-profile": {
"title": "Customize profile", "title": "Personalizar o perfil",
"tooltip": "Customize profile" "tooltip": "Personalizar o perfil"
}, },
"data": { "data": {
"sync-map": "Synchronize map", "sync-map": "Sincronizar o mapa",
"title": "Data", "title": "Dados",
"tooltip": "Show detailed route data table" "tooltip": "Mostrar os dados detalhados tabelados da rota"
}, },
"itinerary": { "itinerary": {
"title": "Itinerary", "title": "Itinerário",
"tooltip": "Show itinerary" "tooltip": "Mostrar o Itinerário"
}, },
"layers": { "layers": {
"category": { "category": {
"base-layers": "Base layers", "base-layers": "Camadas de base",
"country": "Country", "country": "País",
"europe": "Europe", "europe": "Europa",
"europe-monolingual": "Europe monolingual", "europe-monolingual": "Europa monolíngue",
"overlays": "Overlays", "overlays": "Sobreposições",
"overpass": "Locations (POIs)", "overpass": "Localizações (POIs)",
"worldwide": "Worldwide", "worldwide": "Geral",
"worldwide-international": "Worldwide international", "worldwide-international": "Geral internacional",
"worldwide-monolingual": "Worldwide monolingual" "worldwide-monolingual": "Geral monolíngue"
}, },
"collapse": "Collapse all", "collapse": "Colapsar tudo",
"custom-layers": "Custom layers", "custom-layers": "Camadas personalizadas",
"customize": "Add or remove custom layers", "customize": "Adicionar ou remover uma camada personalizada",
"expand": "Expand all", "expand": "Expandir tudo",
"optional": "Add or remove optional layers", "optional": "Adicionar ou remover uma camada opcional",
"optional-layers": "More", "optional-layers": "Mais",
"overlay-opacity": "Overlay transparency", "overlay-opacity": "Transparência da sobreposição",
"overlay-opacity_plural": "Overlays transparency", "overlay-opacity_plural": "Transparência das sobreposições",
"table": { "table": {
"URL": "URL/Query", "URL": "URL/Análise",
"empty": "No custom layer configured yet.", "empty": "Sem uma camada personalizada ainda.",
"name": "Name", "name": "Nome",
"type": "Type", "type": "Tipo",
"type_layer": "Layer", "type_layer": "Camada",
"type_overlay": "Overlay", "type_overlay": "Sobreposição",
"type_overpass_query": "Overpass Query" "type_overpass_query": "Análise do Overpass"
}, },
"title": "Layers", "title": "Camadas",
"tooltip": "Select layers" "tooltip": "Selecionar as camadas"
}, },
"profile": { "profile": {
"apply": "Apply", "apply": "Aplicar",
"clear": "Clear", "clear": "Limpar",
"help": "Help", "help": "Ajuda",
"no_easy_configuration_warning": "No easy configuration is available for this profile.", "no_easy_configuration_warning": "Nenhuma configuração simples está disponível para este perfil.",
"options": "Options", "options": "Opções",
"placeholder": "Write your custom profile here.", "placeholder": "Escreva o seu perfil personalizado aqui.",
"profile": "Profile" "profile": "Perfil"
}, },
"tab-tooltip": "{{action}}\n({{toggleKey}} key to toggle, {{switchKey}} to switch to next tab)" "tab-tooltip": "{{action}}\n(tecla {{toggleKey}} para alternar, {{switchKey}} para trocar para a próxima aba)"
}, },
"title": "BRouter web client", "title": "cliente Web BRouter",
"trackasroute": { "trackasroute": {
"browse": "Browse", "browse": "Navegue",
"explainpoi": "(show waypoints as POI's)", "explainpoi": "(mostrar os locais como POIs)",
"explaintracklayer": "(show Track as separate Layer)", "explaintracklayer": "(mostrar o Trajeto como uma Camada separada)",
"file": "Trackfile", "file": "Arquivo de trajeto",
"fuzziness": "Fuzziness", "fuzziness": "Imprecisão",
"pleasewait": "Please wait!", "pleasewait": "Espere!",
"showpois": "POI's", "showpois": "POIs",
"title": "Load Track as Route", "title": "Carregar o Trajeto como Rota",
"tracklayer": "Track Layer", "tracklayer": "Camada do Trajeto",
"tuning": "Tuning" "tuning": "Adequação"
}, },
"warning": { "warning": {
"cannot-get-route": "Error getting route URL", "cannot-get-route": "Erro ao obter o URL da rota",
"invalid-route-from": "Start marker is too far from a route.", "invalid-route-from": "O marcador inicial está demasiado longe da rota.",
"invalid-route-to": "Destination marker is too far from a route.", "invalid-route-to": "O marcador de destino está demasiado longe da rota.",
"no-response": "no response from server", "no-response": "nenhuma resposta do servidor",
"no-route-found": "Error: cannot find a route for given points. Maybe try to move them closer to roads?", "no-route-found": "Erro: impossível encontrar uma rota para os pontos indicados. Trazê-los para mais perto das ruas, talvez?",
"profile-error": "Profile error: no or empty response from server", "profile-error": "Erro de perfil: sem resposta ou vazia do servidor",
"strava-error": "Error getting Strava segments: {{error}}", "strava-error": "Erro ao obter os segmentos do Strava: {{error}}",
"temporary-profile": "<strong>Note:</strong> Uploaded custom profiles are only cached temporarily on the server.<br/>Please save your edits to your local PC.", "temporary-profile": "<strong>Nota:</strong> Os perfis enviados são guardados apenas temporariamente no servidor.<br/>Guarde as suas edições no seu PC local.",
"tracks-load-error": "Error loading tracks: {{error}}", "tracks-load-error": "Erro ao carregar os trajetos: {{error}}",
"upload-error": "Upload error: {{error}}" "upload-error": "Erro ao enviar: {{error}}"
}, },
"whatsnew": { "whatsnew": {
"new-version": "A new version was released since your last visit. Click <a href='.' data-toggle='modal' data-target='#whatsnew'>here</a> to see what's new!", "new-version": "Uma nova versão foi lançada desde a sua última visita. Clique <a href='.' data-toggle='modal' data-target='#whatsnew'>aqui</a> para ver o que há de novo!",
"title": "What's new?" "title": "Quais as novidades?"
} }
} }

View file

@ -43,6 +43,7 @@
}, },
"footer": { "footer": {
"ascend": "Ascend", "ascend": "Ascend",
"beeline-warning": "Warning: no data for straight lines, values interpolated",
"cost": "Cost", "cost": "Cost",
"distance": "Distance", "distance": "Distance",
"elevation-chart": "Toggle elevation chart", "elevation-chart": "Toggle elevation chart",
@ -84,6 +85,16 @@
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Default properties", "defaultProperties": "Default properties",
"error": {
"invalid-default-nogo-radius": "Invalid default nogo radius.",
"invalid-nogo-buffering-radius": "Invalid nogo buffering radius.",
"loading-file-error": "Could not load file: {{err}}.",
"loading-file-too-big": "Too many nogo areas in this file! Please simplify the geometry and/or reduce the number of zones.",
"loading-file-unexpected": "Unexpected error when loading this file.",
"missing-default-nogo-weight": "Missing default nogo weight.",
"missing-file-url": "Missing file or URL.",
"no-valid-area": "No valid area found in provided input."
},
"file": "File (.geojson)", "file": "File (.geojson)",
"load": "Load", "load": "Load",
"nogoBuffer": "Buffer no-go areas (in meters)", "nogoBuffer": "Buffer no-go areas (in meters)",
@ -149,16 +160,19 @@
"route-quality-cost": "Cost coding", "route-quality-cost": "Cost coding",
"route-quality-incline": "Incline coding", "route-quality-incline": "Incline coding",
"route-quality-shortcut": "{{action}} ({{key}} key to toggle)", "route-quality-shortcut": "{{action}} ({{key}} key to toggle)",
"route-tooltip-segment": "Drag to create a new waypoint", "route-tooltip-segment": "Drag to create a new waypoint. Click to toggle straight line.",
"route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.", "route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.",
"strava-biking": "Show Strava biking segments", "strava-biking": "Show Strava biking segments",
"strava-running": "Show Strava running segments", "strava-running": "Show Strava running segments",
"strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)", "strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)",
"toggle-beeline": "Toggle straight line",
"zoomInTitle": "Zoom in", "zoomInTitle": "Zoom in",
"zoomOutTitle": "Zoom out" "zoomOutTitle": "Zoom out"
}, },
"modal": { "modal": {
"close": "Close"}, "close": "Close",
"or": ""
},
"navbar": { "navbar": {
"about": "About", "about": "About",
"alternative": { "alternative": {
@ -183,7 +197,7 @@
"fastbike": "Fastbike", "fastbike": "Fastbike",
"fastbike-asia-pacific": "Fastbike (Asia Pacific)", "fastbike-asia-pacific": "Fastbike (Asia Pacific)",
"fastbike-lowtraffic": "Fastbike (low traffic)", "fastbike-lowtraffic": "Fastbike (low traffic)",
"hiking-beta": "Hiking (beta)", "hiking-mountain": "Hiking",
"moped": "Moped", "moped": "Moped",
"rail": "Rail", "rail": "Rail",
"river": "River", "river": "River",
@ -199,6 +213,14 @@
}, },
"profile-tooltip": "\n({{key}} key to switch)" "profile-tooltip": "\n({{key}} key to switch)"
}, },
"searchfav": {
"addfavorite": "add as favorite",
"ask_removeall": "Do you want to delete all search favorites?",
"export": "export favorites to file",
"import": "import favorites from file",
"openfavorites": "open favorite list",
"removeall": "delete all favorites"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {

View file

@ -43,6 +43,7 @@
}, },
"footer": { "footer": {
"ascend": "Ascend", "ascend": "Ascend",
"beeline-warning": "Warning: no data for straight lines, values interpolated",
"cost": "Стоимость", "cost": "Стоимость",
"distance": "Расстояние", "distance": "Расстояние",
"elevation-chart": "Переключить график высот", "elevation-chart": "Переключить график высот",
@ -84,6 +85,16 @@
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Default properties", "defaultProperties": "Default properties",
"error": {
"invalid-default-nogo-radius": "Invalid default nogo radius.",
"invalid-nogo-buffering-radius": "Invalid nogo buffering radius.",
"loading-file-error": "Could not load file: {{err}}.",
"loading-file-too-big": "Too many nogo areas in this file! Please simplify the geometry and/or reduce the number of zones.",
"loading-file-unexpected": "Unexpected error when loading this file.",
"missing-default-nogo-weight": "Missing default nogo weight.",
"missing-file-url": "Missing file or URL.",
"no-valid-area": "No valid area found in provided input."
},
"file": "Файл (.geojson)", "file": "Файл (.geojson)",
"load": "Загрузить", "load": "Загрузить",
"nogoBuffer": "Buffer no-go areas (in meters)", "nogoBuffer": "Buffer no-go areas (in meters)",
@ -149,16 +160,19 @@
"route-quality-cost": "Кодирование стоимости", "route-quality-cost": "Кодирование стоимости",
"route-quality-incline": "Incline coding", "route-quality-incline": "Incline coding",
"route-quality-shortcut": "{{action}} ({{key}} key to toggle)", "route-quality-shortcut": "{{action}} ({{key}} key to toggle)",
"route-tooltip-segment": "Drag to create a new waypoint", "route-tooltip-segment": "Drag to create a new waypoint. Click to toggle straight line.",
"route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.", "route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.",
"strava-biking": "Show Strava biking segments", "strava-biking": "Show Strava biking segments",
"strava-running": "Show Strava running segments", "strava-running": "Show Strava running segments",
"strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)", "strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)",
"toggle-beeline": "Toggle straight line",
"zoomInTitle": "Увеличить", "zoomInTitle": "Увеличить",
"zoomOutTitle": "Уменьшить" "zoomOutTitle": "Уменьшить"
}, },
"modal": { "modal": {
"close": "Закрыть"}, "close": "Закрыть",
"or": ""
},
"navbar": { "navbar": {
"about": "About", "about": "About",
"alternative": { "alternative": {
@ -183,7 +197,7 @@
"fastbike": "Fastbike", "fastbike": "Fastbike",
"fastbike-asia-pacific": "Fastbike (Asia Pacific)", "fastbike-asia-pacific": "Fastbike (Asia Pacific)",
"fastbike-lowtraffic": "Fastbike (low traffic)", "fastbike-lowtraffic": "Fastbike (low traffic)",
"hiking-beta": "Hiking (beta)", "hiking-mountain": "Пешие прогулки",
"moped": "Мопед", "moped": "Мопед",
"rail": "Rail", "rail": "Rail",
"river": "Река", "river": "Река",
@ -199,6 +213,14 @@
}, },
"profile-tooltip": "\n({{key}} key to switch)" "profile-tooltip": "\n({{key}} key to switch)"
}, },
"searchfav": {
"addfavorite": "add as favorite",
"ask_removeall": "Do you want to delete all search favorites?",
"export": "export favorites to file",
"import": "import favorites from file",
"openfavorites": "open favorite list",
"removeall": "delete all favorites"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {

325
locales/sv.json Normal file
View file

@ -0,0 +1,325 @@
{
"about": {
"bug-reports": "Buggrapporter och önskemål om funktioner",
"bug-reports-back": "server / backend, routing engine, Android app, profiles, brouter.de site",
"bug-reports-front": "web client / frontend.",
"chat": "Chatta med användare och utvecklare",
"contact": "Kontakt:",
"contact-language": "Preferred language is English, as we have both international contributors and users.",
"data": "Data",
"data-description": "This is based on <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. It is usually updated daily, see dates of <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">data files</a>.",
"description": "Online service of the BRouter routing engine. For the offline Android app and more information see <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>",
"details": "<i><a href=\"{{privacyPolicyUrl}}\" target=\"_blank\">Privacy Policy</a></i>, \n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">Credits</a></i>,\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">Changelog</a></i> and\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">more info</a></i> on the client.",
"support": "General discussions/questions, support",
"title": "Om",
"tooltip": "Show more information about BRouter-Web"
},
"credits": {
"boundaries": "Administrative Boundaries: <a href=\"https://osm-boundaries.com\" target=\"_blank\">OSM-Boundaries</a>, <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>",
"brouter": "BRouter",
"brouter-license": "<a target=\"_blank\" href=\"https://brouter.de/brouter\">BRouter</a> &copy; Arndt Brenschede",
"elevation-data": "Höjddata",
"esri-license": "<a target=\"_blank\" href=\"http://goto.arcgisonline.com/maps/World_Imagery\">World Imagery</a> &copy; <a target=\"_blank\" href=\"https://www.esri.com/\">Esri</a>, sources: Esri, DigitalGlobe, Earthstar Geographics, CNES/Airbus DS, GeoEye, USDA FSA, USGS, Getmapping, Aerogrid, IGN, IGP, and the GIS User Community",
"esri-tiles": "Esri World Imagery",
"map-data": "Kartdata",
"map-tiles": "Kartrutor",
"nominatim": "Search by <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>",
"openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >OpenStreetMaps bidragsgivare</a> under <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>",
"pois": "Locations (POIs): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>",
"title": "Credits"
},
"export": {
"format": "Format",
"format_csv": "CSV",
"format_geojson": "GeoJSON",
"format_gpx": "GPX",
"format_kml": "KML",
"include": "Inkludera",
"include_waypoints": "Waypoints",
"route-from-to": "{{from}}->{{to}}({{distance}}km)",
"route-loop": "{{from}}({{distance}}km)",
"title": "Exportera rutt",
"trackname": "Namn"
},
"footer": {
"ascend": "Ascend",
"beeline-warning": "Warning: no data for straight lines, values interpolated",
"cost": "Kostnad",
"distance": "Avstånd",
"elevation-chart": "Toggle elevation chart",
"energy-per-100km": "Energi per 100 km",
"hours": "timmar",
"hours-abbrev": "h",
"kilometer": "kilometer",
"kilometer-abbrev": "km",
"kilowatthour": "kilowattimmar",
"kilowatthour-abbrev": "kWh",
"mean-cost-factor": "Mean cost factor",
"meter": "meter",
"meter-abbrev": "m",
"no-elevation-data": "Ingen höjddata tillgänglig för den här rutten.",
"plain-ascend": "Plain ascend",
"stats-info": "Start drawing a route to get stats.",
"total-energy": "Total energi",
"travel-time": "Restid"
},
"keyboard": {
"backspace": "Backspace",
"escape": "Escape",
"generic-shortcut": "{{action}} ({{key}} key)",
"shift": "Shift"
},
"layers": {
"add-base": "Add base layer",
"add-overlay": "Add overlay",
"add-overpass": "Add overpass query",
"custom-layer-name-helptext": "ex: OpenStreetMap",
"custom-layer-name-label": "Custom layer name",
"custom-layer-url-helptext-normal": "URL for normal layers, ex: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
"custom-layer-url-helptext-overpass": "Overpass Query, ex: nwr[shop]['diet:vegan']['diet:vegan'!=no];",
"custom-layer-url-label": "Custom layer URL/Query",
"customize": "Customize layers",
"opacity-slider": "Opacity slider",
"overpass-loading-indicator": "Running Overpass API query ...",
"remove-selection": "Ta bort markering"
},
"loadNogos": {
"defaultProperties": "Default properties",
"error": {
"invalid-default-nogo-radius": "Invalid default nogo radius.",
"invalid-nogo-buffering-radius": "Invalid nogo buffering radius.",
"loading-file-error": "Could not load file: {{err}}.",
"loading-file-too-big": "Too many nogo areas in this file! Please simplify the geometry and/or reduce the number of zones.",
"loading-file-unexpected": "Unexpected error when loading this file.",
"missing-default-nogo-weight": "Missing default nogo weight.",
"missing-file-url": "Missing file or URL.",
"no-valid-area": "No valid area found in provided input."
},
"file": "File (.geojson)",
"load": "Läs in",
"nogoBuffer": "Buffer no-go areas (in meters)",
"nogoRadius": "No-go radius for points (in meters)",
"nogoWeight": "No-go weight (-1 means impassable)",
"source": "Source",
"title": "Load no-go areas",
"url": "URL"
},
"map": {
"attribution-osm-long": "OpenStreetMaps bidragsgivare",
"attribution-osm-short": "OpenStreetMap",
"clear-route": "Clear route data",
"copyright": "Upphovsrätt",
"cycling": "Cycling",
"delete-last-point": "Delete last point",
"delete-nogo-areas": "Delete all no-go areas",
"delete-pois": "Delete all points of interest",
"delete-route": "Radera rutt",
"draw-circlego-start": "Draw limited go-to zone",
"draw-circlego-stop": "Stop drawing limited go-to zone",
"draw-poi-start": "Draw points of interest",
"draw-poi-stop": "Stop drawing points of interest",
"draw-route-start": "Draw route",
"draw-route-stop": "Stop drawing route",
"enter-poi-name": "Enter Point of Interest name",
"geocoder": "Search",
"geocoder-placeholder": "Search…",
"hikebike-hillshading": "Hillshading",
"hiking": "Hiking",
"layer": {
"bing": "Bing Aerial",
"cycle": "OpenCycleMap (Thunderf.)",
"cycling": "Cycling (Waymarked Trails)",
"digitalglobe": "DigitalGlobe Recent Imagery",
"esri": "Esri World Imagery",
"hikebike-hillshading": "Hillshading (Hike & Bike Map)",
"hiking": "Hiking (Waymarked Trails)",
"osm": "OpenStreetMap",
"osmde": "OpenStreetMap.de",
"outdoors": "Outdoors (Thunderforest)",
"route-quality": "Route quality coding",
"stamen-terrain": "Terrain (Stamen)",
"strava-segments": "Strava segments",
"topo": "OpenTopoMap"
},
"loading": "Läser in …",
"locate-me": "Show me where I am",
"nogo": {
"cancel": "Cancel drawing no-go area",
"click-drag": "Click and drag to draw circle",
"draw": "Draw circular no-go area",
"edit": "Klicka för att redigera",
"help": "&square; = move / resize, <span class=\"fa fa-trash-o\"></span> = delete,<br>click circle to quit editing"
},
"not-applicable-here": "not applicable here",
"opacity-slider": "Set transparency of route track and markers",
"opacity-slider-shortcut": "{{action}}\n(Hold {{key}} key to mute temporarily)",
"preview": "Preview",
"privacy": "Privacy",
"reverse-route": "Omvänd rutt",
"route-quality-altitude": "Altitude coding",
"route-quality-cost": "Cost coding",
"route-quality-incline": "Incline coding",
"route-quality-shortcut": "{{action}} ({{key}} key to toggle)",
"route-tooltip-segment": "Drag to create a new waypoint. Click to toggle straight line.",
"route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.",
"strava-biking": "Show Strava biking segments",
"strava-running": "Show Strava running segments",
"strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)",
"toggle-beeline": "Toggle straight line",
"zoomInTitle": "Zooma in",
"zoomOutTitle": "Zooma ut"
},
"modal": {
"close": "Stäng",
"or": ""
},
"navbar": {
"about": "Om",
"alternative": {
"first": "1:a alternativet",
"original": "Original",
"second": "2:a alternativet",
"third": "3:e alternativet"
},
"export": "Exportera",
"export-tooltip": "Exportera rutt",
"load": {
"nogos": "Load no-go areas",
"title": "Läs in",
"tooltip": "{{tracksAction}} ({{tracksKey}} key)\n{{trackAsRouteAction}} ({{trackAsRouteKey}})\n{{nogosAction}} ({{nogosKey}})",
"tracks": "Läs in spår"
},
"profile": {
"car-eco": "Bil (ekonomisk)",
"car-fast": "Bil (snabb)",
"car-test": "Bil (test)",
"custom": "Anpassad",
"fastbike": "Fastbike",
"fastbike-asia-pacific": "Fastbike (Asia Pacific)",
"fastbike-lowtraffic": "Fastbike (low traffic)",
"hiking-mountain": "Hiking",
"moped": "Moped",
"rail": "Järnväg",
"river": "Älv",
"safety": "Säkerhet",
"shortest": "Kortaste",
"trekking": "Trekking bike",
"trekking-ignore-cr": "Trekking bike (ignore cycle routes)",
"trekking-noferries": "Trekking bike (no ferries)",
"trekking-nosteps": "Trekking bike (no steps)",
"trekking-steep": "Trekking bike (steep)",
"vm-forum-liegerad-schnell": "Recumbent bike (fast)",
"vm-forum-velomobil-schnell": "Velomobile (fast)"
},
"profile-tooltip": "\n({{key}} key to switch)"
},
"searchfav": {
"addfavorite": "add as favorite",
"ask_removeall": "Do you want to delete all search favorites?",
"export": "export favorites to file",
"import": "import favorites from file",
"openfavorites": "open favorite list",
"removeall": "delete all favorites"
},
"sidebar": {
"analysis": {
"header": {
"highway": "Highway",
"smoothness": "Smoothness",
"surface": "Yta"
},
"table": {
"category": "Kategori",
"length": "Längd",
"total_known": "Total Known:",
"unknown": "Okänd"
},
"title": "Analys",
"tooltip": "Analysera rutt"
},
"customize-profile": {
"title": "Customize profile",
"tooltip": "Customize profile"
},
"data": {
"sync-map": "Synchronize map",
"title": "Data",
"tooltip": "Show detailed route data table"
},
"itinerary": {
"title": "Itinerary",
"tooltip": "Show itinerary"
},
"layers": {
"category": {
"base-layers": "Base layers",
"country": "Land",
"europe": "Europa",
"europe-monolingual": "Europe monolingual",
"overlays": "Overlays",
"overpass": "Locations (POIs)",
"worldwide": "Worldwide",
"worldwide-international": "Worldwide international",
"worldwide-monolingual": "Worldwide monolingual"
},
"collapse": "Collapse all",
"custom-layers": "Anpassade lager",
"customize": "Add or remove custom layers",
"expand": "Expand all",
"optional": "Add or remove optional layers",
"optional-layers": "Mer",
"overlay-opacity": "Overlay transparency",
"overlay-opacity_plural": "Overlays transparency",
"table": {
"URL": "URL/Query",
"empty": "No custom layer configured yet.",
"name": "Namn",
"type": "Typ",
"type_layer": "Lager",
"type_overlay": "Overlay",
"type_overpass_query": "Overpassfråga"
},
"title": "Lager",
"tooltip": "Välj lager"
},
"profile": {
"apply": "Apply",
"clear": "Rensa",
"help": "Hjälp",
"no_easy_configuration_warning": "No easy configuration is available for this profile.",
"options": "Options",
"placeholder": "Write your custom profile here.",
"profile": "Profile"
},
"tab-tooltip": "{{action}}\n({{toggleKey}} key to toggle, {{switchKey}} to switch to next tab)"
},
"title": "BRouter web client",
"trackasroute": {
"browse": "Browse",
"explainpoi": "(show waypoints as POI's)",
"explaintracklayer": "(show Track as separate Layer)",
"file": "Trackfile",
"fuzziness": "Fuzziness",
"pleasewait": "Please wait!",
"showpois": "POI's",
"title": "Load Track as Route",
"tracklayer": "Track Layer",
"tuning": "Tuning"
},
"warning": {
"cannot-get-route": "Error getting route URL",
"invalid-route-from": "Start marker is too far from a route.",
"invalid-route-to": "Destination marker is too far from a route.",
"no-response": "inget svar från servern",
"no-route-found": "Error: cannot find a route for given points. Maybe try to move them closer to roads?",
"profile-error": "Profile error: no or empty response from server",
"strava-error": "Error getting Strava segments: {{error}}",
"temporary-profile": "<strong>Note:</strong> Uploaded custom profiles are only cached temporarily on the server.<br/>Please save your edits to your local PC.",
"tracks-load-error": "Error loading tracks: {{error}}",
"upload-error": "Upload error: {{error}}"
},
"whatsnew": {
"new-version": "A new version was released since your last visit. Click <a href='.' data-toggle='modal' data-target='#whatsnew'>here</a> to see what's new!",
"title": "Vad är nytt?"
}
}

View file

@ -1,9 +1,9 @@
{ {
"about": { "about": {
"bug-reports": "Bug reports and feature requests:", "bug-reports": "Hata raporları ve özellik istekleri:",
"bug-reports-back": "server / backend, routing engine, Android app, profiles, brouter.de site", "bug-reports-back": "server / backend, routing engine, Android app, profiles, brouter.de site",
"bug-reports-front": "web client / frontend.", "bug-reports-front": "web client / frontend.",
"chat": "Chat with users and developers", "chat": "Kullanıcılar ve geliştiricilerle sohbet edin",
"contact": "İrtibat:", "contact": "İrtibat:",
"contact-language": "Preferred language is English, as we have both international contributors and users.", "contact-language": "Preferred language is English, as we have both international contributors and users.",
"data": "Veri", "data": "Veri",
@ -18,7 +18,7 @@
"boundaries": "Administrative Boundaries: <a href=\"https://osm-boundaries.com\" target=\"_blank\">OSM-Boundaries</a>, <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "boundaries": "Administrative Boundaries: <a href=\"https://osm-boundaries.com\" target=\"_blank\">OSM-Boundaries</a>, <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>",
"brouter": "BRouter", "brouter": "BRouter",
"brouter-license": "<a target=\"_blank\" href=\"https://brouter.de/brouter\">BRouter</a> &copy; Arndt Brenschede", "brouter-license": "<a target=\"_blank\" href=\"https://brouter.de/brouter\">BRouter</a> &copy; Arndt Brenschede",
"elevation-data": "Elevation data", "elevation-data": "Yükseklik verileri",
"esri-license": "<a target=\"_blank\" href=\"http://goto.arcgisonline.com/maps/World_Imagery\">World Imagery</a> &copy; <a target=\"_blank\" href=\"https://www.esri.com/\">Esri</a>, sources: Esri, DigitalGlobe, Earthstar Geographics, CNES/Airbus DS, GeoEye, USDA FSA, USGS, Getmapping, Aerogrid, IGN, IGP, and the GIS User Community", "esri-license": "<a target=\"_blank\" href=\"http://goto.arcgisonline.com/maps/World_Imagery\">World Imagery</a> &copy; <a target=\"_blank\" href=\"https://www.esri.com/\">Esri</a>, sources: Esri, DigitalGlobe, Earthstar Geographics, CNES/Airbus DS, GeoEye, USDA FSA, USGS, Getmapping, Aerogrid, IGN, IGP, and the GIS User Community",
"esri-tiles": "Esri World Imagery", "esri-tiles": "Esri World Imagery",
"map-data": "Harita verisi", "map-data": "Harita verisi",
@ -43,15 +43,16 @@
}, },
"footer": { "footer": {
"ascend": "Ascend", "ascend": "Ascend",
"beeline-warning": "Warning: no data for straight lines, values interpolated",
"cost": "Cost", "cost": "Cost",
"distance": "Distance", "distance": "Mesafe",
"elevation-chart": "Toggle elevation chart", "elevation-chart": "Yükseklik grafiğini aç/kapat",
"energy-per-100km": "Energy per 100 km", "energy-per-100km": "100 km'de enerji",
"hours": "saatler", "hours": "saatler",
"hours-abbrev": "s", "hours-abbrev": "s",
"kilometer": "kilometreler", "kilometer": "kilometreler",
"kilometer-abbrev": "km", "kilometer-abbrev": "km",
"kilowatthour": "kilowatt hours", "kilowatthour": "kilovat saat",
"kilowatthour-abbrev": "kWh", "kilowatthour-abbrev": "kWh",
"mean-cost-factor": "Mean cost factor", "mean-cost-factor": "Mean cost factor",
"meter": "metreler", "meter": "metreler",
@ -84,17 +85,27 @@
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Varsayılan özellikler", "defaultProperties": "Varsayılan özellikler",
"file": "File (.geojson)", "error": {
"invalid-default-nogo-radius": "Invalid default nogo radius.",
"invalid-nogo-buffering-radius": "Invalid nogo buffering radius.",
"loading-file-error": "Could not load file: {{err}}.",
"loading-file-too-big": "Too many nogo areas in this file! Please simplify the geometry and/or reduce the number of zones.",
"loading-file-unexpected": "Unexpected error when loading this file.",
"missing-default-nogo-weight": "Missing default nogo weight.",
"missing-file-url": "Eksik dosya veya URL.",
"no-valid-area": "No valid area found in provided input."
},
"file": "Dosya (.geojson)",
"load": "Yükle", "load": "Yükle",
"nogoBuffer": "Buffer no-go areas (in meters)", "nogoBuffer": "Buffer no-go areas (in meters)",
"nogoRadius": "No-go radius for points (in meters)", "nogoRadius": "No-go radius for points (in meters)",
"nogoWeight": "No-go weight (-1 means impassable)", "nogoWeight": "No-go weight (-1 means impassable)",
"source": "Kaynak", "source": "Kaynak",
"title": "Load no-go areas", "title": "Load no-go areas",
"url": "URL" "url": "Bağlantı"
}, },
"map": { "map": {
"attribution-osm-long": "OpenStreetMap contributors", "attribution-osm-long": "OpenStreetMap katkıda bulunanlar",
"attribution-osm-short": "OpenStreetMap", "attribution-osm-short": "OpenStreetMap",
"clear-route": "Clear route data", "clear-route": "Clear route data",
"copyright": "Telif", "copyright": "Telif",
@ -102,15 +113,15 @@
"delete-last-point": "Delete last point", "delete-last-point": "Delete last point",
"delete-nogo-areas": "Delete all no-go areas", "delete-nogo-areas": "Delete all no-go areas",
"delete-pois": "Delete all points of interest", "delete-pois": "Delete all points of interest",
"delete-route": "Delete route", "delete-route": "Rotayı sil",
"draw-circlego-start": "Draw limited go-to zone", "draw-circlego-start": "Draw limited go-to zone",
"draw-circlego-stop": "Stop drawing limited go-to zone", "draw-circlego-stop": "Stop drawing limited go-to zone",
"draw-poi-start": "Draw points of interest", "draw-poi-start": "Draw points of interest",
"draw-poi-stop": "Stop drawing points of interest", "draw-poi-stop": "Stop drawing points of interest",
"draw-route-start": "Draw route", "draw-route-start": "Rota çiz",
"draw-route-stop": "Stop drawing route", "draw-route-stop": "Stop drawing route",
"enter-poi-name": "Enter Point of Interest name", "enter-poi-name": "Enter Point of Interest name",
"geocoder": "Search", "geocoder": "Ara",
"geocoder-placeholder": "Search…", "geocoder-placeholder": "Search…",
"hikebike-hillshading": "Hillshading", "hikebike-hillshading": "Hillshading",
"hiking": "Hiking", "hiking": "Hiking",
@ -130,65 +141,68 @@
"strava-segments": "Strava segments", "strava-segments": "Strava segments",
"topo": "OpenTopoMap" "topo": "OpenTopoMap"
}, },
"loading": "Loading…", "loading": "Yükleniyor…",
"locate-me": "Show me where I am", "locate-me": "Bana nerede olduğumu göster",
"nogo": { "nogo": {
"cancel": "Cancel drawing no-go area", "cancel": "Cancel drawing no-go area",
"click-drag": "Click and drag to draw circle", "click-drag": "Click and drag to draw circle",
"draw": "Draw circular no-go area", "draw": "Draw circular no-go area",
"edit": "Click to edit", "edit": "Düzenlemek için tıkla",
"help": "&square; = move / resize, <span class=\"fa fa-trash-o\"></span> = delete,<br>click circle to quit editing" "help": "&square; = move / resize, <span class=\"fa fa-trash-o\"></span> = delete,<br>click circle to quit editing"
}, },
"not-applicable-here": "not applicable here", "not-applicable-here": "not applicable here",
"opacity-slider": "Set transparency of route track and markers", "opacity-slider": "Set transparency of route track and markers",
"opacity-slider-shortcut": "{{action}}\n(Hold {{key}} key to mute temporarily)", "opacity-slider-shortcut": "{{action}}\n(Hold {{key}} key to mute temporarily)",
"preview": "Preview", "preview": "Ön izleme",
"privacy": "Privacy", "privacy": "Mahremiyet",
"reverse-route": "Reverse route", "reverse-route": "Ters rota",
"route-quality-altitude": "Altitude coding", "route-quality-altitude": "Altitude coding",
"route-quality-cost": "Cost coding", "route-quality-cost": "Cost coding",
"route-quality-incline": "Incline coding", "route-quality-incline": "Incline coding",
"route-quality-shortcut": "{{action}} ({{key}} key to toggle)", "route-quality-shortcut": "{{action}} ({{key}} key to toggle)",
"route-tooltip-segment": "Drag to create a new waypoint", "route-tooltip-segment": "Drag to create a new waypoint. Click to toggle straight line.",
"route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.", "route-tooltip-waypoint": "Ara nokta. Taşımak için sürükleyin; Kaldırmak için tıklayın.",
"strava-biking": "Show Strava biking segments", "strava-biking": "Show Strava biking segments",
"strava-running": "Show Strava running segments", "strava-running": "Show Strava running segments",
"strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)", "strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)",
"zoomInTitle": "Zoom in", "toggle-beeline": "Toggle straight line",
"zoomOutTitle": "Zoom out" "zoomInTitle": "Yakınlaştır",
"zoomOutTitle": "Uzaklaştır"
}, },
"modal": { "modal": {
"close": "Close"}, "close": "Kapat",
"or": ""
},
"navbar": { "navbar": {
"about": "About", "about": "Hakkında",
"alternative": { "alternative": {
"first": "1st alternative", "first": "1. alternatif",
"original": "Original", "original": "Orijinal",
"second": "2nd alternative", "second": "2. alternatif",
"third": "3rd alternative" "third": "3. alternatif"
}, },
"export": "Export", "export": "Export",
"export-tooltip": "Export route", "export-tooltip": "Export route",
"load": { "load": {
"nogos": "Load no-go areas", "nogos": "Kullanılmayan alanları yükle",
"title": "Load", "title": "Yükle",
"tooltip": "{{tracksAction}} ({{tracksKey}} key)\n{{trackAsRouteAction}} ({{trackAsRouteKey}})\n{{nogosAction}} ({{nogosKey}})", "tooltip": "{{tracksAction}} ({{tracksKey}} key)\n{{trackAsRouteAction}} ({{trackAsRouteKey}})\n{{nogosAction}} ({{nogosKey}})",
"tracks": "Load tracks" "tracks": "Parçaları yükle"
}, },
"profile": { "profile": {
"car-eco": "Car (economic)", "car-eco": "Araba (ekonomik)",
"car-fast": "Car (fast)", "car-fast": "Araba (hızlı)",
"car-test": "Car (test)", "car-test": "Araba (test)",
"custom": "Custom", "custom": "Özel",
"fastbike": "Fastbike", "fastbike": "Fastbike",
"fastbike-asia-pacific": "Fastbike (Asia Pacific)", "fastbike-asia-pacific": "Fastbike (Asia Pacific)",
"fastbike-lowtraffic": "Fastbike (low traffic)", "fastbike-lowtraffic": "Fastbike (low traffic)",
"hiking-beta": "Hiking (beta)", "hiking-mountain": "Hiking",
"moped": "Moped", "moped": "Moped",
"rail": "Rail", "rail": "Demiryolu",
"river": "River", "river": "Nehir",
"safety": "Safety", "safety": "Safety",
"shortest": "Shortest", "shortest": "En kısa",
"trekking": "Trekking bike", "trekking": "Trekking bike",
"trekking-ignore-cr": "Trekking bike (ignore cycle routes)", "trekking-ignore-cr": "Trekking bike (ignore cycle routes)",
"trekking-noferries": "Trekking bike (no ferries)", "trekking-noferries": "Trekking bike (no ferries)",
@ -199,6 +213,14 @@
}, },
"profile-tooltip": "\n({{key}} key to switch)" "profile-tooltip": "\n({{key}} key to switch)"
}, },
"searchfav": {
"addfavorite": "add as favorite",
"ask_removeall": "Do you want to delete all search favorites?",
"export": "export favorites to file",
"import": "import favorites from file",
"openfavorites": "open favorite list",
"removeall": "delete all favorites"
},
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {
@ -207,79 +229,79 @@
"surface": "Surface" "surface": "Surface"
}, },
"table": { "table": {
"category": "Category", "category": "Kategori",
"length": "Length", "length": "Uzunluk",
"total_known": "Total Known:", "total_known": "Total Known:",
"unknown": "Unknown" "unknown": "Bilinmeyen"
}, },
"title": "Analysis", "title": "Analysis",
"tooltip": "Analyse route" "tooltip": "Analyse route"
}, },
"customize-profile": { "customize-profile": {
"title": "Customize profile", "title": "Profili özelleştir",
"tooltip": "Customize profile" "tooltip": "Profili özelleştir"
}, },
"data": { "data": {
"sync-map": "Synchronize map", "sync-map": "Haritayı senkronize et",
"title": "Data", "title": "Veri",
"tooltip": "Show detailed route data table" "tooltip": "Ayrıntılı rota veri tablosunu göster"
}, },
"itinerary": { "itinerary": {
"title": "Itinerary", "title": "Güzergah",
"tooltip": "Show itinerary" "tooltip": "Güzergahı göster"
}, },
"layers": { "layers": {
"category": { "category": {
"base-layers": "Base layers", "base-layers": "Base layers",
"country": "Country", "country": "Ülke",
"europe": "Europe", "europe": "Avrupa",
"europe-monolingual": "Europe monolingual", "europe-monolingual": "Europe monolingual",
"overlays": "Overlays", "overlays": "Overlays",
"overpass": "Locations (POIs)", "overpass": "Konumlar (POI'ler)",
"worldwide": "Worldwide", "worldwide": "Dünya çapında",
"worldwide-international": "Worldwide international", "worldwide-international": "Dünya çapında uluslararası",
"worldwide-monolingual": "Worldwide monolingual" "worldwide-monolingual": "Worldwide monolingual"
}, },
"collapse": "Collapse all", "collapse": "Hepsini daralt",
"custom-layers": "Custom layers", "custom-layers": "Custom layers",
"customize": "Add or remove custom layers", "customize": "Add or remove custom layers",
"expand": "Expand all", "expand": "Hepsini genişlet",
"optional": "Add or remove optional layers", "optional": "Add or remove optional layers",
"optional-layers": "More", "optional-layers": "Daha",
"overlay-opacity": "Overlay transparency", "overlay-opacity": "Overlay transparency",
"overlay-opacity_plural": "Overlays transparency", "overlay-opacity_plural": "Overlays transparency",
"table": { "table": {
"URL": "URL/Query", "URL": "URL/Query",
"empty": "No custom layer configured yet.", "empty": "No custom layer configured yet.",
"name": "Name", "name": "İsim",
"type": "Type", "type": "Tip",
"type_layer": "Layer", "type_layer": "Katman",
"type_overlay": "Overlay", "type_overlay": "Kaplama",
"type_overpass_query": "Overpass Query" "type_overpass_query": "Overpass Query"
}, },
"title": "Layers", "title": "Katmanlar",
"tooltip": "Select layers" "tooltip": "Select layers"
}, },
"profile": { "profile": {
"apply": "Apply", "apply": "Uygula",
"clear": "Clear", "clear": "Temizle",
"help": "Help", "help": "Yardım",
"no_easy_configuration_warning": "No easy configuration is available for this profile.", "no_easy_configuration_warning": "No easy configuration is available for this profile.",
"options": "Options", "options": "Seçenekler",
"placeholder": "Write your custom profile here.", "placeholder": "Write your custom profile here.",
"profile": "Profile" "profile": "Profil"
}, },
"tab-tooltip": "{{action}}\n({{toggleKey}} key to toggle, {{switchKey}} to switch to next tab)" "tab-tooltip": "{{action}}\n({{toggleKey}} key to toggle, {{switchKey}} to switch to next tab)"
}, },
"title": "BRouter web client", "title": "BRouter web client",
"trackasroute": { "trackasroute": {
"browse": "Browse", "browse": "Göz at",
"explainpoi": "(show waypoints as POI's)", "explainpoi": "(yol noktalarını POI'ler olarak göster)",
"explaintracklayer": "(show Track as separate Layer)", "explaintracklayer": "(show Track as separate Layer)",
"file": "Trackfile", "file": "Trackfile",
"fuzziness": "Fuzziness", "fuzziness": "Fuzziness",
"pleasewait": "Please wait!", "pleasewait": "Please wait!",
"showpois": "POI's", "showpois": "POI'ler",
"title": "Load Track as Route", "title": "Load Track as Route",
"tracklayer": "Track Layer", "tracklayer": "Track Layer",
"tuning": "Tuning" "tuning": "Tuning"
@ -290,14 +312,14 @@
"invalid-route-to": "Destination marker is too far from a route.", "invalid-route-to": "Destination marker is too far from a route.",
"no-response": "no response from server", "no-response": "no response from server",
"no-route-found": "Error: cannot find a route for given points. Maybe try to move them closer to roads?", "no-route-found": "Error: cannot find a route for given points. Maybe try to move them closer to roads?",
"profile-error": "Profile error: no or empty response from server", "profile-error": "Profil hatası: sunucudan yanıt yok veya boş yanıt",
"strava-error": "Error getting Strava segments: {{error}}", "strava-error": "Strava segmentleri alınırken hata oluştu: {{error}}",
"temporary-profile": "<strong>Note:</strong> Uploaded custom profiles are only cached temporarily on the server.<br/>Please save your edits to your local PC.", "temporary-profile": "<strong>Not: Yüklenen özel profiller yalnızca sunucuda geçici olarak ön belleğe alınır. Lütfen düzenlemelerinizi yerel bilgisayarınıza kaydedin.",
"tracks-load-error": "Error loading tracks: {{error}}", "tracks-load-error": "Parça yüklenirken hata oluştu: {{error}}",
"upload-error": "Upload error: {{error}}" "upload-error": "Yükleme hatası: {{error}}"
}, },
"whatsnew": { "whatsnew": {
"new-version": "A new version was released since your last visit. Click <a href='.' data-toggle='modal' data-target='#whatsnew'>here</a> to see what's new!", "new-version": "Son ziyaretinizden bu yana yeni bir sürüm yayınlandı. Yenilikleri görmek için buraya tıklayın!",
"title": "What's new?" "title": "Yenilikler"
} }
} }

View file

@ -3,11 +3,11 @@
"bug-reports": "錯誤報告和功能需求:", "bug-reports": "錯誤報告和功能需求:",
"bug-reports-back": "伺服器 / 後端、導航引擎、Android應用程式、設定檔、brouter.de 網站", "bug-reports-back": "伺服器 / 後端、導航引擎、Android應用程式、設定檔、brouter.de 網站",
"bug-reports-front": "網頁用戶端 / 前端.", "bug-reports-front": "網頁用戶端 / 前端.",
"chat": "Chat with users and developers", "chat": "與使用者和開發者聊天",
"contact": "聯絡:", "contact": "聯絡:",
"contact-language": "Preferred language is English, as we have both international contributors and users.", "contact-language": "偏好的語言是英語,我們還是有國際貢獻者與使用者。",
"data": "資料:", "data": "資料:",
"data-description": "This is based on <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. It is usually updated daily, see dates of <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">data files</a>.", "data-description": "這資料來<a href=\"https://www.openstreetmap.org\" target=\"_blank\">開放資料</a>,通常每天更新,請見<a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">資料檔案</a>的日期。",
"description": "BRouter 導航引擎線上版。有關離線版 Android 應用程式及更多資訊,請見 <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>。", "description": "BRouter 導航引擎線上版。有關離線版 Android 應用程式及更多資訊,請見 <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>。",
"details": "用戸端上的<i><a href=\"{{privacyPolicyUrl}}\" target=\"_blank\">隱私政策</a></i>、\n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">開發人員名單</a></i>、\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">更新日誌</a></i> 及\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">更多資訊</a></i> ", "details": "用戸端上的<i><a href=\"{{privacyPolicyUrl}}\" target=\"_blank\">隱私政策</a></i>、\n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">開發人員名單</a></i>、\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">更新日誌</a></i> 及\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">更多資訊</a></i> ",
"support": "一般討論/提問及技術支援", "support": "一般討論/提問及技術支援",
@ -15,18 +15,18 @@
"tooltip": "顯示關於 BRouter-Web 更多的資訊" "tooltip": "顯示關於 BRouter-Web 更多的資訊"
}, },
"credits": { "credits": {
"boundaries": "Administrative Boundaries: <a href=\"https://osm-boundaries.com\" target=\"_blank\">OSM-Boundaries</a>, <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "boundaries": "行政邊界:<a href=\"https://osm-boundaries.com\" target=\"_blank\">OSM 邊界</a><a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>",
"brouter": "BRouter", "brouter": "BRouter",
"brouter-license": "<a target=\"_blank\" href=\"https://brouter.de/brouter\">BRouter</a> &copy; Arndt Brenschede", "brouter-license": "<a target=\"_blank\" href=\"https://brouter.de/brouter\">BRouter</a> &copy; Arndt Brenschede",
"elevation-data": "Elevation data", "elevation-data": "等高線資料",
"esri-license": "<a target=\"_blank\" href=\"http://goto.arcgisonline.com/maps/World_Imagery\">World Imagery</a> &copy; <a target=\"_blank\" href=\"https://www.esri.com/\">Esri</a>, 來源: Esri, DigitalGlobe, Earthstar Geographics, CNES/Airbus DS, GeoEye, USDA FSA, USGS, Getmapping, Aerogrid, IGN, IGP, 以及 GIS 使用者社群", "esri-license": "<a target=\"_blank\" href=\"http://goto.arcgisonline.com/maps/World_Imagery\">World Imagery</a> &copy; <a target=\"_blank\" href=\"https://www.esri.com/\">Esri</a>, 來源: Esri, DigitalGlobe, Earthstar Geographics, CNES/Airbus DS, GeoEye, USDA FSA, USGS, Getmapping, Aerogrid, IGN, IGP, 以及 GIS 使用者社群",
"esri-tiles": "Esri World Imagery", "esri-tiles": "Esri World Imagery",
"map-data": "地圖資料", "map-data": "地圖資料",
"map-tiles": "圖磚", "map-tiles": "圖磚",
"nominatim": "搜尋服務由 <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>提供", "nominatim": "搜尋服務由 <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" data-i18n=\"credits.nominatim\">Nominatim</a>提供",
"openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >OpenStreetMap 貢獻者</a> 基於 <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>釋出", "openstreetmap": "&copy; <a target=\"_blank\" href=\"https://www.openstreetmap.org/copyright\" >OpenStreetMap 貢獻者</a> 基於 <a target=\"_blank\" href=\"https://opendatacommons.org/licenses/odbl/\" >ODbL</a>釋出",
"pois": "Locations (POIs): <a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>", "pois": "地點 (POIs)<a href=\"https://overpass-api.de/\" class=\"overpass-url\" target=\"_blank\">Overpass API</a>",
"title": "Credits" "title": "歸功"
}, },
"export": { "export": {
"format": "格式", "format": "格式",
@ -34,99 +34,110 @@
"format_geojson": "GeoJSON", "format_geojson": "GeoJSON",
"format_gpx": "GPX", "format_gpx": "GPX",
"format_kml": "KML", "format_kml": "KML",
"include": "Include", "include": "包括",
"include_waypoints": "航點", "include_waypoints": "航點",
"route-from-to": "{{from}} -> {{to}} ({{distance}}km)", "route-from-to": "{{from}} ->{{to}}({{distance}}公里) ",
"route-loop": "{{from}} ({{distance}}km)", "route-loop": "{{from}} ({{distance}}公里)",
"title": "匯出路徑", "title": "匯出路徑",
"trackname": "名稱" "trackname": "名稱"
}, },
"footer": { "footer": {
"ascend": "Ascend", "ascend": "升序",
"cost": "Cost", "beeline-warning": "Warning: no data for straight lines, values interpolated",
"cost": "價格",
"distance": "距離", "distance": "距離",
"elevation-chart": "Toggle elevation chart", "elevation-chart": "啟用等高線",
"energy-per-100km": "Energy per 100 km", "energy-per-100km": "每 100 公里的能源",
"hours": "hours", "hours": "小時",
"hours-abbrev": "h", "hours-abbrev": "h",
"kilometer": "kilometers", "kilometer": "公里",
"kilometer-abbrev": "km", "kilometer-abbrev": "km",
"kilowatthour": "kilowatt hours", "kilowatthour": "瓦特小時",
"kilowatthour-abbrev": "kWh", "kilowatthour-abbrev": "kWh",
"mean-cost-factor": "Mean cost factor", "mean-cost-factor": "平均成本因素 ",
"meter": "meters", "meter": "公尺",
"meter-abbrev": "m", "meter-abbrev": "m",
"no-elevation-data": "No elevation data available for this route.", "no-elevation-data": "這條路線並沒有等高線資料",
"plain-ascend": "Plain ascend", "plain-ascend": "單純升序",
"stats-info": "Start drawing a route to get stats.", "stats-info": "開始繪製路徑來取得統計資料。",
"total-energy": "Total Energy", "total-energy": "總共能源",
"travel-time": "旅程需時" "travel-time": "旅程需時"
}, },
"keyboard": { "keyboard": {
"backspace": "Backspace", "backspace": "倒退鍵",
"escape": "Escape", "escape": "跳出鍵",
"generic-shortcut": "{{action}} ({{key}} key)", "generic-shortcut": "{{action}} ({{key}} )",
"shift": "Shift" "shift": "Shift"
}, },
"layers": { "layers": {
"add-base": "添加底層圖", "add-base": "添加底層圖",
"add-overlay": "添加疊圖", "add-overlay": "添加疊圖",
"add-overpass": "Add overpass query", "add-overpass": "添加 Overpass 檢索",
"custom-layer-name-helptext": "ex: OpenStreetMap", "custom-layer-name-helptext": "ex:開放街圖",
"custom-layer-name-label": "Custom layer name", "custom-layer-name-label": "客製圖層名稱",
"custom-layer-url-helptext-normal": "URL for normal layers, ex: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", "custom-layer-url-helptext-normal": "一般圖層的 URL例如 https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
"custom-layer-url-helptext-overpass": "Overpass Query, ex: nwr[shop]['diet:vegan']['diet:vegan'!=no];", "custom-layer-url-helptext-overpass": "Overpass 檢索,例如:nwr[shop]['diet:vegan']['diet:vegan'!=no];",
"custom-layer-url-label": "Custom layer URL/Query", "custom-layer-url-label": "客製圖層 URL/檢索",
"customize": "自定義圖層", "customize": "自定義圖層",
"opacity-slider": "Opacity slider", "opacity-slider": "不透明度滑軌",
"overpass-loading-indicator": "Running Overpass API query ...", "overpass-loading-indicator": "執行 Overpass API 檢索...",
"remove-selection": "移除所選項目" "remove-selection": "移除所選項目"
}, },
"loadNogos": { "loadNogos": {
"defaultProperties": "Default properties", "defaultProperties": "預設選項",
"file": "File (.geojson)", "error": {
"load": "Load", "invalid-default-nogo-radius": "無效預設禁止進入半徑。",
"nogoBuffer": "Buffer no-go areas (in meters)", "invalid-nogo-buffering-radius": "無效禁止進入緩衝半徑。",
"nogoRadius": "No-go radius for points (in meters)", "loading-file-error": "無法載入檔案:{{err}}。",
"nogoWeight": "No-go weight (-1 means impassable)", "loading-file-too-big": "檔案有太多禁止進入區域!請簡化幾何圖形和/或減少區域的數量。",
"source": "Source", "loading-file-unexpected": "載入檔案時發生未預期的錯誤。",
"title": "Load no-go areas", "missing-default-nogo-weight": "遺失的預設無法進入重量。",
"missing-file-url": "遺失的檔案或 URL。",
"no-valid-area": "提供的輸入沒有找到有效區域。"
},
"file": "檔案 (.geojson)",
"load": "載入",
"nogoBuffer": "禁止區域緩衝 (公尺為單位)",
"nogoRadius": "點的禁止進入半徑 (公尺為單位)",
"nogoWeight": "禁止進入重量 (-1 代表無法通行)",
"source": "來源",
"title": "載入禁止進入區域",
"url": "URL" "url": "URL"
}, },
"map": { "map": {
"attribution-osm-long": "OpenStreetMap 貢獻者", "attribution-osm-long": "OpenStreetMap 貢獻者",
"attribution-osm-short": "OpenStreetMap 開放街圖", "attribution-osm-short": "OpenStreetMap 開放街圖",
"clear-route": "Clear route data", "clear-route": "清除路徑資料",
"copyright": "著作權", "copyright": "著作權",
"cycling": "自行車", "cycling": "自行車",
"delete-last-point": "Delete last point", "delete-last-point": "刪除最後的點",
"delete-nogo-areas": "Delete all no-go areas", "delete-nogo-areas": "刪除所有的禁止進入區域",
"delete-pois": "Delete all points of interest", "delete-pois": "刪除所有興趣點",
"delete-route": "Delete route", "delete-route": "刪除路徑",
"draw-circlego-start": "Draw limited go-to zone", "draw-circlego-start": "繪製設限的區域",
"draw-circlego-stop": "Stop drawing limited go-to zone", "draw-circlego-stop": "停止繪製設限的區域",
"draw-poi-start": "Draw points of interest", "draw-poi-start": "繪製興趣點",
"draw-poi-stop": "Stop drawing points of interest", "draw-poi-stop": "停止繪製興趣點",
"draw-route-start": "Draw route", "draw-route-start": "繪製路徑",
"draw-route-stop": "Stop drawing route", "draw-route-stop": "停止繪製路徑",
"enter-poi-name": "Enter Point of Interest name", "enter-poi-name": "輸入興趣點名稱",
"geocoder": "Search", "geocoder": "搜尋",
"geocoder-placeholder": "Search…", "geocoder-placeholder": "搜尋...",
"hikebike-hillshading": "Hillshading", "hikebike-hillshading": "山地陰影",
"hiking": "遠足", "hiking": "遠足",
"layer": { "layer": {
"bing": "Bing 空照圖", "bing": "Bing 空照圖",
"cycle": "OpenCycleMap (Thunderf.)", "cycle": "開放單車地圖 (Thunderf.)",
"cycling": "自行車 (Waymarked Trails)", "cycling": "自行車 (Waymarked Trails)",
"digitalglobe": "DigitalGlobe 最新空照圖", "digitalglobe": "DigitalGlobe 最新空照圖",
"esri": "Esri 世界影像圖", "esri": "Esri 世界影像圖",
"hikebike-hillshading": "Hillshading (Hike & Bike Map)", "hikebike-hillshading": "山地陰影 (登山或單車地圖)",
"hiking": "遠足 (Waymarked Trails)", "hiking": "遠足 (Waymarked Trails)",
"osm": "OpenStreetMap 開放街圖", "osm": "OpenStreetMap 開放街圖",
"osmde": "OpenStreetMap.de", "osmde": "OpenStreetMap.de",
"outdoors": "戸外 (Thunderforest)", "outdoors": "戸外 (Thunderforest)",
"route-quality": "Route quality coding", "route-quality": "程式判斷路徑品質",
"stamen-terrain": "Terrain (Stamen)", "stamen-terrain": "地形 (Stamen) ",
"strava-segments": "Strava 區段", "strava-segments": "Strava 區段",
"topo": "OpenTopoMap" "topo": "OpenTopoMap"
}, },
@ -135,30 +146,33 @@
"nogo": { "nogo": {
"cancel": "取消繪畫禁區", "cancel": "取消繪畫禁區",
"click-drag": "點擊並拖曳以畫出圓形", "click-drag": "點擊並拖曳以畫出圓形",
"draw": "Draw circular no-go area", "draw": "繪製圓形禁止進入區域",
"edit": "點撃以編輯", "edit": "點撃以編輯",
"help": "&square; = 移動 / 調整大小, <span class=\"fa fa-trash-o\"></span> = 刪除,<br>點撃圓形以結束編輯" "help": "&square; = 移動 / 調整大小, <span class=\"fa fa-trash-o\"></span> = 刪除,<br>點撃圓形以結束編輯"
}, },
"not-applicable-here": "not applicable here", "not-applicable-here": "此處不適用 ",
"opacity-slider": "Set transparency of route track and markers", "opacity-slider": "設定路徑軌跡和標記的透明度",
"opacity-slider-shortcut": "{{action}}\n(Hold {{key}} key to mute temporarily)", "opacity-slider-shortcut": "{{action}}\n(按住 {{key}} 鍵來暫時關閉)",
"preview": "Preview", "preview": "預覽",
"privacy": "隱私權", "privacy": "隱私權",
"reverse-route": "Reverse route", "reverse-route": "反轉路徑",
"route-quality-altitude": "Altitude coding", "route-quality-altitude": "海拔程式處理",
"route-quality-cost": "Cost coding", "route-quality-cost": "費用程式處理",
"route-quality-incline": "Incline coding", "route-quality-incline": "坡度程式處理",
"route-quality-shortcut": "{{action}} ({{key}} key to toggle)", "route-quality-shortcut": "{{action}} ({{key}} 鍵來啟用)",
"route-tooltip-segment": "Drag to create a new waypoint", "route-tooltip-segment": "Drag to create a new waypoint. Click to toggle straight line.",
"route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.", "route-tooltip-waypoint": "航點。拖動來移動;點一下來移除。",
"strava-biking": "顯示 Strava 自行車區段", "strava-biking": "顯示 Strava 自行車區段",
"strava-running": "顯示 Strava 跑步區段", "strava-running": "顯示 Strava 跑步區段",
"strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)", "strava-shortcut": "{{action}}\n({{key}}鍵來啟動圖層,點一下來重新載入目前區域)",
"toggle-beeline": "Toggle straight line",
"zoomInTitle": "放大", "zoomInTitle": "放大",
"zoomOutTitle": "縮小" "zoomOutTitle": "縮小"
}, },
"modal": { "modal": {
"close": "Close"}, "close": "關閉",
"or": ""
},
"navbar": { "navbar": {
"about": "關於", "about": "關於",
"alternative": { "alternative": {
@ -167,13 +181,13 @@
"second": "第二替代方案", "second": "第二替代方案",
"third": "第三替代方案" "third": "第三替代方案"
}, },
"export": "Export", "export": "匯出",
"export-tooltip": "Export route", "export-tooltip": "匯出路徑",
"load": { "load": {
"nogos": "Load no-go areas", "nogos": "載入禁止進入區域",
"title": "Load", "title": "載入",
"tooltip": "{{tracksAction}} ({{tracksKey}} key)\n{{trackAsRouteAction}} ({{trackAsRouteKey}})\n{{nogosAction}} ({{nogosKey}})", "tooltip": "{{tracksAction}}({{tracksKey}}鍵)\n{{trackAsRouteAction}}({{trackAsRouteKey}})\n{{nogosAction}}({{nogosKey}})",
"tracks": "Load tracks" "tracks": "載入軌跡"
}, },
"profile": { "profile": {
"car-eco": "汽車 (經濟型)", "car-eco": "汽車 (經濟型)",
@ -183,7 +197,7 @@
"fastbike": "機車", "fastbike": "機車",
"fastbike-asia-pacific": "機車 (亞太)", "fastbike-asia-pacific": "機車 (亞太)",
"fastbike-lowtraffic": "機車 (低交通流量)", "fastbike-lowtraffic": "機車 (低交通流量)",
"hiking-beta": "遠足 (Beta測試中)", "hiking-mountain": "遠足",
"moped": "機慢車", "moped": "機慢車",
"rail": "鐵道", "rail": "鐵道",
"river": "河道", "river": "河道",
@ -197,107 +211,115 @@
"vm-forum-liegerad-schnell": "臥式自行車 (速度型)", "vm-forum-liegerad-schnell": "臥式自行車 (速度型)",
"vm-forum-velomobil-schnell": "躺車 (速度型)" "vm-forum-velomobil-schnell": "躺車 (速度型)"
}, },
"profile-tooltip": "\n({{key}} key to switch)" "profile-tooltip": "\n({{key}}鍵來切換)"
},
"searchfav": {
"addfavorite": "add as favorite",
"ask_removeall": "Do you want to delete all search favorites?",
"export": "export favorites to file",
"import": "import favorites from file",
"openfavorites": "open favorite list",
"removeall": "delete all favorites"
}, },
"sidebar": { "sidebar": {
"analysis": { "analysis": {
"header": { "header": {
"highway": "Highway", "highway": "公路",
"smoothness": "Smoothness", "smoothness": "平整度",
"surface": "Surface" "surface": "舖面"
}, },
"table": { "table": {
"category": "Category", "category": "種類",
"length": "Length", "length": "長度",
"total_known": "Total Known:", "total_known": "所有已知:",
"unknown": "Unknown" "unknown": "未知"
}, },
"title": "Analysis", "title": "分析",
"tooltip": "Analyse route" "tooltip": "分析路線"
}, },
"customize-profile": { "customize-profile": {
"title": "Customize profile", "title": "客製化設定檔",
"tooltip": "Customize profile" "tooltip": "客製化設定檔"
}, },
"data": { "data": {
"sync-map": "Synchronize map", "sync-map": "同步地圖",
"title": "資料", "title": "資料",
"tooltip": "Show detailed route data table" "tooltip": "顯示詳細的路線資料表格"
}, },
"itinerary": { "itinerary": {
"title": "行程", "title": "行程",
"tooltip": "Show itinerary" "tooltip": "顯示行程"
}, },
"layers": { "layers": {
"category": { "category": {
"base-layers": "Base layers", "base-layers": "底圖圖層",
"country": "Country", "country": "國家",
"europe": "Europe", "europe": "歐洲",
"europe-monolingual": "Europe monolingual", "europe-monolingual": "歐洲單一語言",
"overlays": "Overlays", "overlays": "套疊",
"overpass": "Locations (POIs)", "overpass": "位置 (興趣點)",
"worldwide": "Worldwide", "worldwide": "全球",
"worldwide-international": "Worldwide international", "worldwide-international": "全球國際化",
"worldwide-monolingual": "Worldwide monolingual" "worldwide-monolingual": "全球單一語言"
}, },
"collapse": "Collapse all", "collapse": "全部收回",
"custom-layers": "自定義圖層", "custom-layers": "自定義圖層",
"customize": "新增或移除自定義圖層", "customize": "新增或移除自定義圖層",
"expand": "Expand all", "expand": "全部打開",
"optional": "Add or remove optional layers", "optional": "新增或移除選擇圖層",
"optional-layers": "More", "optional-layers": "更多",
"overlay-opacity": "Overlay transparency", "overlay-opacity": "套疊透明度",
"overlay-opacity_plural": "Overlays transparency", "overlay-opacity_plural": "套疊透明度",
"table": { "table": {
"URL": "URL/Query", "URL": "URL/檢索",
"empty": "尚未設定自訂圖層。", "empty": "尚未設定自訂圖層。",
"name": "名稱", "name": "名稱",
"type": "類型", "type": "類型",
"type_layer": "Layer", "type_layer": "圖層",
"type_overlay": "Overlay", "type_overlay": "套疊",
"type_overpass_query": "Overpass Query" "type_overpass_query": "Overpass 檢索"
}, },
"title": "圖層", "title": "圖層",
"tooltip": "Select layers" "tooltip": "選擇圖層"
}, },
"profile": { "profile": {
"apply": "Apply", "apply": "套用",
"clear": "清除", "clear": "清除",
"help": "說明", "help": "說明",
"no_easy_configuration_warning": "No easy configuration is available for this profile.", "no_easy_configuration_warning": "這個設定檔沒有簡單的設定。",
"options": "Options", "options": "選項",
"placeholder": "請在意寫下您的自定義設定檔。", "placeholder": "請在意寫下您的自定義設定檔。",
"profile": "Profile" "profile": "設定檔"
}, },
"tab-tooltip": "{{action}}\n({{toggleKey}} key to toggle, {{switchKey}} to switch to next tab)" "tab-tooltip": "{{action}}\n({{toggleKey}}鍵來啟動,{{switchKey}}來切換到下一個頁籤)"
}, },
"title": "BRouter 網頁用戶端", "title": "BRouter 網頁用戶端",
"trackasroute": { "trackasroute": {
"browse": "Browse", "browse": "瀏覽",
"explainpoi": "(show waypoints as POI's)", "explainpoi": "(顯示航點為興趣點)",
"explaintracklayer": "(show Track as separate Layer)", "explaintracklayer": "(顯示路徑為單獨圖層)",
"file": "Trackfile", "file": "路徑檔案",
"fuzziness": "Fuzziness", "fuzziness": "模糊性",
"pleasewait": "Please wait!", "pleasewait": "請等待!",
"showpois": "POI's", "showpois": "興趣點",
"title": "Load Track as Route", "title": "載入路徑為路線",
"tracklayer": "Track Layer", "tracklayer": "路徑圖層",
"tuning": "Tuning" "tuning": "調整"
}, },
"warning": { "warning": {
"cannot-get-route": "取得路線URL時發生錯誤", "cannot-get-route": "取得路線URL時發生錯誤",
"invalid-route-from": "Start marker is too far from a route.", "invalid-route-from": "開始標記離路徑太遠了。",
"invalid-route-to": "Destination marker is too far from a route.", "invalid-route-to": "結束標記離路徑太遠了。",
"no-response": "伺服器沒有回應", "no-response": "伺服器沒有回應",
"no-route-found": "錯誤: 無法就給予的端點建立路線。或者嘗試將它們移近至道路附近?", "no-route-found": "錯誤: 無法就給予的端點建立路線。或者嘗試將它們移近至道路附近?",
"profile-error": "設定檔錯誤: 伺服器回傳空值或沒有回應", "profile-error": "設定檔錯誤: 伺服器回傳空值或沒有回應",
"strava-error": "Error getting Strava segments: {{error}}", "strava-error": "取得 Strava 片段發生錯誤:{{error}}",
"temporary-profile": "<strong>注意:</strong> 已上傳的自定義設定檔僅暫存於伺服器之中。<br/>請將您的編輯儲存至本機當中。", "temporary-profile": "<strong>注意:</strong> 已上傳的自定義設定檔僅暫存於伺服器之中。<br/>請將您的編輯儲存至本機當中。",
"tracks-load-error": "Error loading tracks: {{error}}", "tracks-load-error": "載入軌跡發生錯誤:{{error}}",
"upload-error": "上傳錯誤: {{error}}" "upload-error": "上傳錯誤: {{error}}"
}, },
"whatsnew": { "whatsnew": {
"new-version": "A new version was released since your last visit. Click <a href='.' data-toggle='modal' data-target='#whatsnew'>here</a> to see what's new!", "new-version": "在上次造訪之後有新釋出的版本。點<a href='.' data-toggle='modal' data-target='#whatsnew'>這裡</a>來看有什麼新消息吧!",
"title": "What's new?" "title": "有什麼新消息?"
} }
} }