24 lines
702 B
Plaintext
24 lines
702 B
Plaintext
{
|
||
"@@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"
|
||
}
|
||
}
|