Client - sort translation keys

This commit is contained in:
Sam 2023-05-03 20:03:26 +02:00
parent 67d434aa6e
commit 13d139efb7
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,6 @@
{
"ERROR": {
"<time> is missing in gpx file": "<time> gedeelte ontbreekt in het .gpx bestand.",
"Network Error": "Netwerk fout.",
"UNKNOWN": "Fout. Probeer opnieuw of contacteer de administrator.",
"at least one file in zip archive exceeds size limit, please check the archive": "Ten minste 1 bestand in het zip archief is groter dan toegelaten, gelieve de bestanden te controleren.",
@ -14,6 +15,7 @@
"error, registration is disabled": "Fout, registratie is uitgeschakeld.",
"file extension not allowed": "Bestandsformaat niet toegelaten.",
"file size is greater than the allowed size": "Bestandsgrootte is groter dan toegestaan.",
"gpx file is invalid": "Het .gpx bestand is ongeldig.",
"invalid credentials": "Ongeldige inloggegevens.",
"invalid payload": "Ingegeven data is ongeldig.",
"invalid token, please log in again": "Ongeldige token, log opnieuw in.",
@ -21,6 +23,7 @@
"new email must be different than curent email": "Het nieuwe email adres dient te verschillen van het oude",
"no file part": "Geen bestand opgegeven.",
"no selected file": "Geen bestand geselecteerd.",
"no tracks in gpx file": "Geen route (<trk>) aanwezig in het .gpx bestand.",
"ongoing request exists": "Er bestaat al een export aanvraag.",
"password: password and password confirmation do not match": "Wachtwoord: het wachtwoord en de bevestiging komen niet overeen.",
"provide a valid auth token": "Geef een geldig auth token.",
@ -32,10 +35,7 @@
"user does not exist": "Gebruiker bestaat niet.",
"valid email must be provided for admin contact": "Een geldige email is vereist voor admin contact informatie",
"you can not delete your account, no other user has admin rights": "U kunt uw account niet verwijderen, geen andere gebruiker heeft admin rechten.",
"you do not have permissions": "U hebt geen machtigingen.",
"<time> is missing in gpx file": "<time> gedeelte ontbreekt in het .gpx bestand.",
"gpx file is invalid": "Het .gpx bestand is ongeldig.",
"no tracks in gpx file": "Geen route (<trk>) aanwezig in het .gpx bestand."
"you do not have permissions": "U hebt geen machtigingen."
},
"PAGINATION": {
"NEXT": "volgende",

View File

@ -68,6 +68,11 @@
"EDIT": "Profiel aanpassen",
"EDIT_PREFERENCES": "Voorkeuren wijzigen",
"EDIT_SPORTS_PREFERENCES": "Sport voorkeuren wijzigen",
"ELEVATION_CHART_START": {
"LABEL": "Hoogte grafiek begint op",
"MIN_ALT": "Minimum hoogte",
"ZERO": "Nul"
},
"ERRORED_EMAIL_UPDATE": "Gelieve {0} om uw email adres opnieuw te wijzigen of contacteer uw administrator",
"FIRST_DAY_OF_WEEK": "Eerste dag van de week",
"FIRST_NAME": "Voornaam",
@ -111,11 +116,6 @@
"IMPERIAL": "Imperialistisch systeem (ft, mi, mph, °F)",
"LABEL": "Eenheid voor afstand",
"METRIC": "Metrisch systeem (m, km, m/s, °C)"
},
"ELEVATION_CHART_START": {
"LABEL": "Hoogte grafiek begint op",
"ZERO": "Nul",
"MIN_ALT": "Minimum hoogte"
}
},
"READ_AND_ACCEPT_PRIVACY_POLICY": "Ik heb het {0} gelezen en goedgekeurd.",