mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-04-12 14:50:21 +00:00
Compare commits
2 Commits
92e658376d
...
a0bfc17723
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0bfc17723 | ||
|
|
c9b26dbc1c |
@@ -190,7 +190,7 @@
|
||||
"from": "Le point de départ est trop éloigné de la route la plus proche",
|
||||
"via": "Le point de passage est trop éloigné de la route la plus proche",
|
||||
"to": "Le point d'arrivée est trop éloigné de la route la plus proche",
|
||||
"distance": "The end point is too far from the start point",
|
||||
"distance": "Le point d'arrivée est trop loin du point de départ",
|
||||
"connection": "Aucune connexion trouvée entre les points",
|
||||
"timeout": "Le calcul de l'itinéraire a pris trop de temps, essayez d'ajouter des points plus rapprochés"
|
||||
}
|
||||
|
||||
@@ -190,8 +190,8 @@
|
||||
"from": "Het startpunt ligt te ver van de dichtstbijzijnde weg",
|
||||
"via": "Het via punt ligt te ver van de dichtstbijzijnde weg",
|
||||
"to": "Het eindpunt is te ver van de dichtstbijzijnde weg",
|
||||
"distance": "The end point is too far from the start point",
|
||||
"connection": "No connection found between the points",
|
||||
"distance": "Het eindpunt is te ver vanaf het startpunt",
|
||||
"connection": "Geen verbinding gevonden tussen de punten",
|
||||
"timeout": "Routeberekening heeft te lang geduurd, probeer punten dichter bij elkaar toe te voegen"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user