190 lines
5.3 KiB
JSON
190 lines
5.3 KiB
JSON
{
|
|
"common": {
|
|
"more_details": "More details",
|
|
"back_to_list": "Back to the list",
|
|
"cancel": "Cancel",
|
|
"save": "Save"
|
|
},
|
|
"catalog": {
|
|
"status": {
|
|
"active": "active",
|
|
"inactive": "inactive"
|
|
}
|
|
},
|
|
"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",
|
|
"phone": "Phone",
|
|
"city": "City",
|
|
"tin": "TIN",
|
|
"mobile": "Mobile"
|
|
}
|
|
},
|
|
"create": {
|
|
"title": "New customer",
|
|
"description": "Create a new customer"
|
|
},
|
|
"update": {
|
|
"title": "Update customer",
|
|
"description": "Update a customer"
|
|
}
|
|
},
|
|
"form_fields": {
|
|
"customer_type": {
|
|
"label": "This contact is...",
|
|
"description": "Select the type of customer",
|
|
"company": "a company",
|
|
"individual": "a person"
|
|
},
|
|
"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"
|
|
},
|
|
"street2": {
|
|
"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_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"
|
|
},
|
|
"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_taxes": {
|
|
"label": "Default taxes",
|
|
"placeholder": "Select default taxes",
|
|
"description": "The default tax rates for the customer"
|
|
},
|
|
"language_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"
|
|
},
|
|
"preferences": {
|
|
"title": "Preferences",
|
|
"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"
|
|
}
|
|
}
|
|
}
|