temp build

This commit is contained in:
Stephan D
2025-12-05 01:32:41 +01:00
parent 082d782a80
commit f71cc76f64
50 changed files with 853 additions and 707 deletions

View File

@@ -19,5 +19,15 @@
"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"
}
}

View File

@@ -19,5 +19,15 @@
"operationStatusError": "Ошибка",
"@operationStatusError": {
"description": "Label for the “error” operation status"
},
"resourceLoadError": "Ошибка при загрузке данных. Попробуйте еще раз",
"@resourceLoadError": {
"description": "Default message shown when data loading fails"
},
"resourceEmpty": "Нет данных",
"@resourceEmpty": {
"description": "Default message shown when no data is available"
}
}