Initial commit from monorepo
This commit is contained in:
28
i18n/locales/en/billing.json
Normal file
28
i18n/locales/en/billing.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user