Chatwoot/app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json

100 lines
3.4 KiB
JSON
Raw Normal View History

{
"ATTRIBUTES_MGMT": {
2021-11-12 18:10:08 +00:00
"HEADER": "Atributos personalizados",
"HEADER_BTN_TXT": "Adicionar Atributo Personalizado",
"LOADING": "Obtendo atributos personalizados",
2021-11-12 18:10:08 +00:00
"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": "Adicionar Atributo Personalizado",
"SUBMIT": "Criar",
"CANCEL_BUTTON_TEXT": "cancelar",
"FORM": {
"NAME": {
"LABEL": "Mostrar Nome",
2021-11-12 18:10:08 +00:00
"PLACEHOLDER": "Enter custom attribute display name",
"ERROR": "Nome é obrigatório"
},
"DESC": {
"LABEL": "Descrição",
2021-11-12 18:10:08 +00:00
"PLACEHOLDER": "Enter custom attribute description",
"ERROR": "Descrição é obrigatória"
},
"MODEL": {
"LABEL": "Aplica-se a",
"PLACEHOLDER": "Por favor selecione um",
"ERROR": "Modelo é obrigatório"
},
"TYPE": {
"LABEL": "Tipo",
"PLACEHOLDER": "Por favor, selecione um tipo",
"ERROR": "Tipo é obrigatório",
2021-12-19 06:08:02 +00:00
"LIST": {
"LABEL": "List Values",
"PLACEHOLDER": "Por favor insira um valor e pressione Enter",
"ERROR": "Deve possuir pelo menos um valor"
2021-12-19 06:08:02 +00:00
}
},
"KEY": {
"LABEL": "Chave",
"PLACEHOLDER": "Introduzir chave de atributo personalizado",
"ERROR": "Chave é obrigatória",
"IN_VALID": "Chave inválida"
}
},
"API": {
2021-11-12 18:10:08 +00:00
"SUCCESS_MESSAGE": "Custom Attribute added successfully",
"ERROR_MESSAGE": "Could not able to create a custom attribute, Please try again later"
}
},
"DELETE": {
"BUTTON_TEXT": "excluir",
"API": {
2021-11-12 18:10:08 +00:00
"SUCCESS_MESSAGE": "Custom Attribute deleted successfully.",
"ERROR_MESSAGE": "Couldn't delete the custom attribute. Try again."
},
"CONFIRM": {
"TITLE": "Tem a certeza que quer apagar a equipa - %{attributeName}",
"PLACE_HOLDER": "Por favor, digite {attributeName} para confirmar",
2021-11-12 18:10:08 +00:00
"MESSAGE": "Deleting will remove the custom attribute",
"YES": "excluir ",
"NO": "cancelar"
}
},
"EDIT": {
"TITLE": "Editar Atributo Personalizado",
"UPDATE_BUTTON_TEXT": "Atualização",
2021-12-19 06:08:02 +00:00
"TYPE": {
"LIST": {
"LABEL": "Listar Valores",
"PLACEHOLDER": "Por favor insira valores e pressione Enter"
2021-12-19 06:08:02 +00:00
}
},
"API": {
2021-11-12 18:10:08 +00:00
"SUCCESS_MESSAGE": "Custom Attribute updated successfully",
"ERROR_MESSAGE": "There was an error updating custom attribute, please try again"
}
},
"TABS": {
"HEADER": "Atributos personalizados",
"CONVERSATION": "Conversa",
"CONTACT": "Contato"
},
"LIST": {
"TABLE_HEADER": [
"Nome:",
"Descrição",
"Tipo",
"Chave"
],
"BUTTONS": {
"EDIT": "Alterar",
"DELETE": "excluir"
},
"EMPTY_RESULT": {
"404": "Não há atributos personalizados criados",
"NOT_FOUND": "Não há atributos personalizados configurados"
}
}
}
}