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": {
"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",

View File

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