@bottlebooks/valid-values 7.6.0 → 7.7.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 +11 -0
- package/dist/validValues/ingredient/ingredient.d.ts +3 -0
- package/dist/validValues/ingredient/ingredient.d.ts.map +1 -1
- package/dist/validValues/ingredient/ingredient.js +39 -0
- package/dist/validValues/ingredient/locales/bg.d.ts +3 -0
- package/dist/validValues/ingredient/locales/bg.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/bg.js +3 -0
- package/dist/validValues/ingredient/locales/cs.d.ts +3 -0
- package/dist/validValues/ingredient/locales/cs.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/cs.js +3 -0
- package/dist/validValues/ingredient/locales/da.d.ts +3 -0
- package/dist/validValues/ingredient/locales/da.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/da.js +3 -0
- package/dist/validValues/ingredient/locales/de.d.ts +3 -0
- package/dist/validValues/ingredient/locales/de.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/de.js +4 -1
- package/dist/validValues/ingredient/locales/el.d.ts +3 -0
- package/dist/validValues/ingredient/locales/el.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/el.js +3 -0
- package/dist/validValues/ingredient/locales/en.d.ts +3 -0
- package/dist/validValues/ingredient/locales/en.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/en.js +3 -0
- package/dist/validValues/ingredient/locales/es.d.ts +3 -0
- package/dist/validValues/ingredient/locales/es.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/es.js +4 -1
- package/dist/validValues/ingredient/locales/et.d.ts +3 -0
- package/dist/validValues/ingredient/locales/et.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/et.js +4 -1
- package/dist/validValues/ingredient/locales/fi.d.ts +3 -0
- package/dist/validValues/ingredient/locales/fi.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/fi.js +3 -0
- package/dist/validValues/ingredient/locales/fr.d.ts +3 -0
- package/dist/validValues/ingredient/locales/fr.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/fr.js +3 -0
- package/dist/validValues/ingredient/locales/ga.d.ts +3 -0
- package/dist/validValues/ingredient/locales/ga.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/ga.js +3 -0
- package/dist/validValues/ingredient/locales/hr.d.ts +3 -0
- package/dist/validValues/ingredient/locales/hr.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/hr.js +3 -0
- package/dist/validValues/ingredient/locales/hu.d.ts +3 -0
- package/dist/validValues/ingredient/locales/hu.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/hu.js +3 -0
- package/dist/validValues/ingredient/locales/it.d.ts +3 -0
- package/dist/validValues/ingredient/locales/it.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/it.js +3 -0
- package/dist/validValues/ingredient/locales/lt.d.ts +3 -0
- package/dist/validValues/ingredient/locales/lt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/lt.js +3 -0
- package/dist/validValues/ingredient/locales/lv.d.ts +3 -0
- package/dist/validValues/ingredient/locales/lv.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/lv.js +3 -0
- package/dist/validValues/ingredient/locales/mt.d.ts +3 -0
- package/dist/validValues/ingredient/locales/mt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/mt.js +4 -1
- package/dist/validValues/ingredient/locales/nl.d.ts +3 -0
- package/dist/validValues/ingredient/locales/nl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/nl.js +3 -0
- package/dist/validValues/ingredient/locales/pl.d.ts +3 -0
- package/dist/validValues/ingredient/locales/pl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/pl.js +3 -0
- package/dist/validValues/ingredient/locales/pt.d.ts +3 -0
- package/dist/validValues/ingredient/locales/pt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/pt.js +3 -0
- package/dist/validValues/ingredient/locales/ro.d.ts +3 -0
- package/dist/validValues/ingredient/locales/ro.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/ro.js +3 -0
- package/dist/validValues/ingredient/locales/sk.d.ts +3 -0
- package/dist/validValues/ingredient/locales/sk.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sk.js +3 -0
- package/dist/validValues/ingredient/locales/sl.d.ts +3 -0
- package/dist/validValues/ingredient/locales/sl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sl.js +3 -0
- package/dist/validValues/ingredient/locales/sv.d.ts +3 -0
- package/dist/validValues/ingredient/locales/sv.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sv.js +3 -0
- package/package.json +2 -2
- package/src/validValues/ingredient/ingredient.ts +33 -0
- package/src/validValues/ingredient/locales/bg.po +12 -0
- package/src/validValues/ingredient/locales/bg.ts +1 -1
- package/src/validValues/ingredient/locales/cs.po +12 -0
- package/src/validValues/ingredient/locales/cs.ts +1 -1
- package/src/validValues/ingredient/locales/da.po +12 -0
- package/src/validValues/ingredient/locales/da.ts +1 -1
- package/src/validValues/ingredient/locales/de.po +13 -1
- package/src/validValues/ingredient/locales/de.ts +1 -1
- package/src/validValues/ingredient/locales/el.po +12 -0
- package/src/validValues/ingredient/locales/el.ts +1 -1
- package/src/validValues/ingredient/locales/en.po +12 -0
- package/src/validValues/ingredient/locales/en.ts +1 -1
- package/src/validValues/ingredient/locales/es.po +13 -1
- package/src/validValues/ingredient/locales/es.ts +1 -1
- package/src/validValues/ingredient/locales/et.po +13 -1
- package/src/validValues/ingredient/locales/et.ts +1 -1
- package/src/validValues/ingredient/locales/fi.po +12 -0
- package/src/validValues/ingredient/locales/fi.ts +1 -1
- package/src/validValues/ingredient/locales/fr.po +12 -0
- package/src/validValues/ingredient/locales/fr.ts +1 -1
- package/src/validValues/ingredient/locales/ga.po +12 -0
- package/src/validValues/ingredient/locales/ga.ts +1 -1
- package/src/validValues/ingredient/locales/hr.po +12 -0
- package/src/validValues/ingredient/locales/hr.ts +1 -1
- package/src/validValues/ingredient/locales/hu.po +12 -0
- package/src/validValues/ingredient/locales/hu.ts +1 -1
- package/src/validValues/ingredient/locales/it.po +12 -0
- package/src/validValues/ingredient/locales/it.ts +1 -1
- package/src/validValues/ingredient/locales/lt.po +12 -0
- package/src/validValues/ingredient/locales/lt.ts +1 -1
- package/src/validValues/ingredient/locales/lv.po +12 -0
- package/src/validValues/ingredient/locales/lv.ts +1 -1
- package/src/validValues/ingredient/locales/mt.po +13 -1
- package/src/validValues/ingredient/locales/mt.ts +1 -1
- package/src/validValues/ingredient/locales/nl.po +12 -0
- package/src/validValues/ingredient/locales/nl.ts +1 -1
- package/src/validValues/ingredient/locales/pl.po +12 -0
- package/src/validValues/ingredient/locales/pl.ts +1 -1
- package/src/validValues/ingredient/locales/pt.po +12 -0
- package/src/validValues/ingredient/locales/pt.ts +1 -1
- package/src/validValues/ingredient/locales/ro.po +12 -0
- package/src/validValues/ingredient/locales/ro.ts +1 -1
- package/src/validValues/ingredient/locales/sk.po +12 -0
- package/src/validValues/ingredient/locales/sk.ts +1 -1
- package/src/validValues/ingredient/locales/sl.po +12 -0
- package/src/validValues/ingredient/locales/sl.ts +1 -1
- package/src/validValues/ingredient/locales/sv.po +12 -0
- package/src/validValues/ingredient/locales/sv.ts +1 -1
|
@@ -66,7 +66,10 @@ var messages = {
|
|
|
66
66
|
"validValues.ingredient.expeditionLiqueur": "likur ta' spedizzjoni",
|
|
67
67
|
"validValues.ingredient.flavouring": "aroma",
|
|
68
68
|
"validValues.ingredient.flavouringNatural": "preparazzjonijiet naturali",
|
|
69
|
-
"validValues.ingredient.
|
|
69
|
+
"validValues.ingredient.flavouringSmoke": "ħwawar bl-affumikazzjoni",
|
|
70
|
+
"validValues.ingredient.flavourings": "aromatizzanti",
|
|
71
|
+
"validValues.ingredient.flavouringsNatural": "aromatizzanti naturali",
|
|
72
|
+
"validValues.ingredient.flavouringsSmoke": "aromatizzanti bl-affumikazzjoni",
|
|
70
73
|
"validValues.ingredient.freshBeerDistillateAndWater": "Fresh beer distillate and Water",
|
|
71
74
|
"validValues.ingredient.freshLees": "karfa friska",
|
|
72
75
|
"validValues.ingredient.fumaricAcid": "aċidu fumariku",
|
|
@@ -58,7 +58,10 @@ export declare const messages: {
|
|
|
58
58
|
"validValues.ingredient.expeditionLiqueur": string;
|
|
59
59
|
"validValues.ingredient.flavouring": string;
|
|
60
60
|
"validValues.ingredient.flavouringNatural": string;
|
|
61
|
+
"validValues.ingredient.flavouringSmoke": string;
|
|
61
62
|
"validValues.ingredient.flavourings": string;
|
|
63
|
+
"validValues.ingredient.flavouringsNatural": string;
|
|
64
|
+
"validValues.ingredient.flavouringsSmoke": string;
|
|
62
65
|
"validValues.ingredient.freshBeerDistillateAndWater": string;
|
|
63
66
|
"validValues.ingredient.freshLees": string;
|
|
64
67
|
"validValues.ingredient.fumaricAcid": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nl.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/nl.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"nl.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/nl.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+0V,CAAC"}
|
|
@@ -66,7 +66,10 @@ var messages = {
|
|
|
66
66
|
"validValues.ingredient.expeditionLiqueur": "dosagelikeur",
|
|
67
67
|
"validValues.ingredient.flavouring": "aroma",
|
|
68
68
|
"validValues.ingredient.flavouringNatural": "natuurlijke aromastoffen",
|
|
69
|
+
"validValues.ingredient.flavouringSmoke": "rookaroma",
|
|
69
70
|
"validValues.ingredient.flavourings": "aroma’s",
|
|
71
|
+
"validValues.ingredient.flavouringsNatural": "natuurlijke aroma’s",
|
|
72
|
+
"validValues.ingredient.flavouringsSmoke": "rookaroma’s",
|
|
70
73
|
"validValues.ingredient.freshBeerDistillateAndWater": "Fresh beer distillate and Water",
|
|
71
74
|
"validValues.ingredient.freshLees": "verse wijnmoer",
|
|
72
75
|
"validValues.ingredient.fumaricAcid": "fumaarzuur",
|
|
@@ -58,7 +58,10 @@ export declare const messages: {
|
|
|
58
58
|
"validValues.ingredient.expeditionLiqueur": string;
|
|
59
59
|
"validValues.ingredient.flavouring": string;
|
|
60
60
|
"validValues.ingredient.flavouringNatural": string;
|
|
61
|
+
"validValues.ingredient.flavouringSmoke": string;
|
|
61
62
|
"validValues.ingredient.flavourings": string;
|
|
63
|
+
"validValues.ingredient.flavouringsNatural": string;
|
|
64
|
+
"validValues.ingredient.flavouringsSmoke": string;
|
|
62
65
|
"validValues.ingredient.freshBeerDistillateAndWater": string;
|
|
63
66
|
"validValues.ingredient.freshLees": string;
|
|
64
67
|
"validValues.ingredient.fumaricAcid": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pl.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/pl.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"pl.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/pl.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+iW,CAAC"}
|
|
@@ -66,7 +66,10 @@ var messages = {
|
|
|
66
66
|
"validValues.ingredient.expeditionLiqueur": "expedition liqueur",
|
|
67
67
|
"validValues.ingredient.flavouring": "aromat",
|
|
68
68
|
"validValues.ingredient.flavouringNatural": "naturalny aromat",
|
|
69
|
+
"validValues.ingredient.flavouringSmoke": "środek aromatyzujący dymu wędzarniczego",
|
|
69
70
|
"validValues.ingredient.flavourings": "aromaty",
|
|
71
|
+
"validValues.ingredient.flavouringsNatural": "naturalnych środków aromatyzujących",
|
|
72
|
+
"validValues.ingredient.flavouringsSmoke": "środków aromatyzujących dymu wędzarniczego",
|
|
70
73
|
"validValues.ingredient.freshBeerDistillateAndWater": "Fresh beer distillate and Water",
|
|
71
74
|
"validValues.ingredient.freshLees": "świeży osad",
|
|
72
75
|
"validValues.ingredient.fumaricAcid": "kwas fumarowy",
|
|
@@ -58,7 +58,10 @@ export declare const messages: {
|
|
|
58
58
|
"validValues.ingredient.expeditionLiqueur": string;
|
|
59
59
|
"validValues.ingredient.flavouring": string;
|
|
60
60
|
"validValues.ingredient.flavouringNatural": string;
|
|
61
|
+
"validValues.ingredient.flavouringSmoke": string;
|
|
61
62
|
"validValues.ingredient.flavourings": string;
|
|
63
|
+
"validValues.ingredient.flavouringsNatural": string;
|
|
64
|
+
"validValues.ingredient.flavouringsSmoke": string;
|
|
62
65
|
"validValues.ingredient.freshBeerDistillateAndWater": string;
|
|
63
66
|
"validValues.ingredient.freshLees": string;
|
|
64
67
|
"validValues.ingredient.fumaricAcid": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/pt.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/pt.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2kW,CAAC"}
|
|
@@ -66,7 +66,10 @@ var messages = {
|
|
|
66
66
|
"validValues.ingredient.expeditionLiqueur": "licor de expedição",
|
|
67
67
|
"validValues.ingredient.flavouring": "aroma",
|
|
68
68
|
"validValues.ingredient.flavouringNatural": "aroma natural",
|
|
69
|
+
"validValues.ingredient.flavouringSmoke": "aroma de fumo",
|
|
69
70
|
"validValues.ingredient.flavourings": "aromas",
|
|
71
|
+
"validValues.ingredient.flavouringsNatural": "aromas naturais",
|
|
72
|
+
"validValues.ingredient.flavouringsSmoke": "aromas de fumo",
|
|
70
73
|
"validValues.ingredient.freshBeerDistillateAndWater": "destilado de cerveja fresca e água",
|
|
71
74
|
"validValues.ingredient.freshLees": "borras frescas",
|
|
72
75
|
"validValues.ingredient.fumaricAcid": "ácido fumárico",
|
|
@@ -58,7 +58,10 @@ export declare const messages: {
|
|
|
58
58
|
"validValues.ingredient.expeditionLiqueur": string;
|
|
59
59
|
"validValues.ingredient.flavouring": string;
|
|
60
60
|
"validValues.ingredient.flavouringNatural": string;
|
|
61
|
+
"validValues.ingredient.flavouringSmoke": string;
|
|
61
62
|
"validValues.ingredient.flavourings": string;
|
|
63
|
+
"validValues.ingredient.flavouringsNatural": string;
|
|
64
|
+
"validValues.ingredient.flavouringsSmoke": string;
|
|
62
65
|
"validValues.ingredient.freshBeerDistillateAndWater": string;
|
|
63
66
|
"validValues.ingredient.freshLees": string;
|
|
64
67
|
"validValues.ingredient.fumaricAcid": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ro.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/ro.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"ro.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/ro.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2+V,CAAC"}
|
|
@@ -66,7 +66,10 @@ var messages = {
|
|
|
66
66
|
"validValues.ingredient.expeditionLiqueur": "licoare de expediție",
|
|
67
67
|
"validValues.ingredient.flavouring": "aromă",
|
|
68
68
|
"validValues.ingredient.flavouringNatural": "aromă naturală",
|
|
69
|
+
"validValues.ingredient.flavouringSmoke": "aromă de fum",
|
|
69
70
|
"validValues.ingredient.flavourings": "arome",
|
|
71
|
+
"validValues.ingredient.flavouringsNatural": "arome naturale",
|
|
72
|
+
"validValues.ingredient.flavouringsSmoke": "arome de fum",
|
|
70
73
|
"validValues.ingredient.freshBeerDistillateAndWater": "Fresh beer distillate and Water",
|
|
71
74
|
"validValues.ingredient.freshLees": "drojdii de vin proaspete",
|
|
72
75
|
"validValues.ingredient.fumaricAcid": "acid fumaric",
|
|
@@ -58,7 +58,10 @@ export declare const messages: {
|
|
|
58
58
|
"validValues.ingredient.expeditionLiqueur": string;
|
|
59
59
|
"validValues.ingredient.flavouring": string;
|
|
60
60
|
"validValues.ingredient.flavouringNatural": string;
|
|
61
|
+
"validValues.ingredient.flavouringSmoke": string;
|
|
61
62
|
"validValues.ingredient.flavourings": string;
|
|
63
|
+
"validValues.ingredient.flavouringsNatural": string;
|
|
64
|
+
"validValues.ingredient.flavouringsSmoke": string;
|
|
62
65
|
"validValues.ingredient.freshBeerDistillateAndWater": string;
|
|
63
66
|
"validValues.ingredient.freshLees": string;
|
|
64
67
|
"validValues.ingredient.fumaricAcid": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sk.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/sk.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"sk.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/sk.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4/V,CAAC"}
|
|
@@ -66,7 +66,10 @@ var messages = {
|
|
|
66
66
|
"validValues.ingredient.expeditionLiqueur": "expedičný likér",
|
|
67
67
|
"validValues.ingredient.flavouring": "aróma",
|
|
68
68
|
"validValues.ingredient.flavouringNatural": "prírodná aromatická látka",
|
|
69
|
+
"validValues.ingredient.flavouringSmoke": "dymová aróma",
|
|
69
70
|
"validValues.ingredient.flavourings": "arómy",
|
|
71
|
+
"validValues.ingredient.flavouringsNatural": "prírodné arómy",
|
|
72
|
+
"validValues.ingredient.flavouringsSmoke": "dymové arómy",
|
|
70
73
|
"validValues.ingredient.freshBeerDistillateAndWater": "Fresh beer distillate and Water",
|
|
71
74
|
"validValues.ingredient.freshLees": "čerstvé kaly",
|
|
72
75
|
"validValues.ingredient.fumaricAcid": "kyselina fumarová",
|
|
@@ -58,7 +58,10 @@ export declare const messages: {
|
|
|
58
58
|
"validValues.ingredient.expeditionLiqueur": string;
|
|
59
59
|
"validValues.ingredient.flavouring": string;
|
|
60
60
|
"validValues.ingredient.flavouringNatural": string;
|
|
61
|
+
"validValues.ingredient.flavouringSmoke": string;
|
|
61
62
|
"validValues.ingredient.flavourings": string;
|
|
63
|
+
"validValues.ingredient.flavouringsNatural": string;
|
|
64
|
+
"validValues.ingredient.flavouringsSmoke": string;
|
|
62
65
|
"validValues.ingredient.freshBeerDistillateAndWater": string;
|
|
63
66
|
"validValues.ingredient.freshLees": string;
|
|
64
67
|
"validValues.ingredient.fumaricAcid": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sl.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/sl.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"sl.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/sl.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAg8V,CAAC"}
|
|
@@ -66,7 +66,10 @@ var messages = {
|
|
|
66
66
|
"validValues.ingredient.expeditionLiqueur": "sladilni liker",
|
|
67
67
|
"validValues.ingredient.flavouring": "aroma",
|
|
68
68
|
"validValues.ingredient.flavouringNatural": "naravna aroma",
|
|
69
|
+
"validValues.ingredient.flavouringSmoke": "aroma dima",
|
|
69
70
|
"validValues.ingredient.flavourings": "arome",
|
|
71
|
+
"validValues.ingredient.flavouringsNatural": "naravne arome",
|
|
72
|
+
"validValues.ingredient.flavouringsSmoke": "arome dima",
|
|
70
73
|
"validValues.ingredient.freshBeerDistillateAndWater": "Fresh beer distillate and Water",
|
|
71
74
|
"validValues.ingredient.freshLees": "sveže droži",
|
|
72
75
|
"validValues.ingredient.fumaricAcid": "fumarna kislina",
|
|
@@ -58,7 +58,10 @@ export declare const messages: {
|
|
|
58
58
|
"validValues.ingredient.expeditionLiqueur": string;
|
|
59
59
|
"validValues.ingredient.flavouring": string;
|
|
60
60
|
"validValues.ingredient.flavouringNatural": string;
|
|
61
|
+
"validValues.ingredient.flavouringSmoke": string;
|
|
61
62
|
"validValues.ingredient.flavourings": string;
|
|
63
|
+
"validValues.ingredient.flavouringsNatural": string;
|
|
64
|
+
"validValues.ingredient.flavouringsSmoke": string;
|
|
62
65
|
"validValues.ingredient.freshBeerDistillateAndWater": string;
|
|
63
66
|
"validValues.ingredient.freshLees": string;
|
|
64
67
|
"validValues.ingredient.fumaricAcid": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sv.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/sv.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"sv.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/sv.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmtV,CAAC"}
|
|
@@ -66,7 +66,10 @@ var messages = {
|
|
|
66
66
|
"validValues.ingredient.expeditionLiqueur": "expeditionslikör",
|
|
67
67
|
"validValues.ingredient.flavouring": "arom",
|
|
68
68
|
"validValues.ingredient.flavouringNatural": "naturliga aromämnen",
|
|
69
|
+
"validValues.ingredient.flavouringSmoke": "rökarom",
|
|
69
70
|
"validValues.ingredient.flavourings": "aromer",
|
|
71
|
+
"validValues.ingredient.flavouringsNatural": "naturliga aromer",
|
|
72
|
+
"validValues.ingredient.flavouringsSmoke": "rökaromderivat",
|
|
70
73
|
"validValues.ingredient.freshBeerDistillateAndWater": "Fresh beer distillate and Water",
|
|
71
74
|
"validValues.ingredient.freshLees": "färska jäsningsrester",
|
|
72
75
|
"validValues.ingredient.fumaricAcid": "fumarsyra",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@bottlebooks/valid-values",
|
|
3
3
|
"description": "The Bottlebooks lookup values, defined globally.",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "7.
|
|
5
|
+
"version": "7.7.0",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@lingui/core": "3.14.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "840f17584b437105c8e8b6b91208c0ca65ea05ed"
|
|
38
38
|
}
|
|
@@ -477,6 +477,39 @@ const allIngredients = {
|
|
|
477
477
|
productType: PRODUCT_TYPE_AROMATISED_WINE,
|
|
478
478
|
},
|
|
479
479
|
}),
|
|
480
|
+
flavouringsNatural: ingredient({
|
|
481
|
+
key: 'flavouringsNatural',
|
|
482
|
+
label: defineMessage({
|
|
483
|
+
id: 'validValues.ingredient.flavouringsNatural',
|
|
484
|
+
message: 'natural flavourings',
|
|
485
|
+
}),
|
|
486
|
+
metadata: {
|
|
487
|
+
tags: ['FLAVOURING'],
|
|
488
|
+
productType: PRODUCT_TYPE_AROMATISED_WINE,
|
|
489
|
+
},
|
|
490
|
+
}),
|
|
491
|
+
flavouringSmoke: ingredient({
|
|
492
|
+
key: 'flavouringSmoke',
|
|
493
|
+
label: defineMessage({
|
|
494
|
+
id: 'validValues.ingredient.flavouringSmoke',
|
|
495
|
+
message: 'smoke flavouring',
|
|
496
|
+
}),
|
|
497
|
+
metadata: {
|
|
498
|
+
tags: ['FLAVOURING'],
|
|
499
|
+
productType: PRODUCT_TYPE_AROMATISED_WINE,
|
|
500
|
+
},
|
|
501
|
+
}),
|
|
502
|
+
flavouringsSmoke: ingredient({
|
|
503
|
+
key: 'flavouringsSmoke',
|
|
504
|
+
label: defineMessage({
|
|
505
|
+
id: 'validValues.ingredient.flavouringsSmoke',
|
|
506
|
+
message: 'smoke flavourings',
|
|
507
|
+
}),
|
|
508
|
+
metadata: {
|
|
509
|
+
tags: ['FLAVOURING'],
|
|
510
|
+
productType: PRODUCT_TYPE_AROMATISED_WINE,
|
|
511
|
+
},
|
|
512
|
+
}),
|
|
480
513
|
freshBeerDistillateAndWater: ingredient({
|
|
481
514
|
key: 'freshBeerDistillateAndWater',
|
|
482
515
|
label: defineMessage({
|
|
@@ -252,10 +252,22 @@ msgstr "ароматизант"
|
|
|
252
252
|
msgid "validValues.ingredient.flavouringNatural"
|
|
253
253
|
msgstr "естествени ароматични"
|
|
254
254
|
|
|
255
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
256
|
+
msgid "validValues.ingredient.flavouringSmoke"
|
|
257
|
+
msgstr "ароматичен прекурсор"
|
|
258
|
+
|
|
255
259
|
#: src/validValues/ingredient/ingredient.ts
|
|
256
260
|
msgid "validValues.ingredient.flavourings"
|
|
257
261
|
msgstr "ароматизант"
|
|
258
262
|
|
|
263
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
264
|
+
msgid "validValues.ingredient.flavouringsNatural"
|
|
265
|
+
msgstr "естествени ароматизанти"
|
|
266
|
+
|
|
267
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
268
|
+
msgid "validValues.ingredient.flavouringsSmoke"
|
|
269
|
+
msgstr "ароматични свойства"
|
|
270
|
+
|
|
259
271
|
#: src/validValues/ingredient/ingredient.ts
|
|
260
272
|
msgid "validValues.ingredient.freshBeerDistillateAndWater"
|
|
261
273
|
msgstr ""
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"смола от алепски бор","validValues.ingredient.alluraRed":"червен алура","validValues.ingredient.alluraRed_eCode":"E 129","validValues.ingredient.allylIsothiocyanate":"алил изотиоцианат","validValues.ingredient.ammoniaCaramel":"основен сулфит","validValues.ingredient.ammoniumBisulphite":"амониев бисулфит","validValues.ingredient.ammoniumSulphate":"aмониев сулфат","validValues.ingredient.argon":"аргон","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"аскорбинова киселина","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"Бентонит","validValues.ingredient.betaglucanase":"бетаглюконаза","validValues.ingredient.burnedSugar":"карамелизирана захар","validValues.ingredient.calciumAlginate":"Калциев алгинат","validValues.ingredient.calciumCarbonate":"калциев карбонат","validValues.ingredient.calciumPhytate":"калциев фитат","validValues.ingredient.calciumSulphate":"калциев сулфат","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"калциев тартрат","validValues.ingredient.caramel":"карамелизирани захари и меласи","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"въглероден диоксид","validValues.ingredient.carbonDioxide.synonymDescription":"You can use 'carbon dioxide' instead.","validValues.ingredient.carboxymethylcellulose":"карбоксиметилцелулоза","validValues.ingredient.carboxymethylcellulose.synonymDescription":"You can use 'carboxymethylcellulose' instead.","validValues.ingredient.carmoisine":"кармоазин","validValues.ingredient.carmoisine_eCode":"E 122","validValues.ingredient.carobSyrup":"сироп от рожкови","validValues.ingredient.casein":"<0>млечен</0> казеин","validValues.ingredient.causticSulfiteCaramel":"карамел","validValues.ingredient.cellulase":"целулаза","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"Въглен за енологични цели","validValues.ingredient.chitinGlucanAspergillusNiger":"Хитин глюкан, получен от Aspergillus niger","validValues.ingredient.chitosanAspergillusNiger":"Хитозан, получен от Aspergillus niger","validValues.ingredient.citricAcid":"лимонена киселина","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"концентрирана гроздова мъст","validValues.ingredient.copperCitrate":"меден цитрат","validValues.ingredient.copperSulphatePentahydrate":"меден сулфат пентахидрат","validValues.ingredient.diammoniumHydrogenPhosphate":"диамониев хидроген фосфат","validValues.ingredient.dimethyldicarbonate":"диметил дикарбонат","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"дестилат от земеделски произход","validValues.ingredient.driedGrapeAlcohol":"алкохол от сушено грозде","validValues.ingredient.driedGrapeDistillate":"дестилат от сушено грозде","validValues.ingredient.edibleGelatine":"Ядивен желатин","validValues.ingredient.egg":"<0>яйце</0>","validValues.ingredient.eggAlbumin":"<0>яйчен</0> албумин","validValues.ingredient.eggLysozyme":"<0>яйчен</0> лизозим","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>яйце</0>)","validValues.ingredient.eggProduct":"<0>яйчен</0> продукт","validValues.ingredient.eggProtein":"<0>яйчен</0> протеин","validValues.ingredient.eggs.synonymDescription":"Вместо това можете да използвате 'яйце'.","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"етилов алкохол от земеделски произход","validValues.ingredient.expeditionLiqueur":"експедиционен ликьор","validValues.ingredient.flavouring":"ароматизант","validValues.ingredient.flavouringNatural":"естествени ароматични","validValues.ingredient.flavourings":"ароматизант","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"пресни винени утайки","validValues.ingredient.fumaricAcid":"Фумарова киселина","validValues.ingredient.gaseousOxygen":"газообразен кислород","validValues.ingredient.glycosidase":"гликозидаза","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"грозде","validValues.ingredient.grapeMarcSpirit":"дестилатна спиртна напитка от гроздови джибри","validValues.ingredient.grapeMust":"гроздова мъст","validValues.ingredient.grapeMust.deprecationDescription":"Since grapevine products are always produced from grapes, it is appropriate to allow the use of a single term \"grapes\" to indicate the basic raw material in the list of ingredients irrespective of whether the winemaker has used fresh grapes or grape must.","validValues.ingredient.grapeMustWithSulphites":"гроздова мъст (<0>sulphites</0>)","validValues.ingredient.gumArabic":"гума арабик","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"хемицелулаза","validValues.ingredient.honey":"мед","validValues.ingredient.inactivatedYeasts":"инактивирани дрожди","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"неактивирани дрожди с гарантирани нива на глутатион","validValues.ingredient.isinglass":"Ихтиокол","validValues.ingredient.kaolin":"Каолин","validValues.ingredient.lacticAcid":"млечна киселина","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"млечнокисели бактерии","validValues.ingredient.malicAcid":"ябълчена киселина","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"метавинена киселина","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"микрокристална целулоза","validValues.ingredient.milk":"<0>мляко</0>","validValues.ingredient.milk.synonymDescription":"Вместо това може да използвате 'мляко'.","validValues.ingredient.milkCasein":"млечен казеин","validValues.ingredient.milkProducts":"<0>млечни</0> продукти","validValues.ingredient.milkProtein":"<0>млечен</0> протеин","validValues.ingredient.nitrogen":"азот","validValues.ingredient.nitrogen.deprecationDescription":"As indication of packaging gas in the list of ingrexdients may confuse consumers it is appropriate to replace it by selecting value from new Packaging Gases dropdown.","validValues.ingredient.peasProtein":"Грахов протеин","validValues.ingredient.pectinLyases":"пектин-лиаза","validValues.ingredient.pectinMethylesterase":"пектин метилестераза","validValues.ingredient.plainCaramel":"карамел обикновен","validValues.ingredient.polygalacturonase":"полигалактуроназа","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"кополимерите поливинилимидазол—поливинилпиролидон","validValues.ingredient.polyvinylpolypyrrolidone":"Поливинилполипиролидон","validValues.ingredient.ponceau4R":"понсо 4R","validValues.ingredient.ponceau4R_eCode":"E 124","validValues.ingredient.potassiumAlginate":"Калиев алгинат","validValues.ingredient.potassiumBicarbonate":"калиев бикарбонат","validValues.ingredient.potassiumBisulphite":"калиев бисулфит (<0>сулфити</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>сулфити</0>)","validValues.ingredient.potassiumCarbonate":"калиев карбонат","validValues.ingredient.potassiumCaseinates":"Калиеви казеинати","validValues.ingredient.potassiumFerrocyanide":"калиев фероцианид","validValues.ingredient.potassiumHydrogenSulphite":"калиев бисулфит","validValues.ingredient.potassiumHydrogenTartrate":"калиев хидроген тартрат","validValues.ingredient.potassiumMetabisulphite":"калиев метабисулфит (<0>сулфити</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>сулфити</0>)","validValues.ingredient.potassiumPolyaspartate":"калиев полиаспартат","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"калиев сорбат","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"калиеви тартрати L(+)","validValues.ingredient.potatoesProtein":"Картофен протеин","validValues.ingredient.quinolineYellow":"хинолиново жълто","validValues.ingredient.quinolineYellowWith_eCode":"E 104","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"cелективни растителни влакна","validValues.ingredient.siliconDioxide":"Силициев диоксид","validValues.ingredient.sucrose":"захароза","validValues.ingredient.sugar":"захар","validValues.ingredient.sulfiteAmmoniaCaramel":"карамел","validValues.ingredient.sulfites":"<0>сулфити</0>","validValues.ingredient.sulfites.synonymDescription":"Вместо това можете да използвате 'сулфити'.","validValues.ingredient.sulphurDioxide":"<0>серен диоксид</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>сулфити</0>)","validValues.ingredient.sunsetYellow":"сънсет жълто","validValues.ingredient.sunsetYellow_eCode":"E 110","validValues.ingredient.tannins":"танини","validValues.ingredient.tartaricAcid":"d, l-винена киселина или на нейна неутрална калиева сол","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.tartrazine":"тартразин","validValues.ingredient.tartrazine_eCode":"E 102","validValues.ingredient.thiamineHydrochloride":"тиамин хидрохлорид","validValues.ingredient.tirageLiqueur":"тиражен ликьор","validValues.ingredient.urease":"уреаза","validValues.ingredient.water":"вода","validValues.ingredient.wheatProtein":"пшеничен протеин","validValues.ingredient.wine":"вино","validValues.ingredient.wine.deprecationDescription":"Currently we assume all wines contain sulfites. Please choose a more specific ingredient instead.","validValues.ingredient.wineAlcohol":"алкохол от вино","validValues.ingredient.wineDistillate":"винен дестилат","validValues.ingredient.wineSpirit":"винена дестилатна спиртна напитка","validValues.ingredient.wineWithSulphites":"вино (<0>сулфити</0>)","validValues.ingredient.yeastAutolysates":"дрождени автолизати","validValues.ingredient.yeastCellWalls":"клетъчни стени на дрожди","validValues.ingredient.yeastMannoproteins":"манопротеини от дрожди","validValues.ingredient.yeastProteinExtracts":"Протеинови екстракти от дрожди","validValues.ingredient.yeastsForWineProduction":"дрожди за производството на вино"};
|
|
1
|
+
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"смола от алепски бор","validValues.ingredient.alluraRed":"червен алура","validValues.ingredient.alluraRed_eCode":"E 129","validValues.ingredient.allylIsothiocyanate":"алил изотиоцианат","validValues.ingredient.ammoniaCaramel":"основен сулфит","validValues.ingredient.ammoniumBisulphite":"амониев бисулфит","validValues.ingredient.ammoniumSulphate":"aмониев сулфат","validValues.ingredient.argon":"аргон","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"аскорбинова киселина","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"Бентонит","validValues.ingredient.betaglucanase":"бетаглюконаза","validValues.ingredient.burnedSugar":"карамелизирана захар","validValues.ingredient.calciumAlginate":"Калциев алгинат","validValues.ingredient.calciumCarbonate":"калциев карбонат","validValues.ingredient.calciumPhytate":"калциев фитат","validValues.ingredient.calciumSulphate":"калциев сулфат","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"калциев тартрат","validValues.ingredient.caramel":"карамелизирани захари и меласи","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"въглероден диоксид","validValues.ingredient.carbonDioxide.synonymDescription":"You can use 'carbon dioxide' instead.","validValues.ingredient.carboxymethylcellulose":"карбоксиметилцелулоза","validValues.ingredient.carboxymethylcellulose.synonymDescription":"You can use 'carboxymethylcellulose' instead.","validValues.ingredient.carmoisine":"кармоазин","validValues.ingredient.carmoisine_eCode":"E 122","validValues.ingredient.carobSyrup":"сироп от рожкови","validValues.ingredient.casein":"<0>млечен</0> казеин","validValues.ingredient.causticSulfiteCaramel":"карамел","validValues.ingredient.cellulase":"целулаза","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"Въглен за енологични цели","validValues.ingredient.chitinGlucanAspergillusNiger":"Хитин глюкан, получен от Aspergillus niger","validValues.ingredient.chitosanAspergillusNiger":"Хитозан, получен от Aspergillus niger","validValues.ingredient.citricAcid":"лимонена киселина","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"концентрирана гроздова мъст","validValues.ingredient.copperCitrate":"меден цитрат","validValues.ingredient.copperSulphatePentahydrate":"меден сулфат пентахидрат","validValues.ingredient.diammoniumHydrogenPhosphate":"диамониев хидроген фосфат","validValues.ingredient.dimethyldicarbonate":"диметил дикарбонат","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"дестилат от земеделски произход","validValues.ingredient.driedGrapeAlcohol":"алкохол от сушено грозде","validValues.ingredient.driedGrapeDistillate":"дестилат от сушено грозде","validValues.ingredient.edibleGelatine":"Ядивен желатин","validValues.ingredient.egg":"<0>яйце</0>","validValues.ingredient.eggAlbumin":"<0>яйчен</0> албумин","validValues.ingredient.eggLysozyme":"<0>яйчен</0> лизозим","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>яйце</0>)","validValues.ingredient.eggProduct":"<0>яйчен</0> продукт","validValues.ingredient.eggProtein":"<0>яйчен</0> протеин","validValues.ingredient.eggs.synonymDescription":"Вместо това можете да използвате 'яйце'.","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"етилов алкохол от земеделски произход","validValues.ingredient.expeditionLiqueur":"експедиционен ликьор","validValues.ingredient.flavouring":"ароматизант","validValues.ingredient.flavouringNatural":"естествени ароматични","validValues.ingredient.flavouringSmoke":"ароматичен прекурсор","validValues.ingredient.flavourings":"ароматизант","validValues.ingredient.flavouringsNatural":"естествени ароматизанти","validValues.ingredient.flavouringsSmoke":"ароматични свойства","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"пресни винени утайки","validValues.ingredient.fumaricAcid":"Фумарова киселина","validValues.ingredient.gaseousOxygen":"газообразен кислород","validValues.ingredient.glycosidase":"гликозидаза","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"грозде","validValues.ingredient.grapeMarcSpirit":"дестилатна спиртна напитка от гроздови джибри","validValues.ingredient.grapeMust":"гроздова мъст","validValues.ingredient.grapeMust.deprecationDescription":"Since grapevine products are always produced from grapes, it is appropriate to allow the use of a single term \"grapes\" to indicate the basic raw material in the list of ingredients irrespective of whether the winemaker has used fresh grapes or grape must.","validValues.ingredient.grapeMustWithSulphites":"гроздова мъст (<0>sulphites</0>)","validValues.ingredient.gumArabic":"гума арабик","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"хемицелулаза","validValues.ingredient.honey":"мед","validValues.ingredient.inactivatedYeasts":"инактивирани дрожди","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"неактивирани дрожди с гарантирани нива на глутатион","validValues.ingredient.isinglass":"Ихтиокол","validValues.ingredient.kaolin":"Каолин","validValues.ingredient.lacticAcid":"млечна киселина","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"млечнокисели бактерии","validValues.ingredient.malicAcid":"ябълчена киселина","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"метавинена киселина","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"микрокристална целулоза","validValues.ingredient.milk":"<0>мляко</0>","validValues.ingredient.milk.synonymDescription":"Вместо това може да използвате 'мляко'.","validValues.ingredient.milkCasein":"млечен казеин","validValues.ingredient.milkProducts":"<0>млечни</0> продукти","validValues.ingredient.milkProtein":"<0>млечен</0> протеин","validValues.ingredient.nitrogen":"азот","validValues.ingredient.nitrogen.deprecationDescription":"As indication of packaging gas in the list of ingrexdients may confuse consumers it is appropriate to replace it by selecting value from new Packaging Gases dropdown.","validValues.ingredient.peasProtein":"Грахов протеин","validValues.ingredient.pectinLyases":"пектин-лиаза","validValues.ingredient.pectinMethylesterase":"пектин метилестераза","validValues.ingredient.plainCaramel":"карамел обикновен","validValues.ingredient.polygalacturonase":"полигалактуроназа","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"кополимерите поливинилимидазол—поливинилпиролидон","validValues.ingredient.polyvinylpolypyrrolidone":"Поливинилполипиролидон","validValues.ingredient.ponceau4R":"понсо 4R","validValues.ingredient.ponceau4R_eCode":"E 124","validValues.ingredient.potassiumAlginate":"Калиев алгинат","validValues.ingredient.potassiumBicarbonate":"калиев бикарбонат","validValues.ingredient.potassiumBisulphite":"калиев бисулфит (<0>сулфити</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>сулфити</0>)","validValues.ingredient.potassiumCarbonate":"калиев карбонат","validValues.ingredient.potassiumCaseinates":"Калиеви казеинати","validValues.ingredient.potassiumFerrocyanide":"калиев фероцианид","validValues.ingredient.potassiumHydrogenSulphite":"калиев бисулфит","validValues.ingredient.potassiumHydrogenTartrate":"калиев хидроген тартрат","validValues.ingredient.potassiumMetabisulphite":"калиев метабисулфит (<0>сулфити</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>сулфити</0>)","validValues.ingredient.potassiumPolyaspartate":"калиев полиаспартат","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"калиев сорбат","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"калиеви тартрати L(+)","validValues.ingredient.potatoesProtein":"Картофен протеин","validValues.ingredient.quinolineYellow":"хинолиново жълто","validValues.ingredient.quinolineYellowWith_eCode":"E 104","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"cелективни растителни влакна","validValues.ingredient.siliconDioxide":"Силициев диоксид","validValues.ingredient.sucrose":"захароза","validValues.ingredient.sugar":"захар","validValues.ingredient.sulfiteAmmoniaCaramel":"карамел","validValues.ingredient.sulfites":"<0>сулфити</0>","validValues.ingredient.sulfites.synonymDescription":"Вместо това можете да използвате 'сулфити'.","validValues.ingredient.sulphurDioxide":"<0>серен диоксид</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>сулфити</0>)","validValues.ingredient.sunsetYellow":"сънсет жълто","validValues.ingredient.sunsetYellow_eCode":"E 110","validValues.ingredient.tannins":"танини","validValues.ingredient.tartaricAcid":"d, l-винена киселина или на нейна неутрална калиева сол","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.tartrazine":"тартразин","validValues.ingredient.tartrazine_eCode":"E 102","validValues.ingredient.thiamineHydrochloride":"тиамин хидрохлорид","validValues.ingredient.tirageLiqueur":"тиражен ликьор","validValues.ingredient.urease":"уреаза","validValues.ingredient.water":"вода","validValues.ingredient.wheatProtein":"пшеничен протеин","validValues.ingredient.wine":"вино","validValues.ingredient.wine.deprecationDescription":"Currently we assume all wines contain sulfites. Please choose a more specific ingredient instead.","validValues.ingredient.wineAlcohol":"алкохол от вино","validValues.ingredient.wineDistillate":"винен дестилат","validValues.ingredient.wineSpirit":"винена дестилатна спиртна напитка","validValues.ingredient.wineWithSulphites":"вино (<0>сулфити</0>)","validValues.ingredient.yeastAutolysates":"дрождени автолизати","validValues.ingredient.yeastCellWalls":"клетъчни стени на дрожди","validValues.ingredient.yeastMannoproteins":"манопротеини от дрожди","validValues.ingredient.yeastProteinExtracts":"Протеинови екстракти от дрожди","validValues.ingredient.yeastsForWineProduction":"дрожди за производството на вино"};
|
|
@@ -250,10 +250,22 @@ msgstr "aromatická látka"
|
|
|
250
250
|
msgid "validValues.ingredient.flavouringNatural"
|
|
251
251
|
msgstr "přírodní aromatická látka"
|
|
252
252
|
|
|
253
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
254
|
+
msgid "validValues.ingredient.flavouringSmoke"
|
|
255
|
+
msgstr "kouřovým aromatickým přípravkem"
|
|
256
|
+
|
|
253
257
|
#: src/validValues/ingredient/ingredient.ts
|
|
254
258
|
msgid "validValues.ingredient.flavourings"
|
|
255
259
|
msgstr "aromatické látky"
|
|
256
260
|
|
|
261
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
262
|
+
msgid "validValues.ingredient.flavouringsNatural"
|
|
263
|
+
msgstr "přírodními látkami určenými k aromatizaci"
|
|
264
|
+
|
|
265
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
266
|
+
msgid "validValues.ingredient.flavouringsSmoke"
|
|
267
|
+
msgstr "kouřové aromatické přípravky"
|
|
268
|
+
|
|
257
269
|
#: src/validValues/ingredient/ingredient.ts
|
|
258
270
|
msgid "validValues.ingredient.freshBeerDistillateAndWater"
|
|
259
271
|
msgstr ""
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"pryskyřice borovice aleppo","validValues.ingredient.alluraRed":"červeň allura","validValues.ingredient.alluraRed_eCode":"E 129","validValues.ingredient.allylIsothiocyanate":"allylisothiokyanát","validValues.ingredient.ammoniaCaramel":"amoniakový karamel","validValues.ingredient.ammoniumBisulphite":"hydrogensiřičitan amonný","validValues.ingredient.ammoniumSulphate":"síran amonný","validValues.ingredient.argon":"argon","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"kyselina askorbová","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"Bentonit","validValues.ingredient.betaglucanase":"beta-glukanáza","validValues.ingredient.burnedSugar":"karamelizovaný cuk","validValues.ingredient.calciumAlginate":"Alginát vápenatý","validValues.ingredient.calciumCarbonate":"uhličitan vápenatý","validValues.ingredient.calciumPhytate":"fytát vápenatý","validValues.ingredient.calciumSulphate":"síran vápenatý","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"vinan vápenatý","validValues.ingredient.caramel":"karamel","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"oxid uhličitý","validValues.ingredient.carbonDioxide.synonymDescription":"You can use 'carbon dioxide' instead.","validValues.ingredient.carboxymethylcellulose":"karboxymethylcelulóza","validValues.ingredient.carboxymethylcellulose.synonymDescription":"You can use 'carboxymethylcellulose' instead.","validValues.ingredient.carmoisine":"azorubin","validValues.ingredient.carmoisine_eCode":"E 122","validValues.ingredient.carobSyrup":"sirup z karubinu","validValues.ingredient.casein":"<0>mléčný</0> kasein","validValues.ingredient.causticSulfiteCaramel":"kaustický sulfitový karamel","validValues.ingredient.cellulase":"celuláza","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"enologické aktivní uhlí","validValues.ingredient.chitinGlucanAspergillusNiger":"Chitin-glukan pocházející z houby Aspergillus niger","validValues.ingredient.chitosanAspergillusNiger":"Chitosan pocházející z houby Aspergillus niger","validValues.ingredient.citricAcid":"kyselina citronová","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"zahuštěný hroznový mošt","validValues.ingredient.copperCitrate":"citrát měďnatý","validValues.ingredient.copperSulphatePentahydrate":"síran měďnatý, pentahydrát","validValues.ingredient.diammoniumHydrogenPhosphate":"hydrogenfosforečnan diamonný","validValues.ingredient.dimethyldicarbonate":"dimethyldikarbonát","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"destilát zemědělského původu","validValues.ingredient.driedGrapeAlcohol":"alkohol ze sušených vinných hroznů","validValues.ingredient.driedGrapeDistillate":"destilát ze sušených vinných hroznů","validValues.ingredient.edibleGelatine":"Potravinářská želatina","validValues.ingredient.egg":"<0>vejce</0>","validValues.ingredient.eggAlbumin":"<0>vaječný</0> albumin","validValues.ingredient.eggLysozyme":"vaječný <0>lysozym</0>","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>vejce</0>)","validValues.ingredient.eggProduct":"výrobky z <0>vajec</0>","validValues.ingredient.eggProtein":"<0>vaječná</0> bílkovina","validValues.ingredient.eggs.synonymDescription":"Místo toho můžete použít 'vejce'.","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"ethanol zemědělského původu","validValues.ingredient.expeditionLiqueur":"expedičním likérem","validValues.ingredient.flavouring":"aromatická látka","validValues.ingredient.flavouringNatural":"přírodní aromatická látka","validValues.ingredient.flavourings":"aromatické látky","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"čerstvé vinné kaly","validValues.ingredient.fumaricAcid":"kyselina fumarová","validValues.ingredient.gaseousOxygen":"plynný kyslík","validValues.ingredient.glycosidase":"glykosidáza","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"hrozny","validValues.ingredient.grapeMarcSpirit":"matolinová pálenka","validValues.ingredient.grapeMust":"hroznový mošt","validValues.ingredient.grapeMust.deprecationDescription":"Since grapevine products are always produced from grapes, it is appropriate to allow the use of a single term \"grapes\" to indicate the basic raw material in the list of ingredients irrespective of whether the winemaker has used fresh grapes or grape must.","validValues.ingredient.grapeMustWithSulphites":"hroznový mošt (<0>siřičitany</0>)","validValues.ingredient.gumArabic":"arabská guma","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"hemiceluláza","validValues.ingredient.honey":"med","validValues.ingredient.inactivatedYeasts":"inaktivované kvasinky","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"inaktivované kvasinky se zaručenou úrovní glutathionu","validValues.ingredient.isinglass":"Vyzina","validValues.ingredient.kaolin":"Kaolin","validValues.ingredient.lacticAcid":"kyselina mléčná","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"bakterie kyseliny mléčné","validValues.ingredient.malicAcid":"kyselina jablečná","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"kyselina metavinná","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"mikrokrystalická celulóza","validValues.ingredient.milk":"<0>mléko</0>","validValues.ingredient.milk.synonymDescription":"Místo toho můžete použít 'mléko'.","validValues.ingredient.milkCasein":"mléčný kasein","validValues.ingredient.milkProducts":"výrobky <0>z mléka</0>","validValues.ingredient.milkProtein":"<0>mléčná</0> bílkovina","validValues.ingredient.nitrogen":"dusík","validValues.ingredient.nitrogen.deprecationDescription":"As indication of packaging gas in the list of ingrexdients may confuse consumers it is appropriate to replace it by selecting value from new Packaging Gases dropdown.","validValues.ingredient.peasProtein":"Bílkoviny z hrachu","validValues.ingredient.pectinLyases":"pektolyáza","validValues.ingredient.pectinMethylesterase":"pektin-methyl-esteráza","validValues.ingredient.plainCaramel":"karamel","validValues.ingredient.polygalacturonase":"polygalakturonáza","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"kopolymery polyvinylimidazolu-polyvinylpyrrolidonu","validValues.ingredient.polyvinylpolypyrrolidone":"Polyvinylpolypyrrolidon","validValues.ingredient.ponceau4R":"ponceau 4R","validValues.ingredient.ponceau4R_eCode":"E 124","validValues.ingredient.potassiumAlginate":"Alginát draselný","validValues.ingredient.potassiumBicarbonate":"hydrogenuhličitan draselný","validValues.ingredient.potassiumBisulphite":"hydrogensiřičitan draselný (<0>siřičitany</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>siřičitany</0>)","validValues.ingredient.potassiumCarbonate":"uhličitan draselný","validValues.ingredient.potassiumCaseinates":"Kaseináty draselné","validValues.ingredient.potassiumFerrocyanide":"hexakyanoželeznatan draselný","validValues.ingredient.potassiumHydrogenSulphite":"hydrogensiřičitan draselný","validValues.ingredient.potassiumHydrogenTartrate":"hydrogenvinan draselný","validValues.ingredient.potassiumMetabisulphite":"metadisiřičitan draselný (<0>siřičitany</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>siřičitany</0>)","validValues.ingredient.potassiumPolyaspartate":"polyaspartát draselný","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"sorban draselný","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"vinan draselný","validValues.ingredient.potatoesProtein":"Bílkoviny z brambor","validValues.ingredient.quinolineYellow":"chinolinová žluť SY","validValues.ingredient.quinolineYellowWith_eCode":"E 104","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"selektivní rostlinná vlákna","validValues.ingredient.siliconDioxide":"Oxid křemičitý","validValues.ingredient.sucrose":"sacharosa","validValues.ingredient.sugar":"cukr","validValues.ingredient.sulfiteAmmoniaCaramel":"amoniak-sulfitový karamel","validValues.ingredient.sulfites":"<0>siřičitany</0>","validValues.ingredient.sulfites.synonymDescription":"Místo toho můžete použít 'siřičitany'.","validValues.ingredient.sulphurDioxide":"<0>oxid siřičitý</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>siřičitany</0>)","validValues.ingredient.sunsetYellow":"žluť SY","validValues.ingredient.sunsetYellow_eCode":"E 110","validValues.ingredient.tannins":"taniny","validValues.ingredient.tartaricAcid":"dl-kyselina vinná nebo její neutrální draselná sůl","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.tartrazine":"tartrazin","validValues.ingredient.tartrazine_eCode":"E 102","validValues.ingredient.thiamineHydrochloride":"thiamin hydrochlorid","validValues.ingredient.tirageLiqueur":"tirážním likérem","validValues.ingredient.urease":"ureáza","validValues.ingredient.water":"voda","validValues.ingredient.wheatProtein":"bílkoviny z pšenice","validValues.ingredient.wine":"víno","validValues.ingredient.wine.deprecationDescription":"Currently we assume all wines contain sulfites. Please choose a more specific ingredient instead.","validValues.ingredient.wineAlcohol":"alkohol z vína","validValues.ingredient.wineDistillate":"destilátu z vína","validValues.ingredient.wineSpirit":"vínovice","validValues.ingredient.wineWithSulphites":"víno (<0>siřičitany</0>)","validValues.ingredient.yeastAutolysates":"autolyzáty kvasnic","validValues.ingredient.yeastCellWalls":"buněčné stěny kvasinek","validValues.ingredient.yeastMannoproteins":"kvasinkové mannoproteiny","validValues.ingredient.yeastProteinExtracts":"Bílkovinné extrakty kvasinek","validValues.ingredient.yeastsForWineProduction":"vinné kvasinky"};
|
|
1
|
+
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"pryskyřice borovice aleppo","validValues.ingredient.alluraRed":"červeň allura","validValues.ingredient.alluraRed_eCode":"E 129","validValues.ingredient.allylIsothiocyanate":"allylisothiokyanát","validValues.ingredient.ammoniaCaramel":"amoniakový karamel","validValues.ingredient.ammoniumBisulphite":"hydrogensiřičitan amonný","validValues.ingredient.ammoniumSulphate":"síran amonný","validValues.ingredient.argon":"argon","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"kyselina askorbová","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"Bentonit","validValues.ingredient.betaglucanase":"beta-glukanáza","validValues.ingredient.burnedSugar":"karamelizovaný cuk","validValues.ingredient.calciumAlginate":"Alginát vápenatý","validValues.ingredient.calciumCarbonate":"uhličitan vápenatý","validValues.ingredient.calciumPhytate":"fytát vápenatý","validValues.ingredient.calciumSulphate":"síran vápenatý","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"vinan vápenatý","validValues.ingredient.caramel":"karamel","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"oxid uhličitý","validValues.ingredient.carbonDioxide.synonymDescription":"You can use 'carbon dioxide' instead.","validValues.ingredient.carboxymethylcellulose":"karboxymethylcelulóza","validValues.ingredient.carboxymethylcellulose.synonymDescription":"You can use 'carboxymethylcellulose' instead.","validValues.ingredient.carmoisine":"azorubin","validValues.ingredient.carmoisine_eCode":"E 122","validValues.ingredient.carobSyrup":"sirup z karubinu","validValues.ingredient.casein":"<0>mléčný</0> kasein","validValues.ingredient.causticSulfiteCaramel":"kaustický sulfitový karamel","validValues.ingredient.cellulase":"celuláza","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"enologické aktivní uhlí","validValues.ingredient.chitinGlucanAspergillusNiger":"Chitin-glukan pocházející z houby Aspergillus niger","validValues.ingredient.chitosanAspergillusNiger":"Chitosan pocházející z houby Aspergillus niger","validValues.ingredient.citricAcid":"kyselina citronová","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"zahuštěný hroznový mošt","validValues.ingredient.copperCitrate":"citrát měďnatý","validValues.ingredient.copperSulphatePentahydrate":"síran měďnatý, pentahydrát","validValues.ingredient.diammoniumHydrogenPhosphate":"hydrogenfosforečnan diamonný","validValues.ingredient.dimethyldicarbonate":"dimethyldikarbonát","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"destilát zemědělského původu","validValues.ingredient.driedGrapeAlcohol":"alkohol ze sušených vinných hroznů","validValues.ingredient.driedGrapeDistillate":"destilát ze sušených vinných hroznů","validValues.ingredient.edibleGelatine":"Potravinářská želatina","validValues.ingredient.egg":"<0>vejce</0>","validValues.ingredient.eggAlbumin":"<0>vaječný</0> albumin","validValues.ingredient.eggLysozyme":"vaječný <0>lysozym</0>","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>vejce</0>)","validValues.ingredient.eggProduct":"výrobky z <0>vajec</0>","validValues.ingredient.eggProtein":"<0>vaječná</0> bílkovina","validValues.ingredient.eggs.synonymDescription":"Místo toho můžete použít 'vejce'.","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"ethanol zemědělského původu","validValues.ingredient.expeditionLiqueur":"expedičním likérem","validValues.ingredient.flavouring":"aromatická látka","validValues.ingredient.flavouringNatural":"přírodní aromatická látka","validValues.ingredient.flavouringSmoke":"kouřovým aromatickým přípravkem","validValues.ingredient.flavourings":"aromatické látky","validValues.ingredient.flavouringsNatural":"přírodními látkami určenými k aromatizaci","validValues.ingredient.flavouringsSmoke":"kouřové aromatické přípravky","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"čerstvé vinné kaly","validValues.ingredient.fumaricAcid":"kyselina fumarová","validValues.ingredient.gaseousOxygen":"plynný kyslík","validValues.ingredient.glycosidase":"glykosidáza","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"hrozny","validValues.ingredient.grapeMarcSpirit":"matolinová pálenka","validValues.ingredient.grapeMust":"hroznový mošt","validValues.ingredient.grapeMust.deprecationDescription":"Since grapevine products are always produced from grapes, it is appropriate to allow the use of a single term \"grapes\" to indicate the basic raw material in the list of ingredients irrespective of whether the winemaker has used fresh grapes or grape must.","validValues.ingredient.grapeMustWithSulphites":"hroznový mošt (<0>siřičitany</0>)","validValues.ingredient.gumArabic":"arabská guma","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"hemiceluláza","validValues.ingredient.honey":"med","validValues.ingredient.inactivatedYeasts":"inaktivované kvasinky","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"inaktivované kvasinky se zaručenou úrovní glutathionu","validValues.ingredient.isinglass":"Vyzina","validValues.ingredient.kaolin":"Kaolin","validValues.ingredient.lacticAcid":"kyselina mléčná","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"bakterie kyseliny mléčné","validValues.ingredient.malicAcid":"kyselina jablečná","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"kyselina metavinná","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"mikrokrystalická celulóza","validValues.ingredient.milk":"<0>mléko</0>","validValues.ingredient.milk.synonymDescription":"Místo toho můžete použít 'mléko'.","validValues.ingredient.milkCasein":"mléčný kasein","validValues.ingredient.milkProducts":"výrobky <0>z mléka</0>","validValues.ingredient.milkProtein":"<0>mléčná</0> bílkovina","validValues.ingredient.nitrogen":"dusík","validValues.ingredient.nitrogen.deprecationDescription":"As indication of packaging gas in the list of ingrexdients may confuse consumers it is appropriate to replace it by selecting value from new Packaging Gases dropdown.","validValues.ingredient.peasProtein":"Bílkoviny z hrachu","validValues.ingredient.pectinLyases":"pektolyáza","validValues.ingredient.pectinMethylesterase":"pektin-methyl-esteráza","validValues.ingredient.plainCaramel":"karamel","validValues.ingredient.polygalacturonase":"polygalakturonáza","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"kopolymery polyvinylimidazolu-polyvinylpyrrolidonu","validValues.ingredient.polyvinylpolypyrrolidone":"Polyvinylpolypyrrolidon","validValues.ingredient.ponceau4R":"ponceau 4R","validValues.ingredient.ponceau4R_eCode":"E 124","validValues.ingredient.potassiumAlginate":"Alginát draselný","validValues.ingredient.potassiumBicarbonate":"hydrogenuhličitan draselný","validValues.ingredient.potassiumBisulphite":"hydrogensiřičitan draselný (<0>siřičitany</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>siřičitany</0>)","validValues.ingredient.potassiumCarbonate":"uhličitan draselný","validValues.ingredient.potassiumCaseinates":"Kaseináty draselné","validValues.ingredient.potassiumFerrocyanide":"hexakyanoželeznatan draselný","validValues.ingredient.potassiumHydrogenSulphite":"hydrogensiřičitan draselný","validValues.ingredient.potassiumHydrogenTartrate":"hydrogenvinan draselný","validValues.ingredient.potassiumMetabisulphite":"metadisiřičitan draselný (<0>siřičitany</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>siřičitany</0>)","validValues.ingredient.potassiumPolyaspartate":"polyaspartát draselný","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"sorban draselný","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"vinan draselný","validValues.ingredient.potatoesProtein":"Bílkoviny z brambor","validValues.ingredient.quinolineYellow":"chinolinová žluť SY","validValues.ingredient.quinolineYellowWith_eCode":"E 104","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"selektivní rostlinná vlákna","validValues.ingredient.siliconDioxide":"Oxid křemičitý","validValues.ingredient.sucrose":"sacharosa","validValues.ingredient.sugar":"cukr","validValues.ingredient.sulfiteAmmoniaCaramel":"amoniak-sulfitový karamel","validValues.ingredient.sulfites":"<0>siřičitany</0>","validValues.ingredient.sulfites.synonymDescription":"Místo toho můžete použít 'siřičitany'.","validValues.ingredient.sulphurDioxide":"<0>oxid siřičitý</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>siřičitany</0>)","validValues.ingredient.sunsetYellow":"žluť SY","validValues.ingredient.sunsetYellow_eCode":"E 110","validValues.ingredient.tannins":"taniny","validValues.ingredient.tartaricAcid":"dl-kyselina vinná nebo její neutrální draselná sůl","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.tartrazine":"tartrazin","validValues.ingredient.tartrazine_eCode":"E 102","validValues.ingredient.thiamineHydrochloride":"thiamin hydrochlorid","validValues.ingredient.tirageLiqueur":"tirážním likérem","validValues.ingredient.urease":"ureáza","validValues.ingredient.water":"voda","validValues.ingredient.wheatProtein":"bílkoviny z pšenice","validValues.ingredient.wine":"víno","validValues.ingredient.wine.deprecationDescription":"Currently we assume all wines contain sulfites. Please choose a more specific ingredient instead.","validValues.ingredient.wineAlcohol":"alkohol z vína","validValues.ingredient.wineDistillate":"destilátu z vína","validValues.ingredient.wineSpirit":"vínovice","validValues.ingredient.wineWithSulphites":"víno (<0>siřičitany</0>)","validValues.ingredient.yeastAutolysates":"autolyzáty kvasnic","validValues.ingredient.yeastCellWalls":"buněčné stěny kvasinek","validValues.ingredient.yeastMannoproteins":"kvasinkové mannoproteiny","validValues.ingredient.yeastProteinExtracts":"Bílkovinné extrakty kvasinek","validValues.ingredient.yeastsForWineProduction":"vinné kvasinky"};
|
|
@@ -252,10 +252,22 @@ msgstr "aromastoffer"
|
|
|
252
252
|
msgid "validValues.ingredient.flavouringNatural"
|
|
253
253
|
msgstr "naturlige aromastoffer"
|
|
254
254
|
|
|
255
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
256
|
+
msgid "validValues.ingredient.flavouringSmoke"
|
|
257
|
+
msgstr "røgaroma"
|
|
258
|
+
|
|
255
259
|
#: src/validValues/ingredient/ingredient.ts
|
|
256
260
|
msgid "validValues.ingredient.flavourings"
|
|
257
261
|
msgstr "aromastoffer"
|
|
258
262
|
|
|
263
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
264
|
+
msgid "validValues.ingredient.flavouringsNatural"
|
|
265
|
+
msgstr "naturlige aromaer"
|
|
266
|
+
|
|
267
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
268
|
+
msgid "validValues.ingredient.flavouringsSmoke"
|
|
269
|
+
msgstr "røgaromaer"
|
|
270
|
+
|
|
259
271
|
#: src/validValues/ingredient/ingredient.ts
|
|
260
272
|
msgid "validValues.ingredient.freshBeerDistillateAndWater"
|
|
261
273
|
msgstr ""
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"aleppofyrharpiks","validValues.ingredient.alluraRed":"allura red","validValues.ingredient.alluraRed_eCode":"E 129","validValues.ingredient.allylIsothiocyanate":"allylisothiocyanat","validValues.ingredient.ammoniaCaramel":"ammonieret karamel","validValues.ingredient.ammoniumBisulphite":"ammoniumbisulfit","validValues.ingredient.ammoniumSulphate":"ammoniumsulfat","validValues.ingredient.argon":"argon","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"ascorbinsyre","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"bentonit","validValues.ingredient.betaglucanase":"betaglucanase","validValues.ingredient.burnedSugar":"karamelliseret sukker","validValues.ingredient.calciumAlginate":"calciumalginat","validValues.ingredient.calciumCarbonate":"calciumkarbonat","validValues.ingredient.calciumPhytate":"calciumphytat","validValues.ingredient.calciumSulphate":"calciumsulfat","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"calciumtartrat","validValues.ingredient.caramel":"karamel","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"kuldioxid","validValues.ingredient.carbonDioxide.synonymDescription":"You can use 'carbon dioxide' instead.","validValues.ingredient.carboxymethylcellulose":"carboxymethylcellulose","validValues.ingredient.carboxymethylcellulose.synonymDescription":"You can use 'carboxymethylcellulose' instead.","validValues.ingredient.carmoisine":"carmoisin","validValues.ingredient.carmoisine_eCode":"E 122","validValues.ingredient.carobSyrup":"sirup af johannesbrød","validValues.ingredient.casein":"<0>mælkecasein</0>","validValues.ingredient.causticSulfiteCaramel":"kaustisk sulfiteret karamel","validValues.ingredient.cellulase":"cellulase","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"trækul til ønologisk brug","validValues.ingredient.chitinGlucanAspergillusNiger":"chitin-glucan udvundet af Aspergillus niger","validValues.ingredient.chitosanAspergillusNiger":"chitosan udvundet af Aspergillus niger","validValues.ingredient.citricAcid":"citronsyre","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"koncentreret druemost","validValues.ingredient.copperCitrate":"kobbercitrat","validValues.ingredient.copperSulphatePentahydrate":"kobbersulfat, pentahydrat","validValues.ingredient.diammoniumHydrogenPhosphate":"diammoniumhydrogenphosphat","validValues.ingredient.dimethyldicarbonate":"dimethyldicarbonat","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"landbrugsdestillat","validValues.ingredient.driedGrapeAlcohol":"alkohol af tørrede druer","validValues.ingredient.driedGrapeDistillate":"destillat af tørrede druer","validValues.ingredient.edibleGelatine":"spiselig gelatine","validValues.ingredient.egg":"<0>æg</0>","validValues.ingredient.eggAlbumin":"<0>ægalbumin</0>","validValues.ingredient.eggLysozyme":"<0>æglysozym</0>","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>æg</0>)","validValues.ingredient.eggProduct":"<0>ægprodukt</0>","validValues.ingredient.eggProtein":"<0>ægprotein</0>","validValues.ingredient.eggs.synonymDescription":"Du kan bruge 'æg' i stedet.","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"landbrugsethanol","validValues.ingredient.expeditionLiqueur":"ekspeditionslikør","validValues.ingredient.flavouring":"aromastoffer","validValues.ingredient.flavouringNatural":"naturlige aromastoffer","validValues.ingredient.flavourings":"aromastoffer","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"frisk vinbærme","validValues.ingredient.fumaricAcid":"fumarsyre","validValues.ingredient.gaseousOxygen":"luftformig ilt","validValues.ingredient.glycosidase":"glykosidase","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"druer","validValues.ingredient.grapeMarcSpirit":"brændevin af presserester af druer","validValues.ingredient.grapeMust":"druemost","validValues.ingredient.grapeMust.deprecationDescription":"Since grapevine products are always produced from grapes, it is appropriate to allow the use of a single term \"grapes\" to indicate the basic raw material in the list of ingredients irrespective of whether the winemaker has used fresh grapes or grape must.","validValues.ingredient.grapeMustWithSulphites":"druemost (<0>sulfitter</0>)","validValues.ingredient.gumArabic":"gummi arabicum","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"hemicellulase","validValues.ingredient.honey":"honning","validValues.ingredient.inactivatedYeasts":"inaktiveret gær","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"inaktiveret gær med et garanteret glutathionindhold","validValues.ingredient.isinglass":"ægte husblas","validValues.ingredient.kaolin":"kaolin","validValues.ingredient.lacticAcid":"mælkesyre","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"mælkesyrebakterier","validValues.ingredient.malicAcid":"æblesyre","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"metavinsyre","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"mikrokrystallinsk cellulose","validValues.ingredient.milk":"<0>mælk</0>","validValues.ingredient.milk.synonymDescription":"Du kan bruge 'mælk' i stedet.","validValues.ingredient.milkCasein":"mælkecasein","validValues.ingredient.milkProducts":"<0>mælkeprodukt</0>","validValues.ingredient.milkProtein":"<0>mælkeprotein</0>","validValues.ingredient.nitrogen":"kvælstof","validValues.ingredient.nitrogen.deprecationDescription":"As indication of packaging gas in the list of ingrexdients may confuse consumers it is appropriate to replace it by selecting value from new Packaging Gases dropdown.","validValues.ingredient.peasProtein":"ærteprotein","validValues.ingredient.pectinLyases":"pektinlyaser","validValues.ingredient.pectinMethylesterase":"pektinmethylesterase","validValues.ingredient.plainCaramel":"karamel","validValues.ingredient.polygalacturonase":"polygalakturonase","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"polyvinylimidazol- og polyvinylpyrrolidon-copolymerer","validValues.ingredient.polyvinylpolypyrrolidone":"polyvinylpolypyrrolidon","validValues.ingredient.ponceau4R":"ponceau 4R","validValues.ingredient.ponceau4R_eCode":"E 124","validValues.ingredient.potassiumAlginate":"kaliumalginat","validValues.ingredient.potassiumBicarbonate":"kaliumbicarbonat","validValues.ingredient.potassiumBisulphite":"kaliumbisulfit (<0>sulfitter</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>sulfitter</0>)","validValues.ingredient.potassiumCarbonate":"kaliumcarbonat","validValues.ingredient.potassiumCaseinates":"kaliumkaseinater","validValues.ingredient.potassiumFerrocyanide":"kaliumferrocyanid","validValues.ingredient.potassiumHydrogenSulphite":"kaliumhydrogensulfit","validValues.ingredient.potassiumHydrogenTartrate":"kaliumhydrogentartrat","validValues.ingredient.potassiumMetabisulphite":"kaliumdisulfit (<0>sulfitter</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>sulfitter</0>)","validValues.ingredient.potassiumPolyaspartate":"kaliumpolyaspartat","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"kaliumsorbat","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"kalium tartrat","validValues.ingredient.potatoesProtein":"kartoffelprotein","validValues.ingredient.quinolineYellow":"quinolin gult","validValues.ingredient.quinolineYellowWith_eCode":"E 104","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"selektive plantefibre","validValues.ingredient.siliconDioxide":"siliciumdioxid","validValues.ingredient.sucrose":"saccharose","validValues.ingredient.sugar":"sukker","validValues.ingredient.sulfiteAmmoniaCaramel":"ammonieret sulfiteret karamel","validValues.ingredient.sulfites":"<0>sulfitter</0>","validValues.ingredient.sulfites.synonymDescription":"Du kan bruge 'sulfitter' i stedet.","validValues.ingredient.sulphurDioxide":"<0>svovldioxid</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>sulfitter</0>)","validValues.ingredient.sunsetYellow":"sunset Yellow","validValues.ingredient.sunsetYellow_eCode":"E 110","validValues.ingredient.tannins":"tanniner","validValues.ingredient.tartaricAcid":"vinsyre d, l- eller dens neutrale kaliumsalt","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.tartrazine":"tartrazin","validValues.ingredient.tartrazine_eCode":"E 102","validValues.ingredient.thiamineHydrochloride":"thiaminhydrochlorid","validValues.ingredient.tirageLiqueur":"tiragelikør","validValues.ingredient.urease":"urease","validValues.ingredient.water":"vand","validValues.ingredient.wheatProtein":"hvedeprotein","validValues.ingredient.wine":"vin","validValues.ingredient.wine.deprecationDescription":"Currently we assume all wines contain sulfites. Please choose a more specific ingredient instead.","validValues.ingredient.wineAlcohol":"alkohol af vin","validValues.ingredient.wineDistillate":"vindestillat","validValues.ingredient.wineSpirit":"vinbrændevin","validValues.ingredient.wineWithSulphites":"vin (<0>sulfitter</0>)","validValues.ingredient.yeastAutolysates":"autolyseret gær","validValues.ingredient.yeastCellWalls":"gærcellevægge","validValues.ingredient.yeastMannoproteins":"gærmannoproteiner","validValues.ingredient.yeastProteinExtracts":"gærproteinekstrakter","validValues.ingredient.yeastsForWineProduction":"gær til vinfremstilling"};
|
|
1
|
+
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"aleppofyrharpiks","validValues.ingredient.alluraRed":"allura red","validValues.ingredient.alluraRed_eCode":"E 129","validValues.ingredient.allylIsothiocyanate":"allylisothiocyanat","validValues.ingredient.ammoniaCaramel":"ammonieret karamel","validValues.ingredient.ammoniumBisulphite":"ammoniumbisulfit","validValues.ingredient.ammoniumSulphate":"ammoniumsulfat","validValues.ingredient.argon":"argon","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"ascorbinsyre","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"bentonit","validValues.ingredient.betaglucanase":"betaglucanase","validValues.ingredient.burnedSugar":"karamelliseret sukker","validValues.ingredient.calciumAlginate":"calciumalginat","validValues.ingredient.calciumCarbonate":"calciumkarbonat","validValues.ingredient.calciumPhytate":"calciumphytat","validValues.ingredient.calciumSulphate":"calciumsulfat","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"calciumtartrat","validValues.ingredient.caramel":"karamel","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"kuldioxid","validValues.ingredient.carbonDioxide.synonymDescription":"You can use 'carbon dioxide' instead.","validValues.ingredient.carboxymethylcellulose":"carboxymethylcellulose","validValues.ingredient.carboxymethylcellulose.synonymDescription":"You can use 'carboxymethylcellulose' instead.","validValues.ingredient.carmoisine":"carmoisin","validValues.ingredient.carmoisine_eCode":"E 122","validValues.ingredient.carobSyrup":"sirup af johannesbrød","validValues.ingredient.casein":"<0>mælkecasein</0>","validValues.ingredient.causticSulfiteCaramel":"kaustisk sulfiteret karamel","validValues.ingredient.cellulase":"cellulase","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"trækul til ønologisk brug","validValues.ingredient.chitinGlucanAspergillusNiger":"chitin-glucan udvundet af Aspergillus niger","validValues.ingredient.chitosanAspergillusNiger":"chitosan udvundet af Aspergillus niger","validValues.ingredient.citricAcid":"citronsyre","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"koncentreret druemost","validValues.ingredient.copperCitrate":"kobbercitrat","validValues.ingredient.copperSulphatePentahydrate":"kobbersulfat, pentahydrat","validValues.ingredient.diammoniumHydrogenPhosphate":"diammoniumhydrogenphosphat","validValues.ingredient.dimethyldicarbonate":"dimethyldicarbonat","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"landbrugsdestillat","validValues.ingredient.driedGrapeAlcohol":"alkohol af tørrede druer","validValues.ingredient.driedGrapeDistillate":"destillat af tørrede druer","validValues.ingredient.edibleGelatine":"spiselig gelatine","validValues.ingredient.egg":"<0>æg</0>","validValues.ingredient.eggAlbumin":"<0>ægalbumin</0>","validValues.ingredient.eggLysozyme":"<0>æglysozym</0>","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>æg</0>)","validValues.ingredient.eggProduct":"<0>ægprodukt</0>","validValues.ingredient.eggProtein":"<0>ægprotein</0>","validValues.ingredient.eggs.synonymDescription":"Du kan bruge 'æg' i stedet.","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"landbrugsethanol","validValues.ingredient.expeditionLiqueur":"ekspeditionslikør","validValues.ingredient.flavouring":"aromastoffer","validValues.ingredient.flavouringNatural":"naturlige aromastoffer","validValues.ingredient.flavouringSmoke":"røgaroma","validValues.ingredient.flavourings":"aromastoffer","validValues.ingredient.flavouringsNatural":"naturlige aromaer","validValues.ingredient.flavouringsSmoke":"røgaromaer","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"frisk vinbærme","validValues.ingredient.fumaricAcid":"fumarsyre","validValues.ingredient.gaseousOxygen":"luftformig ilt","validValues.ingredient.glycosidase":"glykosidase","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"druer","validValues.ingredient.grapeMarcSpirit":"brændevin af presserester af druer","validValues.ingredient.grapeMust":"druemost","validValues.ingredient.grapeMust.deprecationDescription":"Since grapevine products are always produced from grapes, it is appropriate to allow the use of a single term \"grapes\" to indicate the basic raw material in the list of ingredients irrespective of whether the winemaker has used fresh grapes or grape must.","validValues.ingredient.grapeMustWithSulphites":"druemost (<0>sulfitter</0>)","validValues.ingredient.gumArabic":"gummi arabicum","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"hemicellulase","validValues.ingredient.honey":"honning","validValues.ingredient.inactivatedYeasts":"inaktiveret gær","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"inaktiveret gær med et garanteret glutathionindhold","validValues.ingredient.isinglass":"ægte husblas","validValues.ingredient.kaolin":"kaolin","validValues.ingredient.lacticAcid":"mælkesyre","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"mælkesyrebakterier","validValues.ingredient.malicAcid":"æblesyre","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"metavinsyre","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"mikrokrystallinsk cellulose","validValues.ingredient.milk":"<0>mælk</0>","validValues.ingredient.milk.synonymDescription":"Du kan bruge 'mælk' i stedet.","validValues.ingredient.milkCasein":"mælkecasein","validValues.ingredient.milkProducts":"<0>mælkeprodukt</0>","validValues.ingredient.milkProtein":"<0>mælkeprotein</0>","validValues.ingredient.nitrogen":"kvælstof","validValues.ingredient.nitrogen.deprecationDescription":"As indication of packaging gas in the list of ingrexdients may confuse consumers it is appropriate to replace it by selecting value from new Packaging Gases dropdown.","validValues.ingredient.peasProtein":"ærteprotein","validValues.ingredient.pectinLyases":"pektinlyaser","validValues.ingredient.pectinMethylesterase":"pektinmethylesterase","validValues.ingredient.plainCaramel":"karamel","validValues.ingredient.polygalacturonase":"polygalakturonase","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"polyvinylimidazol- og polyvinylpyrrolidon-copolymerer","validValues.ingredient.polyvinylpolypyrrolidone":"polyvinylpolypyrrolidon","validValues.ingredient.ponceau4R":"ponceau 4R","validValues.ingredient.ponceau4R_eCode":"E 124","validValues.ingredient.potassiumAlginate":"kaliumalginat","validValues.ingredient.potassiumBicarbonate":"kaliumbicarbonat","validValues.ingredient.potassiumBisulphite":"kaliumbisulfit (<0>sulfitter</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>sulfitter</0>)","validValues.ingredient.potassiumCarbonate":"kaliumcarbonat","validValues.ingredient.potassiumCaseinates":"kaliumkaseinater","validValues.ingredient.potassiumFerrocyanide":"kaliumferrocyanid","validValues.ingredient.potassiumHydrogenSulphite":"kaliumhydrogensulfit","validValues.ingredient.potassiumHydrogenTartrate":"kaliumhydrogentartrat","validValues.ingredient.potassiumMetabisulphite":"kaliumdisulfit (<0>sulfitter</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>sulfitter</0>)","validValues.ingredient.potassiumPolyaspartate":"kaliumpolyaspartat","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"kaliumsorbat","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"kalium tartrat","validValues.ingredient.potatoesProtein":"kartoffelprotein","validValues.ingredient.quinolineYellow":"quinolin gult","validValues.ingredient.quinolineYellowWith_eCode":"E 104","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"selektive plantefibre","validValues.ingredient.siliconDioxide":"siliciumdioxid","validValues.ingredient.sucrose":"saccharose","validValues.ingredient.sugar":"sukker","validValues.ingredient.sulfiteAmmoniaCaramel":"ammonieret sulfiteret karamel","validValues.ingredient.sulfites":"<0>sulfitter</0>","validValues.ingredient.sulfites.synonymDescription":"Du kan bruge 'sulfitter' i stedet.","validValues.ingredient.sulphurDioxide":"<0>svovldioxid</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>sulfitter</0>)","validValues.ingredient.sunsetYellow":"sunset Yellow","validValues.ingredient.sunsetYellow_eCode":"E 110","validValues.ingredient.tannins":"tanniner","validValues.ingredient.tartaricAcid":"vinsyre d, l- eller dens neutrale kaliumsalt","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.tartrazine":"tartrazin","validValues.ingredient.tartrazine_eCode":"E 102","validValues.ingredient.thiamineHydrochloride":"thiaminhydrochlorid","validValues.ingredient.tirageLiqueur":"tiragelikør","validValues.ingredient.urease":"urease","validValues.ingredient.water":"vand","validValues.ingredient.wheatProtein":"hvedeprotein","validValues.ingredient.wine":"vin","validValues.ingredient.wine.deprecationDescription":"Currently we assume all wines contain sulfites. Please choose a more specific ingredient instead.","validValues.ingredient.wineAlcohol":"alkohol af vin","validValues.ingredient.wineDistillate":"vindestillat","validValues.ingredient.wineSpirit":"vinbrændevin","validValues.ingredient.wineWithSulphites":"vin (<0>sulfitter</0>)","validValues.ingredient.yeastAutolysates":"autolyseret gær","validValues.ingredient.yeastCellWalls":"gærcellevægge","validValues.ingredient.yeastMannoproteins":"gærmannoproteiner","validValues.ingredient.yeastProteinExtracts":"gærproteinekstrakter","validValues.ingredient.yeastsForWineProduction":"gær til vinfremstilling"};
|
|
@@ -252,9 +252,21 @@ msgstr "Aromastoff"
|
|
|
252
252
|
msgid "validValues.ingredient.flavouringNatural"
|
|
253
253
|
msgstr "natürliche Aromastoffe"
|
|
254
254
|
|
|
255
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
256
|
+
msgid "validValues.ingredient.flavouringSmoke"
|
|
257
|
+
msgstr "Raucharoma"
|
|
258
|
+
|
|
255
259
|
#: src/validValues/ingredient/ingredient.ts
|
|
256
260
|
msgid "validValues.ingredient.flavourings"
|
|
257
|
-
msgstr ""
|
|
261
|
+
msgstr "Aroma"
|
|
262
|
+
|
|
263
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
264
|
+
msgid "validValues.ingredient.flavouringsNatural"
|
|
265
|
+
msgstr "natürliche Aromen"
|
|
266
|
+
|
|
267
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
268
|
+
msgid "validValues.ingredient.flavouringsSmoke"
|
|
269
|
+
msgstr "Raucharomen"
|
|
258
270
|
|
|
259
271
|
#: src/validValues/ingredient/ingredient.ts
|
|
260
272
|
msgid "validValues.ingredient.freshBeerDistillateAndWater"
|