2020-04-23 18:22:16 +00:00
{
"CONVERSATION" : {
"404" : "Por favor, selecione uma conversa no painel da esquerda" ,
"NO_MESSAGE_1" : "Oh oh! Parece que não há mensagens de clientes na sua caixa de entrada." ,
"NO_MESSAGE_2" : " para enviar uma mensagem para sua página!" ,
"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" ,
2020-11-16 17:41:14 +00:00
"SEARCH_MESSAGES" : "Search for messages in conversations" ,
"SEARCH" : {
"TITLE" : "Search messages" ,
"LOADING_MESSAGE" : "Crunching data..." ,
"PLACEHOLDER" : "Type any text to search messages" ,
2021-03-15 18:30:53 +00:00
"NO_MATCHING_RESULTS" : "No results found."
2020-11-16 17:41:14 +00:00
} ,
2020-12-15 19:05:40 +00:00
"UNREAD_MESSAGES" : "Unread Messages" ,
"UNREAD_MESSAGE" : "Unread Message" ,
2020-04-23 18:22:16 +00:00
"CLICK_HERE" : "Clique aqui" ,
"LOADING_INBOXES" : "Carregando caixas de entrada" ,
"LOADING_CONVERSATIONS" : "Carregando conversas" ,
2020-08-22 12:24:16 +00:00
"CANNOT_REPLY" : "You cannot reply due to" ,
"24_HOURS_WINDOW" : "24 hour message window restriction" ,
2021-04-19 09:40:16 +00:00
"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" ,
2020-08-22 12:24:16 +00:00
"LAST_INCOMING_TWEET" : "You are replying to the last incoming tweet" ,
"REPLYING_TO" : "You are replying to:" ,
"REMOVE_SELECTION" : "Remove Selection" ,
2020-04-23 18:22:16 +00:00
"DOWNLOAD" : "BAIXAR" ,
2020-12-29 07:48:22 +00:00
"UPLOADING_ATTACHMENTS" : "Uploading attachments..." ,
2021-07-07 15:55:04 +00:00
"SUCCESS_DELETE_MESSAGE" : "Message deleted successfully" ,
"FAIL_DELETE_MESSSAGE" : "Couldn't delete message! Try again" ,
2021-02-13 10:07:06 +00:00
"NO_RESPONSE" : "No response" ,
2021-06-29 12:42:33 +00:00
"RATING_TITLE" : "Rating" ,
"FEEDBACK_TITLE" : "Feedback" ,
2020-04-23 18:22:16 +00:00
"HEADER" : {
"RESOLVE_ACTION" : "Resolver" ,
"REOPEN_ACTION" : "Reabrir" ,
2021-04-19 09:40:16 +00:00
"OPEN_ACTION" : "Abertas" ,
2020-04-23 18:22:16 +00:00
"OPEN" : "MAIS" ,
"CLOSE" : "FECHAR" ,
"DETAILS" : "Detalhes"
} ,
2021-04-19 09:40:16 +00:00
"RESOLVE_DROPDOWN" : {
"OPEN_BOT" : "Open with bot"
} ,
2020-04-23 18:22:16 +00:00
"FOOTER" : {
"MSG_INPUT" : "Shift + enter para nova linha. Comece com '/' para selecionar uma Resposta Pronta." ,
"PRIVATE_MSG_INPUT" : "Shift + Enter para a nova linha. Isto será visível apenas para Agentes"
} ,
"REPLYBOX" : {
"REPLY" : "Responder" ,
"PRIVATE_NOTE" : "Nota Privada" ,
"SEND" : "Mandar" ,
"CREATE" : "Adicionar Nota" ,
2021-01-18 07:06:26 +00:00
"TWEET" : "Tuitar" ,
"TIP_FORMAT_ICON" : "Show rich text editor" ,
"TIP_EMOJI_ICON" : "Show emoji selector" ,
2021-01-28 08:33:52 +00:00
"TIP_ATTACH_ICON" : "Attach files" ,
2021-07-07 15:55:04 +00:00
"ENTER_TO_SEND" : "Enter to send" ,
"DRAG_DROP" : "Drag and drop here to attach"
2020-04-23 18:22:16 +00:00
} ,
"VISIBLE_TO_AGENTS" : "Nota Privada: Apenas visível para você e sua equipe" ,
"CHANGE_STATUS" : "Estado da conversa alterado" ,
2020-12-09 11:13:51 +00:00
"CHANGE_AGENT" : "Responsável da conversa alterado" ,
2021-03-15 18:30:53 +00:00
"CHANGE_TEAM" : "Conversation team changed" ,
2021-04-19 09:40:16 +00:00
"FILE_SIZE_LIMIT" : "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit" ,
2020-12-09 11:13:51 +00:00
"SENT_BY" : "Sent by:" ,
"ASSIGNMENT" : {
"SELECT_AGENT" : "Select Agent" ,
"REMOVE" : "Excluir" ,
"ASSIGN" : "Assign"
2021-07-07 15:55:04 +00:00
} ,
"CONTEXT_MENU" : {
"COPY" : "Copy" ,
"DELETE" : "excluir"
2020-12-09 11:13:51 +00:00
}
2020-08-22 12:24:16 +00:00
} ,
"EMAIL_TRANSCRIPT" : {
"TITLE" : "Send conversation transcript" ,
"DESC" : "Send a copy of the conversation transcript to the specified email address" ,
"SUBMIT" : "submeter" ,
"CANCEL" : "cancelar" ,
"SEND_EMAIL_SUCCESS" : "The chat transcript was sent successfully" ,
2021-02-13 10:07:06 +00:00
"SEND_EMAIL_ERROR" : "Ocorreu um erro, por favor tente novamente" ,
2020-08-22 12:24:16 +00:00
"FORM" : {
"SEND_TO_CONTACT" : "Send the transcript to the customer" ,
2020-12-07 14:41:27 +00:00
"SEND_TO_AGENT" : "Send the transcript to the assigned agent" ,
2020-08-22 12:24:16 +00:00
"SEND_TO_OTHER_EMAIL_ADDRESS" : "Send the transcript to another email address" ,
"EMAIL" : {
"PLACEHOLDER" : "Enter an email address" ,
"ERROR" : "Por favor, insira um endereço de e-mail válido"
}
}
2021-03-15 18:30:53 +00:00
} ,
"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" ,
"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."
} ,
"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"
} ,
"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"
} ,
"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"
}
} ,
"CONVERSATION_SIDEBAR" : {
"ASSIGNEE_LABEL" : "Assigned Agent" ,
2021-06-15 16:45:18 +00:00
"SELF_ASSIGN" : "Assign to me" ,
2021-03-15 18:30:53 +00:00
"TEAM_LABEL" : "Assigned Team" ,
"SELECT" : {
"PLACEHOLDER" : "None"
}
2020-04-23 18:22:16 +00:00
}
}