043919b3e5
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
155 lines
5 KiB
JSON
155 lines
5 KiB
JSON
{
|
|
"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": "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",
|
|
"CONVERSATIONS": {
|
|
"NO_RECORDS_FOUND": "Não há conversas anteriores associadas a este contato.",
|
|
"TITLE": "Conversas anteriores"
|
|
},
|
|
"CUSTOM_ATTRIBUTES": {
|
|
"TITLE": "Custom Attributes"
|
|
},
|
|
"LABELS": {
|
|
"TITLE": "Rótulos da conversa",
|
|
"MODAL": {
|
|
"TITLE": "Labels for",
|
|
"ACTIVE_LABELS": "Labels added to the conversation",
|
|
"INACTIVE_LABELS": "Labels available in the account",
|
|
"REMOVE": "Click on X icon to remove the label",
|
|
"ADD": "Click on + icon to add the label",
|
|
"UPDATE_BUTTON": "Update labels",
|
|
"UPDATE_ERROR": "Não foi possível atualizar os rótulos, tente novamente."
|
|
},
|
|
"NO_LABELS_TO_ADD": "There are no more labels defined in the account.",
|
|
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
|
|
},
|
|
"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",
|
|
"EDIT_LABEL": "Alterar"
|
|
},
|
|
"EDIT_CONTACT": {
|
|
"BUTTON_LABEL": "Edit Contact",
|
|
"TITLE": "Edit contact",
|
|
"DESC": "Edit contact details"
|
|
},
|
|
"CREATE_CONTACT": {
|
|
"BUTTON_LABEL": "New Contact",
|
|
"TITLE": "Create new contact",
|
|
"DESC": "Add basic information details about the contact."
|
|
},
|
|
"CONTACT_FORM": {
|
|
"FORM": {
|
|
"SUBMIT": "submeter",
|
|
"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",
|
|
"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"
|
|
},
|
|
"LOCATION": {
|
|
"PLACEHOLDER": "Enter the location of the contact",
|
|
"LABEL": "Local:"
|
|
},
|
|
"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": "Contact saved successfully",
|
|
"CONTACT_ALREADY_EXIST": "This email address is in use for another contact.",
|
|
"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.",
|
|
"FORM": {
|
|
"TO": {
|
|
"LABEL": "To"
|
|
},
|
|
"INBOX": {
|
|
"LABEL": "Inbox",
|
|
"ERROR": "Select an inbox"
|
|
},
|
|
"MESSAGE": {
|
|
"LABEL": "Message",
|
|
"PLACEHOLDER": "Write your message here",
|
|
"ERROR": "Message can't be empty"
|
|
},
|
|
"SUBMIT": "Send message",
|
|
"CANCEL": "cancelar",
|
|
"SUCCESS_MESSAGE": "Message sent!",
|
|
"ERROR_MESSAGE": "Couldn't send! 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": {
|
|
"NAME": "Nome:",
|
|
"PHONE_NUMBER": "Phone Number",
|
|
"CONVERSATIONS": "Conversas",
|
|
"LAST_ACTIVITY": "Last Activity",
|
|
"COUNTRY": "Country",
|
|
"CITY": "City",
|
|
"SOCIAL_PROFILES": "Social Profiles",
|
|
"COMPANY": "Company",
|
|
"EMAIL_ADDRESS": "Endereço de e-mail"
|
|
},
|
|
"VIEW_DETAILS": "View details"
|
|
}
|
|
}
|
|
}
|