chore: Update to the latest translations (#3923)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
"contains": "Contains",
|
||||
"does_not_contain": "Does not contain",
|
||||
"is_present": "Is present",
|
||||
"is_not_present": "Is not present"
|
||||
"is_not_present": "Is not present",
|
||||
"is_greater_than": "Is greater than",
|
||||
"is_lesser_than": "Is lesser than"
|
||||
},
|
||||
"ATTRIBUTES": {
|
||||
"STATUS": "สถานะ",
|
||||
@@ -31,7 +33,54 @@
|
||||
"LABELS": "Labels",
|
||||
"BROWSER_LANGUAGE": "Browser Language",
|
||||
"COUNTRY_NAME": "Country Name",
|
||||
"REFERER_LINK": "Referer link"
|
||||
"REFERER_LINK": "Referer link",
|
||||
"CUSTOM_ATTRIBUTE_LIST": "List",
|
||||
"CUSTOM_ATTRIBUTE_TEXT": "Text",
|
||||
"CUSTOM_ATTRIBUTE_NUMBER": "Number",
|
||||
"CUSTOM_ATTRIBUTE_LINK": "Link",
|
||||
"CUSTOM_ATTRIBUTE_CHECKBOX": "Checkbox"
|
||||
},
|
||||
"GROUPS": {
|
||||
"STANDARD_FILTERS": "Standard Filters",
|
||||
"ADDITIONAL_FILTERS": "Additional Filters",
|
||||
"CUSTOM_ATTRIBUTES": "แอตทริบิวต์ที่กำหนดเอง"
|
||||
},
|
||||
"CUSTOM_VIEWS": {
|
||||
"ADD": {
|
||||
"TITLE": "Do you want to save this filter?",
|
||||
"LABEL": "Name this filter",
|
||||
"PLACEHOLDER": "Enter a name for this filter",
|
||||
"ERROR_MESSAGE": "Name is required",
|
||||
"SAVE_BUTTON": "Save filter",
|
||||
"CANCEL_BUTTON": "ยกเลิก",
|
||||
"API_FOLDERS": {
|
||||
"SUCCESS_MESSAGE": "Folder created successfully",
|
||||
"ERROR_MESSAGE": "Error while creating folder"
|
||||
},
|
||||
"API_SEGMENTS": {
|
||||
"SUCCESS_MESSAGE": "Segment created successfully",
|
||||
"ERROR_MESSAGE": "Error while creating segment"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"DELETE_BUTTON": "Delete filter",
|
||||
"MODAL": {
|
||||
"CONFIRM": {
|
||||
"TITLE": "ยืนยันการลบ",
|
||||
"MESSAGE": "Are you sure to delete the filter ",
|
||||
"YES": "เอาเลย",
|
||||
"NO": "No, Keep it"
|
||||
}
|
||||
},
|
||||
"API_FOLDERS": {
|
||||
"SUCCESS_MESSAGE": "Folder deleted successfully",
|
||||
"ERROR_MESSAGE": "Error while deleting folder"
|
||||
},
|
||||
"API_SEGMENTS": {
|
||||
"SUCCESS_MESSAGE": "Segment deleted successfully",
|
||||
"ERROR_MESSAGE": "Error while deleting segment"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,89 @@
|
||||
{
|
||||
"AUTOMATION": {
|
||||
"HEADER": "Automation",
|
||||
"HEADER_BTN_TXT": "Add Automation Rule"
|
||||
"HEADER_BTN_TXT": "Add Automation Rule",
|
||||
"LOADING": "Fetching automation rules",
|
||||
"SIDEBAR_TXT": "<p><b>Automation Rules</b> <p>Automation can replace and automate existing processes that require manual effort. You can do many things with automation, including adding labels and assigning conversation to the best agent. So the team focuses on what they do best and spends more little time on manual tasks.</p>",
|
||||
"ADD": {
|
||||
"TITLE": "Add Automation Rule",
|
||||
"SUBMIT": "สร้าง",
|
||||
"CANCEL_BUTTON_TEXT": "ยกเลิก",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Rule Name",
|
||||
"PLACEHOLDER": "Enter rule name",
|
||||
"ERROR": "Name is required"
|
||||
},
|
||||
"DESC": {
|
||||
"LABEL": "Description",
|
||||
"PLACEHOLDER": "Enter rule description",
|
||||
"ERROR": "Description is required"
|
||||
},
|
||||
"EVENT": {
|
||||
"LABEL": "Event",
|
||||
"PLACEHOLDER": "Please select one",
|
||||
"ERROR": "Event is required"
|
||||
},
|
||||
"CONDITIONS": {
|
||||
"LABEL": "Conditions"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"LABEL": "การกระทำ"
|
||||
}
|
||||
},
|
||||
"CONDITION_BUTTON_LABEL": "Add Condition",
|
||||
"ACTION_BUTTON_LABEL": "Add Action",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Automation rule added successfully",
|
||||
"ERROR_MESSAGE": "Could not able to create a automation rule, Please try again later"
|
||||
}
|
||||
},
|
||||
"LIST": {
|
||||
"TABLE_HEADER": [
|
||||
"ชื่อ",
|
||||
"Description",
|
||||
"ใช้งานอยู่",
|
||||
"Created on"
|
||||
],
|
||||
"404": "No automation rules found"
|
||||
},
|
||||
"DELETE": {
|
||||
"TITLE": "Delete Automation Rule",
|
||||
"SUBMIT": "ลบ",
|
||||
"CANCEL_BUTTON_TEXT": "ยกเลิก",
|
||||
"CONFIRM": {
|
||||
"TITLE": "ยืนยันการลบ",
|
||||
"MESSAGE": "คุณต้องการที่จะลบไหม ",
|
||||
"YES": "เอาเลย ",
|
||||
"NO": "ไม่อะเก็บไว้ "
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Automation rule deleted successfully",
|
||||
"ERROR_MESSAGE": "Could not able to delete a automation rule, Please try again later"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit Automation Rule",
|
||||
"SUBMIT": "เเก้ไข",
|
||||
"CANCEL_BUTTON_TEXT": "ยกเลิก",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Automation rule updated successfully",
|
||||
"ERROR_MESSAGE": "Could not update automation rule, Please try again later"
|
||||
}
|
||||
},
|
||||
"CLONE": {
|
||||
"TOOLTIP": "Clone",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Automation cloned successfully",
|
||||
"ERROR_MESSAGE": "Could not clone automation rule, Please try again later"
|
||||
}
|
||||
},
|
||||
"FORM": {
|
||||
"EDIT": "เเก้ไข",
|
||||
"CREATE": "สร้าง",
|
||||
"DELETE": "ลบ",
|
||||
"CANCEL": "ยกเลิก",
|
||||
"RESET_MESSAGE": "Changing event type will reset the conditions and events you have added below"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"HEADER": "แคมเปญ",
|
||||
"SIDEBAR_TXT": "ข้อความที่ช่วยให้ลูกค้าสามารถส่งข้อควาไปยังผู้ติดต่อซึ่งจะทำให้เกิดการสนทนามากขึ้น คลิกที่ <b> เพิ่มแคมเปญ </b> เพื่อสร้างแคมเปญใหม่ คุณยังสามารถแก้ไขหรือลบแคมเปญที่มีอยู่ได้โดยคลิกที่ปุ่มแก้ไขหรือลบ",
|
||||
"HEADER_BTN_TXT": {
|
||||
"ONE_OFF": "Create a one off campaign",
|
||||
"ONGOING": "Create a ongoing campaign"
|
||||
"ONE_OFF": "สร้างแคมเปญแบบครั้งเดียว",
|
||||
"ONGOING": "สร้างแคมเปญแบบต่อเนื่อง"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "สร้างแคมเปญใหม่",
|
||||
@@ -18,20 +18,20 @@
|
||||
"ERROR": "โปรดระบุหัวข้อด้วย"
|
||||
},
|
||||
"SCHEDULED_AT": {
|
||||
"LABEL": "Scheduled time",
|
||||
"PLACEHOLDER": "Please select the time",
|
||||
"CONFIRM": "Confirm",
|
||||
"ERROR": "Scheduled time is required"
|
||||
"LABEL": "ตารางเวลา",
|
||||
"PLACEHOLDER": "กรุณาระบุเวลา",
|
||||
"CONFIRM": "ยืนยัน",
|
||||
"ERROR": "กำหนดเวลา"
|
||||
},
|
||||
"AUDIENCE": {
|
||||
"LABEL": "Audience",
|
||||
"PLACEHOLDER": "Select the customer labels",
|
||||
"ERROR": "Audience is required"
|
||||
"LABEL": "เป้าหมาย",
|
||||
"PLACEHOLDER": "เลือกป้ายชื่อลูกค้า",
|
||||
"ERROR": "จำเป็นต้องระบุเป้าหมาย"
|
||||
},
|
||||
"INBOX": {
|
||||
"LABEL": "Select Inbox",
|
||||
"PLACEHOLDER": "Select Inbox",
|
||||
"ERROR": "Inbox is required"
|
||||
"LABEL": "เลือกกล่องข้อความ",
|
||||
"PLACEHOLDER": "เลือกกล่องข้อความ",
|
||||
"ERROR": "จำเป็นต้องมีกล่องข้อความ"
|
||||
},
|
||||
"MESSAGE": {
|
||||
"LABEL": "ข้อความ",
|
||||
@@ -54,7 +54,7 @@
|
||||
"ERROR": "กรุณาระบุเวลาที่อยู่ในหน้านั้นด้วย"
|
||||
},
|
||||
"ENABLED": "เปิดเเคมเปญ",
|
||||
"TRIGGER_ONLY_BUSINESS_HOURS": "Trigger only during business hours",
|
||||
"TRIGGER_ONLY_BUSINESS_HOURS": "เรียกเฉพาะในเวลาทำการ",
|
||||
"SUBMIT": "เพิ่มเเคมเปญ"
|
||||
},
|
||||
"API": {
|
||||
@@ -71,8 +71,8 @@
|
||||
"NO": "ไม่อะเก็บไว้ "
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Campaign deleted successfully",
|
||||
"ERROR_MESSAGE": "Could not delete the campaign. Please try again later."
|
||||
"SUCCESS_MESSAGE": "ลบแคมเปญเรียบร้อยแล้ว",
|
||||
"ERROR_MESSAGE": "ไม่สามารถลบได้ กรุณาลองใหม่อีกครั้ง."
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
@@ -93,7 +93,7 @@
|
||||
"STATUS": "สถานะ",
|
||||
"SENDER": "ผู้ส่ง",
|
||||
"URL": "ลิ้ง",
|
||||
"SCHEDULED_AT": "Scheduled time",
|
||||
"SCHEDULED_AT": "ตารางเวลา",
|
||||
"TIME_ON_PAGE": "เวลา (วินาที)",
|
||||
"CREATED_AT": "สร้างเมื่อ"
|
||||
},
|
||||
@@ -105,22 +105,22 @@
|
||||
"STATUS": {
|
||||
"ENABLED": "เปิด",
|
||||
"DISABLED": "ปิด",
|
||||
"COMPLETED": "Completed",
|
||||
"ACTIVE": "Active"
|
||||
"COMPLETED": "เสร็จสิ้น",
|
||||
"ACTIVE": "ใช้งานอยู่"
|
||||
},
|
||||
"SENDER": {
|
||||
"BOT": "บอท"
|
||||
}
|
||||
},
|
||||
"ONE_OFF": {
|
||||
"HEADER": "One off campaigns",
|
||||
"404": "There are no one off campaigns created",
|
||||
"INBOXES_NOT_FOUND": "Please create an sms inbox and start adding campaigns"
|
||||
"HEADER": "แคมเปญเดียว",
|
||||
"404": "ยังไม่มีใครสร้างแคมเปญ",
|
||||
"INBOXES_NOT_FOUND": "โปรดสร้างกล่องข้อความ SMS และเพิ่มแคมเปญ"
|
||||
},
|
||||
"ONGOING": {
|
||||
"HEADER": "Ongoing campaigns",
|
||||
"404": "There are no ongoing campaigns created",
|
||||
"INBOXES_NOT_FOUND": "Please create an website inbox and start adding campaigns"
|
||||
"HEADER": "แคมเปญต่อเนื่อง",
|
||||
"404": "ไม่มีการสร้างแคมเปญต่อเนื่อง",
|
||||
"INBOXES_NOT_FOUND": "โปรดสร้างกล่องข้อความของเว็บไซต์ และเพิ่มแคมเปญ"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"HEADER_BTN_TXT": "เพิ่มคำตอบสำเร็จรูป",
|
||||
"LOADING": "กำลังดึงการตอบสำเร็จรูป",
|
||||
"SEARCH_404": "ไม่มีรายการที่ตรงกับเนื้อหานี้",
|
||||
"SIDEBAR_TXT": "<p> <b> การตอบกลับสำเร็จรูป </b> </p> <p> คำตอบสำเร็จรูปคือเทมเพลตการตอบกลับที่บันทึกไว้ซึ่งสามารถใช้เพื่อตอบกลับการสนทนาได้อย่างรวดเร็ว </p> <p> สำหรับการสร้างคำตอบสำเร็จรูปเพียงคลิกที่ <b> เพิ่มการตอบกลับสำเร็จรูป </b> คุณยังสามารถแก้ไขหรือลบคำตอบสำเร็จรูปที่มีอยู่ได้โดยคลิกที่ปุ่มแก้ไขหรือลบ </p> <p> คำตอบสำเร็จรูปถูกใช้โดยใช้ <b> รหัสย่อ </b> ตัวแทนสามารถเข้าถึงคำตอบสำเร็จรูปขณะสนทนาได้โดยพิมพ์ <b> '/' </b> ตามด้วยรหัสสั้น ๆ </p>",
|
||||
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are saved reply templates which can be used to quickly send out a reply to a conversation. </p><p> For creating a Canned Response, just click on the <b>Add Canned Response</b>. You can also edit or delete an existing Canned Response by clicking on the Edit or Delete button </p><p> Canned responses are used with the help of <b>Short Codes</b>. Agents can access canned responses while on a chat by typing <b>'/'</b> followed by the short code. </p>",
|
||||
"LIST": {
|
||||
"404": "ไม่มีการตอบสำเร็จรูปในบัญชีนี้",
|
||||
"TITLE": "จัดกาาคำตอบสำเร็จรูป",
|
||||
@@ -17,12 +17,12 @@
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "เพิ่มคำตอบสำเร็จรูป",
|
||||
"DESC": "คำตอบสำเร็จรูปคือเทมเพลตการตอบกลับที่กำหนดไว้ล่วงหน้าซึ่งสามารถใช้เพื่อส่งการตอบกลับไปยังตั๋วได้อย่างรวดเร็ว",
|
||||
"DESC": "Canned Responses are saved reply templates which can be used to quickly send out reply to conversation.",
|
||||
"CANCEL_BUTTON_TEXT": "ยกเลิก",
|
||||
"FORM": {
|
||||
"SHORT_CODE": {
|
||||
"LABEL": "หรัสสั้นๆ",
|
||||
"PLACEHOLDER": "กรุณากรอกหรัสสั่นๆ",
|
||||
"PLACEHOLDER": "Please enter a short code",
|
||||
"ERROR": "จำเป็นต้องระบุหรัสสั่น"
|
||||
},
|
||||
"CONTENT": {
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
"NO_RESULT": "ไม่พบหัวข้อ"
|
||||
}
|
||||
},
|
||||
"MERGE_CONTACT": "Merge contact",
|
||||
"CONTACT_ACTIONS": "Contact actions",
|
||||
"MERGE_CONTACT": "รวมผู้ติดต่อเข้าด้วยกัน",
|
||||
"CONTACT_ACTIONS": "ดำเนินการติดต่อ",
|
||||
"MUTE_CONTACT": "ระงับการสนทนา",
|
||||
"UNMUTE_CONTACT": "เลิกใบ้การสนทนา",
|
||||
"MUTED_SUCCESS": "การสนทนานี้ถูกระงับ 6 ชั่วโมง",
|
||||
@@ -58,32 +58,32 @@
|
||||
"DESC": "เพิ่าข้อความพื้นฐานเกี่ยวกับการติดต่อนี้"
|
||||
},
|
||||
"IMPORT_CONTACTS": {
|
||||
"BUTTON_LABEL": "Import",
|
||||
"TITLE": "Import Contacts",
|
||||
"DESC": "Import contacts through a CSV file.",
|
||||
"DOWNLOAD_LABEL": "Download a sample csv.",
|
||||
"BUTTON_LABEL": "นำเข้า",
|
||||
"TITLE": "นำเข้าผู้ติดต่อ",
|
||||
"DESC": "นำเข้ารายชื่อผู้ติดต่อผ่านไฟล์ CSV",
|
||||
"DOWNLOAD_LABEL": "ดาวน์โหลดตัวอย่าง csv",
|
||||
"FORM": {
|
||||
"LABEL": "CSV File",
|
||||
"SUBMIT": "Import",
|
||||
"LABEL": "ไฟล์ CSV",
|
||||
"SUBMIT": "นำเข้า",
|
||||
"CANCEL": "ยกเลิก"
|
||||
},
|
||||
"SUCCESS_MESSAGE": "Contacts saved successfully",
|
||||
"SUCCESS_MESSAGE": "บันทึกรายชื่อเรียบร้อยแล้ว",
|
||||
"ERROR_MESSAGE": "เกิดข้อผิดพลาดกรุณาลองใหม่อีกครั้ง"
|
||||
},
|
||||
"DELETE_CONTACT": {
|
||||
"BUTTON_LABEL": "Delete Contact",
|
||||
"TITLE": "Delete contact",
|
||||
"DESC": "Delete contact details",
|
||||
"BUTTON_LABEL": "ลบผู้ติดต่อ",
|
||||
"TITLE": "ลบผู้ติดต่อ",
|
||||
"DESC": "ลบรายละเอียดผู้ติดต่อ",
|
||||
"CONFIRM": {
|
||||
"TITLE": "ยืนยันการลบ",
|
||||
"MESSAGE": "คุณต้องการที่จะลบไหม ",
|
||||
"PLACE_HOLDER": "Please type {contactName} to confirm",
|
||||
"PLACE_HOLDER": "กรุณาพิมพ์ {contactName} เพื่อยืนยัน",
|
||||
"YES": "เอาเลย ",
|
||||
"NO": "ไม่อะเก็บไว้ "
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Contact deleted successfully",
|
||||
"ERROR_MESSAGE": "Could not delete contact. Please try again later."
|
||||
"SUCCESS_MESSAGE": "ลบผู้ติดต่อเรียบร้อยแล้ว",
|
||||
"ERROR_MESSAGE": "ไม่สามารถลบได้ กรุณาลองใหม่อีกครั้ง."
|
||||
}
|
||||
},
|
||||
"CONTACT_FORM": {
|
||||
@@ -111,7 +111,7 @@
|
||||
"LABEL": "หมายเลขโทรศัพท์",
|
||||
"HELP": "เบอร์โทรศัพท์ควรจะเป็นเเบบนี้เช่น +663990214 [+][หรัสประเทศ][หรัสพื้นที่][เลขโทรศัพท์]",
|
||||
"ERROR": "หมายเลขโทรศัพท์ควรจะว่างปล่าวหรืออยู่ในรู้เเบบ E.164",
|
||||
"DUPLICATE": "This phone number is in use for another contact."
|
||||
"DUPLICATE": "หมายเลขนี้ถูกใช้ในผู้ติดต่อคนอื่นเเล้ว"
|
||||
},
|
||||
"LOCATION": {
|
||||
"PLACEHOLDER": "กรอกที่อยู่ผู้ติดต่อ",
|
||||
@@ -157,9 +157,9 @@
|
||||
"ERROR": "เลือกกล่องข้อความ"
|
||||
},
|
||||
"SUBJECT": {
|
||||
"LABEL": "Subject",
|
||||
"PLACEHOLDER": "Subject",
|
||||
"ERROR": "Subject can't be empty"
|
||||
"LABEL": "หัวเรื่อง",
|
||||
"PLACEHOLDER": "หัวเรื่อง",
|
||||
"ERROR": "หัวเรื่องไม่สามารถเว้นว่างได้"
|
||||
},
|
||||
"MESSAGE": {
|
||||
"LABEL": "ข้อความ",
|
||||
@@ -169,6 +169,7 @@
|
||||
"SUBMIT": "ส่วข้อความ",
|
||||
"CANCEL": "ยกเลิก",
|
||||
"SUCCESS_MESSAGE": "ส่งข้อความเเล้ว",
|
||||
"GO_TO_CONVERSATION": "View",
|
||||
"ERROR_MESSAGE": "ไม่สามารถส่งข้อความได้กรุณาลองอีกครั้ง"
|
||||
}
|
||||
},
|
||||
@@ -177,7 +178,9 @@
|
||||
"FIELDS": "ฟิลส์ผู้ติดต่อ",
|
||||
"SEARCH_BUTTON": "ค้นหา",
|
||||
"SEARCH_INPUT_PLACEHOLDER": "ค้อนหาผู้ติดต่อ",
|
||||
"FILTER_CONTACTS": "Filter",
|
||||
"FILTER_CONTACTS": "กรอง",
|
||||
"FILTER_CONTACTS_SAVE": "Save filter",
|
||||
"FILTER_CONTACTS_DELETE": "Delete filter",
|
||||
"LIST": {
|
||||
"LOADING_MESSAGE": "กำลังโหลดรายชื่อผู้ติดต่อ",
|
||||
"404": "ไม่มีผู้ติดต่อที่ตรงกัน 🔍",
|
||||
@@ -198,7 +201,7 @@
|
||||
},
|
||||
"CONTACT_PROFILE": {
|
||||
"BACK_BUTTON": "ผู้ติดต่อ",
|
||||
"LOADING": "Loading contact profile..."
|
||||
"LOADING": "กำลังโหลดโปรไฟล์ผู้ติดต่อ..."
|
||||
},
|
||||
"REMINDER": {
|
||||
"ADD_BUTTON": {
|
||||
@@ -211,13 +214,13 @@
|
||||
}
|
||||
},
|
||||
"NOTES": {
|
||||
"FETCHING_NOTES": "Fetching notes...",
|
||||
"NOT_AVAILABLE": "There are no notes created for this contact",
|
||||
"FETCHING_NOTES": "กำลังเรียกบันทึก...",
|
||||
"NOT_AVAILABLE": "ไม่มีข้อความที่สร้างขึ้นสำหรับผู้ติดต่อรายนี้",
|
||||
"HEADER": {
|
||||
"TITLE": "โน้ต"
|
||||
},
|
||||
"LIST": {
|
||||
"LABEL": "added a note"
|
||||
"LABEL": "เพิ่มข้อความ"
|
||||
},
|
||||
"ADD": {
|
||||
"BUTTON": "เพิ่ม",
|
||||
@@ -225,7 +228,7 @@
|
||||
"TITLE": "Shift + Enter เพื่อสร้างโน็ต"
|
||||
},
|
||||
"CONTENT_HEADER": {
|
||||
"DELETE": "Delete note"
|
||||
"DELETE": "ลบข้อความ"
|
||||
}
|
||||
},
|
||||
"EVENTS": {
|
||||
@@ -239,14 +242,14 @@
|
||||
}
|
||||
},
|
||||
"CUSTOM_ATTRIBUTES": {
|
||||
"ADD_BUTTON_TEXT": "Add attributes",
|
||||
"ADD_BUTTON_TEXT": "เพิ่มแอตทริบิวต์",
|
||||
"BUTTON": "เพิ่มแอตทริบิวต์เเบบกำหนดเอง",
|
||||
"NOT_AVAILABLE": "There are no custom attributes available for this contact.",
|
||||
"NOT_AVAILABLE": "ไม่มีแอตทริบิวต์ที่กำหนดเองสำหรับผู้ติดต่อรายนี้",
|
||||
"COPY_SUCCESSFUL": "คัดลอกไปยังคริปบอร์ดเเล้ว",
|
||||
"ACTIONS": {
|
||||
"COPY": "Copy attribute",
|
||||
"DELETE": "Delete attribute",
|
||||
"EDIT": "Edit attribute"
|
||||
"COPY": "คัดลอกแอตทริบิวต์",
|
||||
"DELETE": "ลบแอตทริบิวต์",
|
||||
"EDIT": "แก้ไขแอตทริบิวต์"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "สร้างแอตทริบิวต์เเบบกำหนดเอง",
|
||||
@@ -265,55 +268,55 @@
|
||||
"PLACEHOLDER": "ตัวอย่าง: 11901 "
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Create new attribute ",
|
||||
"SUCCESS": "Attribute added successfully",
|
||||
"ERROR": "Unable to add attribute. Please try again later"
|
||||
"TITLE": "สร้างแอตทริบิวต์ใหม่ ",
|
||||
"SUCCESS": "อัปเดตเรียบร้อยแล้ว",
|
||||
"ERROR": "ไม่สามารถอัปเดตได้ กรุณาลองใหม่อีกครั้ง"
|
||||
},
|
||||
"UPDATE": {
|
||||
"SUCCESS": "Attribute updated successfully",
|
||||
"ERROR": "Unable to update attribute. Please try again later"
|
||||
"SUCCESS": "อัปเดตเรียบร้อยแล้ว",
|
||||
"ERROR": "ไม่สามารถอัปเดตได้ กรุณาลองใหม่อีกครั้ง"
|
||||
},
|
||||
"DELETE": {
|
||||
"SUCCESS": "Attribute deleted successfully",
|
||||
"ERROR": "Unable to delete attribute. Please try again later"
|
||||
"SUCCESS": "ทำการลบเรียบร้อย",
|
||||
"ERROR": "ไม่สามารถลบได้ กรุณาลองใหม่อีกครั้ง"
|
||||
},
|
||||
"ATTRIBUTE_SELECT": {
|
||||
"TITLE": "Add attributes",
|
||||
"PLACEHOLDER": "Search attributes",
|
||||
"NO_RESULT": "No attributes found"
|
||||
"TITLE": "เพิ่มแอตทริบิวต์",
|
||||
"PLACEHOLDER": "ค้นหาแอตทริบิวต์",
|
||||
"NO_RESULT": "ไม่พบข้อมูล"
|
||||
},
|
||||
"ATTRIBUTE_TYPE": {
|
||||
"LIST": {
|
||||
"PLACEHOLDER": "Select value",
|
||||
"SEARCH_INPUT_PLACEHOLDER": "Search value",
|
||||
"NO_RESULT": "No result found"
|
||||
"PLACEHOLDER": "เลือกค่า",
|
||||
"SEARCH_INPUT_PLACEHOLDER": "ค้นหาค่า",
|
||||
"NO_RESULT": "ไม่พบผลการค้นหา"
|
||||
}
|
||||
}
|
||||
},
|
||||
"VALIDATIONS": {
|
||||
"REQUIRED": "Valid value is required",
|
||||
"INVALID_URL": "Invalid URL"
|
||||
"REQUIRED": "กรุณาระบุค่าที่ถูกต้อง",
|
||||
"INVALID_URL": "URL ไม่ถูกต้อง"
|
||||
}
|
||||
},
|
||||
"MERGE_CONTACTS": {
|
||||
"TITLE": "รวมผู้ติดต่อเข้าด้วยกัน",
|
||||
"DESCRIPTION": "Merge contacts to combine two profiles into one, including all attributes and conversations. In case of conflict, the Primary contact’ s attributes will take precedence.",
|
||||
"DESCRIPTION": "รวมรายชื่อติดต่อเพื่อรวมสองโปรไฟล์เข้าด้วยกัน รวมทั้งแอตทริบิวต์และการสนทนาทั้งหมด ในกรณีที่มีข้อขัดแย้ง แอตทริบิวต์ของผู้ติดต่อหลักจะมีความสำคัญเหนือกว่า",
|
||||
"PRIMARY": {
|
||||
"TITLE": "ผู้ติดต่อหลัก",
|
||||
"HELP_LABEL": "To be kept"
|
||||
"HELP_LABEL": "เก็บไว้"
|
||||
},
|
||||
"CHILD": {
|
||||
"TITLE": "ผู้ติดต่อที่จะรวมเข้าด้วยกัน",
|
||||
"PLACEHOLDER": "Search for a contact",
|
||||
"HELP_LABEL": "To be deleted"
|
||||
"PLACEHOLDER": "ค้นหาผู้ติดต่อ",
|
||||
"HELP_LABEL": "ที่จะถูกลบ"
|
||||
},
|
||||
"SUMMARY": {
|
||||
"TITLE": "สรุปผล",
|
||||
"DELETE_WARNING": "Contact of <strong>%{childContactName}</strong> will be deleted.",
|
||||
"DELETE_WARNING": "ผู้ติดต่อ <strong>%{childContactName}</strong>จะถูกลบออก",
|
||||
"ATTRIBUTE_WARNING": "ข้อมูลผู้ติดต่อของ <strong>%{childContactName}</strong> จะถูกคัดลอกไปยัง <strong>%{primaryContactName}</strong>"
|
||||
},
|
||||
"SEARCH": {
|
||||
"ERROR": "ERROR_MESSAGE"
|
||||
"ERROR": "ข้อความผิดพลาด"
|
||||
},
|
||||
"FORM": {
|
||||
"SUBMIT": " รวมผู้ติดต่อเข้าด้วยกัน",
|
||||
@@ -322,7 +325,7 @@
|
||||
"ERROR": "เลือกผู้ติดต่อที่จะรวมเข้าด้วยกัน"
|
||||
},
|
||||
"SUCCESS_MESSAGE": "รวมผู้ติดต่อเข้าด้วยกันเรียบร้อยเเล้ว",
|
||||
"ERROR_MESSAGE": "Could not merge contacts, try again!"
|
||||
"ERROR_MESSAGE": "ไม่สามารถรวมผู้ติดต่อได้ ลองใหม่อีกครั้งด้วยนะ!"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +20,9 @@
|
||||
"contains": "Contains",
|
||||
"does_not_contain": "Does not contain",
|
||||
"is_present": "Is present",
|
||||
"is_not_present": "Is not present"
|
||||
"is_not_present": "Is not present",
|
||||
"is_greater_than": "Is greater than",
|
||||
"is_lesser_than": "Is lesser than"
|
||||
},
|
||||
"ATTRIBUTES": {
|
||||
"NAME": "ชื่อ",
|
||||
@@ -28,7 +30,17 @@
|
||||
"PHONE_NUMBER": "หมายเลขโทรศัพท์",
|
||||
"IDENTIFIER": "Identifier",
|
||||
"CITY": "เมือง",
|
||||
"COUNTRY": "ประเทศ"
|
||||
"COUNTRY": "ประเทศ",
|
||||
"CUSTOM_ATTRIBUTE_LIST": "List",
|
||||
"CUSTOM_ATTRIBUTE_TEXT": "Text",
|
||||
"CUSTOM_ATTRIBUTE_NUMBER": "Number",
|
||||
"CUSTOM_ATTRIBUTE_LINK": "Link",
|
||||
"CUSTOM_ATTRIBUTE_CHECKBOX": "Checkbox"
|
||||
},
|
||||
"GROUPS": {
|
||||
"STANDARD_FILTERS": "Standard Filters",
|
||||
"ADDITIONAL_FILTERS": "Additional Filters",
|
||||
"CUSTOM_ATTRIBUTES": "แอตทริบิวต์ที่กำหนดเอง"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"CONVERSATION": {
|
||||
"404": "กรุณาเลือกการสนทนาจากด้านซ้าย",
|
||||
"UNVERIFIED_SESSION": "The identity of this user is not verified",
|
||||
"UNVERIFIED_SESSION": "ข้อมูลประจำตัวของผู้ใช้รายนี้ยังไม่ได้รับการยืนยัน",
|
||||
"NO_MESSAGE_1": "โอ้ว ไม่นะเหมือนจะไม่มีข้อความจากลูกค้าของคุณในกล่องข้อความ",
|
||||
"NO_MESSAGE_2": " เพื่อส่งข้อความไปยังเพจของคุณ!",
|
||||
"NO_INBOX_1": "โฮล่า! ดูเหมือนว่าคุณยังไม่ได้เพิ่มกล่องจดหมายเลยนะ",
|
||||
@@ -22,6 +22,8 @@
|
||||
"LOADING_CONVERSATIONS": "กำลังโหลดการสนทนา",
|
||||
"CANNOT_REPLY": "คุณไม่สามารถตอบกลับได้เนื่องจาก",
|
||||
"24_HOURS_WINDOW": "การจำกัดหน้าต่างข้อความ 24 ชั่วโมง",
|
||||
"NOT_ASSIGNED_TO_YOU": "This conversation is not assigned to you. Would you like to assign this conversation to yourself?",
|
||||
"ASSIGN_TO_ME": "มอบหมายให้ฉัน",
|
||||
"TWILIO_WHATSAPP_CAN_REPLY": "คุณสามารถตอบกลับการสนทนานี้ได้โดยการใช้เเม่เเบบเวลาที่กำหนด",
|
||||
"TWILIO_WHATSAPP_24_HOURS_WINDOW": "การจำกัดหน้าต่างข้อความ 24 ชั่วโมง",
|
||||
"SELECT_A_TWEET_TO_REPLY": "กรุณาเลือกทวีตที่ต้อวการติบกลับ",
|
||||
@@ -41,9 +43,9 @@
|
||||
"OPEN": "เพิ่มเติม",
|
||||
"CLOSE": "ปิด",
|
||||
"DETAILS": "รายละเอียด",
|
||||
"SNOOZED_UNTIL_TOMORROW": "Snoozed until tomorrow",
|
||||
"SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week",
|
||||
"SNOOZED_UNTIL_NEXT_REPLY": "Snoozed until next reply"
|
||||
"SNOOZED_UNTIL_TOMORROW": "ปิดการแจ้งเตือนจนถึงพรุ่งนี้",
|
||||
"SNOOZED_UNTIL_NEXT_WEEK": "ปิดการแจ้งเตือนจนถึงอาทิตย์หน้า",
|
||||
"SNOOZED_UNTIL_NEXT_REPLY": "ปิดการแจ้งเตือนจนการตอบกลับถัดไป"
|
||||
},
|
||||
"RESOLVE_DROPDOWN": {
|
||||
"MARK_PENDING": "ทำเครื่องหมายว่าอยู่ระหว่างการรอ",
|
||||
@@ -79,7 +81,7 @@
|
||||
"BCC": {
|
||||
"LABEL": "BCC",
|
||||
"PLACEHOLDER": "อีเมล์ถูกเเยกโดยคอมม่า",
|
||||
"ERROR": "กรุณากรอกอีเมล์มห้ถูกต้อง"
|
||||
"ERROR": "กรุณากรอกอีเมล์ให้ถูกต้อง"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -90,6 +92,9 @@
|
||||
"FILE_SIZE_LIMIT": "ไฟล์ใหเกินกว่า {MAXIMUM_FILE_UPLOAD_SIZE} ที่กำหนดไว้",
|
||||
"MESSAGE_ERROR": "ไม่สามารถส่งข้อความนี้ได้ กรุณาลองใหม่อีกครั้ง",
|
||||
"SENT_BY": "ส่งโดย:",
|
||||
"BOT": "บอท",
|
||||
"SEND_FAILED": "ไม่สามารถส่งข้อความได้กรุณาลองอีกครั้ง",
|
||||
"TRY_AGAIN": "กรุณาลองอีกครั้ง",
|
||||
"ASSIGNMENT": {
|
||||
"SELECT_AGENT": "เลือกพนักงาน",
|
||||
"REMOVE": "ลบออก",
|
||||
@@ -132,7 +137,7 @@
|
||||
},
|
||||
"INBOXES": {
|
||||
"TITLE": "เชื่อมต่อกล่องข้อความ",
|
||||
"DESCRIPTION": "Connect various channels through which your customers would be talking to you. It can be a website live-chat, your Facebook or Twitter page or even your WhatsApp number.",
|
||||
"DESCRIPTION": "เชื่อมต่อช่องทางต่างๆ ที่ลูกค้าของคุณจะพูดคุยกับคุณ อาจเป็นเว็บไซต์แชทสด หน้า Facebook หรือ Twitter ของคุณ หรือแม้แต่หมายเลข WhatsApp ของคุณ",
|
||||
"NEW_LINK": "คลิกที่นี่เพื่อสร้างกล่องข้อความ"
|
||||
},
|
||||
"LABELS": {
|
||||
@@ -142,46 +147,46 @@
|
||||
}
|
||||
},
|
||||
"CONVERSATION_SIDEBAR": {
|
||||
"ASSIGNEE_LABEL": "Assigned Agent",
|
||||
"SELF_ASSIGN": "Assign to me",
|
||||
"TEAM_LABEL": "Assigned Team",
|
||||
"ASSIGNEE_LABEL": "ตัวแทนที่ได้รับมอบหมาย",
|
||||
"SELF_ASSIGN": "มอบหมายให้ฉัน",
|
||||
"TEAM_LABEL": "ทีมที่ได้รับมอบหมาย",
|
||||
"SELECT": {
|
||||
"PLACEHOLDER": "None"
|
||||
"PLACEHOLDER": "ไม่มี"
|
||||
},
|
||||
"ACCORDION": {
|
||||
"CONTACT_DETAILS": "Contact Details",
|
||||
"CONVERSATION_ACTIONS": "Conversation Actions",
|
||||
"CONTACT_DETAILS": "รายละเอียดการติดต่อ",
|
||||
"CONVERSATION_ACTIONS": "การดำเนินการสนทนา",
|
||||
"CONVERSATION_LABELS": "ป้ายกำกับการสนทนา",
|
||||
"CONVERSATION_INFO": "Conversation Information",
|
||||
"CONTACT_ATTRIBUTES": "Contact Attributes",
|
||||
"CONVERSATION_INFO": "ข้อมูลการสนทนา",
|
||||
"CONTACT_ATTRIBUTES": "แอตทริบิวต์การติดต่อ",
|
||||
"PREVIOUS_CONVERSATION": "การสนทนาก่อนหน้า"
|
||||
}
|
||||
},
|
||||
"CONVERSATION_CUSTOM_ATTRIBUTES": {
|
||||
"ADD_BUTTON_TEXT": "Create attribute",
|
||||
"ADD_BUTTON_TEXT": "สร้างแอตทริบิวต์",
|
||||
"UPDATE": {
|
||||
"SUCCESS": "Attribute updated successfully",
|
||||
"ERROR": "Unable to update attribute. Please try again later"
|
||||
"SUCCESS": "อัปเดตเรียบร้อยแล้ว",
|
||||
"ERROR": "ไม่สามารถอัปเดตได้ กรุณาลองใหม่อีกครั้ง"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "เพิ่ม",
|
||||
"SUCCESS": "Attribute added successfully",
|
||||
"ERROR": "Unable to add attribute. Please try again later"
|
||||
"SUCCESS": "อัปเดตเรียบร้อยแล้ว",
|
||||
"ERROR": "ไม่สามารถอัปเดตได้ กรุณาลองใหม่อีกครั้ง"
|
||||
},
|
||||
"DELETE": {
|
||||
"SUCCESS": "Attribute deleted successfully",
|
||||
"ERROR": "Unable to delete attribute. Please try again later"
|
||||
"SUCCESS": "ทำการลบเรียบร้อย",
|
||||
"ERROR": "ไม่สามารถลบได้ กรุณาลองใหม่อีกครั้ง"
|
||||
},
|
||||
"ATTRIBUTE_SELECT": {
|
||||
"TITLE": "Add attributes",
|
||||
"PLACEHOLDER": "Search attributes",
|
||||
"NO_RESULT": "No attributes found"
|
||||
"TITLE": "เพิ่มแอตทริบิวต์",
|
||||
"PLACEHOLDER": "ค้นหาแอตทริบิวต์",
|
||||
"NO_RESULT": "ไม่พบข้อมูล"
|
||||
}
|
||||
},
|
||||
"EMAIL_HEADER": {
|
||||
"TO": "ถึง",
|
||||
"BCC": "Bcc",
|
||||
"CC": "Cc",
|
||||
"SUBJECT": "Subject"
|
||||
"BCC": "สำเนาลับ",
|
||||
"CC": "สำเนา",
|
||||
"SUBJECT": "หัวเรื่อง"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
},
|
||||
"CHANNEL_GREETING_TOGGLE": {
|
||||
"LABEL": "เปิดข้อความต้อนรับ",
|
||||
"HELP_TEXT": "ส่งข้อความต้นรับเมื่อการสนทนาเริ่มขึ้น",
|
||||
"HELP_TEXT": "Send a greeting message to the users when they starts the conversation.",
|
||||
"ENABLED": "เปิด",
|
||||
"DISABLED": "ปิด"
|
||||
},
|
||||
@@ -136,8 +136,56 @@
|
||||
}
|
||||
},
|
||||
"SMS": {
|
||||
"TITLE": "SMS Channel via Twilio",
|
||||
"DESC": "Start supporting your customers via SMS with Twilio integration."
|
||||
"TITLE": "SMS Channel",
|
||||
"DESC": "Start supporting your customers via SMS.",
|
||||
"PROVIDERS": {
|
||||
"LABEL": "API Provider",
|
||||
"TWILIO": "Twilio",
|
||||
"BANDWIDTH": "Bandwidth"
|
||||
},
|
||||
"API": {
|
||||
"ERROR_MESSAGE": "We were not able to save the SMS channel"
|
||||
},
|
||||
"BANDWIDTH": {
|
||||
"ACCOUNT_ID": {
|
||||
"LABEL": "Account ID",
|
||||
"PLACEHOLDER": "Please enter your Bandwidth Account ID",
|
||||
"ERROR": "ฟิลด์นี้จำเป็นต้องกรอก"
|
||||
},
|
||||
"API_KEY": {
|
||||
"LABEL": "API Key",
|
||||
"PLACEHOLDER": "Please enter your Bandwith API Key",
|
||||
"ERROR": "ฟิลด์นี้จำเป็นต้องกรอก"
|
||||
},
|
||||
"API_SECRET": {
|
||||
"LABEL": "API Secret",
|
||||
"PLACEHOLDER": "Please enter your Bandwith API Secret",
|
||||
"ERROR": "ฟิลด์นี้จำเป็นต้องกรอก"
|
||||
},
|
||||
"APPLICATION_ID": {
|
||||
"LABEL": "Application ID",
|
||||
"PLACEHOLDER": "Please enter your Bandwidth Application ID",
|
||||
"ERROR": "ฟิลด์นี้จำเป็นต้องกรอก"
|
||||
},
|
||||
"INBOX_NAME": {
|
||||
"LABEL": "ชื่อกล่องข้อความ",
|
||||
"PLACEHOLDER": "Please enter a inbox name",
|
||||
"ERROR": "ฟิลด์นี้จำเป็นต้องกรอก"
|
||||
},
|
||||
"PHONE_NUMBER": {
|
||||
"LABEL": "หมายเลขโทรศัพท์",
|
||||
"PLACEHOLDER": "กรุณากรอกหมายเลขโทรศัพท์ที่จะส่งข้อความ",
|
||||
"ERROR": "กรุณากรอกหมายเลขโทรศัพท์ให้ถูกต้องต้องเริ่มด้วย \"+\""
|
||||
},
|
||||
"SUBMIT_BUTTON": "Create Bandwidth Channel",
|
||||
"API": {
|
||||
"ERROR_MESSAGE": "We were not able to authenticate Bandwidth credentials, please try again"
|
||||
},
|
||||
"API_CALLBACK": {
|
||||
"TITLE": "ลิ้งเรียกกลับ",
|
||||
"SUBTITLE": "You have to configure the message callback URL in Bandwidth with the URL mentioned here."
|
||||
}
|
||||
}
|
||||
},
|
||||
"WHATSAPP": {
|
||||
"TITLE": "WhatsApp Channel",
|
||||
@@ -305,6 +353,14 @@
|
||||
"ENABLED": "เปิด",
|
||||
"DISABLED": "ปิด"
|
||||
},
|
||||
"ALLOW_MESSAGES_AFTER_RESOLVED": {
|
||||
"ENABLED": "เปิด",
|
||||
"DISABLED": "ปิด"
|
||||
},
|
||||
"ENABLE_CONTINUITY_VIA_EMAIL": {
|
||||
"ENABLED": "เปิด",
|
||||
"DISABLED": "ปิด"
|
||||
},
|
||||
"ENABLE_HMAC": {
|
||||
"LABEL": "Enable"
|
||||
}
|
||||
@@ -351,6 +407,8 @@
|
||||
"AUTO_ASSIGNMENT": "Enable auto assignment",
|
||||
"ENABLE_CSAT": "Enable CSAT",
|
||||
"ENABLE_CSAT_SUB_TEXT": "Enable/Disable CSAT(Customer satisfaction) survey after resolving a conversation",
|
||||
"ENABLE_CONTINUITY_VIA_EMAIL": "Enable conversation continuity via email",
|
||||
"ENABLE_CONTINUITY_VIA_EMAIL_SUB_TEXT": "Conversations will continue over email if the contact email address is available.",
|
||||
"INBOX_UPDATE_TITLE": "Inbox Settings",
|
||||
"INBOX_UPDATE_SUB_TEXT": "Update your inbox settings",
|
||||
"AUTO_ASSIGNMENT_SUB_TEXT": "Enable or disable the automatic assignment of new conversations to the agents added to this inbox.",
|
||||
@@ -361,7 +419,9 @@
|
||||
"INBOX_IDENTIFIER": "Inbox Identifier",
|
||||
"INBOX_IDENTIFIER_SUB_TEXT": "Use the `inbox_identifier` token shown here to authentication your API clients.",
|
||||
"FORWARD_EMAIL_TITLE": "Forward to Email",
|
||||
"FORWARD_EMAIL_SUB_TEXT": "เริ่มนำเข้าอีเมล์ของคุณไปที่อยู่อีเมล์"
|
||||
"FORWARD_EMAIL_SUB_TEXT": "เริ่มนำเข้าอีเมล์ของคุณไปที่อยู่อีเมล์",
|
||||
"ALLOW_MESSAGES_AFTER_RESOLVED": "Allow messages after conversation resolved",
|
||||
"ALLOW_MESSAGES_AFTER_RESOLVED_SUB_TEXT": "Allow the end-users to send messages even after the conversation is resolved."
|
||||
},
|
||||
"FACEBOOK_REAUTHORIZE": {
|
||||
"TITLE": "Reauthorize",
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
import { default as _advancedFilters } from './advancedFilters.json';
|
||||
import { default as _agentMgmt } from './agentMgmt.json';
|
||||
import { default as _attributesMgmt } from './attributesMgmt.json';
|
||||
import { default as _automation } from './automation.json';
|
||||
import { default as _campaign } from './campaign.json';
|
||||
import { default as _cannedMgmt } from './cannedMgmt.json';
|
||||
import { default as _chatlist } from './chatlist.json';
|
||||
import { default as _contact } from './contact.json';
|
||||
import { default as _contactFilters } from './contactFilters.json';
|
||||
import { default as _conversation } from './conversation.json';
|
||||
import { default as _csatMgmtMgmt } from './csatMgmt.json';
|
||||
import { default as _generalSettings } from './generalSettings.json';
|
||||
@@ -20,12 +23,15 @@ import { default as _signup } from './signup.json';
|
||||
import { default as _teamsSettings } from './teamsSettings.json';
|
||||
|
||||
export default {
|
||||
..._advancedFilters,
|
||||
..._agentMgmt,
|
||||
..._attributesMgmt,
|
||||
..._automation,
|
||||
..._campaign,
|
||||
..._cannedMgmt,
|
||||
..._chatlist,
|
||||
..._contact,
|
||||
..._contactFilters,
|
||||
..._conversation,
|
||||
..._csatMgmtMgmt,
|
||||
..._generalSettings,
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"AUDIO_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Audio Notifications",
|
||||
"NOTE": "Enable audio notifications in dashboard for new messages and conversations.",
|
||||
"NONE": "None",
|
||||
"NONE": "ไม่มี",
|
||||
"ASSIGNED": "Assigned Conversations",
|
||||
"ALL_CONVERSATIONS": "All Conversations"
|
||||
},
|
||||
@@ -89,14 +89,14 @@
|
||||
"PLACEHOLDER": "Please enter the current password"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "หรัสผ่าน",
|
||||
"LABEL": "New password",
|
||||
"ERROR": "Please enter a password of length 6 or more",
|
||||
"PLACEHOLDER": "Please enter a new password"
|
||||
},
|
||||
"PASSWORD_CONFIRMATION": {
|
||||
"LABEL": "Confirm new password",
|
||||
"ERROR": "Confirm password should match the password",
|
||||
"PLACEHOLDER": "Please re-enter your password"
|
||||
"PLACEHOLDER": "Please re-enter your new password"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -153,6 +153,8 @@
|
||||
"CUSTOM_ATTRIBUTES": "แอตทริบิวต์ที่กำหนดเอง",
|
||||
"AUTOMATION": "Automation",
|
||||
"TEAMS": "Teams",
|
||||
"CUSTOM_VIEWS_FOLDER": "Folders",
|
||||
"CUSTOM_VIEWS_SEGMENTS": "Segments",
|
||||
"ALL_CONTACTS": "All Contacts",
|
||||
"TAGGED_WITH": "Tagged with",
|
||||
"NEW_LABEL": "New label",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"TEAMS_SETTINGS": {
|
||||
"NEW_TEAM": "Create new team",
|
||||
"HEADER": "Teams",
|
||||
"SIDEBAR_TXT": "<p><b>Teams</b></p> <p>Teams let you organize your agents into groups based on their responsibilities. <br /> A user can be part of multiple teams. You can assign conversations to a team when you are working collaboratively. </p>",
|
||||
"SIDEBAR_TXT": "<p><b>Teams</b></p> <p>Teams let you organize your agents into groups based on their responsibilities. <br /> An agent can be part of multiple teams. You can assign conversations to a team when you are working collaboratively. </p>",
|
||||
"LIST": {
|
||||
"404": "There are no teams created on this account.",
|
||||
"EDIT_TEAM": "Edit team"
|
||||
|
||||
Reference in New Issue
Block a user