fix: Fix de languages

This commit is contained in:
Myzel394 2023-03-05 12:45:21 +01:00
parent c0c3542963
commit 2a3ff1684d
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B
2 changed files with 14 additions and 1 deletions

View File

@ -43,6 +43,8 @@
} }
}, },
"messages": { "messages": {
"successMessage": "Success!",
"deletedObject": "Deleted successfully!",
"errors": { "errors": {
"unknown": "An unknown error occurred.", "unknown": "An unknown error occurred.",
"copyFailed": "Copying to clipboard did not work. Please copy the text manually." "copyFailed": "Copying to clipboard did not work. Please copy the text manually."
@ -68,7 +70,10 @@
"experimentalFeatureExplanation": "This is an experimental feature.", "experimentalFeatureExplanation": "This is an experimental feature.",
"saveLabel": "Save", "saveLabel": "Save",
"resetLabel": "Reset", "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": { "noSearchResults": {
"title": "Nothing found", "title": "Nothing found",

View File

@ -29,5 +29,13 @@
"submit": "Add" "submit": "Add"
} }
} }
},
"SelectField": {
"values": {
"true": "Yes",
"false": "No"
},
"valueSelection": "<{{ value }}>",
"valueSelectionIsDefault": "Default <{{ value }}>"
} }
} }