chore: Update translations from Crowdin (#4217)

This commit is contained in:
Sojan Jose
2022-03-21 13:15:33 +05:30
committed by GitHub
parent e06a6a7c55
commit 6169d172d8
21 changed files with 146 additions and 146 deletions

View File

@@ -1,38 +1,38 @@
{
"AUTOMATION": {
"HEADER": "Automations",
"HEADER_BTN_TXT": "Add Automation Rule",
"HEADER": "Automatizações",
"HEADER_BTN_TXT": "Adicionar Regra de Automação",
"LOADING": "Fetching automation rules",
"SIDEBAR_TXT": "<p><b>Automation Rules</b> <p>Automation can replace and automate existing processes that require manual effort. You can do many things with automation, including adding labels and assigning conversation to the best agent. So the team focuses on what they do best and spends more little time on manual tasks.</p>",
"ADD": {
"TITLE": "Add Automation Rule",
"TITLE": "Adicionar Regra de Automação",
"SUBMIT": "Criar",
"CANCEL_BUTTON_TEXT": "cancelar",
"FORM": {
"NAME": {
"LABEL": "Rule Name",
"PLACEHOLDER": "Enter rule name",
"LABEL": "Nome da Regra",
"PLACEHOLDER": "Insira nome da regra",
"ERROR": "Nome é obrigatório"
},
"DESC": {
"LABEL": "Descrição",
"PLACEHOLDER": "Enter rule description",
"PLACEHOLDER": "Insera descrição da regra",
"ERROR": "Descrição é obrigatória"
},
"EVENT": {
"LABEL": "Event",
"LABEL": "Evento",
"PLACEHOLDER": "Por favor selecione um",
"ERROR": "Event is required"
"ERROR": "Evento é necessário"
},
"CONDITIONS": {
"LABEL": "Conditions"
"LABEL": "Condições"
},
"ACTIONS": {
"LABEL": "Ações."
}
},
"CONDITION_BUTTON_LABEL": "Add Condition",
"ACTION_BUTTON_LABEL": "Add Action",
"CONDITION_BUTTON_LABEL": "Adicionar Condição",
"ACTION_BUTTON_LABEL": "Adicionar Ação",
"API": {
"SUCCESS_MESSAGE": "Automation rule added successfully",
"ERROR_MESSAGE": "Could not able to create a automation rule, Please try again later"
@@ -43,12 +43,12 @@
"Nome:",
"Descrição",
"Ativa",
"Created on"
"Criado em"
],
"404": "No automation rules found"
"404": "Nenhuma regra de automação encontrada"
},
"DELETE": {
"TITLE": "Delete Automation Rule",
"TITLE": "Apagar Regra de Automação",
"SUBMIT": "excluir",
"CANCEL_BUTTON_TEXT": "cancelar",
"CONFIRM": {
@@ -63,7 +63,7 @@
}
},
"EDIT": {
"TITLE": "Edit Automation Rule",
"TITLE": "Editar Regra de Automação",
"SUBMIT": "Atualização",
"CANCEL_BUTTON_TEXT": "cancelar",
"API": {
@@ -74,8 +74,8 @@
"CLONE": {
"TOOLTIP": "Clone",
"API": {
"SUCCESS_MESSAGE": "Automation cloned successfully",
"ERROR_MESSAGE": "Could not clone automation rule, Please try again later"
"SUCCESS_MESSAGE": "Automação clonada com sucesso",
"ERROR_MESSAGE": "Não foi possível clonar regra de automação, por favor, tente novamente mais tarde"
}
},
"FORM": {
@@ -86,20 +86,20 @@
"RESET_MESSAGE": "Changing event type will reset the conditions and events you have added below"
},
"CONDITION": {
"DELETE_MESSAGE": "You need to have atleast one condition to save"
"DELETE_MESSAGE": "É necessário ter pelo menos uma condição para salvar"
},
"ACTION": {
"DELETE_MESSAGE": "You need to have atleast one action to save"
"DELETE_MESSAGE": "É necessário ter pelo menos uma ação para salvar"
},
"TOGGLE": {
"ACTIVATION_TITLE": "Activate Automation Rule",
"DEACTIVATION_TITLE": "Deactivate Automation Rule",
"ACTIVATION_DESCRIPTION": "This action will activate the automation rule '{automationName}'. Are you sure you want to proceed?",
"DEACTIVATION_DESCRIPTION": "This action will deactivate the automation rule '{automationName}'. Are you sure you want to proceed?",
"ACTIVATION_SUCCESFUL": "Automation Rule Activated Successfully",
"DEACTIVATION_SUCCESFUL": "Automation Rule Deactivated Successfully",
"ACTIVATION_ERROR": "Could not Activate Automation, Please try again later",
"DEACTIVATION_ERROR": "Could not Deactivate Automation, Please try again later",
"ACTIVATION_TITLE": "Ativar Regra de Automação",
"DEACTIVATION_TITLE": "Desativar Regra de Automação",
"ACTIVATION_DESCRIPTION": "Esta ação irá ativar a regra de automação '{automationName}'. Tem a certeza que deseja continuar?",
"DEACTIVATION_DESCRIPTION": "Esta ação irá desativar a regra de automação '{automationName}'. Tem a certeza que deseja continuar?",
"ACTIVATION_SUCCESFUL": "Regra de Automação Ativada com Sucesso",
"DEACTIVATION_SUCCESFUL": "Regra de Automação Desativada com Sucesso",
"ACTIVATION_ERROR": "Não foi possível Ativar a Automação, por favor, tente novamente mais tarde",
"DEACTIVATION_ERROR": "Não foi possível Desativar a Automação, por favor, tente novamente mais tarde",
"CONFIRMATION_LABEL": "Sim",
"CANCEL_LABEL": "Não"
}