+ 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": "ru",
"statusReady": "Готово",
"statusRegistered": "Зарегистрирован",
"statusNotRegistered": "Не зарегистрирован",
"typeInternal": "Внутренний",
"typeExternal": "Внешний",
"operationStatusProcessing": "Обработка",
"@operationStatusProcessing": {
"description": "Label for the “processing” operation status"
},
"operationStatusSuccess": "Успех",
"@operationStatusSuccess": {
"description": "Label for the “success” operation status"
},
"operationStatusError": "Ошибка",
"@operationStatusError": {
"description": "Label for the “error” operation status"
}
}