mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-18 15:35:26 +02:00
fix: Fix de languages
This commit is contained in:
parent
c0c3542963
commit
2a3ff1684d
@ -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",
|
||||
|
@ -29,5 +29,13 @@
|
||||
"submit": "Add"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SelectField": {
|
||||
"values": {
|
||||
"true": "Yes",
|
||||
"false": "No"
|
||||
},
|
||||
"valueSelection": "<{{ value }}>",
|
||||
"valueSelectionIsDefault": "Default <{{ value }}>"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user