2021-12-19 06:08:02 +00:00
{
"AUTOMATION" : {
"HEADER" : "Automation" ,
2022-02-07 11:49:34 +00:00
"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"
}
2021-12-19 06:08:02 +00:00
}
}