aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/messages/src/helpers/validation-helpers.json
blob: 86bfe15006848e5a097492063b04d6514d567354 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[
  {
    "id": "validation.required",
    "defaultMessage": "!!!Field is required",
    "file": "src/helpers/validation-helpers.js",
    "start": {
      "line": 4,
      "column": 12
    },
    "end": {
      "line": 7,
      "column": 3
    }
  },
  {
    "id": "validation.email",
    "defaultMessage": "!!!Email not valid",
    "file": "src/helpers/validation-helpers.js",
    "start": {
      "line": 8,
      "column": 9
    },
    "end": {
      "line": 11,
      "column": 3
    }
  },
  {
    "id": "validation.url",
    "defaultMessage": "!!!Not a valid URL",
    "file": "src/helpers/validation-helpers.js",
    "start": {
      "line": 12,
      "column": 7
    },
    "end": {
      "line": 15,
      "column": 3
    }
  },
  {
    "id": "validation.minLength",
    "defaultMessage": "!!!Too few characters",
    "file": "src/helpers/validation-helpers.js",
    "start": {
      "line": 16,
      "column": 13
    },
    "end": {
      "line": 19,
      "column": 3
    }
  },
  {
    "id": "validation.oneRequired",
    "defaultMessage": "!!!At least one is required",
    "file": "src/helpers/validation-helpers.js",
    "start": {
      "line": 20,
      "column": 15
    },
    "end": {
      "line": 23,
      "column": 3
    }
  }
]