Initial commit from monorepo
This commit is contained in:
27
i18n/locales/ru/billing.json
Normal file
27
i18n/locales/ru/billing.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"billing": {
|
||||
"header": {
|
||||
"title": "Баланс"
|
||||
},
|
||||
"states": {
|
||||
"loading": "Загрузка баланса..."
|
||||
},
|
||||
"errors": {
|
||||
"title": "Ошибка загрузки",
|
||||
"load_failed": "Не удалось загрузить баланс",
|
||||
"retry": "Повторить"
|
||||
},
|
||||
"balance": {
|
||||
"label": "Текущий баланс",
|
||||
"credits": "Пополнения",
|
||||
"debits": "Списания"
|
||||
},
|
||||
"transactions": {
|
||||
"title": "История операций",
|
||||
"empty": "Операций пока нет",
|
||||
"date": "Дата",
|
||||
"code": "Код",
|
||||
"amount": "Сумма"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user