-
Notifications
You must be signed in to change notification settings - Fork 556
Expand file tree
/
Copy pathde.json
More file actions
58 lines (54 loc) · 1.79 KB
/
de.json
File metadata and controls
58 lines (54 loc) · 1.79 KB
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
{
"__locale": "German (de)",
"__author": "\"raimu\"",
"add_rule": "neue Regel",
"add_group": "neue Gruppe",
"delete_rule": "löschen",
"delete_group": "löschen",
"conditions": {
"AND": "UND",
"OR": "ODER"
},
"operators": {
"equal": "gleich",
"not_equal": "ungleich",
"in": "in",
"not_in": "nicht in",
"less": "kleiner",
"less_or_equal": "kleiner gleich",
"greater": "größer",
"greater_or_equal": "größer gleich",
"between": "zwischen",
"not_between": "nicht zwischen",
"begins_with": "beginnt mit",
"not_begins_with": "beginnt nicht mit",
"contains": "enthält",
"not_contains": "enthält nicht",
"ends_with": "endet mit",
"not_ends_with": "endet nicht mit",
"is_empty": "ist leer",
"is_not_empty": "ist nicht leer",
"is_null": "ist null",
"is_not_null": "ist nicht null"
},
"errors": {
"no_filter": "Kein Filter ausgewählt",
"empty_group": "Die Gruppe ist leer",
"radio_empty": "Kein Wert ausgewählt",
"checkbox_empty": "Kein Wert ausgewählt",
"select_empty": "Kein Wert ausgewählt",
"string_empty": "Leerer Wert",
"string_exceed_min_length": "Muss mindestens {0} Zeichen enthalten",
"string_exceed_max_length": "Darf nicht mehr als {0} Zeichen enthalten",
"string_invalid_format": "Ungültiges Format ({0})",
"number_nan": "Keine Zahl",
"number_not_integer": "Keine Ganzzahl",
"number_not_double": "Keine Dezimalzahl",
"number_exceed_min": "Muss größer als {0} sein",
"number_exceed_max": "Muss kleiner als {0} sein",
"number_wrong_step": "Muss ein Vielfaches von {0} sein",
"datetime_invalid": "Ungültiges Datumsformat ({0})",
"datetime_exceed_min": "Muss nach dem {0} sein",
"datetime_exceed_max": "Muss vor dem {0} sein"
}
}