+ missing localizatoin +permissions fix

This commit is contained in:
Stephan D
2025-12-04 22:18:09 +01:00
parent 668ade2014
commit 84318883d2
7 changed files with 35 additions and 7 deletions

View File

@@ -0,0 +1,23 @@
{
"@@locale": "en",
"statusReady": "Ready",
"statusRegistered": "Registered",
"statusNotRegistered": "Not Registered",
"typeInternal": "Internal",
"typeExternal": "External",
"operationStatusProcessing": "Processing",
"@operationStatusProcessing": {
"description": "Label for the “processing” operation status"
},
"operationStatusSuccess": "Success",
"@operationStatusSuccess": {
"description": "Label for the “success” operation status"
},
"operationStatusError": "Error",
"@operationStatusError": {
"description": "Label for the “error” operation status"
}
}