chore: Update translations (#3004)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2021-09-13 19:19:59 +05:30
committed by GitHub
parent 84b96526db
commit ccd0dc39ad
143 changed files with 3627 additions and 213 deletions

View File

@@ -2,6 +2,8 @@
"ATTRIBUTES_MGMT": {
"HEADER": "Atributos",
"HEADER_BTN_TXT": "Adicionar atributo",
"LOADING": "Buscando atributos",
"SIDEBAR_TXT": "<p><b>Atributos</b> <p>Um atributo personalizado faixa fatos sobre seus contatos/conversa — como o plano de assinatura. ou quando eles compraram o primeiro item, etc. <br /><br />Para criar um Atributo, basta clicar no<b>Adicionar Atributo.</b> Pode também editar ou apagar um atributo existente clicando em Editar ou Apagar botão.</p>",
"ADD": {
"TITLE": "Adicionar atributo",
"SUBMIT": "Criar",
@@ -9,11 +11,13 @@
"FORM": {
"NAME": {
"LABEL": "Nome para exibição",
"PLACEHOLDER": "Digite o nome de exibição do atributo"
"PLACEHOLDER": "Digite o nome de exibição do atributo",
"ERROR": "O nome é obrigatório"
},
"DESC": {
"LABEL": "Descrição",
"PLACEHOLDER": "Digite a descrição do atributo"
"PLACEHOLDER": "Digite a descrição do atributo",
"ERROR": "Descrição obrigatória"
},
"MODEL": {
"LABEL": "Modelo",
@@ -31,7 +35,50 @@
},
"API": {
"SUCCESS_MESSAGE": "Atributo adicionado com sucesso",
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
"ERROR_MESSAGE": "Could not able to create an attribute, Please try again later"
}
},
"DELETE": {
"BUTTON_TEXT": "Excluir",
"API": {
"SUCCESS_MESSAGE": "Attribute deleted successfully.",
"ERROR_MESSAGE": "Couldn't delete the attribute. Try again."
},
"CONFIRM": {
"TITLE": "Tem certeza que deseja excluir - %{attributeName}",
"PLACE_HOLDER": "Digite {attributeName} para confirmar",
"MESSAGE": "Deleting will remove the attribute",
"YES": "Excluir ",
"NO": "Cancelar"
}
},
"EDIT": {
"TITLE": "Edit attribute",
"UPDATE_BUTTON_TEXT": "Atualizar",
"API": {
"SUCCESS_MESSAGE": "Attribute updated successfully",
"ERROR_MESSAGE": "There was an error updating attribute, please try again"
}
},
"TABS": {
"HEADER": "Atributos Personalizados",
"CONVERSATION": "Conversas",
"CONTACT": "Contato"
},
"LIST": {
"TABLE_HEADER": [
"Nome",
"Descrição",
"Tipo",
"Chave"
],
"BUTTONS": {
"EDIT": "Alterar",
"DELETE": "Excluir"
},
"EMPTY_RESULT": {
"404": "Não há atributos criados",
"NOT_FOUND": "Não há atributos configurados"
}
}
}

View File

@@ -37,7 +37,12 @@
"MUTED_SUCCESS": "Esta conversa está silenciada por 6 horas",
"UNMUTED_SUCCESS": "Essa conversa está reativada",
"SEND_TRANSCRIPT": "Enviar Transcrição",
"EDIT_LABEL": "Alterar"
"EDIT_LABEL": "Alterar",
"SIDEBAR_SECTIONS": {
"CUSTOM_ATTRIBUTES": "Atributos Personalizados",
"CONTACT_LABELS": "Etiquetas de contato",
"PREVIOUS_CONVERSATIONS": "Conversas anteriores"
}
},
"EDIT_CONTACT": {
"BUTTON_LABEL": "Alterar Contato",
@@ -186,8 +191,8 @@
}
},
"CUSTOM_ATTRIBUTES": {
"TITLE": "Atributos Personalizados",
"BUTTON": "Criar atributo personalizado",
"NOT_AVAILABLE": "There are no custom attributes available for this contact.",
"ADD": {
"TITLE": "Criar atributo personalizado",
"DESC": "Adicionar informações personalizadas a este contato."

View File

@@ -142,6 +142,14 @@
"TEAM_LABEL": "Equipe Atribuída",
"SELECT": {
"PLACEHOLDER": "Nenhuma"
},
"ACCORDION": {
"CONTACT_DETAILS": "Contact Details",
"CONVERSATION_ACTIONS": "Conversation Actions",
"CONVERSATION_LABELS": "Marcador da conversa",
"CONVERSATION_INFO": "Conversation Information",
"CONTACT_ATTRIBUTES": "Contact Attributes",
"PREVIOUS_CONVERSATION": "Conversas anteriores"
}
},
"EMAIL_HEADER": {

View File

@@ -172,6 +172,44 @@
},
"FINISH_MESSAGE": "Comece a encaminhar seus e-mails para o seguinte endereço de e-mail."
},
"LINE_CHANNEL": {
"TITLE": "LINE Channel",
"DESC": "Integrate with LINE channel and start supporting your customers.",
"CHANNEL_NAME": {
"LABEL": "Nome do Canal",
"PLACEHOLDER": "Por favor, insira um nome de canal",
"ERROR": "Este campo é obrigatório"
},
"LINE_CHANNEL_ID": {
"LABEL": "LINE Channel ID",
"PLACEHOLDER": "LINE Channel ID"
},
"LINE_CHANNEL_SECRET": {
"LABEL": "LINE Channel Secret",
"PLACEHOLDER": "LINE Channel Secret"
},
"LINE_CHANNEL_TOKEN": {
"LABEL": "LINE Channel Token",
"PLACEHOLDER": "LINE Channel Token"
},
"SUBMIT_BUTTON": "Create LINE Channel",
"API": {
"ERROR_MESSAGE": "We were not able to save the LINE channel"
}
},
"TELEGRAM_CHANNEL": {
"TITLE": "Canal do Telegram",
"DESC": "Integre com o canal do Telegram e comece a apoiar seus clientes.",
"BOT_TOKEN": {
"LABEL": "Bot Token",
"SUBTITLE": "Configure o token do bot que obteve do Telegram BotFather.",
"PLACEHOLDER": "Bot Token"
},
"SUBMIT_BUTTON": "Criar canal do Telegram",
"API": {
"ERROR_MESSAGE": "Não foi possível salvar o canal de e-mail"
}
},
"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."