2021-12-19 06:08:02 +00:00
{
"AUTOMATION" : {
2022-03-17 14:32:32 +00:00
"HEADER" : "Automations" ,
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" : "Назва обов'язкова"
} ,
"DESC" : {
"LABEL" : "Опис" ,
"PLACEHOLDER" : "Enter rule description" ,
"ERROR" : "Необхідний опис"
} ,
"EVENT" : {
"LABEL" : "Event" ,
"PLACEHOLDER" : "Будь ласка, виберіть" ,
"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" : [
"Ім'я" ,
"Опис" ,
"Активний" ,
"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" ,
2022-03-17 14:32:32 +00:00
"SUBMIT" : "Оновити" ,
2022-02-07 11:49:34 +00:00
"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"
2022-03-17 14:32:32 +00:00
} ,
"CONDITION" : {
"DELETE_MESSAGE" : "You need to have atleast one condition to save"
} ,
"ACTION" : {
"DELETE_MESSAGE" : "You need to have atleast one action to save"
} ,
"TOGGLE" : {
"ACTIVATION_TITLE" : "Activate Automation Rule" ,
"DEACTIVATION_TITLE" : "Deactivate Automation Rule" ,
"ACTIVATION_DESCRIPTION" : "This action will activate the automation rule '{automationName}'. Are you sure you want to proceed?" ,
"DEACTIVATION_DESCRIPTION" : "This action will deactivate the automation rule '{automationName}'. Are you sure you want to proceed?" ,
"ACTIVATION_SUCCESFUL" : "Automation Rule Activated Successfully" ,
"DEACTIVATION_SUCCESFUL" : "Automation Rule Deactivated Successfully" ,
"ACTIVATION_ERROR" : "Could not Activate Automation, Please try again later" ,
"DEACTIVATION_ERROR" : "Could not Deactivate Automation, Please try again later" ,
"CONFIRMATION_LABEL" : "Так" ,
"CANCEL_LABEL" : "Н і "
2022-02-07 11:49:34 +00:00
}
2021-12-19 06:08:02 +00:00
}
}