2021-09-03 10:18:24 +00:00
{
"ATTRIBUTES_MGMT" : {
2021-11-12 18:10:08 +00:00
"HEADER" : "Atributos personalizados" ,
2022-03-17 14:32:32 +00:00
"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>" ,
2021-09-03 10:18:24 +00:00
"ADD" : {
2022-03-17 14:32:32 +00:00
"TITLE" : "Adicionar Atributo Personalizado" ,
2021-09-03 10:18:24 +00:00
"SUBMIT" : "Criar" ,
"CANCEL_BUTTON_TEXT" : "cancelar" ,
"FORM" : {
"NAME" : {
2022-03-17 14:32:32 +00:00
"LABEL" : "Mostrar Nome" ,
2021-11-12 18:10:08 +00:00
"PLACEHOLDER" : "Enter custom attribute display name" ,
2022-03-17 14:32:32 +00:00
"ERROR" : "Nome é obrigatório"
2021-09-03 10:18:24 +00:00
} ,
"DESC" : {
"LABEL" : "Descrição" ,
2021-11-12 18:10:08 +00:00
"PLACEHOLDER" : "Enter custom attribute description" ,
2022-03-17 14:32:32 +00:00
"ERROR" : "Descrição é obrigatória"
2021-09-03 10:18:24 +00:00
} ,
"MODEL" : {
2022-03-17 14:32:32 +00:00
"LABEL" : "Aplica-se a" ,
"PLACEHOLDER" : "Por favor selecione um" ,
"ERROR" : "Modelo é obrigatório"
2021-09-03 10:18:24 +00:00
} ,
"TYPE" : {
2022-03-17 14:32:32 +00:00
"LABEL" : "Tipo" ,
2021-09-03 10:18:24 +00:00
"PLACEHOLDER" : "Por favor, selecione um tipo" ,
2022-03-17 14:32:32 +00:00
"ERROR" : "Tipo é obrigatório" ,
2021-12-19 06:08:02 +00:00
"LIST" : {
"LABEL" : "List Values" ,
2022-03-17 14:32:32 +00:00
"PLACEHOLDER" : "Por favor insira um valor e pressione Enter" ,
"ERROR" : "Deve possuir pelo menos um valor"
2021-12-19 06:08:02 +00:00
}
2021-09-03 10:18:24 +00:00
} ,
"KEY" : {
2022-03-17 14:32:32 +00:00
"LABEL" : "Chave" ,
"PLACEHOLDER" : "Introduzir chave de atributo personalizado" ,
"ERROR" : "Chave é obrigatória" ,
"IN_VALID" : "Chave inválida"
2021-09-03 10:18:24 +00:00
}
} ,
"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"
2021-09-13 13:49:59 +00:00
}
} ,
"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."
2021-09-13 13:49:59 +00:00
} ,
"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" ,
2021-09-13 13:49:59 +00:00
"YES" : "excluir " ,
"NO" : "cancelar"
}
} ,
"EDIT" : {
2022-03-17 14:32:32 +00:00
"TITLE" : "Editar Atributo Personalizado" ,
2021-09-13 13:49:59 +00:00
"UPDATE_BUTTON_TEXT" : "Atualização" ,
2021-12-19 06:08:02 +00:00
"TYPE" : {
"LIST" : {
2022-03-17 14:32:32 +00:00
"LABEL" : "Listar Valores" ,
"PLACEHOLDER" : "Por favor insira valores e pressione Enter"
2021-12-19 06:08:02 +00:00
}
} ,
2021-09-13 13:49:59 +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"
2021-09-13 13:49:59 +00:00
}
} ,
"TABS" : {
"HEADER" : "Atributos personalizados" ,
2022-03-17 14:32:32 +00:00
"CONVERSATION" : "Conversa" ,
2021-09-13 13:49:59 +00:00
"CONTACT" : "Contato"
} ,
"LIST" : {
"TABLE_HEADER" : [
"Nome:" ,
"Descrição" ,
2022-03-17 14:32:32 +00:00
"Tipo" ,
"Chave"
2021-09-13 13:49:59 +00:00
] ,
"BUTTONS" : {
"EDIT" : "Alterar" ,
"DELETE" : "excluir"
} ,
"EMPTY_RESULT" : {
2022-03-17 14:32:32 +00:00
"404" : "Não há atributos personalizados criados" ,
"NOT_FOUND" : "Não há atributos personalizados configurados"
2021-09-03 10:18:24 +00:00
}
}
}
}