Files
webapp/i18n/locales/ru/billing.json
2026-01-07 09:10:35 +07:00

28 lines
690 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"billing": {
"header": {
"title": "Баланс"
},
"states": {
"loading": "Загрузка баланса..."
},
"errors": {
"title": "Ошибка загрузки",
"load_failed": "Не удалось загрузить баланс",
"retry": "Повторить"
},
"balance": {
"label": "Текущий баланс",
"credits": "Пополнения",
"debits": "Списания"
},
"transactions": {
"title": "История операций",
"empty": "Операций пока нет",
"date": "Дата",
"code": "Код",
"amount": "Сумма"
}
}
}