+ missing localizatoin +permissions fix
This commit is contained in:
23
frontend/pshared/lib/l10n/ru.arb
Normal file
23
frontend/pshared/lib/l10n/ru.arb
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user