@bottlebooks/valid-values 10.33.7 → 10.33.10
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 +12 -0
- package/README.md +1 -0
- package/dist/validValues/otherTranslations/locales/sv.d.ts.map +1 -1
- package/dist/validValues/otherTranslations/locales/sv.js +3 -3
- package/dist/validValues/wineColor/locales/es.d.ts.map +1 -1
- package/dist/validValues/wineColor/locales/es.js +2 -2
- package/package.json +2 -2
- package/src/validValues/otherTranslations/locales/sv.po +3 -3
- package/src/validValues/otherTranslations/locales/sv.ts +1 -1
- package/src/validValues/wineColor/locales/es.po +2 -2
- package/src/validValues/wineColor/locales/es.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.33.10](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.33.9...@bottlebooks/valid-values@10.33.10) (2024-11-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
9
|
+
|
|
10
|
+
## [10.33.9](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.33.8...@bottlebooks/valid-values@10.33.9) (2024-11-11)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
13
|
+
|
|
14
|
+
## [10.33.8](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.33.7...@bottlebooks/valid-values@10.33.8) (2024-11-11)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
17
|
+
|
|
6
18
|
## [10.33.7](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.33.6...@bottlebooks/valid-values@10.33.7) (2024-11-05)
|
|
7
19
|
|
|
8
20
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sv.d.ts","sourceRoot":"","sources":["../../../../src/validValues/otherTranslations/locales/sv.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"sv.d.ts","sourceRoot":"","sources":["../../../../src/validValues/otherTranslations/locales/sv.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmgD,CAAC"}
|
|
@@ -22,13 +22,13 @@ var messages = {
|
|
|
22
22
|
"ingredientTag.OTHER_INGREDIENT": "other ingredient",
|
|
23
23
|
"ingredientTag.OTHER_INGREDIENT.many": "other ingredients",
|
|
24
24
|
"ingredientTag.PRESERVATIVE": "konserveringsmedel",
|
|
25
|
-
"ingredientTag.PRESERVATIVE.many": "
|
|
25
|
+
"ingredientTag.PRESERVATIVE.many": "konserveringsmedel",
|
|
26
26
|
"ingredientTag.PRESERVATIVE_ANTIOXIDANT": "konserverings- och antioxidationsmedel",
|
|
27
27
|
"ingredientTag.PRESERVATIVE_ANTIOXIDANT.many": "konserverings- och antioxidationsmedel",
|
|
28
28
|
"ingredientTag.RAW_MATERIAL": "raw material",
|
|
29
29
|
"ingredientTag.RAW_MATERIAL.many": "raw materials",
|
|
30
|
-
"ingredientTag.STABILISER": "
|
|
31
|
-
"ingredientTag.STABILISER.many": "
|
|
30
|
+
"ingredientTag.STABILISER": "stabiliseringsmedel",
|
|
31
|
+
"ingredientTag.STABILISER.many": "stabiliseringsmedel",
|
|
32
32
|
"ingredientTag.SWEETENER": "sweetener",
|
|
33
33
|
"ingredientTag.SWEETENER.many": "ingredientTag.SWEETENER.many",
|
|
34
34
|
"organicDeclaration": "* från ekologiskt jordbruk",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../src/validValues/wineColor/locales/es.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../src/validValues/wineColor/locales/es.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;CAA4J,CAAC"}
|
|
@@ -7,8 +7,8 @@ exports.messages = void 0;
|
|
|
7
7
|
|
|
8
8
|
/*eslint-disable*/
|
|
9
9
|
var messages = {
|
|
10
|
-
"validValues.wineColor.orange": "
|
|
11
|
-
"validValues.wineColor.red": "
|
|
10
|
+
"validValues.wineColor.orange": "Naranja",
|
|
11
|
+
"validValues.wineColor.red": "Tinto",
|
|
12
12
|
"validValues.wineColor.rose": "Rosado",
|
|
13
13
|
"validValues.wineColor.white": "Blanco"
|
|
14
14
|
};
|
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.33.
|
|
5
|
+
"version": "10.33.10",
|
|
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": "
|
|
39
|
+
"gitHead": "18fd9c6efeec68a1773699ba4821539121827d2b"
|
|
40
40
|
}
|
|
@@ -75,7 +75,7 @@ msgstr "konserveringsmedel"
|
|
|
75
75
|
|
|
76
76
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
77
77
|
msgid "ingredientTag.PRESERVATIVE.many"
|
|
78
|
-
msgstr "
|
|
78
|
+
msgstr "konserveringsmedel"
|
|
79
79
|
|
|
80
80
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
81
81
|
msgid "ingredientTag.PRESERVATIVE_ANTIOXIDANT"
|
|
@@ -95,11 +95,11 @@ msgstr ""
|
|
|
95
95
|
|
|
96
96
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
97
97
|
msgid "ingredientTag.STABILISER"
|
|
98
|
-
msgstr "
|
|
98
|
+
msgstr "stabiliseringsmedel"
|
|
99
99
|
|
|
100
100
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
101
101
|
msgid "ingredientTag.STABILISER.many"
|
|
102
|
-
msgstr "
|
|
102
|
+
msgstr "stabiliseringsmedel"
|
|
103
103
|
|
|
104
104
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
105
105
|
msgid "ingredientTag.SWEETENER"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/export const messages={"and/or":"och/eller","contains":"innehåller","ingredientTag.ACIDITY_REGULATOR":"surhetsreglerande medel","ingredientTag.ACIDITY_REGULATOR.many":"surhetsreglerande medel","ingredientTag.ANTIOXIDANT":"antioxidant","ingredientTag.ANTIOXIDANT.many":"antioxidationsmedel","ingredientTag.CLARIFYING_AGENT":"clarifying agent","ingredientTag.CLARIFYING_AGENT.many":"clarifying agents","ingredientTag.COLOUR":"Färg","ingredientTag.COLOUR.many":"Färgämnen","ingredientTag.ENRICHMENT_SUBSTANCE":"enrichment substance","ingredientTag.ENRICHMENT_SUBSTANCE.many":"enrichment substances","ingredientTag.OTHER_INGREDIENT":"other ingredient","ingredientTag.OTHER_INGREDIENT.many":"other ingredients","ingredientTag.PRESERVATIVE":"konserveringsmedel","ingredientTag.PRESERVATIVE.many":"
|
|
1
|
+
/*eslint-disable*/export const messages={"and/or":"och/eller","contains":"innehåller","ingredientTag.ACIDITY_REGULATOR":"surhetsreglerande medel","ingredientTag.ACIDITY_REGULATOR.many":"surhetsreglerande medel","ingredientTag.ANTIOXIDANT":"antioxidant","ingredientTag.ANTIOXIDANT.many":"antioxidationsmedel","ingredientTag.CLARIFYING_AGENT":"clarifying agent","ingredientTag.CLARIFYING_AGENT.many":"clarifying agents","ingredientTag.COLOUR":"Färg","ingredientTag.COLOUR.many":"Färgämnen","ingredientTag.ENRICHMENT_SUBSTANCE":"enrichment substance","ingredientTag.ENRICHMENT_SUBSTANCE.many":"enrichment substances","ingredientTag.OTHER_INGREDIENT":"other ingredient","ingredientTag.OTHER_INGREDIENT.many":"other ingredients","ingredientTag.PRESERVATIVE":"konserveringsmedel","ingredientTag.PRESERVATIVE.many":"konserveringsmedel","ingredientTag.PRESERVATIVE_ANTIOXIDANT":"konserverings- och antioxidationsmedel","ingredientTag.PRESERVATIVE_ANTIOXIDANT.many":"konserverings- och antioxidationsmedel","ingredientTag.RAW_MATERIAL":"raw material","ingredientTag.RAW_MATERIAL.many":"raw materials","ingredientTag.STABILISER":"stabiliseringsmedel","ingredientTag.STABILISER.many":"stabiliseringsmedel","ingredientTag.SWEETENER":"sweetener","ingredientTag.SWEETENER.many":"ingredientTag.SWEETENER.many","organicDeclaration":"* från ekologiskt jordbruk","simplifiedDeclaration":["Innehåller obetydlig mängd av ",["items"]],"simplifiedDeclaration.fat":"fett","simplifiedDeclaration.protein":"protein","simplifiedDeclaration.salt":"salt","simplifiedDeclaration.saturatedFat":"mättat fett"};
|
|
@@ -15,11 +15,11 @@ msgstr ""
|
|
|
15
15
|
|
|
16
16
|
#: src/validValues/wineColor/wineColor.ts
|
|
17
17
|
msgid "validValues.wineColor.orange"
|
|
18
|
-
msgstr "
|
|
18
|
+
msgstr "Naranja"
|
|
19
19
|
|
|
20
20
|
#: src/validValues/wineColor/wineColor.ts
|
|
21
21
|
msgid "validValues.wineColor.red"
|
|
22
|
-
msgstr "
|
|
22
|
+
msgstr "Tinto"
|
|
23
23
|
|
|
24
24
|
#: src/validValues/wineColor/wineColor.ts
|
|
25
25
|
msgid "validValues.wineColor.rose"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/export const messages={"validValues.wineColor.orange":"
|
|
1
|
+
/*eslint-disable*/export const messages={"validValues.wineColor.orange":"Naranja","validValues.wineColor.red":"Tinto","validValues.wineColor.rose":"Rosado","validValues.wineColor.white":"Blanco"};
|