@bottlebooks/valid-values 10.29.1 → 10.29.2

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 CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.29.2](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.29.1...@bottlebooks/valid-values@10.29.2) (2024-07-16)
7
+
8
+ ### Bug Fixes
9
+
10
+ - always use plural form of ingredients functional groups in DE ([32a08d9](https://github.com/bottlebooks/bottlebooks/commit/32a08d9bcef5fff9204b6a58ca76d7274ea04901))
11
+
6
12
  ## [10.29.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.29.0...@bottlebooks/valid-values@10.29.1) (2024-07-11)
7
13
 
8
14
  ### Bug Fixes
@@ -9,27 +9,27 @@ exports.messages = void 0;
9
9
  var messages = {
10
10
  "and/or": "und/oder",
11
11
  "contains": "enthält",
12
- "ingredientTag.ACIDITY_REGULATOR": "Säureregulator",
12
+ "ingredientTag.ACIDITY_REGULATOR": "Säureregulatoren",
13
13
  "ingredientTag.ACIDITY_REGULATOR.many": "Säureregulatoren",
14
- "ingredientTag.ANTIOXIDANT": "Antioxidationsmittel",
14
+ "ingredientTag.ANTIOXIDANT": "Antioxidantien",
15
15
  "ingredientTag.ANTIOXIDANT.many": "Antioxidantien",
16
16
  "ingredientTag.CLARIFING_AGENT": "Klärmittel",
17
17
  "ingredientTag.CLARIFING_AGENT.many": "Klärmittel",
18
18
  "ingredientTag.CLARIFYING_AGENT": "Klärmittel",
19
19
  "ingredientTag.CLARIFYING_AGENT.many": "Klärmittel",
20
- "ingredientTag.COLOUR": "Farbstoff",
20
+ "ingredientTag.COLOUR": "Farbstoffe",
21
21
  "ingredientTag.COLOUR.many": "Farbstoffe",
22
22
  "ingredientTag.ENRICHMENT_SUBSTANCE": "Anreicherungssubstanz",
23
23
  "ingredientTag.ENRICHMENT_SUBSTANCE.many": "Anreicherungssubstanzen",
24
24
  "ingredientTag.OTHER_INGREDIENT": "Andere Zutat",
25
25
  "ingredientTag.OTHER_INGREDIENT.many": "Andere Zutaten",
26
- "ingredientTag.PRESERVATIVE": "Konservierungsstoff",
26
+ "ingredientTag.PRESERVATIVE": "Konservierungsstoffe",
27
27
  "ingredientTag.PRESERVATIVE.many": "Konservierungsstoffe",
28
28
  "ingredientTag.PRESERVATIVE_ANTIOXIDANT": "Konservierungsstoffe und Antioxidantien",
29
29
  "ingredientTag.PRESERVATIVE_ANTIOXIDANT.many": "Konservierungsstoffe und Antioxidantien",
30
30
  "ingredientTag.RAW_MATERIAL": "Rohmaterial",
31
31
  "ingredientTag.RAW_MATERIAL.many": "Rohmaterialien",
32
- "ingredientTag.STABILISER": "Stabilisator",
32
+ "ingredientTag.STABILISER": "Stabilisatoren",
33
33
  "ingredientTag.STABILISER.many": "Stabilisatoren",
34
34
  "ingredientTag.SWEETENER": "Süßstoff",
35
35
  "ingredientTag.SWEETENER.many": "Süßstoffe",
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": "10.29.1",
5
+ "version": "10.29.2",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
@@ -36,5 +36,5 @@
36
36
  "dependencies": {
37
37
  "@lingui/core": "3.14.0"
38
38
  },
39
- "gitHead": "54bcf45c70d9375e583da151795ed2054feb1204"
39
+ "gitHead": "9ac04a0cdb77b0a0b783464a89817e445af573cf"
40
40
  }
@@ -23,7 +23,7 @@ msgstr "enthält"
23
23
 
24
24
  #: src/validValues/otherTranslations/otherTranslations.ts
25
25
  msgid "ingredientTag.ACIDITY_REGULATOR"
26
- msgstr "Säureregulator"
26
+ msgstr "Säureregulatoren"
27
27
 
28
28
  #: src/validValues/otherTranslations/otherTranslations.ts
29
29
  msgid "ingredientTag.ACIDITY_REGULATOR.many"
@@ -31,7 +31,7 @@ msgstr "Säureregulatoren"
31
31
 
32
32
  #: src/validValues/otherTranslations/otherTranslations.ts
33
33
  msgid "ingredientTag.ANTIOXIDANT"
34
- msgstr "Antioxidationsmittel"
34
+ msgstr "Antioxidantien"
35
35
 
36
36
  #: src/validValues/otherTranslations/otherTranslations.ts
37
37
  msgid "ingredientTag.ANTIOXIDANT.many"
@@ -55,7 +55,7 @@ msgstr "Klärmittel"
55
55
 
56
56
  #: src/validValues/otherTranslations/otherTranslations.ts
57
57
  msgid "ingredientTag.COLOUR"
58
- msgstr "Farbstoff"
58
+ msgstr "Farbstoffe"
59
59
 
60
60
  #: src/validValues/otherTranslations/otherTranslations.ts
61
61
  msgid "ingredientTag.COLOUR.many"
@@ -79,7 +79,7 @@ msgstr "Andere Zutaten"
79
79
 
80
80
  #: src/validValues/otherTranslations/otherTranslations.ts
81
81
  msgid "ingredientTag.PRESERVATIVE"
82
- msgstr "Konservierungsstoff"
82
+ msgstr "Konservierungsstoffe"
83
83
 
84
84
  #: src/validValues/otherTranslations/otherTranslations.ts
85
85
  msgid "ingredientTag.PRESERVATIVE.many"
@@ -103,7 +103,7 @@ msgstr "Rohmaterialien"
103
103
 
104
104
  #: src/validValues/otherTranslations/otherTranslations.ts
105
105
  msgid "ingredientTag.STABILISER"
106
- msgstr "Stabilisator"
106
+ msgstr "Stabilisatoren"
107
107
 
108
108
  #: src/validValues/otherTranslations/otherTranslations.ts
109
109
  msgid "ingredientTag.STABILISER.many"
@@ -1 +1 @@
1
- /*eslint-disable*/export const messages={"and/or":"und/oder","contains":"enthält","ingredientTag.ACIDITY_REGULATOR":"Säureregulator","ingredientTag.ACIDITY_REGULATOR.many":"Säureregulatoren","ingredientTag.ANTIOXIDANT":"Antioxidationsmittel","ingredientTag.ANTIOXIDANT.many":"Antioxidantien","ingredientTag.CLARIFING_AGENT":"Klärmittel","ingredientTag.CLARIFING_AGENT.many":"Klärmittel","ingredientTag.CLARIFYING_AGENT":"Klärmittel","ingredientTag.CLARIFYING_AGENT.many":"Klärmittel","ingredientTag.COLOUR":"Farbstoff","ingredientTag.COLOUR.many":"Farbstoffe","ingredientTag.ENRICHMENT_SUBSTANCE":"Anreicherungssubstanz","ingredientTag.ENRICHMENT_SUBSTANCE.many":"Anreicherungssubstanzen","ingredientTag.OTHER_INGREDIENT":"Andere Zutat","ingredientTag.OTHER_INGREDIENT.many":"Andere Zutaten","ingredientTag.PRESERVATIVE":"Konservierungsstoff","ingredientTag.PRESERVATIVE.many":"Konservierungsstoffe","ingredientTag.PRESERVATIVE_ANTIOXIDANT":"Konservierungsstoffe und Antioxidantien","ingredientTag.PRESERVATIVE_ANTIOXIDANT.many":"Konservierungsstoffe und Antioxidantien","ingredientTag.RAW_MATERIAL":"Rohmaterial","ingredientTag.RAW_MATERIAL.many":"Rohmaterialien","ingredientTag.STABILISER":"Stabilisator","ingredientTag.STABILISER.many":"Stabilisatoren","ingredientTag.SWEETENER":"Süßstoff","ingredientTag.SWEETENER.many":"Süßstoffe","organicDeclaration":"* aus ökologischer Landwirtschaft","simplifiedDeclaration":["Enthält geringfügige Mengen von ",["items"]],"simplifiedDeclaration.fat":"Fett","simplifiedDeclaration.protein":"Eiweiß","simplifiedDeclaration.salt":"Salz","simplifiedDeclaration.saturatedFat":"gesättigten Fettsäuren"};
1
+ /*eslint-disable*/export const messages={"and/or":"und/oder","contains":"enthält","ingredientTag.ACIDITY_REGULATOR":"Säureregulatoren","ingredientTag.ACIDITY_REGULATOR.many":"Säureregulatoren","ingredientTag.ANTIOXIDANT":"Antioxidantien","ingredientTag.ANTIOXIDANT.many":"Antioxidantien","ingredientTag.CLARIFING_AGENT":"Klärmittel","ingredientTag.CLARIFING_AGENT.many":"Klärmittel","ingredientTag.CLARIFYING_AGENT":"Klärmittel","ingredientTag.CLARIFYING_AGENT.many":"Klärmittel","ingredientTag.COLOUR":"Farbstoffe","ingredientTag.COLOUR.many":"Farbstoffe","ingredientTag.ENRICHMENT_SUBSTANCE":"Anreicherungssubstanz","ingredientTag.ENRICHMENT_SUBSTANCE.many":"Anreicherungssubstanzen","ingredientTag.OTHER_INGREDIENT":"Andere Zutat","ingredientTag.OTHER_INGREDIENT.many":"Andere Zutaten","ingredientTag.PRESERVATIVE":"Konservierungsstoffe","ingredientTag.PRESERVATIVE.many":"Konservierungsstoffe","ingredientTag.PRESERVATIVE_ANTIOXIDANT":"Konservierungsstoffe und Antioxidantien","ingredientTag.PRESERVATIVE_ANTIOXIDANT.many":"Konservierungsstoffe und Antioxidantien","ingredientTag.RAW_MATERIAL":"Rohmaterial","ingredientTag.RAW_MATERIAL.many":"Rohmaterialien","ingredientTag.STABILISER":"Stabilisatoren","ingredientTag.STABILISER.many":"Stabilisatoren","ingredientTag.SWEETENER":"Süßstoff","ingredientTag.SWEETENER.many":"Süßstoffe","organicDeclaration":"* aus ökologischer Landwirtschaft","simplifiedDeclaration":["Enthält geringfügige Mengen von ",["items"]],"simplifiedDeclaration.fat":"Fett","simplifiedDeclaration.protein":"Eiweiß","simplifiedDeclaration.salt":"Salz","simplifiedDeclaration.saturatedFat":"gesättigten Fettsäuren"};