{ "common": {}, "pages": { "title": "Customers", "description": "Manage your customers", "list": { "title": "Customer list", "description": "List all customers", "grid_columns": { "name": "Name", "trade_name": "Trade name", "status": "Status", "email": "Email" } }, "create": { "title": "New customer", "description": "Create a new customer", "back_to_list": "Back to the list" } }, "form_fields": { "customer_type": { "label": "Customer type", "description": "Select the type of customer", "company": "Company", "individual": "Individual" }, "name": { "label": "Name", "placeholder": "Enter customer name", "description": "The full name of the customer" }, "trade_name": { "label": "Trade name", "placeholder": "Enter trade name", "description": "The trade name of the customer" }, "tin": { "label": "Tax Identification Number", "placeholder": "Enter TIN", "description": "The tax identification number of the customer" }, "reference": { "label": "Reference", "placeholder": "Enter reference", "description": "A reference for the customer" }, "street": { "label": "Street", "placeholder": "Enter street", "description": "The street address of the customer" }, "city": { "label": "City", "placeholder": "Enter city", "description": "The city of the customer" }, "postal_code": { "label": "Postal code", "placeholder": "Enter postal code", "description": "The postal code of the customer" }, "province": { "label": "Province", "placeholder": "Enter province", "description": "The province of the customer" }, "country": { "label": "Country", "placeholder": "Select country", "description": "The country of the customer" }, "email": { "label": "Email", "placeholder": "Enter email", "description": "The email address of the customer" }, "phone": { "label": "Phone", "placeholder": "Enter phone number", "description": "The phone number of the customer" }, "fax": { "label": "Fax", "placeholder": "Enter fax number", "description": "The fax number of the customer" }, "website": { "label": "Website", "placeholder": "Enter website URL", "description": "The website of the customer" }, "default_tax": { "label": "Default tax", "placeholder": "Select default tax", "description": "The default tax rate for the customer" }, "lang_code": { "label": "Language", "placeholder": "Select language", "description": "The preferred language of the customer" }, "currency_code": { "label": "Currency", "placeholder": "Select currency", "description": "The preferred currency of the customer" }, "legal_record": { "label": "Legal record", "placeholder": "Enter legal record", "description": "The legal record of the customer" } }, "form_groups": { "basic_info": { "title": "Basic information", "description": "General customer details" }, "address": { "title": "Address", "description": "Customer location" }, "contact_info": { "title": "Contact information", "description": "Customer contact details" }, "additional_config": { "title": "Additional settings", "description": "Additional customer configurations" } }, "components": { "entity_selector": { "close": "Close", "select_entity": "Select entity", "create_new_entity": "Create new entity", "search_entity": "Search entity", "no_entities_found": "No results found for \"{{search}}\"", "select_or_create": "Select an item from the list or create a new one.", "create_label": "Create new item" } } }