chore: Bring updated translations (#2945)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"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>",
|
||||
"SIDEBAR_TXT": "<p><b>Agentes</b></p> <p> Um <b>Agente</b> é um membro da sua equipa de Suporte ao Cliente. </p><p> Os agentes podem ver e responder às mensagens dos seus utilizadores. A lista mostra todos os agentes atualmente na sua conta. </p><p> Clique em <b>Adicionar Agente</b> para adicionar um novo agente. O agente que adicionar receberá um e-mail com um link de confirmação para ativar a sua conta, de forma a poderem aceder ao Chatwoot e responder às mensagens. </p><p> Os acessos aos recursos do Chatwoot têm como base as seguintes funções. </p><p> <b>Agentes</b> - Só podem aceder às caixas de entrada, relatórios e conversas. Podem atribuir conversas a outros agentes ou a eles próprios e responder a pedidos.</p><p> <b>Administrador</b> - Têm acesso a todos os recursos do Chatwoot ativados na sua conta, incluindo configurações e todos os privilégios que os Agentes normais têm.</p>",
|
||||
"AGENT_TYPES": {
|
||||
"ADMINISTRATOR": "Administrador",
|
||||
"AGENT": "Representante"
|
||||
@@ -90,7 +90,24 @@
|
||||
}
|
||||
},
|
||||
"SEARCH": {
|
||||
"NO_RESULTS": "No results found."
|
||||
"NO_RESULTS": "Nenhum resultado encontrado."
|
||||
},
|
||||
"MULTI_SELECTOR": {
|
||||
"PLACEHOLDER": "nenhum",
|
||||
"TITLE": {
|
||||
"AGENT": "Escolher Agente",
|
||||
"TEAM": "Escolher Equipa"
|
||||
},
|
||||
"SEARCH": {
|
||||
"NO_RESULTS": {
|
||||
"AGENT": "Nenhum agente encontrado",
|
||||
"TEAM": "Nenhuma Equipa encontrada"
|
||||
},
|
||||
"PLACEHOLDER": {
|
||||
"AGENT": "Procurar Agentes",
|
||||
"TEAM": "Procurar Equipas"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
38
app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json
Normal file
38
app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"ATTRIBUTES_MGMT": {
|
||||
"HEADER": "Attributes",
|
||||
"HEADER_BTN_TXT": "Add Attribute",
|
||||
"ADD": {
|
||||
"TITLE": "Adicionar atributo",
|
||||
"SUBMIT": "Criar",
|
||||
"CANCEL_BUTTON_TEXT": "cancelar",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Display Name",
|
||||
"PLACEHOLDER": "Enter attribute display name"
|
||||
},
|
||||
"DESC": {
|
||||
"LABEL": "Descrição",
|
||||
"PLACEHOLDER": "Enter attribute description"
|
||||
},
|
||||
"MODEL": {
|
||||
"LABEL": "Model",
|
||||
"PLACEHOLDER": "Please select a model",
|
||||
"ERROR": "Model is required"
|
||||
},
|
||||
"TYPE": {
|
||||
"LABEL": "Type",
|
||||
"PLACEHOLDER": "Por favor, selecione um tipo",
|
||||
"ERROR": "Type is required"
|
||||
},
|
||||
"KEY": {
|
||||
"LABEL": "Key"
|
||||
}
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Attribute added successfully",
|
||||
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,56 +1,64 @@
|
||||
{
|
||||
"CAMPAIGN": {
|
||||
"HEADER": "Campaigns",
|
||||
"SIDEBAR_TXT": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations. Click on <b>Add Campaign</b> to create a new campaign. You can also edit or delete an existing campaign by clicking on the Edit or Delete button.",
|
||||
"HEADER_BTN_TXT": "Create a campaign",
|
||||
"HEADER": "Campanhas",
|
||||
"SIDEBAR_TXT": "Mensagens proativas permitem-lhe enviar mensagens automáticas aos seus contatos, o que irá originar mais conversas. Clique em <b>Adicionar Campanha</b> para criar uma nova campanha. Também pode editar ou apagar uma campanha existente clicando no botão Editar ou Apagar.",
|
||||
"HEADER_BTN_TXT": {
|
||||
"ONE_OFF": "Criar uma campanha de ausência",
|
||||
"ONGOING": "Criar uma campanha em andamento"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Create a campaign",
|
||||
"DESC": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations.",
|
||||
"TITLE": "Criar uma campanha",
|
||||
"DESC": "As mensagens proativas permitem-lhe enviar mensagens automáticas aos seus contatos, o que origina um maior número de conversas.",
|
||||
"CANCEL_BUTTON_TEXT": "cancelar",
|
||||
"CREATE_BUTTON_TEXT": "Criar",
|
||||
"FORM": {
|
||||
"TITLE": {
|
||||
"LABEL": "Title",
|
||||
"PLACEHOLDER": "Please enter the title of campaign",
|
||||
"ERROR": "Title is required"
|
||||
"LABEL": "Nome",
|
||||
"PLACEHOLDER": "Por favor, digite o nome da campanha",
|
||||
"ERROR": "Nome é obrigatório"
|
||||
},
|
||||
"SCHEDULED_AT": {
|
||||
"LABEL": "Scheduled time",
|
||||
"PLACEHOLDER": "Please select the time",
|
||||
"CONFIRM": "Confirm",
|
||||
"ERROR": "Scheduled time is required"
|
||||
"LABEL": "Horário agendado",
|
||||
"PLACEHOLDER": "Por favor, escolha a hora",
|
||||
"CONFIRM": "Confirmar",
|
||||
"ERROR": "Horário de agendamento obrigatório"
|
||||
},
|
||||
"AUDIENCE": {
|
||||
"LABEL": "Audience",
|
||||
"PLACEHOLDER": "Select the customer labels",
|
||||
"ERROR": "Audience is required"
|
||||
"LABEL": "Público-alvo",
|
||||
"PLACEHOLDER": "Escolher etiquetas dos clientes",
|
||||
"ERROR": "Publico-alvo necessário"
|
||||
},
|
||||
"INBOX": {
|
||||
"LABEL": "Escolher caixa de entrada",
|
||||
"PLACEHOLDER": "Escolher caixa de entrada",
|
||||
"ERROR": "Caixa de entrada necessária"
|
||||
},
|
||||
"MESSAGE": {
|
||||
"LABEL": "Message",
|
||||
"PLACEHOLDER": "Please enter the message of campaign",
|
||||
"ERROR": "Message is required"
|
||||
"LABEL": "Messagem",
|
||||
"PLACEHOLDER": "Por favor, digite a mensagem da campanha",
|
||||
"ERROR": "A mensagem é obrigatória"
|
||||
},
|
||||
"SENT_BY": {
|
||||
"LABEL": "Sent by",
|
||||
"PLACEHOLDER": "Please select the the content of campaign",
|
||||
"ERROR": "Sender is required"
|
||||
"LABEL": "Enviado por",
|
||||
"PLACEHOLDER": "Por favor, escolha o conteúdo da campanha",
|
||||
"ERROR": "Remetente é obrigatório"
|
||||
},
|
||||
"END_POINT": {
|
||||
"LABEL": "URL",
|
||||
"PLACEHOLDER": "Please enter the URL",
|
||||
"PLACEHOLDER": "Por favor, insira a URL",
|
||||
"ERROR": "Por favor, insira uma URL válida"
|
||||
},
|
||||
"TIME_ON_PAGE": {
|
||||
"LABEL": "Time on page(Seconds)",
|
||||
"PLACEHOLDER": "Please enter the time",
|
||||
"ERROR": "Time on page is required"
|
||||
"LABEL": "Tempo na página (segundos)",
|
||||
"PLACEHOLDER": "Por favor, digite a hora",
|
||||
"ERROR": "O tempo na página é obrigatório"
|
||||
},
|
||||
"ENABLED": "Enable campaign",
|
||||
"SUBMIT": "Add Campaign"
|
||||
"ENABLED": "Ativar a campanha",
|
||||
"SUBMIT": "Adicionar Campanha"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Campaign created successfully",
|
||||
"ERROR_MESSAGE": "There was an error. Please try again."
|
||||
"SUCCESS_MESSAGE": "Campanha criado com sucesso",
|
||||
"ERROR_MESSAGE": "Ocorreu um erro. Por favor, tente novamente."
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
@@ -62,45 +70,56 @@
|
||||
"NO": "Não, Manter "
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Campaign deleted successfully",
|
||||
"ERROR_MESSAGE": "Could not delete the campaign. Please try again later."
|
||||
"SUCCESS_MESSAGE": "Campanha apagada com sucesso",
|
||||
"ERROR_MESSAGE": "Não foi possível apagar a campanha. Por favor, tente novamente mais tarde."
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit campaign",
|
||||
"TITLE": "Editar a campanha",
|
||||
"UPDATE_BUTTON_TEXT": "Atualização",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Campaign updated successfully",
|
||||
"SUCCESS_MESSAGE": "Campanha atualizada com sucesso",
|
||||
"ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente"
|
||||
}
|
||||
},
|
||||
"LIST": {
|
||||
"LOADING_MESSAGE": "Loading campaigns...",
|
||||
"404": "There are no campaigns created for this inbox.",
|
||||
"LOADING_MESSAGE": "A carregar campanhas...",
|
||||
"404": "Não há campanhas criadas para esta caixa de entrada.",
|
||||
"TABLE_HEADER": {
|
||||
"TITLE": "Title",
|
||||
"MESSAGE": "Message",
|
||||
"TITLE": "Nome",
|
||||
"MESSAGE": "Messagem",
|
||||
"INBOX": "Recebidas",
|
||||
"STATUS": "SItuação",
|
||||
"SENDER": "Sender",
|
||||
"SENDER": "Remetente",
|
||||
"URL": "URL",
|
||||
"SCHEDULED_AT": "Scheduled time",
|
||||
"TIME_ON_PAGE": "Time(Seconds)",
|
||||
"CREATED_AT": "Created at"
|
||||
"SCHEDULED_AT": "Horário agendado",
|
||||
"TIME_ON_PAGE": "Tempo (segundos)",
|
||||
"CREATED_AT": "Criada em"
|
||||
},
|
||||
"BUTTONS": {
|
||||
"ADD": "Add",
|
||||
"ADD": "Adicionar",
|
||||
"EDIT": "Alterar",
|
||||
"DELETE": "excluir"
|
||||
},
|
||||
"STATUS": {
|
||||
"ENABLED": "Ativado",
|
||||
"DISABLED": "Desabilitado",
|
||||
"COMPLETED": "Completed",
|
||||
"ACTIVE": "Active"
|
||||
"COMPLETED": "Concluída",
|
||||
"ACTIVE": "Ativa"
|
||||
},
|
||||
"SENDER": {
|
||||
"BOT": "Bot"
|
||||
}
|
||||
},
|
||||
"ONE_OFF": {
|
||||
"HEADER": "Uma campanha pontual",
|
||||
"404": "Não há nenhuma campanha pontual criada",
|
||||
"INBOXES_NOT_FOUND": "Por favor, crie uma caixa de entrada para SMS e comece a adicionar campanhas"
|
||||
},
|
||||
"ONGOING": {
|
||||
"HEADER": "Campanhas em andamento",
|
||||
"404": "Não há campanhas em andamento criadas",
|
||||
"INBOXES_NOT_FOUND": "Por favor, crie uma caixa de entrada para o SITE e comece a adicionar campanhas"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,8 +47,12 @@
|
||||
"VALUE": "resolved"
|
||||
},
|
||||
{
|
||||
"TEXT": "Bot",
|
||||
"VALUE": "bot"
|
||||
"TEXT": "Pendente",
|
||||
"VALUE": "pendente"
|
||||
},
|
||||
{
|
||||
"TEXT": "Adiado",
|
||||
"VALUE": "adiado"
|
||||
}
|
||||
],
|
||||
"ATTACHMENTS": {
|
||||
@@ -77,10 +81,10 @@
|
||||
"CONTENT": "compartilhou uma url"
|
||||
}
|
||||
},
|
||||
"RECEIVED_VIA_EMAIL": "Received via email",
|
||||
"VIEW_TWEET_IN_TWITTER": "View tweet in Twitter",
|
||||
"REPLY_TO_TWEET": "Reply to this tweet",
|
||||
"NO_MESSAGES": "No Messages",
|
||||
"NO_CONTENT": "No content available"
|
||||
"RECEIVED_VIA_EMAIL": "Recebido por e-mail",
|
||||
"VIEW_TWEET_IN_TWITTER": "Ver mensagem no Twitter",
|
||||
"REPLY_TO_TWEET": "Responder à mensagem",
|
||||
"NO_MESSAGES": "Nenhuma mensagem",
|
||||
"NO_CONTENT": "Sem conteúdo disponível"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,237 +1,237 @@
|
||||
{
|
||||
"CONTACT_PANEL": {
|
||||
"NOT_AVAILABLE": "Not Available",
|
||||
"NOT_AVAILABLE": "Não disponível",
|
||||
"EMAIL_ADDRESS": "Endereço de e-mail",
|
||||
"PHONE_NUMBER": "Número de telefone",
|
||||
"COPY_SUCCESSFUL": "Copied to clipboard successfully",
|
||||
"COMPANY": "Company",
|
||||
"COPY_SUCCESSFUL": "Copiado para área de transferência com sucesso",
|
||||
"COMPANY": "Empresa",
|
||||
"LOCATION": "Local:",
|
||||
"CONVERSATION_TITLE": "Detalhes da conversa",
|
||||
"BROWSER": "Navegador",
|
||||
"OS": "Sistema operacional",
|
||||
"INITIATED_FROM": "Iniciado de",
|
||||
"INITIATED_AT": "Iniciado em",
|
||||
"IP_ADDRESS": "IP Address",
|
||||
"NEW_MESSAGE": "New message",
|
||||
"IP_ADDRESS": "Endereço IP",
|
||||
"NEW_MESSAGE": "Nova mensagem",
|
||||
"CONVERSATIONS": {
|
||||
"NO_RECORDS_FOUND": "Não há conversas anteriores associadas a este contato.",
|
||||
"TITLE": "Conversas anteriores"
|
||||
},
|
||||
"LABELS": {
|
||||
"CONTACT": {
|
||||
"TITLE": "Contact Labels",
|
||||
"ERROR": "Couldn't update labels"
|
||||
"TITLE": "Etiquetas de Contato",
|
||||
"ERROR": "Não foi possível atualizar as Etiquetas"
|
||||
},
|
||||
"CONVERSATION": {
|
||||
"TITLE": "Conversation Labels",
|
||||
"ADD_BUTTON": "Add Labels"
|
||||
"TITLE": "Etiquetas da conversa",
|
||||
"ADD_BUTTON": "Adicionar Etiquetas"
|
||||
},
|
||||
"LABEL_SELECT": {
|
||||
"TITLE": "Add Labels",
|
||||
"PLACEHOLDER": "Search labels",
|
||||
"NO_RESULT": "No labels found"
|
||||
"TITLE": "Adicionar Etiquetas",
|
||||
"PLACEHOLDER": "Procurar Etiquetas",
|
||||
"NO_RESULT": "Nenhuma Etiqueta encontrada"
|
||||
}
|
||||
},
|
||||
"MUTE_CONTACT": "Mute Conversation",
|
||||
"UNMUTE_CONTACT": "Unmute Conversation",
|
||||
"MUTED_SUCCESS": "This conversation is muted for 6 hours",
|
||||
"UNMUTED_SUCCESS": "This conversation is unmuted",
|
||||
"SEND_TRANSCRIPT": "Send Transcript",
|
||||
"MUTE_CONTACT": "Silenciar Conversa",
|
||||
"UNMUTE_CONTACT": "Reativar Conversa",
|
||||
"MUTED_SUCCESS": "Esta conversa foi silenciada por 6 horas",
|
||||
"UNMUTED_SUCCESS": "Esta conversa foi reativada",
|
||||
"SEND_TRANSCRIPT": "Enviar Transcrição",
|
||||
"EDIT_LABEL": "Alterar"
|
||||
},
|
||||
"EDIT_CONTACT": {
|
||||
"BUTTON_LABEL": "Edit Contact",
|
||||
"TITLE": "Edit contact",
|
||||
"DESC": "Edit contact details"
|
||||
"BUTTON_LABEL": "Editar Contato",
|
||||
"TITLE": "Editar Contato",
|
||||
"DESC": "Editar detalhes do contato"
|
||||
},
|
||||
"CREATE_CONTACT": {
|
||||
"BUTTON_LABEL": "New Contact",
|
||||
"TITLE": "Create new contact",
|
||||
"DESC": "Add basic information details about the contact."
|
||||
"BUTTON_LABEL": "Novo Contato",
|
||||
"TITLE": "Criar novo contato",
|
||||
"DESC": "Adicionar informações básicas sobre o contato."
|
||||
},
|
||||
"CONTACT_FORM": {
|
||||
"FORM": {
|
||||
"SUBMIT": "submeter",
|
||||
"CANCEL": "cancelar",
|
||||
"AVATAR": {
|
||||
"LABEL": "Contact Avatar"
|
||||
"LABEL": "Contatar Avatar"
|
||||
},
|
||||
"NAME": {
|
||||
"PLACEHOLDER": "Enter the full name of the contact",
|
||||
"LABEL": "Full Name"
|
||||
"PLACEHOLDER": "Digite o nome completo do contato",
|
||||
"LABEL": "Nome Completo"
|
||||
},
|
||||
"BIO": {
|
||||
"PLACEHOLDER": "Enter the bio of the contact",
|
||||
"LABEL": "Bio"
|
||||
"PLACEHOLDER": "Digite a biografia do contato",
|
||||
"LABEL": "Biografia"
|
||||
},
|
||||
"EMAIL_ADDRESS": {
|
||||
"PLACEHOLDER": "Enter the email address of the contact",
|
||||
"PLACEHOLDER": "Digite o endereço de e-mail do contato",
|
||||
"LABEL": "Endereço de e-mail"
|
||||
},
|
||||
"PHONE_NUMBER": {
|
||||
"PLACEHOLDER": "Enter the phone number of the contact",
|
||||
"LABEL": "Phone Number",
|
||||
"HELP": "Phone number should be of E.164 format eg: +1415555555 [+][country code][area code][local phone number]",
|
||||
"ERROR": "Phone number should be either empty or of E.164 format"
|
||||
"PLACEHOLDER": "Digite o número de telefone do contato",
|
||||
"LABEL": "Número de Telefone",
|
||||
"HELP": "O número de telefone deve ter o formato E.164, por exemplo: +1415555555 [+][código do país][código de área] [número de telefone local]",
|
||||
"ERROR": "O número de telefone deve estar vazio ou no formato E.164"
|
||||
},
|
||||
"LOCATION": {
|
||||
"PLACEHOLDER": "Enter the location of the contact",
|
||||
"PLACEHOLDER": "Digite a localização do contato",
|
||||
"LABEL": "Local:"
|
||||
},
|
||||
"COMPANY_NAME": {
|
||||
"PLACEHOLDER": "Enter the company name",
|
||||
"LABEL": "Company Name"
|
||||
"PLACEHOLDER": "Digite o nome da empresa",
|
||||
"LABEL": "Nome da empresa"
|
||||
},
|
||||
"SOCIAL_PROFILES": {
|
||||
"FACEBOOK": {
|
||||
"PLACEHOLDER": "Enter the Facebook username",
|
||||
"PLACEHOLDER": "Digite o utilizador do Facebook",
|
||||
"LABEL": "Facebook"
|
||||
},
|
||||
"TWITTER": {
|
||||
"PLACEHOLDER": "Enter the Twitter username",
|
||||
"PLACEHOLDER": "Digite o utilizador do Twitter",
|
||||
"LABEL": "Twitter"
|
||||
},
|
||||
"LINKEDIN": {
|
||||
"PLACEHOLDER": "Enter the LinkedIn username",
|
||||
"PLACEHOLDER": "Digite o utilizador do LinkedIn",
|
||||
"LABEL": "LinkedIn"
|
||||
},
|
||||
"GITHUB": {
|
||||
"PLACEHOLDER": "Enter the Github username",
|
||||
"PLACEHOLDER": "Digite o utilizador do Github",
|
||||
"LABEL": "Github"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||||
"CONTACT_ALREADY_EXIST": "This email address is in use for another contact.",
|
||||
"SUCCESS_MESSAGE": "Contato guardado com sucesso",
|
||||
"CONTACT_ALREADY_EXIST": "Esse e-mail está a ser utilizado por outro contato.",
|
||||
"ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente"
|
||||
},
|
||||
"NEW_CONVERSATION": {
|
||||
"BUTTON_LABEL": "Start conversation",
|
||||
"TITLE": "New conversation",
|
||||
"DESC": "Start a new conversation by sending a new message.",
|
||||
"NO_INBOX": "Couldn't find an inbox to initiate a new conversation with this contact.",
|
||||
"BUTTON_LABEL": "Iniciar conversa",
|
||||
"TITLE": "Nova conversa",
|
||||
"DESC": "Começar uma conversa enviando uma mensagem.",
|
||||
"NO_INBOX": "Não foi possível encontrar uma caixa de entrada para começar uma conversa com este contato.",
|
||||
"FORM": {
|
||||
"TO": {
|
||||
"LABEL": "To"
|
||||
"LABEL": "Para"
|
||||
},
|
||||
"INBOX": {
|
||||
"LABEL": "Inbox",
|
||||
"ERROR": "Select an inbox"
|
||||
"LABEL": "Recebidas",
|
||||
"ERROR": "Escolher uma caixa de entrada"
|
||||
},
|
||||
"MESSAGE": {
|
||||
"LABEL": "Message",
|
||||
"PLACEHOLDER": "Write your message here",
|
||||
"ERROR": "Message can't be empty"
|
||||
"LABEL": "Messagem",
|
||||
"PLACEHOLDER": "Escreva aqui a sua mensagem",
|
||||
"ERROR": "A mensagem não pode estar vazia"
|
||||
},
|
||||
"SUBMIT": "Send message",
|
||||
"SUBMIT": "Enviar mensagem",
|
||||
"CANCEL": "cancelar",
|
||||
"SUCCESS_MESSAGE": "Message sent!",
|
||||
"ERROR_MESSAGE": "Couldn't send! try again"
|
||||
"SUCCESS_MESSAGE": "Mensagem enviada!",
|
||||
"ERROR_MESSAGE": "Não foi possível enviar! Tente novamente"
|
||||
}
|
||||
},
|
||||
"CONTACTS_PAGE": {
|
||||
"HEADER": "Contacts",
|
||||
"FIELDS": "Contact fields",
|
||||
"SEARCH_BUTTON": "Search",
|
||||
"SEARCH_INPUT_PLACEHOLDER": "Search for contacts",
|
||||
"HEADER": "Contatos",
|
||||
"FIELDS": "Campos do contato",
|
||||
"SEARCH_BUTTON": "Procurar",
|
||||
"SEARCH_INPUT_PLACEHOLDER": "Procurar por contatos",
|
||||
"LIST": {
|
||||
"LOADING_MESSAGE": "Loading contacts...",
|
||||
"404": "No contacts matches your search 🔍",
|
||||
"NO_CONTACTS": "There are no available contacts",
|
||||
"LOADING_MESSAGE": "A carregar contatos...",
|
||||
"404": "Nenhum contato corresponde à sua pesquisa 🔍",
|
||||
"NO_CONTACTS": "Não há contatos disponíveis",
|
||||
"TABLE_HEADER": {
|
||||
"NAME": "Nome:",
|
||||
"PHONE_NUMBER": "Phone Number",
|
||||
"PHONE_NUMBER": "Número de telefone",
|
||||
"CONVERSATIONS": "Conversas",
|
||||
"LAST_ACTIVITY": "Last Activity",
|
||||
"COUNTRY": "Country",
|
||||
"CITY": "City",
|
||||
"SOCIAL_PROFILES": "Social Profiles",
|
||||
"COMPANY": "Company",
|
||||
"LAST_ACTIVITY": "Última atividade",
|
||||
"COUNTRY": "País",
|
||||
"CITY": "Cidade",
|
||||
"SOCIAL_PROFILES": "Perfis Redes Sociais",
|
||||
"COMPANY": "Empresa",
|
||||
"EMAIL_ADDRESS": "Endereço de e-mail"
|
||||
},
|
||||
"VIEW_DETAILS": "View details"
|
||||
"VIEW_DETAILS": "Mostrar detalhes"
|
||||
}
|
||||
},
|
||||
"REMINDER": {
|
||||
"ADD_BUTTON": {
|
||||
"BUTTON": "Add",
|
||||
"TITLE": "Shift + Enter to create a task"
|
||||
"BUTTON": "Adicionar",
|
||||
"TITLE": "Shift + Enter para criar uma tarefa"
|
||||
},
|
||||
"FOOTER": {
|
||||
"DUE_DATE": "Due date",
|
||||
"LABEL_TITLE": "Set type"
|
||||
"DUE_DATE": "Data limite",
|
||||
"LABEL_TITLE": "Configurar tipo"
|
||||
}
|
||||
},
|
||||
"NOTES": {
|
||||
"HEADER": {
|
||||
"TITLE": "Notes"
|
||||
"TITLE": "Observações"
|
||||
},
|
||||
"ADD": {
|
||||
"BUTTON": "Add",
|
||||
"PLACEHOLDER": "Add a note",
|
||||
"TITLE": "Shift + Enter to create a note"
|
||||
"BUTTON": "Adicionar",
|
||||
"PLACEHOLDER": "Adicionar observação",
|
||||
"TITLE": "Shift + Enter para criar uma observação"
|
||||
},
|
||||
"FOOTER": {
|
||||
"BUTTON": "View all notes"
|
||||
"BUTTON": "Ver todas as observaçoes"
|
||||
}
|
||||
},
|
||||
"EVENTS": {
|
||||
"HEADER": {
|
||||
"TITLE": "Activities"
|
||||
"TITLE": "Atividades"
|
||||
},
|
||||
"BUTTON": {
|
||||
"PILL_BUTTON_NOTES": "notes",
|
||||
"PILL_BUTTON_EVENTS": "events",
|
||||
"PILL_BUTTON_NOTES": "Observações",
|
||||
"PILL_BUTTON_EVENTS": "Eventos",
|
||||
"PILL_BUTTON_CONVO": "conversas"
|
||||
}
|
||||
},
|
||||
"CUSTOM_ATTRIBUTES": {
|
||||
"TITLE": "Custom Attributes",
|
||||
"BUTTON": "Add custom attribute",
|
||||
"TITLE": "Atributos personalizados",
|
||||
"BUTTON": "Adicionar atributo personalizado",
|
||||
"ADD": {
|
||||
"TITLE": "Create custom attribute",
|
||||
"DESC": "Add custom information to this contact."
|
||||
"TITLE": "Criar atributo personalizado",
|
||||
"DESC": "Adicionar informação personalizada a este contato."
|
||||
},
|
||||
"FORM": {
|
||||
"CREATE": "Add attribute",
|
||||
"CREATE": "Adicionar atributo",
|
||||
"CANCEL": "cancelar",
|
||||
"NAME": {
|
||||
"LABEL": "Custom attribute name",
|
||||
"PLACEHOLDER": "Eg: shopify id",
|
||||
"ERROR": "Invalid custom attribute name"
|
||||
"LABEL": "Nome do atributo personalizado",
|
||||
"PLACEHOLDER": "Por exemplo: ID shopify",
|
||||
"ERROR": "Nome do atributo personalizado inválido"
|
||||
},
|
||||
"VALUE": {
|
||||
"LABEL": "Attribute value",
|
||||
"LABEL": "Valor do atributo",
|
||||
"PLACEHOLDER": "Eg: 11901 "
|
||||
}
|
||||
}
|
||||
},
|
||||
"MERGE_CONTACTS": {
|
||||
"TITLE": "Merge contacts",
|
||||
"DESCRIPTION": "Merge contact is helpful when you have duplicated entries of the same contact. Merging action takes a primary contact and a child contact. After merging, all details in the primary contact will remain the same. If the primary contact doesn't have a field, then the value from the child contact will be used after merging. If a conflict happens, fields in primary contact will remain unaffected, but fields from secondary will be copied to the custom attributes in the primary contact.",
|
||||
"TITLE": "Unir contatos",
|
||||
"DESCRIPTION": "A opção de juntar contatos é útil quando existem contatos duplicados. Para juntar contatos devem existir pelos menos, um contato principal e um contato filho. Depois de os juntar, todos os detalhes no contato principal mantêm-se os mesmos. Se o contato principal não tiver um campo preenchido, o valor do contato filho será utilizador para preencher esse campo. Se surgir um conflito, os campos do contato primário permanecem intactos, mas os campos do contato secundário serão copiados para os atributos personalizados no contato primário.",
|
||||
"PRIMARY": {
|
||||
"TITLE": "Primary contact"
|
||||
"TITLE": "Contato principal"
|
||||
},
|
||||
"CHILD": {
|
||||
"TITLE": "Contact to merge",
|
||||
"PLACEHOLDER": "Choose a contact"
|
||||
"TITLE": "Contato para juntar",
|
||||
"PLACEHOLDER": "Escolher um contato"
|
||||
},
|
||||
"SUMMARY": {
|
||||
"TITLE": "Summary",
|
||||
"DELETE_WARNING": "Contact of <strong>%{childContactName}</strong>will be deleted.",
|
||||
"ATTRIBUTE_WARNING": "Contact details of <strong>%{childContactName}</strong> will be copied to <strong>%{primaryContactName}</strong>."
|
||||
"TITLE": "Sumário",
|
||||
"DELETE_WARNING": "Contato do <strong>%{childContactName}</strong>será eliminado.",
|
||||
"ATTRIBUTE_WARNING": "Detalhes do contato do <strong>%{childContactName}</strong> serão copiados para <strong>%{primaryContactName}</strong>."
|
||||
},
|
||||
"SEARCH": {
|
||||
"ERROR": "ERROR_MESSAGE"
|
||||
"ERROR": "MENSSAGEM_ERRO"
|
||||
},
|
||||
"FORM": {
|
||||
"SUBMIT": " Merge contacts",
|
||||
"SUBMIT": " Juntar contatos",
|
||||
"CANCEL": "cancelar",
|
||||
"CHILD_CONTACT": {
|
||||
"ERROR": "Select a child contact to merge"
|
||||
"ERROR": "Escolher um contato filho para juntar"
|
||||
},
|
||||
"SUCCESS_MESSAGE": "Contact merged successfully",
|
||||
"ERROR_MESSAGE": "Could not merge contcts, try again!"
|
||||
"SUCCESS_MESSAGE": "Contato unido com sucesso",
|
||||
"ERROR_MESSAGE": "Não foi possível juntar os contatos, tente novamente!"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,32 +6,33 @@
|
||||
"NO_INBOX_1": "Hola! Parece que você não adicionou nenhuma caixa de entrada ainda.",
|
||||
"NO_INBOX_2": " para começar",
|
||||
"NO_INBOX_AGENT": "Uh Oh! Parece que você não faz parte de nenhuma caixa de entrada. Por favor, contate seu administrador",
|
||||
"SEARCH_MESSAGES": "Search for messages in conversations",
|
||||
"SEARCH_MESSAGES": "Procurar mensagens em conversas",
|
||||
"SEARCH": {
|
||||
"TITLE": "Search messages",
|
||||
"LOADING_MESSAGE": "Crunching data...",
|
||||
"PLACEHOLDER": "Type any text to search messages",
|
||||
"NO_MATCHING_RESULTS": "No results found."
|
||||
"TITLE": "Procurar mensagens",
|
||||
"RESULT_TITLE": "Resultados da pesquisa",
|
||||
"LOADING_MESSAGE": "Preparando os dados...",
|
||||
"PLACEHOLDER": "Digite qualquer texto para procurar mensagens",
|
||||
"NO_MATCHING_RESULTS": "Nenhum resultado encontrado."
|
||||
},
|
||||
"UNREAD_MESSAGES": "Unread Messages",
|
||||
"UNREAD_MESSAGE": "Unread Message",
|
||||
"UNREAD_MESSAGES": "Mensagens por ler",
|
||||
"UNREAD_MESSAGE": "Mensagens por ler",
|
||||
"CLICK_HERE": "Clique aqui",
|
||||
"LOADING_INBOXES": "Carregando caixas de entrada",
|
||||
"LOADING_CONVERSATIONS": "Carregando conversas",
|
||||
"CANNOT_REPLY": "You cannot reply due to",
|
||||
"24_HOURS_WINDOW": "24 hour message window restriction",
|
||||
"TWILIO_WHATSAPP_CAN_REPLY": "You can only reply to this conversation using a template message due to",
|
||||
"TWILIO_WHATSAPP_24_HOURS_WINDOW": "24 hour message window restriction",
|
||||
"LAST_INCOMING_TWEET": "You are replying to the last incoming tweet",
|
||||
"REPLYING_TO": "You are replying to:",
|
||||
"REMOVE_SELECTION": "Remove Selection",
|
||||
"CANNOT_REPLY": "Não pode responder porque",
|
||||
"24_HOURS_WINDOW": "Mensagens bloqueadas durante 24 horas",
|
||||
"TWILIO_WHATSAPP_CAN_REPLY": "Só pode responder, utilizando uma mensagem modelo, porque",
|
||||
"TWILIO_WHATSAPP_24_HOURS_WINDOW": "Mensagens bloqueadas durante 24 horas",
|
||||
"SELECT_A_TWEET_TO_REPLY": "Para responder escolha por favor um tweet.",
|
||||
"REPLYING_TO": "Está a responder a:",
|
||||
"REMOVE_SELECTION": "Remover seleção",
|
||||
"DOWNLOAD": "BAIXAR",
|
||||
"UPLOADING_ATTACHMENTS": "Uploading attachments...",
|
||||
"SUCCESS_DELETE_MESSAGE": "Message deleted successfully",
|
||||
"FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again",
|
||||
"NO_RESPONSE": "No response",
|
||||
"RATING_TITLE": "Rating",
|
||||
"FEEDBACK_TITLE": "Feedback",
|
||||
"UPLOADING_ATTACHMENTS": "Carregando anexos...",
|
||||
"SUCCESS_DELETE_MESSAGE": "Mensagem apagada com sucesso",
|
||||
"FAIL_DELETE_MESSSAGE": "Não foi possível apagar a mensagem! Tente novamente",
|
||||
"NO_RESPONSE": "Sem resposta",
|
||||
"RATING_TITLE": "Avaliar",
|
||||
"FEEDBACK_TITLE": "Opiniões",
|
||||
"HEADER": {
|
||||
"RESOLVE_ACTION": "Resolver",
|
||||
"REOPEN_ACTION": "Reabrir",
|
||||
@@ -41,7 +42,13 @@
|
||||
"DETAILS": "Detalhes"
|
||||
},
|
||||
"RESOLVE_DROPDOWN": {
|
||||
"OPEN_BOT": "Open with bot"
|
||||
"MARK_PENDING": "Marcar como pendente",
|
||||
"SNOOZE": {
|
||||
"TITLE": "Suspender até",
|
||||
"NEXT_REPLY": "Próxima resposta",
|
||||
"TOMORROW": "Amanhã",
|
||||
"NEXT_WEEK": "Próxima semana"
|
||||
}
|
||||
},
|
||||
"FOOTER": {
|
||||
"MSG_INPUT": "Shift + enter para nova linha. Comece com '/' para selecionar uma Resposta Pronta.",
|
||||
@@ -53,75 +60,94 @@
|
||||
"SEND": "Mandar",
|
||||
"CREATE": "Adicionar Nota",
|
||||
"TWEET": "Tuitar",
|
||||
"TIP_FORMAT_ICON": "Show rich text editor",
|
||||
"TIP_EMOJI_ICON": "Show emoji selector",
|
||||
"TIP_ATTACH_ICON": "Attach files",
|
||||
"ENTER_TO_SEND": "Enter to send",
|
||||
"DRAG_DROP": "Drag and drop here to attach"
|
||||
"TIP_FORMAT_ICON": "Mostrar editor de texto completo",
|
||||
"TIP_EMOJI_ICON": "Mostrar selecionador de emojis",
|
||||
"TIP_ATTACH_ICON": "Anexar ficheiros",
|
||||
"ENTER_TO_SEND": "Enter para enviar",
|
||||
"DRAG_DROP": "Arrastar e soltar aqui para anexar",
|
||||
"EMAIL_HEAD": {
|
||||
"ADD_BCC": "Adicionar bcc",
|
||||
"CC": {
|
||||
"LABEL": "CC",
|
||||
"PLACEHOLDER": "Emails separados por vírgulas",
|
||||
"ERROR": "Por favor, digite endereços de e-mail válidos"
|
||||
},
|
||||
"BCC": {
|
||||
"LABEL": "Bcc",
|
||||
"PLACEHOLDER": "Emails separados por vírgulas",
|
||||
"ERROR": "Por favor, digite endereços de e-mail válidos"
|
||||
}
|
||||
}
|
||||
},
|
||||
"VISIBLE_TO_AGENTS": "Nota Privada: Apenas visível para você e sua equipe",
|
||||
"CHANGE_STATUS": "Estado da conversa alterado",
|
||||
"CHANGE_AGENT": "Responsável da conversa alterado",
|
||||
"CHANGE_TEAM": "Conversation team changed",
|
||||
"FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit",
|
||||
"SENT_BY": "Sent by:",
|
||||
"CHANGE_TEAM": "Equipa de conversação alterada",
|
||||
"FILE_SIZE_LIMIT": "O ficheiro ultrapassa o tamanho limite {MAXIMUM_FILE_UPLOAD_SIZE}",
|
||||
"SENT_BY": "Enviado por:",
|
||||
"ASSIGNMENT": {
|
||||
"SELECT_AGENT": "Select Agent",
|
||||
"SELECT_AGENT": "Escolher Agente",
|
||||
"REMOVE": "Excluir",
|
||||
"ASSIGN": "Assign"
|
||||
"ASSIGN": "Atribuir"
|
||||
},
|
||||
"CONTEXT_MENU": {
|
||||
"COPY": "Copy",
|
||||
"COPY": "Copiar",
|
||||
"DELETE": "excluir"
|
||||
}
|
||||
},
|
||||
"EMAIL_TRANSCRIPT": {
|
||||
"TITLE": "Send conversation transcript",
|
||||
"DESC": "Send a copy of the conversation transcript to the specified email address",
|
||||
"TITLE": "Enviar transcrição da conversa",
|
||||
"DESC": "Enviar uma cópia da transcrição da conversa para o endereço de email especificado",
|
||||
"SUBMIT": "submeter",
|
||||
"CANCEL": "cancelar",
|
||||
"SEND_EMAIL_SUCCESS": "The chat transcript was sent successfully",
|
||||
"SEND_EMAIL_SUCCESS": "A transcrição do chat foi enviada com sucesso",
|
||||
"SEND_EMAIL_ERROR": "Ocorreu um erro, por favor tente novamente",
|
||||
"FORM": {
|
||||
"SEND_TO_CONTACT": "Send the transcript to the customer",
|
||||
"SEND_TO_AGENT": "Send the transcript to the assigned agent",
|
||||
"SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address",
|
||||
"SEND_TO_CONTACT": "Envie a transcrição ao cliente",
|
||||
"SEND_TO_AGENT": "Enviar a transcrição para o agente atribuído",
|
||||
"SEND_TO_OTHER_EMAIL_ADDRESS": "Enviar a transcrição para outro endereço de email",
|
||||
"EMAIL": {
|
||||
"PLACEHOLDER": "Enter an email address",
|
||||
"PLACEHOLDER": "Digite um endereço de email",
|
||||
"ERROR": "Por favor, insira um endereço de e-mail válido"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ONBOARDING": {
|
||||
"TITLE": "Hey 👋, Welcome to %{installationName}!",
|
||||
"DESCRIPTION": "Thanks for signing up. We want you to get the most out of %{installationName}. Here are a few things you can do in %{installationName} to make the experience delightful.",
|
||||
"READ_LATEST_UPDATES": "Read our latest updates",
|
||||
"TITLE": "Olá, 👋. Bem-vindo ao %{installationName}!",
|
||||
"DESCRIPTION": "Obrigado por se inscrever. Queremos que aproveite ao máximo o sistema %{installationName}. Aqui estão algumas coisas que pode fazer no %{installationName} para tornar a sua experiência ainda mais agradável.",
|
||||
"READ_LATEST_UPDATES": "Ler as últimas atualizações",
|
||||
"ALL_CONVERSATION": {
|
||||
"TITLE": "All your conversations in one place",
|
||||
"DESCRIPTION": "View all the conversations from your customers in one single dashboard. You can filter the conversations by the incoming channel, label and status."
|
||||
"TITLE": "Todas as suas conversas num único lugar",
|
||||
"DESCRIPTION": "Ver todas as conversas dos seus clientes num único painel. Pode filtrar as conversas pelo canal de entrada, etiquetas e estado."
|
||||
},
|
||||
"TEAM_MEMBERS": {
|
||||
"TITLE": "Invite your team members",
|
||||
"DESCRIPTION": "Since you are getting ready to talk to your customer, bring in your teammates to assist you. You can invite your teammates by adding their email address to the agent list.",
|
||||
"NEW_LINK": "Click here to invite a team member"
|
||||
"TITLE": "Convidar os membros da sua equipa",
|
||||
"DESCRIPTION": "Já que se prepara para começar a conversar com o seu cliente, convide também os seus colegas para o ajudar. Pode adicionar colegas de equipa acrescentando o seu endereço de e-mail na lista de agentes.",
|
||||
"NEW_LINK": "Clique aqui para convidar um membro para a equipa"
|
||||
},
|
||||
"INBOXES": {
|
||||
"TITLE": "Connect Inboxes",
|
||||
"DESCRIPTION": "Connect various channels through which your customers would be talking to you. It can be a website live-chat, your Facebook or Twitter page or even your WhatsApp number.",
|
||||
"NEW_LINK": "Click here to create an inbox"
|
||||
"TITLE": "Ligar caixas de entrada",
|
||||
"DESCRIPTION": "Ligue vários canais através dos quais os seus clientes podem conversar consigo. Pode ser um site, um chat ao vivo, um página do Facebook do Twitter ou até mesmo o seu número do WhatsApp.",
|
||||
"NEW_LINK": "Clique aqui para criar uma caixa de entrada"
|
||||
},
|
||||
"LABELS": {
|
||||
"TITLE": "Organize conversations with labels",
|
||||
"DESCRIPTION": "Labels provide an easier way to categorize your conversation. Create some labels like #support-enquiry, #billing-question etc., so that you can use them in a conversation later.",
|
||||
"NEW_LINK": "Click here to create tags"
|
||||
"TITLE": "Organizar conversas com etiquetas",
|
||||
"DESCRIPTION": "As Etiquetas permitem-lhe facilmente categorizar as suas conversas. Crie etiquetas como #suporte, #faturacao etc., para que depois as possa utilizar mais tarde numa conversa.",
|
||||
"NEW_LINK": "Clique aqui para criar etiquetas"
|
||||
}
|
||||
},
|
||||
"CONVERSATION_SIDEBAR": {
|
||||
"ASSIGNEE_LABEL": "Assigned Agent",
|
||||
"SELF_ASSIGN": "Assign to me",
|
||||
"TEAM_LABEL": "Assigned Team",
|
||||
"ASSIGNEE_LABEL": "Agente atribuído",
|
||||
"SELF_ASSIGN": "Atribuir a mim",
|
||||
"TEAM_LABEL": "Equipe atribuída",
|
||||
"SELECT": {
|
||||
"PLACEHOLDER": "None"
|
||||
"PLACEHOLDER": "Nenhuma"
|
||||
}
|
||||
},
|
||||
"EMAIL_HEADER": {
|
||||
"TO": "Para",
|
||||
"BCC": "BCC",
|
||||
"CC": "Cc",
|
||||
"SUBJECT": "Assunto"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"CSAT": {
|
||||
"TITLE": "Rate your conversation",
|
||||
"PLACEHOLDER": "Tell us more..."
|
||||
"TITLE": "Avalie a sua conversa",
|
||||
"PLACEHOLDER": "Conte-nos mais..."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"GENERAL_SETTINGS": {
|
||||
"TITLE": "Configurações da conta",
|
||||
"SUBMIT": "Atualizar configurações",
|
||||
"BACK": "Back",
|
||||
"BACK": "Voltar",
|
||||
"UPDATE": {
|
||||
"ERROR": "Não foi possível atualizar as configurações, tente novamente!",
|
||||
"SUCCESS": "Configurações de conta atualizadas com sucesso"
|
||||
@@ -24,8 +24,8 @@
|
||||
"ERROR": ""
|
||||
},
|
||||
"DOMAIN": {
|
||||
"LABEL": "Incoming Email Domain",
|
||||
"PLACEHOLDER": "The domain where you will receive the emails",
|
||||
"LABEL": "Email recebido do domínio",
|
||||
"PLACEHOLDER": "O domínio onde irá receber os emails",
|
||||
"ERROR": ""
|
||||
},
|
||||
"SUPPORT_EMAIL": {
|
||||
@@ -34,42 +34,42 @@
|
||||
"ERROR": ""
|
||||
},
|
||||
"AUTO_RESOLVE_DURATION": {
|
||||
"LABEL": "Number of days after a ticket should auto resolve if there is no activity",
|
||||
"LABEL": "Número de dias sem nenhuma atividade, após os quais, o ticket se auto-resolve",
|
||||
"PLACEHOLDER": "30",
|
||||
"ERROR": "Please enter a valid auto resolve duration (minimum 1 day)"
|
||||
"ERROR": "Por favor, escolha um período para auto-resolução válido (mínimo de 1 dia)"
|
||||
},
|
||||
"FEATURES": {
|
||||
"INBOUND_EMAIL_ENABLED": "Conversation continuity with emails is enabled for your account.",
|
||||
"CUSTOM_EMAIL_DOMAIN_ENABLED": "You can receive emails in your custom domain now."
|
||||
"INBOUND_EMAIL_ENABLED": "A sua conta tem a opção de continuar as conversas por e-mail ativada.",
|
||||
"CUSTOM_EMAIL_DOMAIN_ENABLED": "Já pode receber emails no domínio que escolheu."
|
||||
}
|
||||
},
|
||||
"UPDATE_CHATWOOT": "An update %{latestChatwootVersion} for Chatwoot is available. Please update your instance."
|
||||
"UPDATE_CHATWOOT": "Está disponível uma nova atualização %{latestChatwootVersion} para o ChatWoot. Por favor, atualize a sua versão."
|
||||
},
|
||||
"FORMS": {
|
||||
"MULTISELECT": {
|
||||
"ENTER_TO_SELECT": "Press enter to select",
|
||||
"ENTER_TO_REMOVE": "Press enter to remove",
|
||||
"SELECT_ONE": "Select one"
|
||||
"ENTER_TO_SELECT": "Pressione Enter para escolher",
|
||||
"ENTER_TO_REMOVE": "Pressione Enter para eliminar",
|
||||
"SELECT_ONE": "Selecionar um"
|
||||
}
|
||||
},
|
||||
"NOTIFICATIONS_PAGE": {
|
||||
"HEADER": "Notifications",
|
||||
"MARK_ALL_DONE": "Mark All Done",
|
||||
"HEADER": "Notificaçoes",
|
||||
"MARK_ALL_DONE": "Marcar todos como Resolvidos",
|
||||
"LIST": {
|
||||
"LOADING_MESSAGE": "Loading notifications...",
|
||||
"404": "No Notifications",
|
||||
"LOADING_MESSAGE": "A carregar notificações...",
|
||||
"404": "Sem Notificações",
|
||||
"TABLE_HEADER": [
|
||||
"Nome:",
|
||||
"Phone Number",
|
||||
"Número de telefone",
|
||||
"Conversas",
|
||||
"Last Contacted"
|
||||
"Último contato"
|
||||
]
|
||||
},
|
||||
"TYPE_LABEL": {
|
||||
"conversation_creation": "New conversation",
|
||||
"conversation_assignment": "Conversation Assigned",
|
||||
"assigned_conversation_new_message": "New Message",
|
||||
"conversation_mention": "Mention"
|
||||
"conversation_creation": "Nova conversa",
|
||||
"conversation_assignment": "Conversa atribuída",
|
||||
"assigned_conversation_new_message": "Nova mensagem",
|
||||
"conversation_mention": "Mencionar"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"INBOX_MGMT": {
|
||||
"HEADER": "Caixas de Entrada",
|
||||
"SIDEBAR_TXT": "<p><b>Inbox</b></p> <p> When you connect a website or a facebook Page to Chatwoot, it is called an <b>Inbox</b>. You can have unlimited inboxes in your Chatwoot account. </p><p> Click on <b>Add Inbox</b> to connect a website or a Facebook Page. </p><p> In the Dashboard, you can see all the conversations from all your inboxes in a single place and respond to them under the `Conversations` tab. </p><p> You can also see conversations specific to an inbox by clicking on the inbox name on the left pane of the dashboard. </p>",
|
||||
"SIDEBAR_TXT": "<p><b>Caixa de entrada</b></p> <p> Ao ligar um site ou uma página do Facebook ao Chatwoot, ela passa a ser chamada de <b>caixa de entrada</b>. Pode ter caixas de entrada ilimitadas na sua conta de Chatwoot. </p><p> Clique em <b>Adicionar caixa de entrada</b> para ligar um site ou uma página do Facebook. </p><p> No Painel, pode ver todas as conversas de todas as suas caixas de entrada num único lugar e responder a elas utilizando o separado `Conversas`. </p><p> Também pode ver conversas específicas de uma determinada caixa de entrada clicando no nome dessa caixa no lado esquerdo do painel lateral. </p>",
|
||||
"LIST": {
|
||||
"404": "Não há caixas de entrada anexadas a esta conta."
|
||||
},
|
||||
@@ -29,8 +29,8 @@
|
||||
],
|
||||
"ADD": {
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Inbox Name",
|
||||
"PLACEHOLDER": "Enter your inbox name (eg: Acme Inc)"
|
||||
"LABEL": "Nome da Caixa de Entrada",
|
||||
"PLACEHOLDER": "Digite o nome da caixa de entrada (ex: Informatico. pt)"
|
||||
},
|
||||
"WEBSITE_NAME": {
|
||||
"LABEL": "Nome do site",
|
||||
@@ -38,23 +38,23 @@
|
||||
},
|
||||
"FB": {
|
||||
"HELP": "PS: ao fazer login, só teremos acesso às mensagens da sua página. Suas mensagens privadas nunca poderão ser acessadas pelo Chatwoot.",
|
||||
"CHOOSE_PAGE": "Choose Page",
|
||||
"CHOOSE_PLACEHOLDER": "Select a page from the list",
|
||||
"INBOX_NAME": "Inbox Name",
|
||||
"ADD_NAME": "Add a name for your inbox",
|
||||
"PICK_NAME": "Pick A Name Your Inbox",
|
||||
"PICK_A_VALUE": "Pick a value"
|
||||
"CHOOSE_PAGE": "Escolher página",
|
||||
"CHOOSE_PLACEHOLDER": "Escolher uma página da lista",
|
||||
"INBOX_NAME": "Nome Caixa de Entrada",
|
||||
"ADD_NAME": "Escolha um nome para a sua caixa de entrada",
|
||||
"PICK_NAME": "Escolha um nome a sua caixa de entrada",
|
||||
"PICK_A_VALUE": "Escolha um valor"
|
||||
},
|
||||
"TWITTER": {
|
||||
"HELP": "Para adicionar seu perfil do Twitter como um canal, você precisa autenticar seu perfil do Twitter clicando em 'Entrar com o Twitter' ",
|
||||
"ERROR_MESSAGE": "There was an error connecting to Twitter, please try again"
|
||||
"ERROR_MESSAGE": "Houve um de ligação com o Twitter, por favor, tente novamente"
|
||||
},
|
||||
"WEBSITE_CHANNEL": {
|
||||
"TITLE": "Canal do site",
|
||||
"DESC": "Crie um canal para seu site e comece a oferecer suporte a seus clientes através do nosso widget do site.",
|
||||
"LOADING_MESSAGE": "Criando canal de suporte ao site",
|
||||
"CHANNEL_AVATAR": {
|
||||
"LABEL": "Channel Avatar"
|
||||
"LABEL": "Avatar do canal"
|
||||
},
|
||||
"CHANNEL_DOMAIN": {
|
||||
"LABEL": "Domínio do site",
|
||||
@@ -69,21 +69,21 @@
|
||||
"PLACEHOLDER": "Nós simplificamos nos conectar com a gente. Pergunte a nós qualquer coisa ou compartilhe seus comentários."
|
||||
},
|
||||
"CHANNEL_GREETING_MESSAGE": {
|
||||
"LABEL": "Channel greeting message",
|
||||
"LABEL": "Mensagem de Boas-vindas do canal",
|
||||
"PLACEHOLDER": "Acme Inc normalmente responde em algumas horas."
|
||||
},
|
||||
"CHANNEL_GREETING_TOGGLE": {
|
||||
"LABEL": "Enable channel greeting",
|
||||
"HELP_TEXT": "Send a greeting message to the user when he starts the conversation.",
|
||||
"LABEL": "Ativar mensagem de Boas-vindas do canal",
|
||||
"HELP_TEXT": "Enviar uma mensagem de boas-vindas ao utilizador quando ele iniciar uma conversa.",
|
||||
"ENABLED": "Ativado",
|
||||
"DISABLED": "Desabilitado"
|
||||
},
|
||||
"REPLY_TIME": {
|
||||
"TITLE": "Set Reply time",
|
||||
"IN_A_FEW_MINUTES": "In a few minutes",
|
||||
"IN_A_FEW_HOURS": "In a few hours",
|
||||
"IN_A_DAY": "In a day",
|
||||
"HELP_TEXT": "This reply time will be displayed on the live chat widget"
|
||||
"TITLE": "Definir tempo de resposta",
|
||||
"IN_A_FEW_MINUTES": "Em poucos minutos",
|
||||
"IN_A_FEW_HOURS": "Em poucas horas",
|
||||
"IN_A_DAY": "Dentro de um dia",
|
||||
"HELP_TEXT": "Este tempo de resposta será mostrado no widget de chat"
|
||||
},
|
||||
"WIDGET_COLOR": {
|
||||
"LABEL": "Cor do widget",
|
||||
@@ -119,8 +119,8 @@
|
||||
"ERROR": "Por favor, insira um valor válido. O número de telefone deve começar com o sinal `+`."
|
||||
},
|
||||
"API_CALLBACK": {
|
||||
"TITLE": "Callback URL",
|
||||
"SUBTITLE": "You have to configure the message callback URL in Twilio with the URL mentioned here."
|
||||
"TITLE": "Link de retorno de ligação",
|
||||
"SUBTITLE": "Tem de configurar aqui, o link de retorno de mensagem no Twilio, através de um URL."
|
||||
},
|
||||
"SUBMIT_BUTTON": "Criar canal Twilio",
|
||||
"API": {
|
||||
@@ -128,16 +128,16 @@
|
||||
}
|
||||
},
|
||||
"SMS": {
|
||||
"TITLE": "SMS Channel via Twilio",
|
||||
"DESC": "Start supporting your customers via SMS with Twilio integration."
|
||||
"TITLE": "Canal SMS através do Twilio",
|
||||
"DESC": "Comece a dar apoio aos seus clientes por SMS com a integração Twilio."
|
||||
},
|
||||
"WHATSAPP": {
|
||||
"TITLE": "Whatsapp Channel via Twilio",
|
||||
"DESC": "Start supporting your customers via Whatsapp with Twilio integration."
|
||||
"TITLE": "Canal do Whatsapp através do Twilio",
|
||||
"DESC": "Comece a dar apoio aos seus clientes através do Whatsapp com a integração do Twilio."
|
||||
},
|
||||
"API_CHANNEL": {
|
||||
"TITLE": "API Channel",
|
||||
"DESC": "Integrate with API channel and start supporting your customers.",
|
||||
"TITLE": "Canal de API",
|
||||
"DESC": "Integrar com o canal API para dar apoio aos seus clientes.",
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Nome do Canal",
|
||||
"PLACEHOLDER": "Por favor, insira um nome de canal",
|
||||
@@ -145,17 +145,17 @@
|
||||
},
|
||||
"WEBHOOK_URL": {
|
||||
"LABEL": "URL do Webhook",
|
||||
"SUBTITLE": "Configure the URL where you want to recieve callbacks on events.",
|
||||
"SUBTITLE": "Configurar a URL onde quer receber mensagens de retorno.",
|
||||
"PLACEHOLDER": "URL do Webhook"
|
||||
},
|
||||
"SUBMIT_BUTTON": "Create API Channel",
|
||||
"SUBMIT_BUTTON": "Criar canal API",
|
||||
"API": {
|
||||
"ERROR_MESSAGE": "We were not able to save the api channel"
|
||||
"ERROR_MESSAGE": "Não foi possível guardar o canal API"
|
||||
}
|
||||
},
|
||||
"EMAIL_CHANNEL": {
|
||||
"TITLE": "Email Channel",
|
||||
"DESC": "Integrate you email inbox.",
|
||||
"TITLE": "Canal de e-mail",
|
||||
"DESC": "Integrar a caixa de entrada.",
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Nome do Canal",
|
||||
"PLACEHOLDER": "Por favor, insira um nome de canal",
|
||||
@@ -163,24 +163,24 @@
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "e-mail",
|
||||
"SUBTITLE": "Email where your customers sends you support tickets",
|
||||
"SUBTITLE": "Email para onde os seus clientes lhe enviam os tickets de suporte",
|
||||
"PLACEHOLDER": "e-mail"
|
||||
},
|
||||
"SUBMIT_BUTTON": "Create Email Channel",
|
||||
"SUBMIT_BUTTON": "Criar canal de email",
|
||||
"API": {
|
||||
"ERROR_MESSAGE": "We were not able to save the email channel"
|
||||
"ERROR_MESSAGE": "Não foi possível guardar o canal de email"
|
||||
},
|
||||
"FINISH_MESSAGE": "Start forwarding your emails to the following email address."
|
||||
"FINISH_MESSAGE": "Comece a encaminhar as suas mensagens de email para o seguinte endereço."
|
||||
},
|
||||
"AUTH": {
|
||||
"TITLE": "Choose a channel",
|
||||
"DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed."
|
||||
"TITLE": "Escolher um canal",
|
||||
"DESC": "O Chatwoot pode ter vários canais como widget, páginas do Facebook, perfis do Twitter, Whatsapp, E-mail, etc. Se quiser criar um canal personalizado pode utilizar uma API. Escolha um canal entre as opções a seguir para prosseguir."
|
||||
},
|
||||
"AGENTS": {
|
||||
"TITLE": "agentes",
|
||||
"DESC": "Aqui você pode adicionar agentes para gerenciar a sua caixa de entrada recém-criada. Apenas esses agentes selecionados terão acesso à sua caixa de entrada. Agentes que não fazem parte desta caixa de entrada não serão capazes de ver ou responder a mensagens nesta caixa de entrada quando eles acessarem. <br> <b>PS:</b> como administrador, se precisar de acesso a todas as caixas de entrada, você deve se adicionar como agente em todas as caixas de entrada que você criar.",
|
||||
"VALIDATION_ERROR": "Add atleast one agent to your new Inbox",
|
||||
"PICK_AGENTS": "Pick agents for the inbox"
|
||||
"VALIDATION_ERROR": "Adicionar pelo menos um agente à sua nova caixa de entrada",
|
||||
"PICK_AGENTS": "Escolha os agentes da caixa de entrada"
|
||||
},
|
||||
"DETAILS": {
|
||||
"TITLE": "Detalhes da Caixa de Entrada",
|
||||
@@ -206,7 +206,7 @@
|
||||
"TITLE": "Sua caixa de entrada está pronta!",
|
||||
"MESSAGE": "Agora, você pode se envolver com seus clientes através do seu novo Canal. Feliz apoio ",
|
||||
"BUTTON_TEXT": "Me leve lá",
|
||||
"MORE_SETTINGS": "More settings",
|
||||
"MORE_SETTINGS": "Mais configurações",
|
||||
"WEBSITE_SUCCESS": "Você terminou de criar um canal de site. Copie o código mostrado abaixo e cole-o em seu site. Na próxima vez que um cliente usar o chat em tempo real, a conversa aparecerá automaticamente em sua caixa de entrada."
|
||||
},
|
||||
"REAUTH": "Reautorizar",
|
||||
@@ -232,31 +232,34 @@
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "excluir",
|
||||
"AVATAR_DELETE_BUTTON_TEXT": "Delete Avatar",
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirmar Exclusão",
|
||||
"MESSAGE": "Tem certeza que deseja excluir ",
|
||||
"PLACE_HOLDER": "Please type {inboxName} to confirm",
|
||||
"PLACE_HOLDER": "Por favor, digite {inboxName} para confirmar",
|
||||
"YES": "Sim, excluir ",
|
||||
"NO": "Não, Manter "
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Caixa de entrada excluída com sucesso",
|
||||
"ERROR_MESSAGE": "Não foi possível excluir a caixa de entrada. Tente novamente mais tarde."
|
||||
"ERROR_MESSAGE": "Não foi possível excluir a caixa de entrada. Tente novamente mais tarde.",
|
||||
"AVATAR_SUCCESS_MESSAGE": "Inbox avatar deleted successfully",
|
||||
"AVATAR_ERROR_MESSAGE": "Could not delete the inbox avatar. Please try again later."
|
||||
}
|
||||
},
|
||||
"TABS": {
|
||||
"SETTINGS": "Confirgurações",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"CONFIGURATION": "Configuration",
|
||||
"CAMPAIGN": "Campaigns",
|
||||
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||
"BUSINESS_HOURS": "Business Hours"
|
||||
"COLLABORATORS": "Colaboradores",
|
||||
"CONFIGURATION": "Configuração",
|
||||
"CAMPAIGN": "Campanhas",
|
||||
"PRE_CHAT_FORM": "Formulário pré-chat",
|
||||
"BUSINESS_HOURS": "Horário comercial"
|
||||
},
|
||||
"SETTINGS": "Confirgurações",
|
||||
"FEATURES": {
|
||||
"LABEL": "Features",
|
||||
"DISPLAY_FILE_PICKER": "Display file picker on the widget",
|
||||
"DISPLAY_EMOJI_PICKER": "Display emoji picker on the widget"
|
||||
"LABEL": "Características",
|
||||
"DISPLAY_FILE_PICKER": "Mostrar o selecionador de ficheiros no widget",
|
||||
"DISPLAY_EMOJI_PICKER": "Mostrar seletor de emojis no widget"
|
||||
},
|
||||
"SETTINGS_POPUP": {
|
||||
"MESSENGER_HEADING": "Script do Messenger",
|
||||
@@ -264,56 +267,60 @@
|
||||
"INBOX_AGENTS": "agentes",
|
||||
"INBOX_AGENTS_SUB_TEXT": "Adicionar ou remover agentes dessa caixa de entrada",
|
||||
"UPDATE": "Atualização",
|
||||
"ENABLE_EMAIL_COLLECT_BOX": "Enable email collect box",
|
||||
"ENABLE_EMAIL_COLLECT_BOX_SUB_TEXT": "Enable or disable email collect box on new conversation",
|
||||
"ENABLE_EMAIL_COLLECT_BOX": "Ativar caixa de receção de email",
|
||||
"ENABLE_EMAIL_COLLECT_BOX_SUB_TEXT": "Ativar ou desativar caixa de receção de emails para as novas conversas",
|
||||
"AUTO_ASSIGNMENT": "Habilitar atribuição automática",
|
||||
"ENABLE_CSAT": "Enable CSAT",
|
||||
"ENABLE_CSAT_SUB_TEXT": "Enable/Disable CSAT(Customer satisfaction) survey after resolving a conversation",
|
||||
"ENABLE_CSAT": "Ativar CSAT",
|
||||
"ENABLE_CSAT_SUB_TEXT": "Ativar/Desativar avaliação CSAT (satisfação do cliente) depois de resolver uma conversa",
|
||||
"INBOX_UPDATE_TITLE": "Configurações da Caixa de Entrada",
|
||||
"INBOX_UPDATE_SUB_TEXT": "Atualize suas configurações da caixa de entrada",
|
||||
"AUTO_ASSIGNMENT_SUB_TEXT": "Ativar ou desativar a atribuição automática de novas conversas aos agentes adicionados a essa caixa de entrada.",
|
||||
"HMAC_VERIFICATION": "User Identity Validation",
|
||||
"HMAC_DESCRIPTION": "Inorder validate the users identity, the SDK allows you to pass an `identifier_hash` for each user. You can generate HMAC using 'sha256' with the key shown here."
|
||||
"HMAC_VERIFICATION": "Validação da identidade do utilizador",
|
||||
"HMAC_DESCRIPTION": "Para validar a identidade dos utilizadores, através do SDK, basta utilizar um `identifier_hash` para cada um deles. Pode gerar um HMAC com base numa 'sha256' e a chave que aparece a seguir.",
|
||||
"INBOX_IDENTIFIER": "Inbox Identifier",
|
||||
"INBOX_IDENTIFIER_SUB_TEXT": "Use the `inbox_identifier` token shown here to authentication your API clients.",
|
||||
"FORWARD_EMAIL_TITLE": "Forward to Email",
|
||||
"FORWARD_EMAIL_SUB_TEXT": "Comece a encaminhar as suas mensagens de email para o seguinte endereço."
|
||||
},
|
||||
"FACEBOOK_REAUTHORIZE": {
|
||||
"TITLE": "Reautorizar",
|
||||
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
||||
"MESSAGE_SUCCESS": "Reconnection successful",
|
||||
"SUBTITLE": "A sua ligação ao Facebook caducou, volte a ligar a página para poder continuar a utilizar os serviços",
|
||||
"MESSAGE_SUCCESS": "Ligação bem sucedida",
|
||||
"MESSAGE_ERROR": "Ocorreu um erro, por favor tente novamente"
|
||||
},
|
||||
"PRE_CHAT_FORM": {
|
||||
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
|
||||
"DESCRIPTION": "O formulário de Pré-Chat permite-lhe capturar informações do utilizador antes de iniciar uma conversa.",
|
||||
"ENABLE": {
|
||||
"LABEL": "Enable pre chat form",
|
||||
"LABEL": "Ativar formulário de Pré-chat",
|
||||
"OPTIONS": {
|
||||
"ENABLED": "Yes",
|
||||
"DISABLED": "No"
|
||||
"ENABLED": "Sim",
|
||||
"DISABLED": "Não"
|
||||
}
|
||||
},
|
||||
"PRE_CHAT_MESSAGE": {
|
||||
"LABEL": "Pre Chat Message",
|
||||
"PLACEHOLDER": "This message would be visible to the users along with the form"
|
||||
"LABEL": "Mensagem de Pré-Chat",
|
||||
"PLACEHOLDER": "Esta mensagem estará visível aos utilizadores juntamente com o formulário"
|
||||
},
|
||||
"REQUIRE_EMAIL": {
|
||||
"LABEL": "Visitors should provide their name and email address before starting the chat"
|
||||
"LABEL": "Os visitantes devem digitar o seu nome e o seu email antes de iniciarem uma conversa"
|
||||
}
|
||||
},
|
||||
"BUSINESS_HOURS": {
|
||||
"TITLE": "Set your availability",
|
||||
"SUBTITLE": "Set your availability on your livechat widget",
|
||||
"WEEKLY_TITLE": "Set your weekly hours",
|
||||
"TIMEZONE_LABEL": "Select timezone",
|
||||
"UPDATE": "Update business hours settings",
|
||||
"TOGGLE_AVAILABILITY": "Enable business availability for this inbox",
|
||||
"UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for vistors",
|
||||
"UNAVAILABLE_MESSAGE_DEFAULT": "We are unavailable at the moment. Leave a message we will respond once we are back.",
|
||||
"TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.",
|
||||
"TITLE": "Definir a sua disponibilidade",
|
||||
"SUBTITLE": "Definir a sua disponibilidade no widget",
|
||||
"WEEKLY_TITLE": "Definir as horas semanais",
|
||||
"TIMEZONE_LABEL": "Selecionar o fuso horário",
|
||||
"UPDATE": "Atualizar as configurações do horário comercial",
|
||||
"TOGGLE_AVAILABILITY": "Definir a disponibilidade para essa caixa de entrada",
|
||||
"UNAVAILABLE_MESSAGE_LABEL": "Mensagem indisponível para os visitantes",
|
||||
"UNAVAILABLE_MESSAGE_DEFAULT": "De momento estamos indisponíveis. Deixe por favor uma mensagem. Será respondida o mais rápido possível.",
|
||||
"TOGGLE_HELP": "Está opção mostrará as horas de disponibilidade no widget da conversa, mesmo que todos os agentes estejam offline. Os visitantes serão avisados dos horários disponíveis através de uma mensagem no formulário de pré-chat.",
|
||||
"DAY": {
|
||||
"ENABLE": "Enable availability for this day",
|
||||
"UNAVAILABLE": "Unavailable",
|
||||
"HOURS": "hours",
|
||||
"VALIDATION_ERROR": "Starting time should be before closing time.",
|
||||
"CHOOSE": "Choose"
|
||||
"ENABLE": "Permitir a disponibilidade para este dia",
|
||||
"UNAVAILABLE": "Indisponível",
|
||||
"HOURS": "horas",
|
||||
"VALIDATION_ERROR": "A hora de abertura deve ser anterior a hora de encerramento.",
|
||||
"CHOOSE": "Escolher"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
import { default as _agentMgmt } from './agentMgmt.json';
|
||||
import { default as _attributesMgmt } from './attributesMgmt.json';
|
||||
import { default as _campaign } from './campaign.json';
|
||||
import { default as _cannedMgmt } from './cannedMgmt.json';
|
||||
import { default as _chatlist } from './chatlist.json';
|
||||
import { default as _contact } from './contact.json';
|
||||
import { default as _conversation } from './conversation.json';
|
||||
import { default as _csatMgmtMgmt } from './csatMgmt.json';
|
||||
import { default as _generalSettings } from './generalSettings.json';
|
||||
import { default as _inboxMgmt } from './inboxMgmt.json';
|
||||
import { default as _integrationApps } from './integrationApps.json';
|
||||
import { default as _integrations } from './integrations.json';
|
||||
import { default as _labelsMgmt } from './labelsMgmt.json';
|
||||
import { default as _login } from './login.json';
|
||||
@@ -18,13 +21,16 @@ import { default as _teamsSettings } from './teamsSettings.json';
|
||||
|
||||
export default {
|
||||
..._agentMgmt,
|
||||
..._attributesMgmt,
|
||||
..._campaign,
|
||||
..._cannedMgmt,
|
||||
..._chatlist,
|
||||
..._contact,
|
||||
..._conversation,
|
||||
..._csatMgmtMgmt,
|
||||
..._generalSettings,
|
||||
..._inboxMgmt,
|
||||
..._integrationApps,
|
||||
..._integrations,
|
||||
..._labelsMgmt,
|
||||
..._login,
|
||||
|
||||
@@ -1,36 +1,36 @@
|
||||
{
|
||||
"INTEGRATION_APPS": {
|
||||
"FETCHING": "Fetching Integrations",
|
||||
"NO_HOOK_CONFIGURED": "There are no %{integrationId} integrations configured in this account.",
|
||||
"HEADER": "Applications",
|
||||
"FETCHING": "Procurando integrações",
|
||||
"NO_HOOK_CONFIGURED": "Não há integrações %{integrationId} configuradas nesta conta.",
|
||||
"HEADER": "Aplicações",
|
||||
"STATUS": {
|
||||
"ENABLED": "Ativado",
|
||||
"DISABLED": "Desabilitado"
|
||||
},
|
||||
"CONFIGURE": "Configurar",
|
||||
"ADD_BUTTON": "Add a new hook",
|
||||
"ADD_BUTTON": "Adicionar um novo hook",
|
||||
"DELETE": {
|
||||
"TITLE": {
|
||||
"INBOX": "Confirm deletion",
|
||||
"ACCOUNT": "Disconnect"
|
||||
"INBOX": "Confirmar a eliminação",
|
||||
"ACCOUNT": "Desligar"
|
||||
},
|
||||
"MESSAGE": {
|
||||
"INBOX": "Tem certeza que deseja excluir?",
|
||||
"ACCOUNT": "Are you sure to disconnect?"
|
||||
"ACCOUNT": "Tem certeza que deseja desligar?"
|
||||
},
|
||||
"CONFIRM_BUTTON_TEXT": {
|
||||
"INBOX": "Sim, excluir",
|
||||
"ACCOUNT": "Yes, Disconnect"
|
||||
"ACCOUNT": "Sim, Desligar"
|
||||
},
|
||||
"CANCEL_BUTTON_TEXT": "cancelar",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Hook deleted successfully",
|
||||
"SUCCESS_MESSAGE": "Hook eliminado com sucesso",
|
||||
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
||||
}
|
||||
},
|
||||
"LIST": {
|
||||
"FETCHING": "Fetching integration hooks",
|
||||
"INBOX": "Inbox",
|
||||
"FETCHING": "Procurando Hooks de integração",
|
||||
"INBOX": "Recebidas",
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "excluir"
|
||||
}
|
||||
@@ -38,25 +38,25 @@
|
||||
"ADD": {
|
||||
"FORM": {
|
||||
"INBOX": {
|
||||
"LABEL": "Select Inbox",
|
||||
"PLACEHOLDER": "Select Inbox"
|
||||
"LABEL": "Escolher caixa de entrada",
|
||||
"PLACEHOLDER": "Escolher caixa de entrada"
|
||||
},
|
||||
"SUBMIT": "Criar",
|
||||
"CANCEL": "cancelar"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Integration hook added successfully",
|
||||
"SUCCESS_MESSAGE": "Hook de integração adicionado com sucesso",
|
||||
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
||||
}
|
||||
},
|
||||
"CONNECT": {
|
||||
"BUTTON_TEXT": "Connect"
|
||||
"BUTTON_TEXT": "Ligar"
|
||||
},
|
||||
"DISCONNECT": {
|
||||
"BUTTON_TEXT": "Disconnect"
|
||||
"BUTTON_TEXT": "Desligar"
|
||||
},
|
||||
"SIDEBAR_DESCRIPTION": {
|
||||
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with %{installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information."
|
||||
"DIALOGFLOW": "Dialogflow é uma plataforma que facilita o planeamento e integração através de interface de conversação de utilizador numa aplicação móvel, web, bot, sistema de resposta de voz interativo, etc. <br /> <br /> A integração do fluxo de diálogo com o %{installationName} permite-lhe configurar um bot de Dialogflow nas suas caixas de entrada, para que ele trate inicialmente das consultas dos seus contactos e só depois as entregue aos seus agentes se for necessário. O fluxo de diálogo pode ser utilizado para qualificar os pedidos de contacto, reduzir a carga de trabalho dos agentes, oferecer respostas frequentes, etc. <br /> <br /> Para adicionar uma conta do Dialogflow à sua conta Chatwoot só precisa de ter o serviço ativo no Google e partilhar as suas credenciais. Por favor, consulte a documentação do Dialogflow para obter mais informações."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"EDIT": {
|
||||
"BUTTON_TEXT": "Alterar",
|
||||
"TITLE": "Edit webhook",
|
||||
"TITLE": "Editar Webhooks",
|
||||
"CANCEL": "cancelar",
|
||||
"DESC": "Eventos Webhook fornecem informações em tempo real sobre o que está acontecendo em sua conta Chatwoot. Por favor, insira uma URL válida para configurar uma callback.",
|
||||
"FORM": {
|
||||
@@ -28,10 +28,10 @@
|
||||
"PLACEHOLDER": "Exemplo: https://example/api/webhook",
|
||||
"ERROR": "Por favor, insira uma URL válida"
|
||||
},
|
||||
"SUBMIT": "Edit webhook"
|
||||
"SUBMIT": "Editar Webhooks"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Webhook URL updated successfully",
|
||||
"SUCCESS_MESSAGE": "URL do Webhook atualizado com sucesso",
|
||||
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
||||
}
|
||||
},
|
||||
@@ -68,18 +68,18 @@
|
||||
},
|
||||
"SLACK": {
|
||||
"HELP_TEXT": {
|
||||
"TITLE": "Using Slack Integration",
|
||||
"BODY": "<br/><p>Chatwoot will now sync all the incoming conversations into the <b><i>customer-conversations</i></b> channel inside your slack workplace.</p><p>Replying to a conversation thread in <b><i>customer-conversations</i></b> slack channel will create a response back to the customer through chatwoot.</p><p>Start the replies with <b><i>note:</i></b> to create private notes instead of replies.</p><p>If the replier on slack has an agent profile in chatwoot under the same email, the replies will be associated accordingly.</p><p>When the replier doesn't have an associated agent profile, the replies will be made from the bot profile.</p>"
|
||||
"TITLE": "Utilizar a integração Slack",
|
||||
"BODY": "<br/><p>Chatwoot irá agora sincronizar todas as mensagens recebidas através do canal de <b><i>conversas com clientes</i></b> dentro do seu local de trabalho do Slack.</p><p>A resposta a uma mensagem nas <b><i>conversas com o cliente</i></b> no seu canal de slack irá criar uma resposta para o cliente através do Chatwoot.</p><p> Comece as respostas com <b><i>nota:</i></b> para criar notas privadas em vez de respostas.</p><p>Se o remetente do slack tiver um perfil de agente no Chatwoot com o mesmo e-mail, as respostas serão associadas de acordo com isso.</p><p>Quando a pessoa que responde não tiver um perfil de agente associado, as respostas serão dadas a partir do perfil do bot.</p>"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "excluir",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Integration deleted successfully"
|
||||
"SUCCESS_MESSAGE": "Integração removida com sucesso"
|
||||
}
|
||||
},
|
||||
"CONNECT": {
|
||||
"BUTTON_TEXT": "Connect"
|
||||
"BUTTON_TEXT": "Ligar"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
"NAME": {
|
||||
"LABEL": "Nome da etiqueta",
|
||||
"PLACEHOLDER": "Nome da etiqueta",
|
||||
"REQUIRED_ERROR": "Label name is required",
|
||||
"MINIMUM_LENGTH_ERROR": "Minimum length 2 is required",
|
||||
"VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed"
|
||||
"REQUIRED_ERROR": "O nome da etiqueta é obrigatório",
|
||||
"MINIMUM_LENGTH_ERROR": "O tamanho mínimo obrigatório é 2",
|
||||
"VALID_ERROR": "Apenas são permitidos Alfabetos, Números, Hífen e Underscores"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Descrição",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"REPORT": {
|
||||
"HEADER": "Overview",
|
||||
"HEADER": "Visão geral",
|
||||
"LOADING_CHART": "Carregando dados da carta...",
|
||||
"NO_ENOUGH_DATA": "Não recebemos pontos de dados suficientes para gerar o relatório. Por favor, tente novamente mais tarde.",
|
||||
"DOWNLOAD_AGENT_REPORTS": "Download agent reports",
|
||||
"DOWNLOAD_AGENT_REPORTS": "Descarregar relatórios de agentes",
|
||||
"METRICS": {
|
||||
"CONVERSATIONS": {
|
||||
"NAME": "Conversas",
|
||||
@@ -41,49 +41,49 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Last 3 months"
|
||||
"name": "Últimos 3 meses"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Last 6 months"
|
||||
"name": "Últimos 6 meses"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Last year"
|
||||
"name": "Último ano"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Custom date range"
|
||||
"name": "Intervalo de tempo personalizado"
|
||||
}
|
||||
],
|
||||
"CUSTOM_DATE_RANGE": {
|
||||
"CONFIRM": "Apply",
|
||||
"PLACEHOLDER": "Select date range"
|
||||
"CONFIRM": "Confirmar",
|
||||
"PLACEHOLDER": "Escolher intervalo de tempo"
|
||||
}
|
||||
},
|
||||
"CSAT_REPORTS": {
|
||||
"HEADER": "CSAT Reports",
|
||||
"NO_RECORDS": "There are no CSAT survey responses available.",
|
||||
"HEADER": "Relatórios CSAT",
|
||||
"NO_RECORDS": "Sem dados CSAT disponíveis para reposta.",
|
||||
"TABLE": {
|
||||
"HEADER": {
|
||||
"CONTACT_NAME": "Contact",
|
||||
"AGENT_NAME": "Assigned agent",
|
||||
"RATING": "Rating",
|
||||
"FEEDBACK_TEXT": "Feedback comment"
|
||||
"CONTACT_NAME": "Contato",
|
||||
"AGENT_NAME": "Agente atribuído",
|
||||
"RATING": "Avaliar",
|
||||
"FEEDBACK_TEXT": "Comentário de feedback"
|
||||
}
|
||||
},
|
||||
"METRIC": {
|
||||
"TOTAL_RESPONSES": {
|
||||
"LABEL": "Total responses",
|
||||
"TOOLTIP": "Total number of responses collected"
|
||||
"LABEL": "Total de respostas",
|
||||
"TOOLTIP": "Número total de respostas recolhidas"
|
||||
},
|
||||
"SATISFACTION_SCORE": {
|
||||
"LABEL": "Satisfaction score",
|
||||
"TOOLTIP": "Total number of positive responses / Total number of responses * 100"
|
||||
"LABEL": "Pontuação de satisfação",
|
||||
"TOOLTIP": "Número total de respostas positivas / Número total de respostas * 100"
|
||||
},
|
||||
"RESPONSE_RATE": {
|
||||
"LABEL": "Response rate",
|
||||
"TOOLTIP": "Total number of responses / Total number of CSAT survey messages sent * 100"
|
||||
"LABEL": "Taxa de resposta",
|
||||
"TOOLTIP": "Número total de respostas / Número total de mensagens CSAT enviadas * 100"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"LINK": "Configurações do perfil",
|
||||
"TITLE": "Configurações do perfil",
|
||||
"BTN_TEXT": "Atualizar o perfil",
|
||||
"UPDATE_SUCCESS": "Your profile has been updated successfully",
|
||||
"UPDATE_SUCCESS": "O seu perfil foi atualizado com sucesso",
|
||||
"PASSWORD_UPDATE_SUCCESS": "Sua senha foi alterada com sucesso",
|
||||
"AFTER_EMAIL_CHANGED": "Seu perfil foi atualizado com sucesso, faça o login novamente pois suas credenciais foram alteradas",
|
||||
"FORM": {
|
||||
@@ -19,60 +19,60 @@
|
||||
"PASSWORD_SECTION": {
|
||||
"TITLE": "Palavra-passe",
|
||||
"NOTE": "Atualizar sua senha irá redefinir seus logins em vários dispositivos.",
|
||||
"BTN_TEXT": "Change password"
|
||||
"BTN_TEXT": "Alterar password"
|
||||
},
|
||||
"ACCESS_TOKEN": {
|
||||
"TITLE": "Token de acesso",
|
||||
"NOTE": "Este token pode ser usado se você estiver construindo uma integração baseada em API"
|
||||
},
|
||||
"AUDIO_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Audio Notifications",
|
||||
"NOTE": "Enable audio notifications in dashboard for new messages and conversations.",
|
||||
"NONE": "None",
|
||||
"ASSIGNED": "Assigned Conversations",
|
||||
"ALL_CONVERSATIONS": "All Conversations"
|
||||
"TITLE": "Notificações de som",
|
||||
"NOTE": "Ativar notificações de som no painel quando surgirem novas mensagens e conversas.",
|
||||
"NONE": "Nenhuma",
|
||||
"ASSIGNED": "Conversas atribuídas",
|
||||
"ALL_CONVERSATIONS": "Todas as conversas"
|
||||
},
|
||||
"EMAIL_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Notificações por e-mail",
|
||||
"NOTE": "Atualize suas preferências de notificação por e-mail aqui",
|
||||
"CONVERSATION_ASSIGNMENT": "Enviar notificações por email quando uma conversa é atribuída a mim",
|
||||
"CONVERSATION_CREATION": "Enviar notificações por email quando uma nova conversa é criada",
|
||||
"CONVERSATION_MENTION": "Send email notifications when you are mentioned in a conversation",
|
||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send email notifications when a new message is created in an assigned conversation"
|
||||
"CONVERSATION_MENTION": "Enviar notificações por email quando for mencionado numa conversa",
|
||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Enviar mensagem de email quando criada uma mensagem ou atribuída uma conversa"
|
||||
},
|
||||
"API": {
|
||||
"UPDATE_SUCCESS": "Your notification preferences are updated successfully",
|
||||
"UPDATE_ERROR": "There is an error while updating the preferences, please try again"
|
||||
"UPDATE_SUCCESS": "As suas preferências de notificação foram atualizadas com sucesso",
|
||||
"UPDATE_ERROR": "Ocorreu um erro ao atualizar as suas preferências, por favor, tente de novo"
|
||||
},
|
||||
"PUSH_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Push Notifications",
|
||||
"NOTE": "Update your push notification preferences here",
|
||||
"CONVERSATION_ASSIGNMENT": "Send push notifications when a conversation is assigned to me",
|
||||
"CONVERSATION_CREATION": "Send push notifications when a new conversation is created",
|
||||
"CONVERSATION_MENTION": "Send push notifications when you are mentioned in a conversation",
|
||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send push notifications when a new message is created in an assigned conversation",
|
||||
"HAS_ENABLED_PUSH": "You have enabled push for this browser.",
|
||||
"REQUEST_PUSH": "Enable push notifications"
|
||||
"TITLE": "Notificações Push",
|
||||
"NOTE": "Atualize aqui as suas preferências de notificação Push",
|
||||
"CONVERSATION_ASSIGNMENT": "Enviar uma notificação Push quando uma conversa me for atribuída",
|
||||
"CONVERSATION_CREATION": "Enviar uma notificação Push quando uma conversa é criada",
|
||||
"CONVERSATION_MENTION": "Enviar uma notificação Push quando for mencionado numa conversa",
|
||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Enviar uma notificação Push quando uma mensagem é criada numa conversa atribuída",
|
||||
"HAS_ENABLED_PUSH": "Ativou notificações Push neste navegador.",
|
||||
"REQUEST_PUSH": "Ativar notificações Push"
|
||||
},
|
||||
"PROFILE_IMAGE": {
|
||||
"LABEL": "Imagem do perfil"
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "Your full name",
|
||||
"ERROR": "Please enter a valid full name",
|
||||
"PLACEHOLDER": "Please enter your full name"
|
||||
"LABEL": "O seu nome completo",
|
||||
"ERROR": "Por favor, digite um nome completo válido",
|
||||
"PLACEHOLDER": "Por favor, digite o seu nome completo"
|
||||
},
|
||||
"DISPLAY_NAME": {
|
||||
"LABEL": "Display name",
|
||||
"ERROR": "Please enter a valid display name",
|
||||
"PLACEHOLDER": "Please enter a display name, this would be displayed in conversations"
|
||||
"LABEL": "Mostrar nome",
|
||||
"ERROR": "Por favor, digite uma alcunha válida",
|
||||
"PLACEHOLDER": "Por favor, escolha uma alcunha que será mostrada nas conversas"
|
||||
},
|
||||
"AVAILABILITY": {
|
||||
"LABEL": "Availability",
|
||||
"LABEL": "Disponibilidade",
|
||||
"STATUSES_LIST": [
|
||||
"Online",
|
||||
"Busy",
|
||||
"Offline"
|
||||
"Disponível",
|
||||
"Ocupado",
|
||||
"Ausente"
|
||||
]
|
||||
},
|
||||
"EMAIL": {
|
||||
@@ -81,9 +81,9 @@
|
||||
"PLACEHOLDER": "Por favor, insira seu endereço de e-mail, que será exibido em conversas"
|
||||
},
|
||||
"CURRENT_PASSWORD": {
|
||||
"LABEL": "Current password",
|
||||
"ERROR": "Please enter the current password",
|
||||
"PLACEHOLDER": "Please enter the current password"
|
||||
"LABEL": "Password atual",
|
||||
"ERROR": "Por favor, digite a password atual",
|
||||
"PLACEHOLDER": "Por favor, digite a password atual"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "Palavra-passe",
|
||||
@@ -99,60 +99,66 @@
|
||||
},
|
||||
"SIDEBAR_ITEMS": {
|
||||
"CHANGE_AVAILABILITY_STATUS": "Trocar",
|
||||
"CHANGE_ACCOUNTS": "Switch Account",
|
||||
"SELECTOR_SUBTITLE": "Select an account from the following list",
|
||||
"CHANGE_ACCOUNTS": "Trocar de conta",
|
||||
"SELECTOR_SUBTITLE": "Escolha uma conta da lista a seguir",
|
||||
"PROFILE_SETTINGS": "Configurações do perfil",
|
||||
"KEYBOARD_SHORTCUTS": "Atalhos do teclado",
|
||||
"LOGOUT": "Desconectar"
|
||||
},
|
||||
"APP_GLOBAL": {
|
||||
"TRIAL_MESSAGE": "days trial remaining.",
|
||||
"TRAIL_BUTTON": "Buy Now"
|
||||
"TRIAL_MESSAGE": "dias de teste restantes.",
|
||||
"TRAIL_BUTTON": "Comprar agora"
|
||||
},
|
||||
"COMPONENTS": {
|
||||
"CODE": {
|
||||
"BUTTON_TEXT": "Copy",
|
||||
"COPY_SUCCESSFUL": "Code copied to clipboard successfully"
|
||||
"BUTTON_TEXT": "Copiar",
|
||||
"COPY_SUCCESSFUL": "Código copiado com sucesso para área de transferência"
|
||||
},
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "BAIXAR",
|
||||
"UPLOADING": "Uploading..."
|
||||
"UPLOADING": "A carregar..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "submeter"
|
||||
}
|
||||
},
|
||||
"CONFIRM_EMAIL": "Verifying...",
|
||||
"CONFIRM_EMAIL": "A verificar...",
|
||||
"SETTINGS": {
|
||||
"INBOXES": {
|
||||
"NEW_INBOX": "Add Inbox"
|
||||
"NEW_INBOX": "Adicionar caixa de entrada"
|
||||
}
|
||||
},
|
||||
"SIDEBAR": {
|
||||
"CONVERSATIONS": "Conversas",
|
||||
"REPORTS": "relatórios",
|
||||
"CONTACTS": "Contacts",
|
||||
"SETTINGS": "Confirgurações",
|
||||
"HOME": "Home",
|
||||
"CONTACTS": "Contatos",
|
||||
"HOME": "Principal",
|
||||
"AGENTS": "agentes",
|
||||
"INBOXES": "Caixas de Entrada",
|
||||
"NOTIFICATIONS": "Notifications",
|
||||
"NOTIFICATIONS": "Notificaçoes",
|
||||
"CANNED_RESPONSES": "Respostas Prontas",
|
||||
"INTEGRATIONS": "Integrações",
|
||||
"ACCOUNT_SETTINGS": "Account Settings",
|
||||
"APPLICATIONS": "Applications",
|
||||
"ACCOUNT_SETTINGS": "Configurações da conta",
|
||||
"APPLICATIONS": "Aplicações",
|
||||
"LABELS": "Etiquetas",
|
||||
"TEAMS": "Teams",
|
||||
"ALL_CONTACTS": "All Contacts",
|
||||
"TAGGED_WITH": "Tagged with",
|
||||
"REPORTS_OVERVIEW": "Overview",
|
||||
"CSAT": "CSAT"
|
||||
"ATTRIBUTES": "Attributes",
|
||||
"TEAMS": "Equipas",
|
||||
"ALL_CONTACTS": "Todos os contatos",
|
||||
"TAGGED_WITH": "Etiquetada com",
|
||||
"REPORTS_OVERVIEW": "Visão geral",
|
||||
"CSAT": "CSAT",
|
||||
"CAMPAIGNS": "Campanhas",
|
||||
"ONGOING": "Em curso",
|
||||
"ONE_OFF": "Pontual"
|
||||
},
|
||||
"CREATE_ACCOUNT": {
|
||||
"NEW_ACCOUNT": "New Account",
|
||||
"SELECTOR_SUBTITLE": "Create a new account",
|
||||
"NO_ACCOUNT_WARNING": "Não conseguimos encontrar nenhuma conta do Chatwoot. Por favor, crie uma nova conta para continuar.",
|
||||
"NEW_ACCOUNT": "Nova conta",
|
||||
"SELECTOR_SUBTITLE": "Criar uma nova conta",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Account created successfully",
|
||||
"EXIST_MESSAGE": "Account already exists",
|
||||
"SUCCESS_MESSAGE": "Conta criada com sucesso",
|
||||
"EXIST_MESSAGE": "Esta conta já existe",
|
||||
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
||||
},
|
||||
"FORM": {
|
||||
@@ -162,5 +168,30 @@
|
||||
},
|
||||
"SUBMIT": "submeter"
|
||||
}
|
||||
},
|
||||
"KEYBOARD_SHORTCUTS": {
|
||||
"TITLE": {
|
||||
"OPEN_CONVERSATION": "Abrir conversa",
|
||||
"RESOLVE_AND_NEXT": "Resolver e passar para a próxima",
|
||||
"NAVIGATE_DROPDOWN": "Navegar pelos itens a seguir",
|
||||
"RESOLVE_CONVERSATION": "Resolver conversa",
|
||||
"GO_TO_CONVERSATION_DASHBOARD": "Ir para o painel de conversação",
|
||||
"ADD_ATTACHMENT": "Adicionar anexo",
|
||||
"GO_TO_CONTACTS_DASHBOARD": "Ir para o painel de contatos",
|
||||
"TOGGLE_SIDEBAR": "Ativar/Desativar barra lateral",
|
||||
"GO_TO_REPORTS_SIDEBAR": "Ir para barra lateral de Relatórios",
|
||||
"MOVE_TO_NEXT_TAB": "Mover para próximo separador da lista de conversas",
|
||||
"GO_TO_SETTINGS": "Ir para as configurações",
|
||||
"SWITCH_CONVERSATION_STATUS": "Switch to the next conversation status",
|
||||
"SWITCH_TO_PRIVATE_NOTE": "Alterar para nota privada",
|
||||
"TOGGLE_RICH_CONTENT_EDITOR": "Ativar/desativar editor de conteúdo",
|
||||
"SWITCH_TO_REPLY": "Mudar para resposta",
|
||||
"TOGGLE_SNOOZE_DROPDOWN": "Ativar/desativar suspensos"
|
||||
},
|
||||
"KEYS": {
|
||||
"WINDOWS_KEY_AND_COMMAND_KEY": "Win / ⌘",
|
||||
"ALT_OR_OPTION_KEY": "Alt / ⌥",
|
||||
"FORWARD_SLASH_KEY": "/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,18 +5,18 @@
|
||||
"TERMS_ACCEPT": "Ao se inscrever, você concorda com nossa <a href=\"https://www.chatwoot.com/terms\">T & C</a> e <a href=\"https://www.chatwoot.com/privacy-policy\">Política de privacidade</a>",
|
||||
"ACCOUNT_NAME": {
|
||||
"LABEL": "Nome da Conta",
|
||||
"PLACEHOLDER": "Enter an account name. eg: Wayne Enterprises",
|
||||
"ERROR": "Account name is too short"
|
||||
"PLACEHOLDER": "Escolha o nome da conta, por exemplo: Informatico. pt",
|
||||
"ERROR": "O nome da conta é muito pequeno"
|
||||
},
|
||||
"FULL_NAME": {
|
||||
"LABEL": "Full name",
|
||||
"PLACEHOLDER": "Enter your full name. eg: Bruce Wayne",
|
||||
"ERROR": "Full name is too short"
|
||||
"LABEL": "Nome completo",
|
||||
"PLACEHOLDER": "Digite o seu nome completo, por exemplo: António Almeida",
|
||||
"ERROR": "O nome completo é muito pequeno"
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Work email",
|
||||
"PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises",
|
||||
"ERROR": "Email address is invalid"
|
||||
"LABEL": "E-mail de trabalho",
|
||||
"PLACEHOLDER": "Digite o seu endereço de e-mail profissional. Por exemplo: geral@informatico.pt",
|
||||
"ERROR": "Endereço de e-mail inválido"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "Palavra-passe",
|
||||
@@ -33,6 +33,6 @@
|
||||
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
||||
},
|
||||
"SUBMIT": "submeter",
|
||||
"HAVE_AN_ACCOUNT": "Already have an account?"
|
||||
"HAVE_AN_ACCOUNT": "Já tem uma conta?"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,125 +1,125 @@
|
||||
{
|
||||
"TEAMS_SETTINGS": {
|
||||
"NEW_TEAM": "Create new team",
|
||||
"HEADER": "Teams",
|
||||
"SIDEBAR_TXT": "<p><b>Teams</b></p> <p>Teams let you organize your agents into groups based on their responsibilities. <br /> A user can be part of multiple teams. You can assign conversations to a team when you are working collaboratively. </p>",
|
||||
"NEW_TEAM": "Criar nova equipa",
|
||||
"HEADER": "Equipas",
|
||||
"SIDEBAR_TXT": "<p><b>Equipas</b></p> <p>As equipas permitem-lhe organizar os seus agentes em grupos com base nas suas responsabilidades. <br /> Um utilizador pode fazer parte de várias equipas. Pode atribuir conversas a uma equipa quando estiver a trabalhar online. </p>",
|
||||
"LIST": {
|
||||
"404": "There are no teams created on this account.",
|
||||
"EDIT_TEAM": "Edit team"
|
||||
"404": "Não há equipas configuradas para esta conta.",
|
||||
"EDIT_TEAM": "Editar equipa"
|
||||
},
|
||||
"CREATE_FLOW": {
|
||||
"CREATE": {
|
||||
"TITLE": "Create a new team",
|
||||
"DESC": "Add a title and description to your new team."
|
||||
"TITLE": "Criar uma nova equipa",
|
||||
"DESC": "Adicione um título e uma descrição a sua nova equipa."
|
||||
},
|
||||
"AGENTS": {
|
||||
"BUTTON_TEXT": "Add agents to team",
|
||||
"TITLE": "Add agents to team - %{teamName}",
|
||||
"DESC": "Add Agents to your newly created team. This lets you collaborate as a team on conversations, get notified on new events in the same conversation."
|
||||
"BUTTON_TEXT": "Adicionar agentes à equipa",
|
||||
"TITLE": "Adicionar agentes à equipa - %{teamName}",
|
||||
"DESC": "Adicione Agentes à sua nova equipa. Isso é importante para que os Agentes consigam colaborar em conversas e para que sejam notificados sobre novos eventos."
|
||||
},
|
||||
"WIZARD": [
|
||||
{
|
||||
"title": "Criar",
|
||||
"route": "settings_teams_new",
|
||||
"body": "Create a new team of agents."
|
||||
"route": "configuracoes_nova_equipa",
|
||||
"body": "Crie uma nova equipa de agentes."
|
||||
},
|
||||
{
|
||||
"title": "Adicionar Agentes",
|
||||
"route": "settings_teams_add_agents",
|
||||
"body": "Add agents to the team."
|
||||
"route": "configuracoes_equipas_agentes",
|
||||
"body": "Adicionar agentes à equipa."
|
||||
},
|
||||
{
|
||||
"title": "Finish",
|
||||
"route": "settings_teams_finish",
|
||||
"title": "Terminar",
|
||||
"route": "configuracoes_terminar_equipa",
|
||||
"body": "Está tudo pronto para começar!"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EDIT_FLOW": {
|
||||
"CREATE": {
|
||||
"TITLE": "Edit your team details",
|
||||
"DESC": "Edit title and description to your team.",
|
||||
"BUTTON_TEXT": "Update team"
|
||||
"TITLE": "Editar os detalhes da sua equipa",
|
||||
"DESC": "Editar o título e a descrição da sua equipa.",
|
||||
"BUTTON_TEXT": "Atualizar a equipa"
|
||||
},
|
||||
"AGENTS": {
|
||||
"BUTTON_TEXT": "Update agents in team",
|
||||
"TITLE": "Add agents to team - %{teamName}",
|
||||
"DESC": "Add Agents to your newly created team. All the added agents will be notified when a conversation is assigned to this team."
|
||||
"BUTTON_TEXT": "Atualizar agentes da equipa",
|
||||
"TITLE": "Adicionar agentes à equipa - %{teamName}",
|
||||
"DESC": "Adicionar agentes à sua nova equipa. Todos os agentes adicionados serão notificados quando uma conversa for atribuída a esta equipa."
|
||||
},
|
||||
"WIZARD": [
|
||||
{
|
||||
"title": "Team details",
|
||||
"route": "settings_teams_edit",
|
||||
"body": "Change name, description and other details."
|
||||
"title": "Detalhes da equipa",
|
||||
"route": "configuracoes_editar_equipa",
|
||||
"body": "Alterar nome, descrição e outros detalhes."
|
||||
},
|
||||
{
|
||||
"title": "Edit Agents",
|
||||
"route": "settings_teams_edit_members",
|
||||
"body": "Edit agents in your team."
|
||||
"title": "Editar agentes",
|
||||
"route": "configuracoes_equipa-editar_menbros",
|
||||
"body": "Editar os Agentes da sua equipa."
|
||||
},
|
||||
{
|
||||
"title": "Finish",
|
||||
"route": "settings_teams_edit_finish",
|
||||
"title": "Finalizar",
|
||||
"route": "terminar_configuracao_equipas",
|
||||
"body": "Está tudo pronto para começar!"
|
||||
}
|
||||
]
|
||||
},
|
||||
"TEAM_FORM": {
|
||||
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
||||
"ERROR_MESSAGE": "Não foi possível guardar os detalhes da equipa. Tente novamente."
|
||||
},
|
||||
"AGENTS": {
|
||||
"AGENT": "AGENT",
|
||||
"AGENT": "AGENTE",
|
||||
"EMAIL": "E-mail:",
|
||||
"BUTTON_TEXT": "Adicionar agentes",
|
||||
"ADD_AGENTS": "Adding Agents to your Team...",
|
||||
"SELECT": "select",
|
||||
"SELECT_ALL": "select all agents",
|
||||
"SELECTED_COUNT": "%{selected} out of %{total} agents selected."
|
||||
"ADD_AGENTS": "Acrescentando Agentes à sua equipa...",
|
||||
"SELECT": "escolher",
|
||||
"SELECT_ALL": "escolher todos os agentes",
|
||||
"SELECTED_COUNT": "%{selected} de %{total} agentes escolhidos."
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add agents to team - %{teamName}",
|
||||
"DESC": "Add Agents to your newly created team. This lets you collaborate as a team on conversations, get notified on new events in the same conversation.",
|
||||
"SELECT": "select",
|
||||
"SELECT_ALL": "select all agents",
|
||||
"SELECTED_COUNT": "%{selected} out of %{total} agents selected.",
|
||||
"TITLE": "Adicionar agentes à equipa - %{teamName}",
|
||||
"DESC": "Acrescente agentes à sua recém-criada equipa. É importante para que os Agentes consigam colaborar em conversas e para que sejam notificados sobre novos eventos.",
|
||||
"SELECT": "escolher",
|
||||
"SELECT_ALL": "escolher todos os agentes",
|
||||
"SELECTED_COUNT": "%{selected} de %{total} agentes escolhidos.",
|
||||
"BUTTON_TEXT": "Adicionar agentes",
|
||||
"AGENT_VALIDATION_ERROR": "Select atleaset one agent."
|
||||
"AGENT_VALIDATION_ERROR": "Escolher pelo menos um Agente."
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "Your team is ready!",
|
||||
"MESSAGE": "You can now collaborate as a team on conversations. Happy supporting ",
|
||||
"BUTTON_TEXT": "Finish"
|
||||
"TITLE": "A sua equipa está pronta!",
|
||||
"MESSAGE": "Agora, já podem trabalhar em equipa nas novas conversas. Feliz apoio ",
|
||||
"BUTTON_TEXT": "Finalizar"
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "excluir",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Team deleted successfully.",
|
||||
"ERROR_MESSAGE": "Couldn't delete the team. Try again."
|
||||
"SUCCESS_MESSAGE": "Equipa apagada com sucesso.",
|
||||
"ERROR_MESSAGE": "Não foi possível apagar a equipa. Tente novamente."
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Are you sure want to delete - %{teamName}",
|
||||
"PLACE_HOLDER": "Please type {teamName} to confirm",
|
||||
"MESSAGE": "Deleting the team will remove the team assignment from the conversations assigned to this team.",
|
||||
"TITLE": "Tem a certeza que quer apagar a equipa - %{teamName}",
|
||||
"PLACE_HOLDER": "Por favor, digite {teamName} para confirmar",
|
||||
"MESSAGE": "Ao apagar a equipa irá remover a atribuição de novas conversas a essa equipa.",
|
||||
"YES": "excluir ",
|
||||
"NO": "cancelar"
|
||||
}
|
||||
},
|
||||
"SETTINGS": "Confirgurações",
|
||||
"FORM": {
|
||||
"UPDATE": "Update team",
|
||||
"CREATE": "Create team",
|
||||
"UPDATE": "Atualizar a equipa",
|
||||
"CREATE": "Criar uma equipa",
|
||||
"NAME": {
|
||||
"LABEL": "Team name",
|
||||
"PLACEHOLDER": "Example: Sales, Customer Support"
|
||||
"LABEL": "Nome da equipa",
|
||||
"PLACEHOLDER": "Exemplo: Comercial, Assistência, Administrativo"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Team Description",
|
||||
"PLACEHOLDER": "Short description about this team."
|
||||
"LABEL": "Descrição da equipa",
|
||||
"PLACEHOLDER": "Breve descrição sobre a equipa."
|
||||
},
|
||||
"AUTO_ASSIGN": {
|
||||
"LABEL": "Allow auto assign for this team."
|
||||
"LABEL": "Permitir a atribuição automática para esta equipa."
|
||||
},
|
||||
"SUBMIT_CREATE": "Create team"
|
||||
"SUBMIT_CREATE": "Criar uma equipa"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user