mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
fix: financial reports i18n
This commit is contained in:
22
packages/server/src/i18n/en/item.json
Normal file
22
packages/server/src/i18n/en/item.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"field.type": "Item Type",
|
||||
"field.type.inventory": "Inventory",
|
||||
"field.type.service": "Service",
|
||||
"field.type.non-inventory": "Non Inventory",
|
||||
"field.name": "Item Name",
|
||||
"field.code": "Item Code",
|
||||
"field.sellable": "Sellable",
|
||||
"field.purchasable": "Purchasable",
|
||||
"field.cost_price": "Cost Price",
|
||||
"field.sell_price": "Sell Price",
|
||||
"field.cost_account": "Cost Account",
|
||||
"field.sell_account": "Sell Account",
|
||||
"field.sell_description": "Sell Description",
|
||||
"field.inventory_account": "Inventory Account",
|
||||
"field.purchase_description": "Purchase Description",
|
||||
"field.quantity_on_hand": "Quantity on Hand",
|
||||
"field.note": "Note",
|
||||
"field.category": "Category",
|
||||
"field.active": "Active",
|
||||
"field.created_at": "Created At"
|
||||
}
|
||||
Reference in New Issue
Block a user