@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/dist/components/portfolio/ProjectInfo/messages.de.d.ts +1 -0
- package/dist/components/portfolio/ProjectInfo/messages.en.d.ts +1 -0
- package/dist/rootMessages.de.d.ts +1 -0
- package/dist/rootMessages.en.d.ts +1 -0
- package/dist/strapi-slices.cjs.development.js +2 -0
- package/dist/strapi-slices.cjs.development.js.map +1 -1
- package/dist/strapi-slices.cjs.production.min.js +1 -1
- package/dist/strapi-slices.cjs.production.min.js.map +1 -1
- package/dist/strapi-slices.esm.js +2 -0
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/portfolio/ProjectInfo/messages.de.ts +3 -0
- package/src/components/portfolio/ProjectInfo/messages.en.ts +3 -0
|
@@ -2043,6 +2043,7 @@ var messagesDe$6 = {
|
|
|
2043
2043
|
'features.projectInfo.properties.projectDeveloper': 'Projekt Entwickler',
|
|
2044
2044
|
'features.projectInfo.properties.verificationStandard.label': 'Verifizierungsstandard',
|
|
2045
2045
|
'features.projectInfo.properties.verificationStandard.value.SilvaconsultFCSISO14': 'SILVACONSULT® Forest Carbon Standard, ISO 14064-2',
|
|
2046
|
+
'features.projectInfo.properties.verificationStandard.value.MfKWCH': 'Methodik für Klimaschutzprojekte im Wald für die Schweiz',
|
|
2046
2047
|
'features.projectInfo.properties.forecastedAmountYear.label': 'Projektvolumen',
|
|
2047
2048
|
'features.projectInfo.properties.riskBuffer': 'Anteil Risikopuffer',
|
|
2048
2049
|
'features.projectInfo.properties.year': '{years} {years, plural, one {Jahr} other {Jahre} }'
|
|
@@ -2157,6 +2158,7 @@ var messagesEn$4 = {
|
|
|
2157
2158
|
'features.projectInfo.properties.projectDeveloper': 'Project Developer',
|
|
2158
2159
|
'features.projectInfo.properties.verificationStandard.label': 'Verification Standard',
|
|
2159
2160
|
'features.projectInfo.properties.verificationStandard.value.SilvaconsultFCSISO14': 'SILVACONSULT® Forest Carbon Standard, ISO 14064-2',
|
|
2161
|
+
'features.projectInfo.properties.verificationStandard.value.MfKWCH': 'Methodik für Klimaschutzprojekte im Wald für die Schweiz',
|
|
2160
2162
|
'features.projectInfo.properties.forecastedAmountYear.label': 'Project Volume',
|
|
2161
2163
|
'features.projectInfo.properties.riskBuffer': 'Risk Buffer Share',
|
|
2162
2164
|
'features.projectInfo.properties.year': '{years} {years, plural, one {year} other {years} }'
|