vendor/assets/javascripts/language/en_US.js in bootstrap-validator-rails-0.5.0.2 vs vendor/assets/javascripts/language/en_US.js in bootstrap-validator-rails-0.5.1
- old
+ new
@@ -1,9 +1,8 @@
(function($) {
/**
- * Default English package
- * It's included in the dist, so you do NOT need to include it to your head tag
+ * Default English 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
*/
$.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
base64: {
'default': 'Please enter a valid base 64 encoded'
@@ -183,10 +182,13 @@
'default': 'Please enter the same value'
},
imei: {
'default': 'Please enter a valid IMEI number'
},
+ imo: {
+ 'default': 'Please enter a valid IMO number'
+ },
integer: {
'default': 'Please enter a valid number'
},
ip: {
'default': 'Please enter a valid IP address',
@@ -210,10 +212,13 @@
notInclusive: 'Please enter a value less than %s'
},
mac: {
'default': 'Please enter a valid MAC address'
},
+ meid: {
+ 'default': 'Please enter a valid MEID number'
+ },
notEmpty: {
'default': 'Please enter a value'
},
numeric: {
'default': 'Please enter a valid float number'
@@ -221,11 +226,16 @@
phone: {
'default': 'Please enter a valid phone number',
countryNotSupported: 'The country code %s is not supported',
country: 'Please enter a valid phone number in %s',
countries: {
+ BR: 'Brazil',
+ ES: 'Spain',
+ FR: 'France',
GB: 'United Kingdom',
+ MA: 'Morocco',
+ PK: 'Pakistan',
US: 'USA'
}
},
regexp: {
'default': 'Please enter a value matching the pattern'
@@ -271,10 +281,11 @@
country: 'Please enter a valid %s VAT number',
countries: {
AT: 'Austrian',
BE: 'Belgian',
BG: 'Bulgarian',
+ BR: 'Brazilian',
CH: 'Swiss',
CY: 'Cypriot',
CZ: 'Czech',
DE: 'German',
DK: 'Danish',
@@ -286,10 +297,11 @@
GR: 'Greek',
EL: 'Greek',
HU: 'Hungarian',
HR: 'Croatian',
IE: 'Irish',
+ IS: 'Iceland',
IT: 'Italian',
LT: 'Lithuanian',
LU: 'Luxembourg',
LV: 'Latvian',
MT: 'Maltese',
@@ -300,28 +312,31 @@
RO: 'Romanian',
RU: 'Russian',
RS: 'Serbian',
SE: 'Swedish',
SI: 'Slovenian',
- SK: 'Slovak'
+ SK: 'Slovak',
+ ZA: 'South African'
}
},
vin: {
'default': 'Please enter a valid VIN number'
},
zipCode: {
'default': 'Please enter a valid zip code',
countryNotSupported: 'The country code %s is not supported',
country: 'Please enter a valid %s',
countries: {
- 'CA': 'Canadian postal code',
- 'DK': 'Danish postal code',
- 'GB': 'United Kingdom postal code',
- 'IT': 'Italian postal code',
- 'NL': 'Dutch postal code',
- 'SE': 'Swiss postal code',
- 'SG': 'Singapore postal code',
- 'US': 'US zip code'
+ BR: 'Brazilian postal code',
+ CA: 'Canadian postal code',
+ DK: 'Danish postal code',
+ GB: 'United Kingdom postal code',
+ IT: 'Italian postal code',
+ MA: 'Moroccan postal code',
+ NL: 'Dutch postal code',
+ SE: 'Swiss postal code',
+ SG: 'Singapore postal code',
+ US: 'US zip code'
}
}
});
}(window.jQuery));