Files
sendico/frontend/pshared/lib/l10n/en.arb
2025-12-05 01:32:41 +01:00

34 lines
909 B
Plaintext

{
"@@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"
},
"resourceLoadError": "Error while loading data. Try again",
"@resourceLoadError": {
"description": "Default message shown when data loading fails"
},
"resourceEmpty": "Empty data",
"@resourceEmpty": {
"description": "Default message shown when no data is available"
}
}