@cosmicdrift/kumiko-locale-es 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-es",
3
- "version": "0.225.0",
3
+ "version": "0.227.0",
4
4
  "description": "Spanish UI and mail copy for Kumiko framework screens. Opt in by mounting localeEs() + localeEsClient().",
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
@@ -292,6 +292,7 @@ export const localeEsBundle: Readonly<Record<string, string>> = {
292
292
  "cap-overview.list.col.name": "Organización",
293
293
  "cap-overview.list.col.tier": "Tier",
294
294
  "cap-overview.list.filter.tier": "Tier",
295
+ "cap-overview.notMeasured": "Aún no medido",
295
296
  "cap-overview.platform.filter.tenant": "Organización",
296
297
  "compliance-profiles:nav.profilePicker": "Cumplimiento",
297
298
  "compliance.profile.catalog": "Perfiles disponibles",