chore: New Crowdin updates (#3616)
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"ATTRIBUTES_MGMT": {
|
||||
"HEADER": "Atributos Personalizados",
|
||||
"HEADER_BTN_TXT": "Add Custom Attribute",
|
||||
"LOADING": "Fetching custom attributes",
|
||||
"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>",
|
||||
"HEADER_BTN_TXT": "Adicionar atributo personalizado",
|
||||
"LOADING": "Buscando atributos personalizados",
|
||||
"SIDEBAR_TXT": "<p><b>Atributos personalizados</b> <p>Um atributo customizado rastreia fatos sobre seus contatos/conversa — como o plano de inscrição, ou quando eles compraram o primeiro item, etc. <br /><br />Para criar um atributo personalizado, basta clicar no<b>Adicionar atributo personalizado.</b> Você também pode editar ou apagar um atributo existente clicando em Editar ou Apagar botão.</p>",
|
||||
"ADD": {
|
||||
"TITLE": "Add Custom Attribute",
|
||||
"TITLE": "Adicionar atributo personalizado",
|
||||
"SUBMIT": "Criar",
|
||||
"CANCEL_BUTTON_TEXT": "Cancelar",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Nome para exibição",
|
||||
"PLACEHOLDER": "Enter custom attribute display name",
|
||||
"PLACEHOLDER": "Digite um nome de exibição de atributo personalizado",
|
||||
"ERROR": "O nome é obrigatório"
|
||||
},
|
||||
"DESC": {
|
||||
"LABEL": "Descrição",
|
||||
"PLACEHOLDER": "Enter custom attribute description",
|
||||
"PLACEHOLDER": "Inserir descrição do atributo personalizado",
|
||||
"ERROR": "Descrição obrigatória"
|
||||
},
|
||||
"MODEL": {
|
||||
@@ -27,40 +27,51 @@
|
||||
"TYPE": {
|
||||
"LABEL": "Tipo",
|
||||
"PLACEHOLDER": "Selecione um tipo",
|
||||
"ERROR": "O tipo é obrigatório"
|
||||
"ERROR": "O tipo é obrigatório",
|
||||
"LIST": {
|
||||
"LABEL": "Listar valores",
|
||||
"PLACEHOLDER": "Por favor, digite o valor e pressione Enter",
|
||||
"ERROR": "Deve ter pelo menos um valor"
|
||||
}
|
||||
},
|
||||
"KEY": {
|
||||
"LABEL": "Chave",
|
||||
"PLACEHOLDER": "Enter custom attribute key",
|
||||
"ERROR": "Key is required",
|
||||
"IN_VALID": "Invalid key"
|
||||
"PLACEHOLDER": "Digite a chave de atributo personalizada",
|
||||
"ERROR": "A chave é obrigatória",
|
||||
"IN_VALID": "Chave inválida"
|
||||
}
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Custom Attribute added successfully",
|
||||
"ERROR_MESSAGE": "Could not able to create a custom attribute, Please try again later"
|
||||
"SUCCESS_MESSAGE": "Atributo personalizado adicionado com sucesso",
|
||||
"ERROR_MESSAGE": "Não foi possível criar um atributo personalizado, por favor, tente novamente mais tarde"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Excluir",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Custom Attribute deleted successfully.",
|
||||
"ERROR_MESSAGE": "Couldn't delete the custom attribute. Try again."
|
||||
"SUCCESS_MESSAGE": "Atributo personalizado excluído com sucesso.",
|
||||
"ERROR_MESSAGE": "Não foi possível excluir o atributo personalizado. Tente novamente."
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Tem certeza que deseja excluir - %{attributeName}",
|
||||
"PLACE_HOLDER": "Digite {attributeName} para confirmar",
|
||||
"MESSAGE": "Deleting will remove the custom attribute",
|
||||
"MESSAGE": "Excluindo removerá o atributo personalizado",
|
||||
"YES": "Excluir ",
|
||||
"NO": "Cancelar"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit Custom Attribute",
|
||||
"TITLE": "Editar atributo personalizado",
|
||||
"UPDATE_BUTTON_TEXT": "Atualizar",
|
||||
"TYPE": {
|
||||
"LIST": {
|
||||
"LABEL": "Listar valores",
|
||||
"PLACEHOLDER": "Por favor, insira valores e pressione Enter"
|
||||
}
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Custom Attribute updated successfully",
|
||||
"ERROR_MESSAGE": "There was an error updating custom attribute, please try again"
|
||||
"SUCCESS_MESSAGE": "Atributo personalizado atualizado com sucesso",
|
||||
"ERROR_MESSAGE": "Houve um erro ao atualizar atributo personalizado, por favor, tente novamente"
|
||||
}
|
||||
},
|
||||
"TABS": {
|
||||
@@ -80,8 +91,8 @@
|
||||
"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