@bottlebooks/valid-values 7.4.5 → 7.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/validValues/ingredient/ingredient.d.ts +6 -0
- package/dist/validValues/ingredient/ingredient.d.ts.map +1 -1
- package/dist/validValues/ingredient/ingredient.js +78 -0
- package/dist/validValues/ingredient/locales/bg.d.ts +6 -0
- package/dist/validValues/ingredient/locales/bg.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/bg.js +6 -0
- package/dist/validValues/ingredient/locales/cs.d.ts +6 -0
- package/dist/validValues/ingredient/locales/cs.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/cs.js +6 -0
- package/dist/validValues/ingredient/locales/da.d.ts +6 -0
- package/dist/validValues/ingredient/locales/da.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/da.js +6 -0
- package/dist/validValues/ingredient/locales/de.d.ts +6 -0
- package/dist/validValues/ingredient/locales/de.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/de.js +6 -0
- package/dist/validValues/ingredient/locales/el.d.ts +6 -0
- package/dist/validValues/ingredient/locales/el.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/el.js +6 -0
- package/dist/validValues/ingredient/locales/en.d.ts +6 -0
- package/dist/validValues/ingredient/locales/en.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/en.js +6 -0
- package/dist/validValues/ingredient/locales/es.d.ts +6 -0
- package/dist/validValues/ingredient/locales/es.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/es.js +6 -0
- package/dist/validValues/ingredient/locales/et.d.ts +6 -0
- package/dist/validValues/ingredient/locales/et.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/et.js +6 -0
- package/dist/validValues/ingredient/locales/fi.d.ts +6 -0
- package/dist/validValues/ingredient/locales/fi.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/fi.js +6 -0
- package/dist/validValues/ingredient/locales/fr.d.ts +6 -0
- package/dist/validValues/ingredient/locales/fr.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/fr.js +6 -0
- package/dist/validValues/ingredient/locales/ga.d.ts +6 -0
- package/dist/validValues/ingredient/locales/ga.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/ga.js +6 -0
- package/dist/validValues/ingredient/locales/hr.d.ts +6 -0
- package/dist/validValues/ingredient/locales/hr.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/hr.js +6 -0
- package/dist/validValues/ingredient/locales/hu.d.ts +6 -0
- package/dist/validValues/ingredient/locales/hu.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/hu.js +6 -0
- package/dist/validValues/ingredient/locales/it.d.ts +6 -0
- package/dist/validValues/ingredient/locales/it.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/it.js +6 -0
- package/dist/validValues/ingredient/locales/lt.d.ts +6 -0
- package/dist/validValues/ingredient/locales/lt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/lt.js +6 -0
- package/dist/validValues/ingredient/locales/lv.d.ts +6 -0
- package/dist/validValues/ingredient/locales/lv.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/lv.js +6 -0
- package/dist/validValues/ingredient/locales/mt.d.ts +6 -0
- package/dist/validValues/ingredient/locales/mt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/mt.js +6 -0
- package/dist/validValues/ingredient/locales/nl.d.ts +6 -0
- package/dist/validValues/ingredient/locales/nl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/nl.js +6 -0
- package/dist/validValues/ingredient/locales/pl.d.ts +6 -0
- package/dist/validValues/ingredient/locales/pl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/pl.js +6 -0
- package/dist/validValues/ingredient/locales/pt.d.ts +6 -0
- package/dist/validValues/ingredient/locales/pt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/pt.js +6 -0
- package/dist/validValues/ingredient/locales/ro.d.ts +6 -0
- package/dist/validValues/ingredient/locales/ro.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/ro.js +6 -0
- package/dist/validValues/ingredient/locales/sk.d.ts +6 -0
- package/dist/validValues/ingredient/locales/sk.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sk.js +6 -0
- package/dist/validValues/ingredient/locales/sl.d.ts +6 -0
- package/dist/validValues/ingredient/locales/sl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sl.js +6 -0
- package/dist/validValues/ingredient/locales/sv.d.ts +6 -0
- package/dist/validValues/ingredient/locales/sv.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sv.js +6 -0
- package/package.json +2 -2
- package/src/validValues/ingredient/ingredient.ts +66 -0
- package/src/validValues/ingredient/locales/bg.po +24 -0
- package/src/validValues/ingredient/locales/bg.ts +1 -1
- package/src/validValues/ingredient/locales/cs.po +24 -0
- package/src/validValues/ingredient/locales/cs.ts +1 -1
- package/src/validValues/ingredient/locales/da.po +24 -0
- package/src/validValues/ingredient/locales/da.ts +1 -1
- package/src/validValues/ingredient/locales/de.po +24 -0
- package/src/validValues/ingredient/locales/de.ts +1 -1
- package/src/validValues/ingredient/locales/el.po +24 -0
- package/src/validValues/ingredient/locales/el.ts +1 -1
- package/src/validValues/ingredient/locales/en.po +24 -0
- package/src/validValues/ingredient/locales/en.ts +1 -1
- package/src/validValues/ingredient/locales/es.po +24 -0
- package/src/validValues/ingredient/locales/es.ts +1 -1
- package/src/validValues/ingredient/locales/et.po +24 -0
- package/src/validValues/ingredient/locales/et.ts +1 -1
- package/src/validValues/ingredient/locales/fi.po +24 -0
- package/src/validValues/ingredient/locales/fi.ts +1 -1
- package/src/validValues/ingredient/locales/fr.po +24 -0
- package/src/validValues/ingredient/locales/fr.ts +1 -1
- package/src/validValues/ingredient/locales/ga.po +24 -0
- package/src/validValues/ingredient/locales/ga.ts +1 -1
- package/src/validValues/ingredient/locales/hr.po +24 -0
- package/src/validValues/ingredient/locales/hr.ts +1 -1
- package/src/validValues/ingredient/locales/hu.po +24 -0
- package/src/validValues/ingredient/locales/hu.ts +1 -1
- package/src/validValues/ingredient/locales/it.po +24 -0
- package/src/validValues/ingredient/locales/it.ts +1 -1
- package/src/validValues/ingredient/locales/lt.po +24 -0
- package/src/validValues/ingredient/locales/lt.ts +1 -1
- package/src/validValues/ingredient/locales/lv.po +24 -0
- package/src/validValues/ingredient/locales/lv.ts +1 -1
- package/src/validValues/ingredient/locales/mt.po +24 -0
- package/src/validValues/ingredient/locales/mt.ts +1 -1
- package/src/validValues/ingredient/locales/nl.po +24 -0
- package/src/validValues/ingredient/locales/nl.ts +1 -1
- package/src/validValues/ingredient/locales/pl.po +24 -0
- package/src/validValues/ingredient/locales/pl.ts +1 -1
- package/src/validValues/ingredient/locales/pt.po +24 -0
- package/src/validValues/ingredient/locales/pt.ts +1 -1
- package/src/validValues/ingredient/locales/ro.po +24 -0
- package/src/validValues/ingredient/locales/ro.ts +1 -1
- package/src/validValues/ingredient/locales/sk.po +24 -0
- package/src/validValues/ingredient/locales/sk.ts +1 -1
- package/src/validValues/ingredient/locales/sl.po +24 -0
- package/src/validValues/ingredient/locales/sl.ts +1 -1
- package/src/validValues/ingredient/locales/sv.po +24 -0
- package/src/validValues/ingredient/locales/sv.ts +1 -1
|
@@ -17,6 +17,10 @@ msgstr ""
|
|
|
17
17
|
msgid "validValues.ingredient.aleppoPineResin"
|
|
18
18
|
msgstr "résine de pin d'alep"
|
|
19
19
|
|
|
20
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
21
|
+
msgid "validValues.ingredient.alluraRedWithEcode"
|
|
22
|
+
msgstr "rouge allura (E 129)"
|
|
23
|
+
|
|
20
24
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
21
25
|
msgid "validValues.ingredient.allylIsothiocyanate"
|
|
22
26
|
msgstr "isothiocyanate d'allyle"
|
|
@@ -109,6 +113,10 @@ msgstr "carboxyméthylcellulose"
|
|
|
109
113
|
msgid "validValues.ingredient.carboxymethylcellulose.synonymDescription"
|
|
110
114
|
msgstr ""
|
|
111
115
|
|
|
116
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
117
|
+
msgid "validValues.ingredient.carmoisineWithEcode"
|
|
118
|
+
msgstr "carmoisine (E 122)"
|
|
119
|
+
|
|
112
120
|
#: src/validValues/ingredient/ingredient.ts
|
|
113
121
|
msgid "validValues.ingredient.carobSyrup"
|
|
114
122
|
msgstr "sirop de caroube"
|
|
@@ -406,6 +414,10 @@ msgstr "copolymères polyvinylimidazole-polyvinylpyrrolidone"
|
|
|
406
414
|
msgid "validValues.ingredient.polyvinylpolypyrrolidone"
|
|
407
415
|
msgstr "polyvinylpolypyrrolidone"
|
|
408
416
|
|
|
417
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
418
|
+
msgid "validValues.ingredient.ponceau4RWithEcode"
|
|
419
|
+
msgstr "ponceau 4R (E 124)"
|
|
420
|
+
|
|
409
421
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
410
422
|
msgid "validValues.ingredient.potassiumAlginate"
|
|
411
423
|
msgstr "alginate de potassium"
|
|
@@ -474,6 +486,10 @@ msgstr "tartrate de potassium"
|
|
|
474
486
|
msgid "validValues.ingredient.potatoesProtein"
|
|
475
487
|
msgstr "protéine issue de pommes de terre"
|
|
476
488
|
|
|
489
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
490
|
+
msgid "validValues.ingredient.quinolineYellowWithEcode"
|
|
491
|
+
msgstr "jaune de quinoléine (E 104)"
|
|
492
|
+
|
|
477
493
|
#: src/validValues/ingredient/ingredient.ts
|
|
478
494
|
msgid "validValues.ingredient.ryeDistillateAndWater"
|
|
479
495
|
msgstr ""
|
|
@@ -519,6 +535,10 @@ msgstr "<0>anhydride sulfureux</0>"
|
|
|
519
535
|
msgid "validValues.ingredient.sulphurDioxide_eCode"
|
|
520
536
|
msgstr "E 220 (<0>sulfites</0>)"
|
|
521
537
|
|
|
538
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
539
|
+
msgid "validValues.ingredient.sunsetYellowWithEcode"
|
|
540
|
+
msgstr "jaune orangé S (E 110)"
|
|
541
|
+
|
|
522
542
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
523
543
|
msgid "validValues.ingredient.tannins"
|
|
524
544
|
msgstr "tanins"
|
|
@@ -531,6 +551,10 @@ msgstr "acide d, l- tartrique ou son sel neutre de potassium"
|
|
|
531
551
|
msgid "validValues.ingredient.tartaricAcid.synonymDescription"
|
|
532
552
|
msgstr ""
|
|
533
553
|
|
|
554
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
555
|
+
msgid "validValues.ingredient.tartrazineWithEcode"
|
|
556
|
+
msgstr "tartrazine (E 102)"
|
|
557
|
+
|
|
534
558
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
535
559
|
msgid "validValues.ingredient.thiamineHydrochloride"
|
|
536
560
|
msgstr "chlorhydrate de thiamine"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"résine de pin d'alep","validValues.ingredient.allylIsothiocyanate":"isothiocyanate d'allyle","validValues.ingredient.ammoniaCaramel":"caramel ammoniacal","validValues.ingredient.ammoniumBisulphite":"bisulfite d'ammonium","validValues.ingredient.ammoniumSulphate":"sulfate d'ammonium","validValues.ingredient.argon":"argon","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"acide ascorbique","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"bentonite","validValues.ingredient.betaglucanase":"bétaglucanase","validValues.ingredient.burnedSugar":"sucre caramélisé","validValues.ingredient.calciumAlginate":"alginate de calcium","validValues.ingredient.calciumCarbonate":"carbonate de calcium","validValues.ingredient.calciumPhytate":"phytate de calcium","validValues.ingredient.calciumSulphate":"sulfate de calcium","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"tartrate de calcium","validValues.ingredient.caramel":"caramel","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"dioxyde de carbone","validValues.ingredient.carbonDioxide.synonymDescription":"You can use 'carbon dioxide' instead.","validValues.ingredient.carboxymethylcellulose":"carboxyméthylcellulose","validValues.ingredient.carboxymethylcellulose.synonymDescription":"You can use 'carboxymethylcellulose' instead.","validValues.ingredient.carobSyrup":"sirop de caroube","validValues.ingredient.casein":"caséine du <0>lait</0>","validValues.ingredient.causticSulfiteCaramel":"caramel de sulfite caustique","validValues.ingredient.cellulase":"cellulase","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"charbons à usage œnologique","validValues.ingredient.chitinGlucanAspergillusNiger":"chitine-glucane dérivé d'aspergillus niger","validValues.ingredient.chitosanAspergillusNiger":"chitosane dérivé d'aspergillus niger","validValues.ingredient.citricAcid":"acide citrique","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"moût de raisins concentré","validValues.ingredient.copperCitrate":"citrate de cuivre","validValues.ingredient.copperSulphatePentahydrate":"sulfate de cuivre, pentahydraté","validValues.ingredient.diammoniumHydrogenPhosphate":"hydrogénophosphate de diammonium","validValues.ingredient.dimethyldicarbonate":"dicarbonate de diméthyle","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"distillat d’origine agricole","validValues.ingredient.driedGrapeAlcohol":"alcool de raisins secs","validValues.ingredient.driedGrapeDistillate":"distillat de raisins secs","validValues.ingredient.edibleGelatine":"gélatine alimentaire","validValues.ingredient.egg":"<0>œuf</0>","validValues.ingredient.eggAlbumin":"albumine de l'<0>œuf</0>","validValues.ingredient.eggLysozyme":"lysozyme de l'<0>œuf</0>","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>œuf</0>)","validValues.ingredient.eggProduct":"produit de l'<0>œuf</0>","validValues.ingredient.eggProtein":"protéine de l'<0>œuf</0>","validValues.ingredient.eggs.synonymDescription":"Vous pouvez utiliser 'œuf' à la place.","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"alcool éthylique d’origine agricole","validValues.ingredient.expeditionLiqueur":"liqueur d'expédition","validValues.ingredient.flavouring":"l'arôme","validValues.ingredient.flavouringNatural":"l’arôme naturel","validValues.ingredient.flavourings":"les arômes","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"lies fraîches","validValues.ingredient.fumaricAcid":"acide fumarique","validValues.ingredient.gaseousOxygen":"oxygène gazeux","validValues.ingredient.glycosidase":"glycosidase","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"raisins","validValues.ingredient.grapeMarcSpirit":"eau-de-vie de marcs de raisin","validValues.ingredient.grapeMust":"Moût de raisins","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":"Moût de raisins (<0>sulfites</0>)","validValues.ingredient.gumArabic":"gomme arabique","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"hémicellulase","validValues.ingredient.honey":"miel","validValues.ingredient.inactivatedYeasts":"levures inactivées","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"levures inactivées ayant des niveaux garantis de glutathion","validValues.ingredient.isinglass":"colle de poisson","validValues.ingredient.kaolin":"kaolin","validValues.ingredient.lacticAcid":"acide lactique","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"bactéries lactiques","validValues.ingredient.malicAcid":"acide malique","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"acide métatartrique","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"cellulose microcristalline","validValues.ingredient.milk":"<0>lait</0>","validValues.ingredient.milk.synonymDescription":"Vous pouvez utiliser 'lait' à la place.","validValues.ingredient.milkCasein":"caséine du lait","validValues.ingredient.milkProducts":"produits du <0>lait</0>","validValues.ingredient.milkProtein":"protéine du <0>lait</0>","validValues.ingredient.nitrogen":"azote","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":"protéine issue de pois","validValues.ingredient.pectinLyases":"pectines lyases","validValues.ingredient.pectinMethylesterase":"pectine méthylestérase","validValues.ingredient.plainCaramel":"caramel ordinaire","validValues.ingredient.polygalacturonase":"polygalacturonase","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"copolymères polyvinylimidazole-polyvinylpyrrolidone","validValues.ingredient.polyvinylpolypyrrolidone":"polyvinylpolypyrrolidone","validValues.ingredient.potassiumAlginate":"alginate de potassium","validValues.ingredient.potassiumBicarbonate":"bicarbonate de potassium","validValues.ingredient.potassiumBisulphite":"bisulfite de potassium (<0>sulfites</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>sulfites</0>)","validValues.ingredient.potassiumCarbonate":"carbonate de potassium","validValues.ingredient.potassiumCaseinates":"caséinates de potassium","validValues.ingredient.potassiumFerrocyanide":"ferrocyanure de potassium","validValues.ingredient.potassiumHydrogenSulphite":"sulfite acide de potassium","validValues.ingredient.potassiumHydrogenTartrate":"hydrogénotartrate de potassium","validValues.ingredient.potassiumMetabisulphite":"disulfite de potassium (<0>sulfites</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>sulfites</0>)","validValues.ingredient.potassiumPolyaspartate":"polyaspartate de potassium","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"sorbate de potassium","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"tartrate de potassium","validValues.ingredient.potatoesProtein":"protéine issue de pommes de terre","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"fibres végétales sélectives","validValues.ingredient.siliconDioxide":"dioxyde de silicium (gel ou solution colloïdale)","validValues.ingredient.sucrose":"saccharose","validValues.ingredient.sugar":"sucre","validValues.ingredient.sulfiteAmmoniaCaramel":"caramel au sulfite d'ammonium","validValues.ingredient.sulfites":"<0>sulfites</0>","validValues.ingredient.sulfites.synonymDescription":"Vous pouvez utiliser des 'sulfites' à la place.","validValues.ingredient.sulphurDioxide":"<0>anhydride sulfureux</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>sulfites</0>)","validValues.ingredient.tannins":"tanins","validValues.ingredient.tartaricAcid":"acide d, l- tartrique ou son sel neutre de potassium","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.thiamineHydrochloride":"chlorhydrate de thiamine","validValues.ingredient.tirageLiqueur":"liqueur de tirage","validValues.ingredient.urease":"uréase","validValues.ingredient.water":"eau","validValues.ingredient.wheatProtein":"protéine de blé","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":"alcool de vin","validValues.ingredient.wineDistillate":"distillat de vin","validValues.ingredient.wineSpirit":"eau-de-vie de vin","validValues.ingredient.wineWithSulphites":"vin (<0>sulfites</0>)","validValues.ingredient.yeastAutolysates":"autolysats de levures","validValues.ingredient.yeastCellWalls":"écorces de levures","validValues.ingredient.yeastMannoproteins":"mannoprotéines de levures","validValues.ingredient.yeastProteinExtracts":"extraits protéiques levuriens","validValues.ingredient.yeastsForWineProduction":"levures de vinification"};
|
|
1
|
+
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"résine de pin d'alep","validValues.ingredient.alluraRedWithEcode":"rouge allura (E 129)","validValues.ingredient.allylIsothiocyanate":"isothiocyanate d'allyle","validValues.ingredient.ammoniaCaramel":"caramel ammoniacal","validValues.ingredient.ammoniumBisulphite":"bisulfite d'ammonium","validValues.ingredient.ammoniumSulphate":"sulfate d'ammonium","validValues.ingredient.argon":"argon","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"acide ascorbique","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"bentonite","validValues.ingredient.betaglucanase":"bétaglucanase","validValues.ingredient.burnedSugar":"sucre caramélisé","validValues.ingredient.calciumAlginate":"alginate de calcium","validValues.ingredient.calciumCarbonate":"carbonate de calcium","validValues.ingredient.calciumPhytate":"phytate de calcium","validValues.ingredient.calciumSulphate":"sulfate de calcium","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"tartrate de calcium","validValues.ingredient.caramel":"caramel","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"dioxyde de carbone","validValues.ingredient.carbonDioxide.synonymDescription":"You can use 'carbon dioxide' instead.","validValues.ingredient.carboxymethylcellulose":"carboxyméthylcellulose","validValues.ingredient.carboxymethylcellulose.synonymDescription":"You can use 'carboxymethylcellulose' instead.","validValues.ingredient.carmoisineWithEcode":"carmoisine (E 122)","validValues.ingredient.carobSyrup":"sirop de caroube","validValues.ingredient.casein":"caséine du <0>lait</0>","validValues.ingredient.causticSulfiteCaramel":"caramel de sulfite caustique","validValues.ingredient.cellulase":"cellulase","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"charbons à usage œnologique","validValues.ingredient.chitinGlucanAspergillusNiger":"chitine-glucane dérivé d'aspergillus niger","validValues.ingredient.chitosanAspergillusNiger":"chitosane dérivé d'aspergillus niger","validValues.ingredient.citricAcid":"acide citrique","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"moût de raisins concentré","validValues.ingredient.copperCitrate":"citrate de cuivre","validValues.ingredient.copperSulphatePentahydrate":"sulfate de cuivre, pentahydraté","validValues.ingredient.diammoniumHydrogenPhosphate":"hydrogénophosphate de diammonium","validValues.ingredient.dimethyldicarbonate":"dicarbonate de diméthyle","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"distillat d’origine agricole","validValues.ingredient.driedGrapeAlcohol":"alcool de raisins secs","validValues.ingredient.driedGrapeDistillate":"distillat de raisins secs","validValues.ingredient.edibleGelatine":"gélatine alimentaire","validValues.ingredient.egg":"<0>œuf</0>","validValues.ingredient.eggAlbumin":"albumine de l'<0>œuf</0>","validValues.ingredient.eggLysozyme":"lysozyme de l'<0>œuf</0>","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>œuf</0>)","validValues.ingredient.eggProduct":"produit de l'<0>œuf</0>","validValues.ingredient.eggProtein":"protéine de l'<0>œuf</0>","validValues.ingredient.eggs.synonymDescription":"Vous pouvez utiliser 'œuf' à la place.","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"alcool éthylique d’origine agricole","validValues.ingredient.expeditionLiqueur":"liqueur d'expédition","validValues.ingredient.flavouring":"l'arôme","validValues.ingredient.flavouringNatural":"l’arôme naturel","validValues.ingredient.flavourings":"les arômes","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"lies fraîches","validValues.ingredient.fumaricAcid":"acide fumarique","validValues.ingredient.gaseousOxygen":"oxygène gazeux","validValues.ingredient.glycosidase":"glycosidase","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"raisins","validValues.ingredient.grapeMarcSpirit":"eau-de-vie de marcs de raisin","validValues.ingredient.grapeMust":"Moût de raisins","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":"Moût de raisins (<0>sulfites</0>)","validValues.ingredient.gumArabic":"gomme arabique","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"hémicellulase","validValues.ingredient.honey":"miel","validValues.ingredient.inactivatedYeasts":"levures inactivées","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"levures inactivées ayant des niveaux garantis de glutathion","validValues.ingredient.isinglass":"colle de poisson","validValues.ingredient.kaolin":"kaolin","validValues.ingredient.lacticAcid":"acide lactique","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"bactéries lactiques","validValues.ingredient.malicAcid":"acide malique","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"acide métatartrique","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"cellulose microcristalline","validValues.ingredient.milk":"<0>lait</0>","validValues.ingredient.milk.synonymDescription":"Vous pouvez utiliser 'lait' à la place.","validValues.ingredient.milkCasein":"caséine du lait","validValues.ingredient.milkProducts":"produits du <0>lait</0>","validValues.ingredient.milkProtein":"protéine du <0>lait</0>","validValues.ingredient.nitrogen":"azote","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":"protéine issue de pois","validValues.ingredient.pectinLyases":"pectines lyases","validValues.ingredient.pectinMethylesterase":"pectine méthylestérase","validValues.ingredient.plainCaramel":"caramel ordinaire","validValues.ingredient.polygalacturonase":"polygalacturonase","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"copolymères polyvinylimidazole-polyvinylpyrrolidone","validValues.ingredient.polyvinylpolypyrrolidone":"polyvinylpolypyrrolidone","validValues.ingredient.ponceau4RWithEcode":"ponceau 4R (E 124)","validValues.ingredient.potassiumAlginate":"alginate de potassium","validValues.ingredient.potassiumBicarbonate":"bicarbonate de potassium","validValues.ingredient.potassiumBisulphite":"bisulfite de potassium (<0>sulfites</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>sulfites</0>)","validValues.ingredient.potassiumCarbonate":"carbonate de potassium","validValues.ingredient.potassiumCaseinates":"caséinates de potassium","validValues.ingredient.potassiumFerrocyanide":"ferrocyanure de potassium","validValues.ingredient.potassiumHydrogenSulphite":"sulfite acide de potassium","validValues.ingredient.potassiumHydrogenTartrate":"hydrogénotartrate de potassium","validValues.ingredient.potassiumMetabisulphite":"disulfite de potassium (<0>sulfites</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>sulfites</0>)","validValues.ingredient.potassiumPolyaspartate":"polyaspartate de potassium","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"sorbate de potassium","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"tartrate de potassium","validValues.ingredient.potatoesProtein":"protéine issue de pommes de terre","validValues.ingredient.quinolineYellowWithEcode":"jaune de quinoléine (E 104)","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"fibres végétales sélectives","validValues.ingredient.siliconDioxide":"dioxyde de silicium (gel ou solution colloïdale)","validValues.ingredient.sucrose":"saccharose","validValues.ingredient.sugar":"sucre","validValues.ingredient.sulfiteAmmoniaCaramel":"caramel au sulfite d'ammonium","validValues.ingredient.sulfites":"<0>sulfites</0>","validValues.ingredient.sulfites.synonymDescription":"Vous pouvez utiliser des 'sulfites' à la place.","validValues.ingredient.sulphurDioxide":"<0>anhydride sulfureux</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>sulfites</0>)","validValues.ingredient.sunsetYellowWithEcode":"jaune orangé S (E 110)","validValues.ingredient.tannins":"tanins","validValues.ingredient.tartaricAcid":"acide d, l- tartrique ou son sel neutre de potassium","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.tartrazineWithEcode":"tartrazine (E 102)","validValues.ingredient.thiamineHydrochloride":"chlorhydrate de thiamine","validValues.ingredient.tirageLiqueur":"liqueur de tirage","validValues.ingredient.urease":"uréase","validValues.ingredient.water":"eau","validValues.ingredient.wheatProtein":"protéine de blé","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":"alcool de vin","validValues.ingredient.wineDistillate":"distillat de vin","validValues.ingredient.wineSpirit":"eau-de-vie de vin","validValues.ingredient.wineWithSulphites":"vin (<0>sulfites</0>)","validValues.ingredient.yeastAutolysates":"autolysats de levures","validValues.ingredient.yeastCellWalls":"écorces de levures","validValues.ingredient.yeastMannoproteins":"mannoprotéines de levures","validValues.ingredient.yeastProteinExtracts":"extraits protéiques levuriens","validValues.ingredient.yeastsForWineProduction":"levures de vinification"};
|
|
@@ -17,6 +17,10 @@ msgstr ""
|
|
|
17
17
|
msgid "validValues.ingredient.aleppoPineResin"
|
|
18
18
|
msgstr "roisín péine aleppo"
|
|
19
19
|
|
|
20
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
21
|
+
msgid "validValues.ingredient.alluraRedWithEcode"
|
|
22
|
+
msgstr "dearg alúra (E 129)"
|
|
23
|
+
|
|
20
24
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
21
25
|
msgid "validValues.ingredient.allylIsothiocyanate"
|
|
22
26
|
msgstr "iseatiocianáit aillile"
|
|
@@ -109,6 +113,10 @@ msgstr "carboxymethylcellulose"
|
|
|
109
113
|
msgid "validValues.ingredient.carboxymethylcellulose.synonymDescription"
|
|
110
114
|
msgstr ""
|
|
111
115
|
|
|
116
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
117
|
+
msgid "validValues.ingredient.carmoisineWithEcode"
|
|
118
|
+
msgstr "carmóisín (E 122)"
|
|
119
|
+
|
|
112
120
|
#: src/validValues/ingredient/ingredient.ts
|
|
113
121
|
msgid "validValues.ingredient.carobSyrup"
|
|
114
122
|
msgstr "síoróip charúib"
|
|
@@ -406,6 +414,10 @@ msgstr "comhpholaiméirí polaivinileimidazole-polaivinilpyrrolidone"
|
|
|
406
414
|
msgid "validValues.ingredient.polyvinylpolypyrrolidone"
|
|
407
415
|
msgstr "polaivinilepolypyrrolidone"
|
|
408
416
|
|
|
417
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
418
|
+
msgid "validValues.ingredient.ponceau4RWithEcode"
|
|
419
|
+
msgstr "ponsó 4R (E 124)"
|
|
420
|
+
|
|
409
421
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
410
422
|
msgid "validValues.ingredient.potassiumAlginate"
|
|
411
423
|
msgstr "ailgináit photaisiam"
|
|
@@ -474,6 +486,10 @@ msgstr "tartrate potaisiam"
|
|
|
474
486
|
msgid "validValues.ingredient.potatoesProtein"
|
|
475
487
|
msgstr "próitéin prátaí"
|
|
476
488
|
|
|
489
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
490
|
+
msgid "validValues.ingredient.quinolineYellowWithEcode"
|
|
491
|
+
msgstr "buí cuineoilín (E 104)"
|
|
492
|
+
|
|
477
493
|
#: src/validValues/ingredient/ingredient.ts
|
|
478
494
|
msgid "validValues.ingredient.ryeDistillateAndWater"
|
|
479
495
|
msgstr ""
|
|
@@ -519,6 +535,10 @@ msgstr "<0>dí-ocsaíd sulfair</0>"
|
|
|
519
535
|
msgid "validValues.ingredient.sulphurDioxide_eCode"
|
|
520
536
|
msgstr "E 220 (<0>suilfítí</0>)"
|
|
521
537
|
|
|
538
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
539
|
+
msgid "validValues.ingredient.sunsetYellowWithEcode"
|
|
540
|
+
msgstr "buí fuineadh gréine (E 110)"
|
|
541
|
+
|
|
522
542
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
523
543
|
msgid "validValues.ingredient.tannins"
|
|
524
544
|
msgstr "tainniní"
|
|
@@ -531,6 +551,10 @@ msgstr "aigéad tartarach"
|
|
|
531
551
|
msgid "validValues.ingredient.tartaricAcid.synonymDescription"
|
|
532
552
|
msgstr ""
|
|
533
553
|
|
|
554
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
555
|
+
msgid "validValues.ingredient.tartrazineWithEcode"
|
|
556
|
+
msgstr "tartraisín (E 102)"
|
|
557
|
+
|
|
534
558
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
535
559
|
msgid "validValues.ingredient.thiamineHydrochloride"
|
|
536
560
|
msgstr "hidreaclóiríd thiamine"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"roisín péine aleppo","validValues.ingredient.allylIsothiocyanate":"iseatiocianáit aillile","validValues.ingredient.ammoniaCaramel":"caramal amóinia","validValues.ingredient.ammoniumBisulphite":"déshuilfít amóiniam","validValues.ingredient.ammoniumSulphate":"sulfáit amóiniam","validValues.ingredient.argon":"argón","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"aigéad ascorbach","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"bentonite","validValues.ingredient.betaglucanase":"betaglucanase","validValues.ingredient.burnedSugar":"siúcra dóite","validValues.ingredient.calciumAlginate":"ailgináit cailciam","validValues.ingredient.calciumCarbonate":"carbónáit chailciam","validValues.ingredient.calciumPhytate":"fíteáit chailciam","validValues.ingredient.calciumSulphate":"sulfáit chailciam","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"tartrate cailciam","validValues.ingredient.caramel":"caramal","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"dí-ocsaíd charbóin","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.carobSyrup":"síoróip charúib","validValues.ingredient.casein":"<0>bainne</0> cáiséin","validValues.ingredient.causticSulfiteCaramel":"caramal suilfíte loiscní","validValues.ingredient.cellulase":"ceallafán","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"gualaigh le haghaidh úsáide fíoneolaíochta","validValues.ingredient.chitinGlucanAspergillusNiger":"chitin-glúcán díorthaithe ó aspergillus niger","validValues.ingredient.chitosanAspergillusNiger":"chitosan díorthaithe ó Aspergillus niger","validValues.ingredient.citricAcid":"aigéad citreach","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"úrfhíon fíonchaor tiubhaithe","validValues.ingredient.copperCitrate":"chiotráite copair","validValues.ingredient.copperSulphatePentahydrate":"sulfáit chopair, pentahydrate","validValues.ingredient.diammoniumHydrogenPhosphate":"fosfáit hidrigine diamóiniam","validValues.ingredient.dimethyldicarbonate":"démheitil-dícharbónáite","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"driogáit de thionscnamh talmhaíochta","validValues.ingredient.driedGrapeAlcohol":"alcól fíonchaor triomaithe","validValues.ingredient.driedGrapeDistillate":"driogáit fíonchaor triomaithe","validValues.ingredient.edibleGelatine":"geilitín inite","validValues.ingredient.egg":"<0>ubh</0>","validValues.ingredient.eggAlbumin":"<0>ubh</0>-albaimin","validValues.ingredient.eggLysozyme":"<0>ubh</0>-lísisím","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>ubh</0>)","validValues.ingredient.eggProduct":"táirge <0>ubh</0>","validValues.ingredient.eggProtein":"próitéin <0>ubh</0>","validValues.ingredient.eggs.synonymDescription":"Is féidir leat 'ubh' a úsáid ina ionad","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"alcól eitile de thionscnamh talmhaíochta","validValues.ingredient.expeditionLiqueur":"licéar expedition","validValues.ingredient.flavouring":"blastán","validValues.ingredient.flavouringNatural":"substaintí aiceanta blaistithe","validValues.ingredient.flavourings":"blastáin","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"moirt úr","validValues.ingredient.fumaricAcid":"aigéad fumarach","validValues.ingredient.gaseousOxygen":"ocsaigin gásach","validValues.ingredient.glycosidase":"glycosidase","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"fíonchaora","validValues.ingredient.grapeMarcSpirit":"biotáille de mharc fíonchaor","validValues.ingredient.grapeMust":"Úrfhíon fíonchaor","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":"Úrfhíon fíonchaor (<0>suilfítí</0>)","validValues.ingredient.gumArabic":"guma Arabach","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"hemicellulase","validValues.ingredient.honey":"mil","validValues.ingredient.inactivatedYeasts":"giostaí neamhghníomhaithe","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"giostaí neamhghníomhaithe le leibhéil glutathione ráthaithe","validValues.ingredient.isinglass":"oileánach","validValues.ingredient.kaolin":"caoilín","validValues.ingredient.lacticAcid":"aigéad lachtach","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"baictéir aigéid lachtaigh","validValues.ingredient.malicAcid":"aigéad malach","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"aigéad metatarach","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"ceallalóis micreacriostalach","validValues.ingredient.milk":"<0>bainne</0>","validValues.ingredient.milk.synonymDescription":"Is féidir leat 'bainne' a úsáid ina ionad","validValues.ingredient.milkCasein":"cáiséin bhainne","validValues.ingredient.milkProducts":"táirgí <0>bainne</0>","validValues.ingredient.milkProtein":"próitéin <0>bhainne</0>","validValues.ingredient.nitrogen":"nítrigin","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":"próitéin piseanna","validValues.ingredient.pectinLyases":"lyases peictin","validValues.ingredient.pectinMethylesterase":"peictin meitilesterase","validValues.ingredient.plainCaramel":"gnáthcharamal","validValues.ingredient.polygalacturonase":"polygalacturonase","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"comhpholaiméirí polaivinileimidazole-polaivinilpyrrolidone","validValues.ingredient.polyvinylpolypyrrolidone":"polaivinilepolypyrrolidone","validValues.ingredient.potassiumAlginate":"ailgináit photaisiam","validValues.ingredient.potassiumBicarbonate":"décharbónáit photaisiam","validValues.ingredient.potassiumBisulphite":"biosuilfít photaisiam (<0>suilfítí</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>suilfítí</0>)","validValues.ingredient.potassiumCarbonate":"carbónáit photaisiam","validValues.ingredient.potassiumCaseinates":"cáiséináit photaisiam","validValues.ingredient.potassiumFerrocyanide":"ferrocyanide potaisiam","validValues.ingredient.potassiumHydrogenSulphite":"suilfít hidrigine photaisiam","validValues.ingredient.potassiumHydrogenTartrate":"tartrate hidrigine potaisiam","validValues.ingredient.potassiumMetabisulphite":"meiti-dhéshuilfít photaisiam (<0>suilfítí</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>suilfítí</0>)","validValues.ingredient.potassiumPolyaspartate":"polaspartate potaisiam","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"sorbáit photaisiam","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"tartrate potaisiam","validValues.ingredient.potatoesProtein":"próitéin prátaí","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"snáithíní fásúla roghnacha","validValues.ingredient.siliconDioxide":"dé-ocsaíd sileacain","validValues.ingredient.sucrose":"siúcróis","validValues.ingredient.sugar":"siúcra","validValues.ingredient.sulfiteAmmoniaCaramel":"caramal amóinia suilfíte","validValues.ingredient.sulfites":"<0>suilfítí</0>","validValues.ingredient.sulfites.synonymDescription":"Is féidir leat 'suilfítí' a úsáid ina ionad sin.","validValues.ingredient.sulphurDioxide":"<0>dí-ocsaíd sulfair</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>suilfítí</0>)","validValues.ingredient.tannins":"tainniní","validValues.ingredient.tartaricAcid":"aigéad tartarach","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.thiamineHydrochloride":"hidreaclóiríd thiamine","validValues.ingredient.tirageLiqueur":"licéar tirage","validValues.ingredient.urease":"úiréis","validValues.ingredient.water":"uisce","validValues.ingredient.wheatProtein":"próitéin chruithneachta","validValues.ingredient.wine":"fíon","validValues.ingredient.wine.deprecationDescription":"Currently we assume all wines contain sulfites. Please choose a more specific ingredient instead.","validValues.ingredient.wineAlcohol":"alcól fíona","validValues.ingredient.wineDistillate":"driogáit fíona","validValues.ingredient.wineSpirit":"biotáille fíona","validValues.ingredient.wineWithSulphites":"fíon (<0>suilfítí</0>)","validValues.ingredient.yeastAutolysates":"autolysates giosta","validValues.ingredient.yeastCellWalls":"ballaí cille giosta","validValues.ingredient.yeastMannoproteins":"mannoproteiní giosta","validValues.ingredient.yeastProteinExtracts":"sleachta próitéine giosta","validValues.ingredient.yeastsForWineProduction":"giostaí le haghaidh táirgeadh fíona"};
|
|
1
|
+
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"roisín péine aleppo","validValues.ingredient.alluraRedWithEcode":"dearg alúra (E 129)","validValues.ingredient.allylIsothiocyanate":"iseatiocianáit aillile","validValues.ingredient.ammoniaCaramel":"caramal amóinia","validValues.ingredient.ammoniumBisulphite":"déshuilfít amóiniam","validValues.ingredient.ammoniumSulphate":"sulfáit amóiniam","validValues.ingredient.argon":"argón","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"aigéad ascorbach","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"bentonite","validValues.ingredient.betaglucanase":"betaglucanase","validValues.ingredient.burnedSugar":"siúcra dóite","validValues.ingredient.calciumAlginate":"ailgináit cailciam","validValues.ingredient.calciumCarbonate":"carbónáit chailciam","validValues.ingredient.calciumPhytate":"fíteáit chailciam","validValues.ingredient.calciumSulphate":"sulfáit chailciam","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"tartrate cailciam","validValues.ingredient.caramel":"caramal","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"dí-ocsaíd charbóin","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.carmoisineWithEcode":"carmóisín (E 122)","validValues.ingredient.carobSyrup":"síoróip charúib","validValues.ingredient.casein":"<0>bainne</0> cáiséin","validValues.ingredient.causticSulfiteCaramel":"caramal suilfíte loiscní","validValues.ingredient.cellulase":"ceallafán","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"gualaigh le haghaidh úsáide fíoneolaíochta","validValues.ingredient.chitinGlucanAspergillusNiger":"chitin-glúcán díorthaithe ó aspergillus niger","validValues.ingredient.chitosanAspergillusNiger":"chitosan díorthaithe ó Aspergillus niger","validValues.ingredient.citricAcid":"aigéad citreach","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"úrfhíon fíonchaor tiubhaithe","validValues.ingredient.copperCitrate":"chiotráite copair","validValues.ingredient.copperSulphatePentahydrate":"sulfáit chopair, pentahydrate","validValues.ingredient.diammoniumHydrogenPhosphate":"fosfáit hidrigine diamóiniam","validValues.ingredient.dimethyldicarbonate":"démheitil-dícharbónáite","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"driogáit de thionscnamh talmhaíochta","validValues.ingredient.driedGrapeAlcohol":"alcól fíonchaor triomaithe","validValues.ingredient.driedGrapeDistillate":"driogáit fíonchaor triomaithe","validValues.ingredient.edibleGelatine":"geilitín inite","validValues.ingredient.egg":"<0>ubh</0>","validValues.ingredient.eggAlbumin":"<0>ubh</0>-albaimin","validValues.ingredient.eggLysozyme":"<0>ubh</0>-lísisím","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>ubh</0>)","validValues.ingredient.eggProduct":"táirge <0>ubh</0>","validValues.ingredient.eggProtein":"próitéin <0>ubh</0>","validValues.ingredient.eggs.synonymDescription":"Is féidir leat 'ubh' a úsáid ina ionad","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"alcól eitile de thionscnamh talmhaíochta","validValues.ingredient.expeditionLiqueur":"licéar expedition","validValues.ingredient.flavouring":"blastán","validValues.ingredient.flavouringNatural":"substaintí aiceanta blaistithe","validValues.ingredient.flavourings":"blastáin","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"moirt úr","validValues.ingredient.fumaricAcid":"aigéad fumarach","validValues.ingredient.gaseousOxygen":"ocsaigin gásach","validValues.ingredient.glycosidase":"glycosidase","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"fíonchaora","validValues.ingredient.grapeMarcSpirit":"biotáille de mharc fíonchaor","validValues.ingredient.grapeMust":"Úrfhíon fíonchaor","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":"Úrfhíon fíonchaor (<0>suilfítí</0>)","validValues.ingredient.gumArabic":"guma Arabach","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"hemicellulase","validValues.ingredient.honey":"mil","validValues.ingredient.inactivatedYeasts":"giostaí neamhghníomhaithe","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"giostaí neamhghníomhaithe le leibhéil glutathione ráthaithe","validValues.ingredient.isinglass":"oileánach","validValues.ingredient.kaolin":"caoilín","validValues.ingredient.lacticAcid":"aigéad lachtach","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"baictéir aigéid lachtaigh","validValues.ingredient.malicAcid":"aigéad malach","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"aigéad metatarach","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"ceallalóis micreacriostalach","validValues.ingredient.milk":"<0>bainne</0>","validValues.ingredient.milk.synonymDescription":"Is féidir leat 'bainne' a úsáid ina ionad","validValues.ingredient.milkCasein":"cáiséin bhainne","validValues.ingredient.milkProducts":"táirgí <0>bainne</0>","validValues.ingredient.milkProtein":"próitéin <0>bhainne</0>","validValues.ingredient.nitrogen":"nítrigin","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":"próitéin piseanna","validValues.ingredient.pectinLyases":"lyases peictin","validValues.ingredient.pectinMethylesterase":"peictin meitilesterase","validValues.ingredient.plainCaramel":"gnáthcharamal","validValues.ingredient.polygalacturonase":"polygalacturonase","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"comhpholaiméirí polaivinileimidazole-polaivinilpyrrolidone","validValues.ingredient.polyvinylpolypyrrolidone":"polaivinilepolypyrrolidone","validValues.ingredient.ponceau4RWithEcode":"ponsó 4R (E 124)","validValues.ingredient.potassiumAlginate":"ailgináit photaisiam","validValues.ingredient.potassiumBicarbonate":"décharbónáit photaisiam","validValues.ingredient.potassiumBisulphite":"biosuilfít photaisiam (<0>suilfítí</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>suilfítí</0>)","validValues.ingredient.potassiumCarbonate":"carbónáit photaisiam","validValues.ingredient.potassiumCaseinates":"cáiséináit photaisiam","validValues.ingredient.potassiumFerrocyanide":"ferrocyanide potaisiam","validValues.ingredient.potassiumHydrogenSulphite":"suilfít hidrigine photaisiam","validValues.ingredient.potassiumHydrogenTartrate":"tartrate hidrigine potaisiam","validValues.ingredient.potassiumMetabisulphite":"meiti-dhéshuilfít photaisiam (<0>suilfítí</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>suilfítí</0>)","validValues.ingredient.potassiumPolyaspartate":"polaspartate potaisiam","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"sorbáit photaisiam","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"tartrate potaisiam","validValues.ingredient.potatoesProtein":"próitéin prátaí","validValues.ingredient.quinolineYellowWithEcode":"buí cuineoilín (E 104)","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"snáithíní fásúla roghnacha","validValues.ingredient.siliconDioxide":"dé-ocsaíd sileacain","validValues.ingredient.sucrose":"siúcróis","validValues.ingredient.sugar":"siúcra","validValues.ingredient.sulfiteAmmoniaCaramel":"caramal amóinia suilfíte","validValues.ingredient.sulfites":"<0>suilfítí</0>","validValues.ingredient.sulfites.synonymDescription":"Is féidir leat 'suilfítí' a úsáid ina ionad sin.","validValues.ingredient.sulphurDioxide":"<0>dí-ocsaíd sulfair</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>suilfítí</0>)","validValues.ingredient.sunsetYellowWithEcode":"buí fuineadh gréine (E 110)","validValues.ingredient.tannins":"tainniní","validValues.ingredient.tartaricAcid":"aigéad tartarach","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.tartrazineWithEcode":"tartraisín (E 102)","validValues.ingredient.thiamineHydrochloride":"hidreaclóiríd thiamine","validValues.ingredient.tirageLiqueur":"licéar tirage","validValues.ingredient.urease":"úiréis","validValues.ingredient.water":"uisce","validValues.ingredient.wheatProtein":"próitéin chruithneachta","validValues.ingredient.wine":"fíon","validValues.ingredient.wine.deprecationDescription":"Currently we assume all wines contain sulfites. Please choose a more specific ingredient instead.","validValues.ingredient.wineAlcohol":"alcól fíona","validValues.ingredient.wineDistillate":"driogáit fíona","validValues.ingredient.wineSpirit":"biotáille fíona","validValues.ingredient.wineWithSulphites":"fíon (<0>suilfítí</0>)","validValues.ingredient.yeastAutolysates":"autolysates giosta","validValues.ingredient.yeastCellWalls":"ballaí cille giosta","validValues.ingredient.yeastMannoproteins":"mannoproteiní giosta","validValues.ingredient.yeastProteinExtracts":"sleachta próitéine giosta","validValues.ingredient.yeastsForWineProduction":"giostaí le haghaidh táirgeadh fíona"};
|
|
@@ -17,6 +17,10 @@ msgstr ""
|
|
|
17
17
|
msgid "validValues.ingredient.aleppoPineResin"
|
|
18
18
|
msgstr "smola alepskog bora"
|
|
19
19
|
|
|
20
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
21
|
+
msgid "validValues.ingredient.alluraRedWithEcode"
|
|
22
|
+
msgstr "allura crvena (E129)"
|
|
23
|
+
|
|
20
24
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
21
25
|
msgid "validValues.ingredient.allylIsothiocyanate"
|
|
22
26
|
msgstr "alil izotiocijanat"
|
|
@@ -109,6 +113,10 @@ msgstr "karboksimetil-celuloza"
|
|
|
109
113
|
msgid "validValues.ingredient.carboxymethylcellulose.synonymDescription"
|
|
110
114
|
msgstr ""
|
|
111
115
|
|
|
116
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
117
|
+
msgid "validValues.ingredient.carmoisineWithEcode"
|
|
118
|
+
msgstr "karmoizin (E 122)"
|
|
119
|
+
|
|
112
120
|
#: src/validValues/ingredient/ingredient.ts
|
|
113
121
|
msgid "validValues.ingredient.carobSyrup"
|
|
114
122
|
msgstr "sirup rogača"
|
|
@@ -406,6 +414,10 @@ msgstr "kopolimeri polivinilimidazola-polivinilpirolidona"
|
|
|
406
414
|
msgid "validValues.ingredient.polyvinylpolypyrrolidone"
|
|
407
415
|
msgstr "polivinilpolipirolidon"
|
|
408
416
|
|
|
417
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
418
|
+
msgid "validValues.ingredient.ponceau4RWithEcode"
|
|
419
|
+
msgstr "ponceau 4R (E 124)"
|
|
420
|
+
|
|
409
421
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
410
422
|
msgid "validValues.ingredient.potassiumAlginate"
|
|
411
423
|
msgstr "kalijev alginat"
|
|
@@ -474,6 +486,10 @@ msgstr "Kalijev tartarat"
|
|
|
474
486
|
msgid "validValues.ingredient.potatoesProtein"
|
|
475
487
|
msgstr "bjelančevine iz krumpira"
|
|
476
488
|
|
|
489
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
490
|
+
msgid "validValues.ingredient.quinolineYellowWithEcode"
|
|
491
|
+
msgstr "kinolin žuta (E 104)"
|
|
492
|
+
|
|
477
493
|
#: src/validValues/ingredient/ingredient.ts
|
|
478
494
|
msgid "validValues.ingredient.ryeDistillateAndWater"
|
|
479
495
|
msgstr ""
|
|
@@ -519,6 +535,10 @@ msgstr "<0>sumporov dioksid</0>"
|
|
|
519
535
|
msgid "validValues.ingredient.sulphurDioxide_eCode"
|
|
520
536
|
msgstr "E 220 (<0>sulfiti</0>)"
|
|
521
537
|
|
|
538
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
539
|
+
msgid "validValues.ingredient.sunsetYellowWithEcode"
|
|
540
|
+
msgstr "sunset žuta (E 110)"
|
|
541
|
+
|
|
522
542
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
523
543
|
msgid "validValues.ingredient.tannins"
|
|
524
544
|
msgstr "tanini"
|
|
@@ -531,6 +551,10 @@ msgstr "vinska kiselina d, l- ili njezina neutralna kalijeva sol"
|
|
|
531
551
|
msgid "validValues.ingredient.tartaricAcid.synonymDescription"
|
|
532
552
|
msgstr ""
|
|
533
553
|
|
|
554
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
555
|
+
msgid "validValues.ingredient.tartrazineWithEcode"
|
|
556
|
+
msgstr "tartrazin (E 102)"
|
|
557
|
+
|
|
534
558
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
535
559
|
msgid "validValues.ingredient.thiamineHydrochloride"
|
|
536
560
|
msgstr "tiamin hidroklorid"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"smola alepskog bora","validValues.ingredient.allylIsothiocyanate":"alil izotiocijanat","validValues.ingredient.ammoniaCaramel":"amonijačni karamel","validValues.ingredient.ammoniumBisulphite":"amonijev bisulfit","validValues.ingredient.ammoniumSulphate":"amonijev sulfat","validValues.ingredient.argon":"argon","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"askorbinska kiselina","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"bentonit","validValues.ingredient.betaglucanase":"betaglukanaza","validValues.ingredient.burnedSugar":"prženi šećer","validValues.ingredient.calciumAlginate":"kalcijev alginat","validValues.ingredient.calciumCarbonate":"kalcijev karbonat","validValues.ingredient.calciumPhytate":"kalcijev fitat","validValues.ingredient.calciumSulphate":"kalcijev sulfat","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"kalcijev tartarat","validValues.ingredient.caramel":"karamel","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"ugljikov dioksid","validValues.ingredient.carbonDioxide.synonymDescription":"You can use 'carbon dioxide' instead.","validValues.ingredient.carboxymethylcellulose":"karboksimetil-celuloza","validValues.ingredient.carboxymethylcellulose.synonymDescription":"You can use 'carboxymethylcellulose' instead.","validValues.ingredient.carobSyrup":"sirup rogača","validValues.ingredient.casein":"kazein iz <0>mlijeka</0>","validValues.ingredient.causticSulfiteCaramel":"alkalno sulfitni karamel","validValues.ingredient.cellulase":"celulaza","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"drveni ugljen za primjenu u enologiji","validValues.ingredient.chitinGlucanAspergillusNiger":"hitin-glukan iz gljive aspergillus niger","validValues.ingredient.chitosanAspergillusNiger":"hitozan dobiven iz gljive aspergillus niger","validValues.ingredient.citricAcid":"limunska kiselina","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"koncentrirani mošt","validValues.ingredient.copperCitrate":"bakrov citrat","validValues.ingredient.copperSulphatePentahydrate":"bakrov sulfat, pentahidrat","validValues.ingredient.diammoniumHydrogenPhosphate":"diamonijev hidrogenfosfat","validValues.ingredient.dimethyldicarbonate":"dimetil dikarbonat","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"destilat poljoprivrednog podrijetla","validValues.ingredient.driedGrapeAlcohol":"alkohol od prosušenoga grožđa","validValues.ingredient.driedGrapeDistillate":"destilat prosušenoga grožđa","validValues.ingredient.edibleGelatine":"jestiva želatina","validValues.ingredient.egg":"<0>jaje</0>","validValues.ingredient.eggAlbumin":"<0>albumin iz jaja</0>","validValues.ingredient.eggLysozyme":"<0>lisozim</0>","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>jaje</0>)","validValues.ingredient.eggProduct":"proizvodi od <0>jaja</0>","validValues.ingredient.eggProtein":"<0>bjelančevine iz jaja</0>","validValues.ingredient.eggs.synonymDescription":"Umjesto toga možete koristiti 'jaje'.","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"etilni alkohol poljoprivrednog podrijetla","validValues.ingredient.expeditionLiqueur":"ekspedicijski liker","validValues.ingredient.flavouring":"aroma","validValues.ingredient.flavouringNatural":"prirodna aroma","validValues.ingredient.flavourings":"arome","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"svjež vinski talog","validValues.ingredient.fumaricAcid":"fumarna kiselina","validValues.ingredient.gaseousOxygen":"plinoviti kisik","validValues.ingredient.glycosidase":"glikozidaza","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"grožđem","validValues.ingredient.grapeMarcSpirit":"rakija od grožđane komine","validValues.ingredient.grapeMust":"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":"Mošt (<0>sulfiti</0>)","validValues.ingredient.gumArabic":"gumi arabika","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"hemicelulaza","validValues.ingredient.honey":"med","validValues.ingredient.inactivatedYeasts":"inaktivirani kvasci","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"inaktivirani kvasci sa zajamčenom razinom glutationa","validValues.ingredient.isinglass":"želatina od ribljih mjehura","validValues.ingredient.kaolin":"kaolin","validValues.ingredient.lacticAcid":"mliječna kiselina","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"bakterije mliječne kiseline","validValues.ingredient.malicAcid":"jabučna kiselina","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"metavinska kiselina","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"mikrokristalna celuloza","validValues.ingredient.milk":"<0>mlijeko</0>","validValues.ingredient.milk.synonymDescription":"Umjesto toga možete koristiti 'mlijeko'.","validValues.ingredient.milkCasein":"kazein iz mlijeka","validValues.ingredient.milkProducts":"<0>mliječni</0> proizvodi","validValues.ingredient.milkProtein":"<0>mliječne</0> bjelančevine","validValues.ingredient.nitrogen":"dušik","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":"bjelančevine iz graška","validValues.ingredient.pectinLyases":"pektin liaze","validValues.ingredient.pectinMethylesterase":"pektin metilesteraza","validValues.ingredient.plainCaramel":"obični karamel","validValues.ingredient.polygalacturonase":"poligalakturonaza","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"kopolimeri polivinilimidazola-polivinilpirolidona","validValues.ingredient.polyvinylpolypyrrolidone":"polivinilpolipirolidon","validValues.ingredient.potassiumAlginate":"kalijev alginat","validValues.ingredient.potassiumBicarbonate":"kalijev bikarbonat","validValues.ingredient.potassiumBisulphite":"kalijev bisulfit (<0>sulfiti</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>sulfiti</0>)","validValues.ingredient.potassiumCarbonate":"kalijev karbonat","validValues.ingredient.potassiumCaseinates":"kalijevi kazeinati","validValues.ingredient.potassiumFerrocyanide":"kalijev ferocijanid","validValues.ingredient.potassiumHydrogenSulphite":"kalijev hidrogen sulfit","validValues.ingredient.potassiumHydrogenTartrate":"kalijev hidrogen tartarat","validValues.ingredient.potassiumMetabisulphite":"kalijev metabisulfit (<0>sulfiti</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>sulfiti</0>)","validValues.ingredient.potassiumPolyaspartate":"kalijev poliaspartat","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"kalijev sorbat","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"Kalijev tartarat","validValues.ingredient.potatoesProtein":"bjelančevine iz krumpira","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"selektivna biljna vlakna","validValues.ingredient.siliconDioxide":"silicijev dioksid","validValues.ingredient.sucrose":"saharoza","validValues.ingredient.sugar":"šećer","validValues.ingredient.sulfiteAmmoniaCaramel":"sulfitno amonijačni karamel","validValues.ingredient.sulfites":"<0>sulfiti</0>","validValues.ingredient.sulfites.synonymDescription":"Umjesto toga možete koristiti 'sulfiti'.","validValues.ingredient.sulphurDioxide":"<0>sumporov dioksid</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>sulfiti</0>)","validValues.ingredient.tannins":"tanini","validValues.ingredient.tartaricAcid":"vinska kiselina d, l- ili njezina neutralna kalijeva sol","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.thiamineHydrochloride":"tiamin hidroklorid","validValues.ingredient.tirageLiqueur":"tiražni liker","validValues.ingredient.urease":"ureaza","validValues.ingredient.water":"voda","validValues.ingredient.wheatProtein":"pšenične bjelančevine","validValues.ingredient.wine":"vino","validValues.ingredient.wine.deprecationDescription":"Currently we assume all wines contain sulfites. Please choose a more specific ingredient instead.","validValues.ingredient.wineAlcohol":"vinski alkohol","validValues.ingredient.wineDistillate":"vinskog destilata","validValues.ingredient.wineSpirit":"rakija od vina","validValues.ingredient.wineWithSulphites":"vino (<0>sulfiti</0>)","validValues.ingredient.yeastAutolysates":"autolizati kvasca","validValues.ingredient.yeastCellWalls":"stanične stijenke kvasca","validValues.ingredient.yeastMannoproteins":"manoproteini kvasca","validValues.ingredient.yeastProteinExtracts":"ekstrakti proteina kvasca","validValues.ingredient.yeastsForWineProduction":"kvasci za proizvodnju vina"};
|
|
1
|
+
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"smola alepskog bora","validValues.ingredient.alluraRedWithEcode":"allura crvena (E129)","validValues.ingredient.allylIsothiocyanate":"alil izotiocijanat","validValues.ingredient.ammoniaCaramel":"amonijačni karamel","validValues.ingredient.ammoniumBisulphite":"amonijev bisulfit","validValues.ingredient.ammoniumSulphate":"amonijev sulfat","validValues.ingredient.argon":"argon","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"askorbinska kiselina","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"bentonit","validValues.ingredient.betaglucanase":"betaglukanaza","validValues.ingredient.burnedSugar":"prženi šećer","validValues.ingredient.calciumAlginate":"kalcijev alginat","validValues.ingredient.calciumCarbonate":"kalcijev karbonat","validValues.ingredient.calciumPhytate":"kalcijev fitat","validValues.ingredient.calciumSulphate":"kalcijev sulfat","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"kalcijev tartarat","validValues.ingredient.caramel":"karamel","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"ugljikov dioksid","validValues.ingredient.carbonDioxide.synonymDescription":"You can use 'carbon dioxide' instead.","validValues.ingredient.carboxymethylcellulose":"karboksimetil-celuloza","validValues.ingredient.carboxymethylcellulose.synonymDescription":"You can use 'carboxymethylcellulose' instead.","validValues.ingredient.carmoisineWithEcode":"karmoizin (E 122)","validValues.ingredient.carobSyrup":"sirup rogača","validValues.ingredient.casein":"kazein iz <0>mlijeka</0>","validValues.ingredient.causticSulfiteCaramel":"alkalno sulfitni karamel","validValues.ingredient.cellulase":"celulaza","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"drveni ugljen za primjenu u enologiji","validValues.ingredient.chitinGlucanAspergillusNiger":"hitin-glukan iz gljive aspergillus niger","validValues.ingredient.chitosanAspergillusNiger":"hitozan dobiven iz gljive aspergillus niger","validValues.ingredient.citricAcid":"limunska kiselina","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"koncentrirani mošt","validValues.ingredient.copperCitrate":"bakrov citrat","validValues.ingredient.copperSulphatePentahydrate":"bakrov sulfat, pentahidrat","validValues.ingredient.diammoniumHydrogenPhosphate":"diamonijev hidrogenfosfat","validValues.ingredient.dimethyldicarbonate":"dimetil dikarbonat","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"destilat poljoprivrednog podrijetla","validValues.ingredient.driedGrapeAlcohol":"alkohol od prosušenoga grožđa","validValues.ingredient.driedGrapeDistillate":"destilat prosušenoga grožđa","validValues.ingredient.edibleGelatine":"jestiva želatina","validValues.ingredient.egg":"<0>jaje</0>","validValues.ingredient.eggAlbumin":"<0>albumin iz jaja</0>","validValues.ingredient.eggLysozyme":"<0>lisozim</0>","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>jaje</0>)","validValues.ingredient.eggProduct":"proizvodi od <0>jaja</0>","validValues.ingredient.eggProtein":"<0>bjelančevine iz jaja</0>","validValues.ingredient.eggs.synonymDescription":"Umjesto toga možete koristiti 'jaje'.","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"etilni alkohol poljoprivrednog podrijetla","validValues.ingredient.expeditionLiqueur":"ekspedicijski liker","validValues.ingredient.flavouring":"aroma","validValues.ingredient.flavouringNatural":"prirodna aroma","validValues.ingredient.flavourings":"arome","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"svjež vinski talog","validValues.ingredient.fumaricAcid":"fumarna kiselina","validValues.ingredient.gaseousOxygen":"plinoviti kisik","validValues.ingredient.glycosidase":"glikozidaza","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"grožđem","validValues.ingredient.grapeMarcSpirit":"rakija od grožđane komine","validValues.ingredient.grapeMust":"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":"Mošt (<0>sulfiti</0>)","validValues.ingredient.gumArabic":"gumi arabika","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"hemicelulaza","validValues.ingredient.honey":"med","validValues.ingredient.inactivatedYeasts":"inaktivirani kvasci","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"inaktivirani kvasci sa zajamčenom razinom glutationa","validValues.ingredient.isinglass":"želatina od ribljih mjehura","validValues.ingredient.kaolin":"kaolin","validValues.ingredient.lacticAcid":"mliječna kiselina","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"bakterije mliječne kiseline","validValues.ingredient.malicAcid":"jabučna kiselina","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"metavinska kiselina","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"mikrokristalna celuloza","validValues.ingredient.milk":"<0>mlijeko</0>","validValues.ingredient.milk.synonymDescription":"Umjesto toga možete koristiti 'mlijeko'.","validValues.ingredient.milkCasein":"kazein iz mlijeka","validValues.ingredient.milkProducts":"<0>mliječni</0> proizvodi","validValues.ingredient.milkProtein":"<0>mliječne</0> bjelančevine","validValues.ingredient.nitrogen":"dušik","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":"bjelančevine iz graška","validValues.ingredient.pectinLyases":"pektin liaze","validValues.ingredient.pectinMethylesterase":"pektin metilesteraza","validValues.ingredient.plainCaramel":"obični karamel","validValues.ingredient.polygalacturonase":"poligalakturonaza","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"kopolimeri polivinilimidazola-polivinilpirolidona","validValues.ingredient.polyvinylpolypyrrolidone":"polivinilpolipirolidon","validValues.ingredient.ponceau4RWithEcode":"ponceau 4R (E 124)","validValues.ingredient.potassiumAlginate":"kalijev alginat","validValues.ingredient.potassiumBicarbonate":"kalijev bikarbonat","validValues.ingredient.potassiumBisulphite":"kalijev bisulfit (<0>sulfiti</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>sulfiti</0>)","validValues.ingredient.potassiumCarbonate":"kalijev karbonat","validValues.ingredient.potassiumCaseinates":"kalijevi kazeinati","validValues.ingredient.potassiumFerrocyanide":"kalijev ferocijanid","validValues.ingredient.potassiumHydrogenSulphite":"kalijev hidrogen sulfit","validValues.ingredient.potassiumHydrogenTartrate":"kalijev hidrogen tartarat","validValues.ingredient.potassiumMetabisulphite":"kalijev metabisulfit (<0>sulfiti</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>sulfiti</0>)","validValues.ingredient.potassiumPolyaspartate":"kalijev poliaspartat","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"kalijev sorbat","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"Kalijev tartarat","validValues.ingredient.potatoesProtein":"bjelančevine iz krumpira","validValues.ingredient.quinolineYellowWithEcode":"kinolin žuta (E 104)","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"selektivna biljna vlakna","validValues.ingredient.siliconDioxide":"silicijev dioksid","validValues.ingredient.sucrose":"saharoza","validValues.ingredient.sugar":"šećer","validValues.ingredient.sulfiteAmmoniaCaramel":"sulfitno amonijačni karamel","validValues.ingredient.sulfites":"<0>sulfiti</0>","validValues.ingredient.sulfites.synonymDescription":"Umjesto toga možete koristiti 'sulfiti'.","validValues.ingredient.sulphurDioxide":"<0>sumporov dioksid</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>sulfiti</0>)","validValues.ingredient.sunsetYellowWithEcode":"sunset žuta (E 110)","validValues.ingredient.tannins":"tanini","validValues.ingredient.tartaricAcid":"vinska kiselina d, l- ili njezina neutralna kalijeva sol","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.tartrazineWithEcode":"tartrazin (E 102)","validValues.ingredient.thiamineHydrochloride":"tiamin hidroklorid","validValues.ingredient.tirageLiqueur":"tiražni liker","validValues.ingredient.urease":"ureaza","validValues.ingredient.water":"voda","validValues.ingredient.wheatProtein":"pšenične bjelančevine","validValues.ingredient.wine":"vino","validValues.ingredient.wine.deprecationDescription":"Currently we assume all wines contain sulfites. Please choose a more specific ingredient instead.","validValues.ingredient.wineAlcohol":"vinski alkohol","validValues.ingredient.wineDistillate":"vinskog destilata","validValues.ingredient.wineSpirit":"rakija od vina","validValues.ingredient.wineWithSulphites":"vino (<0>sulfiti</0>)","validValues.ingredient.yeastAutolysates":"autolizati kvasca","validValues.ingredient.yeastCellWalls":"stanične stijenke kvasca","validValues.ingredient.yeastMannoproteins":"manoproteini kvasca","validValues.ingredient.yeastProteinExtracts":"ekstrakti proteina kvasca","validValues.ingredient.yeastsForWineProduction":"kvasci za proizvodnju vina"};
|
|
@@ -17,6 +17,10 @@ msgstr ""
|
|
|
17
17
|
msgid "validValues.ingredient.aleppoPineResin"
|
|
18
18
|
msgstr "aleppo fenyő gyantája"
|
|
19
19
|
|
|
20
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
21
|
+
msgid "validValues.ingredient.alluraRedWithEcode"
|
|
22
|
+
msgstr "alluravörös (E 129)"
|
|
23
|
+
|
|
20
24
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
21
25
|
msgid "validValues.ingredient.allylIsothiocyanate"
|
|
22
26
|
msgstr "allil-izotiocianát"
|
|
@@ -109,6 +113,10 @@ msgstr "karboximetil-cellulóz"
|
|
|
109
113
|
msgid "validValues.ingredient.carboxymethylcellulose.synonymDescription"
|
|
110
114
|
msgstr ""
|
|
111
115
|
|
|
116
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
117
|
+
msgid "validValues.ingredient.carmoisineWithEcode"
|
|
118
|
+
msgstr "azorubin (E 122)"
|
|
119
|
+
|
|
112
120
|
#: src/validValues/ingredient/ingredient.ts
|
|
113
121
|
msgid "validValues.ingredient.carobSyrup"
|
|
114
122
|
msgstr "méz"
|
|
@@ -406,6 +414,10 @@ msgstr "polivinil-imidazol-polivinil-pirrolidon kopolimerek"
|
|
|
406
414
|
msgid "validValues.ingredient.polyvinylpolypyrrolidone"
|
|
407
415
|
msgstr "polivinil-polipirrolidon"
|
|
408
416
|
|
|
417
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
418
|
+
msgid "validValues.ingredient.ponceau4RWithEcode"
|
|
419
|
+
msgstr "neukockin (E 124)"
|
|
420
|
+
|
|
409
421
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
410
422
|
msgid "validValues.ingredient.potassiumAlginate"
|
|
411
423
|
msgstr "kálium-alginát"
|
|
@@ -474,6 +486,10 @@ msgstr "kálium tartarát"
|
|
|
474
486
|
msgid "validValues.ingredient.potatoesProtein"
|
|
475
487
|
msgstr "burgonyafehérje"
|
|
476
488
|
|
|
489
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
490
|
+
msgid "validValues.ingredient.quinolineYellowWithEcode"
|
|
491
|
+
msgstr "kinolinsárga (E 104)"
|
|
492
|
+
|
|
477
493
|
#: src/validValues/ingredient/ingredient.ts
|
|
478
494
|
msgid "validValues.ingredient.ryeDistillateAndWater"
|
|
479
495
|
msgstr ""
|
|
@@ -519,6 +535,10 @@ msgstr "<0>kén-dioxid</0>"
|
|
|
519
535
|
msgid "validValues.ingredient.sulphurDioxide_eCode"
|
|
520
536
|
msgstr "E 220 (<0>szulfitok</0>)"
|
|
521
537
|
|
|
538
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
539
|
+
msgid "validValues.ingredient.sunsetYellowWithEcode"
|
|
540
|
+
msgstr "narancssárga S (E 110)"
|
|
541
|
+
|
|
522
542
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
523
543
|
msgid "validValues.ingredient.tannins"
|
|
524
544
|
msgstr "tanninok"
|
|
@@ -531,6 +551,10 @@ msgstr "d, l-borkősav vagy annak semleges káliumsója"
|
|
|
531
551
|
msgid "validValues.ingredient.tartaricAcid.synonymDescription"
|
|
532
552
|
msgstr ""
|
|
533
553
|
|
|
554
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
555
|
+
msgid "validValues.ingredient.tartrazineWithEcode"
|
|
556
|
+
msgstr "tartrazin (E 102)"
|
|
557
|
+
|
|
534
558
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
535
559
|
msgid "validValues.ingredient.thiamineHydrochloride"
|
|
536
560
|
msgstr "tiamin-hidroklorid"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"aleppo fenyő gyantája","validValues.ingredient.allylIsothiocyanate":"allil-izotiocianát","validValues.ingredient.ammoniaCaramel":"szulfitos karamell","validValues.ingredient.ammoniumBisulphite":"ammónium-biszulfit","validValues.ingredient.ammoniumSulphate":"ammónium-szulfát","validValues.ingredient.argon":"argon","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"aszkorbinsav","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"bentonit","validValues.ingredient.betaglucanase":"béta-glükanáz","validValues.ingredient.burnedSugar":"cukor","validValues.ingredient.calciumAlginate":"kalcium-alginát","validValues.ingredient.calciumCarbonate":"kalcium-karbonát","validValues.ingredient.calciumPhytate":"kalcium-fitát","validValues.ingredient.calciumSulphate":"kalcium-szulfát","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"kalcium-tartarát","validValues.ingredient.caramel":"karamell","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"szén-dioxid","validValues.ingredient.carbonDioxide.synonymDescription":"You can use 'carbon dioxide' instead.","validValues.ingredient.carboxymethylcellulose":"karboximetil-cellulóz","validValues.ingredient.carboxymethylcellulose.synonymDescription":"You can use 'carboxymethylcellulose' instead.","validValues.ingredient.carobSyrup":"méz","validValues.ingredient.casein":"<0>tejkazein</0>","validValues.ingredient.causticSulfiteCaramel":"karamell","validValues.ingredient.cellulase":"celluláz","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"borászati használatra szánt aktív szén","validValues.ingredient.chitinGlucanAspergillusNiger":"aspergillus niger gombából származó kitin-glükán","validValues.ingredient.chitosanAspergillusNiger":"aspergillus niger gombából származó kitozán","validValues.ingredient.citricAcid":"citromsav","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"sűrített szőlőmust","validValues.ingredient.copperCitrate":"réz-citrát","validValues.ingredient.copperSulphatePentahydrate":"réz-szulfát pentahidrát","validValues.ingredient.diammoniumHydrogenPhosphate":"diammónium-hidrogén-foszfát","validValues.ingredient.dimethyldicarbonate":"dimetil-dikarbonát","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"aszalt szőlőből előállított párlat","validValues.ingredient.driedGrapeAlcohol":"borból előállított alkohol","validValues.ingredient.driedGrapeDistillate":"borpárlat","validValues.ingredient.edibleGelatine":"étkezési zselatin","validValues.ingredient.egg":"<0>tojás</0>","validValues.ingredient.eggAlbumin":"<0>tojásból</0> származó albumin","validValues.ingredient.eggLysozyme":"<0>tojásból</0> származó lizozim","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>tojás</0>)","validValues.ingredient.eggProduct":"<0>tojástermék</0>","validValues.ingredient.eggProtein":"<0>tojásból</0> származó fehérje","validValues.ingredient.eggs.synonymDescription":"Használhatja helyette a 'tojás' szót.","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"mezőgazdasági","validValues.ingredient.expeditionLiqueur":"expedíciós likőr","validValues.ingredient.flavouring":"aróma","validValues.ingredient.flavouringNatural":"természetes aromaanyagok","validValues.ingredient.flavourings":"aromák","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"friss borseprő","validValues.ingredient.fumaricAcid":"fumársav","validValues.ingredient.gaseousOxygen":"gáz-halmazállapotú oxigén","validValues.ingredient.glycosidase":"glükozidáz","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"szőlő","validValues.ingredient.grapeMarcSpirit":"borpárlat","validValues.ingredient.grapeMust":"szőlőmust","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":"szőlőmust (<0>szulfitok</0>)","validValues.ingredient.gumArabic":"gumiarábikum","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"hemicelluláz","validValues.ingredient.honey":"égetett cukor","validValues.ingredient.inactivatedYeasts":"inaktivált élesztő","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"garantált glutationszintekkel rendelkező inaktivált élesztők","validValues.ingredient.isinglass":"vizahólyag","validValues.ingredient.kaolin":"kaolin","validValues.ingredient.lacticAcid":"tejsav","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"tejsavbaktériumok","validValues.ingredient.malicAcid":"almasav","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"metaborkősav","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"mikrokristályos cellulóz","validValues.ingredient.milk":"<0>tej</0>","validValues.ingredient.milk.synonymDescription":"Használhatja a 'tej' szót is.","validValues.ingredient.milkCasein":"tejkazein","validValues.ingredient.milkProducts":"<0>tejtermékek</0>","validValues.ingredient.milkProtein":"<0>tejfehérje</0>","validValues.ingredient.nitrogen":"nitrogén","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":"borsófehérje","validValues.ingredient.pectinLyases":"pektin-liázok","validValues.ingredient.pectinMethylesterase":"pektin-metil-észteráz","validValues.ingredient.plainCaramel":"színezék","validValues.ingredient.polygalacturonase":"poligalakturonáz","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"polivinil-imidazol-polivinil-pirrolidon kopolimerek","validValues.ingredient.polyvinylpolypyrrolidone":"polivinil-polipirrolidon","validValues.ingredient.potassiumAlginate":"kálium-alginát","validValues.ingredient.potassiumBicarbonate":"kálium-bikarbonát","validValues.ingredient.potassiumBisulphite":"kálium-biszulfit (<0>szulfitok</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>szulfitok</0>)","validValues.ingredient.potassiumCarbonate":"kálium-karbonát","validValues.ingredient.potassiumCaseinates":"kálium-kazeinátok","validValues.ingredient.potassiumFerrocyanide":"kálium-ferrocianid","validValues.ingredient.potassiumHydrogenSulphite":"kálium-biszulfit","validValues.ingredient.potassiumHydrogenTartrate":"kálium-hidrogén-tartarát","validValues.ingredient.potassiumMetabisulphite":"kálium-metabiszulfit (<0>szulfitok</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>szulfitok</0>)","validValues.ingredient.potassiumPolyaspartate":"kálium-poliaszpartát","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"kálium-szorbát","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"kálium tartarát","validValues.ingredient.potatoesProtein":"burgonyafehérje","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"szelektív növényi rostok","validValues.ingredient.siliconDioxide":"szilícium-dioxid","validValues.ingredient.sucrose":"szacharóz","validValues.ingredient.sugar":"törkölypárlat","validValues.ingredient.sulfiteAmmoniaCaramel":"ammóniás karamell","validValues.ingredient.sulfites":"<0>szulfitok</0>","validValues.ingredient.sulfites.synonymDescription":"Használhatja helyette a 'szulfitok'.","validValues.ingredient.sulphurDioxide":"<0>kén-dioxid</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>szulfitok</0>)","validValues.ingredient.tannins":"tanninok","validValues.ingredient.tartaricAcid":"d, l-borkősav vagy annak semleges káliumsója","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.thiamineHydrochloride":"tiamin-hidroklorid","validValues.ingredient.tirageLiqueur":"tirázslikőr","validValues.ingredient.urease":"ureáz","validValues.ingredient.water":"szentjánoskenyér-szirup","validValues.ingredient.wheatProtein":"búzafehérje","validValues.ingredient.wine":"bor","validValues.ingredient.wine.deprecationDescription":"Currently we assume all wines contain sulfites. Please choose a more specific ingredient instead.","validValues.ingredient.wineAlcohol":"többek között szőlészeti eredetű etil-alkohol","validValues.ingredient.wineDistillate":"aszalt szőlőből előállított alkohol","validValues.ingredient.wineSpirit":"mezőgazdasági eredetű párlat","validValues.ingredient.wineWithSulphites":"bor (<0>szulfitok</0>)","validValues.ingredient.yeastAutolysates":"élesztőautolizátumok","validValues.ingredient.yeastCellWalls":"élesztősejtfal-készítmény","validValues.ingredient.yeastMannoproteins":"mannoprotein alapú élesztő","validValues.ingredient.yeastProteinExtracts":"élesztőfehérje-kivonatok","validValues.ingredient.yeastsForWineProduction":"borélesztők"};
|
|
1
|
+
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"aleppo fenyő gyantája","validValues.ingredient.alluraRedWithEcode":"alluravörös (E 129)","validValues.ingredient.allylIsothiocyanate":"allil-izotiocianát","validValues.ingredient.ammoniaCaramel":"szulfitos karamell","validValues.ingredient.ammoniumBisulphite":"ammónium-biszulfit","validValues.ingredient.ammoniumSulphate":"ammónium-szulfát","validValues.ingredient.argon":"argon","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"aszkorbinsav","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"bentonit","validValues.ingredient.betaglucanase":"béta-glükanáz","validValues.ingredient.burnedSugar":"cukor","validValues.ingredient.calciumAlginate":"kalcium-alginát","validValues.ingredient.calciumCarbonate":"kalcium-karbonát","validValues.ingredient.calciumPhytate":"kalcium-fitát","validValues.ingredient.calciumSulphate":"kalcium-szulfát","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"kalcium-tartarát","validValues.ingredient.caramel":"karamell","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"szén-dioxid","validValues.ingredient.carbonDioxide.synonymDescription":"You can use 'carbon dioxide' instead.","validValues.ingredient.carboxymethylcellulose":"karboximetil-cellulóz","validValues.ingredient.carboxymethylcellulose.synonymDescription":"You can use 'carboxymethylcellulose' instead.","validValues.ingredient.carmoisineWithEcode":"azorubin (E 122)","validValues.ingredient.carobSyrup":"méz","validValues.ingredient.casein":"<0>tejkazein</0>","validValues.ingredient.causticSulfiteCaramel":"karamell","validValues.ingredient.cellulase":"celluláz","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"borászati használatra szánt aktív szén","validValues.ingredient.chitinGlucanAspergillusNiger":"aspergillus niger gombából származó kitin-glükán","validValues.ingredient.chitosanAspergillusNiger":"aspergillus niger gombából származó kitozán","validValues.ingredient.citricAcid":"citromsav","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"sűrített szőlőmust","validValues.ingredient.copperCitrate":"réz-citrát","validValues.ingredient.copperSulphatePentahydrate":"réz-szulfát pentahidrát","validValues.ingredient.diammoniumHydrogenPhosphate":"diammónium-hidrogén-foszfát","validValues.ingredient.dimethyldicarbonate":"dimetil-dikarbonát","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"aszalt szőlőből előállított párlat","validValues.ingredient.driedGrapeAlcohol":"borból előállított alkohol","validValues.ingredient.driedGrapeDistillate":"borpárlat","validValues.ingredient.edibleGelatine":"étkezési zselatin","validValues.ingredient.egg":"<0>tojás</0>","validValues.ingredient.eggAlbumin":"<0>tojásból</0> származó albumin","validValues.ingredient.eggLysozyme":"<0>tojásból</0> származó lizozim","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>tojás</0>)","validValues.ingredient.eggProduct":"<0>tojástermék</0>","validValues.ingredient.eggProtein":"<0>tojásból</0> származó fehérje","validValues.ingredient.eggs.synonymDescription":"Használhatja helyette a 'tojás' szót.","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"mezőgazdasági","validValues.ingredient.expeditionLiqueur":"expedíciós likőr","validValues.ingredient.flavouring":"aróma","validValues.ingredient.flavouringNatural":"természetes aromaanyagok","validValues.ingredient.flavourings":"aromák","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"friss borseprő","validValues.ingredient.fumaricAcid":"fumársav","validValues.ingredient.gaseousOxygen":"gáz-halmazállapotú oxigén","validValues.ingredient.glycosidase":"glükozidáz","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"szőlő","validValues.ingredient.grapeMarcSpirit":"borpárlat","validValues.ingredient.grapeMust":"szőlőmust","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":"szőlőmust (<0>szulfitok</0>)","validValues.ingredient.gumArabic":"gumiarábikum","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"hemicelluláz","validValues.ingredient.honey":"égetett cukor","validValues.ingredient.inactivatedYeasts":"inaktivált élesztő","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"garantált glutationszintekkel rendelkező inaktivált élesztők","validValues.ingredient.isinglass":"vizahólyag","validValues.ingredient.kaolin":"kaolin","validValues.ingredient.lacticAcid":"tejsav","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"tejsavbaktériumok","validValues.ingredient.malicAcid":"almasav","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"metaborkősav","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"mikrokristályos cellulóz","validValues.ingredient.milk":"<0>tej</0>","validValues.ingredient.milk.synonymDescription":"Használhatja a 'tej' szót is.","validValues.ingredient.milkCasein":"tejkazein","validValues.ingredient.milkProducts":"<0>tejtermékek</0>","validValues.ingredient.milkProtein":"<0>tejfehérje</0>","validValues.ingredient.nitrogen":"nitrogén","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":"borsófehérje","validValues.ingredient.pectinLyases":"pektin-liázok","validValues.ingredient.pectinMethylesterase":"pektin-metil-észteráz","validValues.ingredient.plainCaramel":"színezék","validValues.ingredient.polygalacturonase":"poligalakturonáz","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"polivinil-imidazol-polivinil-pirrolidon kopolimerek","validValues.ingredient.polyvinylpolypyrrolidone":"polivinil-polipirrolidon","validValues.ingredient.ponceau4RWithEcode":"neukockin (E 124)","validValues.ingredient.potassiumAlginate":"kálium-alginát","validValues.ingredient.potassiumBicarbonate":"kálium-bikarbonát","validValues.ingredient.potassiumBisulphite":"kálium-biszulfit (<0>szulfitok</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>szulfitok</0>)","validValues.ingredient.potassiumCarbonate":"kálium-karbonát","validValues.ingredient.potassiumCaseinates":"kálium-kazeinátok","validValues.ingredient.potassiumFerrocyanide":"kálium-ferrocianid","validValues.ingredient.potassiumHydrogenSulphite":"kálium-biszulfit","validValues.ingredient.potassiumHydrogenTartrate":"kálium-hidrogén-tartarát","validValues.ingredient.potassiumMetabisulphite":"kálium-metabiszulfit (<0>szulfitok</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>szulfitok</0>)","validValues.ingredient.potassiumPolyaspartate":"kálium-poliaszpartát","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"kálium-szorbát","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"kálium tartarát","validValues.ingredient.potatoesProtein":"burgonyafehérje","validValues.ingredient.quinolineYellowWithEcode":"kinolinsárga (E 104)","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"szelektív növényi rostok","validValues.ingredient.siliconDioxide":"szilícium-dioxid","validValues.ingredient.sucrose":"szacharóz","validValues.ingredient.sugar":"törkölypárlat","validValues.ingredient.sulfiteAmmoniaCaramel":"ammóniás karamell","validValues.ingredient.sulfites":"<0>szulfitok</0>","validValues.ingredient.sulfites.synonymDescription":"Használhatja helyette a 'szulfitok'.","validValues.ingredient.sulphurDioxide":"<0>kén-dioxid</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>szulfitok</0>)","validValues.ingredient.sunsetYellowWithEcode":"narancssárga S (E 110)","validValues.ingredient.tannins":"tanninok","validValues.ingredient.tartaricAcid":"d, l-borkősav vagy annak semleges káliumsója","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.tartrazineWithEcode":"tartrazin (E 102)","validValues.ingredient.thiamineHydrochloride":"tiamin-hidroklorid","validValues.ingredient.tirageLiqueur":"tirázslikőr","validValues.ingredient.urease":"ureáz","validValues.ingredient.water":"szentjánoskenyér-szirup","validValues.ingredient.wheatProtein":"búzafehérje","validValues.ingredient.wine":"bor","validValues.ingredient.wine.deprecationDescription":"Currently we assume all wines contain sulfites. Please choose a more specific ingredient instead.","validValues.ingredient.wineAlcohol":"többek között szőlészeti eredetű etil-alkohol","validValues.ingredient.wineDistillate":"aszalt szőlőből előállított alkohol","validValues.ingredient.wineSpirit":"mezőgazdasági eredetű párlat","validValues.ingredient.wineWithSulphites":"bor (<0>szulfitok</0>)","validValues.ingredient.yeastAutolysates":"élesztőautolizátumok","validValues.ingredient.yeastCellWalls":"élesztősejtfal-készítmény","validValues.ingredient.yeastMannoproteins":"mannoprotein alapú élesztő","validValues.ingredient.yeastProteinExtracts":"élesztőfehérje-kivonatok","validValues.ingredient.yeastsForWineProduction":"borélesztők"};
|
|
@@ -17,6 +17,10 @@ msgstr ""
|
|
|
17
17
|
msgid "validValues.ingredient.aleppoPineResin"
|
|
18
18
|
msgstr "resina di pino di aleppo"
|
|
19
19
|
|
|
20
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
21
|
+
msgid "validValues.ingredient.alluraRedWithEcode"
|
|
22
|
+
msgstr "rosso allura (E 129)"
|
|
23
|
+
|
|
20
24
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
21
25
|
msgid "validValues.ingredient.allylIsothiocyanate"
|
|
22
26
|
msgstr "isotiocianato di allile"
|
|
@@ -109,6 +113,10 @@ msgstr "carbossimetilcellulosa"
|
|
|
109
113
|
msgid "validValues.ingredient.carboxymethylcellulose.synonymDescription"
|
|
110
114
|
msgstr ""
|
|
111
115
|
|
|
116
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
117
|
+
msgid "validValues.ingredient.carmoisineWithEcode"
|
|
118
|
+
msgstr "carmoisina (E 122)"
|
|
119
|
+
|
|
112
120
|
#: src/validValues/ingredient/ingredient.ts
|
|
113
121
|
msgid "validValues.ingredient.carobSyrup"
|
|
114
122
|
msgstr "sciroppo di carruba"
|
|
@@ -406,6 +414,10 @@ msgstr "copolimeri polivinilimidazolo–polivinilpirrolidone"
|
|
|
406
414
|
msgid "validValues.ingredient.polyvinylpolypyrrolidone"
|
|
407
415
|
msgstr "polivinilpolipirrolidone"
|
|
408
416
|
|
|
417
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
418
|
+
msgid "validValues.ingredient.ponceau4RWithEcode"
|
|
419
|
+
msgstr "ponceau 4R (E 124)"
|
|
420
|
+
|
|
409
421
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
410
422
|
msgid "validValues.ingredient.potassiumAlginate"
|
|
411
423
|
msgstr "alginato di potassio"
|
|
@@ -474,6 +486,10 @@ msgstr "tartrato di potassio"
|
|
|
474
486
|
msgid "validValues.ingredient.potatoesProtein"
|
|
475
487
|
msgstr "proteina di patate"
|
|
476
488
|
|
|
489
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
490
|
+
msgid "validValues.ingredient.quinolineYellowWithEcode"
|
|
491
|
+
msgstr "giallo di chinolina (E 104)"
|
|
492
|
+
|
|
477
493
|
#: src/validValues/ingredient/ingredient.ts
|
|
478
494
|
msgid "validValues.ingredient.ryeDistillateAndWater"
|
|
479
495
|
msgstr ""
|
|
@@ -519,6 +535,10 @@ msgstr "<0>anidride solforosa</0>"
|
|
|
519
535
|
msgid "validValues.ingredient.sulphurDioxide_eCode"
|
|
520
536
|
msgstr "E 220 (<0>solfiti</0>)"
|
|
521
537
|
|
|
538
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
539
|
+
msgid "validValues.ingredient.sunsetYellowWithEcode"
|
|
540
|
+
msgstr "sunset yellow (E 110)"
|
|
541
|
+
|
|
522
542
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
523
543
|
msgid "validValues.ingredient.tannins"
|
|
524
544
|
msgstr "tannini"
|
|
@@ -531,6 +551,10 @@ msgstr "acido tartarico d, l- o il suo sale neutro di potassio"
|
|
|
531
551
|
msgid "validValues.ingredient.tartaricAcid.synonymDescription"
|
|
532
552
|
msgstr ""
|
|
533
553
|
|
|
554
|
+
#: src/validValues/ingredient/ingredient.ts
|
|
555
|
+
msgid "validValues.ingredient.tartrazineWithEcode"
|
|
556
|
+
msgstr "tartrazine (E 102)"
|
|
557
|
+
|
|
534
558
|
#: src/validValues/ingredient/deprecatedIngredient.ts
|
|
535
559
|
msgid "validValues.ingredient.thiamineHydrochloride"
|
|
536
560
|
msgstr "cloridrato di tiamina"
|