Skip to content

Commit

Permalink
Merge pull request #212 from skaterdav85/v3.13.4
Browse files Browse the repository at this point in the history
version 3.13.4
  • Loading branch information
David Tang authored Aug 22, 2017
2 parents e6717aa + 12e4dcf commit 8303f00
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 28 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.13.4

* https://github.com/skaterdav85/validatorjs/issues/187

### 3.11.0

* Fixes required_if (https://github.com/skaterdav85/validatorjs/pull/148)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "validatorjs",
"version": "3.11.0",
"version": "3.13.4",
"homepage": "https://github.com/skaterdav85/validatorjs",
"authors": [
"David Tang"
Expand Down
50 changes: 25 additions & 25 deletions dist/lang/fr.js
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({"./lang/fr":[function(require,module,exports){
module.exports = {
accepted: 'Le champs :attribute doit être accepté.',
alpha: 'Le champs :attribute ne peut contenir que des caractères alphabétiques.',
alpha_dash: 'Le champs :attribute ne peut contenir que des caractères alphanumériques, des tirets et underscores.',
alpha_num: 'Le champs :attribute doit être alphanumérique.',
between: 'Le champs :attribute doit être compris entre :min and :max.',
confirmed: 'Le champs :attribute ne correspond pas.',
email: 'Le champs :attribute contient un format invalide.',
def: 'Le champs :attribute contient un attribut erroné.',
digits: 'Le champs :attribute doit être de :digits chiffres.',
different: 'Le champs :attribute et :different doivent être differents.',
'in': 'Le champs :attribute est invalide.',
integer: 'Le champs :attribute doit être un entier.',
accepted: 'Le champ :attribute doit être accepté.',
alpha: 'Le champ :attribute ne peut contenir que des caractères alphabétiques.',
alpha_dash: 'Le champ :attribute ne peut contenir que des caractères alphanumériques, des tirets et des underscores.',
alpha_num: 'Le champ :attribute ne peut contenir que des caractères alphanumériques.',
between: 'La longueur du champ :attribute doit être comprise entre :min and :max.',
confirmed: 'Le champ :attribute n\'est pas confirmé.',
email: 'Le champ :attribute contient un format invalide.',
def: 'Le champ :attribute contient un attribut erroné.',
digits: 'Le champ :attribute doit être composé de :digits chiffres.',
different: 'Les champs :attribute et :different doivent être différents.',
'in': 'Le champ :attribute est invalide.',
integer: 'Le champ :attribute doit être un entier.',
min: {
numeric: 'Le champs :attribute doit être contenir au moins :min.',
string: 'Le champs :attribute doit être contenir au moins :min caractères.'
numeric: 'Le champ :attribute doit être supérieur à :min.',
string: 'Le champ :attribute doit contenir plus de :min caractères.'
},
max: {
numeric: 'Le champs :attribute ne doit être supérieur à :max.',
string: 'Le champs :attribute ne doit être plus de :max characters.'
numeric: 'Le champ :attribute doit être inférieur à :max.',
string: 'Le champ :attribute doit contenir moins de :max caractères.'
},
not_in: 'Le champs :attribute est invalide.',
numeric: 'Le champs :attribute doit être un numéro.',
not_in: 'Le champ :attribute est invalide.',
numeric: 'Le champ :attribute doit être un chiffre.',
present: 'Le champ :attribute doit être présent (mais peut être vide).',
required: 'Le champs :attribute est obligatoire.',
required_if: 'Le champs :attribute est obligatoire quand :other est :value.',
same: 'Le champs :attribute et :same doivent correspondre.',
required: 'Le champ :attribute est requis.',
required_if: 'Le champ :attribute est requis quand :other est :value.',
same: 'Les champs :attribute et :same doivent correspondre.',
size: {
numeric: 'La taille du champs :attribute doit être :size.',
string: 'La taille du champs :attribute doit être de :size caractères.'
numeric: 'Le champ :attribute doit être égal à :size.',
string: 'Le champ :attribute doit contenir :size caractères.'
},
url: 'Le format du champs :attribute est invalide.',
regex: 'Le format du champs :attribute est invalide.',
url: 'Le format du champ :attribute est invalide.',
regex: 'Le format du champ :attribute est invalide.',
attributes: {}
};

Expand Down
49 changes: 49 additions & 0 deletions dist/lang/nl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({"./lang/nl":[function(require,module,exports){
module.exports = {
accepted: 'Het :attribute veld moet geaccepteerd worden.',
after: ':attribute moet een datum na :after zijn.',
after_or_equal: 'De :attribute datum moet op of na :after_or_equal zijn.',
alpha: 'Het :attribute veld mag alleen maar letters bevatten.',
alpha_dash: 'Het :attribute veld mag alleen maar letters, cijfers en (liggende) streepjes bevatten.',
alpha_num: 'Het :attribute veld mag alleen maar letters en cijfers bevatten.',
before: ':attribute moet vòòr :before zijn.',
before_or_equal: ':attribute moet vòòr of op :before_or_equal zijn.',
between: 'Het :attribute veld moet tussen :min en :max liggen.',
confirmed: 'Het :attribute veld komt niet met de bevestiging overeen.',
email: 'Het :attribute formaat is ongeldig.',
date: 'Het :attribute veld moet een geldige datum zijn.',
def: 'Het :attribute veld bevat fouten.',
digits: 'Het :attribute veld moet :digits cijfers hebben.',
different: 'Het :attribute en :different veld moeten verschillend zijn.',
'in': 'De gekozen waarde voor :attribute is ongeldig.',
integer: 'Het :attribute veld moet een geheel getal zijn.',
min: {
numeric: 'Het :attribute veld moet minstens :min zijn.',
string: 'Het :attribute veld moet minstens :min karakters bevatten.'
},
max: {
numeric: 'Het :attribute veld mag maximaal :max zijn.',
string: 'Het :attribute veld mag niet meer dan :max karakters bevatten.'
},
not_in: 'De gekozen waarde voor :attribute is ongeldig.',
numeric: 'Het :attribute veld moet een getal zijn.',
present: 'Het :attribute veld moet aanwezig zijn (maar mag leeg zijn).',
required: 'Het :attribute veld moet ingevuld zijn.',
required_if: 'Het :attribute veld moet ingevuld zijn, wanneer :other :value is.',
required_unless: 'Het :attribute veld moet ingevuld zijn, wanneer :other niet :value is.',
required_with: 'Het :attribute veld moet ingevuld zijn, wanneer :field niet leeg is.',
required_with_all: 'Het :attribute veld moet ingevuld zijn, wanneer :fields niet leeg zijn.',
required_without: 'Het :attribute veld moet ingevuld zijn, wanneer :field leeg is.',
required_without_all: 'Het :attribute veld moet ingevuld zijn, wanneer :fields leeg zijn.',
same: 'De :attribute en :same velden moeten overeenkomen.',
size: {
numeric: 'Het :attribute veld moet :size zijn.',
string: 'Het :attribute veld moet :size karakters bevatten.'
},
string: 'Het :attribute veld moet een woord of zin zijn.',
url: 'Het :attribute veld heeft een ongeldig formaat.',
regex: 'Het :attribute veld heeft een ongeldig formaat.',
attributes: {}
};

},{}]},{},[]);
3 changes: 2 additions & 1 deletion dist/validator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! validatorjs - v3.13.3 - - 2017-06-26 */
/*! validatorjs - v3.13.3 - - 2017-08-22 */
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Validator = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
function AsyncResolvers(onFailedOne, onResolvedAll) {
this.onResolvedAll = onResolvedAll;
Expand Down Expand Up @@ -1927,5 +1927,6 @@ Validator.registerMissedRuleValidator = function(fn, message) {
};

module.exports = Validator;

},{"./async":1,"./attributes":2,"./errors":3,"./lang":4,"./rules":7}]},{},[8])(8)
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "validatorjs",
"description": "Validation library inspired by Laravel's Validator",
"version": "3.13.3",
"version": "3.13.4",
"author": "David <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit 8303f00

Please sign in to comment.