@bottlebooks/valid-values 10.7.0-alpha.2 → 10.7.0-alpha.3
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 +6 -0
- package/dist/validValues/ingredient/ingredient.d.ts +8 -0
- package/dist/validValues/ingredient/ingredient.d.ts.map +1 -1
- package/dist/validValues/ingredient/ingredient.js +104 -0
- package/dist/validValues/ingredient/locales/bg.d.ts +8 -0
- package/dist/validValues/ingredient/locales/bg.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/bg.js +8 -0
- package/dist/validValues/ingredient/locales/cs.d.ts +8 -0
- package/dist/validValues/ingredient/locales/cs.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/cs.js +8 -0
- package/dist/validValues/ingredient/locales/da.d.ts +8 -0
- package/dist/validValues/ingredient/locales/da.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/da.js +8 -0
- package/dist/validValues/ingredient/locales/de.d.ts +8 -0
- package/dist/validValues/ingredient/locales/de.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/de.js +8 -0
- package/dist/validValues/ingredient/locales/el.d.ts +8 -0
- package/dist/validValues/ingredient/locales/el.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/el.js +8 -0
- package/dist/validValues/ingredient/locales/en.d.ts +8 -0
- package/dist/validValues/ingredient/locales/en.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/en.js +8 -0
- package/dist/validValues/ingredient/locales/es.d.ts +8 -0
- package/dist/validValues/ingredient/locales/es.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/es.js +8 -0
- package/dist/validValues/ingredient/locales/et.d.ts +8 -0
- package/dist/validValues/ingredient/locales/et.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/et.js +8 -0
- package/dist/validValues/ingredient/locales/fi.d.ts +8 -0
- package/dist/validValues/ingredient/locales/fi.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/fi.js +8 -0
- package/dist/validValues/ingredient/locales/fr.d.ts +8 -0
- package/dist/validValues/ingredient/locales/fr.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/fr.js +8 -0
- package/dist/validValues/ingredient/locales/ga.d.ts +8 -0
- package/dist/validValues/ingredient/locales/ga.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/ga.js +8 -0
- package/dist/validValues/ingredient/locales/hr.d.ts +8 -0
- package/dist/validValues/ingredient/locales/hr.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/hr.js +8 -0
- package/dist/validValues/ingredient/locales/hu.d.ts +8 -0
- package/dist/validValues/ingredient/locales/hu.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/hu.js +8 -0
- package/dist/validValues/ingredient/locales/it.d.ts +8 -0
- package/dist/validValues/ingredient/locales/it.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/it.js +8 -0
- package/dist/validValues/ingredient/locales/lt.d.ts +8 -0
- package/dist/validValues/ingredient/locales/lt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/lt.js +8 -0
- package/dist/validValues/ingredient/locales/lv.d.ts +8 -0
- package/dist/validValues/ingredient/locales/lv.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/lv.js +8 -0
- package/dist/validValues/ingredient/locales/mt.d.ts +8 -0
- package/dist/validValues/ingredient/locales/mt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/mt.js +8 -0
- package/dist/validValues/ingredient/locales/nl.d.ts +8 -0
- package/dist/validValues/ingredient/locales/nl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/nl.js +8 -0
- package/dist/validValues/ingredient/locales/pl.d.ts +8 -0
- package/dist/validValues/ingredient/locales/pl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/pl.js +8 -0
- package/dist/validValues/ingredient/locales/pt.d.ts +8 -0
- package/dist/validValues/ingredient/locales/pt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/pt.js +8 -0
- package/dist/validValues/ingredient/locales/ro.d.ts +8 -0
- package/dist/validValues/ingredient/locales/ro.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/ro.js +8 -0
- package/dist/validValues/ingredient/locales/sk.d.ts +8 -0
- package/dist/validValues/ingredient/locales/sk.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sk.js +8 -0
- package/dist/validValues/ingredient/locales/sl.d.ts +8 -0
- package/dist/validValues/ingredient/locales/sl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sl.js +8 -0
- package/dist/validValues/ingredient/locales/sv.d.ts +8 -0
- package/dist/validValues/ingredient/locales/sv.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sv.js +8 -0
- package/package.json +2 -2
- package/src/validValues/ingredient/ingredient.ts +88 -0
- package/src/validValues/ingredient/locales/bg.po +32 -0
- package/src/validValues/ingredient/locales/bg.ts +1 -1
- package/src/validValues/ingredient/locales/cs.po +32 -0
- package/src/validValues/ingredient/locales/cs.ts +1 -1
- package/src/validValues/ingredient/locales/da.po +32 -0
- package/src/validValues/ingredient/locales/da.ts +1 -1
- package/src/validValues/ingredient/locales/de.po +32 -0
- package/src/validValues/ingredient/locales/de.ts +1 -1
- package/src/validValues/ingredient/locales/el.po +32 -0
- package/src/validValues/ingredient/locales/el.ts +1 -1
- package/src/validValues/ingredient/locales/en.po +32 -0
- package/src/validValues/ingredient/locales/en.ts +1 -1
- package/src/validValues/ingredient/locales/es.po +32 -0
- package/src/validValues/ingredient/locales/es.ts +1 -1
- package/src/validValues/ingredient/locales/et.po +32 -0
- package/src/validValues/ingredient/locales/et.ts +1 -1
- package/src/validValues/ingredient/locales/fi.po +32 -0
- package/src/validValues/ingredient/locales/fi.ts +1 -1
- package/src/validValues/ingredient/locales/fr.po +32 -0
- package/src/validValues/ingredient/locales/fr.ts +1 -1
- package/src/validValues/ingredient/locales/ga.po +32 -0
- package/src/validValues/ingredient/locales/ga.ts +1 -1
- package/src/validValues/ingredient/locales/hr.po +32 -0
- package/src/validValues/ingredient/locales/hr.ts +1 -1
- package/src/validValues/ingredient/locales/hu.po +32 -0
- package/src/validValues/ingredient/locales/hu.ts +1 -1
- package/src/validValues/ingredient/locales/it.po +32 -0
- package/src/validValues/ingredient/locales/it.ts +1 -1
- package/src/validValues/ingredient/locales/lt.po +32 -0
- package/src/validValues/ingredient/locales/lt.ts +1 -1
- package/src/validValues/ingredient/locales/lv.po +32 -0
- package/src/validValues/ingredient/locales/lv.ts +1 -1
- package/src/validValues/ingredient/locales/mt.po +32 -0
- package/src/validValues/ingredient/locales/mt.ts +1 -1
- package/src/validValues/ingredient/locales/nl.po +32 -0
- package/src/validValues/ingredient/locales/nl.ts +1 -1
- package/src/validValues/ingredient/locales/pl.po +32 -0
- package/src/validValues/ingredient/locales/pl.ts +1 -1
- package/src/validValues/ingredient/locales/pt.po +32 -0
- package/src/validValues/ingredient/locales/pt.ts +1 -1
- package/src/validValues/ingredient/locales/ro.po +32 -0
- package/src/validValues/ingredient/locales/ro.ts +1 -1
- package/src/validValues/ingredient/locales/sk.po +32 -0
- package/src/validValues/ingredient/locales/sk.ts +1 -1
- package/src/validValues/ingredient/locales/sl.po +32 -0
- package/src/validValues/ingredient/locales/sl.ts +1 -1
- package/src/validValues/ingredient/locales/sv.po +32 -0
- package/src/validValues/ingredient/locales/sv.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [10.7.0-alpha.3](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.7.0-alpha.2...@bottlebooks/valid-values@10.7.0-alpha.3) (2024-01-19)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- Add alcohols ([71a567e](https://github.com/bottlebooks/bottlebooks/commit/71a567ea516491118775d76695d0377844cba753))
|
|
11
|
+
|
|
6
12
|
# [10.7.0-alpha.2](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.7.0-alpha.1...@bottlebooks/valid-values@10.7.0-alpha.2) (2024-01-18)
|
|
7
13
|
|
|
8
14
|
### Features
|
|
@@ -25,6 +25,14 @@ declare const allIngredients: {
|
|
|
25
25
|
readonly carboxymethylcellulose: Ingredient;
|
|
26
26
|
readonly carobSyrup: Ingredient;
|
|
27
27
|
readonly milk: Ingredient;
|
|
28
|
+
readonly neutralAlcoholMadeFromGrapeProducts: Ingredient;
|
|
29
|
+
readonly distillateOfWine: Ingredient;
|
|
30
|
+
readonly distillateFromDriedGrapes: Ingredient;
|
|
31
|
+
readonly alcoholFromWine: Ingredient;
|
|
32
|
+
readonly alcoholFromDriedGrapes: Ingredient;
|
|
33
|
+
readonly partiallyFermentedGrapeMust: Ingredient;
|
|
34
|
+
readonly partiallyFermentedGrapeMustMadeFromDriedGrapes: Ingredient;
|
|
35
|
+
readonly grapeMustFromDriedGrapesWithNeutralWineAlcohol: Ingredient;
|
|
28
36
|
readonly causticSulfiteCaramel: Ingredient;
|
|
29
37
|
readonly cerealDistillateAndWater: Ingredient;
|
|
30
38
|
readonly citricAcid: Ingredient;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ingredient.d.ts","sourceRoot":"","sources":["../../../src/validValues/ingredient/ingredient.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAK1E,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,mBAAmB,CAAC;AAEhF,UAAU,UACR,SAAQ,oBAAoB,EAC1B,sCAAsC;CAAG;AA4B7C,QAAA,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"ingredient.d.ts","sourceRoot":"","sources":["../../../src/validValues/ingredient/ingredient.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAK1E,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,mBAAmB,CAAC;AAEhF,UAAU,UACR,SAAQ,oBAAoB,EAC1B,sCAAsC;CAAG;AA4B7C,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAitCV,CAAC;AAEX,oBAAY,aAAa,GAAG,MAAM,OAAO,cAAc,CAAC;AAExD,eAAO,MAAM,aAAa,ypDAUzB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -393,6 +393,110 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
393
393
|
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
394
394
|
}
|
|
395
395
|
}),
|
|
396
|
+
neutralAlcoholMadeFromGrapeProducts: ingredient({
|
|
397
|
+
key: 'neutralAlcoholMadeFromGrapeProducts',
|
|
398
|
+
label:
|
|
399
|
+
/*i18n*/
|
|
400
|
+
{
|
|
401
|
+
id: 'validValues.ingredient.neutralAlcoholMadeFromGrapeProducts',
|
|
402
|
+
message: 'neutral alcohol made from grape products'
|
|
403
|
+
},
|
|
404
|
+
metadata: {
|
|
405
|
+
tags: ['RAW_MATERIAL'],
|
|
406
|
+
productType: ['wine_fortified', 'wine_liqueur']
|
|
407
|
+
}
|
|
408
|
+
}),
|
|
409
|
+
distillateOfWine: ingredient({
|
|
410
|
+
key: 'distillateOfWine',
|
|
411
|
+
label:
|
|
412
|
+
/*i18n*/
|
|
413
|
+
{
|
|
414
|
+
id: 'validValues.ingredient.distillateOfWine',
|
|
415
|
+
message: 'distillate of wine'
|
|
416
|
+
},
|
|
417
|
+
metadata: {
|
|
418
|
+
tags: ['RAW_MATERIAL'],
|
|
419
|
+
productType: ['wine_fortified', 'wine_liqueur']
|
|
420
|
+
}
|
|
421
|
+
}),
|
|
422
|
+
distillateFromDriedGrapes: ingredient({
|
|
423
|
+
key: 'distillateFromDriedGrapes',
|
|
424
|
+
label:
|
|
425
|
+
/*i18n*/
|
|
426
|
+
{
|
|
427
|
+
id: 'validValues.ingredient.distillateFromDriedGrapes',
|
|
428
|
+
message: 'distillate from dried grapes'
|
|
429
|
+
},
|
|
430
|
+
metadata: {
|
|
431
|
+
tags: ['RAW_MATERIAL'],
|
|
432
|
+
productType: ['wine_fortified', 'wine_liqueur']
|
|
433
|
+
}
|
|
434
|
+
}),
|
|
435
|
+
alcoholFromWine: ingredient({
|
|
436
|
+
key: 'alcoholFromWine',
|
|
437
|
+
label:
|
|
438
|
+
/*i18n*/
|
|
439
|
+
{
|
|
440
|
+
id: 'validValues.ingredient.alcoholFromWine',
|
|
441
|
+
message: 'alcohol from wine'
|
|
442
|
+
},
|
|
443
|
+
metadata: {
|
|
444
|
+
tags: ['RAW_MATERIAL'],
|
|
445
|
+
productType: ['wine_fortified', 'wine_liqueur']
|
|
446
|
+
}
|
|
447
|
+
}),
|
|
448
|
+
alcoholFromDriedGrapes: ingredient({
|
|
449
|
+
key: 'alcoholFromDriedGrapes',
|
|
450
|
+
label:
|
|
451
|
+
/*i18n*/
|
|
452
|
+
{
|
|
453
|
+
id: 'validValues.ingredient.alcoholFromDriedGrapes',
|
|
454
|
+
message: 'alcohol from dried grapes'
|
|
455
|
+
},
|
|
456
|
+
metadata: {
|
|
457
|
+
tags: ['RAW_MATERIAL'],
|
|
458
|
+
productType: ['wine_fortified', 'wine_liqueur']
|
|
459
|
+
}
|
|
460
|
+
}),
|
|
461
|
+
partiallyFermentedGrapeMust: ingredient({
|
|
462
|
+
key: 'partiallyFermentedGrapeMust',
|
|
463
|
+
label:
|
|
464
|
+
/*i18n*/
|
|
465
|
+
{
|
|
466
|
+
id: 'validValues.ingredient.partiallyFermentedGrapeMust',
|
|
467
|
+
message: 'partially fermented grape must'
|
|
468
|
+
},
|
|
469
|
+
metadata: {
|
|
470
|
+
tags: ['RAW_MATERIAL'],
|
|
471
|
+
productType: ['wine_fortified', 'wine_liqueur']
|
|
472
|
+
}
|
|
473
|
+
}),
|
|
474
|
+
partiallyFermentedGrapeMustMadeFromDriedGrapes: ingredient({
|
|
475
|
+
key: 'partiallyFermentedGrapeMustMadeFromDriedGrapes',
|
|
476
|
+
label:
|
|
477
|
+
/*i18n*/
|
|
478
|
+
{
|
|
479
|
+
id: 'validValues.ingredient.partiallyFermentedGrapeMustMadeFromDriedGrapes',
|
|
480
|
+
message: 'partially fermented grape must made from dried grapes'
|
|
481
|
+
},
|
|
482
|
+
metadata: {
|
|
483
|
+
tags: ['RAW_MATERIAL'],
|
|
484
|
+
productType: ['wine_fortified', 'wine_liqueur']
|
|
485
|
+
}
|
|
486
|
+
}),
|
|
487
|
+
grapeMustFromDriedGrapesWithNeutralWineAlcohol: ingredient({
|
|
488
|
+
key: 'grapeMustFromDriedGrapesWithNeutralWineAlcohol',
|
|
489
|
+
label:
|
|
490
|
+
/*i18n*/
|
|
491
|
+
{
|
|
492
|
+
id: 'validValues.ingredient.grapeMustFromDriedGrapesWithNeutralWineAlcohol',
|
|
493
|
+
message: 'grape must from dried grapes with neutral wine alcohol'
|
|
494
|
+
},
|
|
495
|
+
metadata: {
|
|
496
|
+
tags: ['RAW_MATERIAL'],
|
|
497
|
+
productType: ['wine_fortified', 'wine_liqueur']
|
|
498
|
+
}
|
|
499
|
+
}),
|
|
396
500
|
causticSulfiteCaramel: ingredient({
|
|
397
501
|
key: 'causticSulfiteCaramel',
|
|
398
502
|
label:
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export declare const messages: {
|
|
2
|
+
"validValues.ingredient.alcoholFromDriedGrapes": string;
|
|
3
|
+
"validValues.ingredient.alcoholFromWine": string;
|
|
2
4
|
"validValues.ingredient.aleppoPineResin": string;
|
|
3
5
|
"validValues.ingredient.alluraRed": string;
|
|
4
6
|
"validValues.ingredient.alluraRed_eCode": string;
|
|
@@ -43,7 +45,9 @@ export declare const messages: {
|
|
|
43
45
|
"validValues.ingredient.diammoniumHydrogenPhosphate": string;
|
|
44
46
|
"validValues.ingredient.dimethyldicarbonate": string;
|
|
45
47
|
"validValues.ingredient.dimethyldicarbonate.synonymDescription": string;
|
|
48
|
+
"validValues.ingredient.distillateFromDriedGrapes": string;
|
|
46
49
|
"validValues.ingredient.distillateOfAgriculturalOrigin": string;
|
|
50
|
+
"validValues.ingredient.distillateOfWine": string;
|
|
47
51
|
"validValues.ingredient.driedGrapeAlcohol": string;
|
|
48
52
|
"validValues.ingredient.driedGrapeDistillate": string;
|
|
49
53
|
"validValues.ingredient.edibleGelatine": string;
|
|
@@ -72,6 +76,7 @@ export declare const messages: {
|
|
|
72
76
|
"validValues.ingredient.grapeMarcSpirit": string;
|
|
73
77
|
"validValues.ingredient.grapeMust": string;
|
|
74
78
|
"validValues.ingredient.grapeMust.deprecationDescription": string;
|
|
79
|
+
"validValues.ingredient.grapeMustFromDriedGrapesWithNeutralWineAlcohol": string;
|
|
75
80
|
"validValues.ingredient.grapeMustWithSulphites": string;
|
|
76
81
|
"validValues.ingredient.gumArabic": string;
|
|
77
82
|
"validValues.ingredient.gumArabic.synonymDescription": string;
|
|
@@ -95,8 +100,11 @@ export declare const messages: {
|
|
|
95
100
|
"validValues.ingredient.milkCasein": string;
|
|
96
101
|
"validValues.ingredient.milkProducts": string;
|
|
97
102
|
"validValues.ingredient.milkProtein": string;
|
|
103
|
+
"validValues.ingredient.neutralAlcoholMadeFromGrapeProducts": string;
|
|
98
104
|
"validValues.ingredient.nitrogen": string;
|
|
99
105
|
"validValues.ingredient.nitrogen.deprecationDescription": string;
|
|
106
|
+
"validValues.ingredient.partiallyFermentedGrapeMust": string;
|
|
107
|
+
"validValues.ingredient.partiallyFermentedGrapeMustMadeFromDriedGrapes": string;
|
|
100
108
|
"validValues.ingredient.peasProtein": string;
|
|
101
109
|
"validValues.ingredient.pectinLyases": string;
|
|
102
110
|
"validValues.ingredient.pectinMethylesterase": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bg.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/bg.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"bg.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/bg.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiqX,CAAC"}
|
|
@@ -7,6 +7,8 @@ exports.messages = void 0;
|
|
|
7
7
|
|
|
8
8
|
/*eslint-disable*/
|
|
9
9
|
var messages = {
|
|
10
|
+
"validValues.ingredient.alcoholFromDriedGrapes": "alcohol from dried grapes",
|
|
11
|
+
"validValues.ingredient.alcoholFromWine": "alcohol from wine",
|
|
10
12
|
"validValues.ingredient.aleppoPineResin": "смола от алепски бор",
|
|
11
13
|
"validValues.ingredient.alluraRed": "червен алура",
|
|
12
14
|
"validValues.ingredient.alluraRed_eCode": "E 129",
|
|
@@ -51,7 +53,9 @@ var messages = {
|
|
|
51
53
|
"validValues.ingredient.diammoniumHydrogenPhosphate": "диамониев хидроген фосфат",
|
|
52
54
|
"validValues.ingredient.dimethyldicarbonate": "диметил дикарбонат",
|
|
53
55
|
"validValues.ingredient.dimethyldicarbonate.synonymDescription": "You can use 'dimethyldicarbonate' instead.",
|
|
56
|
+
"validValues.ingredient.distillateFromDriedGrapes": "distillate from dried grapes",
|
|
54
57
|
"validValues.ingredient.distillateOfAgriculturalOrigin": "дестилат от земеделски произход",
|
|
58
|
+
"validValues.ingredient.distillateOfWine": "distillate of wine",
|
|
55
59
|
"validValues.ingredient.driedGrapeAlcohol": "алкохол от сушено грозде",
|
|
56
60
|
"validValues.ingredient.driedGrapeDistillate": "дестилат от сушено грозде",
|
|
57
61
|
"validValues.ingredient.edibleGelatine": "Ядивен желатин",
|
|
@@ -80,6 +84,7 @@ var messages = {
|
|
|
80
84
|
"validValues.ingredient.grapeMarcSpirit": "дестилатна спиртна напитка от гроздови джибри",
|
|
81
85
|
"validValues.ingredient.grapeMust": "гроздова мъст",
|
|
82
86
|
"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.",
|
|
87
|
+
"validValues.ingredient.grapeMustFromDriedGrapesWithNeutralWineAlcohol": "grape must from dried grapes with neutral wine alcohol",
|
|
83
88
|
"validValues.ingredient.grapeMustWithSulphites": "гроздова мъст (<0>sulphites</0>)",
|
|
84
89
|
"validValues.ingredient.gumArabic": "гума арабик",
|
|
85
90
|
"validValues.ingredient.gumArabic.synonymDescription": "You can use 'gum arabic' instead.",
|
|
@@ -103,8 +108,11 @@ var messages = {
|
|
|
103
108
|
"validValues.ingredient.milkCasein": "млечен казеин",
|
|
104
109
|
"validValues.ingredient.milkProducts": "<0>млечни</0> продукти",
|
|
105
110
|
"validValues.ingredient.milkProtein": "<0>млечен</0> протеин",
|
|
111
|
+
"validValues.ingredient.neutralAlcoholMadeFromGrapeProducts": "neutral alcohol made from grape products",
|
|
106
112
|
"validValues.ingredient.nitrogen": "азот",
|
|
107
113
|
"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.",
|
|
114
|
+
"validValues.ingredient.partiallyFermentedGrapeMust": "partially fermented grape must",
|
|
115
|
+
"validValues.ingredient.partiallyFermentedGrapeMustMadeFromDriedGrapes": "partially fermented grape must made from dried grapes",
|
|
108
116
|
"validValues.ingredient.peasProtein": "Грахов протеин",
|
|
109
117
|
"validValues.ingredient.pectinLyases": "пектин-лиаза",
|
|
110
118
|
"validValues.ingredient.pectinMethylesterase": "пектин метилестераза",
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export declare const messages: {
|
|
2
|
+
"validValues.ingredient.alcoholFromDriedGrapes": string;
|
|
3
|
+
"validValues.ingredient.alcoholFromWine": string;
|
|
2
4
|
"validValues.ingredient.aleppoPineResin": string;
|
|
3
5
|
"validValues.ingredient.alluraRed": string;
|
|
4
6
|
"validValues.ingredient.alluraRed_eCode": string;
|
|
@@ -43,7 +45,9 @@ export declare const messages: {
|
|
|
43
45
|
"validValues.ingredient.diammoniumHydrogenPhosphate": string;
|
|
44
46
|
"validValues.ingredient.dimethyldicarbonate": string;
|
|
45
47
|
"validValues.ingredient.dimethyldicarbonate.synonymDescription": string;
|
|
48
|
+
"validValues.ingredient.distillateFromDriedGrapes": string;
|
|
46
49
|
"validValues.ingredient.distillateOfAgriculturalOrigin": string;
|
|
50
|
+
"validValues.ingredient.distillateOfWine": string;
|
|
47
51
|
"validValues.ingredient.driedGrapeAlcohol": string;
|
|
48
52
|
"validValues.ingredient.driedGrapeDistillate": string;
|
|
49
53
|
"validValues.ingredient.edibleGelatine": string;
|
|
@@ -72,6 +76,7 @@ export declare const messages: {
|
|
|
72
76
|
"validValues.ingredient.grapeMarcSpirit": string;
|
|
73
77
|
"validValues.ingredient.grapeMust": string;
|
|
74
78
|
"validValues.ingredient.grapeMust.deprecationDescription": string;
|
|
79
|
+
"validValues.ingredient.grapeMustFromDriedGrapesWithNeutralWineAlcohol": string;
|
|
75
80
|
"validValues.ingredient.grapeMustWithSulphites": string;
|
|
76
81
|
"validValues.ingredient.gumArabic": string;
|
|
77
82
|
"validValues.ingredient.gumArabic.synonymDescription": string;
|
|
@@ -95,8 +100,11 @@ export declare const messages: {
|
|
|
95
100
|
"validValues.ingredient.milkCasein": string;
|
|
96
101
|
"validValues.ingredient.milkProducts": string;
|
|
97
102
|
"validValues.ingredient.milkProtein": string;
|
|
103
|
+
"validValues.ingredient.neutralAlcoholMadeFromGrapeProducts": string;
|
|
98
104
|
"validValues.ingredient.nitrogen": string;
|
|
99
105
|
"validValues.ingredient.nitrogen.deprecationDescription": string;
|
|
106
|
+
"validValues.ingredient.partiallyFermentedGrapeMust": string;
|
|
107
|
+
"validValues.ingredient.partiallyFermentedGrapeMustMadeFromDriedGrapes": string;
|
|
100
108
|
"validValues.ingredient.peasProtein": string;
|
|
101
109
|
"validValues.ingredient.pectinLyases": string;
|
|
102
110
|
"validValues.ingredient.pectinMethylesterase": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/cs.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/cs.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6wX,CAAC"}
|
|
@@ -7,6 +7,8 @@ exports.messages = void 0;
|
|
|
7
7
|
|
|
8
8
|
/*eslint-disable*/
|
|
9
9
|
var messages = {
|
|
10
|
+
"validValues.ingredient.alcoholFromDriedGrapes": "alcohol from dried grapes",
|
|
11
|
+
"validValues.ingredient.alcoholFromWine": "alcohol from wine",
|
|
10
12
|
"validValues.ingredient.aleppoPineResin": "pryskyřice borovice aleppo",
|
|
11
13
|
"validValues.ingredient.alluraRed": "červeň allura",
|
|
12
14
|
"validValues.ingredient.alluraRed_eCode": "E 129",
|
|
@@ -51,7 +53,9 @@ var messages = {
|
|
|
51
53
|
"validValues.ingredient.diammoniumHydrogenPhosphate": "hydrogenfosforečnan diamonný",
|
|
52
54
|
"validValues.ingredient.dimethyldicarbonate": "dimethyldikarbonát",
|
|
53
55
|
"validValues.ingredient.dimethyldicarbonate.synonymDescription": "You can use 'dimethyldicarbonate' instead.",
|
|
56
|
+
"validValues.ingredient.distillateFromDriedGrapes": "distillate from dried grapes",
|
|
54
57
|
"validValues.ingredient.distillateOfAgriculturalOrigin": "destilát zemědělského původu",
|
|
58
|
+
"validValues.ingredient.distillateOfWine": "distillate of wine",
|
|
55
59
|
"validValues.ingredient.driedGrapeAlcohol": "alkohol ze sušených vinných hroznů",
|
|
56
60
|
"validValues.ingredient.driedGrapeDistillate": "destilát ze sušených vinných hroznů",
|
|
57
61
|
"validValues.ingredient.edibleGelatine": "Potravinářská želatina",
|
|
@@ -80,6 +84,7 @@ var messages = {
|
|
|
80
84
|
"validValues.ingredient.grapeMarcSpirit": "matolinová pálenka",
|
|
81
85
|
"validValues.ingredient.grapeMust": "hroznový mošt",
|
|
82
86
|
"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.",
|
|
87
|
+
"validValues.ingredient.grapeMustFromDriedGrapesWithNeutralWineAlcohol": "grape must from dried grapes with neutral wine alcohol",
|
|
83
88
|
"validValues.ingredient.grapeMustWithSulphites": "hroznový mošt (<0>siřičitany</0>)",
|
|
84
89
|
"validValues.ingredient.gumArabic": "arabská guma",
|
|
85
90
|
"validValues.ingredient.gumArabic.synonymDescription": "You can use 'gum arabic' instead.",
|
|
@@ -103,8 +108,11 @@ var messages = {
|
|
|
103
108
|
"validValues.ingredient.milkCasein": "mléčný kasein",
|
|
104
109
|
"validValues.ingredient.milkProducts": "výrobky <0>z mléka</0>",
|
|
105
110
|
"validValues.ingredient.milkProtein": "<0>mléčná</0> bílkovina",
|
|
111
|
+
"validValues.ingredient.neutralAlcoholMadeFromGrapeProducts": "neutral alcohol made from grape products",
|
|
106
112
|
"validValues.ingredient.nitrogen": "dusík",
|
|
107
113
|
"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.",
|
|
114
|
+
"validValues.ingredient.partiallyFermentedGrapeMust": "partially fermented grape must",
|
|
115
|
+
"validValues.ingredient.partiallyFermentedGrapeMustMadeFromDriedGrapes": "partially fermented grape must made from dried grapes",
|
|
108
116
|
"validValues.ingredient.peasProtein": "Bílkoviny z hrachu",
|
|
109
117
|
"validValues.ingredient.pectinLyases": "pektolyáza",
|
|
110
118
|
"validValues.ingredient.pectinMethylesterase": "pektin-methyl-esteráza",
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export declare const messages: {
|
|
2
|
+
"validValues.ingredient.alcoholFromDriedGrapes": string;
|
|
3
|
+
"validValues.ingredient.alcoholFromWine": string;
|
|
2
4
|
"validValues.ingredient.aleppoPineResin": string;
|
|
3
5
|
"validValues.ingredient.alluraRed": string;
|
|
4
6
|
"validValues.ingredient.alluraRed_eCode": string;
|
|
@@ -43,7 +45,9 @@ export declare const messages: {
|
|
|
43
45
|
"validValues.ingredient.diammoniumHydrogenPhosphate": string;
|
|
44
46
|
"validValues.ingredient.dimethyldicarbonate": string;
|
|
45
47
|
"validValues.ingredient.dimethyldicarbonate.synonymDescription": string;
|
|
48
|
+
"validValues.ingredient.distillateFromDriedGrapes": string;
|
|
46
49
|
"validValues.ingredient.distillateOfAgriculturalOrigin": string;
|
|
50
|
+
"validValues.ingredient.distillateOfWine": string;
|
|
47
51
|
"validValues.ingredient.driedGrapeAlcohol": string;
|
|
48
52
|
"validValues.ingredient.driedGrapeDistillate": string;
|
|
49
53
|
"validValues.ingredient.edibleGelatine": string;
|
|
@@ -72,6 +76,7 @@ export declare const messages: {
|
|
|
72
76
|
"validValues.ingredient.grapeMarcSpirit": string;
|
|
73
77
|
"validValues.ingredient.grapeMust": string;
|
|
74
78
|
"validValues.ingredient.grapeMust.deprecationDescription": string;
|
|
79
|
+
"validValues.ingredient.grapeMustFromDriedGrapesWithNeutralWineAlcohol": string;
|
|
75
80
|
"validValues.ingredient.grapeMustWithSulphites": string;
|
|
76
81
|
"validValues.ingredient.gumArabic": string;
|
|
77
82
|
"validValues.ingredient.gumArabic.synonymDescription": string;
|
|
@@ -95,8 +100,11 @@ export declare const messages: {
|
|
|
95
100
|
"validValues.ingredient.milkCasein": string;
|
|
96
101
|
"validValues.ingredient.milkProducts": string;
|
|
97
102
|
"validValues.ingredient.milkProtein": string;
|
|
103
|
+
"validValues.ingredient.neutralAlcoholMadeFromGrapeProducts": string;
|
|
98
104
|
"validValues.ingredient.nitrogen": string;
|
|
99
105
|
"validValues.ingredient.nitrogen.deprecationDescription": string;
|
|
106
|
+
"validValues.ingredient.partiallyFermentedGrapeMust": string;
|
|
107
|
+
"validValues.ingredient.partiallyFermentedGrapeMustMadeFromDriedGrapes": string;
|
|
100
108
|
"validValues.ingredient.peasProtein": string;
|
|
101
109
|
"validValues.ingredient.pectinLyases": string;
|
|
102
110
|
"validValues.ingredient.pectinMethylesterase": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"da.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/da.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"da.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/da.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAm5W,CAAC"}
|
|
@@ -7,6 +7,8 @@ exports.messages = void 0;
|
|
|
7
7
|
|
|
8
8
|
/*eslint-disable*/
|
|
9
9
|
var messages = {
|
|
10
|
+
"validValues.ingredient.alcoholFromDriedGrapes": "alcohol from dried grapes",
|
|
11
|
+
"validValues.ingredient.alcoholFromWine": "alcohol from wine",
|
|
10
12
|
"validValues.ingredient.aleppoPineResin": "aleppofyrharpiks",
|
|
11
13
|
"validValues.ingredient.alluraRed": "allura red",
|
|
12
14
|
"validValues.ingredient.alluraRed_eCode": "E 129",
|
|
@@ -51,7 +53,9 @@ var messages = {
|
|
|
51
53
|
"validValues.ingredient.diammoniumHydrogenPhosphate": "diammoniumhydrogenphosphat",
|
|
52
54
|
"validValues.ingredient.dimethyldicarbonate": "dimethyldicarbonat",
|
|
53
55
|
"validValues.ingredient.dimethyldicarbonate.synonymDescription": "You can use 'dimethyldicarbonate' instead.",
|
|
56
|
+
"validValues.ingredient.distillateFromDriedGrapes": "distillate from dried grapes",
|
|
54
57
|
"validValues.ingredient.distillateOfAgriculturalOrigin": "landbrugsdestillat",
|
|
58
|
+
"validValues.ingredient.distillateOfWine": "distillate of wine",
|
|
55
59
|
"validValues.ingredient.driedGrapeAlcohol": "alkohol af tørrede druer",
|
|
56
60
|
"validValues.ingredient.driedGrapeDistillate": "destillat af tørrede druer",
|
|
57
61
|
"validValues.ingredient.edibleGelatine": "spiselig gelatine",
|
|
@@ -80,6 +84,7 @@ var messages = {
|
|
|
80
84
|
"validValues.ingredient.grapeMarcSpirit": "brændevin af presserester af druer",
|
|
81
85
|
"validValues.ingredient.grapeMust": "druemost",
|
|
82
86
|
"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.",
|
|
87
|
+
"validValues.ingredient.grapeMustFromDriedGrapesWithNeutralWineAlcohol": "grape must from dried grapes with neutral wine alcohol",
|
|
83
88
|
"validValues.ingredient.grapeMustWithSulphites": "druemost (<0>sulfitter</0>)",
|
|
84
89
|
"validValues.ingredient.gumArabic": "gummi arabicum",
|
|
85
90
|
"validValues.ingredient.gumArabic.synonymDescription": "You can use 'gum arabic' instead.",
|
|
@@ -103,8 +108,11 @@ var messages = {
|
|
|
103
108
|
"validValues.ingredient.milkCasein": "mælkecasein",
|
|
104
109
|
"validValues.ingredient.milkProducts": "<0>mælkeprodukt</0>",
|
|
105
110
|
"validValues.ingredient.milkProtein": "<0>mælkeprotein</0>",
|
|
111
|
+
"validValues.ingredient.neutralAlcoholMadeFromGrapeProducts": "neutral alcohol made from grape products",
|
|
106
112
|
"validValues.ingredient.nitrogen": "kvælstof",
|
|
107
113
|
"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.",
|
|
114
|
+
"validValues.ingredient.partiallyFermentedGrapeMust": "partially fermented grape must",
|
|
115
|
+
"validValues.ingredient.partiallyFermentedGrapeMustMadeFromDriedGrapes": "partially fermented grape must made from dried grapes",
|
|
108
116
|
"validValues.ingredient.peasProtein": "ærteprotein",
|
|
109
117
|
"validValues.ingredient.pectinLyases": "pektinlyaser",
|
|
110
118
|
"validValues.ingredient.pectinMethylesterase": "pektinmethylesterase",
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export declare const messages: {
|
|
2
|
+
"validValues.ingredient.alcoholFromDriedGrapes": string;
|
|
3
|
+
"validValues.ingredient.alcoholFromWine": string;
|
|
2
4
|
"validValues.ingredient.aleppoPineResin": string;
|
|
3
5
|
"validValues.ingredient.alluraRed": string;
|
|
4
6
|
"validValues.ingredient.alluraRed_eCode": string;
|
|
@@ -43,7 +45,9 @@ export declare const messages: {
|
|
|
43
45
|
"validValues.ingredient.diammoniumHydrogenPhosphate": string;
|
|
44
46
|
"validValues.ingredient.dimethyldicarbonate": string;
|
|
45
47
|
"validValues.ingredient.dimethyldicarbonate.synonymDescription": string;
|
|
48
|
+
"validValues.ingredient.distillateFromDriedGrapes": string;
|
|
46
49
|
"validValues.ingredient.distillateOfAgriculturalOrigin": string;
|
|
50
|
+
"validValues.ingredient.distillateOfWine": string;
|
|
47
51
|
"validValues.ingredient.driedGrapeAlcohol": string;
|
|
48
52
|
"validValues.ingredient.driedGrapeDistillate": string;
|
|
49
53
|
"validValues.ingredient.edibleGelatine": string;
|
|
@@ -72,6 +76,7 @@ export declare const messages: {
|
|
|
72
76
|
"validValues.ingredient.grapeMarcSpirit": string;
|
|
73
77
|
"validValues.ingredient.grapeMust": string;
|
|
74
78
|
"validValues.ingredient.grapeMust.deprecationDescription": string;
|
|
79
|
+
"validValues.ingredient.grapeMustFromDriedGrapesWithNeutralWineAlcohol": string;
|
|
75
80
|
"validValues.ingredient.grapeMustWithSulphites": string;
|
|
76
81
|
"validValues.ingredient.gumArabic": string;
|
|
77
82
|
"validValues.ingredient.gumArabic.synonymDescription": string;
|
|
@@ -95,8 +100,11 @@ export declare const messages: {
|
|
|
95
100
|
"validValues.ingredient.milkCasein": string;
|
|
96
101
|
"validValues.ingredient.milkProducts": string;
|
|
97
102
|
"validValues.ingredient.milkProtein": string;
|
|
103
|
+
"validValues.ingredient.neutralAlcoholMadeFromGrapeProducts": string;
|
|
98
104
|
"validValues.ingredient.nitrogen": string;
|
|
99
105
|
"validValues.ingredient.nitrogen.deprecationDescription": string;
|
|
106
|
+
"validValues.ingredient.partiallyFermentedGrapeMust": string;
|
|
107
|
+
"validValues.ingredient.partiallyFermentedGrapeMustMadeFromDriedGrapes": string;
|
|
100
108
|
"validValues.ingredient.peasProtein": string;
|
|
101
109
|
"validValues.ingredient.pectinLyases": string;
|
|
102
110
|
"validValues.ingredient.pectinMethylesterase": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/de.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/de.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4iX,CAAC"}
|
|
@@ -7,6 +7,8 @@ exports.messages = void 0;
|
|
|
7
7
|
|
|
8
8
|
/*eslint-disable*/
|
|
9
9
|
var messages = {
|
|
10
|
+
"validValues.ingredient.alcoholFromDriedGrapes": "Alkohol aus getrockneten Weintrauben",
|
|
11
|
+
"validValues.ingredient.alcoholFromWine": "Alkohol aus Wein",
|
|
10
12
|
"validValues.ingredient.aleppoPineResin": "Aleppokiefernharz",
|
|
11
13
|
"validValues.ingredient.alluraRed": "Allurarot AC",
|
|
12
14
|
"validValues.ingredient.alluraRed_eCode": "E 129",
|
|
@@ -51,7 +53,9 @@ var messages = {
|
|
|
51
53
|
"validValues.ingredient.diammoniumHydrogenPhosphate": "Diammoniumhydrogenphosphat",
|
|
52
54
|
"validValues.ingredient.dimethyldicarbonate": "Dimethyldicarbonat",
|
|
53
55
|
"validValues.ingredient.dimethyldicarbonate.synonymDescription": "You can use 'dimethyldicarbonate' instead.",
|
|
56
|
+
"validValues.ingredient.distillateFromDriedGrapes": "Destillat aus getrockneten Weintrauben",
|
|
54
57
|
"validValues.ingredient.distillateOfAgriculturalOrigin": "Destillat landwirtschaftlichen Ursprungs",
|
|
58
|
+
"validValues.ingredient.distillateOfWine": "Destillat aus Wein",
|
|
55
59
|
"validValues.ingredient.driedGrapeAlcohol": "Alkohol aus getrockneten Weintrauben",
|
|
56
60
|
"validValues.ingredient.driedGrapeDistillate": "Destillat aus getrockneten Weintrauben",
|
|
57
61
|
"validValues.ingredient.edibleGelatine": "Speisegelatine",
|
|
@@ -80,6 +84,7 @@ var messages = {
|
|
|
80
84
|
"validValues.ingredient.grapeMarcSpirit": "Tresterbrand",
|
|
81
85
|
"validValues.ingredient.grapeMust": "Traubenmost",
|
|
82
86
|
"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.",
|
|
87
|
+
"validValues.ingredient.grapeMustFromDriedGrapesWithNeutralWineAlcohol": "Traubenmost aus eingetrockneten Weintrauben mit neutralem Weinalkohol",
|
|
83
88
|
"validValues.ingredient.grapeMustWithSulphites": "Traubenmost (<0>Sulfite</0>)",
|
|
84
89
|
"validValues.ingredient.gumArabic": "Gummiarabikum",
|
|
85
90
|
"validValues.ingredient.gumArabic.synonymDescription": "You can use 'gum arabic' instead.",
|
|
@@ -103,8 +108,11 @@ var messages = {
|
|
|
103
108
|
"validValues.ingredient.milkCasein": "Kasein aus Milch",
|
|
104
109
|
"validValues.ingredient.milkProducts": "<0>Milcherzeugnis</0>",
|
|
105
110
|
"validValues.ingredient.milkProtein": "<0>Milchprotein</0>",
|
|
111
|
+
"validValues.ingredient.neutralAlcoholMadeFromGrapeProducts": "neutraler Alkohol aus Erzeugnissen der Weinrebe",
|
|
106
112
|
"validValues.ingredient.nitrogen": "Stickstoff",
|
|
107
113
|
"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.",
|
|
114
|
+
"validValues.ingredient.partiallyFermentedGrapeMust": "teilweise gegorener Traubenmost",
|
|
115
|
+
"validValues.ingredient.partiallyFermentedGrapeMustMadeFromDriedGrapes": "teilweise gegorener Traubenmost aus eingetrockneten Weintrauben",
|
|
108
116
|
"validValues.ingredient.peasProtein": "Erbsenprotein",
|
|
109
117
|
"validValues.ingredient.pectinLyases": "Pectinlyasen",
|
|
110
118
|
"validValues.ingredient.pectinMethylesterase": "Pectinmethylesterase",
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export declare const messages: {
|
|
2
|
+
"validValues.ingredient.alcoholFromDriedGrapes": string;
|
|
3
|
+
"validValues.ingredient.alcoholFromWine": string;
|
|
2
4
|
"validValues.ingredient.aleppoPineResin": string;
|
|
3
5
|
"validValues.ingredient.alluraRed": string;
|
|
4
6
|
"validValues.ingredient.alluraRed_eCode": string;
|
|
@@ -43,7 +45,9 @@ export declare const messages: {
|
|
|
43
45
|
"validValues.ingredient.diammoniumHydrogenPhosphate": string;
|
|
44
46
|
"validValues.ingredient.dimethyldicarbonate": string;
|
|
45
47
|
"validValues.ingredient.dimethyldicarbonate.synonymDescription": string;
|
|
48
|
+
"validValues.ingredient.distillateFromDriedGrapes": string;
|
|
46
49
|
"validValues.ingredient.distillateOfAgriculturalOrigin": string;
|
|
50
|
+
"validValues.ingredient.distillateOfWine": string;
|
|
47
51
|
"validValues.ingredient.driedGrapeAlcohol": string;
|
|
48
52
|
"validValues.ingredient.driedGrapeDistillate": string;
|
|
49
53
|
"validValues.ingredient.edibleGelatine": string;
|
|
@@ -72,6 +76,7 @@ export declare const messages: {
|
|
|
72
76
|
"validValues.ingredient.grapeMarcSpirit": string;
|
|
73
77
|
"validValues.ingredient.grapeMust": string;
|
|
74
78
|
"validValues.ingredient.grapeMust.deprecationDescription": string;
|
|
79
|
+
"validValues.ingredient.grapeMustFromDriedGrapesWithNeutralWineAlcohol": string;
|
|
75
80
|
"validValues.ingredient.grapeMustWithSulphites": string;
|
|
76
81
|
"validValues.ingredient.gumArabic": string;
|
|
77
82
|
"validValues.ingredient.gumArabic.synonymDescription": string;
|
|
@@ -95,8 +100,11 @@ export declare const messages: {
|
|
|
95
100
|
"validValues.ingredient.milkCasein": string;
|
|
96
101
|
"validValues.ingredient.milkProducts": string;
|
|
97
102
|
"validValues.ingredient.milkProtein": string;
|
|
103
|
+
"validValues.ingredient.neutralAlcoholMadeFromGrapeProducts": string;
|
|
98
104
|
"validValues.ingredient.nitrogen": string;
|
|
99
105
|
"validValues.ingredient.nitrogen.deprecationDescription": string;
|
|
106
|
+
"validValues.ingredient.partiallyFermentedGrapeMust": string;
|
|
107
|
+
"validValues.ingredient.partiallyFermentedGrapeMustMadeFromDriedGrapes": string;
|
|
100
108
|
"validValues.ingredient.peasProtein": string;
|
|
101
109
|
"validValues.ingredient.pectinLyases": string;
|
|
102
110
|
"validValues.ingredient.pectinMethylesterase": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"el.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/el.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"el.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/el.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAi8X,CAAC"}
|
|
@@ -7,6 +7,8 @@ exports.messages = void 0;
|
|
|
7
7
|
|
|
8
8
|
/*eslint-disable*/
|
|
9
9
|
var messages = {
|
|
10
|
+
"validValues.ingredient.alcoholFromDriedGrapes": "οινόπνευμα από αποξηραμένα σταφύλια",
|
|
11
|
+
"validValues.ingredient.alcoholFromWine": "αλκοόλ από κρασί",
|
|
10
12
|
"validValues.ingredient.aleppoPineResin": "ρητίνη πεύκης της χαλεπίου",
|
|
11
13
|
"validValues.ingredient.alluraRed": "ερυθρό Allura",
|
|
12
14
|
"validValues.ingredient.alluraRed_eCode": "E 129",
|
|
@@ -51,7 +53,9 @@ var messages = {
|
|
|
51
53
|
"validValues.ingredient.diammoniumHydrogenPhosphate": "μονόξινο φωσφορικό αμμώνιο",
|
|
52
54
|
"validValues.ingredient.dimethyldicarbonate": "πυροκαρβονικό διμεθύλιο",
|
|
53
55
|
"validValues.ingredient.dimethyldicarbonate.synonymDescription": "You can use 'dimethyldicarbonate' instead.",
|
|
56
|
+
"validValues.ingredient.distillateFromDriedGrapes": "απόσταγμα από αποξηραμένα σταφύλια",
|
|
54
57
|
"validValues.ingredient.distillateOfAgriculturalOrigin": "προϊόν απόσταξης γεωργικής προέλευσης",
|
|
58
|
+
"validValues.ingredient.distillateOfWine": "απόσταγμα κρασιού",
|
|
55
59
|
"validValues.ingredient.driedGrapeAlcohol": "αλκοόλη σταφίδων",
|
|
56
60
|
"validValues.ingredient.driedGrapeDistillate": "προϊόν απόσταξης σταφίδων",
|
|
57
61
|
"validValues.ingredient.edibleGelatine": "βρώσιμη ζελατίνη",
|
|
@@ -80,6 +84,7 @@ var messages = {
|
|
|
80
84
|
"validValues.ingredient.grapeMarcSpirit": "απόσταγμα στέμφυλων σταφυλιών",
|
|
81
85
|
"validValues.ingredient.grapeMust": "γλεύκος σταφυλιών",
|
|
82
86
|
"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.",
|
|
87
|
+
"validValues.ingredient.grapeMustFromDriedGrapesWithNeutralWineAlcohol": "μούστος σταφυλιών από αποξηραμένα σταφύλια με ουδέτερο οινόπνευμα κρασιού",
|
|
83
88
|
"validValues.ingredient.grapeMustWithSulphites": "γλεύκος σταφυλιών (<0>θειώδη</0>)",
|
|
84
89
|
"validValues.ingredient.gumArabic": "αραβικό κόμμι",
|
|
85
90
|
"validValues.ingredient.gumArabic.synonymDescription": "You can use 'gum arabic' instead.",
|
|
@@ -103,8 +108,11 @@ var messages = {
|
|
|
103
108
|
"validValues.ingredient.milkCasein": "καζεΐνη γάλακτος",
|
|
104
109
|
"validValues.ingredient.milkProducts": "προϊόντα <0>γάλακτος</0>",
|
|
105
110
|
"validValues.ingredient.milkProtein": "πρωτεΐνη <0>γάλακτος</0>",
|
|
111
|
+
"validValues.ingredient.neutralAlcoholMadeFromGrapeProducts": "ουδέτερη αλκοόλη από προϊόντα σταφυλιού",
|
|
106
112
|
"validValues.ingredient.nitrogen": "άζωτο",
|
|
107
113
|
"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.",
|
|
114
|
+
"validValues.ingredient.partiallyFermentedGrapeMust": "μερικώς ζυμωμένος μούστος σταφυλιών",
|
|
115
|
+
"validValues.ingredient.partiallyFermentedGrapeMustMadeFromDriedGrapes": "μερικώς ζυμωμένος μούστος σταφυλιών από αποξηραμένα σταφύλια",
|
|
108
116
|
"validValues.ingredient.peasProtein": "πρωτεΐνη από μπιζέλια",
|
|
109
117
|
"validValues.ingredient.pectinLyases": "πηκτινολυάσες",
|
|
110
118
|
"validValues.ingredient.pectinMethylesterase": "πηκτινομεθυλεστεράσες",
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export declare const messages: {
|
|
2
|
+
"validValues.ingredient.alcoholFromDriedGrapes": string;
|
|
3
|
+
"validValues.ingredient.alcoholFromWine": string;
|
|
2
4
|
"validValues.ingredient.aleppoPineResin": string;
|
|
3
5
|
"validValues.ingredient.alluraRed": string;
|
|
4
6
|
"validValues.ingredient.alluraRed_eCode": string;
|
|
@@ -43,7 +45,9 @@ export declare const messages: {
|
|
|
43
45
|
"validValues.ingredient.diammoniumHydrogenPhosphate": string;
|
|
44
46
|
"validValues.ingredient.dimethyldicarbonate": string;
|
|
45
47
|
"validValues.ingredient.dimethyldicarbonate.synonymDescription": string;
|
|
48
|
+
"validValues.ingredient.distillateFromDriedGrapes": string;
|
|
46
49
|
"validValues.ingredient.distillateOfAgriculturalOrigin": string;
|
|
50
|
+
"validValues.ingredient.distillateOfWine": string;
|
|
47
51
|
"validValues.ingredient.driedGrapeAlcohol": string;
|
|
48
52
|
"validValues.ingredient.driedGrapeDistillate": string;
|
|
49
53
|
"validValues.ingredient.edibleGelatine": string;
|
|
@@ -72,6 +76,7 @@ export declare const messages: {
|
|
|
72
76
|
"validValues.ingredient.grapeMarcSpirit": string;
|
|
73
77
|
"validValues.ingredient.grapeMust": string;
|
|
74
78
|
"validValues.ingredient.grapeMust.deprecationDescription": string;
|
|
79
|
+
"validValues.ingredient.grapeMustFromDriedGrapesWithNeutralWineAlcohol": string;
|
|
75
80
|
"validValues.ingredient.grapeMustWithSulphites": string;
|
|
76
81
|
"validValues.ingredient.gumArabic": string;
|
|
77
82
|
"validValues.ingredient.gumArabic.synonymDescription": string;
|
|
@@ -95,8 +100,11 @@ export declare const messages: {
|
|
|
95
100
|
"validValues.ingredient.milkCasein": string;
|
|
96
101
|
"validValues.ingredient.milkProducts": string;
|
|
97
102
|
"validValues.ingredient.milkProtein": string;
|
|
103
|
+
"validValues.ingredient.neutralAlcoholMadeFromGrapeProducts": string;
|
|
98
104
|
"validValues.ingredient.nitrogen": string;
|
|
99
105
|
"validValues.ingredient.nitrogen.deprecationDescription": string;
|
|
106
|
+
"validValues.ingredient.partiallyFermentedGrapeMust": string;
|
|
107
|
+
"validValues.ingredient.partiallyFermentedGrapeMustMadeFromDriedGrapes": string;
|
|
100
108
|
"validValues.ingredient.peasProtein": string;
|
|
101
109
|
"validValues.ingredient.pectinLyases": string;
|
|
102
110
|
"validValues.ingredient.pectinMethylesterase": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/en.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/en.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgjX,CAAC"}
|