2020-07-07 19:29:30 +00:00
{
"LABEL_MGMT" : {
"HEADER" : "Labels" ,
"HEADER_BTN_TXT" : "Add label" ,
"LOADING" : "Fetching labels" ,
2021-12-19 06:08:02 +00:00
"SEARCH_404" : "Neexistujú žiadne položky, ktoré by zodpovedali tejto požiadavke" ,
2020-07-07 19:29:30 +00:00
"SIDEBAR_TXT" : "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>" ,
"LIST" : {
"404" : "There are no labels available in this account." ,
"TITLE" : "Manage labels" ,
"DESC" : "Labels let you group the conversations together." ,
"TABLE_HEADER" : [
2021-12-19 06:08:02 +00:00
"Meno" ,
2020-07-07 19:29:30 +00:00
"Description" ,
"Color"
]
} ,
"FORM" : {
"NAME" : {
"LABEL" : "Label Name" ,
"PLACEHOLDER" : "Label name" ,
2021-06-15 16:45:18 +00:00
"REQUIRED_ERROR" : "Label name is required" ,
"MINIMUM_LENGTH_ERROR" : "Minimum length 2 is required" ,
"VALID_ERROR" : "Only Alphabets, Numbers, Hyphen and Underscore are allowed"
2020-07-07 19:29:30 +00:00
} ,
"DESCRIPTION" : {
"LABEL" : "Description" ,
"PLACEHOLDER" : "Label Description"
} ,
"COLOR" : {
"LABEL" : "Color"
} ,
"SHOW_ON_SIDEBAR" : {
"LABEL" : "Show label on sidebar"
} ,
2021-12-19 06:08:02 +00:00
"EDIT" : "Upraviť" ,
2020-07-07 19:29:30 +00:00
"CREATE" : "Create" ,
2021-12-19 06:08:02 +00:00
"DELETE" : "Vymazať" ,
"CANCEL" : "Zrušiť"
2020-07-07 19:29:30 +00:00
} ,
"ADD" : {
"TITLE" : "Add label" ,
"DESC" : "Labels let you group the conversations together." ,
"API" : {
"SUCCESS_MESSAGE" : "Label added successfully" ,
"ERROR_MESSAGE" : "There was an error, please try again"
}
} ,
"EDIT" : {
"TITLE" : "Edit label" ,
"API" : {
"SUCCESS_MESSAGE" : "Label updated successfully" ,
"ERROR_MESSAGE" : "There was an error, please try again"
}
} ,
"DELETE" : {
2021-12-19 06:08:02 +00:00
"BUTTON_TEXT" : "Vymazať" ,
2020-07-07 19:29:30 +00:00
"API" : {
"SUCCESS_MESSAGE" : "Label deleted successfully" ,
"ERROR_MESSAGE" : "There was an error, please try again"
} ,
"CONFIRM" : {
2021-12-19 06:08:02 +00:00
"TITLE" : "Potvrdiť vymazanie" ,
"MESSAGE" : "Určite chcete vymazať " ,
"YES" : "Áno, vymazať " ,
"NO" : "Nie, ponechať "
2020-07-07 19:29:30 +00:00
}
}
}
}