Browse Source

#891: Updated Portuguese (Brazil) language package, thanks to @dgmike

Phuoc Nguyen 11 years ago
parent
commit
1f32b7423b

+ 1 - 0
CHANGELOG.md

@@ -27,6 +27,7 @@ __Language Packages__
 * [#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)
 * [#882](https://github.com/nghuuphuoc/bootstrapvalidator/pull/882): Updated Spanish language package, thanks to [@vadail](https://github.com/vadail)
+* [#891](https://github.com/nghuuphuoc/bootstrapvalidator/pull/891): Updated Portuguese (Brazil) language package, thanks to [@dgmike](https://github.com/dgmike)
 * [#900](https://github.com/nghuuphuoc/bootstrapvalidator/pull/900): Updated Persian (Farsi) language package, thanks to [@i0](https://github.com/i0)
 * [#910](https://github.com/nghuuphuoc/bootstrapvalidator/pull/910): Updated Greek language package, thanks to [@pRieStaKos](https://github.com/pRieStaKos)
 * [#913](https://github.com/nghuuphuoc/bootstrapvalidator/pull/913): Updated Thai language package, thanks to [@figgaro](https://github.com/figgaro)

+ 1 - 0
CONTRIBUTORS.md

@@ -19,6 +19,7 @@ I would like to give big thanks to the following contributors:
 * [@CeRBeR666](https://github.com/CeRBeR666)
 * [@cuchac](https://github.com/cuchac)
 * [@cylon-v](https://github.com/cylon-v)
+* [@dgmike](https://github.com/dgmike)
 * [@Djarnis](https://github.com/Djarnis)
 * [@dlcrush](https://github.com/dlcrush)
 * [@dlucazeau](https://github.com/dlucazeau)

+ 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-30 6:08:18 PM
+ * @version     v0.5.3-dev, built on 2014-10-02 8:32:04 AM
  * @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-30 6:08:18 PM
+ * @version     v0.5.3-dev, built on 2014-10-02 8:32:04 AM
  * @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-30 6:08:19 PM
+ * @version     v0.5.3-dev, built on 2014-10-02 8:32:04 AM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 6 - 3
dist/js/language/pt_BR.js

@@ -1,7 +1,7 @@
 (function ($) {
     /**
      * Portuguese (Brazil) language package
-     * Translated by @marcuscarvalho6
+     * Translated by @marcuscarvalho6. Improved by @dgmike
      */
     $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
         base64: {
@@ -18,7 +18,7 @@
             'default': 'Por favor insira um valor válido',
             less: 'Por favor escolha %s opções no mínimo',
             more: 'Por favor escolha %s opções no máximo',
-            between: 'Por favor escolha %s a %s opções'
+            between: 'Por favor escolha de %s a %s opções'
         },
         creditCard: {
             'default': 'Por favor insira um número de cartão de crédito válido'
@@ -30,7 +30,10 @@
             'default': 'Por favor insira um número CVV válido'
         },
         date: {
-            'default': 'Por favor insira uma data válida'
+            'default': 'Por favor insira uma data válida',
+            min: 'Por favor insira uma data posterior a %s',
+            max: 'Por favor insira uma data anterior a %s',
+            range: 'Por favor insira uma data entre %s e %s'
         },
         different: {
             'default': 'Por favor insira valores diferentes'

+ 1 - 1
src/js/language/pt_BR.js

@@ -1,7 +1,7 @@
 (function ($) {
     /**
      * Portuguese (Brazil) language package
-     * Translated by @marcuscarvalho6
+     * Translated by @marcuscarvalho6. Improved by @dgmike
      */
     $.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
         base64: {