@cosmicdrift/kumiko-locale-de 0.225.0 → 0.227.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": "@cosmicdrift/kumiko-locale-de",
3
- "version": "0.225.0",
3
+ "version": "0.227.0",
4
4
  "description": "German UI and mail copy for Kumiko framework screens. Opt in by mounting localeDe() + localeDeClient().",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
@@ -28,7 +28,7 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@cosmicdrift/kumiko-framework": "0.225.0"
31
+ "@cosmicdrift/kumiko-framework": "0.227.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "registry": "https://registry.npmjs.org",
@@ -283,6 +283,7 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
283
283
  "cap-overview.list.col.name": "Tenant",
284
284
  "cap-overview.list.col.tier": "Tier",
285
285
  "cap-overview.list.filter.tier": "Tier",
286
+ "cap-overview.notMeasured": "Not measured yet",
286
287
  "cap-overview.platform.filter.tenant": "Tenant",
287
288
  "compliance-profiles:nav.profilePicker": "Compliance",
288
289
  "compliance.profile.catalog": "Available profiles",
package/src/strings.ts CHANGED
@@ -296,6 +296,7 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
296
296
  "cap-overview.list.col.name": "Mandant",
297
297
  "cap-overview.list.col.tier": "Tier",
298
298
  "cap-overview.list.filter.tier": "Tier",
299
+ "cap-overview.notMeasured": "Noch nicht gemessen",
299
300
  "cap-overview.platform.filter.tenant": "Mandant",
300
301
  "compliance-profiles:nav.profilePicker": "Compliance",
301
302
  "compliance.profile.catalog": "Verfügbare Profile",