1
+ {
2
+ "@@last_modified": "2021-01-27T16:38:27.938366",
3
+ "@@locale": "de",
4
+ "requiredErrorText": "Dieses Feld kann nicht leer sein.",
5
+ "@requiredErrorText": {
6
+ "description": "Error Text for required validator",
7
+ "type": "text",
8
+ "placeholders": {}
9
+ },
10
+ "equalErrorText": "Dieser Feldwert muss {value} gleich sein.",
11
+ "@equalErrorText": {
12
+ "description": "Error Text for equal validator",
13
+ "type": "text",
14
+ "placeholders": {
15
+ "value": {}
16
+ }
17
+ },
18
+ "minErrorText": "Der Wert muss größer als oder gleich {min} sein.",
19
+ "@minErrorText": {
20
+ "description": "Error Text for required field",
21
+ "type": "text",
22
+ "placeholders": {
23
+ "min": {}
24
+ }
25
+ },
26
+ "minLengthErrorText": "Der Wert muss eine Länge größer als oder gleich {minLength} haben.",
27
+ "@minLengthErrorText": {
28
+ "description": "Error Text for minLength validator",
29
+ "type": "text",
30
+ "placeholders": {
31
+ "minLength": {}
32
+ }
33
+ },
34
+ "maxErrorText": "Der Wert muss kleiner als oder gleich {max} sein.",
35
+ "@maxErrorText": {
36
+ "description": "Error Text for max validator",
37
+ "type": "text",
38
+ "placeholders": {
39
+ "max": {}
40
+ }
41
+ },
42
+ "maxLengthErrorText": "Der Wert muss eine Länge kleiner als oder gleich {maxLength} haben.",
43
+ "@maxLengthErrorText": {
44
+ "description": "Error Text for required field",
45
+ "type": "text",
46
+ "placeholders": {
47
+ "maxLength": {}
48
+ }
49
+ },
50
+ "emailErrorText": "Für dieses Feld ist eine gültige E-Mail-Adresse erforderlich.",
51
+ "@emailErrorText": {
52
+ "description": "Error Text for email validator",
53
+ "type": "text",
54
+ "placeholders": {}
55
+ },
56
+ "urlErrorText": "Für dieses Feld ist eine gültige URL-Adresse erforderlich.",
57
+ "@urlErrorText": {
58
+ "description": "Error Text for URL validator",
59
+ "type": "text",
60
+ "placeholders": {}
61
+ },
62
+ "matchErrorText": "Der Wert stimmt nicht mit dem Muster überein.",
63
+ "@matchErrorText": {
64
+ "description": "Error Text for pattern validator",
65
+ "type": "text",
66
+ "placeholders": {}
67
+ },
68
+ "numericErrorText": "Der Wert muss numerisch sein.",
69
+ "@numericErrorText": {
70
+ "description": "Error Text for numeric validator",
71
+ "type": "text",
72
+ "placeholders": {}
73
+ },
74
+ "integerErrorText": "Der Wert muss eine integer sein.",
75
+ "@integerErrorText": {
76
+ "description": "Error Text for integer validator",
77
+ "type": "text",
78
+ "placeholders": {}
79
+ },
80
+ "creditCardErrorText": "Für dieses Feld ist eine gültige Kreditkartennummer erforderlich.",
81
+ "@creditCardErrorText": {
82
+ "description": "Error Text for credit card validator",
83
+ "type": "text",
84
+ "placeholders": {}
85
+ },
86
+ "ipErrorText": "Dieses Feld erfordert eine gültige IP-Adresse.",
87
+ "@ipErrorText": {
88
+ "description": "Error Text for IP address validator",
89
+ "type": "text",
90
+ "placeholders": {}
91
+ },
92
+ "dateStringErrorText": "Dieses Feld erfordert ein gültiges Datum.",
93
+ "@dateStringErrorText": {
94
+ "description": "Error Text for date string validator",
95
+ "type": "text",
96
+ "placeholders": {}
97
+ }
98
+ }
0 commit comments