Backend: Update message strings
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
2ab536c6ef
commit
daa3d07ca1
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ package i18n
|
|||
var MsgGerman = MessageMap{
|
||||
ErrUnexpected: "Unerwarteter Fehler, bitte erneut versuchen",
|
||||
ErrSaveFailed: "Daten gekonnten nicht gespeichert werden",
|
||||
ErrBadRequest: "Ungültige Eingabe, bitte erneut versuchen",
|
||||
ErrBadRequest: "Fehlerhafte Eingabe, bitte prüfen",
|
||||
ErrAlreadyExists: "%s existiert bereits",
|
||||
ErrEntityNotFound: "Eintrag nicht gefunden",
|
||||
ErrAccountNotFound: "Unbekannter Account",
|
||||
|
|
|
@ -35,7 +35,7 @@ const (
|
|||
|
||||
var MsgEnglish = MessageMap{
|
||||
ErrUnexpected: "Unexpected error, please try again",
|
||||
ErrBadRequest: "Invalid request, please try again",
|
||||
ErrBadRequest: "Validation failed, check values",
|
||||
ErrSaveFailed: "Changes could not be saved",
|
||||
ErrAlreadyExists: "%s already exists",
|
||||
ErrEntityNotFound: "Unknown entity",
|
||||
|
|
Loading…
Reference in a new issue