adds trail difficulty property

This commit is contained in:
Christian Beutel
2024-03-10 21:02:49 +01:00
parent 4b8e740730
commit a2819f3b45
15 changed files with 152 additions and 29 deletions

View File

@@ -28,10 +28,13 @@
"delete-trail-confirm": "Möchtest du diese Route wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden.",
"describe-your-trail": "Beschreibe deine Route",
"description": "Beschreibung",
"difficult": "Schwierig",
"difficulty": "Schwierigkeit",
"directions": "Wegbeschreibung",
"display-as": "Anzeigen als",
"distance": "Distanz",
"download-gpx": "GPX herunterladen",
"easy": "Einfach",
"edit": "Bearbeiten",
"edit-entry": "Eintrag bearbeiten",
"edit-list": "Liste bearbeiten",
@@ -61,6 +64,7 @@
"make-thumbnail": "Thumbnail festlegen",
"map": "Karte",
"metric": "Metrisch",
"moderate": "Mittel",
"name": "Name",
"near": "Nahe",
"new-list": "Neue Liste",

View File

@@ -28,10 +28,13 @@
"delete-trail-confirm": "Do you really want to delete this trail? This action cannot be undone.",
"describe-your-trail": "Describe your trail",
"description": "Description",
"difficult": "Difficult",
"difficulty": "Difficulty",
"directions": "Directions",
"display-as": "Display as",
"distance": "Distance",
"download-gpx": "Download GPX",
"easy": "Easy",
"edit": "Edit",
"edit-entry": "Edit Entry",
"edit-list": "Edit List",
@@ -61,6 +64,7 @@
"make-thumbnail": "Make thumbnail",
"map": "Map",
"metric": "Metric",
"moderate": "Moderate",
"name": "Name",
"near": "Near",
"new-list": "New List",