Modified: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_vi.min.js
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_vi.min.js?rev=1850921&r1=1850920&r2=1850921&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_vi.min.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_vi.min.js Thu Jan 10 06:10:03 2019 @@ -1,4 +1,4 @@ -/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 +/*! jQuery Validation Plugin - v1.19.0 - 11/28/2018 * https://jqueryvalidation.org/ - * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ -!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"Hãy nháºp.",remote:"Hãy sá»a cho Äúng.",email:"Hãy nháºp email.",url:"Hãy nháºp URL.",date:"Hãy nháºp ngà y.",dateISO:"Hãy nháºp ngà y (ISO).",number:"Hãy nháºp sá».",digits:"Hãy nháºp chữ sá».",creditcard:"Hãy nháºp sá» thẻ tÃn dụng.",equalTo:"Hãy nháºp thêm lần nữa.",extension:"Phần má» rá»ng không Äúng.",maxlength:a.validator.format("Hãy nháºp từ {0} kà tá»± trá» xuá»ng."),minlength:a.validator.format("Hãy nháºp từ {0} kà tá»± trá» lên."),rangelength:a.validator.format("Hãy nháºp từ {0} Äến {1} kà tá»±."),range:a.validator .format("Hãy nháºp từ {0} Äến {1}."),max:a.validator.format("Hãy nháºp từ {0} trá» xuá»ng."),min:a.validator.format("Hãy nháºp từ {1} trá» lên.")}),a}); \ No newline at end of file + * Copyright (c) 2018 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"Hãy nháºp.",remote:"Hãy sá»a cho Äúng.",email:"Hãy nháºp email.",url:"Hãy nháºp URL.",date:"Hãy nháºp ngà y.",dateISO:"Hãy nháºp ngà y (ISO).",number:"Hãy nháºp sá».",digits:"Hãy nháºp chữ sá».",creditcard:"Hãy nháºp sá» thẻ tÃn dụng.",equalTo:"Hãy nháºp thêm lần nữa.",extension:"Phần má» rá»ng không Äúng.",maxlength:a.validator.format("Hãy nháºp từ {0} kà tá»± trá» xuá»ng."),minlength:a.validator.format("Hãy nháºp từ {0} kà tá»± trá» lên."),rangelength:a.validator.format("Hãy nháºp từ {0} Äến {1} kà tá»±."),range:a.validator .format("Hãy nháºp từ {0} Äến {1}."),max:a.validator.format("Hãy nháºp từ {0} trá» xuá»ng."),min:a.validator.format("Hãy nháºp từ {0} trá» lên.")}),a}); \ No newline at end of file Modified: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_zh.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_zh.js?rev=1850921&r1=1850920&r2=1850921&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_zh.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_zh.js Thu Jan 10 06:10:03 2019 @@ -28,6 +28,7 @@ $.extend( $.validator.messages, { minlength: $.validator.format( "æå°è¦è¾å ¥ {0} 个å符" ), rangelength: $.validator.format( "请è¾å ¥é¿åº¦å¨ {0} å° {1} ä¹é´çå符串" ), range: $.validator.format( "请è¾å ¥èå´å¨ {0} å° {1} ä¹é´çæ°å¼" ), + step: $.validator.format( "请è¾å ¥ {0} çæ´æ°åå¼" ), max: $.validator.format( "请è¾å ¥ä¸å¤§äº {0} çæ°å¼" ), min: $.validator.format( "请è¾å ¥ä¸å°äº {0} çæ°å¼" ) } ); Modified: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_zh.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_zh.min.js?rev=1850921&r1=1850920&r2=1850921&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_zh.min.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_zh.min.js Thu Jan 10 06:10:03 2019 @@ -1,4 +1,4 @@ -/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 +/*! jQuery Validation Plugin - v1.19.0 - 11/28/2018 * https://jqueryvalidation.org/ - * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ -!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"è¿æ¯å¿ å¡«å段",remote:"请修æ£æ¤å段",email:"请è¾å ¥ææççµåé®ä»¶å°å",url:"请è¾å ¥ææçç½å",date:"请è¾å ¥ææçæ¥æ",dateISO:"请è¾å ¥ææçæ¥æ (YYYY-MM-DD)",number:"请è¾å ¥ææçæ°å",digits:"åªè½è¾å ¥æ°å",creditcard:"请è¾å ¥ææçä¿¡ç¨å¡å·ç ",equalTo:"ä½ çè¾å ¥ä¸ç¸å",extension:"请è¾å ¥ææçåç¼",maxlength:a.validator.format("æå¤å¯ä»¥è¾å ¥ {0} 个å符"),minlength:a.val idator.format("æå°è¦è¾å ¥ {0} 个å符"),rangelength:a.validator.format("请è¾å ¥é¿åº¦å¨ {0} å° {1} ä¹é´çå符串"),range:a.validator.format("请è¾å ¥èå´å¨ {0} å° {1} ä¹é´çæ°å¼"),max:a.validator.format("请è¾å ¥ä¸å¤§äº {0} çæ°å¼"),min:a.validator.format("请è¾å ¥ä¸å°äº {0} çæ°å¼")}),a}); \ No newline at end of file + * Copyright (c) 2018 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"è¿æ¯å¿ å¡«å段",remote:"请修æ£æ¤å段",email:"请è¾å ¥ææççµåé®ä»¶å°å",url:"请è¾å ¥ææçç½å",date:"请è¾å ¥ææçæ¥æ",dateISO:"请è¾å ¥ææçæ¥æ (YYYY-MM-DD)",number:"请è¾å ¥ææçæ°å",digits:"åªè½è¾å ¥æ°å",creditcard:"请è¾å ¥ææçä¿¡ç¨å¡å·ç ",equalTo:"ä½ çè¾å ¥ä¸ç¸å",extension:"请è¾å ¥ææçåç¼",maxlength:a.validator.format("æå¤å¯ä»¥è¾å ¥ {0} 个å符"),minlength:a.val idator.format("æå°è¦è¾å ¥ {0} 个å符"),rangelength:a.validator.format("请è¾å ¥é¿åº¦å¨ {0} å° {1} ä¹é´çå符串"),range:a.validator.format("请è¾å ¥èå´å¨ {0} å° {1} ä¹é´çæ°å¼"),step:a.validator.format("请è¾å ¥ {0} çæ´æ°åå¼"),max:a.validator.format("请è¾å ¥ä¸å¤§äº {0} çæ°å¼"),min:a.validator.format("请è¾å ¥ä¸å°äº {0} çæ°å¼")}),a}); \ No newline at end of file Modified: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_zh_TW.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_zh_TW.min.js?rev=1850921&r1=1850920&r2=1850921&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_zh_TW.min.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/messages_zh_TW.min.js Thu Jan 10 06:10:03 2019 @@ -1,4 +1,4 @@ -/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 +/*! jQuery Validation Plugin - v1.19.0 - 11/28/2018 * https://jqueryvalidation.org/ - * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ + * Copyright (c) 2018 Jörn Zaefferer; Licensed MIT */ !function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"å¿ é 填寫",remote:"è«ä¿®æ£æ¤æ¬ä½",email:"è«è¼¸å ¥ææçé»åéµä»¶",url:"è«è¼¸å ¥ææç網å",date:"è«è¼¸å ¥ææçæ¥æ",dateISO:"è«è¼¸å ¥ææçæ¥æ (YYYY-MM-DD)",number:"è«è¼¸å ¥æ£ç¢ºçæ¸å¼",digits:"åªå¯è¼¸å ¥æ¸å",creditcard:"è«è¼¸å ¥ææçä¿¡ç¨å¡è碼",equalTo:"è«éè¤è¼¸å ¥ä¸æ¬¡",extension:"è«è¼¸å ¥ææçå¾ç¶´",maxlength:a.validator.format("æå¤ {0} åå"),minlength:a.validator.format("æå° {0} åå"),rangele ngth:a.validator.format("è«è¼¸å ¥é·åº¦çº {0} è³ {1} ä¹éçå串"),range:a.validator.format("è«è¼¸å ¥ {0} è³ {1} ä¹éçæ¸å¼"),max:a.validator.format("è«è¼¸å ¥ä¸å¤§æ¼ {0} çæ¸å¼"),min:a.validator.format("è«è¼¸å ¥ä¸å°æ¼ {0} çæ¸å¼")}),a}); \ No newline at end of file Modified: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_de.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_de.min.js?rev=1850921&r1=1850920&r2=1850921&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_de.min.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_de.min.js Thu Jan 10 06:10:03 2019 @@ -1,4 +1,4 @@ -/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 +/*! jQuery Validation Plugin - v1.19.0 - 11/28/2018 * https://jqueryvalidation.org/ - * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ + * Copyright (c) 2018 Jörn Zaefferer; Licensed MIT */ !function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(a)}}),a}); \ No newline at end of file Modified: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_es_CL.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_es_CL.min.js?rev=1850921&r1=1850920&r2=1850921&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_es_CL.min.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_es_CL.min.js Thu Jan 10 06:10:03 2019 @@ -1,4 +1,4 @@ -/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 +/*! jQuery Validation Plugin - v1.19.0 - 11/28/2018 * https://jqueryvalidation.org/ - * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ + * Copyright (c) 2018 Jörn Zaefferer; Licensed MIT */ !function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d\d?\-\d\d?\-\d\d\d?\d?$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(a)}}),a}); \ No newline at end of file Modified: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_fi.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_fi.min.js?rev=1850921&r1=1850920&r2=1850921&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_fi.min.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_fi.min.js Thu Jan 10 06:10:03 2019 @@ -1,4 +1,4 @@ -/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 +/*! jQuery Validation Plugin - v1.19.0 - 11/28/2018 * https://jqueryvalidation.org/ - * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ + * Copyright (c) 2018 Jörn Zaefferer; Licensed MIT */ !function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d{1,2}\.\d{1,2}\.\d{4}$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+)(?:,\d+)?$/.test(a)}}),a}); \ No newline at end of file Added: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_it.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_it.js?rev=1850921&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_it.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_it.js Thu Jan 10 06:10:03 2019 @@ -0,0 +1,24 @@ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + define( ["jquery", "../jquery.validate"], factory ); + } else if (typeof module === "object" && module.exports) { + module.exports = factory( require( "jquery" ) ); + } else { + factory( jQuery ); + } +}(function( $ ) { + +/* + * Localized default methods for the jQuery validation plugin. + * Locale: IT + */ +$.extend( $.validator.methods, { + date: function( value, element ) { + return this.optional( element ) || /^\d\d?\-\d\d?\-\d\d\d?\d?$/.test( value ); + }, + number: function( value, element ) { + return this.optional( element ) || /^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test( value ); + } +} ); +return $; +})); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_it.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_it.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_it.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_it.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_it.min.js?rev=1850921&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_it.min.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_it.min.js Thu Jan 10 06:10:03 2019 @@ -0,0 +1,4 @@ +/*! jQuery Validation Plugin - v1.19.0 - 11/28/2018 + * https://jqueryvalidation.org/ + * Copyright (c) 2018 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d\d?\-\d\d?\-\d\d\d?\d?$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(a)}}),a}); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_it.min.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_it.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_it.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_nl.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_nl.min.js?rev=1850921&r1=1850920&r2=1850921&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_nl.min.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_nl.min.js Thu Jan 10 06:10:03 2019 @@ -1,4 +1,4 @@ -/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 +/*! jQuery Validation Plugin - v1.19.0 - 11/28/2018 * https://jqueryvalidation.org/ - * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ + * Copyright (c) 2018 Jörn Zaefferer; Licensed MIT */ !function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d\d?[\.\/\-]\d\d?[\.\/\-]\d\d\d?\d?$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(a)}}),a}); \ No newline at end of file Modified: ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_pt.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_pt.min.js?rev=1850921&r1=1850920&r2=1850921&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_pt.min.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common-theme/webapp/common/js/jquery/plugins/validate/localization/methods_pt.min.js Thu Jan 10 06:10:03 2019 @@ -1,4 +1,4 @@ -/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 +/*! jQuery Validation Plugin - v1.19.0 - 11/28/2018 * https://jqueryvalidation.org/ - * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ + * Copyright (c) 2018 Jörn Zaefferer; Licensed MIT */ !function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d\d?\/\d\d?\/\d\d\d?\d?$/.test(a)}}),a}); \ No newline at end of file |
Free forum by Nabble | Edit this page |