Co-authored-by: Shivam Mishra <scm.mymail@gmail.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
92 lines
4.1 KiB
JSON
92 lines
4.1 KiB
JSON
{
|
|
"CUSTOM_ROLE": {
|
|
"HEADER": "Regras Personalizadas",
|
|
"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": "Adicionar cargo personalizado",
|
|
"LOADING": "Fetching custom roles...",
|
|
"SEARCH_404": "Não existem itens correspondentes a esta consulta.",
|
|
"PAYWALL": {
|
|
"TITLE": "Upgrade to create custom roles",
|
|
"AVAILABLE_ON": "The custom role feature is only available in the Business and Enterprise plans.",
|
|
"UPGRADE_PROMPT": "Atualize seu plano para obter acesso a recursos avançados como gerenciamento de equipe, automações, atributos personalizados e muito mais.",
|
|
"UPGRADE_NOW": "Atualizar agora",
|
|
"CANCEL_ANYTIME": "Você pode alterar ou cancelar seu plano a qualquer momento"
|
|
},
|
|
"ENTERPRISE_PAYWALL": {
|
|
"AVAILABLE_ON": "The custom role feature is only available in the paid plans.",
|
|
"UPGRADE_PROMPT": "Atualize para um plano pago para acessar recursos avançados como registros de auditoria, capacidade do agente e muito mais.",
|
|
"ASK_ADMIN": "Entre em contato com seu administrador para fazer a atualização."
|
|
},
|
|
"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": "Nome",
|
|
"DESCRIPTION": "Descrição",
|
|
"PERMISSIONS": "Permissões",
|
|
"ACTIONS": "Ações"
|
|
}
|
|
},
|
|
"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": "Nome",
|
|
"PLACEHOLDER": "Please enter a name.",
|
|
"ERROR": "O nome é obrigatório."
|
|
},
|
|
"DESCRIPTION": {
|
|
"LABEL": "Descrição",
|
|
"PLACEHOLDER": "Please enter a description.",
|
|
"ERROR": "A descrição é obrigatória."
|
|
},
|
|
"PERMISSIONS": {
|
|
"LABEL": "Permissões",
|
|
"ERROR": "Permissions are required."
|
|
},
|
|
"CANCEL_BUTTON_TEXT": "Cancelar",
|
|
"API": {
|
|
"ERROR_MESSAGE": "Não foi possível desconectar o agente robô. Por favor, tente novamente mais tarde."
|
|
}
|
|
},
|
|
"ADD": {
|
|
"TITLE": "Adicionar cargo personalizado",
|
|
"DESC": " Custom roles allows you to create roles with specific permissions and access levels to suit the requirements of the organization.",
|
|
"SUBMIT": "Enviar",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Custom role added successfully."
|
|
}
|
|
},
|
|
"EDIT": {
|
|
"BUTTON_TEXT": "Alterar",
|
|
"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": "Atualizar",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Custom role updated successfully."
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Excluir",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Custom role deleted successfully.",
|
|
"ERROR_MESSAGE": "Não foi possível desconectar o agente robô. Por favor, tente novamente mais tarde."
|
|
},
|
|
"CONFIRM": {
|
|
"TITLE": "Confirmar exclusão",
|
|
"MESSAGE": "Você tem certeza que deseja excluir ",
|
|
"YES": "Sim, excluir ",
|
|
"NO": "Não, manter "
|
|
}
|
|
}
|
|
}
|
|
}
|