a77cc713c2
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
102 lines
4.2 KiB
JSON
102 lines
4.2 KiB
JSON
{
|
|
"AGENT_MGMT": {
|
|
"HEADER": "Agentes",
|
|
"HEADER_BTN_TXT": "Adicionar Agente",
|
|
"LOADING": "Buscando lista de agente",
|
|
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
|
|
"AGENT_TYPES": [
|
|
{
|
|
"name": "administrador",
|
|
"label": "Administrador"
|
|
},
|
|
{
|
|
"name": "agente",
|
|
"label": "Agente"
|
|
}
|
|
],
|
|
"LIST": {
|
|
"404": "Não existem agentes associados a esta conta",
|
|
"TITLE": "Gerenciar agentes da sua equipe",
|
|
"DESC": "Você pode adicionar e/ou remover agentes de um time.",
|
|
"NAME": "Nome",
|
|
"EMAIL": "E-mail",
|
|
"STATUS": "SItuação",
|
|
"ACTIONS": "Ações",
|
|
"VERIFIED": "Verificado",
|
|
"VERIFICATION_PENDING": "Verificação Pendente"
|
|
},
|
|
"ADD": {
|
|
"TITLE": "Adicionar agente ao seu time",
|
|
"DESC": "Você pode adicionar pessoas que poderão acompanhar o suporte de suas caixas de entrada.",
|
|
"CANCEL_BUTTON_TEXT": "Cancelar",
|
|
"FORM": {
|
|
"NAME": {
|
|
"LABEL": "Nome do Agente",
|
|
"PLACEHOLDER": "Por favor, insira o nome do agente"
|
|
},
|
|
"AGENT_TYPE": {
|
|
"LABEL": "Tipo de Agente",
|
|
"PLACEHOLDER": "Selecione um tipo",
|
|
"ERROR": "É necessário o tipo de agente"
|
|
},
|
|
"EMAIL": {
|
|
"LABEL": "Endereço de e-mail",
|
|
"PLACEHOLDER": "Por favor, insira um endereço de e-mail do agente"
|
|
},
|
|
"SUBMIT": "Adicionar agente"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Agente adicionado com sucesso",
|
|
"EXIST_MESSAGE": "O E-mail do informado já está uso, por favor tente outro endereço de e-mail",
|
|
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Excluir",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Agente excluído com sucesso",
|
|
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
|
},
|
|
"CONFIRM": {
|
|
"TITLE": "Confirmar exclusão",
|
|
"MESSAGE": "Você tem certeza que deseja excluir ",
|
|
"YES": "Sim, excluir ",
|
|
"NO": "Não, Mantenha "
|
|
}
|
|
},
|
|
"EDIT": {
|
|
"TITLE": "Editar Agente",
|
|
"FORM": {
|
|
"NAME": {
|
|
"LABEL": "Nome do Agente",
|
|
"PLACEHOLDER": "Por favor, insira um nome do agente"
|
|
},
|
|
"AGENT_TYPE": {
|
|
"LABEL": "Tipo de Agente",
|
|
"PLACEHOLDER": "Selecione um tipo",
|
|
"ERROR": "É necessário o tipo de agente"
|
|
},
|
|
"EMAIL": {
|
|
"LABEL": "Endereço de email",
|
|
"PLACEHOLDER": "Por favor, insira um endereço de e-mail do agente"
|
|
},
|
|
"SUBMIT": "Editar agente"
|
|
},
|
|
"BUTTON_TEXT": "Alterar",
|
|
"CANCEL_BUTTON_TEXT": "Cancelar",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Agente atualizado com sucesso",
|
|
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
|
},
|
|
"PASSWORD_RESET": {
|
|
"ADMIN_RESET_BUTTON": "Redefinir a senha",
|
|
"ADMIN_SUCCESS_MESSAGE": "Um e-mail com instruções de redefinição de senha foi enviado para o agente",
|
|
"SUCCESS_MESSAGE": "Senha do agente redefinida com sucesso",
|
|
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
|
}
|
|
},
|
|
"SEARCH": {
|
|
"NO_RESULTS": "Nenhum agente encontrado."
|
|
}
|
|
}
|
|
}
|