ソースを参照

#881: Updated Italian language package, thanks to @maramazza

phuoc 11 年 前
コミット
b2adf2d335

+ 1 - 0
CHANGELOG.md

@@ -23,6 +23,7 @@ __Language Packages__
 * [#872](https://github.com/nghuuphuoc/bootstrapvalidator/pull/872): Updated Indonesian language package, thanks to [@egig](https://github.com/egig)
 * [#879](https://github.com/nghuuphuoc/bootstrapvalidator/pull/879): Updated Romanian language package, thanks to [@filipac](https://github.com/filipac)
 * [#880](https://github.com/nghuuphuoc/bootstrapvalidator/pull/880): Updated Belgium (Dutch) language package, thanks to [@dokterpasta](https://github.com/dokterpasta)
+* [#881](https://github.com/nghuuphuoc/bootstrapvalidator/pull/881): Updated Italian language package, thanks to [@maramazza](https://github.com/maramazza)
 
 ## v0.5.2 (2014-09-25)
 

+ 1 - 1
dist/css/bootstrapValidator.min.css

@@ -2,7 +2,7 @@
  * BootstrapValidator (http://bootstrapvalidator.com)
  * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  *
- * @version     v0.5.3-dev, built on 2014-09-27 1:36:42 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:37:55 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 1 - 1
dist/js/bootstrapValidator.js

@@ -2,7 +2,7 @@
  * BootstrapValidator (http://bootstrapvalidator.com)
  * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  *
- * @version     v0.5.3-dev, built on 2014-09-27 1:36:42 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:37:55 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 1 - 1
dist/js/bootstrapValidator.min.js

@@ -2,7 +2,7 @@
  * BootstrapValidator (http://bootstrapvalidator.com)
  * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  *
- * @version     v0.5.3-dev, built on 2014-09-27 1:36:42 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:37:55 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 5 - 2
dist/js/language/it_IT.js

@@ -5,7 +5,7 @@
      */
     $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
         base64: {
-            'default': 'Please enter a valid base 64 encoded'
+            'default': 'Si prega di inserire un valore codificato in Base 64'
         },
         between: {
             'default': 'Si prega di inserire un valore tra %s e %s',
@@ -30,7 +30,10 @@
             'default': 'Si prega di inserire un numero CVV valido'
         },
         date: {
-            'default': 'Si prega di inserire una data valida'
+            'default': 'Si prega di inserire una data valida',
+            min: 'Si prega di inserire una data successiva al %s',
+            max: 'Si prega di inserire una data antecedente il %s',
+            range: 'Si prega di inserire una data compresa tra %s - %s'
         },
         different: {
             'default': 'Si prega di inserire un valore differente'