This commit is contained in:
2019-03-28 18:02:44 +00:00
parent e604728781
commit 0bd55a37fe
4 changed files with 57 additions and 4 deletions

View File

@@ -1550,5 +1550,18 @@
"AuthorizationRoleOpsAdminFull":"Systemvorgänge - unbeschränkt",
"Welcome":"Willkommen in AyaNova",
"ErrorFieldValueNotInteger": "Der Wert muss eine ganze Zahl sein",
"ErrorFieldValueNotDecimal": "Wert muss eine Zahl sein"
"ErrorFieldValueNotDecimal": "Wert muss eine Zahl sein",
"ErrorAPI2000":"Server ist geschlossen",
"ErrorAPI2001":"Server ist wegen Wartungsarbeiten geschlossen",
"ErrorAPI2002":"Interner Serverfehler",
"ErrorAPI2003":"Authentication failed",
"ErrorAPI2004":"Not authorized",
"ErrorAPI2005":"Object was recently changed by another user and can't be saved",
"ErrorAPI2010":"Object not found",
"ErrorAPI2020":"PUT id mismatch, route id doesn't match object id",
"ErrorAPI2030":"Invalid operation",
"ErrorAPI2200":"Validation error",
"ErrorAPI2201":"Validation error - required field empty",
"ErrorAPI2202":"Validation error - Field length exceeded",
"ErrorAPI2203":"Validation error - invalid value"
}