@bottlebooks/valid-values 7.4.5 → 7.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/validValues/ingredient/ingredient.d.ts +6 -0
- package/dist/validValues/ingredient/ingredient.d.ts.map +1 -1
- package/dist/validValues/ingredient/ingredient.js +78 -0
- package/dist/validValues/ingredient/locales/bg.d.ts +6 -0
- package/dist/validValues/ingredient/locales/bg.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/bg.js +6 -0
- package/dist/validValues/ingredient/locales/cs.d.ts +6 -0
- package/dist/validValues/ingredient/locales/cs.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/cs.js +6 -0
- package/dist/validValues/ingredient/locales/da.d.ts +6 -0
- package/dist/validValues/ingredient/locales/da.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/da.js +6 -0
- package/dist/validValues/ingredient/locales/de.d.ts +6 -0
- package/dist/validValues/ingredient/locales/de.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/de.js +6 -0
- package/dist/validValues/ingredient/locales/el.d.ts +6 -0
- package/dist/validValues/ingredient/locales/el.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/el.js +6 -0
- package/dist/validValues/ingredient/locales/en.d.ts +6 -0
- package/dist/validValues/ingredient/locales/en.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/en.js +6 -0
- package/dist/validValues/ingredient/locales/es.d.ts +6 -0
- package/dist/validValues/ingredient/locales/es.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/es.js +6 -0
- package/dist/validValues/ingredient/locales/et.d.ts +6 -0
- package/dist/validValues/ingredient/locales/et.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/et.js +6 -0
- package/dist/validValues/ingredient/locales/fi.d.ts +6 -0
- package/dist/validValues/ingredient/locales/fi.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/fi.js +6 -0
- package/dist/validValues/ingredient/locales/fr.d.ts +6 -0
- package/dist/validValues/ingredient/locales/fr.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/fr.js +6 -0
- package/dist/validValues/ingredient/locales/ga.d.ts +6 -0
- package/dist/validValues/ingredient/locales/ga.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/ga.js +6 -0
- package/dist/validValues/ingredient/locales/hr.d.ts +6 -0
- package/dist/validValues/ingredient/locales/hr.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/hr.js +6 -0
- package/dist/validValues/ingredient/locales/hu.d.ts +6 -0
- package/dist/validValues/ingredient/locales/hu.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/hu.js +6 -0
- package/dist/validValues/ingredient/locales/it.d.ts +6 -0
- package/dist/validValues/ingredient/locales/it.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/it.js +6 -0
- package/dist/validValues/ingredient/locales/lt.d.ts +6 -0
- package/dist/validValues/ingredient/locales/lt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/lt.js +6 -0
- package/dist/validValues/ingredient/locales/lv.d.ts +6 -0
- package/dist/validValues/ingredient/locales/lv.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/lv.js +6 -0
- package/dist/validValues/ingredient/locales/mt.d.ts +6 -0
- package/dist/validValues/ingredient/locales/mt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/mt.js +6 -0
- package/dist/validValues/ingredient/locales/nl.d.ts +6 -0
- package/dist/validValues/ingredient/locales/nl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/nl.js +6 -0
- package/dist/validValues/ingredient/locales/pl.d.ts +6 -0
- package/dist/validValues/ingredient/locales/pl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/pl.js +6 -0
- package/dist/validValues/ingredient/locales/pt.d.ts +6 -0
- package/dist/validValues/ingredient/locales/pt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/pt.js +6 -0
- package/dist/validValues/ingredient/locales/ro.d.ts +6 -0
- package/dist/validValues/ingredient/locales/ro.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/ro.js +6 -0
- package/dist/validValues/ingredient/locales/sk.d.ts +6 -0
- package/dist/validValues/ingredient/locales/sk.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sk.js +6 -0
- package/dist/validValues/ingredient/locales/sl.d.ts +6 -0
- package/dist/validValues/ingredient/locales/sl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sl.js +6 -0
- package/dist/validValues/ingredient/locales/sv.d.ts +6 -0
- package/dist/validValues/ingredient/locales/sv.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sv.js +6 -0
- package/package.json +2 -2
- package/src/validValues/ingredient/ingredient.ts +66 -0
- package/src/validValues/ingredient/locales/bg.po +24 -0
- package/src/validValues/ingredient/locales/bg.ts +1 -1
- package/src/validValues/ingredient/locales/cs.po +24 -0
- package/src/validValues/ingredient/locales/cs.ts +1 -1
- package/src/validValues/ingredient/locales/da.po +24 -0
- package/src/validValues/ingredient/locales/da.ts +1 -1
- package/src/validValues/ingredient/locales/de.po +24 -0
- package/src/validValues/ingredient/locales/de.ts +1 -1
- package/src/validValues/ingredient/locales/el.po +24 -0
- package/src/validValues/ingredient/locales/el.ts +1 -1
- package/src/validValues/ingredient/locales/en.po +24 -0
- package/src/validValues/ingredient/locales/en.ts +1 -1
- package/src/validValues/ingredient/locales/es.po +24 -0
- package/src/validValues/ingredient/locales/es.ts +1 -1
- package/src/validValues/ingredient/locales/et.po +24 -0
- package/src/validValues/ingredient/locales/et.ts +1 -1
- package/src/validValues/ingredient/locales/fi.po +24 -0
- package/src/validValues/ingredient/locales/fi.ts +1 -1
- package/src/validValues/ingredient/locales/fr.po +24 -0
- package/src/validValues/ingredient/locales/fr.ts +1 -1
- package/src/validValues/ingredient/locales/ga.po +24 -0
- package/src/validValues/ingredient/locales/ga.ts +1 -1
- package/src/validValues/ingredient/locales/hr.po +24 -0
- package/src/validValues/ingredient/locales/hr.ts +1 -1
- package/src/validValues/ingredient/locales/hu.po +24 -0
- package/src/validValues/ingredient/locales/hu.ts +1 -1
- package/src/validValues/ingredient/locales/it.po +24 -0
- package/src/validValues/ingredient/locales/it.ts +1 -1
- package/src/validValues/ingredient/locales/lt.po +24 -0
- package/src/validValues/ingredient/locales/lt.ts +1 -1
- package/src/validValues/ingredient/locales/lv.po +24 -0
- package/src/validValues/ingredient/locales/lv.ts +1 -1
- package/src/validValues/ingredient/locales/mt.po +24 -0
- package/src/validValues/ingredient/locales/mt.ts +1 -1
- package/src/validValues/ingredient/locales/nl.po +24 -0
- package/src/validValues/ingredient/locales/nl.ts +1 -1
- package/src/validValues/ingredient/locales/pl.po +24 -0
- package/src/validValues/ingredient/locales/pl.ts +1 -1
- package/src/validValues/ingredient/locales/pt.po +24 -0
- package/src/validValues/ingredient/locales/pt.ts +1 -1
- package/src/validValues/ingredient/locales/ro.po +24 -0
- package/src/validValues/ingredient/locales/ro.ts +1 -1
- package/src/validValues/ingredient/locales/sk.po +24 -0
- package/src/validValues/ingredient/locales/sk.ts +1 -1
- package/src/validValues/ingredient/locales/sl.po +24 -0
- package/src/validValues/ingredient/locales/sl.ts +1 -1
- package/src/validValues/ingredient/locales/sv.po +24 -0
- package/src/validValues/ingredient/locales/sv.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [7.5.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.4.5...@bottlebooks/valid-values@7.5.0) (2023-09-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* lowercase ingredients ([e5ea887](https://github.com/bottlebooks/bottlebooks/commit/e5ea887eee561cd20b84cd12625dcfd94ed72caa))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* Add food colours into aromatised wine ingredients ([aeb4ea5](https://github.com/bottlebooks/bottlebooks/commit/aeb4ea52555745e838517f2f5076ee4d2b2a197e))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [7.4.5](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.4.4...@bottlebooks/valid-values@7.4.5) (2023-09-27)
|
|
7
23
|
|
|
8
24
|
|
|
@@ -5,6 +5,12 @@ interface Ingredient extends ValidValueDefinition, IngredientValidValueMetadataD
|
|
|
5
5
|
declare const allIngredients: {
|
|
6
6
|
readonly aleppoPineResin: Ingredient;
|
|
7
7
|
readonly ammoniaCaramel: Ingredient;
|
|
8
|
+
readonly sunsetYellowWithEcode: Ingredient;
|
|
9
|
+
readonly quinolineYellowWithEcode: Ingredient;
|
|
10
|
+
readonly carmoisineWithEcode: Ingredient;
|
|
11
|
+
readonly alluraRedWithEcode: Ingredient;
|
|
12
|
+
readonly tartrazineWithEcode: Ingredient;
|
|
13
|
+
readonly ponceau4RWithEcode: Ingredient;
|
|
8
14
|
readonly ascorbicAcid: Ingredient;
|
|
9
15
|
readonly burnedSugar: Ingredient;
|
|
10
16
|
readonly calciumSulphate: Ingredient;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ingredient.d.ts","sourceRoot":"","sources":["../../../src/validValues/ingredient/ingredient.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAK1E,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,mBAAmB,CAAC;AAEhF,UAAU,UACR,SAAQ,oBAAoB,EAC1B,sCAAsC;CAAG;AAsB7C,QAAA,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"ingredient.d.ts","sourceRoot":"","sources":["../../../src/validValues/ingredient/ingredient.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAK1E,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,mBAAmB,CAAC;AAEhF,UAAU,UACR,SAAQ,oBAAoB,EAC1B,sCAAsC;CAAG;AAsB7C,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAy+BV,CAAC;AAEX,oBAAY,aAAa,GAAG,MAAM,OAAO,cAAc,CAAC;AAExD,eAAO,MAAM,aAAa,IAYzB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -89,6 +89,84 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
89
89
|
productType: _productTypesAromatisedWine["default"]
|
|
90
90
|
}
|
|
91
91
|
}),
|
|
92
|
+
sunsetYellowWithEcode: ingredient({
|
|
93
|
+
key: 'sunsetYellowWithEcode',
|
|
94
|
+
label:
|
|
95
|
+
/*i18n*/
|
|
96
|
+
{
|
|
97
|
+
id: 'validValues.ingredient.sunsetYellowWithEcode',
|
|
98
|
+
message: 'sunset yellow (E 110)'
|
|
99
|
+
},
|
|
100
|
+
metadata: {
|
|
101
|
+
tags: ['COLOUR'],
|
|
102
|
+
productType: _productTypesAromatisedWine["default"]
|
|
103
|
+
}
|
|
104
|
+
}),
|
|
105
|
+
quinolineYellowWithEcode: ingredient({
|
|
106
|
+
key: 'quinolineYellowWithEcode',
|
|
107
|
+
label:
|
|
108
|
+
/*i18n*/
|
|
109
|
+
{
|
|
110
|
+
id: 'validValues.ingredient.quinolineYellowWithEcode',
|
|
111
|
+
message: 'quinoline yellow (E 104)'
|
|
112
|
+
},
|
|
113
|
+
metadata: {
|
|
114
|
+
tags: ['COLOUR'],
|
|
115
|
+
productType: _productTypesAromatisedWine["default"]
|
|
116
|
+
}
|
|
117
|
+
}),
|
|
118
|
+
carmoisineWithEcode: ingredient({
|
|
119
|
+
key: 'carmoisineWithEcode',
|
|
120
|
+
label:
|
|
121
|
+
/*i18n*/
|
|
122
|
+
{
|
|
123
|
+
id: 'validValues.ingredient.carmoisineWithEcode',
|
|
124
|
+
message: 'carmoisine (E 122)'
|
|
125
|
+
},
|
|
126
|
+
metadata: {
|
|
127
|
+
tags: ['COLOUR'],
|
|
128
|
+
productType: _productTypesAromatisedWine["default"]
|
|
129
|
+
}
|
|
130
|
+
}),
|
|
131
|
+
alluraRedWithEcode: ingredient({
|
|
132
|
+
key: 'alluraRedWithEcode',
|
|
133
|
+
label:
|
|
134
|
+
/*i18n*/
|
|
135
|
+
{
|
|
136
|
+
id: 'validValues.ingredient.alluraRedWithEcode',
|
|
137
|
+
message: 'allura red (E 129)'
|
|
138
|
+
},
|
|
139
|
+
metadata: {
|
|
140
|
+
tags: ['COLOUR'],
|
|
141
|
+
productType: _productTypesAromatisedWine["default"]
|
|
142
|
+
}
|
|
143
|
+
}),
|
|
144
|
+
tartrazineWithEcode: ingredient({
|
|
145
|
+
key: 'tartrazineWithEcode',
|
|
146
|
+
label:
|
|
147
|
+
/*i18n*/
|
|
148
|
+
{
|
|
149
|
+
id: 'validValues.ingredient.tartrazineWithEcode',
|
|
150
|
+
message: 'tartrazine (E 102)'
|
|
151
|
+
},
|
|
152
|
+
metadata: {
|
|
153
|
+
tags: ['COLOUR'],
|
|
154
|
+
productType: _productTypesAromatisedWine["default"]
|
|
155
|
+
}
|
|
156
|
+
}),
|
|
157
|
+
ponceau4RWithEcode: ingredient({
|
|
158
|
+
key: 'ponceau4RWithEcode',
|
|
159
|
+
label:
|
|
160
|
+
/*i18n*/
|
|
161
|
+
{
|
|
162
|
+
id: 'validValues.ingredient.ponceau4RWithEcode',
|
|
163
|
+
message: 'ponceau 4R (E 124)'
|
|
164
|
+
},
|
|
165
|
+
metadata: {
|
|
166
|
+
tags: ['COLOUR'],
|
|
167
|
+
productType: _productTypesAromatisedWine["default"]
|
|
168
|
+
}
|
|
169
|
+
}),
|
|
92
170
|
ascorbicAcid: ingredient({
|
|
93
171
|
key: 'ascorbicAcid',
|
|
94
172
|
label:
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const messages: {
|
|
2
2
|
"validValues.ingredient.aleppoPineResin": string;
|
|
3
|
+
"validValues.ingredient.alluraRedWithEcode": string;
|
|
3
4
|
"validValues.ingredient.allylIsothiocyanate": string;
|
|
4
5
|
"validValues.ingredient.ammoniaCaramel": string;
|
|
5
6
|
"validValues.ingredient.ammoniumBisulphite": string;
|
|
@@ -23,6 +24,7 @@ export declare const messages: {
|
|
|
23
24
|
"validValues.ingredient.carbonDioxide.synonymDescription": string;
|
|
24
25
|
"validValues.ingredient.carboxymethylcellulose": string;
|
|
25
26
|
"validValues.ingredient.carboxymethylcellulose.synonymDescription": string;
|
|
27
|
+
"validValues.ingredient.carmoisineWithEcode": string;
|
|
26
28
|
"validValues.ingredient.carobSyrup": string;
|
|
27
29
|
"validValues.ingredient.casein": string;
|
|
28
30
|
"validValues.ingredient.causticSulfiteCaramel": string;
|
|
@@ -97,6 +99,7 @@ export declare const messages: {
|
|
|
97
99
|
"validValues.ingredient.polygalacturonase": string;
|
|
98
100
|
"validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers": string;
|
|
99
101
|
"validValues.ingredient.polyvinylpolypyrrolidone": string;
|
|
102
|
+
"validValues.ingredient.ponceau4RWithEcode": string;
|
|
100
103
|
"validValues.ingredient.potassiumAlginate": string;
|
|
101
104
|
"validValues.ingredient.potassiumBicarbonate": string;
|
|
102
105
|
"validValues.ingredient.potassiumBisulphite": string;
|
|
@@ -114,6 +117,7 @@ export declare const messages: {
|
|
|
114
117
|
"validValues.ingredient.potassiumSorbate.synonymDescription": string;
|
|
115
118
|
"validValues.ingredient.potassiumTartrate": string;
|
|
116
119
|
"validValues.ingredient.potatoesProtein": string;
|
|
120
|
+
"validValues.ingredient.quinolineYellowWithEcode": string;
|
|
117
121
|
"validValues.ingredient.ryeDistillateAndWater": string;
|
|
118
122
|
"validValues.ingredient.selectiveVegetalFibres": string;
|
|
119
123
|
"validValues.ingredient.siliconDioxide": string;
|
|
@@ -125,9 +129,11 @@ export declare const messages: {
|
|
|
125
129
|
"validValues.ingredient.sulphurDioxide": string;
|
|
126
130
|
"validValues.ingredient.sulphurDioxide.synonymDescription": string;
|
|
127
131
|
"validValues.ingredient.sulphurDioxide_eCode": string;
|
|
132
|
+
"validValues.ingredient.sunsetYellowWithEcode": string;
|
|
128
133
|
"validValues.ingredient.tannins": string;
|
|
129
134
|
"validValues.ingredient.tartaricAcid": string;
|
|
130
135
|
"validValues.ingredient.tartaricAcid.synonymDescription": string;
|
|
136
|
+
"validValues.ingredient.tartrazineWithEcode": string;
|
|
131
137
|
"validValues.ingredient.thiamineHydrochloride": string;
|
|
132
138
|
"validValues.ingredient.tirageLiqueur": string;
|
|
133
139
|
"validValues.ingredient.urease": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bg.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/bg.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"bg.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/bg.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2lV,CAAC"}
|
|
@@ -8,6 +8,7 @@ exports.messages = void 0;
|
|
|
8
8
|
/*eslint-disable*/
|
|
9
9
|
var messages = {
|
|
10
10
|
"validValues.ingredient.aleppoPineResin": "смола от алепски бор",
|
|
11
|
+
"validValues.ingredient.alluraRedWithEcode": "червен алура (E 129)",
|
|
11
12
|
"validValues.ingredient.allylIsothiocyanate": "алил изотиоцианат",
|
|
12
13
|
"validValues.ingredient.ammoniaCaramel": "основен сулфит",
|
|
13
14
|
"validValues.ingredient.ammoniumBisulphite": "амониев бисулфит",
|
|
@@ -31,6 +32,7 @@ var messages = {
|
|
|
31
32
|
"validValues.ingredient.carbonDioxide.synonymDescription": "You can use 'carbon dioxide' instead.",
|
|
32
33
|
"validValues.ingredient.carboxymethylcellulose": "карбоксиметилцелулоза",
|
|
33
34
|
"validValues.ingredient.carboxymethylcellulose.synonymDescription": "You can use 'carboxymethylcellulose' instead.",
|
|
35
|
+
"validValues.ingredient.carmoisineWithEcode": "кармоазин (E 122)",
|
|
34
36
|
"validValues.ingredient.carobSyrup": "сироп от рожкови",
|
|
35
37
|
"validValues.ingredient.casein": "<0>млечен</0> казеин",
|
|
36
38
|
"validValues.ingredient.causticSulfiteCaramel": "карамел",
|
|
@@ -105,6 +107,7 @@ var messages = {
|
|
|
105
107
|
"validValues.ingredient.polygalacturonase": "полигалактуроназа",
|
|
106
108
|
"validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers": "кополимерите поливинилимидазол—поливинилпиролидон",
|
|
107
109
|
"validValues.ingredient.polyvinylpolypyrrolidone": "Поливинилполипиролидон",
|
|
110
|
+
"validValues.ingredient.ponceau4RWithEcode": "понсо 4R (E 124)",
|
|
108
111
|
"validValues.ingredient.potassiumAlginate": "Калиев алгинат",
|
|
109
112
|
"validValues.ingredient.potassiumBicarbonate": "калиев бикарбонат",
|
|
110
113
|
"validValues.ingredient.potassiumBisulphite": "калиев бисулфит (<0>сулфити</0>)",
|
|
@@ -122,6 +125,7 @@ var messages = {
|
|
|
122
125
|
"validValues.ingredient.potassiumSorbate.synonymDescription": "You can use 'potassium sorbate' instead.",
|
|
123
126
|
"validValues.ingredient.potassiumTartrate": "калиеви тартрати L(+)",
|
|
124
127
|
"validValues.ingredient.potatoesProtein": "Картофен протеин",
|
|
128
|
+
"validValues.ingredient.quinolineYellowWithEcode": "хинолиново жълто (E 104)",
|
|
125
129
|
"validValues.ingredient.ryeDistillateAndWater": "rye distillate and water",
|
|
126
130
|
"validValues.ingredient.selectiveVegetalFibres": "cелективни растителни влакна",
|
|
127
131
|
"validValues.ingredient.siliconDioxide": "Силициев диоксид",
|
|
@@ -133,9 +137,11 @@ var messages = {
|
|
|
133
137
|
"validValues.ingredient.sulphurDioxide": "<0>серен диоксид</0>",
|
|
134
138
|
"validValues.ingredient.sulphurDioxide.synonymDescription": "You can use 'sulphur dioxide' instead.",
|
|
135
139
|
"validValues.ingredient.sulphurDioxide_eCode": "E 220 (<0>сулфити</0>)",
|
|
140
|
+
"validValues.ingredient.sunsetYellowWithEcode": "сънсет жълто (E 110)",
|
|
136
141
|
"validValues.ingredient.tannins": "танини",
|
|
137
142
|
"validValues.ingredient.tartaricAcid": "d, l-винена киселина или на нейна неутрална калиева сол",
|
|
138
143
|
"validValues.ingredient.tartaricAcid.synonymDescription": "You can use 'tartaric acid' instead.",
|
|
144
|
+
"validValues.ingredient.tartrazineWithEcode": "тартразин (E 102)",
|
|
139
145
|
"validValues.ingredient.thiamineHydrochloride": "тиамин хидрохлорид",
|
|
140
146
|
"validValues.ingredient.tirageLiqueur": "тиражен ликьор",
|
|
141
147
|
"validValues.ingredient.urease": "уреаза",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const messages: {
|
|
2
2
|
"validValues.ingredient.aleppoPineResin": string;
|
|
3
|
+
"validValues.ingredient.alluraRedWithEcode": string;
|
|
3
4
|
"validValues.ingredient.allylIsothiocyanate": string;
|
|
4
5
|
"validValues.ingredient.ammoniaCaramel": string;
|
|
5
6
|
"validValues.ingredient.ammoniumBisulphite": string;
|
|
@@ -23,6 +24,7 @@ export declare const messages: {
|
|
|
23
24
|
"validValues.ingredient.carbonDioxide.synonymDescription": string;
|
|
24
25
|
"validValues.ingredient.carboxymethylcellulose": string;
|
|
25
26
|
"validValues.ingredient.carboxymethylcellulose.synonymDescription": string;
|
|
27
|
+
"validValues.ingredient.carmoisineWithEcode": string;
|
|
26
28
|
"validValues.ingredient.carobSyrup": string;
|
|
27
29
|
"validValues.ingredient.casein": string;
|
|
28
30
|
"validValues.ingredient.causticSulfiteCaramel": string;
|
|
@@ -97,6 +99,7 @@ export declare const messages: {
|
|
|
97
99
|
"validValues.ingredient.polygalacturonase": string;
|
|
98
100
|
"validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers": string;
|
|
99
101
|
"validValues.ingredient.polyvinylpolypyrrolidone": string;
|
|
102
|
+
"validValues.ingredient.ponceau4RWithEcode": string;
|
|
100
103
|
"validValues.ingredient.potassiumAlginate": string;
|
|
101
104
|
"validValues.ingredient.potassiumBicarbonate": string;
|
|
102
105
|
"validValues.ingredient.potassiumBisulphite": string;
|
|
@@ -114,6 +117,7 @@ export declare const messages: {
|
|
|
114
117
|
"validValues.ingredient.potassiumSorbate.synonymDescription": string;
|
|
115
118
|
"validValues.ingredient.potassiumTartrate": string;
|
|
116
119
|
"validValues.ingredient.potatoesProtein": string;
|
|
120
|
+
"validValues.ingredient.quinolineYellowWithEcode": string;
|
|
117
121
|
"validValues.ingredient.ryeDistillateAndWater": string;
|
|
118
122
|
"validValues.ingredient.selectiveVegetalFibres": string;
|
|
119
123
|
"validValues.ingredient.siliconDioxide": string;
|
|
@@ -125,9 +129,11 @@ export declare const messages: {
|
|
|
125
129
|
"validValues.ingredient.sulphurDioxide": string;
|
|
126
130
|
"validValues.ingredient.sulphurDioxide.synonymDescription": string;
|
|
127
131
|
"validValues.ingredient.sulphurDioxide_eCode": string;
|
|
132
|
+
"validValues.ingredient.sunsetYellowWithEcode": string;
|
|
128
133
|
"validValues.ingredient.tannins": string;
|
|
129
134
|
"validValues.ingredient.tartaricAcid": string;
|
|
130
135
|
"validValues.ingredient.tartaricAcid.synonymDescription": string;
|
|
136
|
+
"validValues.ingredient.tartrazineWithEcode": string;
|
|
131
137
|
"validValues.ingredient.thiamineHydrochloride": string;
|
|
132
138
|
"validValues.ingredient.tirageLiqueur": string;
|
|
133
139
|
"validValues.ingredient.urease": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/cs.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/cs.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6pV,CAAC"}
|
|
@@ -8,6 +8,7 @@ exports.messages = void 0;
|
|
|
8
8
|
/*eslint-disable*/
|
|
9
9
|
var messages = {
|
|
10
10
|
"validValues.ingredient.aleppoPineResin": "pryskyřice borovice aleppo",
|
|
11
|
+
"validValues.ingredient.alluraRedWithEcode": "červeň allura (E 129)",
|
|
11
12
|
"validValues.ingredient.allylIsothiocyanate": "allylisothiokyanát",
|
|
12
13
|
"validValues.ingredient.ammoniaCaramel": "amoniakový karamel",
|
|
13
14
|
"validValues.ingredient.ammoniumBisulphite": "hydrogensiřičitan amonný",
|
|
@@ -31,6 +32,7 @@ var messages = {
|
|
|
31
32
|
"validValues.ingredient.carbonDioxide.synonymDescription": "You can use 'carbon dioxide' instead.",
|
|
32
33
|
"validValues.ingredient.carboxymethylcellulose": "karboxymethylcelulóza",
|
|
33
34
|
"validValues.ingredient.carboxymethylcellulose.synonymDescription": "You can use 'carboxymethylcellulose' instead.",
|
|
35
|
+
"validValues.ingredient.carmoisineWithEcode": "azorubin (E 122)",
|
|
34
36
|
"validValues.ingredient.carobSyrup": "sirup z karubinu",
|
|
35
37
|
"validValues.ingredient.casein": "<0>mléčný</0> kasein",
|
|
36
38
|
"validValues.ingredient.causticSulfiteCaramel": "kaustický sulfitový karamel",
|
|
@@ -105,6 +107,7 @@ var messages = {
|
|
|
105
107
|
"validValues.ingredient.polygalacturonase": "polygalakturonáza",
|
|
106
108
|
"validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers": "kopolymery polyvinylimidazolu-polyvinylpyrrolidonu",
|
|
107
109
|
"validValues.ingredient.polyvinylpolypyrrolidone": "Polyvinylpolypyrrolidon",
|
|
110
|
+
"validValues.ingredient.ponceau4RWithEcode": "ponceau 4R (E 124)",
|
|
108
111
|
"validValues.ingredient.potassiumAlginate": "Alginát draselný",
|
|
109
112
|
"validValues.ingredient.potassiumBicarbonate": "hydrogenuhličitan draselný",
|
|
110
113
|
"validValues.ingredient.potassiumBisulphite": "hydrogensiřičitan draselný (<0>siřičitany</0>)",
|
|
@@ -122,6 +125,7 @@ var messages = {
|
|
|
122
125
|
"validValues.ingredient.potassiumSorbate.synonymDescription": "You can use 'potassium sorbate' instead.",
|
|
123
126
|
"validValues.ingredient.potassiumTartrate": "vinan draselný",
|
|
124
127
|
"validValues.ingredient.potatoesProtein": "Bílkoviny z brambor",
|
|
128
|
+
"validValues.ingredient.quinolineYellowWithEcode": "chinolinová žluť SY (E 104)",
|
|
125
129
|
"validValues.ingredient.ryeDistillateAndWater": "rye distillate and water",
|
|
126
130
|
"validValues.ingredient.selectiveVegetalFibres": "selektivní rostlinná vlákna",
|
|
127
131
|
"validValues.ingredient.siliconDioxide": "Oxid křemičitý",
|
|
@@ -133,9 +137,11 @@ var messages = {
|
|
|
133
137
|
"validValues.ingredient.sulphurDioxide": "<0>oxid siřičitý</0>",
|
|
134
138
|
"validValues.ingredient.sulphurDioxide.synonymDescription": "You can use 'sulphur dioxide' instead.",
|
|
135
139
|
"validValues.ingredient.sulphurDioxide_eCode": "E 220 (<0>siřičitany</0>)",
|
|
140
|
+
"validValues.ingredient.sunsetYellowWithEcode": "žluť SY (E 110)",
|
|
136
141
|
"validValues.ingredient.tannins": "taniny",
|
|
137
142
|
"validValues.ingredient.tartaricAcid": "dl-kyselina vinná nebo její neutrální draselná sůl",
|
|
138
143
|
"validValues.ingredient.tartaricAcid.synonymDescription": "You can use 'tartaric acid' instead.",
|
|
144
|
+
"validValues.ingredient.tartrazineWithEcode": "tartrazin (E 102)",
|
|
139
145
|
"validValues.ingredient.thiamineHydrochloride": "thiamin hydrochlorid",
|
|
140
146
|
"validValues.ingredient.tirageLiqueur": "tirážním likérem",
|
|
141
147
|
"validValues.ingredient.urease": "ureáza",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const messages: {
|
|
2
2
|
"validValues.ingredient.aleppoPineResin": string;
|
|
3
|
+
"validValues.ingredient.alluraRedWithEcode": string;
|
|
3
4
|
"validValues.ingredient.allylIsothiocyanate": string;
|
|
4
5
|
"validValues.ingredient.ammoniaCaramel": string;
|
|
5
6
|
"validValues.ingredient.ammoniumBisulphite": string;
|
|
@@ -23,6 +24,7 @@ export declare const messages: {
|
|
|
23
24
|
"validValues.ingredient.carbonDioxide.synonymDescription": string;
|
|
24
25
|
"validValues.ingredient.carboxymethylcellulose": string;
|
|
25
26
|
"validValues.ingredient.carboxymethylcellulose.synonymDescription": string;
|
|
27
|
+
"validValues.ingredient.carmoisineWithEcode": string;
|
|
26
28
|
"validValues.ingredient.carobSyrup": string;
|
|
27
29
|
"validValues.ingredient.casein": string;
|
|
28
30
|
"validValues.ingredient.causticSulfiteCaramel": string;
|
|
@@ -97,6 +99,7 @@ export declare const messages: {
|
|
|
97
99
|
"validValues.ingredient.polygalacturonase": string;
|
|
98
100
|
"validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers": string;
|
|
99
101
|
"validValues.ingredient.polyvinylpolypyrrolidone": string;
|
|
102
|
+
"validValues.ingredient.ponceau4RWithEcode": string;
|
|
100
103
|
"validValues.ingredient.potassiumAlginate": string;
|
|
101
104
|
"validValues.ingredient.potassiumBicarbonate": string;
|
|
102
105
|
"validValues.ingredient.potassiumBisulphite": string;
|
|
@@ -114,6 +117,7 @@ export declare const messages: {
|
|
|
114
117
|
"validValues.ingredient.potassiumSorbate.synonymDescription": string;
|
|
115
118
|
"validValues.ingredient.potassiumTartrate": string;
|
|
116
119
|
"validValues.ingredient.potatoesProtein": string;
|
|
120
|
+
"validValues.ingredient.quinolineYellowWithEcode": string;
|
|
117
121
|
"validValues.ingredient.ryeDistillateAndWater": string;
|
|
118
122
|
"validValues.ingredient.selectiveVegetalFibres": string;
|
|
119
123
|
"validValues.ingredient.siliconDioxide": string;
|
|
@@ -125,9 +129,11 @@ export declare const messages: {
|
|
|
125
129
|
"validValues.ingredient.sulphurDioxide": string;
|
|
126
130
|
"validValues.ingredient.sulphurDioxide.synonymDescription": string;
|
|
127
131
|
"validValues.ingredient.sulphurDioxide_eCode": string;
|
|
132
|
+
"validValues.ingredient.sunsetYellowWithEcode": string;
|
|
128
133
|
"validValues.ingredient.tannins": string;
|
|
129
134
|
"validValues.ingredient.tartaricAcid": string;
|
|
130
135
|
"validValues.ingredient.tartaricAcid.synonymDescription": string;
|
|
136
|
+
"validValues.ingredient.tartrazineWithEcode": string;
|
|
131
137
|
"validValues.ingredient.thiamineHydrochloride": string;
|
|
132
138
|
"validValues.ingredient.tirageLiqueur": string;
|
|
133
139
|
"validValues.ingredient.urease": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"da.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/da.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"da.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/da.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAq2U,CAAC"}
|
|
@@ -8,6 +8,7 @@ exports.messages = void 0;
|
|
|
8
8
|
/*eslint-disable*/
|
|
9
9
|
var messages = {
|
|
10
10
|
"validValues.ingredient.aleppoPineResin": "aleppofyrharpiks",
|
|
11
|
+
"validValues.ingredient.alluraRedWithEcode": "allura red (E 129)",
|
|
11
12
|
"validValues.ingredient.allylIsothiocyanate": "allylisothiocyanat",
|
|
12
13
|
"validValues.ingredient.ammoniaCaramel": "ammonieret karamel",
|
|
13
14
|
"validValues.ingredient.ammoniumBisulphite": "ammoniumbisulfit",
|
|
@@ -31,6 +32,7 @@ var messages = {
|
|
|
31
32
|
"validValues.ingredient.carbonDioxide.synonymDescription": "You can use 'carbon dioxide' instead.",
|
|
32
33
|
"validValues.ingredient.carboxymethylcellulose": "carboxymethylcellulose",
|
|
33
34
|
"validValues.ingredient.carboxymethylcellulose.synonymDescription": "You can use 'carboxymethylcellulose' instead.",
|
|
35
|
+
"validValues.ingredient.carmoisineWithEcode": "carmoisin (E 122)",
|
|
34
36
|
"validValues.ingredient.carobSyrup": "sirup af johannesbrød",
|
|
35
37
|
"validValues.ingredient.casein": "<0>mælkecasein</0>",
|
|
36
38
|
"validValues.ingredient.causticSulfiteCaramel": "kaustisk sulfiteret karamel",
|
|
@@ -105,6 +107,7 @@ var messages = {
|
|
|
105
107
|
"validValues.ingredient.polygalacturonase": "polygalakturonase",
|
|
106
108
|
"validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers": "polyvinylimidazol- og polyvinylpyrrolidon-copolymerer",
|
|
107
109
|
"validValues.ingredient.polyvinylpolypyrrolidone": "polyvinylpolypyrrolidon",
|
|
110
|
+
"validValues.ingredient.ponceau4RWithEcode": "ponceau 4R (E 124)",
|
|
108
111
|
"validValues.ingredient.potassiumAlginate": "kaliumalginat",
|
|
109
112
|
"validValues.ingredient.potassiumBicarbonate": "kaliumbicarbonat",
|
|
110
113
|
"validValues.ingredient.potassiumBisulphite": "kaliumbisulfit (<0>sulfitter</0>)",
|
|
@@ -122,6 +125,7 @@ var messages = {
|
|
|
122
125
|
"validValues.ingredient.potassiumSorbate.synonymDescription": "You can use 'potassium sorbate' instead.",
|
|
123
126
|
"validValues.ingredient.potassiumTartrate": "kalium tartrat",
|
|
124
127
|
"validValues.ingredient.potatoesProtein": "kartoffelprotein",
|
|
128
|
+
"validValues.ingredient.quinolineYellowWithEcode": "quinolin gult (E 104)",
|
|
125
129
|
"validValues.ingredient.ryeDistillateAndWater": "rye distillate and water",
|
|
126
130
|
"validValues.ingredient.selectiveVegetalFibres": "selektive plantefibre",
|
|
127
131
|
"validValues.ingredient.siliconDioxide": "siliciumdioxid",
|
|
@@ -133,9 +137,11 @@ var messages = {
|
|
|
133
137
|
"validValues.ingredient.sulphurDioxide": "<0>svovldioxid</0>",
|
|
134
138
|
"validValues.ingredient.sulphurDioxide.synonymDescription": "You can use 'sulphur dioxide' instead.",
|
|
135
139
|
"validValues.ingredient.sulphurDioxide_eCode": "E 220 (<0>sulfitter</0>)",
|
|
140
|
+
"validValues.ingredient.sunsetYellowWithEcode": "sunset Yellow (E 110)",
|
|
136
141
|
"validValues.ingredient.tannins": "tanniner",
|
|
137
142
|
"validValues.ingredient.tartaricAcid": "vinsyre d, l- eller dens neutrale kaliumsalt",
|
|
138
143
|
"validValues.ingredient.tartaricAcid.synonymDescription": "You can use 'tartaric acid' instead.",
|
|
144
|
+
"validValues.ingredient.tartrazineWithEcode": "tartrazin (E 102)",
|
|
139
145
|
"validValues.ingredient.thiamineHydrochloride": "thiaminhydrochlorid",
|
|
140
146
|
"validValues.ingredient.tirageLiqueur": "tiragelikør",
|
|
141
147
|
"validValues.ingredient.urease": "urease",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const messages: {
|
|
2
2
|
"validValues.ingredient.aleppoPineResin": string;
|
|
3
|
+
"validValues.ingredient.alluraRedWithEcode": string;
|
|
3
4
|
"validValues.ingredient.allylIsothiocyanate": string;
|
|
4
5
|
"validValues.ingredient.ammoniaCaramel": string;
|
|
5
6
|
"validValues.ingredient.ammoniumBisulphite": string;
|
|
@@ -23,6 +24,7 @@ export declare const messages: {
|
|
|
23
24
|
"validValues.ingredient.carbonDioxide.synonymDescription": string;
|
|
24
25
|
"validValues.ingredient.carboxymethylcellulose": string;
|
|
25
26
|
"validValues.ingredient.carboxymethylcellulose.synonymDescription": string;
|
|
27
|
+
"validValues.ingredient.carmoisineWithEcode": string;
|
|
26
28
|
"validValues.ingredient.carobSyrup": string;
|
|
27
29
|
"validValues.ingredient.casein": string;
|
|
28
30
|
"validValues.ingredient.causticSulfiteCaramel": string;
|
|
@@ -97,6 +99,7 @@ export declare const messages: {
|
|
|
97
99
|
"validValues.ingredient.polygalacturonase": string;
|
|
98
100
|
"validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers": string;
|
|
99
101
|
"validValues.ingredient.polyvinylpolypyrrolidone": string;
|
|
102
|
+
"validValues.ingredient.ponceau4RWithEcode": string;
|
|
100
103
|
"validValues.ingredient.potassiumAlginate": string;
|
|
101
104
|
"validValues.ingredient.potassiumBicarbonate": string;
|
|
102
105
|
"validValues.ingredient.potassiumBisulphite": string;
|
|
@@ -114,6 +117,7 @@ export declare const messages: {
|
|
|
114
117
|
"validValues.ingredient.potassiumSorbate.synonymDescription": string;
|
|
115
118
|
"validValues.ingredient.potassiumTartrate": string;
|
|
116
119
|
"validValues.ingredient.potatoesProtein": string;
|
|
120
|
+
"validValues.ingredient.quinolineYellowWithEcode": string;
|
|
117
121
|
"validValues.ingredient.ryeDistillateAndWater": string;
|
|
118
122
|
"validValues.ingredient.selectiveVegetalFibres": string;
|
|
119
123
|
"validValues.ingredient.siliconDioxide": string;
|
|
@@ -125,9 +129,11 @@ export declare const messages: {
|
|
|
125
129
|
"validValues.ingredient.sulphurDioxide": string;
|
|
126
130
|
"validValues.ingredient.sulphurDioxide.synonymDescription": string;
|
|
127
131
|
"validValues.ingredient.sulphurDioxide_eCode": string;
|
|
132
|
+
"validValues.ingredient.sunsetYellowWithEcode": string;
|
|
128
133
|
"validValues.ingredient.tannins": string;
|
|
129
134
|
"validValues.ingredient.tartaricAcid": string;
|
|
130
135
|
"validValues.ingredient.tartaricAcid.synonymDescription": string;
|
|
136
|
+
"validValues.ingredient.tartrazineWithEcode": string;
|
|
131
137
|
"validValues.ingredient.thiamineHydrochloride": string;
|
|
132
138
|
"validValues.ingredient.tirageLiqueur": string;
|
|
133
139
|
"validValues.ingredient.urease": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/de.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/de.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAg9U,CAAC"}
|
|
@@ -8,6 +8,7 @@ exports.messages = void 0;
|
|
|
8
8
|
/*eslint-disable*/
|
|
9
9
|
var messages = {
|
|
10
10
|
"validValues.ingredient.aleppoPineResin": "Aleppokiefernharz",
|
|
11
|
+
"validValues.ingredient.alluraRedWithEcode": "Allurarot AC (E 129)",
|
|
11
12
|
"validValues.ingredient.allylIsothiocyanate": "Allylisothiocyanat",
|
|
12
13
|
"validValues.ingredient.ammoniaCaramel": "Ammoniak-Zuckerkulör",
|
|
13
14
|
"validValues.ingredient.ammoniumBisulphite": "Ammoniumbisulfit",
|
|
@@ -31,6 +32,7 @@ var messages = {
|
|
|
31
32
|
"validValues.ingredient.carbonDioxide.synonymDescription": "You can use 'carbon dioxide' instead.",
|
|
32
33
|
"validValues.ingredient.carboxymethylcellulose": "Carboxymethylcellulose",
|
|
33
34
|
"validValues.ingredient.carboxymethylcellulose.synonymDescription": "You can use 'carboxymethylcellulose' instead.",
|
|
35
|
+
"validValues.ingredient.carmoisineWithEcode": "Azorubin (E 122) ",
|
|
34
36
|
"validValues.ingredient.carobSyrup": "Johannisbrotsirup",
|
|
35
37
|
"validValues.ingredient.casein": "Kasein aus <0>Milch</0>",
|
|
36
38
|
"validValues.ingredient.causticSulfiteCaramel": "Sulfitlaugen-Zuckerkulör",
|
|
@@ -105,6 +107,7 @@ var messages = {
|
|
|
105
107
|
"validValues.ingredient.polygalacturonase": "Polygalacturonase",
|
|
106
108
|
"validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers": "Polyvinylimidazol-Polyvinylpyrrolidon-Copolymere",
|
|
107
109
|
"validValues.ingredient.polyvinylpolypyrrolidone": "Polyvinylpolypyrrolidon",
|
|
110
|
+
"validValues.ingredient.ponceau4RWithEcode": "Cochenillerot A (E 124)",
|
|
108
111
|
"validValues.ingredient.potassiumAlginate": "Kaliumalginat",
|
|
109
112
|
"validValues.ingredient.potassiumBicarbonate": "Kaliumbicarbonat",
|
|
110
113
|
"validValues.ingredient.potassiumBisulphite": "Kaliumbisulfit (<0>Sulfite</0>)",
|
|
@@ -122,6 +125,7 @@ var messages = {
|
|
|
122
125
|
"validValues.ingredient.potassiumSorbate.synonymDescription": "You can use 'potassium sorbate' instead.",
|
|
123
126
|
"validValues.ingredient.potassiumTartrate": "Kalium tartrat",
|
|
124
127
|
"validValues.ingredient.potatoesProtein": "Kartoffelprotein",
|
|
128
|
+
"validValues.ingredient.quinolineYellowWithEcode": "Chinolingelb (E 104)",
|
|
125
129
|
"validValues.ingredient.ryeDistillateAndWater": "rye distillate and water",
|
|
126
130
|
"validValues.ingredient.selectiveVegetalFibres": "Selektive Pflanzenfasern",
|
|
127
131
|
"validValues.ingredient.siliconDioxide": "Siliciumdioxid",
|
|
@@ -133,9 +137,11 @@ var messages = {
|
|
|
133
137
|
"validValues.ingredient.sulphurDioxide": "<0>Schwefeldioxid</0>",
|
|
134
138
|
"validValues.ingredient.sulphurDioxide.synonymDescription": "You can use 'sulphur dioxide' instead.",
|
|
135
139
|
"validValues.ingredient.sulphurDioxide_eCode": "E 220 (<0>Sulfite</0>)",
|
|
140
|
+
"validValues.ingredient.sunsetYellowWithEcode": "Gelborange S (E 110)",
|
|
136
141
|
"validValues.ingredient.tannins": "Tannine",
|
|
137
142
|
"validValues.ingredient.tartaricAcid": "Weinsäure D, L- oder ihr neutrales Kaliumsalz",
|
|
138
143
|
"validValues.ingredient.tartaricAcid.synonymDescription": "You can use 'tartaric acid' instead.",
|
|
144
|
+
"validValues.ingredient.tartrazineWithEcode": "Tartrazin (E 102)",
|
|
139
145
|
"validValues.ingredient.thiamineHydrochloride": "Thiaminhydrochlorid",
|
|
140
146
|
"validValues.ingredient.tirageLiqueur": "Fülldosage",
|
|
141
147
|
"validValues.ingredient.urease": "Urease",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const messages: {
|
|
2
2
|
"validValues.ingredient.aleppoPineResin": string;
|
|
3
|
+
"validValues.ingredient.alluraRedWithEcode": string;
|
|
3
4
|
"validValues.ingredient.allylIsothiocyanate": string;
|
|
4
5
|
"validValues.ingredient.ammoniaCaramel": string;
|
|
5
6
|
"validValues.ingredient.ammoniumBisulphite": string;
|
|
@@ -23,6 +24,7 @@ export declare const messages: {
|
|
|
23
24
|
"validValues.ingredient.carbonDioxide.synonymDescription": string;
|
|
24
25
|
"validValues.ingredient.carboxymethylcellulose": string;
|
|
25
26
|
"validValues.ingredient.carboxymethylcellulose.synonymDescription": string;
|
|
27
|
+
"validValues.ingredient.carmoisineWithEcode": string;
|
|
26
28
|
"validValues.ingredient.carobSyrup": string;
|
|
27
29
|
"validValues.ingredient.casein": string;
|
|
28
30
|
"validValues.ingredient.causticSulfiteCaramel": string;
|
|
@@ -97,6 +99,7 @@ export declare const messages: {
|
|
|
97
99
|
"validValues.ingredient.polygalacturonase": string;
|
|
98
100
|
"validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers": string;
|
|
99
101
|
"validValues.ingredient.polyvinylpolypyrrolidone": string;
|
|
102
|
+
"validValues.ingredient.ponceau4RWithEcode": string;
|
|
100
103
|
"validValues.ingredient.potassiumAlginate": string;
|
|
101
104
|
"validValues.ingredient.potassiumBicarbonate": string;
|
|
102
105
|
"validValues.ingredient.potassiumBisulphite": string;
|
|
@@ -114,6 +117,7 @@ export declare const messages: {
|
|
|
114
117
|
"validValues.ingredient.potassiumSorbate.synonymDescription": string;
|
|
115
118
|
"validValues.ingredient.potassiumTartrate": string;
|
|
116
119
|
"validValues.ingredient.potatoesProtein": string;
|
|
120
|
+
"validValues.ingredient.quinolineYellowWithEcode": string;
|
|
117
121
|
"validValues.ingredient.ryeDistillateAndWater": string;
|
|
118
122
|
"validValues.ingredient.selectiveVegetalFibres": string;
|
|
119
123
|
"validValues.ingredient.siliconDioxide": string;
|
|
@@ -125,9 +129,11 @@ export declare const messages: {
|
|
|
125
129
|
"validValues.ingredient.sulphurDioxide": string;
|
|
126
130
|
"validValues.ingredient.sulphurDioxide.synonymDescription": string;
|
|
127
131
|
"validValues.ingredient.sulphurDioxide_eCode": string;
|
|
132
|
+
"validValues.ingredient.sunsetYellowWithEcode": string;
|
|
128
133
|
"validValues.ingredient.tannins": string;
|
|
129
134
|
"validValues.ingredient.tartaricAcid": string;
|
|
130
135
|
"validValues.ingredient.tartaricAcid.synonymDescription": string;
|
|
136
|
+
"validValues.ingredient.tartrazineWithEcode": string;
|
|
131
137
|
"validValues.ingredient.thiamineHydrochloride": string;
|
|
132
138
|
"validValues.ingredient.tirageLiqueur": string;
|
|
133
139
|
"validValues.ingredient.urease": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"el.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/el.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"el.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/el.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAq0V,CAAC"}
|
|
@@ -8,6 +8,7 @@ exports.messages = void 0;
|
|
|
8
8
|
/*eslint-disable*/
|
|
9
9
|
var messages = {
|
|
10
10
|
"validValues.ingredient.aleppoPineResin": "ρητίνη πεύκης της χαλεπίου",
|
|
11
|
+
"validValues.ingredient.alluraRedWithEcode": "ερυθρό Allura (E 129)",
|
|
11
12
|
"validValues.ingredient.allylIsothiocyanate": "allyl isothiocyanate",
|
|
12
13
|
"validValues.ingredient.ammoniaCaramel": "εναμμώνιο καραμελόχρωμα",
|
|
13
14
|
"validValues.ingredient.ammoniumBisulphite": "όξινο θειώδες αμμώνιο",
|
|
@@ -31,6 +32,7 @@ var messages = {
|
|
|
31
32
|
"validValues.ingredient.carbonDioxide.synonymDescription": "You can use 'carbon dioxide' instead.",
|
|
32
33
|
"validValues.ingredient.carboxymethylcellulose": "καρβοξυμεθυλοκυτταρίνη",
|
|
33
34
|
"validValues.ingredient.carboxymethylcellulose.synonymDescription": "You can use 'carboxymethylcellulose' instead.",
|
|
35
|
+
"validValues.ingredient.carmoisineWithEcode": "καρμοϊσίνη (Ε 122)",
|
|
34
36
|
"validValues.ingredient.carobSyrup": "σιρόπι από χαρούπια",
|
|
35
37
|
"validValues.ingredient.casein": "καζεΐνη <0>γάλακτος</0>",
|
|
36
38
|
"validValues.ingredient.causticSulfiteCaramel": "καυστικό θειώδες καραμελόχρωμα",
|
|
@@ -105,6 +107,7 @@ var messages = {
|
|
|
105
107
|
"validValues.ingredient.polygalacturonase": "πολυγαλακτουρονάση",
|
|
106
108
|
"validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers": "συμπολυμερή πολυβινυλιμιδαζολίου-πολυβινυλοπυρρολιδόνης",
|
|
107
109
|
"validValues.ingredient.polyvinylpolypyrrolidone": "πολυβινυλοπολυπυρρολιδόνη",
|
|
110
|
+
"validValues.ingredient.ponceau4RWithEcode": "πονσώ 4R (Ε124)",
|
|
108
111
|
"validValues.ingredient.potassiumAlginate": "αλγινικό κάλιο'",
|
|
109
112
|
"validValues.ingredient.potassiumBicarbonate": "Όξινο ανθρακικό κάλιο",
|
|
110
113
|
"validValues.ingredient.potassiumBisulphite": "Όξινο διθειώδες κάλιο (<0>θειώδη</0>)",
|
|
@@ -122,6 +125,7 @@ var messages = {
|
|
|
122
125
|
"validValues.ingredient.potassiumSorbate.synonymDescription": "You can use 'potassium sorbate' instead.",
|
|
123
126
|
"validValues.ingredient.potassiumTartrate": "Τρυγικά άλατα του καλίου",
|
|
124
127
|
"validValues.ingredient.potatoesProtein": "πρωτεΐνη από πατάτες",
|
|
128
|
+
"validValues.ingredient.quinolineYellowWithEcode": "κίτρινο Κινολίνης (E 104)",
|
|
125
129
|
"validValues.ingredient.ryeDistillateAndWater": "rye distillate and water",
|
|
126
130
|
"validValues.ingredient.selectiveVegetalFibres": "Επιλεκτικές φυτικές ίνες",
|
|
127
131
|
"validValues.ingredient.siliconDioxide": "πήκτωμα ή κολλοειδές διάλυμα διοξειδίου του πυριτίου",
|
|
@@ -133,9 +137,11 @@ var messages = {
|
|
|
133
137
|
"validValues.ingredient.sulphurDioxide": "<0>διοξείδιο του θείου</0>",
|
|
134
138
|
"validValues.ingredient.sulphurDioxide.synonymDescription": "You can use 'sulphur dioxide' instead.",
|
|
135
139
|
"validValues.ingredient.sulphurDioxide_eCode": "E 220 (<0>θειώδη</0>)",
|
|
140
|
+
"validValues.ingredient.sunsetYellowWithEcode": "κίτρινο Sunset (E 110)",
|
|
136
141
|
"validValues.ingredient.tannins": "τανίνες",
|
|
137
142
|
"validValues.ingredient.tartaricAcid": "d, l-τρυγικό οξύ ή το ουδέτερο άλας του με κάλιο",
|
|
138
143
|
"validValues.ingredient.tartaricAcid.synonymDescription": "You can use 'tartaric acid' instead.",
|
|
144
|
+
"validValues.ingredient.tartrazineWithEcode": "ταρτραζίνη (Ε102)",
|
|
139
145
|
"validValues.ingredient.thiamineHydrochloride": "υδροχλωρική θειαμίνη",
|
|
140
146
|
"validValues.ingredient.tirageLiqueur": "liqueur de tirage",
|
|
141
147
|
"validValues.ingredient.urease": "ουρεάση",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const messages: {
|
|
2
2
|
"validValues.ingredient.aleppoPineResin": string;
|
|
3
|
+
"validValues.ingredient.alluraRedWithEcode": string;
|
|
3
4
|
"validValues.ingredient.allylIsothiocyanate": string;
|
|
4
5
|
"validValues.ingredient.ammoniaCaramel": string;
|
|
5
6
|
"validValues.ingredient.ammoniumBisulphite": string;
|
|
@@ -23,6 +24,7 @@ export declare const messages: {
|
|
|
23
24
|
"validValues.ingredient.carbonDioxide.synonymDescription": string;
|
|
24
25
|
"validValues.ingredient.carboxymethylcellulose": string;
|
|
25
26
|
"validValues.ingredient.carboxymethylcellulose.synonymDescription": string;
|
|
27
|
+
"validValues.ingredient.carmoisineWithEcode": string;
|
|
26
28
|
"validValues.ingredient.carobSyrup": string;
|
|
27
29
|
"validValues.ingredient.casein": string;
|
|
28
30
|
"validValues.ingredient.causticSulfiteCaramel": string;
|
|
@@ -97,6 +99,7 @@ export declare const messages: {
|
|
|
97
99
|
"validValues.ingredient.polygalacturonase": string;
|
|
98
100
|
"validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers": string;
|
|
99
101
|
"validValues.ingredient.polyvinylpolypyrrolidone": string;
|
|
102
|
+
"validValues.ingredient.ponceau4RWithEcode": string;
|
|
100
103
|
"validValues.ingredient.potassiumAlginate": string;
|
|
101
104
|
"validValues.ingredient.potassiumBicarbonate": string;
|
|
102
105
|
"validValues.ingredient.potassiumBisulphite": string;
|
|
@@ -114,6 +117,7 @@ export declare const messages: {
|
|
|
114
117
|
"validValues.ingredient.potassiumSorbate.synonymDescription": string;
|
|
115
118
|
"validValues.ingredient.potassiumTartrate": string;
|
|
116
119
|
"validValues.ingredient.potatoesProtein": string;
|
|
120
|
+
"validValues.ingredient.quinolineYellowWithEcode": string;
|
|
117
121
|
"validValues.ingredient.ryeDistillateAndWater": string;
|
|
118
122
|
"validValues.ingredient.selectiveVegetalFibres": string;
|
|
119
123
|
"validValues.ingredient.siliconDioxide": string;
|
|
@@ -125,9 +129,11 @@ export declare const messages: {
|
|
|
125
129
|
"validValues.ingredient.sulphurDioxide": string;
|
|
126
130
|
"validValues.ingredient.sulphurDioxide.synonymDescription": string;
|
|
127
131
|
"validValues.ingredient.sulphurDioxide_eCode": string;
|
|
132
|
+
"validValues.ingredient.sunsetYellowWithEcode": string;
|
|
128
133
|
"validValues.ingredient.tannins": string;
|
|
129
134
|
"validValues.ingredient.tartaricAcid": string;
|
|
130
135
|
"validValues.ingredient.tartaricAcid.synonymDescription": string;
|
|
136
|
+
"validValues.ingredient.tartrazineWithEcode": string;
|
|
131
137
|
"validValues.ingredient.thiamineHydrochloride": string;
|
|
132
138
|
"validValues.ingredient.tirageLiqueur": string;
|
|
133
139
|
"validValues.ingredient.urease": string;
|