mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
Translate request errors for #471
This commit is contained in:
parent
561445de03
commit
4349eda310
66 changed files with 214 additions and 92 deletions
|
|
@ -166,6 +166,9 @@
|
|||
"UNKNOWN_ERROR": "Unbekannter Fehler"
|
||||
},
|
||||
"NOTIFICATIONS": {
|
||||
"REQUEST_ERROR": "Request failed",
|
||||
"REQUEST_ABORTED": "Request is aborted",
|
||||
"REQUEST_TIMEOUT": "Request timed out",
|
||||
"INVALID_TOKEN": "Ungültiger Token",
|
||||
"AUTH_ERROR": "Authentifizierung fehlgeschlagen",
|
||||
"DOMAIN_ALREADY_EXISTS": "Diese Domain existiert bereits",
|
||||
|
|
|
|||
|
|
@ -185,8 +185,6 @@
|
|||
"LABEL_PHONE": "Telefon",
|
||||
"LABEL_WEB": "Web",
|
||||
"LABEL_BIRTHDAY": "Geburtstag",
|
||||
"LINK_ADD_EMAIL": "E-Mail-Adresse hinzufügen",
|
||||
"LINK_ADD_PHONE": "Nummer hinzufügen",
|
||||
"LINK_BIRTHDAY": "Geburtstag",
|
||||
"PLACEHOLDER_ENTER_DISPLAY_NAME": "Anzeigename eingeben",
|
||||
"PLACEHOLDER_ENTER_LAST_NAME": "Nachnamen eingeben",
|
||||
|
|
@ -513,6 +511,9 @@
|
|||
"LABEL_CLOSE_COMPOSE": "Popup schließen"
|
||||
},
|
||||
"NOTIFICATIONS": {
|
||||
"REQUEST_ERROR": "Request failed",
|
||||
"REQUEST_ABORTED": "Request is aborted",
|
||||
"REQUEST_TIMEOUT": "Request timed out",
|
||||
"INVALID_TOKEN": "Ungültiger Token",
|
||||
"AUTH_ERROR": "Authentifizierung fehlgeschlagen",
|
||||
"CONNECTION_ERROR": "Serververbindung kann nicht hergestellt werden",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue