diff --git a/public/locales/de-DE/common.json b/public/locales/de-DE/common.json index 4c0504a..235b521 100644 --- a/public/locales/de-DE/common.json +++ b/public/locales/de-DE/common.json @@ -43,6 +43,8 @@ } }, "messages": { + "successMessage": "Success!", + "deletedObject": "Deleted successfully!", "errors": { "unknown": "An unknown error occurred.", "copyFailed": "Copying to clipboard did not work. Please copy the text manually." @@ -68,7 +70,10 @@ "experimentalFeatureExplanation": "This is an experimental feature.", "saveLabel": "Save", "resetLabel": "Reset", - "loading": "Loading..." + "loading": "Loading...", + "actionNotUndoable": "This action cannot be undone!", + "appError": "We are sorry but there was an error. Please try again later.", + "emptyValue": "-" }, "noSearchResults": { "title": "Nothing found", diff --git a/public/locales/de-DE/components.json b/public/locales/de-DE/components.json index c735d6d..c92440a 100644 --- a/public/locales/de-DE/components.json +++ b/public/locales/de-DE/components.json @@ -29,5 +29,13 @@ "submit": "Add" } } + }, + "SelectField": { + "values": { + "true": "Yes", + "false": "No" + }, + "valueSelection": "<{{ value }}>", + "valueSelectionIsDefault": "Default <{{ value }}>" } }