@bottlebooks/valid-values 1.3.1 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/locales/po/bg.d.ts +156 -1
  3. package/dist/locales/po/bg.d.ts.map +1 -1
  4. package/dist/locales/po/bg.js +156 -1
  5. package/dist/locales/po/cs.d.ts +156 -1
  6. package/dist/locales/po/cs.d.ts.map +1 -1
  7. package/dist/locales/po/cs.js +156 -1
  8. package/dist/locales/po/de.d.ts +156 -1
  9. package/dist/locales/po/de.d.ts.map +1 -1
  10. package/dist/locales/po/de.js +204 -49
  11. package/dist/locales/po/ee.d.ts +156 -1
  12. package/dist/locales/po/ee.d.ts.map +1 -1
  13. package/dist/locales/po/ee.js +156 -1
  14. package/dist/locales/po/en.d.ts +156 -1
  15. package/dist/locales/po/en.d.ts.map +1 -1
  16. package/dist/locales/po/en.js +156 -1
  17. package/dist/locales/po/es.d.ts +156 -1
  18. package/dist/locales/po/es.d.ts.map +1 -1
  19. package/dist/locales/po/es.js +205 -50
  20. package/dist/locales/po/fi.d.ts +156 -1
  21. package/dist/locales/po/fi.d.ts.map +1 -1
  22. package/dist/locales/po/fi.js +156 -1
  23. package/dist/locales/po/fr.d.ts +156 -1
  24. package/dist/locales/po/fr.d.ts.map +1 -1
  25. package/dist/locales/po/fr.js +205 -50
  26. package/dist/locales/po/hr.d.ts +156 -1
  27. package/dist/locales/po/hr.d.ts.map +1 -1
  28. package/dist/locales/po/hr.js +156 -1
  29. package/dist/locales/po/hu.d.ts +156 -1
  30. package/dist/locales/po/hu.d.ts.map +1 -1
  31. package/dist/locales/po/hu.js +156 -1
  32. package/dist/locales/po/it.d.ts +158 -1
  33. package/dist/locales/po/it.d.ts.map +1 -1
  34. package/dist/locales/po/it.js +207 -50
  35. package/dist/locales/po/lt.d.ts +156 -1
  36. package/dist/locales/po/lt.d.ts.map +1 -1
  37. package/dist/locales/po/lt.js +156 -1
  38. package/dist/locales/po/lv.d.ts +156 -1
  39. package/dist/locales/po/lv.d.ts.map +1 -1
  40. package/dist/locales/po/lv.js +156 -1
  41. package/dist/locales/po/mt.d.ts +156 -1
  42. package/dist/locales/po/mt.d.ts.map +1 -1
  43. package/dist/locales/po/mt.js +156 -1
  44. package/dist/locales/po/nl.d.ts +156 -1
  45. package/dist/locales/po/nl.d.ts.map +1 -1
  46. package/dist/locales/po/nl.js +156 -1
  47. package/dist/locales/po/pl.d.ts +156 -1
  48. package/dist/locales/po/pl.d.ts.map +1 -1
  49. package/dist/locales/po/pl.js +156 -1
  50. package/dist/locales/po/pt.d.ts +156 -1
  51. package/dist/locales/po/pt.d.ts.map +1 -1
  52. package/dist/locales/po/pt.js +205 -50
  53. package/dist/locales/po/ro.d.ts +156 -1
  54. package/dist/locales/po/ro.d.ts.map +1 -1
  55. package/dist/locales/po/ro.js +156 -1
  56. package/dist/locales/po/se.d.ts +156 -1
  57. package/dist/locales/po/se.d.ts.map +1 -1
  58. package/dist/locales/po/se.js +156 -1
  59. package/dist/locales/po/si.d.ts +156 -1
  60. package/dist/locales/po/si.d.ts.map +1 -1
  61. package/dist/locales/po/si.js +156 -1
  62. package/dist/locales/po/sk.d.ts +156 -1
  63. package/dist/locales/po/sk.d.ts.map +1 -1
  64. package/dist/locales/po/sk.js +158 -3
  65. package/dist/main.js +3 -3
  66. package/dist/validValues/designation.js +2 -2
  67. package/dist/validValues/utils/createValidValues.js +2 -2
  68. package/dist/validValues/varietyName.d.ts.map +1 -1
  69. package/dist/validValues/varietyName.js +5 -0
  70. package/dist/validValues.d.ts +3 -0
  71. package/dist/validValues.d.ts.map +1 -1
  72. package/dist/validValues.js +24 -0
  73. package/package.json +5 -5
  74. package/src/locales/json/de.json +30 -50
  75. package/src/locales/json/en.json +30 -40
  76. package/src/locales/json/es.json +30 -50
  77. package/src/locales/json/fr.json +30 -50
  78. package/src/locales/json/it.json +30 -50
  79. package/src/locales/json/pt.json +30 -50
  80. package/src/locales/json/sk.json +30 -2
  81. package/src/locales/po/bg.po +624 -4
  82. package/src/locales/po/bg.ts +1 -1
  83. package/src/locales/po/cs.po +624 -4
  84. package/src/locales/po/cs.ts +1 -1
  85. package/src/locales/po/de.po +673 -53
  86. package/src/locales/po/de.ts +1 -1
  87. package/src/locales/po/ee.po +624 -4
  88. package/src/locales/po/ee.ts +1 -1
  89. package/src/locales/po/en.po +624 -4
  90. package/src/locales/po/en.ts +1 -1
  91. package/src/locales/po/es.po +673 -53
  92. package/src/locales/po/es.ts +1 -1
  93. package/src/locales/po/fi.po +624 -4
  94. package/src/locales/po/fi.ts +1 -1
  95. package/src/locales/po/fr.po +673 -53
  96. package/src/locales/po/fr.ts +1 -1
  97. package/src/locales/po/hr.po +624 -4
  98. package/src/locales/po/hr.ts +1 -1
  99. package/src/locales/po/hu.po +624 -4
  100. package/src/locales/po/hu.ts +1 -1
  101. package/src/locales/po/it.po +679 -53
  102. package/src/locales/po/it.ts +1 -1
  103. package/src/locales/po/lt.po +624 -4
  104. package/src/locales/po/lt.ts +1 -1
  105. package/src/locales/po/lv.po +624 -4
  106. package/src/locales/po/lv.ts +1 -1
  107. package/src/locales/po/mt.po +624 -4
  108. package/src/locales/po/mt.ts +1 -1
  109. package/src/locales/po/nl.po +624 -4
  110. package/src/locales/po/nl.ts +1 -1
  111. package/src/locales/po/pl.po +624 -4
  112. package/src/locales/po/pl.ts +1 -1
  113. package/src/locales/po/pt.po +673 -53
  114. package/src/locales/po/pt.ts +1 -1
  115. package/src/locales/po/ro.po +624 -4
  116. package/src/locales/po/ro.ts +1 -1
  117. package/src/locales/po/se.po +624 -4
  118. package/src/locales/po/se.ts +1 -1
  119. package/src/locales/po/si.po +624 -4
  120. package/src/locales/po/si.ts +1 -1
  121. package/src/locales/po/sk.po +626 -6
  122. package/src/locales/po/sk.ts +1 -1
  123. package/src/validValues/containerColor.ts +70 -0
  124. package/src/validValues/containerType.ts +46 -0
  125. package/src/validValues/json/containerColor.js +67 -0
  126. package/src/validValues/json/containerType.js +43 -0
  127. package/src/validValues/json/packagingMaterialType.js +640 -0
  128. package/src/validValues/packagingMaterialType.ts +656 -0
  129. package/src/validValues/varietyName.ts +5 -0
  130. package/src/validValues.ts +3 -0
  131. package/dist/validValues/capsuleMaterial.d.ts +0 -26
  132. package/dist/validValues/capsuleMaterial.d.ts.map +0 -1
  133. package/dist/validValues/capsuleMaterial.js +0 -117
  134. package/dist/validValues/caseMaterial.d.ts +0 -26
  135. package/dist/validValues/caseMaterial.d.ts.map +0 -1
  136. package/dist/validValues/caseMaterial.js +0 -37
  137. package/dist/validValues/closureType.d.ts +0 -26
  138. package/dist/validValues/closureType.d.ts.map +0 -1
  139. package/dist/validValues/closureType.js +0 -137
  140. package/dist/validValues/giftPackagingMaterial.d.ts +0 -26
  141. package/dist/validValues/giftPackagingMaterial.d.ts.map +0 -1
  142. package/dist/validValues/giftPackagingMaterial.js +0 -37
  143. package/dist/validValues/json/capsuleMaterial.d.ts +0 -2
  144. package/dist/validValues/json/capsuleMaterial.d.ts.map +0 -1
  145. package/dist/validValues/json/caseMaterial.d.ts +0 -2
  146. package/dist/validValues/json/caseMaterial.d.ts.map +0 -1
  147. package/dist/validValues/json/closureType.d.ts +0 -2
  148. package/dist/validValues/json/closureType.d.ts.map +0 -1
  149. package/dist/validValues/json/giftPackagingMaterial.d.ts +0 -2
  150. package/dist/validValues/json/giftPackagingMaterial.d.ts.map +0 -1
  151. package/dist/validValues/json/labelMaterial.d.ts +0 -2
  152. package/dist/validValues/json/labelMaterial.d.ts.map +0 -1
  153. package/dist/validValues/labelMaterial.d.ts +0 -26
  154. package/dist/validValues/labelMaterial.d.ts.map +0 -1
  155. package/dist/validValues/labelMaterial.js +0 -47
  156. package/dist/validValues/types/Award.d.ts +0 -35
  157. package/dist/validValues/types/Award.d.ts.map +0 -1
  158. package/dist/validValues/types/Award.js +0 -5
  159. package/dist/validValues/types/Country.d.ts +0 -35
  160. package/dist/validValues/types/Country.d.ts.map +0 -1
@@ -328,6 +328,46 @@ var messages = {
328
328
  "validValues.beerStyle.white_beer": "White Beer",
329
329
  "validValues.beerStyle.witbier": "Witbier",
330
330
  "validValues.beerStyle.zwickelbier": "Zwickelbier",
331
+ "validValues.capsuleMaterial.aluminum": "Aluminum",
332
+ "validValues.capsuleMaterial.lead": "Lead",
333
+ "validValues.capsuleMaterial.metal": "Metal",
334
+ "validValues.capsuleMaterial.none": "Bez kapsule",
335
+ "validValues.capsuleMaterial.paper": "Paper",
336
+ "validValues.capsuleMaterial.plastic": "Plastic",
337
+ "validValues.capsuleMaterial.polylam": "Polylaminate",
338
+ "validValues.capsuleMaterial.pvc": "PVC",
339
+ "validValues.capsuleMaterial.tin": "Tin",
340
+ "validValues.capsuleMaterial.wax": "Wax",
341
+ "validValues.caseMaterial.none": "Žiadny darčekový obal",
342
+ "validValues.caseMaterial.paper": "Paper",
343
+ "validValues.closureType.agglomerated": "Agglomerated cork",
344
+ "validValues.closureType.bagInBox": "Bag in box",
345
+ "validValues.closureType.can": "Can",
346
+ "validValues.closureType.crown": "Crown cap",
347
+ "validValues.closureType.diam": "Diam",
348
+ "validValues.closureType.glass": "Glass closure",
349
+ "validValues.closureType.keg": "Keg",
350
+ "validValues.closureType.natural": "Natural cork",
351
+ "validValues.closureType.screwcap": "Screw top",
352
+ "validValues.closureType.swingTop": "Swing top",
353
+ "validValues.closureType.synthetic": "Synthetic cork",
354
+ "validValues.closureType.tcork": "T-Korok",
355
+ "validValues.containColorpe.red": "Red",
356
+ "validValues.containeColore.blue": "Blue",
357
+ "validValues.containerColor.blue": "Blue",
358
+ "validValues.containerColor.brown": "Brown",
359
+ "validValues.containerColor.clear": "Clear",
360
+ "validValues.containerColor.green": "Green",
361
+ "validValues.containerColor.mixed": "Jazz/mixed",
362
+ "validValues.containerColor.other": "Other",
363
+ "validValues.containerColor.purple": "Purple",
364
+ "validValues.containerColor.red": "Red",
365
+ "validValues.containerTColorpurple": "Purple",
366
+ "validValues.containerType.bagInBox": "Bag in box",
367
+ "validValues.containerType.bottle": "Bottle",
368
+ "validValues.containerType.can": "Can",
369
+ "validValues.containerType.keg": "Keg",
370
+ "validValues.containerType.pouch": "Pouch",
331
371
  "validValues.country.ad": "Andora",
332
372
  "validValues.country.ae": "United Arab Emirates",
333
373
  "validValues.country.af": "Afghanistan",
@@ -486,6 +526,8 @@ var messages = {
486
526
  "validValues.designation.semi": "semi-dry",
487
527
  "validValues.designation.semi_sweet": "semi-sweet",
488
528
  "validValues.designation.sweet": "sweet/dessert",
529
+ "validValues.giftPackagingMaterial.none": "Žiadny darčekový obal",
530
+ "validValues.giftPackagingMaterial.paper": "Paper",
489
531
  "validValues.ingredient.aleppoPineResin": "Aleppo pine resin",
490
532
  "validValues.ingredient.ammoniaCaramel": "ammonia caramel",
491
533
  "validValues.ingredient.ammoniumBisulphite": "Ammonium bisulphite",
@@ -540,6 +582,71 @@ var messages = {
540
582
  "validValues.ingredient.wineDistillate": "wine distillate",
541
583
  "validValues.ingredient.wineSpirit": "wine spirit",
542
584
  "validValues.ingredient.yeastMannoproteins": "Yeast mannoproteins",
585
+ "validValues.labelMaterial.none": "Žiadny - etiketa je tlačená priamo na obal",
586
+ "validValues.labelMaterial.paper": "Paper",
587
+ "validValues.labelMaterial.plastic": "Plastic",
588
+ "validValues.packagingMaterialType.01_PET": "Polyethylene terephthalate",
589
+ "validValues.packagingMaterialType.02_PE-HD": "High-density polyethylene",
590
+ "validValues.packagingMaterialType.03_PVC": "Polyvinyl chloride",
591
+ "validValues.packagingMaterialType.04_PELD": "Low-density polyethylene",
592
+ "validValues.packagingMaterialType.05_PP": "Polypropylene",
593
+ "validValues.packagingMaterialType.06_PS": "Polystyrene",
594
+ "validValues.packagingMaterialType.07_O": "All other plastics",
595
+ "validValues.packagingMaterialType.08_LEAD": "Lead–acid battery",
596
+ "validValues.packagingMaterialType.09_ALKALINE": "Alkaline battery",
597
+ "validValues.packagingMaterialType.11_NiMH": "Nickel–metal hydride battery",
598
+ "validValues.packagingMaterialType.12_Li": "Lithium battery",
599
+ "validValues.packagingMaterialType.13_SO(Z)": "Silver-oxide battery",
600
+ "validValues.packagingMaterialType.14_CZ": "Zinc–carbon battery",
601
+ "validValues.packagingMaterialType.20_PAP": "Corrugated fiberboard (cardboard)",
602
+ "validValues.packagingMaterialType.21_PAP": "Non-corrugated fiberboard (paperboard)",
603
+ "validValues.packagingMaterialType.22_PAP": "Paper",
604
+ "validValues.packagingMaterialType.40_FE": "Steel",
605
+ "validValues.packagingMaterialType.41_ALU": "Aluminium",
606
+ "validValues.packagingMaterialType.50_FOR": "Wood",
607
+ "validValues.packagingMaterialType.51_FOR": "Cork",
608
+ "validValues.packagingMaterialType.60_COT": "Cotton",
609
+ "validValues.packagingMaterialType.61_TEX": "Jute",
610
+ "validValues.packagingMaterialType.62-69_TEX": "Other textiles",
611
+ "validValues.packagingMaterialType.70_GL": "Clear Glass",
612
+ "validValues.packagingMaterialType.71_GL": "Green Glass",
613
+ "validValues.packagingMaterialType.72_GL": "Brown Glass",
614
+ "validValues.packagingMaterialType.73_GL": "Dark Sort Glass",
615
+ "validValues.packagingMaterialType.74_GL": "Light Sort Glass",
616
+ "validValues.packagingMaterialType.75_GL": "Light Leaded Glass",
617
+ "validValues.packagingMaterialType.76_GL": "Leaded Glass",
618
+ "validValues.packagingMaterialType.77_GL": "Copper Mixed/Copper Backed Glass",
619
+ "validValues.packagingMaterialType.78_GL": "Silver Mixed/Silver Backed Glass",
620
+ "validValues.packagingMaterialType.79_GL": "Gold Mixed/Gold Backed Glass",
621
+ "validValues.packagingMaterialType.80_Paper": "Paper and miscellaneous metals",
622
+ "validValues.packagingMaterialType.81_PapPet": "Paper + plastic",
623
+ "validValues.packagingMaterialType.82": "Paper and fibreboard/Aluminium",
624
+ "validValues.packagingMaterialType.83": "Paper and fibreboard/Tinplate",
625
+ "validValues.packagingMaterialType.84_C_PAP": "Paper and cardboard/plastic/aluminium",
626
+ "validValues.packagingMaterialType.85": "Paper and fibreboard/Plastic/Aluminium/Tinplate",
627
+ "validValues.packagingMaterialType.87_CSL": "Biodegradable plastic",
628
+ "validValues.packagingMaterialType.90_C_LDPE": "Plastics/Aluminium",
629
+ "validValues.packagingMaterialType.91_C_LDPE": "Plastic/Tinplate",
630
+ "validValues.packagingMaterialType.92": "Plastic/Miscellaneous metals",
631
+ "validValues.packagingMaterialType.95": "Glass/Plastic",
632
+ "validValues.packagingMaterialType.96": "Glass/Aluminium",
633
+ "validValues.packagingMaterialType.97": "Glass/Tinplate",
634
+ "validValues.packagingMaterialType.98": "Glass/Miscellaneous metals",
635
+ "validValues.packagingMaterialType.PA": "Polyamide (Nylon)",
636
+ "validValues.packagingMaterialType.xxx": "Acrylonitrile butadiene styrene",
637
+ "validValues.primaryContainerType.bagInBox": "Bag in box",
638
+ "validValues.primaryContainerType.blue": "Blue",
639
+ "validValues.primaryContainerType.bottle": "Bottle",
640
+ "validValues.primaryContainerType.brown": "Brown",
641
+ "validValues.primaryContainerType.can": "Can",
642
+ "validValues.primaryContainerType.clear": "Clear",
643
+ "validValues.primaryContainerType.green": "Green",
644
+ "validValues.primaryContainerType.keg": "Keg",
645
+ "validValues.primaryContainerType.mixed": "Jazz/mixed",
646
+ "validValues.primaryContainerType.other": "Other",
647
+ "validValues.primaryContainerType.pouch": "Pouch",
648
+ "validValues.primaryContainerType.purple": "Purple",
649
+ "validValues.primaryContainerType.red": "Red",
543
650
  "validValues.productType.beer": "Beer",
544
651
  "validValues.productType.spirit_absinthe": "Absinthe",
545
652
  "validValues.productType.spirit_anise": "Anise",
@@ -573,13 +680,12 @@ var messages = {
573
680
  "validValues.productType.spirit_tequila": "Tequila",
574
681
  "validValues.productType.spirit_vermouth": "Vermouth",
575
682
  "validValues.productType.spirit_vodka": "Vodka",
576
- "validValues.productType.spirit_whiskey": "Whiskey",
577
683
  "validValues.productType.spirit_whisky": "Whisky",
578
684
  "validValues.productType.wine_aromatized": "Aromatized wine",
579
- "validValues.productType.wine_fortified": "Fortifikované",
685
+ "validValues.productType.wine_fortified": "Fortified wine",
580
686
  "validValues.productType.wine_pearlwine": "Pearl wine",
581
687
  "validValues.productType.wine_sparkling": "Sparkling wine",
582
- "validValues.productType.wine_stillwine": "Tiché víno",
688
+ "validValues.productType.wine_stillwine": "Still wine",
583
689
  "validValues.productionMethod.barrelAged": "Barrel aged",
584
690
  "validValues.productionMethod.barrelFermented": "Barrel fermented",
585
691
  "validValues.productionMethod.barrelMatured": "Barrel matured",
@@ -592,6 +698,55 @@ var messages = {
592
698
  "validValues.productionMethod.classicalTraditionalMethod": "Classical traditional method",
593
699
  "validValues.productionMethod.cremant": "Crémant",
594
700
  "validValues.productionMethod.traditionalMethod": "Traditional method",
701
+ "validValues.recyclingMaterial.01_PET": "Polyethylene terephthalate",
702
+ "validValues.recyclingMaterial.02_PE-HD": "High-density polyethylene",
703
+ "validValues.recyclingMaterial.03_PVC": "Polyvinyl chloride",
704
+ "validValues.recyclingMaterial.04_PELD": "Low-density polyethylene",
705
+ "validValues.recyclingMaterial.05_PP": "Polypropylene",
706
+ "validValues.recyclingMaterial.06_PS": "Polystyrene",
707
+ "validValues.recyclingMaterial.07_O": "All other plastics",
708
+ "validValues.recyclingMaterial.08_LEAD": "Lead–acid battery",
709
+ "validValues.recyclingMaterial.09_ALKALINE": "Alkaline battery",
710
+ "validValues.recyclingMaterial.11_NiMH": "Nickel–metal hydride battery",
711
+ "validValues.recyclingMaterial.12_Li": "Lithium battery",
712
+ "validValues.recyclingMaterial.13_SO(Z)": "Silver-oxide battery",
713
+ "validValues.recyclingMaterial.14_CZ": "Zinc–carbon battery",
714
+ "validValues.recyclingMaterial.20_PAP": "Corrugated fiberboard (cardboard)",
715
+ "validValues.recyclingMaterial.21_PAP": "Non-corrugated fiberboard (paperboard)",
716
+ "validValues.recyclingMaterial.22_PAP": "Paper",
717
+ "validValues.recyclingMaterial.40_FE": "Steel",
718
+ "validValues.recyclingMaterial.41_ALU": "Aluminium",
719
+ "validValues.recyclingMaterial.50_FOR": "Wood",
720
+ "validValues.recyclingMaterial.51_FOR": "Cork",
721
+ "validValues.recyclingMaterial.60_COT": "Cotton",
722
+ "validValues.recyclingMaterial.61_TEX": "Jute",
723
+ "validValues.recyclingMaterial.62-69_TEX": "Other textiles",
724
+ "validValues.recyclingMaterial.70_GL": "Clear Glass",
725
+ "validValues.recyclingMaterial.71_GL": "Green Glass",
726
+ "validValues.recyclingMaterial.72_GL": "Brown Glass",
727
+ "validValues.recyclingMaterial.73_GL": "Dark Sort Glass",
728
+ "validValues.recyclingMaterial.74_GL": "Light Sort Glass",
729
+ "validValues.recyclingMaterial.75_GL": "Light Leaded Glass",
730
+ "validValues.recyclingMaterial.76_GL": "Leaded Glass",
731
+ "validValues.recyclingMaterial.77_GL": "Copper Mixed/Copper Backed Glass",
732
+ "validValues.recyclingMaterial.78_GL": "Silver Mixed/Silver Backed Glass",
733
+ "validValues.recyclingMaterial.79_GL": "Gold Mixed/Gold Backed Glass",
734
+ "validValues.recyclingMaterial.80_Paper": "Paper and miscellaneous metals",
735
+ "validValues.recyclingMaterial.81_PapPet": "Paper + plastic",
736
+ "validValues.recyclingMaterial.82": "Paper and fibreboard/Aluminium",
737
+ "validValues.recyclingMaterial.83": "Paper and fibreboard/Tinplate",
738
+ "validValues.recyclingMaterial.84_C_PAP": "Paper and cardboard/plastic/aluminium",
739
+ "validValues.recyclingMaterial.85": "Paper and fibreboard/Plastic/Aluminium/Tinplate",
740
+ "validValues.recyclingMaterial.87_CSL": "Biodegradable plastic",
741
+ "validValues.recyclingMaterial.90_C_LDPE": "Plastics/Aluminium",
742
+ "validValues.recyclingMaterial.91_C_LDPE": "Plastic/Tinplate",
743
+ "validValues.recyclingMaterial.92": "Plastic/Miscellaneous metals",
744
+ "validValues.recyclingMaterial.95": "Glass/Plastic",
745
+ "validValues.recyclingMaterial.96": "Glass/Aluminium",
746
+ "validValues.recyclingMaterial.97": "Glass/Tinplate",
747
+ "validValues.recyclingMaterial.98": "Glass/Miscellaneous metals",
748
+ "validValues.recyclingMaterial.PA": "Polyamide (Nylon)",
749
+ "validValues.recyclingMaterial.xxx": "Acrylonitrile butadiene styrene",
595
750
  "validValues.region.all_nonregional": "- Non-regional",
596
751
  "validValues.region.ar_catamarca": "Catamarca",
597
752
  "validValues.region.ar_cuyo": "Cuyo",
package/dist/main.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  require("./style.css");
6
6
 
@@ -12,9 +12,9 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
12
12
 
13
13
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
14
14
 
15
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
15
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
16
16
 
17
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
17
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
18
18
 
19
19
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
20
20
 
@@ -7,9 +7,9 @@ exports["default"] = void 0;
7
7
 
8
8
  var _core = require("@lingui/core");
9
9
 
10
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
10
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
11
11
 
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
12
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
13
13
 
14
14
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
15
15
 
@@ -9,9 +9,9 @@ var _core = require("@lingui/core");
9
9
 
10
10
  var _locales = require("../../locales/locales.js");
11
11
 
12
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
12
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
13
13
 
14
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
14
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
15
15
 
16
16
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
17
17
 
@@ -1 +1 @@
1
- {"version":3,"file":"varietyName.d.ts","sourceRoot":"","sources":["../../src/validValues/varietyName.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,MAAM,WAAW,WAAY,SAAQ,oBAAoB;CAAG;;;;;;;;;;;;;;;;;;;AAC5D,wBA0jTG"}
1
+ {"version":3,"file":"varietyName.d.ts","sourceRoot":"","sources":["../../src/validValues/varietyName.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,MAAM,WAAW,WAAY,SAAQ,oBAAoB;CAAG;;;;;;;;;;;;;;;;;;;AAC5D,wBA+jTG"}
@@ -9794,6 +9794,11 @@ var _default = (0, _createValidValues["default"])({
9794
9794
  key: 'Bonamico',
9795
9795
  title: 'Bonamico',
9796
9796
  form: {}
9797
+ },
9798
+ Brujidera: {
9799
+ key: 'Brujidera',
9800
+ title: 'Brujidera',
9801
+ form: {}
9797
9802
  }
9798
9803
  });
9799
9804
 
@@ -11,7 +11,10 @@ export { default as country } from './validValues/country.js';
11
11
  export { default as region } from './validValues/region.js';
12
12
  export { default as subregion } from './validValues/subregion.js';
13
13
  export { default as productionMethod } from './validValues/productionMethod.js';
14
+ export { default as containerType } from './validValues/containerType.js';
15
+ export { default as containerColor } from './validValues/containerColor.js';
14
16
  export { default as beerStyle } from './validValues/beerStyle.js';
15
17
  export { default as varietyName } from './validValues/varietyName.js';
16
18
  export { default as responsibleConsumptionLogo } from './validValues/responsibleConsumptionLogo';
19
+ export { default as packagingMaterialType } from './validValues/packagingMaterialType';
17
20
  //# sourceMappingURL=validValues.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"validValues.d.ts","sourceRoot":"","sources":["../src/validValues.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,0BAA0B,EAAE,MAAM,0CAA0C,CAAC"}
1
+ {"version":3,"file":"validValues.d.ts","sourceRoot":"","sources":["../src/validValues.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACjG,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,qCAAqC,CAAC"}
@@ -27,6 +27,18 @@ Object.defineProperty(exports, "certification", {
27
27
  return _certification["default"];
28
28
  }
29
29
  });
30
+ Object.defineProperty(exports, "containerColor", {
31
+ enumerable: true,
32
+ get: function get() {
33
+ return _containerColor["default"];
34
+ }
35
+ });
36
+ Object.defineProperty(exports, "containerType", {
37
+ enumerable: true,
38
+ get: function get() {
39
+ return _containerType["default"];
40
+ }
41
+ });
30
42
  Object.defineProperty(exports, "country", {
31
43
  enumerable: true,
32
44
  get: function get() {
@@ -51,6 +63,12 @@ Object.defineProperty(exports, "packagingCertification", {
51
63
  return _packagingCertification["default"];
52
64
  }
53
65
  });
66
+ Object.defineProperty(exports, "packagingMaterialType", {
67
+ enumerable: true,
68
+ get: function get() {
69
+ return _packagingMaterialType["default"];
70
+ }
71
+ });
54
72
  Object.defineProperty(exports, "productType", {
55
73
  enumerable: true,
56
74
  get: function get() {
@@ -126,10 +144,16 @@ var _subregion = _interopRequireDefault(require("./validValues/subregion.js"));
126
144
 
127
145
  var _productionMethod = _interopRequireDefault(require("./validValues/productionMethod.js"));
128
146
 
147
+ var _containerType = _interopRequireDefault(require("./validValues/containerType.js"));
148
+
149
+ var _containerColor = _interopRequireDefault(require("./validValues/containerColor.js"));
150
+
129
151
  var _beerStyle = _interopRequireDefault(require("./validValues/beerStyle.js"));
130
152
 
131
153
  var _varietyName = _interopRequireDefault(require("./validValues/varietyName.js"));
132
154
 
133
155
  var _responsibleConsumptionLogo = _interopRequireDefault(require("./validValues/responsibleConsumptionLogo"));
134
156
 
157
+ var _packagingMaterialType = _interopRequireDefault(require("./validValues/packagingMaterialType"));
158
+
135
159
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
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": "1.3.1",
5
+ "version": "1.5.0",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
8
8
  "scripts": {
@@ -17,8 +17,8 @@
17
17
  "compile": "lingui compile"
18
18
  },
19
19
  "devDependencies": {
20
- "@lingui/cli": "^3.15.0",
21
- "@lingui/macro": "^3.15.0",
20
+ "@lingui/cli": "3.14.0",
21
+ "@lingui/macro": "3.14.0",
22
22
  "@typescript-eslint/eslint-plugin": "^4.15.2",
23
23
  "@typescript-eslint/parser": "^4.15.2",
24
24
  "babel-plugin-macros": "^2.5.1",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@babel/cli": "^7.18.10",
32
32
  "@babel/core": "^7.15.5",
33
- "@lingui/core": "^3.15.0"
33
+ "@lingui/core": "3.14.0"
34
34
  },
35
- "gitHead": "757711c23861768f80924dac00ec66e904a3b074"
35
+ "gitHead": "c9751625876882c906a5b96c2e685795c8ba9e68"
36
36
  }
@@ -1,51 +1,31 @@
1
1
  {
2
- "validValues.ingredient.aleppoPineResin": "Aleppokiefernharz",
3
- "validValues.ingredient.ammoniaCaramel": "Ammoniak-Zuckerkulör",
4
- "validValues.ingredient.ammoniumBisulphite": "Ammoniumbisulfit",
5
- "validValues.ingredient.argon": "Argon",
6
- "validValues.ingredient.ascorbicAcid": "Ascorbinsäure",
7
- "validValues.ingredient.burnedSugar": "karamellisierter Zucker",
8
- "validValues.ingredient.calciumSulphate": "Calciumsulfat",
9
- "validValues.ingredient.carbonDioxide": "Kohlendioxid",
10
- "validValues.ingredient.carboxymethylcellulose": "Carboxymethylcellulose",
11
- "validValues.ingredient.carobSyrup": "Johannisbrotsirup",
12
- "validValues.ingredient.causticSulfiteCaramel": "Sulfitlaugen-Zuckerkulör",
13
- "validValues.ingredient.citricAcid": "Citronensäure",
14
- "validValues.ingredient.concentratedGrapeMust": "Traubenmost",
15
- "validValues.ingredient.dimethyldicarbonate": "Dimethyldicarbonat",
16
- "validValues.ingredient.distillateOfAgriculturalOrigin": "Destillat landwirtschaftlichen Ursprungs",
17
- "validValues.ingredient.driedGrapeAlcohol": "Alkohol aus getrockneten Weintrauben",
18
- "validValues.ingredient.driedGrapeDistillate": "Destillat aus getrockneten Weintrauben",
19
- "validValues.ingredient.eggAlbumin": "Albumin aus Ei",
20
- "validValues.ingredient.eggLysozyme": "Lysozym aus Ei",
21
- "validValues.ingredient.ethylAlcoholOfAgriculturalOrigin": "Äthylalkohol landwirtschaftlichen Ursprungs",
22
- "validValues.ingredient.flavouring": "Aroma",
23
- "validValues.ingredient.fumaricAcid": "fumarsäure",
24
- "validValues.ingredient.grape": "Traube",
25
- "validValues.ingredient.grapeMarcSpirit": "Tresterbrand",
26
- "validValues.ingredient.gumArabic": "Gummiarabikum",
27
- "validValues.ingredient.honey": "Honig",
28
- "validValues.ingredient.lacticAcid": "Milchsäure",
29
- "validValues.ingredient.malicAcid": "Apfelsäure",
30
- "validValues.ingredient.metatartaricAcid": "Metaweinsäure",
31
- "validValues.ingredient.milkCasein": "Kasein aus Milch",
32
- "validValues.ingredient.nitrogen": "Stickstoff",
33
- "validValues.ingredient.plainCaramel": "Zuckerkulör",
34
- "validValues.ingredient.potassiumHydrogenSulphite": "Kaliumbisulfit",
35
- "validValues.ingredient.potassiumMetabisulphite": "Kaliummetabisulfit",
36
- "validValues.ingredient.potassiumPolyaspartate": "Kaliumpolyaspartat",
37
- "validValues.ingredient.potassiumSorbate": "Kaliumsorbat",
38
- "validValues.ingredient.sucrose": "Saccharose",
39
- "validValues.ingredient.sugar": "Zucker",
40
- "validValues.ingredient.sulfiteAmmoniaCaramel": "Ammonsulfit-Zuckerkulör",
41
- "validValues.ingredient.sulfites": "Sulfite",
42
- "validValues.ingredient.sulphurDioxide": "Schwefeldioxid",
43
- "validValues.ingredient.tartaricAcid": "Weinsäure",
44
- "validValues.ingredient.water": "Wasser",
45
- "validValues.ingredient.wheatProtein": "weizenprotein",
46
- "validValues.ingredient.wine": "Wein",
47
- "validValues.ingredient.wineAlcohol": "Alkohol aus Wein",
48
- "validValues.ingredient.wineDistillate": "Weindestillat",
49
- "validValues.ingredient.wineSpirit": "Branntwein",
50
- "validValues.ingredient.yeastMannoproteins": "Hefe-Mannoproteine"
51
- }
2
+ "validValues.capsuleMaterial.aluminum": "Aluminium",
3
+ "validValues.capsuleMaterial.lead": "Blei",
4
+ "validValues.capsuleMaterial.metal": "Metall",
5
+ "validValues.capsuleMaterial.none": "Keine - keine Kapsel verwendet",
6
+ "validValues.capsuleMaterial.paper": "Papier",
7
+ "validValues.capsuleMaterial.plastic": "Kunststoff",
8
+ "validValues.capsuleMaterial.polylam": "Polylaminate",
9
+ "validValues.capsuleMaterial.pvc": "PVC",
10
+ "validValues.capsuleMaterial.tin": "Zinn",
11
+ "validValues.capsuleMaterial.wax": "Wachs",
12
+ "validValues.caseMaterial.none": "Keine Geschenkverpackung",
13
+ "validValues.caseMaterial.paper": "Papier",
14
+ "validValues.closureType.agglomerated": "Presskorken",
15
+ "validValues.closureType.bagInBox": "Bag in box",
16
+ "validValues.closureType.can": "Dose",
17
+ "validValues.closureType.crown": "Kronkorken",
18
+ "validValues.closureType.diam": "Diam",
19
+ "validValues.closureType.glass": "Glaskorken",
20
+ "validValues.closureType.keg": "Keg",
21
+ "validValues.closureType.natural": "Naturkorken",
22
+ "validValues.closureType.screwcap": "Schraubverschluss",
23
+ "validValues.closureType.swingTop": "Bügelflasche",
24
+ "validValues.closureType.synthetic": "Kunststoffkorken",
25
+ "validValues.closureType.tcork": "T-Korken",
26
+ "validValues.giftPackagingMaterial.none": "Keine Geschenkverpackung",
27
+ "validValues.giftPackagingMaterial.paper": "Papier",
28
+ "validValues.labelMaterial.none": "Keine - Etiketten werden direkt auf den Behälter gedruckt",
29
+ "validValues.labelMaterial.paper": "Papier",
30
+ "validValues.labelMaterial.plastic": "Kunststoff"
31
+ }
@@ -1,41 +1,31 @@
1
1
  {
2
- "validValues.productType.beer": "Beer",
3
- "validValues.productType.spirit_absinthe": "Absinthe",
4
- "validValues.productType.spirit_anise": "Anise",
5
- "validValues.productType.spirit_aquavit": "Aquavit",
6
- "validValues.productType.spirit_arak": "Arak",
7
- "validValues.productType.spirit_armagnac": "Armagnac",
8
- "validValues.productType.spirit_asianspirit": "Asian Spirit",
9
- "validValues.productType.spirit_bitter": "Bitter",
10
- "validValues.productType.spirit_cachaca": "Cachaca",
11
- "validValues.productType.spirit_calvados": "Calvados",
12
- "validValues.productType.spirit_cocktail": "Cocktail",
13
- "validValues.productType.spirit_cognac": "Cognac",
14
- "validValues.productType.spirit_fruitspirit": "Fruit Spirit",
15
- "validValues.productType.spirit_genever": "Genever",
16
- "validValues.productType.spirit_gin": "Gin",
17
- "validValues.productType.spirit_grainspirit": "Grain spirit",
18
- "validValues.productType.spirit_grapebrandy": "Grape Brandy",
19
- "validValues.productType.spirit_grappa": "Grappa",
20
- "validValues.productType.spirit_liqueur": "Liqueurs",
21
- "validValues.productType.spirit_marc": "Marc",
22
- "validValues.productType.spirit_mezcal": "Mezcal",
23
- "validValues.productType.spirit_miscspririt": "Miscellaneous",
24
- "validValues.productType.spirit_ouzo": "Ouzo",
25
- "validValues.productType.spirit_pastis": "Pastis",
26
- "validValues.productType.spirit_pisco": "Pisco",
27
- "validValues.productType.spirit_raki": "Raki",
28
- "validValues.productType.spirit_rum": "Rum",
29
- "validValues.productType.spirit_sambuca": "Sambuca",
30
- "validValues.productType.spirit_schnaps": "Edelbrand/Schnaps",
31
- "validValues.productType.spirit_shochu": "Shochu",
32
- "validValues.productType.spirit_tequila": "Tequila",
33
- "validValues.productType.spirit_vermouth": "Vermouth",
34
- "validValues.productType.spirit_vodka": "Vodka",
35
- "validValues.productType.spirit_whisky": "Whisky",
36
- "validValues.productType.wine_aromatized": "Aromatized wine",
37
- "validValues.productType.wine_fortified": "Fortified wine",
38
- "validValues.productType.wine_pearlwine": "Pearl wine",
39
- "validValues.productType.wine_sparkling": "Sparkling wine",
40
- "validValues.productType.wine_stillwine": "Still wine"
41
- }
2
+ "validValues.capsuleMaterial.aluminum": "Aluminum",
3
+ "validValues.capsuleMaterial.lead": "Lead",
4
+ "validValues.capsuleMaterial.metal": "Metal",
5
+ "validValues.capsuleMaterial.none": "None - no capsule used",
6
+ "validValues.capsuleMaterial.paper": "Paper",
7
+ "validValues.capsuleMaterial.plastic": "Plastic",
8
+ "validValues.capsuleMaterial.polylam": "Polylaminate",
9
+ "validValues.capsuleMaterial.pvc": "PVC",
10
+ "validValues.capsuleMaterial.tin": "Tin",
11
+ "validValues.capsuleMaterial.wax": "Wax",
12
+ "validValues.caseMaterial.none": "No gift wrap",
13
+ "validValues.caseMaterial.paper": "Paper",
14
+ "validValues.closureType.agglomerated": "Agglomerated cork",
15
+ "validValues.closureType.bagInBox": "Bag in box",
16
+ "validValues.closureType.can": "Can",
17
+ "validValues.closureType.crown": "Crown cap",
18
+ "validValues.closureType.diam": "Diam",
19
+ "validValues.closureType.glass": "Glass closure",
20
+ "validValues.closureType.keg": "Keg",
21
+ "validValues.closureType.natural": "Natural cork",
22
+ "validValues.closureType.screwcap": "Screw top",
23
+ "validValues.closureType.swingTop": "Swing top",
24
+ "validValues.closureType.synthetic": "Synthetic cork",
25
+ "validValues.closureType.tcork": "T-Cork",
26
+ "validValues.giftPackagingMaterial.none": "No gift wrap",
27
+ "validValues.giftPackagingMaterial.paper": "Paper",
28
+ "validValues.labelMaterial.none": "None - labels are printed directly on container",
29
+ "validValues.labelMaterial.paper": "Paper",
30
+ "validValues.labelMaterial.plastic": "Plastic"
31
+ }