PDF rausgenommen

This commit is contained in:
aschwarz
2023-01-23 11:03:31 +01:00
parent 82d562a322
commit a6523903eb
28078 changed files with 4247552 additions and 2 deletions

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.ar = jQuery.extend(window.ParsleyConfig.i18n.ar || {}, {
defaultMessage: "تأكد من صحة القيمة المدخل",
type: {
email: "تأكد من إدخال بريد الكتروني صحيح",
url: "تأكد من إدخال رابط صحيح",
number: "تأكد من إدخال رقم",
integer: "تأكد من إدخال عدد صحيح بدون كسور",
digits: "تأكد من إدخال رقم",
alphanum: "تأكد من إدخال حروف وأرقام فقط"
},
notblank: "تأكد من تعبئة الحقل",
required: "هذا الحقل مطلوب",
pattern: "القيمة المدخلة غير صحيحة",
min: "القيمة المدخلة يجب أن تكون أكبر من %s.",
max: "القيمة المدخلة يجب أن تكون أصغر من %s.",
range: "القيمة المدخلة يجب أن تكون بين %s و %s.",
minlength: "القيمة المدخلة قصيرة جداً . تأكد من إدخال %s حرف أو أكثر",
maxlength: "القيمة المدخلة طويلة . تأكد من إدخال %s حرف أو أقل",
length: "القيمة المدخلة غير صحيحة. تأكد من إدخال بين %s و %s خانة",
mincheck: "يجب اختيار %s خيار على الأقل.",
maxcheck: "يجب اختيار%s خيار أو أقل",
check: "يجب اختيار بين %s و %s خيار.",
equalto: "تأكد من تطابق القيمتين المدخلة."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('ar', window.ParsleyConfig.i18n.ar, true);
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.bg = jQuery.extend(window.ParsleyConfig.i18n.bg || {}, {
defaultMessage: "Невалидна стойност.",
type: {
email: "Невалиден имейл адрес.",
url: "Невалиден URL адрес.",
number: "Невалиден номер.",
integer: "Невалиден номер.",
digits: "Невалидни цифри.",
alphanum: "Стойността трябва да садържа само букви или цифри."
},
notblank: "Полето е задължително.",
required: "Полето е задължително.",
pattern: "Невалидна стойност.",
min: "Стойността трябва да бъде по-голяма или равна на %s.",
max: "Стойността трябва да бъде по-малка или равна на %s.",
range: "Стойността трябва да бъде между %s и %s.",
minlength: "Стойността е прекалено кратка. Мин. дължина: %s символа.",
maxlength: "Стойността е прекалено дълга. Макс. дължина: %s символа.",
length: "Дължината на стойността трябва да бъде между %s и %s символа.",
mincheck: "Трябва да изберете поне %s стойности.",
maxcheck: "Трябва да изберете най-много %s стойности.",
check: "Трябва да изберете между %s и %s стойности.",
equalto: "Стойността трябва да съвпада."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('bg', window.ParsleyConfig.i18n.bg, true);
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.ca = jQuery.extend(window.ParsleyConfig.i18n.ca || {}, {
defaultMessage: "Aquest valor sembla ser invàlid.",
type: {
email: "Aquest valor ha de ser una adreça de correu electrònic vàlida.",
url: "Aquest valor ha de ser una URL vàlida.",
number: "Aquest valor ha de ser un nombre vàlid.",
integer: "Aquest valor ha de ser un nombre enter vàlid.",
digits: "Aquest valor només pot contenir dígits.",
alphanum: "Aquest valor ha de ser alfanumèric."
},
notblank: "Aquest valor no pot ser buit.",
required: "Aquest valor és obligatori.",
pattern: "Aquest valor és incorrecte.",
min: "Aquest valor no pot ser menor que %s.",
max: "Aquest valor no pot ser major que %s.",
range: "Aquest valor ha d'estar entre %s i %s.",
minlength: "Aquest valor és massa curt. La longitud mínima és de %s caràcters.",
maxlength: "Aquest valor és massa llarg. La longitud màxima és de %s caràcters.",
length: "La longitud d'aquest valor ha de ser d'entre %s i %s caràcters.",
mincheck: "Has de marcar un mínim de %s opcions.",
maxcheck: "Has de marcar un màxim de %s opcions.",
check: "Has de marcar entre %s i %s opcions.",
equalto: "Aquest valor ha de ser el mateix."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('ca', window.ParsleyConfig.i18n.ca, true);
}));

View File

@ -0,0 +1,36 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.cs = jQuery.extend(window.ParsleyConfig.i18n.cs || {}, {
dateiso: "Tato položka musí být datum ve formátu RRRR-MM-DD.",
minwords: "Tato položka musí mít délku nejméně %s slov.",
maxwords: "Tato položka musí mít délku nejvíce %s slov.",
words: "Tato položka musí být od %s do %s slov dlouhá.",
gt: "Tato hodnota musí být větší.",
gte: "Tato hodnota musí být větší nebo rovna.",
lt: "Tato hodnota musí být menší.",
lte: "Tato hodnota musí být menší nebo rovna."
});
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.cs = jQuery.extend(window.ParsleyConfig.i18n.cs || {}, {
defaultMessage: "Tato položka je neplatná.",
type: {
email: "Tato položka musí být e-mailová adresa.",
url: "Tato položka musí být platná URL adresa.",
number: "Tato položka musí být číslo.",
integer: "Tato položka musí být celé číslo.",
digits: "Tato položka musí být kladné celé číslo.",
alphanum: "Tato položka musí být alfanumerická."
},
notblank: "Tato položka nesmí být prázdná.",
required: "Tato položka je povinná.",
pattern: "Tato položka je neplatná.",
min: "Tato položka musí být větší nebo rovna %s.",
max: "Tato položka musí být menší nebo rovna %s.",
range: "Tato položka musí být v rozsahu od %s do %s.",
minlength: "Tato položka musí mít nejméně %s znaků.",
maxlength: "Tato položka musí mít nejvíce %s znaků.",
length: "Tato položka musí mít délku od %s do %s znaků.",
mincheck: "Je nutné vybrat alespoň %s možností.",
maxcheck: "Je nutné vybrat nejvýše %s možností.",
check: "Je nutné vybrat od %s do %s možností.",
equalto: "Tato položka musí být stejná."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('cs', window.ParsleyConfig.i18n.cs, true);
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.da = jQuery.extend(window.ParsleyConfig.i18n.da || {}, {
defaultMessage: "Indtast venligst en korrekt værdi.",
type: {
email: "Indtast venligst en korrekt emailadresse.",
url: "Indtast venligst en korrekt internetadresse.",
number: "Indtast venligst et tal.",
integer: "Indtast venligst et heltal.",
digits: "Dette felt må kun bestå af tal.",
alphanum: "Dette felt skal indeholde både tal og bogstaver."
},
notblank: "Dette felt må ikke være tomt.",
required: "Dette felt er påkrævet.",
pattern: "Ugyldig indtastning.",
min: "Dette felt skal indeholde et tal som er større end eller lig med %s.",
max: "Dette felt skal indeholde et tal som er mindre end eller lig med %s.",
range: "Dette felt skal indeholde et tal mellem %s og %s.",
minlength: "Indtast venligst mindst %s tegn.",
maxlength: "Dette felt kan højst indeholde %s tegn.",
length: "Længden af denne værdi er ikke korrekt. Værdien skal være mellem %s og %s tegn lang.",
mincheck: "Vælg mindst %s muligheder.",
maxcheck: "Vælg op til %s muligheder.",
check: "Vælg mellem %s og %s muligheder.",
equalto: "De to felter er ikke ens."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('da', window.ParsleyConfig.i18n.da, true);
}));

View File

@ -0,0 +1,36 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.de = jQuery.extend(window.ParsleyConfig.i18n.de || {}, {
dateiso: "Die Eingabe muss ein gültiges Datum sein (YYYY-MM-DD).",
minwords: "Die Eingabe ist zu kurz. Sie muss aus %s oder mehr Wörtern bestehen.",
maxwords: "Die Eingabe ist zu lang. Sie muss aus %s oder weniger Wörtern bestehen.",
words: "Die Länge der Eingabe ist ungültig. Sie muss zwischen %s und %s Wörter enthalten.",
gt: "Die Eingabe muss größer sein.",
gte: "Die Eingabe muss größer oder gleich sein.",
lt: "Die Eingabe muss kleiner sein.",
lte: "Die Eingabe muss kleiner oder gleich sein."
});
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.de = jQuery.extend(window.ParsleyConfig.i18n.de || {}, {
defaultMessage: "Die Eingabe scheint nicht korrekt zu sein.",
type: {
email: "Die Eingabe muss eine gültige E-Mail-Adresse sein.",
url: "Die Eingabe muss eine gültige URL sein.",
number: "Die Eingabe muss eine Zahl sein.",
integer: "Die Eingabe muss eine Zahl sein.",
digits: "Die Eingabe darf nur Ziffern enthalten.",
alphanum: "Die Eingabe muss alphanumerisch sein."
},
notblank: "Die Eingabe darf nicht leer sein.",
required: "Dies ist ein Pflichtfeld.",
pattern: "Die Eingabe scheint ungültig zu sein.",
min: "Die Eingabe muss größer oder gleich %s sein.",
max: "Die Eingabe muss kleiner oder gleich %s sein.",
range: "Die Eingabe muss zwischen %s und %s liegen.",
minlength: "Die Eingabe ist zu kurz. Es müssen mindestens %s Zeichen eingegeben werden.",
maxlength: "Die Eingabe ist zu lang. Es dürfen höchstens %s Zeichen eingegeben werden.",
length: "Die Länge der Eingabe ist ungültig. Es müssen zwischen %s und %s Zeichen eingegeben werden.",
mincheck: "Wählen Sie mindestens %s Angaben aus.",
maxcheck: "Wählen Sie maximal %s Angaben aus.",
check: "Wählen Sie zwischen %s und %s Angaben.",
equalto: "Dieses Feld muss dem anderen entsprechen."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('de', window.ParsleyConfig.i18n.de, true);
}));

View File

@ -0,0 +1,37 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.el = jQuery.extend(window.ParsleyConfig.i18n.el || {}, {
dateiso: "Η τιμή πρέπει να είναι μια έγκυρη ημερομηνία (YYYY-MM-DD).",
minwords: "Το κείμενο είναι πολύ μικρό. Πρέπει να έχει %s ή και περισσότερες λέξεις.",
maxwords: "Το κείμενο είναι πολύ μεγάλο. Πρέπει να έχει %s ή και λιγότερες λέξεις.",
words: "Το μήκος του κειμένου είναι μη έγκυρο. Πρέπει να είναι μεταξύ %s και %s λεξεων.",
gt: "Η τιμή πρέπει να είναι μεγαλύτερη.",
gte: "Η τιμή πρέπει να είναι μεγαλύτερη ή ίση.",
lt: "Η τιμή πρέπει να είναι μικρότερη.",
lte: "Η τιμή πρέπει να είναι μικρότερη ή ίση.",
notequalto: "Η τιμή πρέπει να είναι διαφορετική."
});
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.el = jQuery.extend(window.ParsleyConfig.i18n.el || {}, {
defaultMessage: "Η τιμή φαίνεται να είναι μη έγκυρη.",
type: {
email: "Η τιμή πρέπει να είναι ένα έγκυρο email.",
url: "Η τιμή πρέπει να είναι ένα έγκυρο url.",
number: "Η τιμή πρέπει να είναι ένας έγκυρος αριθμός.",
integer: "Η τιμή πρέπει να είναι ένας έγκυρος ακέραιος.",
digits: "Η τιμή πρέπει να είναι ψηφία.",
alphanum: "Η τιμή πρέπει να είναι αλφαριθμητικό."
},
notblank: "Η τιμή δεν πρέπει να είναι κενή.",
required: "Η τιμή αυτή απαιτείται.",
pattern: "Η τιμή φαίνεται να είναι μη έγκυρη.",
min: "Η τιμή πρέπει να είναι μεγαλύτερη ή ίση με %s.",
max: "Η τιμή πρέπει να είναι μικρότερη ή ίση με %s.",
range: "Η τιμή πρέπει να είναι μεταξύ %s και %s.",
minlength: "Το κείμενο είναι πολύ μικρό. Πρέπει να είναι %s ή και περισσότεροι χαρακτήρες.",
maxlength: "Η κείμενο είναι πολύ μεγάλο. Πρέπει να είναι %s ή και λιγότεροι χαρακτήρες.",
length: "Το μήκος του κειμένου είναι μη έγκυρο. Πρέπει να είναι μεταξύ %s και %s χαρακτήρων.",
mincheck: "Πρέπει να επιλέξετε τουλάχιστον %s επιλογές.",
maxcheck: "Πρέπει να επιλέξετε %s ή λιγότερες επιλογές.",
check: "Πρέπει να επιλέξετε μεταξύ %s και %s επίλογων.",
equalto: "Η τιμή πρέπει να είναι η ίδια."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('el', window.ParsleyConfig.i18n.el, true);
}));

View File

@ -0,0 +1,37 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.en = jQuery.extend(window.ParsleyConfig.i18n.en || {}, {
dateiso: "This value should be a valid date (YYYY-MM-DD).",
minwords: "This value is too short. It should have %s words or more.",
maxwords: "This value is too long. It should have %s words or fewer.",
words: "This value length is invalid. It should be between %s and %s words long.",
gt: "This value should be greater.",
gte: "This value should be greater or equal.",
lt: "This value should be less.",
lte: "This value should be less or equal.",
notequalto: "This value should be different."
});
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.en = jQuery.extend(window.ParsleyConfig.i18n.en || {}, {
defaultMessage: "This value seems to be invalid.",
type: {
email: "This value should be a valid email.",
url: "This value should be a valid url.",
number: "This value should be a valid number.",
integer: "This value should be a valid integer.",
digits: "This value should be digits.",
alphanum: "This value should be alphanumeric."
},
notblank: "This value should not be blank.",
required: "This value is required.",
pattern: "This value seems to be invalid.",
min: "This value should be greater than or equal to %s.",
max: "This value should be lower than or equal to %s.",
range: "This value should be between %s and %s.",
minlength: "This value is too short. It should have %s characters or more.",
maxlength: "This value is too long. It should have %s characters or fewer.",
length: "This value length is invalid. It should be between %s and %s characters long.",
mincheck: "You must select at least %s choices.",
maxcheck: "You must select %s choices or fewer.",
check: "You must select between %s and %s choices.",
equalto: "This value should be the same."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('en', window.ParsleyConfig.i18n.en, true);
}));

View File

@ -0,0 +1,54 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.es = jQuery.extend(window.ParsleyConfig.i18n.es || {}, {
defaultMessage: "Este valor parece ser inválido.",
type: {
email: "Este valor debe ser un correo válido.",
url: "Este valor debe ser una URL válida.",
number: "Este valor debe ser un número válido.",
integer: "Este valor debe ser un número válido.",
digits: "Este valor debe ser un dígito válido.",
alphanum: "Este valor debe ser alfanumérico."
},
notblank: "Este valor no debe estar en blanco.",
required: "Este valor es requerido.",
pattern: "Este valor es incorrecto.",
min: "Este valor no debe ser menor que %s.",
max: "Este valor no debe ser mayor que %s.",
range: "Este valor debe estar entre %s y %s.",
minlength: "Este valor es muy corto. La longitud mínima es de %s caracteres.",
maxlength: "Este valor es muy largo. La longitud máxima es de %s caracteres.",
length: "La longitud de este valor debe estar entre %s y %s caracteres.",
mincheck: "Debe seleccionar al menos %s opciones.",
maxcheck: "Debe seleccionar %s opciones o menos.",
check: "Debe seleccionar entre %s y %s opciones.",
equalto: "Este valor debe ser idéntico."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('es', window.ParsleyConfig.i18n.es, true);
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.fa = jQuery.extend(window.ParsleyConfig.i18n.fa || {}, {
defaultMessage: "این مقدار صحیح نمی باشد",
type: {
email: "این مقدار باید یک ایمیل معتبر باشد",
url: "این مقدار باید یک آدرس معتبر باشد",
number: "این مقدار باید یک عدد معتبر باشد",
integer: "این مقدار باید یک عدد صحیح معتبر باشد",
digits: "این مقدار باید یک عدد باشد",
alphanum: "این مقدار باید حروف الفبا باشد"
},
notblank: "این مقدار نباید خالی باشد",
required: "این مقدار باید وارد شود",
pattern: "این مقدار به نظر می رسد نامعتبر است",
min: "این مقدیر باید بزرگتر با مساوی %s باشد",
max: "این مقدار باید کمتر و یا مساوی %s باشد",
range: "این مقدار باید بین %s و %s باشد",
minlength: "این مقدار بیش از حد کوتاه است. باید %s کاراکتر یا بیشتر باشد.",
maxlength: "این مقدار بیش از حد طولانی است. باید %s کاراکتر یا کمتر باشد.",
length: "این مقدار نامعتبر است و باید بین %s و %s باشد",
mincheck: "شما حداقل باید %s گزینه را انتخاب کنید.",
maxcheck: "شما حداکثر می‌توانید %s انتخاب داشته باشید.",
check: "باید بین %s و %s مورد انتخاب کنید",
equalto: "این مقدار باید یکسان باشد"
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('fa', window.ParsleyConfig.i18n.fa, true);
}));

View File

@ -0,0 +1,29 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.fi = jQuery.extend(window.ParsleyConfig.i18n.fi || {}, {
dateiso: "Sy&ouml;t&auml; oikea p&auml;iv&auml;m&auml;&auml;r&auml; (YYYY-MM-DD)."
});
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.fi = jQuery.extend(window.ParsleyConfig.i18n.fi || {}, {
defaultMessage: "Sy&ouml;tetty arvo on virheellinen.",
type: {
email: "S&auml;hk&ouml;postiosoite on virheellinen.",
url: "Url-osoite on virheellinen.",
number: "Sy&ouml;t&auml; numero.",
integer: "Sy&ouml;t&auml; kokonaisluku.",
digits: "Sy&ouml;t&auml; ainoastaan numeroita.",
alphanum: "Sy&ouml;t&auml; ainoastaan kirjaimia tai numeroita."
},
notblank: "T&auml;m&auml; kentt&auml;&auml; ei voi j&auml;tt&auml;&auml; tyhj&auml;ksi.",
required: "T&auml;m&auml; kentt&auml; on pakollinen.",
pattern: "Sy&ouml;tetty arvo on virheellinen.",
min: "Sy&ouml;t&auml; arvo joka on yht&auml; suuri tai suurempi kuin %s.",
max: "Sy&ouml;t&auml; arvo joka on pienempi tai yht&auml; suuri kuin %s.",
range: "Sy&ouml;t&auml; arvo v&auml;lilt&auml;: %s-%s.",
minlength: "Sy&ouml;tetyn arvon t&auml;ytyy olla v&auml;hint&auml;&auml;n %s merkki&auml; pitk&auml;.",
maxlength: "Sy&ouml;tetty arvo saa olla enint&auml;&auml;n %s merkki&auml; pitk&auml;.",
length: "Sy&ouml;tetyn arvon t&auml;ytyy olla v&auml;hint&auml;&auml;n %s ja enint&auml;&auml;n %s merkki&auml; pitk&auml;.",
mincheck: "Valitse v&auml;hint&auml;&auml;n %s vaihtoehtoa.",
maxcheck: "Valitse enint&auml;&auml;n %s vaihtoehtoa.",
check: "Valitse %s-%s vaihtoehtoa.",
equalto: "Salasanat eiv&auml;t t&auml;sm&auml;&auml;."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('fi', window.ParsleyConfig.i18n.fi, true);
}));

View File

@ -0,0 +1,30 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.fr = jQuery.extend(window.ParsleyConfig.i18n.fr || {}, {
dateiso: "Cette valeur n'est pas une date valide (YYYY-MM-DD).",
notequalto: "Cette valeur doit être différente."
});
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.fr = jQuery.extend(window.ParsleyConfig.i18n.fr || {}, {
defaultMessage: "Cette valeur semble non valide.",
type: {
email: "Cette valeur n'est pas une adresse email valide.",
url: "Cette valeur n'est pas une URL valide.",
number: "Cette valeur doit être un nombre.",
integer: "Cette valeur doit être un entier.",
digits: "Cette valeur doit être numérique.",
alphanum: "Cette valeur doit être alphanumérique."
},
notblank: "Cette valeur ne peut pas être vide.",
required: "Ce champ est requis.",
pattern: "Cette valeur semble non valide.",
min: "Cette valeur ne doit pas être inférieure à %s.",
max: "Cette valeur ne doit pas excéder %s.",
range: "Cette valeur doit être comprise entre %s et %s.",
minlength: "Cette chaîne est trop courte. Elle doit avoir au minimum %s caractères.",
maxlength: "Cette chaîne est trop longue. Elle doit avoir au maximum %s caractères.",
length: "Cette valeur doit contenir entre %s et %s caractères.",
mincheck: "Vous devez sélectionner au moins %s choix.",
maxcheck: "Vous devez sélectionner %s choix maximum.",
check: "Vous devez sélectionner entre %s et %s choix.",
equalto: "Cette valeur devrait être identique."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('fr', window.ParsleyConfig.i18n.fr, true);
}));

View File

@ -0,0 +1,29 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.he = jQuery.extend(window.ParsleyConfig.i18n.he || {}, {
dateiso: "ערך זה צריך להיות תאריך בפורמט (YYYY-MM-DD)."
});
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.he = jQuery.extend(window.ParsleyConfig.i18n.he || {}, {
defaultMessage: "נראה כי ערך זה אינו תקף.",
type: {
email: "ערך זה צריך להיות כתובת אימייל.",
url: "ערך זה צריך להיות URL תקף.",
number: "ערך זה צריך להיות מספר.",
integer: "ערך זה צריך להיות מספר שלם.",
digits: "ערך זה צריך להיות ספרתי.",
alphanum: "ערך זה צריך להיות אלפאנומרי."
},
notblank: "ערך זה אינו יכול להשאר ריק.",
required: "ערך זה דרוש.",
pattern: "נראה כי ערך זה אינו תקף.",
min: "ערך זה צריך להיות לכל הפחות %s.",
max: "ערך זה צריך להיות לכל היותר %s.",
range: "ערך זה צריך להיות בין %s ל-%s.",
minlength: "ערך זה קצר מידי. הוא צריך להיות לכל הפחות %s תווים.",
maxlength: "ערך זה ארוך מידי. הוא צריך להיות לכל היותר %s תווים.",
length: "ערך זה אינו באורך תקף. האורך צריך להיות בין %s ל-%s תווים.",
mincheck: "אנא בחר לפחות %s אפשרויות.",
maxcheck: "אנא בחר לכל היותר %s אפשרויות.",
check: "אנא בחר בין %s ל-%s אפשרויות.",
equalto: "ערך זה צריך להיות זהה."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('he', window.ParsleyConfig.i18n.he, true);
}));

View File

@ -0,0 +1,29 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.id = jQuery.extend(window.ParsleyConfig.i18n.id || {}, {
dateiso: "Harus tanggal yang valid (YYYY-MM-DD)."
});
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.id = jQuery.extend(window.ParsleyConfig.i18n.id || {}, {
defaultMessage: "tidak valid",
type: {
email: "email tidak valid",
url: "url tidak valid",
number: "nomor tidak valid",
integer: "integer tidak valid",
digits: "harus berupa digit",
alphanum: "harus berupa alphanumeric"
},
notblank: "tidak boleh kosong",
required: "tidak boleh kosong",
pattern: "tidak valid",
min: "harus lebih besar atau sama dengan %s.",
max: "harus lebih kecil atau sama dengan %s.",
range: "harus dalam rentang %s dan %s.",
minlength: "terlalu pendek, minimal %s karakter atau lebih.",
maxlength: "terlalu panjang, maksimal %s karakter atau kurang.",
length: "panjang karakter harus dalam rentang %s dan %s",
mincheck: "pilih minimal %s pilihan",
maxcheck: "pilih maksimal %s pilihan",
check: "pilih antar %s dan %s pilihan",
equalto: "harus sama"
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('id', window.ParsleyConfig.i18n.id, true);
}));

View File

@ -0,0 +1,29 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.it = jQuery.extend(window.ParsleyConfig.i18n.it || {}, {
dateiso: "Inserire una data valida (AAAA-MM-GG)."
});
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.it = jQuery.extend(window.ParsleyConfig.i18n.it || {}, {
defaultMessage: "Questo valore sembra essere non valido.",
type: {
email: "Questo valore deve essere un indirizzo email valido.",
url: "Questo valore deve essere un URL valido.",
number: "Questo valore deve essere un numero valido.",
integer: "Questo valore deve essere un numero valido.",
digits: "Questo valore deve essere di tipo numerico.",
alphanum: "Questo valore deve essere di tipo alfanumerico."
},
notblank: "Questo valore non deve essere vuoto.",
required: "Questo valore è richiesto.",
pattern: "Questo valore non è corretto.",
min: "Questo valore deve essere maggiore di %s.",
max: "Questo valore deve essere minore di %s.",
range: "Questo valore deve essere compreso tra %s e %s.",
minlength: "Questo valore è troppo corto. La lunghezza minima è di %s caratteri.",
maxlength: "Questo valore è troppo lungo. La lunghezza massima è di %s caratteri.",
length: "La lunghezza di questo valore deve essere compresa fra %s e %s caratteri.",
mincheck: "Devi scegliere almeno %s opzioni.",
maxcheck: "Devi scegliere al più %s opzioni.",
check: "Devi scegliere tra %s e %s opzioni.",
equalto: "Questo valore deve essere identico."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('it', window.ParsleyConfig.i18n.it, true);
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.ja = jQuery.extend(window.ParsleyConfig.i18n.ja || {}, {
defaultMessage: "無効な値です。",
type: {
email: "正しいメールアドレスを入力してください。",
url: "正しいURLを入力してください。",
number: "正しい数字を入力してください。",
integer: "正しい数値を入力してください。",
digits: "正しい桁数で入力してください。",
alphanum: "正しい英数字を入力してください。"
},
notblank: "この値を入力してください",
required: "この値は必須です。",
pattern: "この値は無効です。",
min: "%s 以上の値にしてください。",
max: "%s 以下の値にしてください。",
range: "%s から %s の値にしてください。",
minlength: "%s 文字以上で入力してください。",
maxlength: "%s 文字以下で入力してください。",
length: "%s から %s 文字の間で入力してください。",
mincheck: "%s 個以上選択してください。",
maxcheck: "%s 個以下選択してください。",
check: "%s から %s 個選択してください。",
equalto: "値が違います。"
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('ja', window.ParsleyConfig.i18n.ja, true);
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.ko = jQuery.extend(window.ParsleyConfig.i18n.ko || {}, {
defaultMessage: "입력하신 내용이 올바르지 않습니다.",
type: {
email: "입력하신 이메일이 유효하지 않습니다.",
url: "입력하신 URL이 유효하지 않습니다.",
number: "입력하신 전화번호가 올바르지 않습니다.",
integer: "입력하신 URL이 유효하지 않습니다.",
digits: "숫자를 입력하여 주십시오.",
alphanum: "입력하신 내용은 알파벳과 숫자의 조합이어야 합니다."
},
notblank: "공백은 입력하실 수 없습니다.",
required: "필수 입력사항입니다.",
pattern: "입력하신 내용이 올바르지 않습니다.",
min: "입력하신 내용이 %s보다 크거나 같아야 합니다. ",
max: "입력하신 내용이 %s보다 작거나 같아야 합니다.",
range: "입력하신 내용이 %s보다 크고 %s 보다 작아야 합니다.",
minlength: "%s 이상의 글자수를 입력하십시오. ",
maxlength: "%s 이하의 글자수를 입력하십시오. ",
length: "입력하신 내용의 글자수가 %s보다 크고 %s보다 작아야 합니다.",
mincheck: "최소한 %s개를 선택하여 주십시오. ",
maxcheck: "%s개 또는 그보다 적게 선택하여 주십시오.",
check: "선택하신 내용이 %s보다 크거나 %s보다 작아야 합니다.",
equalto: "같은 값을 입력하여 주십시오."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('ko', window.ParsleyConfig.i18n.ko, true);
}));

View File

@ -0,0 +1,36 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.ms_MY = jQuery.extend(window.ParsleyConfig.i18n.ms_MY || {}, {
dateiso: "Nilai hendaklah berbentuk tarikh yang sah (YYYY-MM-DD).",
minwords: "Ayat terlalu pendek. Ianya perlu sekurang-kurangnya %s patah perkataan.",
maxwords: "Ayat terlalu panjang. Ianya tidak boleh melebihi %s patah perkataan.",
words: "Panjang ayat tidak sah. Jumlah perkataan adalah diantara %s hingga %s patah perkataan.",
gt: "Nilai lebih besar diperlukan.",
gte: "Nilai hendaklah lebih besar atau sama.",
lt: "Nilai lebih kecil diperlukan.",
lte: "Nilai hendaklah lebih kecil atau sama."
});
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.ms_MY = jQuery.extend(window.ParsleyConfig.i18n.ms_MY || {}, {
defaultMessage: "Nilai tidak sah.",
type: {
email: "Nilai mestilah dalam format emel yang sah.",
url: "Nilai mestilah dalam bentuk url yang sah.",
number: "Hanya nombor dibenarkan.",
integer: "Hanya integer dibenarkan.",
digits: "Hanya angka dibenarkan.",
alphanum: "Hanya alfanumerik dibenarkan."
},
notblank: "Nilai ini tidak boleh kosong.",
required: "Nilai ini wajib diisi.",
pattern: "Bentuk nilai ini tidak sah.",
min: "Nilai perlu lebih besar atau sama dengan %s.",
max: "Nilai perlu lebih kecil atau sama dengan %s.",
range: "Nilai perlu berada antara %s hingga %s.",
minlength: "Nilai terlalu pendek. Ianya perlu sekurang-kurangnya %s huruf.",
maxlength: "Nilai terlalu panjang. Ianya tidak boleh melebihi %s huruf.",
length: "Panjang nilai tidak sah. Panjangnya perlu diantara %s hingga %s huruf.",
mincheck: "Anda mesti memilih sekurang-kurangnya %s pilihan.",
maxcheck: "Anda tidak boleh memilih lebih daripada %s pilihan.",
check: "Anda mesti memilih diantara %s hingga %s pilihan.",
equalto: "Nilai dimasukkan hendaklah sama."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('ms_MY', window.ParsleyConfig.i18n.ms_MY, true);
}));

View File

@ -0,0 +1,34 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.nl = jQuery.extend(window.ParsleyConfig.i18n.nl || {}, {
dateiso: "Deze waarde moet een datum in het volgende formaat zijn: (YYYY-MM-DD).",
minwords: "Deze waarde moet minstens %s woorden bevatten.",
maxwords: "Deze waarde mag maximaal %s woorden bevatten.",
words: "Deze waarde moet tussen de %s en %s woorden bevatten.",
gt: "Deze waarde moet groter dan %s zijn.",
lt: "Deze waarde moet kleiner dan %s zijn."
});
}));

View File

@ -0,0 +1,52 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.nl = jQuery.extend(window.ParsleyConfig.i18n.nl || {}, {
defaultMessage: "Deze waarde lijkt onjuist.",
type: {
email: "Dit lijkt geen geldig e-mail adres te zijn.",
url: "Dit lijkt geen geldige URL te zijn.",
number: "Deze waarde moet een nummer zijn.",
integer: "Deze waarde moet een nummer zijn.",
digits: "Deze waarde moet numeriek zijn.",
alphanum: "Deze waarde moet alfanumeriek zijn."
},
notblank: "Deze waarde mag niet leeg zijn.",
required: "Dit veld is verplicht.",
pattern: "Deze waarde lijkt onjuist te zijn.",
min: "Deze waarde mag niet lager zijn dan %s.",
max: "Deze waarde mag niet groter zijn dan %s.",
range: "Deze waarde moet tussen %s en %s liggen.",
minlength: "Deze tekst is te kort. Deze moet uit minimaal %s karakters bestaan.",
maxlength: "Deze waarde is te lang. Deze mag maximaal %s karakters lang zijn.",
length: "Deze waarde moet tussen %s en %s karakters lang zijn.",
equalto: "Deze waardes moeten identiek zijn."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('nl', window.ParsleyConfig.i18n.nl, true);
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.no = jQuery.extend(window.ParsleyConfig.i18n.no || {}, {
defaultMessage: "Verdien er ugyldig.",
type: {
email: "Verdien må være en gyldig e-post.",
url: "Verdien må være en gyldig url.",
number: "Verdien må være et gyldig tall.",
integer: "Verdien må være et gyldig heltall.",
digits: "Verdien må være et siffer",
alphanum: "Verdien må være alfanumerisk"
},
notblank: "Verdien må ikke være blank.",
required: "Verdien er obligatorisk.",
pattern: "Verdien er ugyldig.",
min: "Verdien må være større eller lik %s.",
max: "Verdien må være mindre eller lik %s.",
range: "Verdien må være mellom %s and %s.",
minlength: "Verdien er for kort. Den burde bestå av minst %s tegn.",
maxlength: "Verdien er for lang. Den kan bestå av maksimalt %s tegn.",
length: "Verdilengden er ugyldig. Den må være mellom %s og %s tegn lang.",
mincheck: "Du må huke av minst %s valg.",
maxcheck: "Du må huke av %s valg eller mindre.",
check: "Du må huke av mellom %s og %s valg.",
equalto: "Verdien må være lik."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('no', window.ParsleyConfig.i18n.no, true);
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.pl = jQuery.extend(window.ParsleyConfig.i18n.pl || {}, {
defaultMessage: "Wartość wygląda na nieprawidłową",
type: {
email: "Wpisz poprawny adres e-mail.",
url: "Wpisz poprawny adres URL.",
number: "Wpisz poprawną liczbę.",
integer: "Dozwolone jedynie liczby człkowite.",
digits: "Dozwolone jedynie cyfry.",
alphanum: "Dozwolone jedynie znaki alfanumeryczne."
},
notblank: "Pole nie może zostać puste",
required: "Pole jest wymagane.",
pattern: "Wartość wygląda na nieprawidłową.",
min: "Wartość powinna być większa od %s.",
max: "Wartość powinna być mniejsza od %s.",
range: "Wartość powinna być większa od %s i mniejsza od %s.",
minlength: "Ilość znaków powinna wynosić %s lub więcej.",
maxlength: "Ilość znaków powinna wynosić %s lub mniej.",
length: "Ilość znaków powinna wynosić od %s do %s.",
mincheck: "Musisz wybrać minimum %s opcji.",
maxcheck: "Możesz wybrać maksymalnie %s opcji.",
check: "Minimalnie możesz wybrać od %s do %s opcji",
equalto: "Wartości nie są identyczne"
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('pl', window.ParsleyConfig.i18n.pl, true);
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n['pt-br'] = jQuery.extend(window.ParsleyConfig.i18n['pt-br'] || {}, {
defaultMessage: "Este valor parece ser inválido.",
type: {
email: "Este campo deve ser um email válido.",
url: "Este campo deve ser um URL válida.",
number: "Este campo deve ser um número válido.",
integer: "Este campo deve ser um inteiro válido.",
digits: "Este campo deve conter apenas dígitos.",
alphanum: "Este campo deve ser alfa numérico."
},
notblank: "Este campo não pode ficar vazio.",
required: "Este campo é obrigatório.",
pattern: "Este campo parece estar inválido.",
min: "Este campo deve ser maior ou igual a %s.",
max: "Este campo deve ser menor ou igual a %s.",
range: "Este campo deve estar entre %s e %s.",
minlength: "Este campo é pequeno demais. Ele deveria ter %s caracteres ou mais.",
maxlength: "Este campo é grande demais. Ele deveria ter %s caracteres ou menos.",
length: "O tamanho deste campo é inválido. Ele deveria ter entre %s e %s caracteres.",
mincheck: "Você deve escolher pelo menos %s opções.",
maxcheck: "Você deve escolher %s opções ou mais",
check: "Você deve escolher entre %s e %s opções.",
equalto: "Este valor deveria ser igual."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('pt-br', window.ParsleyConfig.i18n['pt-br'], true);
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n['pt-pt'] = jQuery.extend(window.ParsleyConfig.i18n['pt-pt'] || {}, {
defaultMessage: "Este valor parece ser inválido.",
type: {
email: "Este campo deve ser um email válido.",
url: "Este campo deve ser um URL válido.",
number: "Este campo deve ser um número válido.",
integer: "Este campo deve ser um número inteiro válido.",
digits: "Este campo deve conter apenas dígitos.",
alphanum: "Este campo deve ser alfanumérico."
},
notblank: "Este campo não pode ficar vazio.",
required: "Este campo é obrigatório.",
pattern: "Este campo parece estar inválido.",
min: "Este valor deve ser maior ou igual a %s.",
max: "Este valor deve ser menor ou igual a %s.",
range: "Este valor deve estar entre %s e %s.",
minlength: "Este campo é pequeno demais. Deve ter %s caracteres ou mais.",
maxlength: "Este campo é grande demais. Deve ter %s caracteres ou menos.",
length: "O tamanho deste campo é inválido. Ele deveria ter entre %s e %s caracteres.",
mincheck: "Escolha pelo menos %s opções.",
maxcheck: "Escolha %s opções ou mais",
check: "Escolha entre %s e %s opções.",
equalto: "Este valor deveria ser igual."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('pt-pt', window.ParsleyConfig.i18n['pt-pt'], true);
}));

View File

@ -0,0 +1,37 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.ro = jQuery.extend(window.ParsleyConfig.i18n.ro || {}, {
dateiso: "Trebuie să fie o dată corectă (YYYY-MM-DD).",
minwords: "Textul e prea scurt. Trebuie să aibă cel puțin %s cuvinte.",
maxwords: "Textul e prea lung. Trebuie să aibă cel mult %s cuvinte.",
words: "Textul trebuie să aibă cel puțin %s și cel mult %s caractere.",
gt: "Valoarea ar trebui să fie mai mare.",
gte: "Valoarea ar trebui să fie mai mare sau egală.",
lt: "Valoarea ar trebui să fie mai mică.",
lte: "Valoarea ar trebui să fie mai mică sau egală.",
notequalto:"Valoarea ar trebui să fie diferită."
});
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.ro = jQuery.extend(window.ParsleyConfig.i18n.ro || {}, {
defaultMessage: "Acest câmp nu este completat corect.",
type: {
email: "Trebuie să scrii un email valid.",
url: "Trebuie să scrii un link valid",
number: "Trebuie să scrii un număr valid",
integer: "Trebuie să scrii un număr întreg valid",
digits: "Trebuie să conțină doar cifre.",
alphanum: "Trebuie să conțină doar cifre sau litere."
},
notblank: "Acest câmp nu poate fi lăsat gol.",
required: "Acest câmp trebuie să fie completat.",
pattern: "Acest câmp nu este completat corect.",
min: "Trebuie să fie ceva mai mare sau egal cu %s.",
max: "Trebuie să fie ceva mai mic sau egal cu %s.",
range: "Valoarea trebuie să fie între %s și %s.",
minlength: "Trebuie să scrii cel puțin %s caractere.",
maxlength: "Trebuie să scrii cel mult %s caractere.",
length: "Trebuie să scrii cel puțin %s și %s cel mult %s caractere.",
mincheck: "Trebuie să alegi cel puțin %s opțiuni.",
maxcheck: "Poți alege maxim %s opțiuni.",
check: "Trebuie să alegi între %s sau %s.",
equalto: "Trebuie să fie la fel."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('ro', window.ParsleyConfig.i18n.ro, true);
}));

View File

@ -0,0 +1,32 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.ru = jQuery.extend(window.ParsleyConfig.i18n.ru || {}, {
dateiso: "Это значение должно быть корректной датой (ГГГГ-ММ-ДД).",
minwords: "Это значение должно содержать не менее %s слов.",
maxwords: "Это значение должно содержать не более %s слов.",
words: "Это значение должно содержать от %s до %s слов."
});
}));

View File

@ -0,0 +1,59 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
//Parsley localization for Russian language
//Evgeni Makarov
//github.com/emakarov
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.ru = jQuery.extend(window.ParsleyConfig.i18n.ru || {}, {
defaultMessage: "Некорректное значение.",
type: {
email: "Введите адрес электронной почты.",
url: "Введите URL адрес.",
number: "Введите число.",
integer: "Введите целое число.",
digits: "Введите только цифры.",
alphanum: "Введите буквенно-цифровое значение."
},
notblank: "Это поле должно быть заполнено.",
required: "Обязательное поле.",
pattern: "Это значение некорректно.",
min: "Это значение должно быть не менее чем %s.",
max: "Это значение должно быть не более чем %s.",
range: "Это значение должно быть от %s до %s.",
minlength: "Это значение должно содержать не менее %s символов.",
maxlength: "Это значение должно содержать не более %s символов.",
length: "Это значение должно содержать от %s до %s символов.",
mincheck: "Выберите не менее %s значений.",
maxcheck: "Выберите не более %s значений.",
check: "Выберите от %s до %s значений.",
equalto: "Это значение должно совпадать."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('ru', window.ParsleyConfig.i18n.ru, true);
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.sq = jQuery.extend(window.ParsleyConfig.i18n.sq || {}, {
defaultMessage: "Kjo vlere eshte e pasakte.",
type: {
email: "Duhet te jete nje email i vlefshem.",
url: "Duhet te jete nje URL e vlefshme.",
number: "Duhet te jete numer.",
integer: "Kjo vlere duhet te jete integer.",
digits: "Kjo vlere duhet te permbaje digit.",
alphanum: "Kjo vlere duhet te permbaje vetel alphanumeric."
},
notblank: "Nuk mund te lihet bosh.",
required: "Eshte e detyrueshme.",
pattern: "Kjo vlere eshte e pasakte.",
min: "Duhet te jete me e madhe ose baraz me %s.",
max: "Duhet te jete me e vogel ose baraz me %s.",
range: "Duhet te jete midis %s dhe %s.",
minlength: "Kjo vlere eshte shume e shkurter. Ajo duhet te permbaje min %s karaktere.",
maxlength: "Kjo vlere eshte shume e gjate. Ajo duhet te permbaje max %s karaktere.",
length: "Gjatesia e kesaj vlere eshte e pasakte. Ajo duhet te jete midis %s dhe %s karakteresh.",
mincheck: "Ju duhet te zgjidhni te pakten %s vlere.",
maxcheck: "Ju duhet te zgjidhni max %s vlera.",
check: "Ju mund te zgjidhni midis %s dhe %s vlerash.",
equalto: "Kjo vlere duhet te jete e njejte."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('sq', window.ParsleyConfig.i18n.sq, true);
}));

View File

@ -0,0 +1,29 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.sv = jQuery.extend(window.ParsleyConfig.i18n.sv || {}, {
dateiso: "Ange ett giltigt datum (ÅÅÅÅ-MM-DD)."
});
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.sv = jQuery.extend(window.ParsleyConfig.i18n.sv || {}, {
defaultMessage: "Ogiltigt värde.",
type: {
email: "Ange en giltig e-postadress.",
url: "Ange en giltig URL.",
number: "Ange ett giltigt nummer.",
integer: "Ange ett heltal.",
digits: "Ange endast siffror.",
alphanum: "Ange endast bokstäver och siffror."
},
notblank: "Värdet får inte vara tomt.",
required: "Måste fyllas i.",
pattern: "Värdet är ej giltigt.",
min: "Värdet måste vara större än eller lika med %s.",
max: "Värdet måste vara mindre än eller lika med %s.",
range: "Värdet måste vara mellan %s och %s.",
minlength: "Värdet måste vara minst %s tecken.",
maxlength: "Värdet får maximalt innehålla %s tecken.",
length: "Värdet måste vara mellan %s och %s tecken.",
mincheck: "Minst %s val måste göras.",
maxcheck: "Maximalt %s val får göras.",
check: "Mellan %s och %s val måste göras.",
equalto: "Värdena måste vara lika."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('sv', window.ParsleyConfig.i18n.sv, true);
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.th = jQuery.extend(window.ParsleyConfig.i18n.th || {}, {
defaultMessage: "ค่านี้ดูเหมือนว่าจะไม่ถูกต้อง",
type: {
email: "ค่านี้ควรจะเป็นอีเมลที่ถูกต้อง",
url: "ค่านี้ควรจะเป็น url ที่ถูกต้อง",
number: "ค่านี้ควรจะเป็นตัวเลขที่ถูกต้อง",
integer: "ค่านี้ควรจะเป็นจำนวนเต็มที่ถูกต้อง",
digits: "ค่านี้ควรเป็นทศนิยมที่ถูกต้อง",
alphanum: "ค่านี้ควรเป็นอักขระตัวอักษรหรือตัวเลขที่ถูกต้อง"
},
notblank: "ค่านี้ไม่ควรจะว่าง",
required: "ค่านี้จำเป็น",
pattern: "ค่านี้ดูเหมือนว่าจะไม่ถูกต้อง",
min: "ค่านี้ควรมากกว่าหรือเท่ากับ %s.",
max: "ค่านี้ควรจะน้อยกว่าหรือเท่ากับ %s.",
range: "ค่ายี้ควรจะอยู่ระหว่าง %s และ %s.",
minlength: "ค่านี้สั้นเกินไป ควรจะมี %s อักขระหรือมากกว่า",
maxlength: "ค่านี้ยาวเกินไป ควรจะมี %s อักขระหรือน้อยกว่า",
length: "ความยาวของค่านี้ไม่ถูกต้อง ควรมีความยาวอยู่ระหว่าง %s และ %s อักขระ",
mincheck: "คุณควรเลือกอย่างน้อย %s ตัวเลือก",
maxcheck: "คุณควรเลือก %s ตัวเลือกหรือน้อยกว่า",
check: "คุณควรเลือกระหว่าง %s และ %s ตัวเลือก",
equalto: "ค่านี้ควรจะเหมือนกัน"
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('th', window.ParsleyConfig.i18n.th, true);
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.tr = jQuery.extend(window.ParsleyConfig.i18n.tr || {}, {
defaultMessage: "Girdiğiniz değer geçerli değil.",
type: {
email: "Geçerli bir e-mail adresi yazmanız gerekiyor.",
url: "Geçerli bir bağlantı adresi yazmanız gerekiyor.",
number: "Geçerli bir sayı yazmanız gerekiyor.",
integer: "Geçerli bir tamsayı yazmanız gerekiyor.",
digits: "Geçerli bir rakam yazmanız gerekiyor.",
alphanum: "Geçerli bir alfanümerik değer yazmanız gerekiyor."
},
notblank: "Bu alan boş bırakılamaz.",
required: "Bu alan boş bırakılamaz.",
pattern: "Girdiğiniz değer geçerli değil.",
min: "Bu alan %s değerinden büyük ya da bu değere eşit olmalı.",
max: "Bu alan %s değerinden küçük ya da bu değere eşit olmalı.",
range: "Bu alan %s ve %s değerleri arasında olmalı.",
minlength: "Bu alanın uzunluğu %s karakter veya daha fazla olmalı.",
maxlength: "Bu alanın uzunluğu %s karakter veya daha az olmalı.",
length: "Bu alanın uzunluğu %s ve %s karakter arasında olmalı.",
mincheck: "En az %s adet seçim yapmalısınız.",
maxcheck: "En fazla %s seçim yapabilirsiniz.",
check: "Bu alan için en az %s, en fazla %s seçim yapmalısınız.",
equalto: "Bu alanın değeri aynı olmalı."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('tr', window.ParsleyConfig.i18n.tr, true);
}));

View File

@ -0,0 +1,32 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.uk = jQuery.extend(window.ParsleyConfig.i18n.uk || {}, {
dateiso: "Це значення має бути коректною датою (РРРР-ММ-ДД).",
minwords: "Це значення повинно містити не менше %s слів.",
maxwords: "Це значення повинно містити не більше %s слів.",
words: "Це значення повинно містити від %s до %s слів."
});
}));

View File

@ -0,0 +1,59 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// Parsley localization for Ukrainian language
// Alexander Shepetko
// https://github.com/ashep
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.uk = jQuery.extend(window.ParsleyConfig.i18n.uk || {}, {
defaultMessage: "Некоректне значення.",
type: {
email: "Введіть адресу електронної пошти.",
url: "Введіть URL-адресу.",
number: "Введіть число.",
integer: "Введіть ціле число.",
digits: "Введіть тільки цифри.",
alphanum: "Введіть буквено-цифрове значення."
},
notblank: "Це поле повинно бути заповнено.",
required: "Обов'язкове поле",
pattern: "Це значення некоректно.",
min: "Це значення повинно бути не менше ніж %s.",
max: "Це значення повинно бути не більше ніж %s.",
range: "Це значення повинно бути від %s до %s.",
minlength: "Це значення повинно містити не менше ніж %s символів.",
maxlength: "Це значення повинно містити не більше ніж %s символів.",
length: "Це значення повинно містити від %s до %s символів.",
mincheck: "Виберіть не менше %s значень.",
maxcheck: "Виберіть не більше %s значень.",
check: "Виберіть від %s до %s значень.",
equalto: "Це значення повинно збігатися."
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('uk', window.ParsleyConfig.i18n.uk, true);
}));

View File

@ -0,0 +1,29 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
window.ParsleyConfig.i18n.zh_cn = jQuery.extend(window.ParsleyConfig.i18n.zh_cn || {}, {
dateiso: "请输入正确格式的日期 (YYYY-MM-DD)."
});
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.zh_cn = jQuery.extend(window.ParsleyConfig.i18n.zh_cn || {}, {
defaultMessage: "不正确的值",
type: {
email: "请输入一个有效的电子邮箱地址",
url: "请输入一个有效的链接",
number: "请输入正确的数字",
integer: "请输入正确的整数",
digits: "请输入正确的号码",
alphanum: "请输入字母或数字"
},
notblank: "请输入值",
required: "必填项",
pattern: "格式不正确",
min: "输入值请大于或等于 %s",
max: "输入值请小于或等于 %s",
range: "输入值应该在 %s 到 %s 之间",
minlength: "请输入至少 %s 个字符",
maxlength: "请输入至多 %s 个字符",
length: "字符长度应该在 %s 到 %s 之间",
mincheck: "请至少选择 %s 个选项",
maxcheck: "请选择不超过 %s 个选项",
check: "请选择 %s 到 %s 个选项",
equalto: "输入值不同"
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('zh_cn', window.ParsleyConfig.i18n.zh_cn, true);
}));

View File

@ -0,0 +1,55 @@
/*!
* Parsleyjs
* Guillaume Potier - <guillaume@wisembly.com>
* Version 2.2.0-rc2 - built Tue Oct 06 2015 10:20:13
* MIT Licensed
*
*/
!(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('jquery'));
} else {
// Register plugin with global jQuery object.
factory(jQuery);
}
}(function ($) {
// small hack for requirejs if jquery is loaded through map and not path
// see http://requirejs.org/docs/jquery.html
if ('undefined' === typeof $ && 'undefined' !== typeof window.jQuery)
$ = window.jQuery;
// ParsleyConfig definition if not already set
window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
// Define then the messages
window.ParsleyConfig.i18n.zh_tw = jQuery.extend(window.ParsleyConfig.i18n.zh_tw || {}, {
defaultMessage: "這個值似乎是無效的。",
type: {
email: "請輸入一個有效的email。",
url: "請輸入一個有效的網址。",
number: "這個值應該是一個數字。",
integer: "這個值應該是一個整數數字。",
digits: "這個值應該是一個號碼。",
alphanum: "這個值應該是字母或數字。"
},
notblank: "這個值不應該為空值。",
required: "這個空格必須填寫。",
pattern: "這個值似乎是無效的。",
min: "輸入的值應該大於或等於 %s",
max: "輸入的值應該小於或等於 %s",
range: "這個值應該在 %s 和 %s 之間。",
minlength: "這個值至少要 %s 字元。",
maxlength: "這個值最多要 %s 字元。",
length: "字元長度應該在 %s 和 %s",
mincheck: "你至少要選擇 %s 個項目。",
maxcheck: "你最多可選擇 %s 個項目。",
check: "你必須選擇 %s 到 %s 個項目。",
equalto: "輸入值不同"
});
// If file is loaded after Parsley main file, auto-load locale
if ('undefined' !== typeof window.ParsleyValidator)
window.ParsleyValidator.addCatalog('zh_tw', window.ParsleyConfig.i18n.zh_tw, true);
}));

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long