Skip to content

Commit

Permalink
#400: Add Italian language package, thanks to @maramazza
Browse files Browse the repository at this point in the history
  • Loading branch information
nghuuphuoc committed Jul 22, 2014
1 parent 2e1b0c0 commit 4379432
Show file tree
Hide file tree
Showing 7 changed files with 359 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ __Improvements__

__Language Packages__

* [#400](https://github.com/nghuuphuoc/bootstrapvalidator/pull/400): Italian language package, thanks to [@maramazza](https://github.com/maramazza)
* [#503](https://github.com/nghuuphuoc/bootstrapvalidator/pull/503): French language package, thanks to [@dlucazeau](https://github.com/dlucazeau)
* [#505](https://github.com/nghuuphuoc/bootstrapvalidator/pull/505): Czech language package, thanks to [@AdwinTrave](https://github.com/AdwinTrave)
* [#507](https://github.com/nghuuphuoc/bootstrapvalidator/pull/507): Polish language package, thanks to [@grzesiek](https://github.com/grzesiek)
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ I would like to give big thanks to the following contributors:
* [@lloydde](https://github.com/lloydde)
* [@logemann](https://github.com/logemann)
* [@manish-in-java](https://github.com/manish-in-java)
* [@maramazza](https://github.com/maramazza)
* [@marceloampuerop6](https://github.com/marceloampuerop6)
* [@marcuscarvalho6](https://github.com/marcuscarvalho6)
* [@MartinDevillers](https://github.com/MartinDevillers)
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrapValidator.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -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.1-dev, built on 2014-07-21 6:44:42 PM
* @version v0.5.1-dev, built on 2014-07-22 2:59:12 PM
* @author https://twitter.com/nghuuphuoc
* @copyright (c) 2013 - 2014 Nguyen Huu Phuoc
* @license MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/js/bootstrapValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.1-dev, built on 2014-07-21 6:44:42 PM
* @version v0.5.1-dev, built on 2014-07-22 2:59:12 PM
* @author https://twitter.com/nghuuphuoc
* @copyright (c) 2013 - 2014 Nguyen Huu Phuoc
* @license MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/js/bootstrapValidator.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 20 additions & 13 deletions src/js/languages/it_IT.js → dist/js/language/it_IT.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
(function($) {
(function ($) {
/**
* Default Italian package
* It's included in the dist, so you do NOT need to include it to your head tag
* The only reason I put it here is that you can clone it, and translate it into your language
* Italian language package
* Translated by @maramazza
*/
$.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
base64: {
Expand All @@ -17,9 +16,9 @@
},
choice: {
'default': 'Si prega di inserire un valore valido',
less: 'Si prega di scegliere come minimo l/'opzione %s',
more: 'Si prega di scegliere al massimo l/'opzione %s',
between: 'Si prega di scegliere l/'opzione tra %s e %s'
less: 'Si prega di scegliere come minimo l\'opzione %s',
more: 'Si prega di scegliere al massimo l\'opzione %s',
between: 'Si prega di scegliere l\'opzione tra %s e %s'
},
creditCard: {
'default': 'Si prega di inserire un numero di carta di credito valido'
Expand All @@ -37,7 +36,7 @@
'default': 'Si prega di inserire un valore differente'
},
digits: {
'default': 'Si prega di inserire solo numeri'
'default': 'Si prega di inserire solo numeri'
},
ean: {
'default': 'Si prega di inserire un numero EAN valido'
Expand Down Expand Up @@ -72,7 +71,7 @@
AO: 'Angola',
AT: 'Austria',
AZ: 'Azerbaijan',
BA: 'Bosnia and Herzegovina',
BA: 'Bosnia-Erzegovina',
BE: 'Belgio',
BF: 'Burkina Faso',
BG: 'Bulgaria',
Expand All @@ -81,7 +80,7 @@
BJ: 'Benin',
BR: 'Brasile',
CH: 'Svizzera',
CI: 'Costa d/'Avorio',
CI: 'Costa d\'Avorio',
CM: 'Cameron',
CR: 'Costa Rica',
CV: 'Capo Verde',
Expand Down Expand Up @@ -152,7 +151,7 @@
countryNotSupported: 'Il codice nazione %s non e supportato',
country: 'Si prega di inserire un numero di identificazione %s valido',
countries: {
BA: 'Bosnia and Herzegovina',
BA: 'Bosnia-Erzegovina',
BG: 'Bulgaria',
BR: 'Brasiliano',
CH: 'Svizzero',
Expand Down Expand Up @@ -185,6 +184,9 @@
imei: {
'default': 'Si prega di inserire un numero IMEI valido'
},
imo: {
'default': 'Si prega di inserire un numero IMO valido'
},
integer: {
'default': 'Si prega di inserire un numero valido'
},
Expand Down Expand Up @@ -212,6 +214,9 @@
mac: {
'default': 'Si prega di inserire un valido MAC address'
},
meid: {
'default': 'Si prega di inserire un numero MEID valido'
},
notEmpty: {
'default': 'Si prega di non lasciare il campo vuoto'
},
Expand All @@ -223,8 +228,10 @@
countryNotSupported: 'Il codice nazione %s non e supportato',
country: 'Si prega di inserire un numero di telefono valido in %s',
countries: {
ES: 'Spagna',
FR: 'Francia',
GB: 'Regno Unito',
US: 'USA'
US: 'Stati Uniti d\'America'
}
},
regexp: {
Expand All @@ -246,7 +253,7 @@
'default': 'Si prega di inserire un numero SIRET valido'
},
step: {
'default': 'Si prega di inserire uno step valido di %s',
'default': 'Si prega di inserire uno step valido di %s'
},
stringCase: {
'default': 'Si prega di inserire solo caratteri minuscoli',
Expand Down
Loading

0 comments on commit 4379432

Please sign in to comment.