工单可以关联客户
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
{
|
||||
"common": {
|
||||
"actions": "Actions",
|
||||
"search": "Search",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"back": "Back"
|
||||
},
|
||||
"week": {
|
||||
"sun": "Sunday",
|
||||
"mon": "Monday",
|
||||
@@ -127,6 +136,13 @@
|
||||
"linked_item_not_found": "No matching items found",
|
||||
"linked_item_selected": "Selected",
|
||||
"clear_linked_item": "Clear",
|
||||
"linked_customer": "Linked Customer",
|
||||
"linked_customers": "Linked Customers",
|
||||
"link_customer_placeholder": "Search and link customer...",
|
||||
"linked_customer_placeholder": "Search customer name or phone...",
|
||||
"linked_customer_not_found": "No matching customers found",
|
||||
"linked_customer_selected": "Selected",
|
||||
"clear_linked_customer": "Clear",
|
||||
"photos": "Photos",
|
||||
"no_photos": "No photos",
|
||||
"status": "Status",
|
||||
@@ -504,5 +520,49 @@
|
||||
"no_admins": "No system admins",
|
||||
"group_list": "Group List",
|
||||
"extended_info": "Extended Info"
|
||||
},
|
||||
"customer": {
|
||||
"title": "Customer Management",
|
||||
"subtitle": "Manage customer information",
|
||||
"add": "Add Customer",
|
||||
"add_title": "Add Customer",
|
||||
"edit_title": "Edit Customer",
|
||||
"delete_title": "Delete Customer",
|
||||
"delete_confirm": "Are you sure you want to delete this customer? This action cannot be undone.",
|
||||
"search_placeholder": "Search by name, phone, email or company...",
|
||||
"name": "Name",
|
||||
"first_name": "First Name",
|
||||
"last_name": "Last Name",
|
||||
"salutation": "Title",
|
||||
"salutation_unit": "Unit",
|
||||
"salutation_mr": "Mr",
|
||||
"salutation_ms": "Ms",
|
||||
"phone": "Phone",
|
||||
"phones": "Phone Numbers",
|
||||
"add_phone": "Add Phone",
|
||||
"phone_number": "Phone Number",
|
||||
"email": "Email",
|
||||
"emails": "Email Addresses",
|
||||
"add_email": "Add Email",
|
||||
"email_address": "Email Address",
|
||||
"company": "Company",
|
||||
"companies": "Companies",
|
||||
"add_company": "Add Company",
|
||||
"company_name": "Company Name",
|
||||
"department": "Department",
|
||||
"position": "Position",
|
||||
"created_at": "Created At",
|
||||
"primary": "Primary",
|
||||
"set_primary": "Set Primary",
|
||||
"label_mobile": "Mobile",
|
||||
"label_work": "Work",
|
||||
"label_home": "Home",
|
||||
"label_other": "Other",
|
||||
"label_personal": "Personal",
|
||||
"no_data": "No customer data",
|
||||
"detail_title": "Customer Detail",
|
||||
"basic_info": "Basic Information",
|
||||
"created_by": "Created By",
|
||||
"not_found": "Customer not found"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user