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

29 lines
571 B
JSON

{
"billing": {
"header": {
"title": "Balance"
},
"states": {
"loading": "Loading balance..."
},
"errors": {
"title": "Loading error",
"load_failed": "Failed to load balance",
"retry": "Retry"
},
"balance": {
"label": "Current balance",
"credits": "Credits",
"debits": "Debits"
},
"transactions": {
"title": "Transaction history",
"empty": "No transactions yet",
"date": "Date",
"reason": "Reason",
"amount": "Amount",
"status": "Status"
}
}
}