Browse Source

#870: Updated Traditional Chinese language package, thanks to @tureki

phuoc 11 years ago
parent
commit
646adf6625

+ 1 - 0
CHANGELOG.md

@@ -18,6 +18,7 @@ __Language Packages__
 * [#849](https://github.com/nghuuphuoc/bootstrapvalidator/pull/849): Updated Serbian language package, thanks to [@markocrni](https://github.com/markocrni)
 * [#849](https://github.com/nghuuphuoc/bootstrapvalidator/pull/849): Updated Serbian language package, thanks to [@markocrni](https://github.com/markocrni)
 * [#850](https://github.com/nghuuphuoc/bootstrapvalidator/issues/850), [#851](https://github.com/nghuuphuoc/bootstrapvalidator/pull/851): Updated Danish language package, thanks to [@Djarnis](https://github.com/Djarnis)
 * [#850](https://github.com/nghuuphuoc/bootstrapvalidator/issues/850), [#851](https://github.com/nghuuphuoc/bootstrapvalidator/pull/851): Updated Danish language package, thanks to [@Djarnis](https://github.com/Djarnis)
 * [#869](https://github.com/nghuuphuoc/bootstrapvalidator/pull/869): Updated Polish language package, thanks to [@grzesiek](https://github.com/grzesiek)
 * [#869](https://github.com/nghuuphuoc/bootstrapvalidator/pull/869): Updated Polish language package, thanks to [@grzesiek](https://github.com/grzesiek)
+* [#870](https://github.com/nghuuphuoc/bootstrapvalidator/pull/870): Updated Traditional Chinese language package, thanks to [@tureki](https://github.com/tureki)
 
 
 ## v0.5.2 (2014-09-25)
 ## v0.5.2 (2014-09-25)
 
 

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

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

+ 1 - 1
dist/js/bootstrapValidator.js

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

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

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

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

@@ -30,7 +30,10 @@
             'default': '請輸入有效的CVV(信用卡檢查碼)代碼'
             'default': '請輸入有效的CVV(信用卡檢查碼)代碼'
         },
         },
         date: {
         date: {
-            'default': '請輸入有效的日期'
+            'default': '請輸入有效的日期',
+            min  : '請輸入 %s 或之後的日期',
+            max  : '請輸入 %s 或以前的日期',
+            range : '請輸入 %s 至 %s 之間的日期'
         },
         },
         different: {
         different: {
             'default': '請輸入不同的值'
             'default': '請輸入不同的值'