fix: financial reports i18n

This commit is contained in:
Ahmed Bouhuolia
2025-05-11 17:26:55 +02:00
parent c10cad4256
commit 0c9d961272
19 changed files with 277 additions and 18 deletions

View 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"
}