@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
package/dist/lang/vi.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/vi":[function(require,module,exports){
2
- module.exports = {
3
- accepted: ':attribute phải được chấp nhận.',
4
- alpha: 'Trường :attribute phải là ký tự',
5
- alpha_dash: ':attribute chỉ chấp nhận ký tự chữ cái, số, dấu gạch chéo và gạch dưới.',
6
- alpha_num: ':attribute phải là ký tự chữ cái hoặc chữ số.',
7
- between: ':attribute phải nằm trong khoảng :min và :max.',
8
- confirmed: ':attribute xác nhận không trùng khớp.',
9
- email: ':attribute không phải là email.',
10
- date: ':attribute không phải là ngày hợp lệ',
11
- def: 'Thuộc tính :attribute có lỗi.',
12
- digits: ':attribute phải là số và có chiều dài bằng :digits.',
13
- digits_between: 'Độ dài của trường :attribute phải nằm trong khoảng :min and :max chữ số.',
14
- different: 'Giá trị của hai trường :attribute và :different phải khác nhau.',
15
- in: 'Giá trị được chọn của :attribute không hợp lệ.',
16
- integer: ':attribute phải là số nguyên.',
17
- hex: 'The :attribute should have hexadecimal format',
18
- min: {
19
- numeric: ':attribute phải lớn hơn hoặc bằng :min.',
20
- string: ':attribute phải có ít nhất :min ký tự.'
21
- },
22
- max: {
23
- numeric: ':attribute phải nhỏ hơn hoặc bằng :max.',
24
- string: ':attribute phải có ít hơn :max ký tự.'
25
- },
26
- not_in: 'Giá trị được chọn của trường :attribute không hợp lệ.',
27
- numeric: ':attribute phải là số.',
28
- present: 'Trường :attribute phải có mặt (nhưng có thể để trống).',
29
- required: ':attribute bắt buộc nhập.',
30
- required_if: ':attribute là bắt buộc khi :other có giá trị :value.',
31
- same: 'Giá trị của :attribute và :same phải như nhau.',
32
- size: {
33
- numeric: ':attribute phải có chiều dài của bằng :size.',
34
- string: 'Số ký tự của :attribute phải là :size ký tự.'
35
- },
36
- string: ':attribute không phải là một chuỗi',
37
- url: ':attribute không phải là một Url hợp lệ.',
38
- regex: ':attribute không đúng định dạng',
39
- attributes: {}
40
- };
41
-
42
- },{}]},{},[]);
package/dist/lang/zh.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/zh":[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
- date: ':attribute日期格式错误.',
11
- def: ':attribute属性错误.',
12
- digits: ':attribute必须是:digits位小数.',
13
- digits_between: ':attribute 必须是介于 :min 和 :max 位的数字。',
14
- different: ':attribute和:different必须不同.',
15
- in: '选择的:attribute无效',
16
- integer: ':attribute必须是一个整数.',
17
- hex: 'The :attribute should have hexadecimal format',
18
- min: {
19
- numeric: ':attribute不能小于:min.',
20
- string: ':attribute长度不能小于:min.'
21
- },
22
- max: {
23
- numeric: ':attribute不能大于:max.',
24
- string: ':attribute长度不能大于:max.'
25
- },
26
- not_in: '所选的:attribute无效.',
27
- numeric: ':attribute必须是一个数字.',
28
- present: 'The :attribute field must be present (but can be empty).',
29
- required: ':attribute不能为空.',
30
- required_if: '当:other是:value时,:attribute不能为空.',
31
- same: ':attribute和:same必须一致.',
32
- size: {
33
- numeric: ':attribute必须等于:size.',
34
- string: ':attribute的长度必须等于:size.'
35
- },
36
- string: ':attribute必须是一个字符串.',
37
- url: ':attribute格式不正确.',
38
- regex: ':attribute格式不正确.',
39
- attributes: {}
40
- };
41
-
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/zh_TW":[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
- date: ':attribute的日期格式錯誤。',
11
- def: ':attribute屬性錯誤。',
12
- digits: ':attribute必須是:digits位小數。',
13
- digits_between: ':attribute 必須介於 :min 至 :max 位數字。',
14
- different: ':attribute和:different必須不同。',
15
- in: '選擇的:attribute無效',
16
- integer: ':attribute必須是一個整數。',
17
- hex: ':attribute 必須是十六進位格式',
18
- min: {
19
- numeric: ':attribute不能小於:min。',
20
- string: ':attribute的長度不能小於:min.'
21
- },
22
- max: {
23
- numeric: ':attribute不能大於:max。',
24
- string: ':attribute的長度不能大於:max.'
25
- },
26
- not_in: '所選的:attribute無效。',
27
- numeric: ':attribute必須是一個數字。',
28
- present: ':attribute 一定要有值 (可以是空值)。',
29
- required: ':attribute不能空白。',
30
- required_if: '當:other是:value時,:attribute不能空白。',
31
- same: ':attribute和:same必須一致。',
32
- size: {
33
- numeric: ':attribute必須等於:size。',
34
- string: ':attribute的長度必須等於:size.'
35
- },
36
- string: ':attribute必須是一個字串。',
37
- url: ':attribute格式不正確。',
38
- regex: ':attribute格式不正確。',
39
- attributes: {}
40
- };
41
-
42
- },{}]},{},[]);