|
1 | 1 | {
|
2 | 2 | "@@last_modified": "2021-12-24T02:25:04.576038Z",
|
3 | 3 | "@@locale": "zh_Hant",
|
4 |
| - "requiredErrorText": "此字段不能為空。", |
| 4 | + "requiredErrorText": "此欄位不能為空。", |
5 | 5 | "@requiredErrorText": {
|
6 | 6 | "description": "Error Text for required field",
|
7 | 7 | "type": "text",
|
8 | 8 | "placeholders": {}
|
9 | 9 | },
|
10 |
| - "equalErrorText": "此字段必須與{value}相符", |
| 10 | + "equalErrorText": "此欄位必須與{value}相符", |
11 | 11 | "@equalErrorText": {
|
12 | 12 | "type": "text",
|
13 | 13 | "description": "Error Text for equal validator",
|
14 | 14 | "placeholders": {
|
15 | 15 | "value": {}
|
16 | 16 | }
|
17 | 17 | },
|
18 |
| - "notEqualErrorText": "此字段不得等於{value}", |
| 18 | + "notEqualErrorText": "此欄位不得等於{value}", |
19 | 19 | "@notEqualErrorText": {
|
20 | 20 | "type": "text",
|
21 | 21 | "description": "Error Text for not-equal validator",
|
22 | 22 | "placeholders": {
|
23 | 23 | "value": {}
|
24 | 24 | }
|
25 | 25 | },
|
26 |
| - "minErrorText": "此字段必須大於或等於{min}", |
| 26 | + "minErrorText": "此欄位必須大於或等於{min}", |
27 | 27 | "@minErrorText": {
|
28 | 28 | "type": "text",
|
29 | 29 | "description": "Error Text for required field",
|
30 | 30 | "placeholders": {
|
31 | 31 | "min": {}
|
32 | 32 | }
|
33 | 33 | },
|
34 |
| - "minLengthErrorText": "此字段的長度必須大於或等於{minLength}", |
| 34 | + "minLengthErrorText": "此欄位的長度必須大於或等於{minLength}", |
35 | 35 | "@minLengthErrorText": {
|
36 | 36 | "type": "text",
|
37 | 37 | "description": "Error Text for required field",
|
38 | 38 | "placeholders": {
|
39 | 39 | "minLength": {}
|
40 | 40 | }
|
41 | 41 | },
|
42 |
| - "maxErrorText": "此字段必須小於或等於{max}", |
| 42 | + "maxErrorText": "此欄位必須小於或等於{max}", |
43 | 43 | "@maxErrorText": {
|
44 | 44 | "type": "text",
|
45 | 45 | "description": "Error Text for required field",
|
46 | 46 | "placeholders": {
|
47 | 47 | "max": {}
|
48 | 48 | }
|
49 | 49 | },
|
50 |
| - "maxLengthErrorText": "此字段的長度必須小於或等於{maxLength}", |
| 50 | + "maxLengthErrorText": "此欄位的長度必須小於或等於{maxLength}", |
51 | 51 | "@maxLengthErrorText": {
|
52 | 52 | "type": "text",
|
53 | 53 | "description": "Error Text for required field",
|
54 | 54 | "placeholders": {
|
55 | 55 | "maxLength": {}
|
56 | 56 | }
|
57 | 57 | },
|
58 |
| - "emailErrorText": "此字段需要有效的電子郵件地址。", |
| 58 | + "emailErrorText": "此欄位需要有效的電子郵件地址。", |
59 | 59 | "@emailErrorText": {
|
60 | 60 | "type": "text",
|
61 | 61 | "description": "Error Text for email field",
|
62 | 62 | "placeholders": {}
|
63 | 63 | },
|
64 |
| - "urlErrorText": "此字段需要有效的URL地址。", |
| 64 | + "urlErrorText": "此欄位需要有效的URL地址。", |
65 | 65 | "@urlErrorText": {
|
66 | 66 | "type": "text",
|
67 | 67 | "description": "Error Text for URL field",
|
68 | 68 | "placeholders": {}
|
69 | 69 | },
|
70 |
| - "matchErrorText": "此字段與格式不匹配。", |
| 70 | + "matchErrorText": "此欄位與格式不匹配。", |
71 | 71 | "@matchErrorText": {
|
72 | 72 | "type": "text",
|
73 | 73 | "description": "Error Text for pattern field",
|
74 | 74 | "placeholders": {}
|
75 | 75 | },
|
76 |
| - "numericErrorText": "此字段必須是數字。", |
| 76 | + "numericErrorText": "此欄位必須是數字。", |
77 | 77 | "@numericErrorText": {
|
78 | 78 | "type": "text",
|
79 | 79 | "description": "Error Text for numeric field",
|
80 | 80 | "placeholders": {}
|
81 | 81 | },
|
82 |
| - "integerErrorText": "此字段需要有效的整數。", |
| 82 | + "integerErrorText": "此欄位需要有效的整數。", |
83 | 83 | "@integerErrorText": {
|
84 | 84 | "type": "text",
|
85 | 85 | "description": "Error Text for integer validator",
|
86 | 86 | "placeholders": {}
|
87 | 87 | },
|
88 |
| - "creditCardErrorText": "此字段需要有效的信用卡號碼。", |
| 88 | + "creditCardErrorText": "此欄位需要有效的信用卡號碼。", |
89 | 89 | "@creditCardErrorText": {
|
90 | 90 | "type": "text",
|
91 | 91 | "description": "Error Text for credit card field",
|
92 | 92 | "placeholders": {}
|
93 | 93 | },
|
94 |
| - "dateStringErrorText": "此字段需要有效的日期字符串。", |
| 94 | + "dateStringErrorText": "此欄位需要有效的日期字符串。", |
95 | 95 | "@dateStringErrorText": {
|
96 | 96 | "type": "text",
|
97 | 97 | "description": "Error Text for date string field",
|
98 | 98 | "placeholders": {}
|
99 | 99 | },
|
100 |
| - "ipErrorText": "此字段需要有效的IP。", |
| 100 | + "ipErrorText": "此欄位需要有效的IP。", |
101 | 101 | "@ipErrorText": {
|
102 | 102 | "type": "text",
|
103 | 103 | "description": "Error Text for IP address field",
|
|
0 commit comments