Client - sort translation keys
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{
|
||||
"ERROR": {
|
||||
"<time> is missing in gpx file": "<time>-Element fehlt in der .gpx-Datei.",
|
||||
"Network Error": "Netzwerkfehler.",
|
||||
"UNKNOWN": "Fehler. Bitte versuche es erneut oder kontaktiere den Administrator.",
|
||||
"at least one file in zip archive exceeds size limit, please check the archive": "Mindestens eine Datei im ZIP-Archiv überschreitet das Größenlimit, bitte überprüfe das Archiv.",
|
||||
@ -14,6 +15,7 @@
|
||||
"error, registration is disabled": "Fehler. Die Registrierung ist deaktiviert.",
|
||||
"file extension not allowed": "Dateierweiterung ist nicht erlaubt.",
|
||||
"file size is greater than the allowed size": "Die Datei ist größer als erlaubt.",
|
||||
"gpx file is invalid": "Die .gpx-Datei ist ungültig.",
|
||||
"invalid credentials": "Ungültige Anmeldedaten.",
|
||||
"invalid payload": "Die bereitgestellten Daten sind ungültig.",
|
||||
"invalid token, please log in again": "Ungültiges Token, bitte erneut anmelden.",
|
||||
@ -21,6 +23,7 @@
|
||||
"new email must be different than curent email": "Die neue E-Mail muss sich von der aktuellen E-Mail unterscheiden",
|
||||
"no file part": "Keine Datei angegeben.",
|
||||
"no selected file": "Keine Datei ausgewählt.",
|
||||
"no tracks in gpx file": "Kein Track (<trk>) in der .gpx-Datei.",
|
||||
"ongoing request exists": "Eine Anfrage zum Datenexport existiert bereits.",
|
||||
"password: password and password confirmation do not match": "Passwort: Passwort und Passwortbestätigung stimmen nicht überein.",
|
||||
"provide a valid auth token": "Gebe ein gültiges Authentifizierungstoken an.",
|
||||
@ -32,10 +35,7 @@
|
||||
"user does not exist": "Der Nutzer existiert nicht.",
|
||||
"valid email must be provided for admin contact": "Um den Administrator zu kontaktieren, muss eine gültige E-Mail-Adresse angegeben werden",
|
||||
"you can not delete your account, no other user has admin rights": "Du kannst Dein Konto nicht löschen, da kein anderer Nutzer hat Administratorrechte besitzt.",
|
||||
"you do not have permissions": "Du hast keine Berechtigung.",
|
||||
"<time> is missing in gpx file": "<time>-Element fehlt in der .gpx-Datei.",
|
||||
"gpx file is invalid": "Die .gpx-Datei ist ungültig.",
|
||||
"no tracks in gpx file": "Kein Track (<trk>) in der .gpx-Datei."
|
||||
"you do not have permissions": "Du hast keine Berechtigung."
|
||||
},
|
||||
"PAGINATION": {
|
||||
"NEXT": "Nächste",
|
||||
|
@ -68,6 +68,11 @@
|
||||
"EDIT": "Profil bearbeiten",
|
||||
"EDIT_PREFERENCES": "Einstellungen ändern",
|
||||
"EDIT_SPORTS_PREFERENCES": "Einstellungen für Sportarten ändern",
|
||||
"ELEVATION_CHART_START": {
|
||||
"LABEL": "Höhendiagramm startet bei",
|
||||
"MIN_ALT": "Minimale Höhe",
|
||||
"ZERO": "Null"
|
||||
},
|
||||
"ERRORED_EMAIL_UPDATE": "Bitte {0} um Deine E-Mail Adresse nochmals zu ändern oder kontaktiere den Administrator",
|
||||
"FIRST_DAY_OF_WEEK": "Erster Tag der Woche",
|
||||
"FIRST_NAME": "Vorname",
|
||||
@ -111,11 +116,6 @@
|
||||
"IMPERIAL": "Imperiales System (ft, mi, mph, °F)",
|
||||
"LABEL": "Einheiten für die Distanz",
|
||||
"METRIC": "Metrisches System (m, km, m/s, °C)"
|
||||
},
|
||||
"ELEVATION_CHART_START": {
|
||||
"MIN_ALT": "Minimale Höhe",
|
||||
"ZERO": "Null",
|
||||
"LABEL": "Höhendiagramm startet bei"
|
||||
}
|
||||
},
|
||||
"READ_AND_ACCEPT_PRIVACY_POLICY": "Ich habe die {0} gelesen und stimme ihr zu.",
|
||||
|
Reference in New Issue
Block a user