Chatwoot/app/javascript/dashboard/i18n/locale/pt_BR/contact.json

115 lines
3.6 KiB
JSON
Raw Normal View History

{
"CONTACT_PANEL": {
"NOT_AVAILABLE": "Not Available",
"EMAIL_ADDRESS": "Endereço de e-mail",
"PHONE_NUMBER": "Número de telefone",
"COPY_SUCCESSFUL": "Copied to clipboard successfully",
"COMPANY": "Company",
"LOCATION": "Localização",
"CONVERSATION_TITLE": "Detalhes da conversa",
"BROWSER": "Navegador",
"OS": "Sistema Operacional",
"INITIATED_FROM": "A partir de",
"INITIATED_AT": "Iniciado em",
"CONVERSATIONS": {
"NO_RECORDS_FOUND": "Não há conversas anteriores associadas a este contato.",
"TITLE": "Conversas anteriores"
},
"CUSTOM_ATTRIBUTES": {
"TITLE": "Atributos personalizados"
},
"LABELS": {
"TITLE": "Marcador da conversa",
"MODAL": {
"TITLE": "Marcadores para",
"ACTIVE_LABELS": "Marcadores adicionados à conversa",
"INACTIVE_LABELS": "Marcadores disponíveis na conta",
"REMOVE": "Clique no ícone X para remover o marcador",
"ADD": "Clique no ícone + para adicionar o marcador",
"UPDATE_BUTTON": "Atualizar marcadores",
"UPDATE_ERROR": "Não foi possível atualizar os marcadores, tente novamente."
},
"NO_LABELS_TO_ADD": "Não há mais rótulos definidos na conta.",
"NO_AVAILABLE_LABELS": "Não há rótulos adicionados a esta conversa."
},
"MUTE_CONTACT": "Silenciar a conversa",
"UNMUTE_CONTACT": "Unmute Conversation",
"MUTED_SUCCESS": "Esta conversa está silenciada por 6 horas",
"UNMUTED_SUCCESS": "This conversation is unmuted",
"SEND_TRANSCRIPT": "Enviar Transcrição",
"EDIT_LABEL": "Alterar"
},
"EDIT_CONTACT": {
"BUTTON_LABEL": "Edit Contact",
"TITLE": "Edit contact",
"DESC": "Edit contact details",
"FORM": {
"SUBMIT": "Enviar",
"CANCEL": "Cancelar",
"AVATAR": {
"LABEL": "Contact Avatar"
},
"NAME": {
"PLACEHOLDER": "Enter the full name of the contact",
"LABEL": "Full Name"
},
"BIO": {
"PLACEHOLDER": "Enter the bio of the contact",
"LABEL": "Bio"
},
"EMAIL_ADDRESS": {
"PLACEHOLDER": "Enter the email address of the contact",
"LABEL": "Endereço de e-mail"
},
"PHONE_NUMBER": {
"PLACEHOLDER": "Enter the phone number of the contact",
"LABEL": "Phone Number"
},
"LOCATION": {
"PLACEHOLDER": "Enter the location of the contact",
"LABEL": "Localização"
},
"COMPANY_NAME": {
"PLACEHOLDER": "Enter the company name",
"LABEL": "Company Name"
},
"SOCIAL_PROFILES": {
"FACEBOOK": {
"PLACEHOLDER": "Enter the Facebook username",
"LABEL": "Facebook"
},
"TWITTER": {
"PLACEHOLDER": "Enter the Twitter username",
"LABEL": "Twitter"
},
"LINKEDIN": {
"PLACEHOLDER": "Enter the LinkedIn username",
"LABEL": "LinkedIn"
},
"GITHUB": {
"PLACEHOLDER": "Enter the Github username",
"LABEL": "Github"
}
}
},
"SUCCESS_MESSAGE": "Updated contact successfully",
"CONTACT_ALREADY_EXIST": "This email address is in use for another contact.",
"ERROR_MESSAGE": "There was an error updating the contact, please try again"
},
"CONTACTS_PAGE": {
"HEADER": "Contacts",
"SEARCH_BUTTON": "Search",
"SEARCH_INPUT_PLACEHOLDER": "Search for contacts",
"LIST": {
"LOADING_MESSAGE": "Loading contacts...",
"404": "No contacts matches your search 🔍",
"TABLE_HEADER": [
"Nome",
"Phone Number",
"Conversas",
"Last Contacted"
]
}
}
}