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