This commit is contained in:
2019-04-01 19:04:28 +00:00
parent a77270e295
commit bec24c2561
4 changed files with 29 additions and 4 deletions

View File

@@ -1563,5 +1563,11 @@
"ErrorAPI2200":"Validierungsfehler",
"ErrorAPI2201":"Fehlendes Pflichtfeld",
"ErrorAPI2202":"Maximale Länge überschritten",
"ErrorAPI2203":"Ungültiger Wert"
"ErrorAPI2203":"Ungültiger Wert",
"ErrorAPI2204":"Pflichtfeld (benutzerdefiniert)",
"ErrorAPI2205":"Expected field missing",
"ErrorAPI2206":"Must be unique",
"ErrorAPI2207":"Start date must be before end date",
"ErrorAPI2208":"This object is linked to others and can not be modified in this way",
"ErrorAPI2209":"This value is fixed"
}

View File

@@ -1562,7 +1562,14 @@
"ErrorAPI2200":"Validation error",
"ErrorAPI2201":"Required field",
"ErrorAPI2202":"Length exceeded",
"ErrorAPI2203":"Invalid value"
"ErrorAPI2203":"Invalid value",
"ErrorAPI2204":"Required field (custom)",
"ErrorAPI2205":"Expected field missing",
"ErrorAPI2206":"Must be unique",
"ErrorAPI2207":"Start date must be before end date",
"ErrorAPI2208":"This object is linked to others and can not be modified in this way",
"ErrorAPI2209":"This value is fixed"

View File

@@ -1563,5 +1563,11 @@
"ErrorAPI2200":"Error de validación",
"ErrorAPI2201":"Campo requerido",
"ErrorAPI2202":"Longitud excedida",
"ErrorAPI2203":"Valor no válido"
"ErrorAPI2203":"Valor no válido",
"ErrorAPI2204":"Campo obligatorio (personalizado)",
"ErrorAPI2205":"Expected field missing",
"ErrorAPI2206":"Must be unique",
"ErrorAPI2207":"Start date must be before end date",
"ErrorAPI2208":"This object is linked to others and can not be modified in this way",
"ErrorAPI2209":"This value is fixed"
}

View File

@@ -1562,5 +1562,11 @@
"ErrorAPI2200": "Erreur de validation",
"ErrorAPI2201": "Champ obligatoire",
"ErrorAPI2202": "Longueur maximale dépassée",
"ErrorAPI2203": "Valeur non valide"
"ErrorAPI2203": "Valeur non valide",
"ErrorAPI2204":"Champ obligatoire (personnalisé)",
"ErrorAPI2205":"Expected field missing",
"ErrorAPI2206":"Must be unique",
"ErrorAPI2207":"Start date must be before end date",
"ErrorAPI2208":"This object is linked to others and can not be modified in this way",
"ErrorAPI2209":"This value is fixed"
}