chore: Update translations (#4099)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -1,44 +1,44 @@
|
||||
{
|
||||
"ATTRIBUTES_MGMT": {
|
||||
"HEADER": "Atributos personalizados",
|
||||
"HEADER_BTN_TXT": "Add Custom Attribute",
|
||||
"LOADING": "Fetching custom attributes",
|
||||
"HEADER_BTN_TXT": "Adicionar Atributo Personalizado",
|
||||
"LOADING": "Obtendo atributos personalizados",
|
||||
"SIDEBAR_TXT": "<p><b>Custom Attributes</b> <p>A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc. <br /><br />For creating a Custom Attribute, just click on the <b>Add Custom Attribute.</b> You can also edit or delete an existing Custom Attribute by clicking on the Edit or Delete button.</p>",
|
||||
"ADD": {
|
||||
"TITLE": "Add Custom Attribute",
|
||||
"TITLE": "Adicionar Atributo Personalizado",
|
||||
"SUBMIT": "Criar",
|
||||
"CANCEL_BUTTON_TEXT": "cancelar",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Display Name",
|
||||
"LABEL": "Mostrar Nome",
|
||||
"PLACEHOLDER": "Enter custom attribute display name",
|
||||
"ERROR": "Name is required"
|
||||
"ERROR": "Nome é obrigatório"
|
||||
},
|
||||
"DESC": {
|
||||
"LABEL": "Descrição",
|
||||
"PLACEHOLDER": "Enter custom attribute description",
|
||||
"ERROR": "Description is required"
|
||||
"ERROR": "Descrição é obrigatória"
|
||||
},
|
||||
"MODEL": {
|
||||
"LABEL": "Applies to",
|
||||
"PLACEHOLDER": "Please select one",
|
||||
"ERROR": "Model is required"
|
||||
"LABEL": "Aplica-se a",
|
||||
"PLACEHOLDER": "Por favor selecione um",
|
||||
"ERROR": "Modelo é obrigatório"
|
||||
},
|
||||
"TYPE": {
|
||||
"LABEL": "Type",
|
||||
"LABEL": "Tipo",
|
||||
"PLACEHOLDER": "Por favor, selecione um tipo",
|
||||
"ERROR": "Type is required",
|
||||
"ERROR": "Tipo é obrigatório",
|
||||
"LIST": {
|
||||
"LABEL": "List Values",
|
||||
"PLACEHOLDER": "Please enter value and press enter key",
|
||||
"ERROR": "Must have at least one value"
|
||||
"PLACEHOLDER": "Por favor insira um valor e pressione Enter",
|
||||
"ERROR": "Deve possuir pelo menos um valor"
|
||||
}
|
||||
},
|
||||
"KEY": {
|
||||
"LABEL": "Key",
|
||||
"PLACEHOLDER": "Enter custom attribute key",
|
||||
"ERROR": "Key is required",
|
||||
"IN_VALID": "Invalid key"
|
||||
"LABEL": "Chave",
|
||||
"PLACEHOLDER": "Introduzir chave de atributo personalizado",
|
||||
"ERROR": "Chave é obrigatória",
|
||||
"IN_VALID": "Chave inválida"
|
||||
}
|
||||
},
|
||||
"API": {
|
||||
@@ -61,12 +61,12 @@
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit Custom Attribute",
|
||||
"TITLE": "Editar Atributo Personalizado",
|
||||
"UPDATE_BUTTON_TEXT": "Atualização",
|
||||
"TYPE": {
|
||||
"LIST": {
|
||||
"LABEL": "List Values",
|
||||
"PLACEHOLDER": "Please enter values and press enter key"
|
||||
"LABEL": "Listar Valores",
|
||||
"PLACEHOLDER": "Por favor insira valores e pressione Enter"
|
||||
}
|
||||
},
|
||||
"API": {
|
||||
@@ -76,23 +76,23 @@
|
||||
},
|
||||
"TABS": {
|
||||
"HEADER": "Atributos personalizados",
|
||||
"CONVERSATION": "Conversation",
|
||||
"CONVERSATION": "Conversa",
|
||||
"CONTACT": "Contato"
|
||||
},
|
||||
"LIST": {
|
||||
"TABLE_HEADER": [
|
||||
"Nome:",
|
||||
"Descrição",
|
||||
"Type",
|
||||
"Key"
|
||||
"Tipo",
|
||||
"Chave"
|
||||
],
|
||||
"BUTTONS": {
|
||||
"EDIT": "Alterar",
|
||||
"DELETE": "excluir"
|
||||
},
|
||||
"EMPTY_RESULT": {
|
||||
"404": "There are no custom attributes created",
|
||||
"NOT_FOUND": "There are no custom attributes configured"
|
||||
"404": "Não há atributos personalizados criados",
|
||||
"NOT_FOUND": "Não há atributos personalizados configurados"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user