1
+ {
2
+ "@@last_modified": "2020-12-10T13:55:09.562241",
3
+ "@@locale": "ja",
4
+ "requiredErrorText": "必須項目です。",
5
+ "@requiredErrorText": {
6
+ "description": "Error Text for required validator",
7
+ "type": "text",
8
+ "placeholders": {}
9
+ },
10
+ "equalErrorText": "{value}に一致していません。",
11
+ "@equalErrorText": {
12
+ "description": "Error Text for equal validator",
13
+ "type": "text",
14
+ "placeholders": {
15
+ "value": {}
16
+ }
17
+ },
18
+ "notEqualErrorText": "{value}と違うものにしてください。",
19
+ "@notEqualErrorText": {
20
+ "description": "Error Text for not-equal validator",
21
+ "type": "text",
22
+ "placeholders": {
23
+ "value": {}
24
+ }
25
+ },
26
+ "minErrorText": "{min}以上にしてください。",
27
+ "@minErrorText": {
28
+ "description": "Error Text for required field",
29
+ "type": "text",
30
+ "placeholders": {
31
+ "min": {}
32
+ }
33
+ },
34
+ "minLengthErrorText": "{minLength}文字以上で入力してください。",
35
+ "@minLengthErrorText": {
36
+ "description": "Error Text for minLength validator",
37
+ "type": "text",
38
+ "placeholders": {
39
+ "minLength": {}
40
+ }
41
+ },
42
+ "maxErrorText": "{max}以下にしてください。",
43
+ "@maxErrorText": {
44
+ "description": "Error Text for max validator",
45
+ "type": "text",
46
+ "placeholders": {
47
+ "max": {}
48
+ }
49
+ },
50
+ "maxLengthErrorText": "{maxLength}文字以下で入力してください。",
51
+ "@maxLengthErrorText": {
52
+ "description": "Error Text for required field",
53
+ "type": "text",
54
+ "placeholders": {
55
+ "maxLength": {}
56
+ }
57
+ },
58
+ "emailErrorText": "有効なメールアドレスを入力してください。",
59
+ "@emailErrorText": {
60
+ "description": "Error Text for email validator",
61
+ "type": "text",
62
+ "placeholders": {}
63
+ },
64
+ "urlErrorText": "有効なURLを入力してください。",
65
+ "@urlErrorText": {
66
+ "description": "Error Text for URL validator",
67
+ "type": "text",
68
+ "placeholders": {}
69
+ },
70
+ "matchErrorText": "有効な正規表現を指定してください。",
71
+ "@matchErrorText": {
72
+ "description": "Error Text for pattern validator",
73
+ "type": "text",
74
+ "placeholders": {}
75
+ },
76
+ "numericErrorText": "半角数字で入力してください。",
77
+ "@numericErrorText": {
78
+ "description": "Error Text for numeric validator",
79
+ "type": "text",
80
+ "placeholders": {}
81
+ },
82
+ "integerErrorText": "整数で入力してください。",
83
+ "@integerErrorText": {
84
+ "description": "Error Text for integer validator",
85
+ "type": "text",
86
+ "placeholders": {}
87
+ },
88
+ "creditCardErrorText": "有効なクレジットカード番号を入力してください。",
89
+ "@creditCardErrorText": {
90
+ "description": "Error Text for credit card validator",
91
+ "type": "text",
92
+ "placeholders": {}
93
+ },
94
+ "ipErrorText": "有効なIPアドレスを入力してください。",
95
+ "@ipErrorText": {
96
+ "description": "Error Text for IP address validator",
97
+ "type": "text",
98
+ "placeholders": {}
99
+ },
100
+ "dateStringErrorText": "正しい日付を入力してください。",
101
+ "@dateStringErrorText": {
102
+ "description": "Error Text for date string validator",
103
+ "type": "text",
104
+ "placeholders": {}
105
+ }
106
+ }
0 commit comments