Updating PT-BR translation

Updating PT-BR translation and correcting a key in english.
pull/1730/head
Marcelo M. M 6 years ago
parent 90fb140b6a
commit 31ad6e3d63

@ -5,7 +5,7 @@
"Tenant": "Inquilino",
"Switch": "trocar",
"Name": "Nome",
"SwitchTenantHint": "Deixe o campo de nome em branco para alternar para o lado do host.",
"SwitchTenantHint": "Deixe o campo de nome em branco para acessar o host.",
"NotSelected": "Não selecionado"
}
}

@ -16,7 +16,6 @@
"The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.": "The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.",
"The {0} field is not a valid fully-qualified http, https, or ftp URL.": "The {0} field is not a valid fully-qualified http, https, or ftp URL.",
"The field {0} is invalid.": "The field {0} is invalid.",
"'{0}' and '{1}' do not match.": "'{0}' and '{1}' do not match.",
"ThisFieldIsNotAValidCreditCardNumber.": "This field is not a valid credit card number.",
"ThisFieldIsNotValid.": "This field is not valid.",
"ThisFieldIsNotAValidEmailAddress.": "This field is not a valid e-mail address.",

@ -15,6 +15,20 @@
"The field {0} must be a string with a maximum length of {1}.": "O campo {0} deve ser uma palavra com o tamanho máximo de {1}.",
"The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.": "O campo {0} deve ser uma palavra com o tamanho mínimo de {2} e tamanho máximo de {1}.",
"The {0} field is not a valid fully-qualified http, https, or ftp URL.": "O campo {0} não é um http, https, ou FTP válido.",
"The field {0} is invalid.": "O campo {0} é inválido."
"The field {0} is invalid.": "O campo {0} é inválido.",
"ThisFieldIsNotAValidCreditCardNumber.": "Não é um cartão de crédito válido.",
"ThisFieldIsNotValid.": "Campo inválido.",
"ThisFieldIsNotAValidEmailAddress.": "E-mail inválido.",
"ThisFieldOnlyAcceptsFilesWithTheFollowingExtensions:{0}": "Este campo só aceita arquivos com asseguintes extensões: {0}",
"ThisFieldMustBeAStringOrArrayTypeWithAMaximumLengthoOf{0}": "This field must be a string or array type with a maximum length of '{0}'.",
"ThisFieldMustBeAStringOrArrayTypeWithAMinimumLengthOf{0}": "This field must be a string or array type with a minimum length of '{0}'.",
"ThisFieldIsNotAValidPhoneNumber.": "Número de telefone inválido.",
"ThisFieldMustBeBetween{0}And{1}": "Este campo deve estar entre {0} e {1}.",
"ThisFieldMustMatchTheRegularExpression{0}": "Este campo deve ser compatível com a expressao regular: '{0}'.",
"ThisFieldIsRequired.": "Campo Obrigatório.",
"ThisFieldMustBeAStringWithAMaximumLengthOf{0}": "Campo com no máximo {0} caracteres.",
"ThisFieldMustBeAStringWithAMinimumLengthOf{1}AndAMaximumLengthOf{0}": "Este campo deve possuir entre {1} e {0} caracteres.",
"ThisFieldIsNotAValidFullyQualifiedHttpHttpsOrFtpUrl": "Este campo não é um http, https, ou ftp complatamente qualificado.",
"ThisFieldIsInvalid.": "Campo inválido."
}
}

@ -46,6 +46,6 @@
"DatatableActionDropdownDefaultText": "Ações",
"ChangePassword": "Alterar Senha",
"PersonalInfo": "Perfil",
"AreYouSureYouWantToCancelEditingWarningMessage": "Você tem alterações não salvas."
"AreYouSureYouWantToCancelEditingWarningMessage": " alterações não salvas."
}
}

@ -2,6 +2,6 @@
"culture": "pt-BR",
"texts": {
"ThisFieldIsRequired": "Este campo é obrigatório",
"MaxLenghtErrorMessage": "Este campo pode ser no máximo de '{0}' caracteres"
"MaxLenghtErrorMessage": "Este campo pode ter no máximo '{0}' caracteres"
}
}

@ -4,7 +4,7 @@
"Hello <b>{0}</b>.": "Olá <b>{0}</b>.",
"Car": "Carro",
"CarPlural": "Carros",
"MaxLenghtErrorMessage": "O comprimento deste campo pode ser no máximo de '{0}' caracteres",
"MaxLenghtErrorMessage": "Este campo pode ter no máximo '{0}' caracteres",
"Universe": "Universo",
"FortyTwo": "Quarenta e Dois"
}

Loading…
Cancel
Save