Frontend first draft

This commit is contained in:
Arseni
2025-11-13 15:06:15 +03:00
parent e47f343afb
commit ddb54ddfdc
504 changed files with 25498 additions and 1 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"
}
}