chore: New translation updates (#4980)

New translation updates
This commit is contained in:
Sojan Jose
2022-07-07 17:37:19 +02:00
committed by GitHub
parent f014d9d13b
commit 181d7797a2
220 changed files with 3194 additions and 1074 deletions

View File

@@ -30,7 +30,8 @@
"ADD": {
"CHANNEL_NAME": {
"LABEL": "Nome da Caixa de Entrada",
"PLACEHOLDER": "Digite o nome da caixa de entrada (ex: Informatico. pt)"
"PLACEHOLDER": "Digite o nome da caixa de entrada (ex: Informatico. pt)",
"ERROR": "Please enter a valid inbox name"
},
"WEBSITE_NAME": {
"LABEL": "Nome do site",
@@ -82,7 +83,7 @@
},
"CHANNEL_GREETING_TOGGLE": {
"LABEL": "Ativar mensagem de Boas-vindas do canal",
"HELP_TEXT": "Send a greeting message to the users when they starts the conversation.",
"HELP_TEXT": "Automatically send a greeting message when a new conversation is created.",
"ENABLED": "Ativado",
"DISABLED": "Desabilitado"
},
@@ -97,7 +98,10 @@
"LABEL": "Cor do widget",
"PLACEHOLDER": "Atualizar a cor do widget usada no widget"
},
"SUBMIT_BUTTON": "Criar caixa de entrada"
"SUBMIT_BUTTON": "Criar caixa de entrada",
"API": {
"ERROR_MESSAGE": "We were not able to create a website channel, please try again"
}
},
"TWILIO": {
"TITLE": "Twilio SMS/WhatsApp Channel",
@@ -193,6 +197,7 @@
"PROVIDERS": {
"LABEL": "API Provider",
"TWILIO": "Twilio",
"WHATSAPP_CLOUD": "WhatsApp Cloud",
"360_DIALOG": "360Dialog"
},
"INBOX_NAME": {
@@ -205,13 +210,31 @@
"PLACEHOLDER": "Por favor, insira o número de telefone do qual a mensagem será enviada.",
"ERROR": "Por favor, insira um valor válido. O número de telefone deve começar com o sinal `+`."
},
"PHONE_NUMBER_ID": {
"LABEL": "Phone number ID",
"PLACEHOLDER": "Please enter the Phone number ID obtained from Facebook developer dashboard.",
"ERROR": "Por favor, insira um valor válido."
},
"BUSINESS_ACCOUNT_ID": {
"LABEL": "Business Account ID",
"PLACEHOLDER": "Please enter the Business Account ID obtained from Facebook developer dashboard.",
"ERROR": "Por favor, insira um valor válido."
},
"WEBHOOK_VERIFY_TOKEN": {
"LABEL": "Webhook Verify Token",
"PLACEHOLDER": "Enter a verify token which you want to configure for facebook webhooks.",
"ERROR": "Por favor, insira um valor válido."
},
"API_KEY": {
"LABEL": "Chave da API",
"SUBTITLE": "Configure a chave API do WhatsApp.",
"PLACEHOLDER": "Chave da API",
"APPLY_FOR_ACCESS": "Não tem nenhuma chave de API? Solicite acesso aqui",
"ERROR": "Por favor, insira um valor válido."
},
"API_CALLBACK": {
"TITLE": "Link de retorno de ligação",
"SUBTITLE": "You have to configure the webhook URL in facebook developer portal with the URL mentioned here."
},
"SUBMIT_BUTTON": "Criar Canal do WhatsApp",
"API": {
"ERROR_MESSAGE": "Não foi possível gravar o canal do WhatsApp"
@@ -298,7 +321,7 @@
},
"AUTH": {
"TITLE": "Escolher um canal",
"DESC": "O Chatwoot suporta o widget de chat ao vivo, página do Facebook, perfil do Twitter, WhatsApp, E-mail, etc., como canais. Se quiser criar um canal personalizado, poderá criá-lo usando o canal API. Selecione um canal entre as opções abaixo para prosseguir."
"DESC": "Chatwoot supports live-chat widgets, Facebook Messenger, Twitter profiles, WhatsApp, Emails, etc., as channels. If you want to build a custom channel, you can create it using the API channel. To get started, choose one of the channels below."
},
"AGENTS": {
"TITLE": "agentes",
@@ -339,7 +362,7 @@
"API": {
"SUCCESS_MESSAGE": "Configurações da caixa de entrada atualizadas com sucesso",
"AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "Atribuição automática atualizada com sucesso",
"ERROR_MESSAGE": "Não foi possível atualizar a cor do widget. Por favor, tente novamente mais tarde."
"ERROR_MESSAGE": "We couldn't update inbox settings. Please try again later."
},
"EMAIL_COLLECT_BOX": {
"ENABLED": "Ativado",
@@ -412,15 +435,22 @@
"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": "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.",
"HMAC_DESCRIPTION": "In order to validate the user's identity, you can pass an `identifier_hash` for each user. You can generate a HMAC sha256 hash using the `identifier` with the key shown here.",
"HMAC_MANDATORY_VERIFICATION": "Forçar Validação de Identidade do Usuário",
"HMAC_MANDATORY_DESCRIPTION": "If enabled, Chatwoot SDKs setUser method will not work unless the `identifier_hash` is provided for each user.",
"HMAC_MANDATORY_DESCRIPTION": "If enabled, requests missing the `identifier_hash` will be rejected.",
"INBOX_IDENTIFIER": "Identificador da Caixa de Entrada",
"INBOX_IDENTIFIER_SUB_TEXT": "Use the `inbox_identifier` token shown here to authentication your API clients.",
"FORWARD_EMAIL_TITLE": "Encaminhar para Email",
"FORWARD_EMAIL_SUB_TEXT": "Comece a encaminhar as suas mensagens de email para o seguinte endereço.",
"ALLOW_MESSAGES_AFTER_RESOLVED": "Allow messages after conversation resolved",
"ALLOW_MESSAGES_AFTER_RESOLVED_SUB_TEXT": "Allow the end-users to send messages even after the conversation is resolved."
"ALLOW_MESSAGES_AFTER_RESOLVED_SUB_TEXT": "Allow the end-users to send messages even after the conversation is resolved.",
"WHATSAPP_SECTION_SUBHEADER": "This API Key is used for the integration with the WhatsApp APIs.",
"WHATSAPP_SECTION_TITLE": "Chave da API"
},
"AUTO_ASSIGNMENT": {
"MAX_ASSIGNMENT_LIMIT": "Auto assignment limit",
"MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0",
"MAX_ASSIGNMENT_LIMIT_SUB_TEXT": "Limit the maximum number of conversations from this inbox that can be auto assigned to an agent"
},
"FACEBOOK_REAUTHORIZE": {
"TITLE": "Reautorizar",