29 lines
571 B
JSON
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"
|
|
}
|
|
}
|
|
}
|