浏览代码

#827: Updated Dutch language package, thanks to @JvanderHeide

phuoc 11 年之前
父节点
当前提交
12023f3863

+ 4 - 0
CHANGELOG.md

@@ -6,6 +6,10 @@ __New Features__
 
 * [#807](https://github.com/nghuuphuoc/bootstrapvalidator/issues/807), [#821](https://github.com/nghuuphuoc/bootstrapvalidator/pull/821): Add ```min```, ```max``` options for the [date](http://bootstrapvalidator.com/validators/date/) validator, thanks to [@Arkni](https://github.com/Arkni)
 
+__Language Packages__
+
+* [#827](https://github.com/nghuuphuoc/bootstrapvalidator/pull/827): Updated Dutch language package, thanks to [@JvanderHeide](https://github.com/JvanderHeide)
+
 ## v0.5.2 (2014-09-25)
 
 __New Features__

+ 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:03:54 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:07:36 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:03:54 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:07:36 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:03:55 PM
+ * @version     v0.5.3-dev, built on 2014-09-27 1:07:36 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 4 - 1
dist/js/language/nl_NL.js

@@ -30,7 +30,10 @@
             'default': 'Voer een geldig CVV-nummer in'
         },
         date: {
-            'default': 'Voer een geldige datum in'
+            'default': 'Voer een geldige datum in',
+            min: 'Voer een datum in die na %s ligt',
+            max: 'Voer een datum in die vóór %s ligt',
+            range: 'Voer een datum in die tussen %s en %s ligt'
         },
         different: {
             'default': 'Voer een andere waarde in'