@bottlebooks/valid-values 1.6.0 → 1.6.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.
Files changed (144) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/locales/po/bg.d.ts +1 -0
  3. package/dist/locales/po/bg.d.ts.map +1 -1
  4. package/dist/locales/po/bg.js +1 -0
  5. package/dist/locales/po/cs.d.ts +1 -0
  6. package/dist/locales/po/cs.d.ts.map +1 -1
  7. package/dist/locales/po/cs.js +50 -49
  8. package/dist/locales/po/de.d.ts +1 -0
  9. package/dist/locales/po/de.d.ts.map +1 -1
  10. package/dist/locales/po/de.js +48 -47
  11. package/dist/locales/po/ee.d.ts +1 -0
  12. package/dist/locales/po/ee.d.ts.map +1 -1
  13. package/dist/locales/po/ee.js +1 -0
  14. package/dist/locales/po/en.d.ts +1 -0
  15. package/dist/locales/po/en.d.ts.map +1 -1
  16. package/dist/locales/po/en.js +1 -0
  17. package/dist/locales/po/es.d.ts +1 -0
  18. package/dist/locales/po/es.d.ts.map +1 -1
  19. package/dist/locales/po/es.js +49 -48
  20. package/dist/locales/po/fi.d.ts +1 -0
  21. package/dist/locales/po/fi.d.ts.map +1 -1
  22. package/dist/locales/po/fi.js +1 -0
  23. package/dist/locales/po/fr.d.ts +1 -0
  24. package/dist/locales/po/fr.d.ts.map +1 -1
  25. package/dist/locales/po/fr.js +49 -48
  26. package/dist/locales/po/hr.d.ts +1 -0
  27. package/dist/locales/po/hr.d.ts.map +1 -1
  28. package/dist/locales/po/hr.js +1 -0
  29. package/dist/locales/po/hu.d.ts +1 -0
  30. package/dist/locales/po/hu.d.ts.map +1 -1
  31. package/dist/locales/po/hu.js +1 -0
  32. package/dist/locales/po/it.d.ts +1 -0
  33. package/dist/locales/po/it.d.ts.map +1 -1
  34. package/dist/locales/po/it.js +49 -48
  35. package/dist/locales/po/lt.d.ts +1 -0
  36. package/dist/locales/po/lt.d.ts.map +1 -1
  37. package/dist/locales/po/lt.js +1 -0
  38. package/dist/locales/po/lv.d.ts +1 -0
  39. package/dist/locales/po/lv.d.ts.map +1 -1
  40. package/dist/locales/po/lv.js +1 -0
  41. package/dist/locales/po/mt.d.ts +1 -0
  42. package/dist/locales/po/mt.d.ts.map +1 -1
  43. package/dist/locales/po/mt.js +1 -0
  44. package/dist/locales/po/nl.d.ts +1 -0
  45. package/dist/locales/po/nl.d.ts.map +1 -1
  46. package/dist/locales/po/nl.js +1 -0
  47. package/dist/locales/po/pl.d.ts +1 -0
  48. package/dist/locales/po/pl.d.ts.map +1 -1
  49. package/dist/locales/po/pl.js +1 -0
  50. package/dist/locales/po/pt.d.ts +1 -0
  51. package/dist/locales/po/pt.d.ts.map +1 -1
  52. package/dist/locales/po/pt.js +49 -48
  53. package/dist/locales/po/ro.d.ts +1 -0
  54. package/dist/locales/po/ro.d.ts.map +1 -1
  55. package/dist/locales/po/ro.js +1 -0
  56. package/dist/locales/po/se.d.ts +1 -0
  57. package/dist/locales/po/se.d.ts.map +1 -1
  58. package/dist/locales/po/se.js +1 -0
  59. package/dist/locales/po/si.d.ts +1 -0
  60. package/dist/locales/po/si.d.ts.map +1 -1
  61. package/dist/locales/po/si.js +1 -0
  62. package/dist/locales/po/sk.d.ts +1 -0
  63. package/dist/locales/po/sk.d.ts.map +1 -1
  64. package/dist/locales/po/sk.js +3 -2
  65. package/package.json +2 -2
  66. package/src/locales/json/de.json +50 -30
  67. package/src/locales/json/en.json +40 -30
  68. package/src/locales/json/es.json +50 -30
  69. package/src/locales/json/fr.json +50 -30
  70. package/src/locales/json/it.json +50 -30
  71. package/src/locales/json/pt.json +50 -30
  72. package/src/locales/json/sk.json +2 -30
  73. package/src/locales/po/bg.po +6 -2
  74. package/src/locales/po/bg.ts +1 -1
  75. package/src/locales/po/cs.po +61 -55
  76. package/src/locales/po/cs.ts +1 -1
  77. package/src/locales/po/de.po +52 -48
  78. package/src/locales/po/de.ts +1 -1
  79. package/src/locales/po/ee.po +4 -0
  80. package/src/locales/po/ee.ts +1 -1
  81. package/src/locales/po/en.po +4 -0
  82. package/src/locales/po/en.ts +1 -1
  83. package/src/locales/po/es.po +52 -48
  84. package/src/locales/po/es.ts +1 -1
  85. package/src/locales/po/fi.po +4 -0
  86. package/src/locales/po/fi.ts +1 -1
  87. package/src/locales/po/fr.po +52 -48
  88. package/src/locales/po/fr.ts +1 -1
  89. package/src/locales/po/hr.po +4 -0
  90. package/src/locales/po/hr.ts +1 -1
  91. package/src/locales/po/hu.po +4 -0
  92. package/src/locales/po/hu.ts +1 -1
  93. package/src/locales/po/it.po +52 -48
  94. package/src/locales/po/it.ts +1 -1
  95. package/src/locales/po/lt.po +4 -0
  96. package/src/locales/po/lt.ts +1 -1
  97. package/src/locales/po/lv.po +4 -0
  98. package/src/locales/po/lv.ts +1 -1
  99. package/src/locales/po/mt.po +4 -0
  100. package/src/locales/po/mt.ts +1 -1
  101. package/src/locales/po/nl.po +4 -0
  102. package/src/locales/po/nl.ts +1 -1
  103. package/src/locales/po/pl.po +4 -0
  104. package/src/locales/po/pl.ts +1 -1
  105. package/src/locales/po/pt.po +52 -48
  106. package/src/locales/po/pt.ts +1 -1
  107. package/src/locales/po/ro.po +4 -0
  108. package/src/locales/po/ro.ts +1 -1
  109. package/src/locales/po/se.po +4 -0
  110. package/src/locales/po/se.ts +1 -1
  111. package/src/locales/po/si.po +4 -0
  112. package/src/locales/po/si.ts +1 -1
  113. package/src/locales/po/sk.po +6 -2
  114. package/src/locales/po/sk.ts +1 -1
  115. package/dist/validValues/capsuleMaterial.d.ts +0 -26
  116. package/dist/validValues/capsuleMaterial.d.ts.map +0 -1
  117. package/dist/validValues/capsuleMaterial.js +0 -117
  118. package/dist/validValues/caseMaterial.d.ts +0 -26
  119. package/dist/validValues/caseMaterial.d.ts.map +0 -1
  120. package/dist/validValues/caseMaterial.js +0 -37
  121. package/dist/validValues/closureType.d.ts +0 -26
  122. package/dist/validValues/closureType.d.ts.map +0 -1
  123. package/dist/validValues/closureType.js +0 -137
  124. package/dist/validValues/giftPackagingMaterial.d.ts +0 -26
  125. package/dist/validValues/giftPackagingMaterial.d.ts.map +0 -1
  126. package/dist/validValues/giftPackagingMaterial.js +0 -37
  127. package/dist/validValues/json/capsuleMaterial.d.ts +0 -2
  128. package/dist/validValues/json/capsuleMaterial.d.ts.map +0 -1
  129. package/dist/validValues/json/caseMaterial.d.ts +0 -2
  130. package/dist/validValues/json/caseMaterial.d.ts.map +0 -1
  131. package/dist/validValues/json/closureType.d.ts +0 -2
  132. package/dist/validValues/json/closureType.d.ts.map +0 -1
  133. package/dist/validValues/json/giftPackagingMaterial.d.ts +0 -2
  134. package/dist/validValues/json/giftPackagingMaterial.d.ts.map +0 -1
  135. package/dist/validValues/json/labelMaterial.d.ts +0 -2
  136. package/dist/validValues/json/labelMaterial.d.ts.map +0 -1
  137. package/dist/validValues/labelMaterial.d.ts +0 -26
  138. package/dist/validValues/labelMaterial.d.ts.map +0 -1
  139. package/dist/validValues/labelMaterial.js +0 -47
  140. package/dist/validValues/types/Award.d.ts +0 -35
  141. package/dist/validValues/types/Award.d.ts.map +0 -1
  142. package/dist/validValues/types/Award.js +0 -5
  143. package/dist/validValues/types/Country.d.ts +0 -35
  144. package/dist/validValues/types/Country.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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
+ ## [1.6.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@1.6.0...@bottlebooks/valid-values@1.6.1) (2023-01-24)
7
+
8
+ ### Bug Fixes
9
+
10
+ - recovered elabel ingredients translations ([7f6dfb2](https://github.com/bottlebooks/bottlebooks/commit/7f6dfb2593c178d4f2cdc711606503a947fb801f))
11
+
12
+ ### Reverts
13
+
14
+ - Revert "feat: transform closuretype, capsuleMaterial, labelMaterial, giftPackagingMaterial and caseMaterial valid values" ([e1eb4af](https://github.com/bottlebooks/bottlebooks/commit/e1eb4af4ef56cf4b6c198079a6aa0a832fb41768))
15
+
6
16
  # [1.6.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@1.5.0...@bottlebooks/valid-values@1.6.0) (2023-01-23)
7
17
 
8
18
  ### Features
@@ -672,6 +672,7 @@ export declare const messages: {
672
672
  "validValues.productType.spirit_tequila": string;
673
673
  "validValues.productType.spirit_vermouth": string;
674
674
  "validValues.productType.spirit_vodka": string;
675
+ "validValues.productType.spirit_whiskey": string;
675
676
  "validValues.productType.spirit_whisky": string;
676
677
  "validValues.productType.wine_aromatized": string;
677
678
  "validValues.productType.wine_fortified": string;
@@ -1 +1 @@
1
- {"version":3,"file":"bg.d.ts","sourceRoot":"","sources":["../../../src/locales/po/bg.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4x9I,CAAC"}
1
+ {"version":3,"file":"bg.d.ts","sourceRoot":"","sources":["../../../src/locales/po/bg.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+09I,CAAC"}
@@ -680,6 +680,7 @@ var messages = {
680
680
  "validValues.productType.spirit_tequila": "Tequila",
681
681
  "validValues.productType.spirit_vermouth": "Vermouth",
682
682
  "validValues.productType.spirit_vodka": "Vodka",
683
+ "validValues.productType.spirit_whiskey": "Whiskey",
683
684
  "validValues.productType.spirit_whisky": "Whisky",
684
685
  "validValues.productType.wine_aromatized": "Aromatized wine",
685
686
  "validValues.productType.wine_fortified": "Fortified wine",
@@ -672,6 +672,7 @@ export declare const messages: {
672
672
  "validValues.productType.spirit_tequila": string;
673
673
  "validValues.productType.spirit_vermouth": string;
674
674
  "validValues.productType.spirit_vodka": string;
675
+ "validValues.productType.spirit_whiskey": string;
675
676
  "validValues.productType.spirit_whisky": string;
676
677
  "validValues.productType.wine_aromatized": string;
677
678
  "validValues.productType.wine_fortified": string;
@@ -1 +1 @@
1
- {"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../src/locales/po/cs.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAu09I,CAAC"}
1
+ {"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../src/locales/po/cs.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAox9I,CAAC"}
@@ -528,60 +528,60 @@ var messages = {
528
528
  "validValues.designation.sweet": "sweet/dessert",
529
529
  "validValues.giftPackagingMaterial.none": "No gift wrap",
530
530
  "validValues.giftPackagingMaterial.paper": "Paper",
531
- "validValues.ingredient.aleppoPineResin": "pryskyřice borovice Aleppo",
532
- "validValues.ingredient.ammoniaCaramel": "amoniakový karamel",
533
- "validValues.ingredient.ammoniumBisulphite": "hydrogensiřičitan amonný",
534
- "validValues.ingredient.argon": "argon",
535
- "validValues.ingredient.ascorbicAcid": "kyselina askorbová",
536
- "validValues.ingredient.burnedSugar": "karamelizovaný cukr",
537
- "validValues.ingredient.calciumSulphate": "síran vápenatý",
538
- "validValues.ingredient.carbonDioxide": "oxid uhličitý",
539
- "validValues.ingredient.carboxymethylcellulose": "karboxymethylcelulóza",
540
- "validValues.ingredient.carobSyrup": "sirup z karubinu",
541
- "validValues.ingredient.causticSulfiteCaramel": "kaustický sulfitový karamel",
531
+ "validValues.ingredient.aleppoPineResin": "Aleppo pine resin",
532
+ "validValues.ingredient.ammoniaCaramel": "ammonia caramel",
533
+ "validValues.ingredient.ammoniumBisulphite": "Ammonium bisulphite",
534
+ "validValues.ingredient.argon": "Argon",
535
+ "validValues.ingredient.ascorbicAcid": "Ascorbic acid",
536
+ "validValues.ingredient.burnedSugar": "burned sugar",
537
+ "validValues.ingredient.calciumSulphate": "Calcium sulphate",
538
+ "validValues.ingredient.carbonDioxide": "Carbon dioxide",
539
+ "validValues.ingredient.carboxymethylcellulose": "carboxymethylcellulose",
540
+ "validValues.ingredient.carobSyrup": "carob syrup",
541
+ "validValues.ingredient.causticSulfiteCaramel": "caustic sulfite caramel",
542
542
  "validValues.ingredient.cerealDistillateAndWater": "Cereal distillate and water",
543
- "validValues.ingredient.citricAcid": "kyselina citronová",
544
- "validValues.ingredient.concentratedGrapeMust": "Hroznový mošt",
545
- "validValues.ingredient.dimethyldicarbonate": "dimethyldikarbonát",
546
- "validValues.ingredient.distillateOfAgriculturalOrigin": "destilát zemědělského původu",
547
- "validValues.ingredient.driedGrapeAlcohol": "alkohol ze sušených vinných hroznů",
548
- "validValues.ingredient.driedGrapeDistillate": "destilát ze sušených vinných hroznů",
549
- "validValues.ingredient.eggAlbumin": "vaječný albumin",
550
- "validValues.ingredient.eggLysozyme": "vaječný lysozym",
551
- "validValues.ingredient.ethylAlcoholOfAgriculturalOrigin": "ethanol zemědělského původu",
552
- "validValues.ingredient.flavouring": "látky určené k aromatizaci",
543
+ "validValues.ingredient.citricAcid": "Citric acid",
544
+ "validValues.ingredient.concentratedGrapeMust": "Grape must",
545
+ "validValues.ingredient.dimethyldicarbonate": "Dimethyldicarbonate",
546
+ "validValues.ingredient.distillateOfAgriculturalOrigin": "distillate of agricultural origin",
547
+ "validValues.ingredient.driedGrapeAlcohol": "dried grape alcohol",
548
+ "validValues.ingredient.driedGrapeDistillate": "dried grape distillate",
549
+ "validValues.ingredient.eggAlbumin": "egg albumin",
550
+ "validValues.ingredient.eggLysozyme": "Egg lysozyme",
551
+ "validValues.ingredient.ethylAlcoholOfAgriculturalOrigin": "ethyl alcohol of agricultural origin",
552
+ "validValues.ingredient.flavouring": "flavouring",
553
553
  "validValues.ingredient.freshBeerDistillateAndWater": "Fresh beer distillate and Water",
554
- "validValues.ingredient.fumaricAcid": "kyselina fumarová",
554
+ "validValues.ingredient.fumaricAcid": "fumaric acid",
555
555
  "validValues.ingredient.grainDistillateAndWater": "Grain distillate and water",
556
- "validValues.ingredient.grape": "Hroznový",
557
- "validValues.ingredient.grapeMarcSpirit": "matolinová pálenka",
558
- "validValues.ingredient.gumArabic": "arabská guma",
559
- "validValues.ingredient.honey": "med",
560
- "validValues.ingredient.lacticAcid": "kyselina mléčná",
561
- "validValues.ingredient.malicAcid": "kyselina jablečná",
556
+ "validValues.ingredient.grape": "Grape",
557
+ "validValues.ingredient.grapeMarcSpirit": "grape-marc spirit",
558
+ "validValues.ingredient.gumArabic": "gum arabic",
559
+ "validValues.ingredient.honey": "honey",
560
+ "validValues.ingredient.lacticAcid": "Lactic acid",
561
+ "validValues.ingredient.malicAcid": "Malic acid",
562
562
  "validValues.ingredient.maltDistillateAndWater": "Malt distillate and water",
563
- "validValues.ingredient.metatartaricAcid": "kyselina metavinná",
564
- "validValues.ingredient.milkCasein": "mléčný kasein",
565
- "validValues.ingredient.nitrogen": "dusík",
566
- "validValues.ingredient.plainCaramel": "karamel",
567
- "validValues.ingredient.potassiumHydrogenSulphite": "hydrogensiřičitan draselný",
568
- "validValues.ingredient.potassiumMetabisulphite": "metadisiřičitan draselný",
569
- "validValues.ingredient.potassiumPolyaspartate": "polyaspartát draselný",
570
- "validValues.ingredient.potassiumSorbate": "sorban draselný",
563
+ "validValues.ingredient.metatartaricAcid": "metatartaric acid",
564
+ "validValues.ingredient.milkCasein": "Milk casein",
565
+ "validValues.ingredient.nitrogen": "Nitrogen",
566
+ "validValues.ingredient.plainCaramel": "plain caramel",
567
+ "validValues.ingredient.potassiumHydrogenSulphite": "Potassium hydrogen sulphite",
568
+ "validValues.ingredient.potassiumMetabisulphite": "Potassium metabisulphite",
569
+ "validValues.ingredient.potassiumPolyaspartate": "potassium polyaspartate",
570
+ "validValues.ingredient.potassiumSorbate": "Potassium sorbate",
571
571
  "validValues.ingredient.ryeDistillateAndWater": "Rye distillate and water",
572
- "validValues.ingredient.sucrose": "Sacharosu",
573
- "validValues.ingredient.sugar": "cukr",
574
- "validValues.ingredient.sulfiteAmmoniaCaramel": "amoniak-sulfitový karamel",
575
- "validValues.ingredient.sulfites": "siřičitany",
576
- "validValues.ingredient.sulphurDioxide": "oxid siřičitý",
577
- "validValues.ingredient.tartaricAcid": "kyselina vinná",
578
- "validValues.ingredient.water": "voda",
579
- "validValues.ingredient.wheatProtein": "bílkoviny z pšenice",
580
- "validValues.ingredient.wine": "víno",
581
- "validValues.ingredient.wineAlcohol": "alkohol z vína",
582
- "validValues.ingredient.wineDistillate": "destilátu z vína",
583
- "validValues.ingredient.wineSpirit": "vínovice",
584
- "validValues.ingredient.yeastMannoproteins": "kvasinkové mannoproteiny",
572
+ "validValues.ingredient.sucrose": "Sucrose",
573
+ "validValues.ingredient.sugar": "sugar",
574
+ "validValues.ingredient.sulfiteAmmoniaCaramel": "sulfite ammonia caramel",
575
+ "validValues.ingredient.sulfites": "sulphites",
576
+ "validValues.ingredient.sulphurDioxide": "Sulphur dioxide",
577
+ "validValues.ingredient.tartaricAcid": "Tartaric acid",
578
+ "validValues.ingredient.water": "water",
579
+ "validValues.ingredient.wheatProtein": "Wheat protein",
580
+ "validValues.ingredient.wine": "wine",
581
+ "validValues.ingredient.wineAlcohol": "wine alcohol",
582
+ "validValues.ingredient.wineDistillate": "wine distillate",
583
+ "validValues.ingredient.wineSpirit": "wine spirit",
584
+ "validValues.ingredient.yeastMannoproteins": "Yeast mannoproteins",
585
585
  "validValues.labelMaterial.none": "None - labels are printed directly on container",
586
586
  "validValues.labelMaterial.paper": "Paper",
587
587
  "validValues.labelMaterial.plastic": "Plastic",
@@ -680,6 +680,7 @@ var messages = {
680
680
  "validValues.productType.spirit_tequila": "Tequila",
681
681
  "validValues.productType.spirit_vermouth": "Vermouth",
682
682
  "validValues.productType.spirit_vodka": "Vodka",
683
+ "validValues.productType.spirit_whiskey": "Whiskey",
683
684
  "validValues.productType.spirit_whisky": "Whisky",
684
685
  "validValues.productType.wine_aromatized": "Aromatized wine",
685
686
  "validValues.productType.wine_fortified": "Fortified wine",
@@ -672,6 +672,7 @@ export declare const messages: {
672
672
  "validValues.productType.spirit_tequila": string;
673
673
  "validValues.productType.spirit_vermouth": string;
674
674
  "validValues.productType.spirit_vodka": string;
675
+ "validValues.productType.spirit_whiskey": string;
675
676
  "validValues.productType.spirit_whisky": string;
676
677
  "validValues.productType.wine_aromatized": string;
677
678
  "validValues.productType.wine_fortified": string;
@@ -1 +1 @@
1
- {"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../src/locales/po/de.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiy9I,CAAC"}
1
+ {"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../src/locales/po/de.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAm39I,CAAC"}
@@ -528,59 +528,59 @@ var messages = {
528
528
  "validValues.designation.sweet": "sweet/dessert",
529
529
  "validValues.giftPackagingMaterial.none": "Keine Geschenkverpackung",
530
530
  "validValues.giftPackagingMaterial.paper": "Papier",
531
- "validValues.ingredient.aleppoPineResin": "Aleppo pine resin",
532
- "validValues.ingredient.ammoniaCaramel": "ammonia caramel",
533
- "validValues.ingredient.ammoniumBisulphite": "Ammonium bisulphite",
531
+ "validValues.ingredient.aleppoPineResin": "Aleppokiefernharz",
532
+ "validValues.ingredient.ammoniaCaramel": "Ammoniak-Zuckerkulör",
533
+ "validValues.ingredient.ammoniumBisulphite": "Ammoniumbisulfit",
534
534
  "validValues.ingredient.argon": "Argon",
535
- "validValues.ingredient.ascorbicAcid": "Ascorbic acid",
536
- "validValues.ingredient.burnedSugar": "burned sugar",
537
- "validValues.ingredient.calciumSulphate": "Calcium sulphate",
538
- "validValues.ingredient.carbonDioxide": "Carbon dioxide",
539
- "validValues.ingredient.carboxymethylcellulose": "carboxymethylcellulose",
540
- "validValues.ingredient.carobSyrup": "carob syrup",
541
- "validValues.ingredient.causticSulfiteCaramel": "caustic sulfite caramel",
535
+ "validValues.ingredient.ascorbicAcid": "Ascorbinsäure",
536
+ "validValues.ingredient.burnedSugar": "karamellisierter Zucker",
537
+ "validValues.ingredient.calciumSulphate": "Calciumsulfat",
538
+ "validValues.ingredient.carbonDioxide": "Kohlendioxid",
539
+ "validValues.ingredient.carboxymethylcellulose": "Carboxymethylcellulose",
540
+ "validValues.ingredient.carobSyrup": "Johannisbrotsirup",
541
+ "validValues.ingredient.causticSulfiteCaramel": "Sulfitlaugen-Zuckerkulör",
542
542
  "validValues.ingredient.cerealDistillateAndWater": "Cereal distillate and water",
543
- "validValues.ingredient.citricAcid": "Citric acid",
544
- "validValues.ingredient.concentratedGrapeMust": "Grape must",
545
- "validValues.ingredient.dimethyldicarbonate": "Dimethyldicarbonate",
546
- "validValues.ingredient.distillateOfAgriculturalOrigin": "distillate of agricultural origin",
547
- "validValues.ingredient.driedGrapeAlcohol": "dried grape alcohol",
548
- "validValues.ingredient.driedGrapeDistillate": "dried grape distillate",
549
- "validValues.ingredient.eggAlbumin": "egg albumin",
550
- "validValues.ingredient.eggLysozyme": "Egg lysozyme",
551
- "validValues.ingredient.ethylAlcoholOfAgriculturalOrigin": "ethyl alcohol of agricultural origin",
552
- "validValues.ingredient.flavouring": "flavouring",
543
+ "validValues.ingredient.citricAcid": "Citronensäure",
544
+ "validValues.ingredient.concentratedGrapeMust": "Traubenmost",
545
+ "validValues.ingredient.dimethyldicarbonate": "Dimethyldicarbonat",
546
+ "validValues.ingredient.distillateOfAgriculturalOrigin": "Destillat landwirtschaftlichen Ursprungs",
547
+ "validValues.ingredient.driedGrapeAlcohol": "Alkohol aus getrockneten Weintrauben",
548
+ "validValues.ingredient.driedGrapeDistillate": "Destillat aus getrockneten Weintrauben",
549
+ "validValues.ingredient.eggAlbumin": "Albumin aus Ei",
550
+ "validValues.ingredient.eggLysozyme": "Lysozym aus Ei",
551
+ "validValues.ingredient.ethylAlcoholOfAgriculturalOrigin": "Äthylalkohol landwirtschaftlichen Ursprungs",
552
+ "validValues.ingredient.flavouring": "Aroma",
553
553
  "validValues.ingredient.freshBeerDistillateAndWater": "Fresh beer distillate and Water",
554
- "validValues.ingredient.fumaricAcid": "fumaric acid",
554
+ "validValues.ingredient.fumaricAcid": "fumarsäure",
555
555
  "validValues.ingredient.grainDistillateAndWater": "Grain distillate and water",
556
- "validValues.ingredient.grape": "Grape",
557
- "validValues.ingredient.grapeMarcSpirit": "grape-marc spirit",
558
- "validValues.ingredient.gumArabic": "gum arabic",
559
- "validValues.ingredient.honey": "honey",
560
- "validValues.ingredient.lacticAcid": "Lactic acid",
561
- "validValues.ingredient.malicAcid": "Malic acid",
556
+ "validValues.ingredient.grape": "Traube",
557
+ "validValues.ingredient.grapeMarcSpirit": "Tresterbrand",
558
+ "validValues.ingredient.gumArabic": "Gummiarabikum",
559
+ "validValues.ingredient.honey": "Honig",
560
+ "validValues.ingredient.lacticAcid": "Milchsäure",
561
+ "validValues.ingredient.malicAcid": "Apfelsäure",
562
562
  "validValues.ingredient.maltDistillateAndWater": "Malt distillate and water",
563
- "validValues.ingredient.metatartaricAcid": "metatartaric acid",
564
- "validValues.ingredient.milkCasein": "Milk casein",
565
- "validValues.ingredient.nitrogen": "Nitrogen",
566
- "validValues.ingredient.plainCaramel": "plain caramel",
567
- "validValues.ingredient.potassiumHydrogenSulphite": "Potassium hydrogen sulphite",
568
- "validValues.ingredient.potassiumMetabisulphite": "Potassium metabisulphite",
569
- "validValues.ingredient.potassiumPolyaspartate": "potassium polyaspartate",
570
- "validValues.ingredient.potassiumSorbate": "Potassium sorbate",
563
+ "validValues.ingredient.metatartaricAcid": "Metaweinsäure",
564
+ "validValues.ingredient.milkCasein": "Kasein aus Milch",
565
+ "validValues.ingredient.nitrogen": "Stickstoff",
566
+ "validValues.ingredient.plainCaramel": "Zuckerkulör",
567
+ "validValues.ingredient.potassiumHydrogenSulphite": "Kaliumbisulfit",
568
+ "validValues.ingredient.potassiumMetabisulphite": "Kaliummetabisulfit",
569
+ "validValues.ingredient.potassiumPolyaspartate": "Kaliumpolyaspartat",
570
+ "validValues.ingredient.potassiumSorbate": "Kaliumsorbat",
571
571
  "validValues.ingredient.ryeDistillateAndWater": "Rye distillate and water",
572
- "validValues.ingredient.sucrose": "Sucrose",
573
- "validValues.ingredient.sugar": "sugar",
574
- "validValues.ingredient.sulfiteAmmoniaCaramel": "sulfite ammonia caramel",
575
- "validValues.ingredient.sulfites": "sulphites",
576
- "validValues.ingredient.sulphurDioxide": "Sulphur dioxide",
577
- "validValues.ingredient.tartaricAcid": "Tartaric acid",
578
- "validValues.ingredient.water": "water",
579
- "validValues.ingredient.wheatProtein": "Wheat protein",
580
- "validValues.ingredient.wine": "wine",
581
- "validValues.ingredient.wineAlcohol": "wine alcohol",
582
- "validValues.ingredient.wineDistillate": "wine distillate",
583
- "validValues.ingredient.wineSpirit": "wine spirit",
572
+ "validValues.ingredient.sucrose": "Saccharose",
573
+ "validValues.ingredient.sugar": "Zucker",
574
+ "validValues.ingredient.sulfiteAmmoniaCaramel": "Ammonsulfit-Zuckerkulör",
575
+ "validValues.ingredient.sulfites": "Sulfite",
576
+ "validValues.ingredient.sulphurDioxide": "Schwefeldioxid",
577
+ "validValues.ingredient.tartaricAcid": "Weinsäure",
578
+ "validValues.ingredient.water": "Wasser",
579
+ "validValues.ingredient.wheatProtein": "weizenprotein",
580
+ "validValues.ingredient.wine": "Wein",
581
+ "validValues.ingredient.wineAlcohol": "Alkohol aus Wein",
582
+ "validValues.ingredient.wineDistillate": "Weindestillat",
583
+ "validValues.ingredient.wineSpirit": "Branntwein",
584
584
  "validValues.ingredient.yeastMannoproteins": "Yeast mannoproteins",
585
585
  "validValues.labelMaterial.none": "Keine - Etiketten werden direkt auf den Behälter gedruckt",
586
586
  "validValues.labelMaterial.paper": "Papier",
@@ -680,6 +680,7 @@ var messages = {
680
680
  "validValues.productType.spirit_tequila": "Tequila",
681
681
  "validValues.productType.spirit_vermouth": "Vermouth",
682
682
  "validValues.productType.spirit_vodka": "Vodka",
683
+ "validValues.productType.spirit_whiskey": "Whiskey",
683
684
  "validValues.productType.spirit_whisky": "Whisky",
684
685
  "validValues.productType.wine_aromatized": "Aromatized wine",
685
686
  "validValues.productType.wine_fortified": "Fortified wine",
@@ -672,6 +672,7 @@ export declare const messages: {
672
672
  "validValues.productType.spirit_tequila": string;
673
673
  "validValues.productType.spirit_vermouth": string;
674
674
  "validValues.productType.spirit_vodka": string;
675
+ "validValues.productType.spirit_whiskey": string;
675
676
  "validValues.productType.spirit_whisky": string;
676
677
  "validValues.productType.wine_aromatized": string;
677
678
  "validValues.productType.wine_fortified": string;
@@ -1 +1 @@
1
- {"version":3,"file":"ee.d.ts","sourceRoot":"","sources":["../../../src/locales/po/ee.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAw09I,CAAC"}
1
+ {"version":3,"file":"ee.d.ts","sourceRoot":"","sources":["../../../src/locales/po/ee.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA239I,CAAC"}
@@ -680,6 +680,7 @@ var messages = {
680
680
  "validValues.productType.spirit_tequila": "Tequila",
681
681
  "validValues.productType.spirit_vermouth": "Vermouth",
682
682
  "validValues.productType.spirit_vodka": "Vodka",
683
+ "validValues.productType.spirit_whiskey": "Whiskey",
683
684
  "validValues.productType.spirit_whisky": "Whisky",
684
685
  "validValues.productType.wine_aromatized": "Aromatized wine",
685
686
  "validValues.productType.wine_fortified": "Fortified wine",
@@ -672,6 +672,7 @@ export declare const messages: {
672
672
  "validValues.productType.spirit_tequila": string;
673
673
  "validValues.productType.spirit_vermouth": string;
674
674
  "validValues.productType.spirit_vodka": string;
675
+ "validValues.productType.spirit_whiskey": string;
675
676
  "validValues.productType.spirit_whisky": string;
676
677
  "validValues.productType.wine_aromatized": string;
677
678
  "validValues.productType.wine_fortified": string;
@@ -1 +1 @@
1
- {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/locales/po/en.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiu9I,CAAC"}
1
+ {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/locales/po/en.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAox9I,CAAC"}
@@ -680,6 +680,7 @@ var messages = {
680
680
  "validValues.productType.spirit_tequila": "Tequila",
681
681
  "validValues.productType.spirit_vermouth": "Vermouth",
682
682
  "validValues.productType.spirit_vodka": "Vodka",
683
+ "validValues.productType.spirit_whiskey": "Whiskey",
683
684
  "validValues.productType.spirit_whisky": "Whisky",
684
685
  "validValues.productType.wine_aromatized": "Aromatized wine",
685
686
  "validValues.productType.wine_fortified": "Fortified wine",
@@ -672,6 +672,7 @@ export declare const messages: {
672
672
  "validValues.productType.spirit_tequila": string;
673
673
  "validValues.productType.spirit_vermouth": string;
674
674
  "validValues.productType.spirit_vodka": string;
675
+ "validValues.productType.spirit_whiskey": string;
675
676
  "validValues.productType.spirit_whisky": string;
676
677
  "validValues.productType.wine_aromatized": string;
677
678
  "validValues.productType.wine_fortified": string;
@@ -1 +1 @@
1
- {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/locales/po/es.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmy9I,CAAC"}
1
+ {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/locales/po/es.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAm69I,CAAC"}
@@ -528,59 +528,59 @@ var messages = {
528
528
  "validValues.designation.sweet": "sweet/dessert",
529
529
  "validValues.giftPackagingMaterial.none": "Sin papel de regalo",
530
530
  "validValues.giftPackagingMaterial.paper": "Papel",
531
- "validValues.ingredient.aleppoPineResin": "Aleppo pine resin",
532
- "validValues.ingredient.ammoniaCaramel": "ammonia caramel",
533
- "validValues.ingredient.ammoniumBisulphite": "Ammonium bisulphite",
534
- "validValues.ingredient.argon": "Argon",
535
- "validValues.ingredient.ascorbicAcid": "Ascorbic acid",
536
- "validValues.ingredient.burnedSugar": "burned sugar",
537
- "validValues.ingredient.calciumSulphate": "Calcium sulphate",
538
- "validValues.ingredient.carbonDioxide": "Carbon dioxide",
539
- "validValues.ingredient.carboxymethylcellulose": "carboxymethylcellulose",
540
- "validValues.ingredient.carobSyrup": "carob syrup",
541
- "validValues.ingredient.causticSulfiteCaramel": "caustic sulfite caramel",
531
+ "validValues.ingredient.aleppoPineResin": "resina de pino carrasco",
532
+ "validValues.ingredient.ammoniaCaramel": "caramelo amónico",
533
+ "validValues.ingredient.ammoniumBisulphite": "bisulfito de amonio",
534
+ "validValues.ingredient.argon": "argón",
535
+ "validValues.ingredient.ascorbicAcid": "ácido ascórbico",
536
+ "validValues.ingredient.burnedSugar": "azúcar caramelizado",
537
+ "validValues.ingredient.calciumSulphate": "sulfato cálcico",
538
+ "validValues.ingredient.carbonDioxide": "dióxido de carbono",
539
+ "validValues.ingredient.carboxymethylcellulose": "carboximetilcelulosa",
540
+ "validValues.ingredient.carobSyrup": "jarabe de algarroba",
541
+ "validValues.ingredient.causticSulfiteCaramel": "caramelo de sulfito cáustico",
542
542
  "validValues.ingredient.cerealDistillateAndWater": "Cereal distillate and water",
543
- "validValues.ingredient.citricAcid": "Citric acid",
544
- "validValues.ingredient.concentratedGrapeMust": "Grape must",
545
- "validValues.ingredient.dimethyldicarbonate": "Dimethyldicarbonate",
546
- "validValues.ingredient.distillateOfAgriculturalOrigin": "distillate of agricultural origin",
547
- "validValues.ingredient.driedGrapeAlcohol": "dried grape alcohol",
548
- "validValues.ingredient.driedGrapeDistillate": "dried grape distillate",
549
- "validValues.ingredient.eggAlbumin": "egg albumin",
550
- "validValues.ingredient.eggLysozyme": "Egg lysozyme",
551
- "validValues.ingredient.ethylAlcoholOfAgriculturalOrigin": "ethyl alcohol of agricultural origin",
552
- "validValues.ingredient.flavouring": "flavouring",
543
+ "validValues.ingredient.citricAcid": "ácido cítrico",
544
+ "validValues.ingredient.concentratedGrapeMust": "Mosto de uva",
545
+ "validValues.ingredient.dimethyldicarbonate": "dicarbonato de dimetilo",
546
+ "validValues.ingredient.distillateOfAgriculturalOrigin": "destilado de origen agrícola",
547
+ "validValues.ingredient.driedGrapeAlcohol": "alcohol de uvas pasas",
548
+ "validValues.ingredient.driedGrapeDistillate": "destilado de uvas pasas",
549
+ "validValues.ingredient.eggAlbumin": "ovoalbúmina",
550
+ "validValues.ingredient.eggLysozyme": "lisozima de huevo",
551
+ "validValues.ingredient.ethylAlcoholOfAgriculturalOrigin": "alcohol etílico de origen agrícola",
552
+ "validValues.ingredient.flavouring": "aroma",
553
553
  "validValues.ingredient.freshBeerDistillateAndWater": "Fresh beer distillate and Water",
554
- "validValues.ingredient.fumaricAcid": "fumaric acid",
554
+ "validValues.ingredient.fumaricAcid": "ácido fumárico",
555
555
  "validValues.ingredient.grainDistillateAndWater": "Grain distillate and water",
556
- "validValues.ingredient.grape": "Grape",
557
- "validValues.ingredient.grapeMarcSpirit": "grape-marc spirit",
558
- "validValues.ingredient.gumArabic": "gum arabic",
559
- "validValues.ingredient.honey": "honey",
560
- "validValues.ingredient.lacticAcid": "Lactic acid",
561
- "validValues.ingredient.malicAcid": "Malic acid",
556
+ "validValues.ingredient.grape": "Uva",
557
+ "validValues.ingredient.grapeMarcSpirit": "aguardiente de orujo",
558
+ "validValues.ingredient.gumArabic": "goma arábiga",
559
+ "validValues.ingredient.honey": "miel",
560
+ "validValues.ingredient.lacticAcid": "ácido láctico",
561
+ "validValues.ingredient.malicAcid": "ácido málico",
562
562
  "validValues.ingredient.maltDistillateAndWater": "Malt distillate and water",
563
- "validValues.ingredient.metatartaricAcid": "metatartaric acid",
564
- "validValues.ingredient.milkCasein": "Milk casein",
565
- "validValues.ingredient.nitrogen": "Nitrogen",
566
- "validValues.ingredient.plainCaramel": "plain caramel",
567
- "validValues.ingredient.potassiumHydrogenSulphite": "Potassium hydrogen sulphite",
568
- "validValues.ingredient.potassiumMetabisulphite": "Potassium metabisulphite",
569
- "validValues.ingredient.potassiumPolyaspartate": "potassium polyaspartate",
570
- "validValues.ingredient.potassiumSorbate": "Potassium sorbate",
563
+ "validValues.ingredient.metatartaricAcid": "ácido metatartárico",
564
+ "validValues.ingredient.milkCasein": "caseína de leche",
565
+ "validValues.ingredient.nitrogen": "nitrógeno",
566
+ "validValues.ingredient.plainCaramel": "Caramelo naturel",
567
+ "validValues.ingredient.potassiumHydrogenSulphite": "sulfito ácido de potasio",
568
+ "validValues.ingredient.potassiumMetabisulphite": "metabisulfito de potasio",
569
+ "validValues.ingredient.potassiumPolyaspartate": "poliaspartato de potasio",
570
+ "validValues.ingredient.potassiumSorbate": "sorbato de potasio",
571
571
  "validValues.ingredient.ryeDistillateAndWater": "Rye distillate and water",
572
- "validValues.ingredient.sucrose": "Sucrose",
573
- "validValues.ingredient.sugar": "sugar",
574
- "validValues.ingredient.sulfiteAmmoniaCaramel": "sulfite ammonia caramel",
575
- "validValues.ingredient.sulfites": "sulphites",
576
- "validValues.ingredient.sulphurDioxide": "Sulphur dioxide",
577
- "validValues.ingredient.tartaricAcid": "Tartaric acid",
578
- "validValues.ingredient.water": "water",
579
- "validValues.ingredient.wheatProtein": "Wheat protein",
580
- "validValues.ingredient.wine": "wine",
581
- "validValues.ingredient.wineAlcohol": "wine alcohol",
582
- "validValues.ingredient.wineDistillate": "wine distillate",
583
- "validValues.ingredient.wineSpirit": "wine spirit",
572
+ "validValues.ingredient.sucrose": "Sacarosa",
573
+ "validValues.ingredient.sugar": "azúcar",
574
+ "validValues.ingredient.sulfiteAmmoniaCaramel": "caramelo de sulfito amónico",
575
+ "validValues.ingredient.sulfites": "sulfitos",
576
+ "validValues.ingredient.sulphurDioxide": "dióxido de azufre",
577
+ "validValues.ingredient.tartaricAcid": "ácido tartárico",
578
+ "validValues.ingredient.water": "agua",
579
+ "validValues.ingredient.wheatProtein": "proteína de trigo",
580
+ "validValues.ingredient.wine": "vino",
581
+ "validValues.ingredient.wineAlcohol": "alcohol de vino",
582
+ "validValues.ingredient.wineDistillate": "destilado de vino",
583
+ "validValues.ingredient.wineSpirit": "aguardiente de vino",
584
584
  "validValues.ingredient.yeastMannoproteins": "Yeast mannoproteins",
585
585
  "validValues.labelMaterial.none": "Ninguno - las etiquetas se imprimen directamente en el contenedor",
586
586
  "validValues.labelMaterial.paper": "Papel",
@@ -680,6 +680,7 @@ var messages = {
680
680
  "validValues.productType.spirit_tequila": "Tequila",
681
681
  "validValues.productType.spirit_vermouth": "Vermouth",
682
682
  "validValues.productType.spirit_vodka": "Vodka",
683
+ "validValues.productType.spirit_whiskey": "Whiskey",
683
684
  "validValues.productType.spirit_whisky": "Whisky",
684
685
  "validValues.productType.wine_aromatized": "Aromatized wine",
685
686
  "validValues.productType.wine_fortified": "Fortified wine",
@@ -672,6 +672,7 @@ export declare const messages: {
672
672
  "validValues.productType.spirit_tequila": string;
673
673
  "validValues.productType.spirit_vermouth": string;
674
674
  "validValues.productType.spirit_vodka": string;
675
+ "validValues.productType.spirit_whiskey": string;
675
676
  "validValues.productType.spirit_whisky": string;
676
677
  "validValues.productType.wine_aromatized": string;
677
678
  "validValues.productType.wine_fortified": string;
@@ -1 +1 @@
1
- {"version":3,"file":"fi.d.ts","sourceRoot":"","sources":["../../../src/locales/po/fi.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAk79I,CAAC"}
1
+ {"version":3,"file":"fi.d.ts","sourceRoot":"","sources":["../../../src/locales/po/fi.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAq+9I,CAAC"}
@@ -680,6 +680,7 @@ var messages = {
680
680
  "validValues.productType.spirit_tequila": "Tequila",
681
681
  "validValues.productType.spirit_vermouth": "Vermouth",
682
682
  "validValues.productType.spirit_vodka": "Vodka",
683
+ "validValues.productType.spirit_whiskey": "Whiskey",
683
684
  "validValues.productType.spirit_whisky": "Whisky",
684
685
  "validValues.productType.wine_aromatized": "Aromatized wine",
685
686
  "validValues.productType.wine_fortified": "Fortified wine",