Hello!
I just completed the translation terms that were missing in the validation terms for the Portuguese language (located in /libraries/cegcore/assets/gplugins/gvalidation/lang/pt.js)
Here goes and if you find it useful, please update your version with this:
I just completed the translation terms that were missing in the validation terms for the Portuguese language (located in /libraries/cegcore/assets/gplugins/gvalidation/lang/pt.js)
Here goes and if you find it useful, please update your version with this:
jQuery.gvalidation.errors = jQuery.extend(jQuery.gvalidation.errors, {
required: "Campo Obrigatório.",
alpha: "Apenas caractéres alfabéticos são aceites.",
alphanum: "Apenas caractéres Alfa-numericos aceites.",
digit: "Por favor insira um valor inteiro.",
nodigit: "Dígitos não são aceites.",
number: "Introduza um número valido.",
email: "Introduza um email valido: <br /><span>ex: nome@dominio.pt</span>",
image : 'Este campo só deve conter ficheiros do tipo imagem',
phone: "Introduza um telefone válido.",
phone_inter : "Introduza um telefone internacional válido.",
url: "Introduza um URL válido: <br /><span>ex: http://www.dominio.com</span>",
group: 'Escolha pelo menos %1 elemento(s).',
confirm: 'Por favor certifique-se que o valor inserido coincide com o valor do campo %1.',
custom: "Seleccione uma opção",
digitmin: "O valor tem de ser maior que %1",
digitltd: "O valor tem de ser entre %1 e %2",
differs: "Este campo tem de ser diferente de %1",
length_str: "Tamanho incorrecto, tem de ser entre %1 e %2",
length_fix: "Tamanho incorrecto, tem de ser exactamente %1 caractere(s)",
lengthmax: "Tamanho incorrecto, tem de ser no máximo %1",
lengthmin: "Tamanho incorrecto, tem de ser no mínimo %1",
words_min : "Este campo deve ter pelo menos %1 palavra(s), está com: %2 palavra(s)",
words_range : "Este campo deve ter entre %1-%2 palavras, está com: %3 palavra(s)",
words_max : "Este campo deve ter um máximo de %1 palavras, está com: %2 palavra(s)",
confirm: "Este campo é diferente de %1",
checkbox: "Confirme a opção",
select: "Seleccione um valor"
});