Uecko_ERP/modules/customers/src/common/locales/en.json

178 lines
5.0 KiB
JSON
Raw Normal View History

2025-07-17 18:04:00 +00:00
{
2025-09-20 10:43:37 +00:00
"common": {
"more_details": "More details",
"back_to_list": "Back to the list",
2025-09-20 11:25:07 +00:00
"save": "Save"
2025-09-20 10:43:37 +00:00
},
2025-08-23 11:57:48 +00:00
"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",
2025-09-16 17:29:37 +00:00
"email": "Email",
"phone": "Phone",
"city": "City",
"tin": "TIN",
"mobile": "Mobile"
2025-08-23 11:57:48 +00:00
}
},
"create": {
"title": "New customer",
2025-09-20 10:43:37 +00:00
"description": "Create a new customer"
2025-09-19 16:55:30 +00:00
},
"update": {
"title": "Update customer",
2025-09-20 10:43:37 +00:00
"description": "Update a customer"
2025-08-23 11:57:48 +00:00
}
},
"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"
},
2025-09-02 10:55:45 +00:00
"province": {
"label": "Province",
"placeholder": "Enter province",
"description": "The province of the customer"
2025-08-23 11:57:48 +00:00
},
"country": {
"label": "Country",
"placeholder": "Select country",
"description": "The country of the customer"
},
2025-09-16 17:29:37 +00:00
"email_primary": {
"label": "Primary email",
"placeholder": "Enter primary email",
"description": "The primary email address of the customer"
},
"email_secondary": {
"label": "Secondary email",
"placeholder": "Enter secondary email",
"description": "The secondary email address of the customer"
},
"phone_primary": {
"label": "Primary phone",
"placeholder": "Enter primary phone number",
"description": "The primary phone number of the customer"
},
"phone_secondary": {
"label": "Secondary phone",
"placeholder": "Enter secondary phone number ",
"description": "The secondary phone number of the customer"
},
"mobile_primary": {
"label": "Primary mobile",
"placeholder": "Enter primary mobile number",
"description": "The primary mobile number of the customer"
},
"mobile_secondary": {
"label": "Secondary mobile",
"placeholder": "Enter secondary mobile number",
"description": "The secondary mobile number of the customer"
2025-08-23 11:57:48 +00:00
},
"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"
},
2025-09-19 16:55:30 +00:00
"default_taxes": {
"label": "Default taxes",
"placeholder": "Select default taxes",
"description": "The default tax rates for the customer"
2025-08-23 11:57:48 +00:00
},
2025-09-18 11:17:18 +00:00
"language_code": {
2025-08-23 11:57:48 +00:00
"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"
},
2025-09-19 16:55:30 +00:00
"preferences": {
"title": "Preferences",
2025-08-23 11:57:48 +00:00
"description": "Additional customer configurations"
}
},
2025-07-17 18:04:00 +00:00
"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"
}
}
}