This repository has been archived by the owner on Feb 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathingredients.json
80 lines (80 loc) · 2.26 KB
/
ingredients.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"de": {
"Ei": "Ei",
"En": "Erdnuss",
"Fi": "Fisch",
"GlW": "Weizen",
"GlD": "Dinkel",
"GlKW": "Khorasan-Weizen",
"GlR": "Roggen",
"GlG": "Gerste",
"GlH": "Hafer",
"Kr": "Krebstiere Krusten- und Schalentiere",
"La": "Milch und Laktose",
"Lu": "Lupine",
"NuM": "Mandeln",
"NuH": "Haselnüsse",
"NuW": "Walnüsse",
"NuC": "Cashewnüsse",
"NuPe": "Pecannüsse",
"NuPa": "Paranüsse",
"NuPi": "Pistazien",
"NuMa": "Macadamianüsse",
"Se": "Sesam",
"Sf": "Senf",
"Sl": "Sellerie",
"So": "Soja",
"Sw": "Schwefeldioxid SO2 und Sulfite",
"Wt": "Weichtiere",
"1": "mit Konservierungsstoffen",
"2": "mit Farbstoffen",
"3": "mit Antioxidationsmitteln",
"4": "mit Geschmacksverstärkern",
"5": "geschwefelt",
"6": "gewachst",
"7": "mit Phosphaten",
"8": "mit Süßungsmitteln",
"9": "enthält eine Phenylalaninquelle",
"10": "geschwärzt",
"11": "mit Alkohol"
},
"en": {
"Ei": "egg",
"En": "peanuts",
"Fi": "fish",
"GlW": "wheat",
"GlD": "spelt",
"GlKW": "khorasan-wheat",
"GlR": "rye",
"GlG": "barley",
"GlH": "oats",
"Kr": "crustaceans",
"La": "milk und lactose",
"Lu": "lupine",
"NuM": "almonds",
"NuH": "hazelnuts",
"NuW": "walnuts",
"NuC": "cashews",
"NuPe": "pecans",
"NuPa": "brazil nuts",
"NuPi": "pistachios",
"NuMa": "macadamias",
"Se": "sesame seed",
"Sf": "mustard",
"Sl": "celery",
"So": "soy protein",
"Sw": "sulphur oxide & sulfide at concentration of > 10mg/kg or 10mg/l",
"Wt": "molluscs",
"1": "contains preservatives",
"2": "contains artificial colours",
"3": "contains antioxidants",
"4": "flavour enhancers",
"5": "sulphuretted",
"6": "waxed",
"7": "contains phosphates",
"8": "contains artificial sweeteners",
"9": "contains a source of phenylalanine",
"10": "blackened",
"11": "contains alcohol"
}
}