mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix: financial reports i18n
This commit is contained in:
17
packages/server/src/i18n/en/account.json
Normal file
17
packages/server/src/i18n/en/account.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"field.name": "Account name",
|
||||
"field.description": "Description",
|
||||
"field.slug": "Account slug",
|
||||
"field.code": "Account code",
|
||||
"field.root_type": "Root type",
|
||||
"field.normal": "Account normal",
|
||||
"field.normal.credit": "Credit",
|
||||
"field.normal.debit": "Debit",
|
||||
"field.type": "Type",
|
||||
"field.active": "Active",
|
||||
"field.currency": "Currency",
|
||||
"field.balance": "Balance",
|
||||
"field.bank_balance": "Bank Balance",
|
||||
"field.parent_account": "Parent Account",
|
||||
"field.created_at": "Created at"
|
||||
}
|
||||
Reference in New Issue
Block a user