-
Notifications
You must be signed in to change notification settings - Fork 556
Expand file tree
/
Copy pathda.json
More file actions
38 lines (34 loc) · 926 Bytes
/
da.json
File metadata and controls
38 lines (34 loc) · 926 Bytes
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
{
"__locale": "Danish (da)",
"__author": "Jna Borup Coyle, github@coyle.dk",
"add_rule": "Tilføj regel",
"add_group": "Tilføj gruppe",
"delete_rule": "Slet regel",
"delete_group": "Slet gruppe",
"conditions": {
"AND": "OG",
"OR": "ELLER"
},
"condition_and": "OG",
"condition_or": "ELLER",
"operators": {
"equal": "lig med",
"not_equal": "ikke lige med",
"in": "i",
"not_in": "ikke i",
"less": "mindre",
"less_or_equal": "mindre eller lig med",
"greater": "større",
"greater_or_equal": "større eller lig med",
"begins_with": "begynder med",
"not_begins_with": "begynder ikke med",
"contains": "indeholder",
"not_contains": "indeholder ikke",
"ends_with": "slutter med",
"not_ends_with": "slutter ikke med",
"is_empty": "er tom",
"is_not_empty": "er ikke tom",
"is_null": "er null",
"is_not_null": "er ikke null"
}
}