Files
bigcapital/packages/server/src/i18n/en/account.json
Ahmed Bouhuolia 58f609353c fix: import bugs
2025-12-18 21:21:54 +02:00

20 lines
633 B
JSON

{
"field.name": "Account name",
"field.description": "Description",
"field.slug": "Account slug",
"field.code": "Account code",
"field.code_hint": "Unique number to identify the account.",
"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",
"field.account_hint": "Matches the account name or code."
}