@bottlebooks/valid-values 1.3.1 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist/locales/po/bg.d.ts +156 -1
- package/dist/locales/po/bg.d.ts.map +1 -1
- package/dist/locales/po/bg.js +156 -1
- package/dist/locales/po/cs.d.ts +156 -1
- package/dist/locales/po/cs.d.ts.map +1 -1
- package/dist/locales/po/cs.js +156 -1
- package/dist/locales/po/de.d.ts +156 -1
- package/dist/locales/po/de.d.ts.map +1 -1
- package/dist/locales/po/de.js +204 -49
- package/dist/locales/po/ee.d.ts +156 -1
- package/dist/locales/po/ee.d.ts.map +1 -1
- package/dist/locales/po/ee.js +156 -1
- package/dist/locales/po/en.d.ts +156 -1
- package/dist/locales/po/en.d.ts.map +1 -1
- package/dist/locales/po/en.js +156 -1
- package/dist/locales/po/es.d.ts +156 -1
- package/dist/locales/po/es.d.ts.map +1 -1
- package/dist/locales/po/es.js +205 -50
- package/dist/locales/po/fi.d.ts +156 -1
- package/dist/locales/po/fi.d.ts.map +1 -1
- package/dist/locales/po/fi.js +156 -1
- package/dist/locales/po/fr.d.ts +156 -1
- package/dist/locales/po/fr.d.ts.map +1 -1
- package/dist/locales/po/fr.js +205 -50
- package/dist/locales/po/hr.d.ts +156 -1
- package/dist/locales/po/hr.d.ts.map +1 -1
- package/dist/locales/po/hr.js +156 -1
- package/dist/locales/po/hu.d.ts +156 -1
- package/dist/locales/po/hu.d.ts.map +1 -1
- package/dist/locales/po/hu.js +156 -1
- package/dist/locales/po/it.d.ts +158 -1
- package/dist/locales/po/it.d.ts.map +1 -1
- package/dist/locales/po/it.js +207 -50
- package/dist/locales/po/lt.d.ts +156 -1
- package/dist/locales/po/lt.d.ts.map +1 -1
- package/dist/locales/po/lt.js +156 -1
- package/dist/locales/po/lv.d.ts +156 -1
- package/dist/locales/po/lv.d.ts.map +1 -1
- package/dist/locales/po/lv.js +156 -1
- package/dist/locales/po/mt.d.ts +156 -1
- package/dist/locales/po/mt.d.ts.map +1 -1
- package/dist/locales/po/mt.js +156 -1
- package/dist/locales/po/nl.d.ts +156 -1
- package/dist/locales/po/nl.d.ts.map +1 -1
- package/dist/locales/po/nl.js +156 -1
- package/dist/locales/po/pl.d.ts +156 -1
- package/dist/locales/po/pl.d.ts.map +1 -1
- package/dist/locales/po/pl.js +156 -1
- package/dist/locales/po/pt.d.ts +156 -1
- package/dist/locales/po/pt.d.ts.map +1 -1
- package/dist/locales/po/pt.js +205 -50
- package/dist/locales/po/ro.d.ts +156 -1
- package/dist/locales/po/ro.d.ts.map +1 -1
- package/dist/locales/po/ro.js +156 -1
- package/dist/locales/po/se.d.ts +156 -1
- package/dist/locales/po/se.d.ts.map +1 -1
- package/dist/locales/po/se.js +156 -1
- package/dist/locales/po/si.d.ts +156 -1
- package/dist/locales/po/si.d.ts.map +1 -1
- package/dist/locales/po/si.js +156 -1
- package/dist/locales/po/sk.d.ts +156 -1
- package/dist/locales/po/sk.d.ts.map +1 -1
- package/dist/locales/po/sk.js +158 -3
- package/dist/validValues.d.ts +3 -0
- package/dist/validValues.d.ts.map +1 -1
- package/dist/validValues.js +24 -0
- package/package.json +5 -5
- package/src/locales/json/de.json +30 -50
- package/src/locales/json/en.json +30 -40
- package/src/locales/json/es.json +30 -50
- package/src/locales/json/fr.json +30 -50
- package/src/locales/json/it.json +30 -50
- package/src/locales/json/pt.json +30 -50
- package/src/locales/json/sk.json +30 -2
- package/src/locales/po/bg.po +624 -4
- package/src/locales/po/bg.ts +1 -1
- package/src/locales/po/cs.po +624 -4
- package/src/locales/po/cs.ts +1 -1
- package/src/locales/po/de.po +673 -53
- package/src/locales/po/de.ts +1 -1
- package/src/locales/po/ee.po +624 -4
- package/src/locales/po/ee.ts +1 -1
- package/src/locales/po/en.po +624 -4
- package/src/locales/po/en.ts +1 -1
- package/src/locales/po/es.po +673 -53
- package/src/locales/po/es.ts +1 -1
- package/src/locales/po/fi.po +624 -4
- package/src/locales/po/fi.ts +1 -1
- package/src/locales/po/fr.po +673 -53
- package/src/locales/po/fr.ts +1 -1
- package/src/locales/po/hr.po +624 -4
- package/src/locales/po/hr.ts +1 -1
- package/src/locales/po/hu.po +624 -4
- package/src/locales/po/hu.ts +1 -1
- package/src/locales/po/it.po +679 -53
- package/src/locales/po/it.ts +1 -1
- package/src/locales/po/lt.po +624 -4
- package/src/locales/po/lt.ts +1 -1
- package/src/locales/po/lv.po +624 -4
- package/src/locales/po/lv.ts +1 -1
- package/src/locales/po/mt.po +624 -4
- package/src/locales/po/mt.ts +1 -1
- package/src/locales/po/nl.po +624 -4
- package/src/locales/po/nl.ts +1 -1
- package/src/locales/po/pl.po +624 -4
- package/src/locales/po/pl.ts +1 -1
- package/src/locales/po/pt.po +673 -53
- package/src/locales/po/pt.ts +1 -1
- package/src/locales/po/ro.po +624 -4
- package/src/locales/po/ro.ts +1 -1
- package/src/locales/po/se.po +624 -4
- package/src/locales/po/se.ts +1 -1
- package/src/locales/po/si.po +624 -4
- package/src/locales/po/si.ts +1 -1
- package/src/locales/po/sk.po +626 -6
- package/src/locales/po/sk.ts +1 -1
- package/src/validValues/containerColor.ts +70 -0
- package/src/validValues/containerType.ts +46 -0
- package/src/validValues/json/containerColor.js +67 -0
- package/src/validValues/json/containerType.js +43 -0
- package/src/validValues/json/packagingMaterialType.js +640 -0
- package/src/validValues/packagingMaterialType.ts +656 -0
- package/src/validValues.ts +3 -0
package/dist/locales/po/sk.js
CHANGED
|
@@ -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": "
|
|
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": "
|
|
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/validValues.d.ts
CHANGED
|
@@ -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"}
|
package/dist/validValues.js
CHANGED
|
@@ -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.
|
|
5
|
+
"version": "1.4.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": "
|
|
21
|
-
"@lingui/macro": "
|
|
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": "
|
|
33
|
+
"@lingui/core": "3.14.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "8e390283507447aa97a04291177c5a98766add61"
|
|
36
36
|
}
|
package/src/locales/json/de.json
CHANGED
|
@@ -1,51 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"validValues.
|
|
3
|
-
"validValues.
|
|
4
|
-
"validValues.
|
|
5
|
-
"validValues.
|
|
6
|
-
"validValues.
|
|
7
|
-
"validValues.
|
|
8
|
-
"validValues.
|
|
9
|
-
"validValues.
|
|
10
|
-
"validValues.
|
|
11
|
-
"validValues.
|
|
12
|
-
"validValues.
|
|
13
|
-
"validValues.
|
|
14
|
-
"validValues.
|
|
15
|
-
"validValues.
|
|
16
|
-
"validValues.
|
|
17
|
-
"validValues.
|
|
18
|
-
"validValues.
|
|
19
|
-
"validValues.
|
|
20
|
-
"validValues.
|
|
21
|
-
"validValues.
|
|
22
|
-
"validValues.
|
|
23
|
-
"validValues.
|
|
24
|
-
"validValues.
|
|
25
|
-
"validValues.
|
|
26
|
-
"validValues.
|
|
27
|
-
"validValues.
|
|
28
|
-
"validValues.
|
|
29
|
-
"validValues.
|
|
30
|
-
"validValues.
|
|
31
|
-
|
|
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
|
+
}
|
package/src/locales/json/en.json
CHANGED
|
@@ -1,41 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"validValues.
|
|
3
|
-
"validValues.
|
|
4
|
-
"validValues.
|
|
5
|
-
"validValues.
|
|
6
|
-
"validValues.
|
|
7
|
-
"validValues.
|
|
8
|
-
"validValues.
|
|
9
|
-
"validValues.
|
|
10
|
-
"validValues.
|
|
11
|
-
"validValues.
|
|
12
|
-
"validValues.
|
|
13
|
-
"validValues.
|
|
14
|
-
"validValues.
|
|
15
|
-
"validValues.
|
|
16
|
-
"validValues.
|
|
17
|
-
"validValues.
|
|
18
|
-
"validValues.
|
|
19
|
-
"validValues.
|
|
20
|
-
"validValues.
|
|
21
|
-
"validValues.
|
|
22
|
-
"validValues.
|
|
23
|
-
"validValues.
|
|
24
|
-
"validValues.
|
|
25
|
-
"validValues.
|
|
26
|
-
"validValues.
|
|
27
|
-
"validValues.
|
|
28
|
-
"validValues.
|
|
29
|
-
"validValues.
|
|
30
|
-
"validValues.
|
|
31
|
-
|
|
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
|
+
}
|
package/src/locales/json/es.json
CHANGED
|
@@ -1,51 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"validValues.
|
|
3
|
-
"validValues.
|
|
4
|
-
"validValues.
|
|
5
|
-
"validValues.
|
|
6
|
-
"validValues.
|
|
7
|
-
"validValues.
|
|
8
|
-
"validValues.
|
|
9
|
-
"validValues.
|
|
10
|
-
"validValues.
|
|
11
|
-
"validValues.
|
|
12
|
-
"validValues.
|
|
13
|
-
"validValues.
|
|
14
|
-
"validValues.
|
|
15
|
-
"validValues.
|
|
16
|
-
"validValues.
|
|
17
|
-
"validValues.
|
|
18
|
-
"validValues.
|
|
19
|
-
"validValues.
|
|
20
|
-
"validValues.
|
|
21
|
-
"validValues.
|
|
22
|
-
"validValues.
|
|
23
|
-
"validValues.
|
|
24
|
-
"validValues.
|
|
25
|
-
"validValues.
|
|
26
|
-
"validValues.
|
|
27
|
-
"validValues.
|
|
28
|
-
"validValues.
|
|
29
|
-
"validValues.
|
|
30
|
-
"validValues.
|
|
31
|
-
|
|
32
|
-
"validValues.ingredient.nitrogen": "nitrógeno",
|
|
33
|
-
"validValues.ingredient.plainCaramel": "Caramelo naturel",
|
|
34
|
-
"validValues.ingredient.potassiumHydrogenSulphite": "sulfito ácido de potasio",
|
|
35
|
-
"validValues.ingredient.potassiumMetabisulphite": "metabisulfito de potasio",
|
|
36
|
-
"validValues.ingredient.potassiumPolyaspartate": "poliaspartato de potasio",
|
|
37
|
-
"validValues.ingredient.potassiumSorbate": "sorbato de potasio",
|
|
38
|
-
"validValues.ingredient.sucrose": "Sacarosa",
|
|
39
|
-
"validValues.ingredient.sugar": "azúcar",
|
|
40
|
-
"validValues.ingredient.sulfiteAmmoniaCaramel": "caramelo de sulfito amónico",
|
|
41
|
-
"validValues.ingredient.sulfites": "sulfitos",
|
|
42
|
-
"validValues.ingredient.sulphurDioxide": "dióxido de azufre",
|
|
43
|
-
"validValues.ingredient.tartaricAcid": "ácido tartárico",
|
|
44
|
-
"validValues.ingredient.water": "agua",
|
|
45
|
-
"validValues.ingredient.wheatProtein": "proteína de trigo",
|
|
46
|
-
"validValues.ingredient.wine": "vino",
|
|
47
|
-
"validValues.ingredient.wineAlcohol": "alcohol de vino",
|
|
48
|
-
"validValues.ingredient.wineDistillate": "destilado de vino",
|
|
49
|
-
"validValues.ingredient.wineSpirit": "aguardiente de vino",
|
|
50
|
-
"validValues.ingredient.yeastMannoproteins": "manoproteínas de levaduras"
|
|
51
|
-
}
|
|
2
|
+
"validValues.capsuleMaterial.aluminum": "Aluminio",
|
|
3
|
+
"validValues.capsuleMaterial.lead": "Plomo",
|
|
4
|
+
"validValues.capsuleMaterial.metal": "Metal",
|
|
5
|
+
"validValues.capsuleMaterial.none": "Ninguno: no se utilizó ninguna cápsula",
|
|
6
|
+
"validValues.capsuleMaterial.paper": "Papel",
|
|
7
|
+
"validValues.capsuleMaterial.plastic": "Plástico",
|
|
8
|
+
"validValues.capsuleMaterial.polylam": "Polylaminate",
|
|
9
|
+
"validValues.capsuleMaterial.pvc": "PVC",
|
|
10
|
+
"validValues.capsuleMaterial.tin": "Estaño",
|
|
11
|
+
"validValues.capsuleMaterial.wax": "Cera",
|
|
12
|
+
"validValues.caseMaterial.none": "Sin papel de regalo",
|
|
13
|
+
"validValues.caseMaterial.paper": "Papel",
|
|
14
|
+
"validValues.closureType.agglomerated": "Corcho aglomerado",
|
|
15
|
+
"validValues.closureType.bagInBox": "Bag in box",
|
|
16
|
+
"validValues.closureType.can": "Lata",
|
|
17
|
+
"validValues.closureType.crown": "Tapón corona",
|
|
18
|
+
"validValues.closureType.diam": "Diam",
|
|
19
|
+
"validValues.closureType.glass": "Tapón de vidrio",
|
|
20
|
+
"validValues.closureType.keg": "Keg",
|
|
21
|
+
"validValues.closureType.natural": "Corcho natural",
|
|
22
|
+
"validValues.closureType.screwcap": "De rosca",
|
|
23
|
+
"validValues.closureType.swingTop": "Swing top",
|
|
24
|
+
"validValues.closureType.synthetic": "Corcho sintético",
|
|
25
|
+
"validValues.closureType.tcork": "T-Corcho",
|
|
26
|
+
"validValues.giftPackagingMaterial.none": "Sin papel de regalo",
|
|
27
|
+
"validValues.giftPackagingMaterial.paper": "Papel",
|
|
28
|
+
"validValues.labelMaterial.none": "Ninguno - las etiquetas se imprimen directamente en el contenedor",
|
|
29
|
+
"validValues.labelMaterial.paper": "Papel",
|
|
30
|
+
"validValues.labelMaterial.plastic": "Plástico"
|
|
31
|
+
}
|