chore: Update translations (#6941)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
24
app/javascript/dashboard/i18n/locale/pt_BR/auditLogs.json
Normal file
24
app/javascript/dashboard/i18n/locale/pt_BR/auditLogs.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"AUDIT_LOGS": {
|
||||
"HEADER": "Audit Logs",
|
||||
"HEADER_BTN_TXT": "Add Audit Logs",
|
||||
"LOADING": "Fetching Audit Logs",
|
||||
"SEARCH_404": "Não existem itens correspondentes a esta consulta",
|
||||
"SIDEBAR_TXT": "<p><b>Audit Logs</b> </p><p> Audit Logs are trails for events and actions in a Chatwoot System. </p>",
|
||||
"LIST": {
|
||||
"404": "There are no Audit Logs available in this account.",
|
||||
"TITLE": "Manage Audit Logs",
|
||||
"DESC": "Audit Logs are trails for events and actions in a Chatwoot System.",
|
||||
"TABLE_HEADER": [
|
||||
"Usuário",
|
||||
"Action",
|
||||
"Endereço IP",
|
||||
"Time"
|
||||
]
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "AuditLogs retrieved successfully",
|
||||
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -120,8 +120,9 @@
|
||||
"PHONE_NUMBER": {
|
||||
"PLACEHOLDER": "Adicione o número de telefone do contato",
|
||||
"LABEL": "Número de Telefone",
|
||||
"HELP": "O número de telefone deve ser do formato E.164, por exemplo: +1415555555 [+][código do país][código de área][número de telefone local]",
|
||||
"HELP": "O número de telefone deve ter o formato E.164, por exemplo: +1415555555 [+][código do país][código de área][número de telefone local]. Você pode selecionar o código de discagem no menu suspenso.",
|
||||
"ERROR": "O número de telefone deve estar vazio ou no formato E.164",
|
||||
"DIAL_CODE_ERROR": "Por favor, selecione um código de discagem da lista",
|
||||
"DUPLICATE": "Este número de telefone está em uso para outro contato."
|
||||
},
|
||||
"LOCATION": {
|
||||
@@ -181,7 +182,8 @@
|
||||
"LABEL": "Para"
|
||||
},
|
||||
"INBOX": {
|
||||
"LABEL": "Caixa de Entrada",
|
||||
"LABEL": "Via Inbox",
|
||||
"PLACEHOLDER": "Choose source inbox",
|
||||
"ERROR": "Selecione uma caixa de entrada"
|
||||
},
|
||||
"SUBJECT": {
|
||||
|
||||
@@ -478,6 +478,8 @@
|
||||
"WHATSAPP_SECTION_UPDATE_TITLE": "Atualizar Chave de API",
|
||||
"WHATSAPP_SECTION_UPDATE_PLACEHOLDER": "Digite a nova chave de API aqui",
|
||||
"WHATSAPP_SECTION_UPDATE_BUTTON": "Atualizar",
|
||||
"WHATSAPP_WEBHOOK_TITLE": "Token de verificação do Webhook",
|
||||
"WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.",
|
||||
"UPDATE_PRE_CHAT_FORM_SETTINGS": "Atualizar configurações do Formulário Pre Chat"
|
||||
},
|
||||
"AUTO_ASSIGNMENT": {
|
||||
|
||||
@@ -203,6 +203,7 @@
|
||||
"HOME": "Principal",
|
||||
"AGENTS": "Agentes",
|
||||
"AGENT_BOTS": "Bots",
|
||||
"AUDIT_LOGS": "Audit Logs",
|
||||
"INBOXES": "Caixas de Entrada",
|
||||
"NOTIFICATIONS": "Notificações",
|
||||
"CANNED_RESPONSES": "Atalhos",
|
||||
|
||||
Reference in New Issue
Block a user