mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
add files to project
This commit is contained in:
commit
5cac498444
3729 changed files with 836998 additions and 0 deletions
33
web/metronic/global/plugins/jquery-validation/js/localization/messages_hr.js
vendored
Normal file
33
web/metronic/global/plugins/jquery-validation/js/localization/messages_hr.js
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
(function( factory ) {
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
define( ["jquery", "../jquery.validate"], factory );
|
||||
} else {
|
||||
factory( jQuery );
|
||||
}
|
||||
}(function( $ ) {
|
||||
|
||||
/*
|
||||
* Translated default messages for the jQuery validation plugin.
|
||||
* Locale: HR (Croatia; hrvatski jezik)
|
||||
*/
|
||||
$.extend($.validator.messages, {
|
||||
required: "Ovo polje je obavezno.",
|
||||
remote: "Ovo polje treba popraviti.",
|
||||
email: "Unesite ispravnu e-mail adresu.",
|
||||
url: "Unesite ispravan URL.",
|
||||
date: "Unesite ispravan datum.",
|
||||
dateISO: "Unesite ispravan datum (ISO).",
|
||||
number: "Unesite ispravan broj.",
|
||||
digits: "Unesite samo brojeve.",
|
||||
creditcard: "Unesite ispravan broj kreditne kartice.",
|
||||
equalTo: "Unesite ponovo istu vrijednost.",
|
||||
extension: "Unesite vrijednost sa ispravnom ekstenzijom.",
|
||||
maxlength: $.validator.format("Maksimalni broj znakova je {0} ."),
|
||||
minlength: $.validator.format("Minimalni broj znakova je {0} ."),
|
||||
rangelength: $.validator.format("Unesite vrijednost između {0} i {1} znakova."),
|
||||
range: $.validator.format("Unesite vrijednost između {0} i {1}."),
|
||||
max: $.validator.format("Unesite vrijednost manju ili jednaku {0}."),
|
||||
min: $.validator.format("Unesite vrijednost veću ili jednaku {0}.")
|
||||
});
|
||||
|
||||
}));
|
Loading…
Add table
Add a link
Reference in a new issue