@bottlebooks/valid-values 6.4.1 → 6.5.1
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 +29 -0
- package/dist/validValues/ingredient/ingredient.d.ts +0 -1
- package/dist/validValues/ingredient/ingredient.d.ts.map +1 -1
- package/dist/validValues/ingredient/ingredient.js +21 -20
- package/dist/validValues/otherTranslations/otherTranslations.d.ts +0 -1
- package/dist/validValues/otherTranslations/otherTranslations.d.ts.map +1 -1
- package/dist/validValues/otherTranslations/otherTranslations.js +7 -9
- package/dist/validValues/productType/locales/de.d.ts.map +1 -1
- package/dist/validValues/productType/locales/de.js +1 -1
- package/dist/validValues/types/ProductTypeKey.d.ts +1 -1
- package/dist/validValues/types/ProductTypeKey.d.ts.map +1 -1
- package/dist/validValues/types/productTypesWine.d.ts.map +1 -1
- package/dist/validValues/types/productTypesWine.js +1 -1
- package/package.json +2 -2
- package/src/locales/backupTranslation/de.po +1 -1
- package/src/validValues/ingredient/ingredient.ts +24 -21
- package/src/validValues/ingredient/locales/bg.po +2 -2
- package/src/validValues/ingredient/locales/cs.po +2 -2
- package/src/validValues/ingredient/locales/da.po +2 -2
- package/src/validValues/ingredient/locales/de.po +2 -2
- package/src/validValues/ingredient/locales/el.po +2 -2
- package/src/validValues/ingredient/locales/en.po +2 -2
- package/src/validValues/ingredient/locales/es.po +2 -2
- package/src/validValues/ingredient/locales/et.po +2 -2
- package/src/validValues/ingredient/locales/fi.po +2 -2
- package/src/validValues/ingredient/locales/fr.po +2 -2
- package/src/validValues/ingredient/locales/ga.po +2 -2
- package/src/validValues/ingredient/locales/hr.po +2 -2
- package/src/validValues/ingredient/locales/hu.po +2 -2
- package/src/validValues/ingredient/locales/it.po +2 -2
- package/src/validValues/ingredient/locales/lt.po +2 -2
- package/src/validValues/ingredient/locales/lv.po +2 -2
- package/src/validValues/ingredient/locales/mt.po +2 -2
- package/src/validValues/ingredient/locales/nl.po +2 -2
- package/src/validValues/ingredient/locales/pl.po +2 -2
- package/src/validValues/ingredient/locales/pt.po +2 -2
- package/src/validValues/ingredient/locales/ro.po +2 -2
- package/src/validValues/ingredient/locales/sk.po +2 -2
- package/src/validValues/ingredient/locales/sl.po +2 -2
- package/src/validValues/ingredient/locales/sv.po +2 -2
- package/src/validValues/otherTranslations/locales/bg.po +2 -2
- package/src/validValues/otherTranslations/locales/cs.po +2 -2
- package/src/validValues/otherTranslations/locales/da.po +2 -2
- package/src/validValues/otherTranslations/locales/de.po +2 -2
- package/src/validValues/otherTranslations/locales/el.po +2 -2
- package/src/validValues/otherTranslations/locales/en.po +2 -2
- package/src/validValues/otherTranslations/locales/es.po +2 -2
- package/src/validValues/otherTranslations/locales/et.po +2 -2
- package/src/validValues/otherTranslations/locales/fi.po +2 -2
- package/src/validValues/otherTranslations/locales/fr.po +2 -2
- package/src/validValues/otherTranslations/locales/ga.po +2 -2
- package/src/validValues/otherTranslations/locales/hr.po +2 -2
- package/src/validValues/otherTranslations/locales/hu.po +2 -2
- package/src/validValues/otherTranslations/locales/it.po +2 -2
- package/src/validValues/otherTranslations/locales/lt.po +2 -2
- package/src/validValues/otherTranslations/locales/lv.po +2 -2
- package/src/validValues/otherTranslations/locales/mt.po +2 -2
- package/src/validValues/otherTranslations/locales/nl.po +2 -2
- package/src/validValues/otherTranslations/locales/pl.po +2 -2
- package/src/validValues/otherTranslations/locales/pt.po +2 -2
- package/src/validValues/otherTranslations/locales/ro.po +2 -2
- package/src/validValues/otherTranslations/locales/sk.po +2 -2
- package/src/validValues/otherTranslations/locales/sl.po +2 -2
- package/src/validValues/otherTranslations/locales/sv.po +2 -2
- package/src/validValues/otherTranslations/otherTranslations.ts +7 -7
- package/src/validValues/productType/locales/de.po +1 -1
- package/src/validValues/productType/locales/de.ts +1 -1
- package/src/validValues/types/ProductTypeKey.ts +4 -0
- package/src/validValues/types/productTypesWine.ts +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,35 @@
|
|
|
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
|
+
## [6.5.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@6.5.0...@bottlebooks/valid-values@6.5.1) (2023-03-31)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* ingredients list is empty for wine_liqueur ([6ad323b](https://github.com/bottlebooks/bottlebooks/commit/6ad323bc779999545ff9fab28320898525aeddd1))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [6.5.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@6.4.1...@bottlebooks/valid-values@6.5.0) (2023-03-31)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* fix German translation for still wine ([923390a](https://github.com/bottlebooks/bottlebooks/commit/923390a3fd8100296752357104284bf7c0993397))
|
|
23
|
+
* removed virtual group from picker ([da8bd62](https://github.com/bottlebooks/bottlebooks/commit/da8bd62f9c3d30e046d4053d5d0df13388c09903))
|
|
24
|
+
* replacing milkCasein with casein ([f8590bf](https://github.com/bottlebooks/bottlebooks/commit/f8590bf53e81dc58d855e55c0f79faaf64bab6d5))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* Keep Preservatives and Antioxidants as separate groups ([76cab71](https://github.com/bottlebooks/bottlebooks/commit/76cab71a04c2cd695a4c747dfeddb9f5e6312e2d))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
6
35
|
## [6.4.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@6.4.0...@bottlebooks/valid-values@6.4.1) (2023-03-30)
|
|
7
36
|
|
|
8
37
|
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
@@ -77,7 +77,6 @@ declare const allIngredients: {
|
|
|
77
77
|
readonly tartaricAcid: Ingredient;
|
|
78
78
|
readonly metatartaricAcid: Ingredient;
|
|
79
79
|
readonly microcrystallineCellulose: Ingredient;
|
|
80
|
-
readonly milkCasein: Ingredient;
|
|
81
80
|
readonly nitrogen: Ingredient;
|
|
82
81
|
readonly peasProtein: Ingredient;
|
|
83
82
|
readonly pectinLyases: Ingredient;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ingredient.d.ts","sourceRoot":"","sources":["../../../src/validValues/ingredient/ingredient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAG5D,OAAO,KAAK,EACV,oBAAoB,EACpB,4BAA4B,EAC7B,MAAM,+BAA+B,CAAC;AAEvC,UAAU,sCACR,SAAQ,4BAA4B;IACpC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,sBAAsB,CAAC,EAAE,iBAAiB,CAAC;IAC3C,QAAQ,EAAE;QACR,WAAW,EAAE,cAAc,EAAE,CAAC;QAC9B,IAAI,EAAE,aAAa,EAAE,CAAC;KACvB,CAAC;CACH;AAED,UAAU,UACR,SAAQ,oBAAoB,EAC1B,sCAAsC;CAAG;AAK7C,QAAA,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"ingredient.d.ts","sourceRoot":"","sources":["../../../src/validValues/ingredient/ingredient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAG5D,OAAO,KAAK,EACV,oBAAoB,EACpB,4BAA4B,EAC7B,MAAM,+BAA+B,CAAC;AAEvC,UAAU,sCACR,SAAQ,4BAA4B;IACpC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,sBAAsB,CAAC,EAAE,iBAAiB,CAAC;IAC3C,QAAQ,EAAE;QACR,WAAW,EAAE,cAAc,EAAE,CAAC;QAC9B,IAAI,EAAE,aAAa,EAAE,CAAC;KACvB,CAAC;CACH;AAED,UAAU,UACR,SAAQ,oBAAoB,EAC1B,sCAAsC;CAAG;AAK7C,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuvCV,CAAC;AAEX,oBAAY,aAAa,GAAG,MAAM,OAAO,cAAc,CAAC;AAExD,eAAO,MAAM,aAAa,IAYzB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -33,6 +33,7 @@ var allIngredients = {
|
|
|
33
33
|
}
|
|
34
34
|
}),
|
|
35
35
|
allylIsothiocyanate: ingredient({
|
|
36
|
+
isDeprecated: true,
|
|
36
37
|
key: 'allylIsothiocyanate',
|
|
37
38
|
label:
|
|
38
39
|
/*i18n*/
|
|
@@ -113,7 +114,7 @@ var allIngredients = {
|
|
|
113
114
|
/*i18n*/
|
|
114
115
|
{
|
|
115
116
|
id: 'validValues.ingredient.ascorbicAcid',
|
|
116
|
-
message: 'ascorbic acid'
|
|
117
|
+
message: 'L ascorbic acid'
|
|
117
118
|
},
|
|
118
119
|
metadata: {
|
|
119
120
|
tags: ['ANTIOXIDANT'],
|
|
@@ -336,8 +337,8 @@ var allIngredients = {
|
|
|
336
337
|
}
|
|
337
338
|
}),
|
|
338
339
|
charcoalForOenologicalUse: ingredient({
|
|
339
|
-
key: 'charcoalForOenologicalUse',
|
|
340
340
|
isDeprecated: true,
|
|
341
|
+
key: 'charcoalForOenologicalUse',
|
|
341
342
|
label:
|
|
342
343
|
/*i18n*/
|
|
343
344
|
{
|
|
@@ -611,6 +612,7 @@ var allIngredients = {
|
|
|
611
612
|
}
|
|
612
613
|
}),
|
|
613
614
|
freshLees: ingredient({
|
|
615
|
+
isDeprecated: true,
|
|
614
616
|
key: 'freshLees',
|
|
615
617
|
label:
|
|
616
618
|
/*i18n*/
|
|
@@ -810,6 +812,7 @@ var allIngredients = {
|
|
|
810
812
|
}
|
|
811
813
|
}),
|
|
812
814
|
lacticAcidBacteria: ingredient({
|
|
815
|
+
isDeprecated: true,
|
|
813
816
|
key: 'lacticAcidBacteria',
|
|
814
817
|
label:
|
|
815
818
|
/*i18n*/
|
|
@@ -849,16 +852,15 @@ var allIngredients = {
|
|
|
849
852
|
}
|
|
850
853
|
}),
|
|
851
854
|
tartaricAcid: ingredient({
|
|
852
|
-
isDeprecated: true,
|
|
853
855
|
key: 'tartaricAcid',
|
|
854
856
|
label:
|
|
855
857
|
/*i18n*/
|
|
856
858
|
{
|
|
857
859
|
id: 'validValues.ingredient.tartaricAcid',
|
|
858
|
-
message: 'tartaric acid'
|
|
860
|
+
message: 'tartaric acid (L(+)-)'
|
|
859
861
|
},
|
|
860
862
|
metadata: {
|
|
861
|
-
tags: ['
|
|
863
|
+
tags: ['ACIDITY_REGULATOR'],
|
|
862
864
|
productType: _productTypesWine["default"]
|
|
863
865
|
}
|
|
864
866
|
}),
|
|
@@ -889,19 +891,17 @@ var allIngredients = {
|
|
|
889
891
|
productType: _productTypesWine["default"]
|
|
890
892
|
}
|
|
891
893
|
}),
|
|
892
|
-
milkCasein: ingredient({
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
}
|
|
904
|
-
}),
|
|
894
|
+
// milkCasein: ingredient({
|
|
895
|
+
// key: 'milkCasein',
|
|
896
|
+
// label: defineMessage({
|
|
897
|
+
// id: 'validValues.ingredient.milkCasein',
|
|
898
|
+
// message: 'milk casein',
|
|
899
|
+
// }),
|
|
900
|
+
// metadata: {
|
|
901
|
+
// tags: ['PROCESSING_AID', 'ALLERGEN'],
|
|
902
|
+
// productType: PRODUCT_TYPE_WINES,
|
|
903
|
+
// },
|
|
904
|
+
// }),
|
|
905
905
|
nitrogen: ingredient({
|
|
906
906
|
key: 'nitrogen',
|
|
907
907
|
label:
|
|
@@ -1157,14 +1157,14 @@ var allIngredients = {
|
|
|
1157
1157
|
}
|
|
1158
1158
|
}),
|
|
1159
1159
|
potassiumTartrate: ingredient({
|
|
1160
|
+
isDeprecated: true,
|
|
1160
1161
|
key: 'potassiumTartrate',
|
|
1161
1162
|
label:
|
|
1162
1163
|
/*i18n*/
|
|
1163
1164
|
{
|
|
1164
1165
|
id: 'validValues.ingredient.potassiumTartrate',
|
|
1165
|
-
message: 'potassium tartrate'
|
|
1166
|
+
message: 'potassium L(+)-tartrate'
|
|
1166
1167
|
},
|
|
1167
|
-
isDeprecated: true,
|
|
1168
1168
|
metadata: {
|
|
1169
1169
|
tags: ['ACIDITY_REGULATOR'],
|
|
1170
1170
|
productType: _productTypesWine["default"]
|
|
@@ -1480,6 +1480,7 @@ var allIngredients = {
|
|
|
1480
1480
|
}
|
|
1481
1481
|
}),
|
|
1482
1482
|
yeastsForWineProduction: ingredient({
|
|
1483
|
+
isDeprecated: true,
|
|
1483
1484
|
key: 'yeastsForWineProduction',
|
|
1484
1485
|
label:
|
|
1485
1486
|
/*i18n*/
|
|
@@ -3,7 +3,6 @@ export declare type OtherTranslations = ValidValueDefinition;
|
|
|
3
3
|
declare const allOtherTranslations: {
|
|
4
4
|
readonly 'acidity regulators': ValidValueDefinition;
|
|
5
5
|
readonly 'stabilizing agents': ValidValueDefinition;
|
|
6
|
-
readonly 'preservatives and antioxidants': ValidValueDefinition;
|
|
7
6
|
readonly antioxidants: ValidValueDefinition;
|
|
8
7
|
readonly preservatives: ValidValueDefinition;
|
|
9
8
|
readonly contains: ValidValueDefinition;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"otherTranslations.d.ts","sourceRoot":"","sources":["../../../src/validValues/otherTranslations/otherTranslations.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,oBAAY,iBAAiB,GAAG,oBAAoB,CAAC;AAKrD,QAAA,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"otherTranslations.d.ts","sourceRoot":"","sources":["../../../src/validValues/otherTranslations/otherTranslations.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,oBAAY,iBAAiB,GAAG,oBAAoB,CAAC;AAKrD,QAAA,MAAM,oBAAoB;;;;;;;CAyDhB,CAAC;AAEX,eAAe,oBAAoB,CAAC"}
|
|
@@ -31,15 +31,13 @@ var allOtherTranslations = {
|
|
|
31
31
|
message: 'stabilizing agents'
|
|
32
32
|
}
|
|
33
33
|
}),
|
|
34
|
-
'preservatives and antioxidants': otherTranslations({
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
}),
|
|
34
|
+
// 'preservatives and antioxidants': otherTranslations({
|
|
35
|
+
// key: 'preservatives and antioxidants',
|
|
36
|
+
// label: defineMessage({
|
|
37
|
+
// id: 'preservatives and antioxidants',
|
|
38
|
+
// message: 'preservatives and antioxidants',
|
|
39
|
+
// }),
|
|
40
|
+
// }),
|
|
43
41
|
antioxidants: otherTranslations({
|
|
44
42
|
key: 'antioxidants',
|
|
45
43
|
label:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/validValues/productType/locales/de.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/validValues/productType/locales/de.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA29E,CAAC"}
|
|
@@ -52,6 +52,6 @@ var messages = {
|
|
|
52
52
|
"validValues.productType.wine_qualitysparkling": "Qualitätsschaumwein",
|
|
53
53
|
"validValues.productType.wine_semisparkling": "Perlwein",
|
|
54
54
|
"validValues.productType.wine_sparkling": "Schaumwein",
|
|
55
|
-
"validValues.productType.wine_stillwine": "
|
|
55
|
+
"validValues.productType.wine_stillwine": "Stillwein"
|
|
56
56
|
};
|
|
57
57
|
exports.messages = messages;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare type ProductType = 'wine_stillwine' | 'wine_fortified' | 'wine_pearlwine' | 'wine_sparkling' | 'wine_aromatized' | 'wine_aeratedsparkling' | 'wine_aeratedsemisparkling' | 'spirit_absinthe' | 'spirit_anise' | 'spirit_aquavit' | 'spirit_arak' | 'spirit_armagnac' | 'spirit_asianspirit' | 'spirit_bitter' | 'spirit_cachaca' | 'spirit_calvados' | 'spirit_cocktail' | 'spirit_cognac' | 'spirit_fruitspirit' | 'spirit_genever' | 'spirit_gin' | 'spirit_grainspirit' | 'spirit_grapebrandy' | 'spirit_grappa' | 'spirit_liqueur' | 'spirit_marc' | 'spirit_mezcal' | 'spirit_miscspririt' | 'spirit_ouzo' | 'spirit_pastis' | 'spirit_pisco' | 'spirit_raki' | 'spirit_rum' | 'spirit_sambuca' | 'spirit_shochu' | 'spirit_schnaps' | 'spirit_tequila' | 'spirit_vermouth' | 'spirit_vodka' | 'spirit_whisky' | 'beer';
|
|
1
|
+
export declare type ProductType = 'wine_stillwine' | 'wine_fortified' | 'wine_pearlwine' | 'wine_sparkling' | 'wine_aromatized' | 'wine_aeratedsparkling' | 'wine_aeratedsemisparkling' | 'wine_liqueur' | 'wine_qualitysparkling' | 'wine_qualityaromaticsparkling' | 'wine_semisparkling' | 'spirit_absinthe' | 'spirit_anise' | 'spirit_aquavit' | 'spirit_arak' | 'spirit_armagnac' | 'spirit_asianspirit' | 'spirit_bitter' | 'spirit_cachaca' | 'spirit_calvados' | 'spirit_cocktail' | 'spirit_cognac' | 'spirit_fruitspirit' | 'spirit_genever' | 'spirit_gin' | 'spirit_grainspirit' | 'spirit_grapebrandy' | 'spirit_grappa' | 'spirit_liqueur' | 'spirit_marc' | 'spirit_mezcal' | 'spirit_miscspririt' | 'spirit_ouzo' | 'spirit_pastis' | 'spirit_pisco' | 'spirit_raki' | 'spirit_rum' | 'spirit_sambuca' | 'spirit_shochu' | 'spirit_schnaps' | 'spirit_tequila' | 'spirit_vermouth' | 'spirit_vodka' | 'spirit_whisky' | 'beer';
|
|
2
2
|
//# sourceMappingURL=ProductTypeKey.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductTypeKey.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/ProductTypeKey.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW,GACnB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,GACjB,uBAAuB,GACvB,2BAA2B,GAC3B,iBAAiB,GACjB,cAAc,GACd,gBAAgB,GAChB,aAAa,GACb,iBAAiB,GACjB,oBAAoB,GACpB,eAAe,GACf,gBAAgB,GAChB,iBAAiB,GACjB,iBAAiB,GACjB,eAAe,GACf,oBAAoB,GACpB,gBAAgB,GAChB,YAAY,GACZ,oBAAoB,GACpB,oBAAoB,GACpB,eAAe,GACf,gBAAgB,GAChB,aAAa,GACb,eAAe,GACf,oBAAoB,GACpB,aAAa,GACb,eAAe,GACf,cAAc,GACd,aAAa,GACb,YAAY,GACZ,gBAAgB,GAChB,eAAe,GACf,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,GACjB,cAAc,GACd,eAAe,GACf,MAAM,CAAC"}
|
|
1
|
+
{"version":3,"file":"ProductTypeKey.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/ProductTypeKey.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW,GACnB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,GACjB,uBAAuB,GACvB,2BAA2B,GAC3B,cAAc,GACd,uBAAuB,GACvB,+BAA+B,GAC/B,oBAAoB,GACpB,iBAAiB,GACjB,cAAc,GACd,gBAAgB,GAChB,aAAa,GACb,iBAAiB,GACjB,oBAAoB,GACpB,eAAe,GACf,gBAAgB,GAChB,iBAAiB,GACjB,iBAAiB,GACjB,eAAe,GACf,oBAAoB,GACpB,gBAAgB,GAChB,YAAY,GACZ,oBAAoB,GACpB,oBAAoB,GACpB,eAAe,GACf,gBAAgB,GAChB,aAAa,GACb,eAAe,GACf,oBAAoB,GACpB,aAAa,GACb,eAAe,GACf,cAAc,GACd,aAAa,GACb,YAAY,GACZ,gBAAgB,GAChB,eAAe,GACf,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,GACjB,cAAc,GACd,eAAe,GACf,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"productTypesWine.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/productTypesWine.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"productTypesWine.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/productTypesWine.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,WAAW,CAY1C,CAAC;AACF,eAAe,kBAAkB,CAAC"}
|
|
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
|
-
var PRODUCT_TYPE_WINES = ['wine_stillwine', 'wine_fortified', 'wine_pearlwine', 'wine_sparkling', 'wine_aromatized', 'wine_aeratedsparkling', 'wine_aeratedsemisparkling'];
|
|
7
|
+
var PRODUCT_TYPE_WINES = ['wine_stillwine', 'wine_fortified', 'wine_pearlwine', 'wine_sparkling', 'wine_aromatized', 'wine_aeratedsparkling', 'wine_aeratedsemisparkling', 'wine_liqueur', 'wine_qualitysparkling', 'wine_qualityaromaticsparkling', 'wine_semisparkling'];
|
|
8
8
|
var _default = PRODUCT_TYPE_WINES;
|
|
9
9
|
exports["default"] = _default;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@bottlebooks/valid-values",
|
|
3
3
|
"description": "The Bottlebooks lookup values, defined globally.",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "6.
|
|
5
|
+
"version": "6.5.1",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"scripts": {
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"@babel/core": "^7.15.5",
|
|
34
34
|
"@lingui/core": "3.14.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "cb705f75b95a5aaead5aa14c074021552ccb9c01"
|
|
37
37
|
}
|
|
@@ -209,7 +209,7 @@ msgstr "Schaumwein"
|
|
|
209
209
|
|
|
210
210
|
#: src/validValues/productType/productType.ts
|
|
211
211
|
msgid "validValues.productType.wine_stillwine"
|
|
212
|
-
msgstr "
|
|
212
|
+
msgstr "Stillwein"
|
|
213
213
|
|
|
214
214
|
#: src/validValues/productionMethod/productionMethod.ts
|
|
215
215
|
msgid "validValues.productionMethod.barrelAged"
|
|
@@ -40,6 +40,7 @@ const allIngredients = {
|
|
|
40
40
|
},
|
|
41
41
|
}),
|
|
42
42
|
allylIsothiocyanate: ingredient({
|
|
43
|
+
isDeprecated: true,
|
|
43
44
|
key: 'allylIsothiocyanate',
|
|
44
45
|
label: defineMessage({
|
|
45
46
|
id: 'validValues.ingredient.allylIsothiocyanate',
|
|
@@ -107,7 +108,7 @@ const allIngredients = {
|
|
|
107
108
|
key: 'ascorbicAcid',
|
|
108
109
|
label: defineMessage({
|
|
109
110
|
id: 'validValues.ingredient.ascorbicAcid',
|
|
110
|
-
message: 'ascorbic acid',
|
|
111
|
+
message: 'L ascorbic acid',
|
|
111
112
|
}),
|
|
112
113
|
metadata: {
|
|
113
114
|
tags: ['ANTIOXIDANT'],
|
|
@@ -174,7 +175,7 @@ const allIngredients = {
|
|
|
174
175
|
},
|
|
175
176
|
}),
|
|
176
177
|
calciumPhytate: ingredient({
|
|
177
|
-
isDeprecated:true,
|
|
178
|
+
isDeprecated: true,
|
|
178
179
|
key: 'calciumPhytate',
|
|
179
180
|
label: defineMessage({
|
|
180
181
|
id: 'validValues.ingredient.calciumPhytate',
|
|
@@ -298,8 +299,8 @@ const allIngredients = {
|
|
|
298
299
|
},
|
|
299
300
|
}),
|
|
300
301
|
charcoalForOenologicalUse: ingredient({
|
|
301
|
-
key: 'charcoalForOenologicalUse',
|
|
302
302
|
isDeprecated: true,
|
|
303
|
+
key: 'charcoalForOenologicalUse',
|
|
303
304
|
label: defineMessage({
|
|
304
305
|
id: 'validValues.ingredient.charcoalForOenologicalUse',
|
|
305
306
|
message: 'charcoal for oenological use',
|
|
@@ -532,6 +533,7 @@ const allIngredients = {
|
|
|
532
533
|
},
|
|
533
534
|
}),
|
|
534
535
|
freshLees: ingredient({
|
|
536
|
+
isDeprecated: true,
|
|
535
537
|
key: 'freshLees',
|
|
536
538
|
label: defineMessage({
|
|
537
539
|
id: 'validValues.ingredient.freshLees',
|
|
@@ -713,6 +715,7 @@ const allIngredients = {
|
|
|
713
715
|
},
|
|
714
716
|
}),
|
|
715
717
|
lacticAcidBacteria: ingredient({
|
|
718
|
+
isDeprecated: true,
|
|
716
719
|
key: 'lacticAcidBacteria',
|
|
717
720
|
label: defineMessage({
|
|
718
721
|
id: 'validValues.ingredient.lacticAcidBacteria',
|
|
@@ -746,14 +749,13 @@ const allIngredients = {
|
|
|
746
749
|
},
|
|
747
750
|
}),
|
|
748
751
|
tartaricAcid: ingredient({
|
|
749
|
-
isDeprecated: true,
|
|
750
752
|
key: 'tartaricAcid',
|
|
751
753
|
label: defineMessage({
|
|
752
754
|
id: 'validValues.ingredient.tartaricAcid',
|
|
753
|
-
message: 'tartaric acid',
|
|
755
|
+
message: 'tartaric acid (L(+)-)',
|
|
754
756
|
}),
|
|
755
757
|
metadata: {
|
|
756
|
-
tags: ['
|
|
758
|
+
tags: ['ACIDITY_REGULATOR'],
|
|
757
759
|
productType: PRODUCT_TYPE_WINES,
|
|
758
760
|
},
|
|
759
761
|
}),
|
|
@@ -780,17 +782,17 @@ const allIngredients = {
|
|
|
780
782
|
productType: PRODUCT_TYPE_WINES,
|
|
781
783
|
},
|
|
782
784
|
}),
|
|
783
|
-
milkCasein: ingredient({
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
}),
|
|
785
|
+
// milkCasein: ingredient({
|
|
786
|
+
// key: 'milkCasein',
|
|
787
|
+
// label: defineMessage({
|
|
788
|
+
// id: 'validValues.ingredient.milkCasein',
|
|
789
|
+
// message: 'milk casein',
|
|
790
|
+
// }),
|
|
791
|
+
// metadata: {
|
|
792
|
+
// tags: ['PROCESSING_AID', 'ALLERGEN'],
|
|
793
|
+
// productType: PRODUCT_TYPE_WINES,
|
|
794
|
+
// },
|
|
795
|
+
// }),
|
|
794
796
|
nitrogen: ingredient({
|
|
795
797
|
key: 'nitrogen',
|
|
796
798
|
label: defineMessage({
|
|
@@ -869,7 +871,7 @@ const allIngredients = {
|
|
|
869
871
|
},
|
|
870
872
|
}),
|
|
871
873
|
polyvinylimidazolePolyvinylpyrrolidoneCopolymers: ingredient({
|
|
872
|
-
isDeprecated:true,
|
|
874
|
+
isDeprecated: true,
|
|
873
875
|
key: 'polyvinylimidazolePolyvinylpyrrolidoneCopolymers',
|
|
874
876
|
label: defineMessage({
|
|
875
877
|
id: 'validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers',
|
|
@@ -953,7 +955,7 @@ const allIngredients = {
|
|
|
953
955
|
},
|
|
954
956
|
}),
|
|
955
957
|
potassiumFerrocyanide: ingredient({
|
|
956
|
-
isDeprecated:true,
|
|
958
|
+
isDeprecated: true,
|
|
957
959
|
key: 'potassiumFerrocyanide',
|
|
958
960
|
label: defineMessage({
|
|
959
961
|
id: 'validValues.ingredient.potassiumFerrocyanide',
|
|
@@ -1010,12 +1012,12 @@ const allIngredients = {
|
|
|
1010
1012
|
},
|
|
1011
1013
|
}),
|
|
1012
1014
|
potassiumTartrate: ingredient({
|
|
1015
|
+
isDeprecated: true,
|
|
1013
1016
|
key: 'potassiumTartrate',
|
|
1014
1017
|
label: defineMessage({
|
|
1015
1018
|
id: 'validValues.ingredient.potassiumTartrate',
|
|
1016
|
-
message: 'potassium tartrate',
|
|
1019
|
+
message: 'potassium L(+)-tartrate',
|
|
1017
1020
|
}),
|
|
1018
|
-
isDeprecated: true,
|
|
1019
1021
|
metadata: {
|
|
1020
1022
|
tags: ['ACIDITY_REGULATOR'],
|
|
1021
1023
|
productType: PRODUCT_TYPE_WINES,
|
|
@@ -1285,6 +1287,7 @@ const allIngredients = {
|
|
|
1285
1287
|
},
|
|
1286
1288
|
}),
|
|
1287
1289
|
yeastsForWineProduction: ingredient({
|
|
1290
|
+
isDeprecated: true,
|
|
1288
1291
|
key: 'yeastsForWineProduction',
|
|
1289
1292
|
label: defineMessage({
|
|
1290
1293
|
id: 'validValues.ingredient.yeastsForWineProduction',
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "микрокристална целулоза"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "млечен казеин"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "млечен казеин"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -272,8 +272,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
272
272
|
msgstr "mikrokrystalická celulóza"
|
|
273
273
|
|
|
274
274
|
#: src/validValues/ingredient/ingredient.ts
|
|
275
|
-
msgid "validValues.ingredient.milkCasein"
|
|
276
|
-
msgstr "mléčný kasein"
|
|
275
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
276
|
+
#~ msgstr "mléčný kasein"
|
|
277
277
|
|
|
278
278
|
#: src/validValues/ingredient/ingredient.ts
|
|
279
279
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "mikrokrystallinsk cellulose"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "mælkecasein"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "mælkecasein"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "Mikrokristalline Cellulose"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "Kasein aus Milch"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "Kasein aus Milch"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "μικροκρυσταλλική κυτταρίνη"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "καζεΐνη γάλακτος"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "καζεΐνη γάλακτος"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "microcrystalline cellulose"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "milk casein"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "milk casein"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "celulosa microcristalina"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "caseína de leche"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "caseína de leche"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "mikrokristalne tselluloos"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "piimakaseiin"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "piimakaseiin"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "mikrokiteinen selluloosa"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "kaseiinia (maidosta)"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "kaseiinia (maidosta)"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "cellulose microcristalline"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "caséine du lait"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "caséine du lait"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "ceallalóis micreacriostalach"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "cáiséin bhainne"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "cáiséin bhainne"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "mikrokristalna celuloza"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "kazein iz mlijeka"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "kazein iz mlijeka"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "mikrokristályos cellulóz"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "tejkazein"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "tejkazein"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "cellulosa microcristallina"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "caseina del latte"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "caseina del latte"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "mikrokristalinis vaškas"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "pieno kazeinas"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "pieno kazeinas"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "mikrokristāliskā celuloze"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "piena kazeīns"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "piena kazeīns"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "ċelluloża mikrokristallina"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "kaseina tal-ħalib"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "kaseina tal-ħalib"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "microkristallijne cellulose"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "melkcaseïne"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "melkcaseïne"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "celuloza mikrokrystaliczna"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "kazeinę z mleka"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "kazeinę z mleka"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "celulose microcristalina"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "caseína de leite"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "caseína de leite"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "celuloză microcristalină"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "cazeină din lapte"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "cazeină din lapte"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "mikrokryštalická celulóza"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "mliečny kazeín"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "mliečny kazeín"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "mikrokristalna celuloza"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "mlečni kazein"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "mlečni kazein"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -274,8 +274,8 @@ msgid "validValues.ingredient.microcrystallineCellulose"
|
|
|
274
274
|
msgstr "mikrokristallinsk cellulosa"
|
|
275
275
|
|
|
276
276
|
#: src/validValues/ingredient/ingredient.ts
|
|
277
|
-
msgid "validValues.ingredient.milkCasein"
|
|
278
|
-
msgstr "mjölkkasein"
|
|
277
|
+
#~ msgid "validValues.ingredient.milkCasein"
|
|
278
|
+
#~ msgstr "mjölkkasein"
|
|
279
279
|
|
|
280
280
|
#: src/validValues/ingredient/ingredient.ts
|
|
281
281
|
msgid "validValues.ingredient.nitrogen"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "консерванти"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "консерванти и антиоксиданти"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "консерванти и антиоксиданти"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "konzervanty"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "konzervanty a antioxidanty"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "konzervanty a antioxidanty"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "Konservierungsstoffe"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "Konservierungsstoffe und Antioxidantien"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "Konservierungsstoffe und Antioxidantien"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "Konservierungsstoffe"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "Konservierungsstoffe und Antioxidantien"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "Konservierungsstoffe und Antioxidantien"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "συντηρητικά"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "συντηρητικά και αντιοξειδωτικά"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "συντηρητικά και αντιοξειδωτικά"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "preservatives"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "preservatives and antioxidants"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "preservatives and antioxidants"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "conservantes"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "conservantes y antioxidantes"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "conservantes y antioxidantes"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "säilitusained"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "säilitusained ja antioksüdandid"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "säilitusained ja antioksüdandid"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "säilöntäaineet"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "säilöntäaineet ja hapettumisenestoaineet"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "säilöntäaineet ja hapettumisenestoaineet"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "conservateurs"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "conservateurs et antioxydants"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "conservateurs et antioxydants"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "leasaithigh"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "leasaithigh agus frithocsaídeoirí"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "leasaithigh agus frithocsaídeoirí"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "konzervansi"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "konzervansi i antioksidansi"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "konzervansi i antioksidansi"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "tartósítószerek"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "tartósítószerek és antioxidánsok"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "tartósítószerek és antioxidánsok"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "conservanti"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "conservanti e antiossidanti"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "conservanti e antiossidanti"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "konservantai"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "konservantai ir antioksidantai"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "konservantai ir antioksidantai"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "konservanti"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "konservanti un antioksidanti"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "konservanti un antioksidanti"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "preservattivi"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "preservattivi u antiossidanti"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "preservattivi u antiossidanti"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "conserveermiddelen"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "conserveermiddelen en antioxidanten"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "conserveermiddelen en antioxidanten"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "konserwanty"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "konserwanty i przeciwutleniacze"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "konserwanty i przeciwutleniacze"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "conservantes"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "conservantes e antioxidantes"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "conservantes e antioxidantes"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "conservanți"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "conservanți și antioxidanți"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "conservanți și antioxidanți"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "konzervačné látky"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "konzervačné látky a antioxidanty"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "konzervačné látky a antioxidanty"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "konzervansi"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "konzervansi in antioksidanti"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "konzervansi in antioksidanti"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -34,8 +34,8 @@ msgid "preservatives"
|
|
|
34
34
|
msgstr "konserverings"
|
|
35
35
|
|
|
36
36
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
37
|
-
msgid "preservatives and antioxidants"
|
|
38
|
-
msgstr "konserverings- och antioxidationsmedel"
|
|
37
|
+
#~ msgid "preservatives and antioxidants"
|
|
38
|
+
#~ msgstr "konserverings- och antioxidationsmedel"
|
|
39
39
|
|
|
40
40
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
41
41
|
msgid "stabilizing agents"
|
|
@@ -21,13 +21,13 @@ const allOtherTranslations = {
|
|
|
21
21
|
message: 'stabilizing agents',
|
|
22
22
|
}),
|
|
23
23
|
}),
|
|
24
|
-
'preservatives and antioxidants': otherTranslations({
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}),
|
|
24
|
+
// 'preservatives and antioxidants': otherTranslations({
|
|
25
|
+
// key: 'preservatives and antioxidants',
|
|
26
|
+
// label: defineMessage({
|
|
27
|
+
// id: 'preservatives and antioxidants',
|
|
28
|
+
// message: 'preservatives and antioxidants',
|
|
29
|
+
// }),
|
|
30
|
+
// }),
|
|
31
31
|
antioxidants: otherTranslations({
|
|
32
32
|
key: 'antioxidants',
|
|
33
33
|
label: defineMessage({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/export const messages={"validValues.productType.beer":"Bier","validValues.productType.spirit_absinthe":"Absinth","validValues.productType.spirit_anise":"Anis","validValues.productType.spirit_aquavit":"Aquavit","validValues.productType.spirit_arak":"Arak","validValues.productType.spirit_armagnac":"Armagnac","validValues.productType.spirit_asianspirit":"Asiatischer Geist","validValues.productType.spirit_bitter":"Bitter","validValues.productType.spirit_cachaca":"Cachaca","validValues.productType.spirit_calvados":"Calvados","validValues.productType.spirit_cocktail":"Cocktail","validValues.productType.spirit_cognac":"Cognac","validValues.productType.spirit_fruitspirit":"Frucht Geist","validValues.productType.spirit_genever":"Genever","validValues.productType.spirit_gin":"Gin","validValues.productType.spirit_grainspirit":"Kornbranntwein","validValues.productType.spirit_grapebrandy":"Traubenschnaps","validValues.productType.spirit_grappa":"Grappa","validValues.productType.spirit_liqueur":"Liköre","validValues.productType.spirit_marc":"Marc","validValues.productType.spirit_mezcal":"Mezcal","validValues.productType.spirit_miscspririt":"Sonstiges","validValues.productType.spirit_ouzo":"Ouzo","validValues.productType.spirit_pastis":"Pastis","validValues.productType.spirit_pisco":"Pisco","validValues.productType.spirit_raki":"Raki","validValues.productType.spirit_rum":"Rum","validValues.productType.spirit_sambuca":"Sambuca","validValues.productType.spirit_schnaps":"Edelbrand/Schnaps","validValues.productType.spirit_shochu":"Shochu","validValues.productType.spirit_tequila":"Tequila","validValues.productType.spirit_vermouth":"Wermut","validValues.productType.spirit_vodka":"Wodka","validValues.productType.spirit_whisky":"Whisky","validValues.productType.wine_aeratedsemisparkling":"Perlwein mit zugesetzter Kohlensäure","validValues.productType.wine_aeratedsparkling":"Schaumwein mit zugesetzter Kohlensäure","validValues.productType.wine_aromatized":"aromatisierter Wein","validValues.productType.wine_fortified":"gespriteter Wein","validValues.productType.wine_liqueur":"Likörwein","validValues.productType.wine_newwinestillinfermentation":"Jungwein","validValues.productType.wine_pearlwine":"Perlwein","validValues.productType.wine_qualityaromaticsparkling":"Aromatischer Qualitätsschaumwein","validValues.productType.wine_qualitysparkling":"Qualitätsschaumwein","validValues.productType.wine_semisparkling":"Perlwein","validValues.productType.wine_sparkling":"Schaumwein","validValues.productType.wine_stillwine":"
|
|
1
|
+
/*eslint-disable*/export const messages={"validValues.productType.beer":"Bier","validValues.productType.spirit_absinthe":"Absinth","validValues.productType.spirit_anise":"Anis","validValues.productType.spirit_aquavit":"Aquavit","validValues.productType.spirit_arak":"Arak","validValues.productType.spirit_armagnac":"Armagnac","validValues.productType.spirit_asianspirit":"Asiatischer Geist","validValues.productType.spirit_bitter":"Bitter","validValues.productType.spirit_cachaca":"Cachaca","validValues.productType.spirit_calvados":"Calvados","validValues.productType.spirit_cocktail":"Cocktail","validValues.productType.spirit_cognac":"Cognac","validValues.productType.spirit_fruitspirit":"Frucht Geist","validValues.productType.spirit_genever":"Genever","validValues.productType.spirit_gin":"Gin","validValues.productType.spirit_grainspirit":"Kornbranntwein","validValues.productType.spirit_grapebrandy":"Traubenschnaps","validValues.productType.spirit_grappa":"Grappa","validValues.productType.spirit_liqueur":"Liköre","validValues.productType.spirit_marc":"Marc","validValues.productType.spirit_mezcal":"Mezcal","validValues.productType.spirit_miscspririt":"Sonstiges","validValues.productType.spirit_ouzo":"Ouzo","validValues.productType.spirit_pastis":"Pastis","validValues.productType.spirit_pisco":"Pisco","validValues.productType.spirit_raki":"Raki","validValues.productType.spirit_rum":"Rum","validValues.productType.spirit_sambuca":"Sambuca","validValues.productType.spirit_schnaps":"Edelbrand/Schnaps","validValues.productType.spirit_shochu":"Shochu","validValues.productType.spirit_tequila":"Tequila","validValues.productType.spirit_vermouth":"Wermut","validValues.productType.spirit_vodka":"Wodka","validValues.productType.spirit_whisky":"Whisky","validValues.productType.wine_aeratedsemisparkling":"Perlwein mit zugesetzter Kohlensäure","validValues.productType.wine_aeratedsparkling":"Schaumwein mit zugesetzter Kohlensäure","validValues.productType.wine_aromatized":"aromatisierter Wein","validValues.productType.wine_fortified":"gespriteter Wein","validValues.productType.wine_liqueur":"Likörwein","validValues.productType.wine_newwinestillinfermentation":"Jungwein","validValues.productType.wine_pearlwine":"Perlwein","validValues.productType.wine_qualityaromaticsparkling":"Aromatischer Qualitätsschaumwein","validValues.productType.wine_qualitysparkling":"Qualitätsschaumwein","validValues.productType.wine_semisparkling":"Perlwein","validValues.productType.wine_sparkling":"Schaumwein","validValues.productType.wine_stillwine":"Stillwein"};
|
|
@@ -6,6 +6,10 @@ export type ProductType =
|
|
|
6
6
|
| 'wine_aromatized'
|
|
7
7
|
| 'wine_aeratedsparkling'
|
|
8
8
|
| 'wine_aeratedsemisparkling'
|
|
9
|
+
| 'wine_liqueur'
|
|
10
|
+
| 'wine_qualitysparkling'
|
|
11
|
+
| 'wine_qualityaromaticsparkling'
|
|
12
|
+
| 'wine_semisparkling'
|
|
9
13
|
| 'spirit_absinthe'
|
|
10
14
|
| 'spirit_anise'
|
|
11
15
|
| 'spirit_aquavit'
|
|
@@ -8,5 +8,9 @@ const PRODUCT_TYPE_WINES: Array<ProductType> = [
|
|
|
8
8
|
'wine_aromatized',
|
|
9
9
|
'wine_aeratedsparkling',
|
|
10
10
|
'wine_aeratedsemisparkling',
|
|
11
|
+
'wine_liqueur',
|
|
12
|
+
'wine_qualitysparkling',
|
|
13
|
+
'wine_qualityaromaticsparkling',
|
|
14
|
+
'wine_semisparkling',
|
|
11
15
|
];
|
|
12
16
|
export default PRODUCT_TYPE_WINES;
|