@treely/strapi-slices 5.3.3 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treely/strapi-slices",
3
- "version": "5.3.3",
3
+ "version": "5.4.0",
4
4
  "license": "MIT",
5
5
  "author": "Tree.ly GmbH",
6
6
  "description": "@treely/strapi-slices is a open source library maintained by Tree.ly.",
@@ -10,6 +10,8 @@ const messagesDe = {
10
10
  'Verifizierungsstandard',
11
11
  'features.projectInfo.properties.verificationStandard.value.SilvaconsultFCSISO14':
12
12
  'SILVACONSULT® Forest Carbon Standard, ISO 14064-2',
13
+ 'features.projectInfo.properties.verificationStandard.value.MfKWCH':
14
+ 'Methodik für Klimaschutzprojekte im Wald für die Schweiz',
13
15
  'features.projectInfo.properties.forecastedAmountYear.label':
14
16
  'Projektvolumen',
15
17
  'features.projectInfo.properties.riskBuffer': 'Anteil Risikopuffer',
@@ -17,4 +19,5 @@ const messagesDe = {
17
19
  'features.projectInfo.properties.year':
18
20
  '{years} {years, plural, one {Jahr} other {Jahre} }',
19
21
  };
22
+
20
23
  export default messagesDe;
@@ -10,6 +10,8 @@ const messagesEn = {
10
10
  'Verification Standard',
11
11
  'features.projectInfo.properties.verificationStandard.value.SilvaconsultFCSISO14':
12
12
  'SILVACONSULT® Forest Carbon Standard, ISO 14064-2',
13
+ 'features.projectInfo.properties.verificationStandard.value.MfKWCH':
14
+ 'Methodik für Klimaschutzprojekte im Wald für die Schweiz',
13
15
  'features.projectInfo.properties.forecastedAmountYear.label':
14
16
  'Project Volume',
15
17
  'features.projectInfo.properties.riskBuffer': 'Risk Buffer Share',
@@ -17,4 +19,5 @@ const messagesEn = {
17
19
  'features.projectInfo.properties.year':
18
20
  '{years} {years, plural, one {year} other {years} }',
19
21
  };
22
+
20
23
  export default messagesEn;