92 lines
4.6 KiB
JSON
92 lines
4.6 KiB
JSON
{
|
||
"CUSTOM_ROLE": {
|
||
"HEADER": "Custom Roles",
|
||
"LEARN_MORE": "Learn more about custom roles",
|
||
"DESCRIPTION": "Custom roles are roles that are created by the account owner or admin. These roles can be assigned to agents to define their access and permissions within the account. Custom roles can be created with specific permissions and access levels to suit the requirements of the organization.",
|
||
"HEADER_BTN_TXT": "Add custom role",
|
||
"LOADING": "Fetching custom roles...",
|
||
"SEARCH_404": "Немає елементів, що відповідають запиту.",
|
||
"PAYWALL": {
|
||
"TITLE": "Upgrade to create custom roles",
|
||
"AVAILABLE_ON": "The custom role feature is only available in the Business and Enterprise plans.",
|
||
"UPGRADE_PROMPT": "Оновіть ваш план, щоб отримати доступ до додаткових функцій, таких як управління командою, автоматизація, користувацькі атрибути та багато іншого.",
|
||
"UPGRADE_NOW": "Оновити зараз",
|
||
"CANCEL_ANYTIME": "Ви можете змінити або скасувати план у будь-який час"
|
||
},
|
||
"ENTERPRISE_PAYWALL": {
|
||
"AVAILABLE_ON": "The custom role feature is only available in the paid plans.",
|
||
"UPGRADE_PROMPT": "Оновіться до платного плану для доступу до додаткових функцій, таких як аудиторські журнали, здатність агентів, тощо.",
|
||
"ASK_ADMIN": "Будь ласка, зверніться до адміністратора для оновлення."
|
||
},
|
||
"LIST": {
|
||
"404": "There are no custom roles available in this account.",
|
||
"TITLE": "Manage custom roles",
|
||
"DESC": "Custom roles are roles that are created by the account owner or admin. These roles can be assigned to agents to define their access and permissions within the account. Custom roles can be created with specific permissions and access levels to suit the requirements of the organization.",
|
||
"TABLE_HEADER": {
|
||
"NAME": "Ім'я",
|
||
"DESCRIPTION": "Опис",
|
||
"PERMISSIONS": "Permissions",
|
||
"ACTIONS": "Дії"
|
||
}
|
||
},
|
||
"PERMISSIONS": {
|
||
"CONVERSATION_MANAGE": "Manage all conversations",
|
||
"CONVERSATION_UNASSIGNED_MANAGE": "Manage unassigned conversations and those assigned to them",
|
||
"CONVERSATION_PARTICIPATING_MANAGE": "Manage participating conversations and those assigned to them",
|
||
"CONTACT_MANAGE": "Manage contacts",
|
||
"REPORT_MANAGE": "Manage reports",
|
||
"KNOWLEDGE_BASE_MANAGE": "Manage knowledge base"
|
||
},
|
||
"FORM": {
|
||
"NAME": {
|
||
"LABEL": "Ім'я",
|
||
"PLACEHOLDER": "Please enter a name.",
|
||
"ERROR": "Назва обов'язкова."
|
||
},
|
||
"DESCRIPTION": {
|
||
"LABEL": "Опис",
|
||
"PLACEHOLDER": "Please enter a description.",
|
||
"ERROR": "Необхідний опис."
|
||
},
|
||
"PERMISSIONS": {
|
||
"LABEL": "Permissions",
|
||
"ERROR": "Permissions are required."
|
||
},
|
||
"CANCEL_BUTTON_TEXT": "Скасувати",
|
||
"API": {
|
||
"ERROR_MESSAGE": "Не вдалося підключитися до Woot сервера. Будь ласка, спробуйте ще раз."
|
||
}
|
||
},
|
||
"ADD": {
|
||
"TITLE": "Add custom role",
|
||
"DESC": " Custom roles allows you to create roles with specific permissions and access levels to suit the requirements of the organization.",
|
||
"SUBMIT": "Додати",
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Custom role added successfully."
|
||
}
|
||
},
|
||
"EDIT": {
|
||
"BUTTON_TEXT": "Редагувати",
|
||
"TITLE": "Edit custom role",
|
||
"DESC": " Custom roles allows you to create roles with specific permissions and access levels to suit the requirements of the organization.",
|
||
"SUBMIT": "Оновити",
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Custom role updated successfully."
|
||
}
|
||
},
|
||
"DELETE": {
|
||
"BUTTON_TEXT": "Видалити",
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Custom role deleted successfully.",
|
||
"ERROR_MESSAGE": "Не вдалося підключитися до Woot сервера. Будь ласка, спробуйте ще раз."
|
||
},
|
||
"CONFIRM": {
|
||
"TITLE": "Підтвердіть видалення",
|
||
"MESSAGE": "Справді бажаєте видалити ",
|
||
"YES": "Так, видалити ",
|
||
"NO": "Ні, залишити "
|
||
}
|
||
}
|
||
}
|
||
}
|