@impelsys/validatorjs 3.22.2 → 3.22.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist/validator.js +1 -1
  2. package/package.json +1 -1
  3. package/dist/lang/ar.js +0 -66
  4. package/dist/lang/az.js +0 -104
  5. package/dist/lang/be.js +0 -105
  6. package/dist/lang/bg.js +0 -105
  7. package/dist/lang/bs.js +0 -106
  8. package/dist/lang/ca.js +0 -40
  9. package/dist/lang/cs.js +0 -107
  10. package/dist/lang/cy.js +0 -106
  11. package/dist/lang/da.js +0 -51
  12. package/dist/lang/de.js +0 -46
  13. package/dist/lang/el.js +0 -43
  14. package/dist/lang/es.js +0 -40
  15. package/dist/lang/et.js +0 -106
  16. package/dist/lang/eu.js +0 -106
  17. package/dist/lang/fa.js +0 -42
  18. package/dist/lang/fi.js +0 -51
  19. package/dist/lang/fr.js +0 -40
  20. package/dist/lang/hr.js +0 -106
  21. package/dist/lang/hu.js +0 -106
  22. package/dist/lang/id.js +0 -51
  23. package/dist/lang/it.js +0 -41
  24. package/dist/lang/ja.js +0 -54
  25. package/dist/lang/ka.js +0 -106
  26. package/dist/lang/ko.js +0 -106
  27. package/dist/lang/lt.js +0 -106
  28. package/dist/lang/lv.js +0 -106
  29. package/dist/lang/mk.js +0 -106
  30. package/dist/lang/mn.js +0 -106
  31. package/dist/lang/ms.js +0 -106
  32. package/dist/lang/nb_NO.js +0 -42
  33. package/dist/lang/nl.js +0 -51
  34. package/dist/lang/pl.js +0 -42
  35. package/dist/lang/pt.js +0 -110
  36. package/dist/lang/pt_BR.js +0 -105
  37. package/dist/lang/ro.js +0 -51
  38. package/dist/lang/ru.js +0 -40
  39. package/dist/lang/se.js +0 -106
  40. package/dist/lang/sl.js +0 -106
  41. package/dist/lang/sq.js +0 -106
  42. package/dist/lang/sr.js +0 -106
  43. package/dist/lang/sv.js +0 -105
  44. package/dist/lang/tr.js +0 -51
  45. package/dist/lang/ua.js +0 -40
  46. package/dist/lang/uk.js +0 -106
  47. package/dist/lang/vi.js +0 -42
  48. package/dist/lang/zh.js +0 -42
  49. package/dist/lang/zh_TW.js +0 -42
@@ -1,42 +0,0 @@
1
- require=(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({"./lang/nb_NO":[function(require,module,exports){
2
- module.exports = {
3
- accepted: ':attribute må være akseptert.',
4
- alpha: ':attribute feltet kan kun inneholde alfabetiske tegn.',
5
- alpha_dash: ':attribute feltet kan kun inneholde alfanumeriske tegn, i tillegg til bindestreker og understreker.',
6
- alpha_num: ':attribute feltet må være alfanumerisk.',
7
- between: ':attribute feltet må være mellom :min og :max.',
8
- confirmed: ':attribute feltet stemmer ikke overens med bekreftelsen.',
9
- email: ':attribute formatet er ugyldig.',
10
- date: ':attribute er et ugyldig datoformat.',
11
- def: ':attribute attributtet har feil.',
12
- digits: ':attribute må være på :digits siffer.',
13
- digits_between: ':attribute må være mellom :min og :max siffer.',
14
- different: ':attribute og :different må være forskjellige.',
15
- in: 'Den oppgitte verdien for :attribute er ugyldig.',
16
- integer: ':attribute må være et heltall.',
17
- hex: 'The :attribute should have hexadecimal format',
18
- min: {
19
- numeric: ':attribute må minst være :min.',
20
- string: ':attribute må være på minst :min tegn.'
21
- },
22
- max: {
23
- numeric: ':attribute kan ikke være større enn :max.',
24
- string: ':attribute kan maks ha :max tegn.'
25
- },
26
- not_in: 'Den oppgitte verdien for :attribute er ugyldig.',
27
- numeric: ':attribute må være et tall.',
28
- present: 'The :attribute field must be present (but can be empty).',
29
- required: ':attribute feltet er påkrevd.',
30
- required_if: ':attribute er påkrevd når :other er :value.',
31
- same: ':attribute og :same må være like.',
32
- size: {
33
- numeric: ':attribute må ha størrelsen :size.',
34
- string: ':attribute må ha :size tegn.'
35
- },
36
- string: ':attribute må være tekst.',
37
- url: ':attribute formatet er ugyldig.',
38
- regex: ':attribute formatet er ugyldig.',
39
- attributes: {}
40
- };
41
-
42
- },{}]},{},[]);
package/dist/lang/nl.js DELETED
@@ -1,51 +0,0 @@
1
- require=(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({"./lang/nl":[function(require,module,exports){
2
- module.exports = {
3
- accepted: 'Het :attribute veld moet geaccepteerd worden.',
4
- after: ':attribute moet een datum na :after zijn.',
5
- after_or_equal: 'De :attribute datum moet op of na :after_or_equal zijn.',
6
- alpha: 'Het :attribute veld mag alleen maar letters bevatten.',
7
- alpha_dash: 'Het :attribute veld mag alleen maar letters, cijfers en (liggende) streepjes bevatten.',
8
- alpha_num: 'Het :attribute veld mag alleen maar letters en cijfers bevatten.',
9
- before: ':attribute moet vòòr :before zijn.',
10
- before_or_equal: ':attribute moet vòòr of op :before_or_equal zijn.',
11
- between: 'Het :attribute veld moet tussen :min en :max liggen.',
12
- confirmed: 'Het :attribute veld komt niet met de bevestiging overeen.',
13
- email: 'Het :attribute formaat is ongeldig.',
14
- date: 'Het :attribute veld moet een geldige datum zijn.',
15
- def: 'Het :attribute veld bevat fouten.',
16
- digits: 'Het :attribute veld moet :digits cijfers hebben.',
17
- digits_between: ':attribute moet bestaan uit minimaal :min en maximaal :max cijfers.',
18
- different: 'Het :attribute en :different veld moeten verschillend zijn.',
19
- in: 'De gekozen waarde voor :attribute is ongeldig.',
20
- integer: 'Het :attribute veld moet een geheel getal zijn.',
21
- hex: 'Het :attribute veld moet hexadecimaal zijn',
22
- min: {
23
- numeric: 'Het :attribute veld moet minstens :min zijn.',
24
- string: 'Het :attribute veld moet minstens :min karakters bevatten.'
25
- },
26
- max: {
27
- numeric: 'Het :attribute veld mag maximaal :max zijn.',
28
- string: 'Het :attribute veld mag niet meer dan :max karakters bevatten.'
29
- },
30
- not_in: 'De gekozen waarde voor :attribute is ongeldig.',
31
- numeric: 'Het :attribute veld moet een getal zijn.',
32
- present: 'Het :attribute veld moet aanwezig zijn (maar mag leeg zijn).',
33
- required: 'Het :attribute veld moet ingevuld zijn.',
34
- required_if: 'Het :attribute veld moet ingevuld zijn, wanneer :other :value is.',
35
- required_unless: 'Het :attribute veld moet ingevuld zijn, wanneer :other niet :value is.',
36
- required_with: 'Het :attribute veld moet ingevuld zijn, wanneer :field niet leeg is.',
37
- required_with_all: 'Het :attribute veld moet ingevuld zijn, wanneer :fields niet leeg zijn.',
38
- required_without: 'Het :attribute veld moet ingevuld zijn, wanneer :field leeg is.',
39
- required_without_all: 'Het :attribute veld moet ingevuld zijn, wanneer :fields leeg zijn.',
40
- same: 'De :attribute en :same velden moeten overeenkomen.',
41
- size: {
42
- numeric: 'Het :attribute veld moet :size zijn.',
43
- string: 'Het :attribute veld moet :size karakters bevatten.'
44
- },
45
- string: 'Het :attribute veld moet een woord of zin zijn.',
46
- url: 'Het :attribute veld heeft een ongeldig formaat.',
47
- regex: 'Het :attribute veld heeft een ongeldig formaat.',
48
- attributes: {}
49
- };
50
-
51
- },{}]},{},[]);
package/dist/lang/pl.js DELETED
@@ -1,42 +0,0 @@
1
- require=(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({"./lang/pl":[function(require,module,exports){
2
- module.exports = {
3
- accepted: 'Pole :attribute musi być zaakceptowane.',
4
- alpha: 'Pole :attribute może zawierać tylko litery.',
5
- alpha_dash: 'Pole :attribute moze zawierać tylko litery, myślnik i podrkeślenie.',
6
- alpha_num: 'Pole :attribute moze zawierac tylko znaki alfanumeryczne.',
7
- between: 'Pole :attribute musi mieć długość od :min do :max.',
8
- confirmed: 'Pole :attribute nie spełnia warunku potwierdzenia.',
9
- email: 'Pole :attribute ma niepoprawny format adresu email.',
10
- date: 'Pole :attribute musi mieć poprawny format daty.',
11
- def: 'Pole :attribute zawiera błędy.',
12
- digits: 'Pole :attribute może zawierać tylko cyfry ze zbioru :digits.',
13
- digits_between: 'Pole :attribute musi mieć od :min do :max cyfr.',
14
- different: 'Pola :attribute i :different muszą się różnić.',
15
- in: 'Pole :attribute musi należeć do zbioru :in.',
16
- integer: 'Pole :attribute musi być liczbą całkowitą.',
17
- hex: 'The :attribute should have hexadecimal format',
18
- min: {
19
- numeric: 'Pole :attribute musi być równe conajmniej :min.',
20
- string: 'Pole :attribute musi zawierać conajmniej :min znaków.'
21
- },
22
- max: {
23
- numeric: 'Pole :attribute nie moze być większe :max.',
24
- string: 'Pole :attribute nie moze być dłuższe niż :max znaków.'
25
- },
26
- not_in: 'Pole :attribute nie może należeć do zbioru :not_in.',
27
- numeric: 'Pole :attribute musi być liczbą.',
28
- present: 'Polu :attribute musi być obecny (ale może być pusta).',
29
- required: 'Pole :attribute jest wymagane.',
30
- required_if: 'Pole :attribute jest wymagane jeśli pole :other jest równe :value.',
31
- same: 'Pola :attribute i :same muszą być takie same.',
32
- size: {
33
- numeric: 'Pole :attribute musi być równe :size.',
34
- string: 'Pole :attribute musi zawierać :size znaków.'
35
- },
36
- string: 'Pole :attribute musi być ciągiem znaków.',
37
- url: 'Pole :attribute musi być poprawnym adresem URL.',
38
- regex: 'Pole :attribute nie spełnia warunku.',
39
- attributes: {}
40
- };
41
-
42
- },{}]},{},[]);
package/dist/lang/pt.js DELETED
@@ -1,110 +0,0 @@
1
- require=(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({"./lang/pt":[function(require,module,exports){
2
- module.exports = {
3
- accepted: "O campo :attribute deverá ser aceite.",
4
- active_url: "O campo :attribute não contém um URL válido.",
5
- after: "O campo :attribute deverá conter uma data posterior a :date.",
6
- after_or_equal: "O campo :attribute deverá conter uma data posterior ou igual a :date.",
7
- alpha: "O campo :attribute deverá conter apenas letras.",
8
- alpha_dash: "O campo :attribute deverá conter apenas letras, números e traços.",
9
- alpha_num: "O campo :attribute deverá conter apenas letras e números .",
10
- attributes: {},
11
- array: "O campo :attribute deverá conter uma coleção de elementos.",
12
- before: "O campo :attribute deverá conter uma data anterior a :date.",
13
- before_or_equal: "O Campo :attribute deverá conter uma data anterior ou igual a :date.",
14
- between: {
15
- numeric: "O campo :attribute deverá ter um valor entre :min - :max.",
16
- file: "O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.",
17
- string: "O campo :attribute deverá conter entre :min - :max caracteres.",
18
- array: "O campo :attribute deverá conter entre :min - :max elementos."
19
- },
20
- boolean: "O campo :attribute deverá conter o valor verdadeiro ou falso.",
21
- confirmed: "A confirmação para o campo :attribute não coincide.",
22
- date: "O campo :attribute não contém uma data válida.",
23
- date_format: "A data indicada para o campo :attribute não respeita o formato :format.",
24
- different: "Os campos :attribute e :other deverão conter valores diferentes.",
25
- digits: "O campo :attribute deverá conter :digits caracteres.",
26
- digits_between: "O campo :attribute deverá conter entre :min a :max caracteres.",
27
- dimensions: "O campo :attribute deverá conter uma dimensão de imagem válida.",
28
- distinct: "O campo :attribute contém um valor duplicado.",
29
- email: "O campo :attribute não contém um endereço de correio eletrónico válido.",
30
- exists: "O valor selecionado para o campo :attribute é inválido.",
31
- file: "O campo :attribute deverá conter um ficheiro.",
32
- filled: "É obrigatória a indicação de um valor para o campo :attribute.",
33
- gt: {
34
- numeric: "The :attribute must be greater than :value.",
35
- file: "The :attribute must be greater than :value kilobytes.",
36
- string: "The :attribute must be greater than :value characters.",
37
- array: "The :attribute must have more than :value items."
38
- },
39
- gte: {
40
- numeric: "The :attribute must be greater than or equal :value.",
41
- file: "The :attribute must be greater than or equal :value kilobytes.",
42
- string: "The :attribute must be greater than or equal :value characters.",
43
- array: "The :attribute must have :value items or more."
44
- },
45
- hex: "The :attribute field should have hexadecimal format",
46
- image: "O campo :attribute deverá conter uma imagem.",
47
- in: "O campo :attribute não contém um valor válido.",
48
- in_array: "O campo :attribute não existe em :other.",
49
- integer: "O campo :attribute deverá conter um número inteiro.",
50
- ip: "O campo :attribute deverá conter um IP válido.",
51
- ipv4: "O campo :attribute deverá conter um IPv4 válido.",
52
- ipv6: "O campo :attribute deverá conter um IPv6 válido.",
53
- json: "O campo :attribute deverá conter um texto JSON válido.",
54
- lt: {
55
- numeric: "The :attribute must be less than :value.",
56
- file: "The :attribute must be less than :value kilobytes.",
57
- string: "The :attribute must be less than :value characters.",
58
- array: "The :attribute must have less than :value items."
59
- },
60
- lte: {
61
- numeric: "The :attribute must be less than or equal :value.",
62
- file: "The :attribute must be less than or equal :value kilobytes.",
63
- string: "The :attribute must be less than or equal :value characters.",
64
- array: "The :attribute must not have more than :value items."
65
- },
66
- max: {
67
- numeric: "O campo :attribute não deverá conter um valor superior a :max.",
68
- file: "O campo :attribute não deverá ter um tamanho superior a :max kilobytes.",
69
- string: "O campo :attribute não deverá conter mais de :max caracteres.",
70
- array: "O campo :attribute não deverá conter mais de :max elementos."
71
- },
72
- mimes: "O campo :attribute deverá conter um ficheiro do tipo: :values.",
73
- mimetypes: "O campo :attribute deverá conter um ficheiro do tipo: :values.",
74
- min: {
75
- numeric: "O campo :attribute deverá ter um valor superior ou igual a :min.",
76
- file: "O campo :attribute deverá ter no mínimo :min kilobytes.",
77
- string: "O campo :attribute deverá conter no mínimo :min caracteres.",
78
- array: "O campo :attribute deverá conter no mínimo :min elementos."
79
- },
80
- not_in: "O campo :attribute contém um valor inválido.",
81
- not_regex: "The :attribute format is invalid.",
82
- numeric: "O campo :attribute deverá conter um valor numérico.",
83
- present: "O campo :attribute deverá estar presente.",
84
- regex: "O formato do valor para o campo :attribute é inválido.",
85
- required: "É obrigatória a indicação de um valor para o campo :attribute.",
86
- required_if:
87
- "É obrigatória a indicação de um valor para o campo :attribute quando o valor do campo :other é igual a :value.",
88
- required_unless:
89
- "É obrigatória a indicação de um valor para o campo :attribute a menos que :other esteja presente em :values.",
90
- required_with: "É obrigatória a indicação de um valor para o campo :attribute quando :values está presente.",
91
- required_with_all:
92
- "É obrigatória a indicação de um valor para o campo :attribute quando um dos :values está presente.",
93
- required_without: "É obrigatória a indicação de um valor para o campo :attribute quando :values não está presente.",
94
- required_without_all:
95
- "É obrigatória a indicação de um valor para o campo :attribute quando nenhum dos :values está presente.",
96
- same: "Os campos :attribute e :other deverão conter valores iguais.",
97
- size: {
98
- numeric: "O campo :attribute deverá conter o valor :size.",
99
- file: "O campo :attribute deverá ter o tamanho de :size kilobytes.",
100
- string: "O campo :attribute deverá conter :size caracteres.",
101
- array: "O campo :attribute deverá conter :size elementos."
102
- },
103
- string: "O campo :attribute deverá conter texto.",
104
- timezone: "O campo :attribute deverá ter um fuso horário válido.",
105
- unique: "O valor indicado para o campo :attribute já se encontra registado.",
106
- uploaded: "O upload do ficheiro :attribute falhou.",
107
- url: "O formato do URL indicado para o campo :attribute é inválido."
108
- };
109
-
110
- },{}]},{},[]);
@@ -1,105 +0,0 @@
1
- require=(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({"./lang/pt_BR":[function(require,module,exports){
2
- module.exports = {
3
- accepted: "O campo :attribute deve ser aceito.",
4
- active_url: "O campo :attribute deve conter uma URL válida.",
5
- after: "O campo :attribute deve conter uma data posterior a :date.",
6
- after_or_equal: "O campo :attribute deve conter uma data superior ou igual a :date.",
7
- alpha: "O campo :attribute deve conter apenas letras.",
8
- alpha_dash: "O campo :attribute deve conter apenas letras, números e traços.",
9
- alpha_num: "O campo :attribute deve conter apenas letras e números .",
10
- array: "O campo :attribute deve conter um array.",
11
- before: "O campo :attribute deve conter uma data anterior a :date.",
12
- before_or_equal: "O campo :attribute deve conter uma data inferior ou igual a :date.",
13
- between: {
14
- numeric: "O campo :attribute deve conter um número entre :min e :max.",
15
- file: "O campo :attribute deve conter um arquivo de :min a :max kilobytes.",
16
- string: "O campo :attribute deve conter entre :min a :max caracteres.",
17
- array: "O campo :attribute deve conter de :min a :max itens."
18
- },
19
- boolean: "O campo :attribute deve conter o valor verdadeiro ou falso.",
20
- confirmed: "A confirmação para o campo :attribute não coincide.",
21
- date: "O campo :attribute não contém uma data válida.",
22
- date_format: "A data informada para o campo :attribute não respeita o formato :format.",
23
- different: "Os campos :attribute e :other devem conter valores diferentes.",
24
- digits: "O campo :attribute deve conter :digits dígitos.",
25
- digits_between: "O campo :attribute deve conter entre :min a :max dígitos.",
26
- dimensions: "O valor informado para o campo :attribute não é uma dimensão de imagem válida.",
27
- distinct: "O campo :attribute contém um valor duplicado.",
28
- email: "O campo :attribute não contém um endereço de email válido.",
29
- exists: "O valor selecionado para o campo :attribute é inválido.",
30
- file: "O campo :attribute deve conter um arquivo.",
31
- filled: "O campo :attribute é obrigatório.",
32
- gt: {
33
- numeric: "O campo :attribute deve ser maior que :value.",
34
- file: "O arquivo :attribute deve ser maior que :value kilobytes.",
35
- string: "O campo :attribute deve ser maior que :value caracteres.",
36
- array: "O campo :attribute deve ter mais que :value itens."
37
- },
38
- gte: {
39
- numeric: "O campo :attribute deve ser maior ou igual a :value.",
40
- file: "O arquivo :attribute deve ser maior ou igual a :value kilobytes.",
41
- string: "O campo :attribute deve ser maior ou igual a :value caracteres.",
42
- array: "O campo :attribute deve ter :value itens ou mais."
43
- },
44
- hex: "The :attribute field should have hexadecimal format",
45
- image: "O campo :attribute deve conter uma imagem.",
46
- in: "O campo :attribute não contém um valor válido.",
47
- in_array: "O campo :attribute não existe em :other.",
48
- integer: "O campo :attribute deve conter um número inteiro.",
49
- ip: "O campo :attribute deve conter um IP válido.",
50
- ipv4: "O campo :attribute deve conter um IPv4 válido.",
51
- ipv6: "O campo :attribute deve conter um IPv6 válido.",
52
- json: "O campo :attribute deve conter uma string JSON válida.",
53
- lt: {
54
- numeric: "O campo :attribute deve ser menor que :value.",
55
- file: "O arquivo :attribute ser menor que :value kilobytes.",
56
- string: "O campo :attribute deve ser menor que :value caracteres.",
57
- array: "O campo :attribute deve ter menos que :value itens."
58
- },
59
- lte: {
60
- numeric: "O campo :attribute deve ser menor ou igual a :value.",
61
- file: "O arquivo :attribute ser menor ou igual a :value kilobytes.",
62
- string: "O campo :attribute deve ser menor ou igual a :value caracteres.",
63
- array: "O campo :attribute não deve ter mais que :value itens."
64
- },
65
- max: {
66
- numeric: "O campo :attribute não pode conter um valor superior a :max.",
67
- file: "O campo :attribute não pode conter um arquivo com mais de :max kilobytes.",
68
- string: "O campo :attribute não pode conter mais de :max caracteres.",
69
- array: "O campo :attribute deve conter no máximo :max itens."
70
- },
71
- mimes: "O campo :attribute deve conter um arquivo do tipo: :values.",
72
- mimetypes: "O campo :attribute deve conter um arquivo do tipo: :values.",
73
- min: {
74
- numeric: "O campo :attribute deve conter um número superior ou igual a :min.",
75
- file: "O campo :attribute deve conter um arquivo com no mínimo :min kilobytes.",
76
- string: "O campo :attribute deve conter no mínimo :min caracteres.",
77
- array: "O campo :attribute deve conter no mínimo :min itens."
78
- },
79
- not_in: "O campo :attribute contém um valor inválido.",
80
- not_regex: "O formato do valor :attribute é inválido.",
81
- numeric: "O campo :attribute deve conter um valor numérico.",
82
- present: "O campo :attribute deve estar presente.",
83
- regex: "O formato do valor informado no campo :attribute é inválido.",
84
- required: "O campo :attribute é obrigatório.",
85
- required_if: "O campo :attribute é obrigatório quando o valor do campo :other é igual a :value.",
86
- required_unless: "O campo :attribute é obrigatório a menos que :other esteja presente em :values.",
87
- required_with: "O campo :attribute é obrigatório quando :values está presente.",
88
- required_with_all: "O campo :attribute é obrigatório quando um dos :values está presente.",
89
- required_without: "O campo :attribute é obrigatório quando :values não está presente.",
90
- required_without_all: "O campo :attribute é obrigatório quando nenhum dos :values está presente.",
91
- same: "Os campos :attribute e :other devem conter valores iguais.",
92
- size: {
93
- numeric: "O campo :attribute deve conter o número :size.",
94
- file: "O campo :attribute deve conter um arquivo com o tamanho de :size kilobytes.",
95
- string: "O campo :attribute deve conter :size caracteres.",
96
- array: "O campo :attribute deve conter :size itens."
97
- },
98
- string: "O campo :attribute deve ser uma string.",
99
- timezone: "O campo :attribute deve conter um fuso horário válido.",
100
- unique: "O valor informado para o campo :attribute já está em uso.",
101
- uploaded: "Falha no Upload do arquivo :attribute.",
102
- url: "O formato da URL informada para o campo :attribute é inválido."
103
- };
104
-
105
- },{}]},{},[]);
package/dist/lang/ro.js DELETED
@@ -1,51 +0,0 @@
1
- require=(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({"./lang/ro":[function(require,module,exports){
2
- module.exports = {
3
- accepted: ':attribute trebuie acceptat.',
4
- after: ':attribute trebuie să fie după :after.',
5
- after_or_equal: ':attribute trebuie să fie egal sau după :after_or_equal.',
6
- alpha: 'Câmpul :attribute rebuie să conțină numai caractere alfabetice.',
7
- alpha_dash: 'Câmpul:attribute poate conține numai caractere alfanumerice, precum și liniuțe și subliniere.',
8
- alpha_num: 'Câmpul :attribute trebuie să fie alfanumeric.',
9
- before: ':attribute trebuie să fie înainte :before.',
10
- before_or_equal: ':attribute trebuie să fie egal sau înainte :before_or_equal.',
11
- between: ':attribute trebuie să fie între :min și :max.',
12
- confirmed: 'Confirmarea :attribute nu se potrivește.',
13
- email: 'Formatul :attribute nu este valid.',
14
- date: ':attribute nu este un format de dată valid.',
15
- def: 'Atributul :attribute are erori.',
16
- digits: ':attribute trebuie să aibă :digits cifre.',
17
- digits_between: 'Câmpul :attribute trebuie să aibă între :min și :max cifre.',
18
- different: ':attribute și :different trebuie sa fie diferite.',
19
- in: 'Atributul selectat :attribute nu este valid.',
20
- integer: ':attribute trebuie să fie un număr întreg.',
21
- hex: 'Câmpul :attribute trebuie să aibă format hexazecimal.',
22
- min: {
23
- numeric: ':attribute trebuie să fie mai mare de :min.',
24
- string: ':attribute trebuie să contină cel puțin :min caractere.'
25
- },
26
- max: {
27
- numeric: ':attribute nu trebuie să fie mai mare de :max.',
28
- string: ':attribute poate să contină maxim :max caractere.'
29
- },
30
- not_in: ':attribute selectat nu este valid.',
31
- numeric: ':attribute trebuie sa fie un număr.',
32
- present: ':attribute trebuie sa fie prezent(dar poate fi gol).',
33
- required: ' Câmpul :attribute este obligatoriu.',
34
- required_if: 'Câmpul :attribute este obligatoriu cănd :other este :value.',
35
- required_unless: 'Câmpul :attribute este obligatoriu cănd :other nu este :value.',
36
- required_with: 'Câmpul :attribute este obligatoriu cănd :field este completat.',
37
- required_with_all: 'Câmpul :attribute este obligatoriu cănd :fields sunt completate.',
38
- required_without: 'Câmpul :attribute este obligatoriu cănd :field nu este completat.',
39
- required_without_all: 'Câmpul :attribute este obligatoriu cănd :fields nu sunt completate.',
40
- same: 'Câmpurile :attribute și :same trebuie să fie egale.',
41
- size: {
42
- numeric: ':attribute trebuie să fie :size.',
43
- string: ':attribute trebuie să contina :size caractere.'
44
- },
45
- string: ':attribute trebuie să fie un contina doar caractere alfabetice.',
46
- url: 'Formatul :attribute nu este valid.',
47
- regex: 'Formatul :attribute nu este valid.',
48
- attributes: {}
49
- };
50
-
51
- },{}]},{},[]);
package/dist/lang/ru.js DELETED
@@ -1,40 +0,0 @@
1
- require=(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({"./lang/ru":[function(require,module,exports){
2
- module.exports = {
3
- accepted: 'Вы должны принять :attribute.',
4
- alpha: 'Поле :attribute может содержать только буквы.',
5
- alpha_dash: 'Поле :attribute может содержать только буквы, цифры, дефисы и символы подчёркивания.',
6
- alpha_num: 'Поле :attribute может содержать только буквы и цифры.',
7
- between: 'Поле :attribute должно быть между :min и :max.',
8
- confirmed: 'Поле :attribute не совпадает с подтверждением.',
9
- email: 'Поле :attribute должно быть действительным электронным адресом.',
10
- def: 'Поле :attribute содержит ошибки.',
11
- digits: 'Длина цифрового поля :attribute должна быть :digits.',
12
- digits_between: 'Длинна цифрового поля :attribute должна быть от :min до :max знаков.',
13
- different: 'Поля :attribute и :different должны различаться.',
14
- in: 'Выбранное значение для :attribute ошибочно.',
15
- integer: 'Поле :attribute должно быть целым числом.',
16
- hex: 'Поле :attribute должно иметь шестнадцатеричный формат',
17
- min: {
18
- numeric: 'Значение поля :attribute должно быть больше или равно :min.',
19
- string: 'Количество символов в поле :attribute должно быть не менее :min.'
20
- },
21
- max: {
22
- numeric: 'Значение поля :attribute должно быть меньше или равно :max.',
23
- string: 'Количество символов в поле :attribute не может превышать :max.'
24
- },
25
- not_in: 'Выбранное значение для :attribute ошибочно.',
26
- numeric: 'Поле :attribute должно быть числом.',
27
- present: 'Поле :attribute должно присутствовать (но может быть пустым).',
28
- required: 'Поле :attribute обязательно для заполнения.',
29
- required_if: 'Поле :attribute требуется когда значения поля :other равно :value.',
30
- same: 'Значение :attribute должно совпадать с :same.',
31
- size: {
32
- numeric: 'Значение поля :attribute должно быть равным :size.',
33
- string: 'Количество символов в поле :attribute должно быть равно :size.'
34
- },
35
- url: 'Поле :attribute должно содержать валидный URL.',
36
- regex: 'Неверный формат поля :attribute.',
37
- attributes: {}
38
- };
39
-
40
- },{}]},{},[]);
package/dist/lang/se.js DELETED
@@ -1,106 +0,0 @@
1
- require=(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({"./lang/se":[function(require,module,exports){
2
- module.exports = {
3
- accepted: ":attribute mora biti sprejet.",
4
- active_url: ":attribute ni pravilen.",
5
- after: ":attribute mora biti za datumom :date.",
6
- after_or_equal: ":attribute mora biti za ali enak :date.",
7
- alpha: ":attribute lahko vsebuje samo črke.",
8
- alpha_dash: ":attribute lahko vsebuje samo črke, številke in črtice.",
9
- alpha_num: ":attribute lahko vsebuje samo črke in številke.",
10
- attributes: {},
11
- array: ":attribute mora biti polje.",
12
- before: ":attribute mora biti pred datumom :date.",
13
- before_or_equal: ":attribute mora biti pred ali enak :date.",
14
- between: {
15
- numeric: ":attribute mora biti med :min in :max.",
16
- file: ":attribute mora biti med :min in :max kilobajti.",
17
- string: ":attribute mora biti med :min in :max znaki.",
18
- array: ":attribute mora imeti med :min in :max elementov."
19
- },
20
- boolean: ":attribute polje mora biti 1 ali 0",
21
- confirmed: ":attribute potrditev se ne ujema.",
22
- date: ":attribute ni veljaven datum.",
23
- date_format: ":attribute se ne ujema z obliko :format.",
24
- different: ":attribute in :other mora biti drugačen.",
25
- digits: ":attribute mora imeti :digits cifer.",
26
- digits_between: ":attribute mora biti med :min in :max ciframi.",
27
- dimensions: ":attribute ima napačne dimenzije slike.",
28
- distinct: ":attribute je duplikat.",
29
- email: ":attribute mora biti veljaven e-poštni naslov.",
30
- exists: "izbran :attribute je neveljaven.",
31
- file: ":attribute mora biti datoteka.",
32
- filled: ":attribute mora biti izpolnjen.",
33
- gt: {
34
- numeric: "The :attribute must be greater than :value.",
35
- file: "The :attribute must be greater than :value kilobytes.",
36
- string: "The :attribute must be greater than :value characters.",
37
- array: "The :attribute must have more than :value items."
38
- },
39
- gte: {
40
- numeric: "The :attribute must be greater than or equal :value.",
41
- file: "The :attribute must be greater than or equal :value kilobytes.",
42
- string: "The :attribute must be greater than or equal :value characters.",
43
- array: "The :attribute must have :value items or more."
44
- },
45
- hex: "The :attribute field should have hexadecimal format",
46
- image: ":attribute mora biti slika.",
47
- in: "izbran :attribute je neveljaven.",
48
- in_array: ":attribute ne obstaja v :other.",
49
- integer: ":attribute mora biti število.",
50
- ip: ":attribute mora biti veljaven IP naslov.",
51
- ipv4: ":attribute mora biti veljaven IPv4 naslov.",
52
- ipv6: ":attribute mora biti veljaven IPv6 naslov.",
53
- json: ":attribute mora biti veljaven JSON tekst.",
54
- lt: {
55
- numeric: "The :attribute must be less than :value.",
56
- file: "The :attribute must be less than :value kilobytes.",
57
- string: "The :attribute must be less than :value characters.",
58
- array: "The :attribute must have less than :value items."
59
- },
60
- lte: {
61
- numeric: "The :attribute must be less than or equal :value.",
62
- file: "The :attribute must be less than or equal :value kilobytes.",
63
- string: "The :attribute must be less than or equal :value characters.",
64
- array: "The :attribute must not have more than :value items."
65
- },
66
- max: {
67
- numeric: ":attribute ne sme biti večje od :max.",
68
- file: ":attribute ne sme biti večje :max kilobajtov.",
69
- string: ":attribute ne sme biti večje :max znakov.",
70
- array: ":attribute ne smejo imeti več kot :max elementov."
71
- },
72
- mimes: ":attribute mora biti datoteka tipa: :values.",
73
- mimetypes: ":attribute mora biti datoteka tipa: :values.",
74
- min: {
75
- numeric: ":attribute mora biti vsaj dolžine :min.",
76
- file: ":attribute mora imeti vsaj :min kilobajtov.",
77
- string: ":attribute mora imeti vsaj :min znakov.",
78
- array: ":attribute mora imeti vsaj :min elementov."
79
- },
80
- not_in: "izbran :attribute je neveljaven.",
81
- not_regex: "The :attribute format is invalid.",
82
- numeric: ":attribute mora biti število.",
83
- present: "Polje :attribute mora biti prisotno.",
84
- regex: "Format polja :attribute je neveljaven.",
85
- required: "Polje :attribute je obvezno.",
86
- required_if: "Polje :attribute je obvezno, če je :other enak :value.",
87
- required_unless: "Polje :attribute je obvezno, razen če je :other v :values.",
88
- required_with: "Polje :attribute je obvezno, če je :values prisoten.",
89
- required_with_all: "Polje :attribute je obvezno, če so :values prisoten.",
90
- required_without: "Polje :attribute je obvezno, če :values ni prisoten.",
91
- required_without_all: "Polje :attribute je obvezno, če :values niso prisotni.",
92
- same: "Polje :attribute in :other se morata ujemati.",
93
- size: {
94
- numeric: ":attribute mora biti :size.",
95
- file: ":attribute mora biti :size kilobajtov.",
96
- string: ":attribute mora biti :size znakov.",
97
- array: ":attribute mora vsebovati :size elementov."
98
- },
99
- string: ":attribute mora biti tekst.",
100
- timezone: ":attribute mora biti časovna cona.",
101
- unique: ":attribute je že zaseden.",
102
- uploaded: "Nalaganje :attribute ni uspelo.",
103
- url: ":attribute format je neveljaven."
104
- };
105
-
106
- },{}]},{},[]);