@cosmicdrift/kumiko-locale-es 0.233.0 → 0.235.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.233.0",
3
+ "version": "0.235.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.233.0"
31
+ "@cosmicdrift/kumiko-framework": "0.235.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "registry": "https://registry.npmjs.org",
@@ -296,6 +296,13 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
296
296
  "config.errors.invalidScope": "This scope is not allowed for this key.",
297
297
  "config.errors.systemOnly": "This value can only be set by the system.",
298
298
  "config.errors.unknownKey": "Unknown configuration key.",
299
+ "config.secrets.delete": "Delete",
300
+ "config.secrets.notSet": "Not set",
301
+ "config.secrets.placeholder": "Enter a value",
302
+ "config.secrets.replacePlaceholder": "Enter a new value to replace",
303
+ "config.secrets.required": "Required",
304
+ "config.secrets.set": "Set",
305
+ "config.secrets.title": "Secrets",
299
306
  "config.settings.system": "Platform",
300
307
  "config.settings.tenant": "Tenant",
301
308
  "config.settings.title": "Settings",
@@ -671,6 +678,7 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
671
678
  "screen:platform-tenant-caps.title": "Tenant dashboard",
672
679
  "screen:privacy-center.title": "Privacy",
673
680
  "screen:profile-picker.title": "Compliance profile",
681
+ "screen:secrets.title": "Secrets",
674
682
  "screen:session-detail.title": "Session",
675
683
  "screen:session-list.title": "Sessions",
676
684
  "screen:subscription-stripe-system.title": "Stripe",
package/src/strings.ts CHANGED
@@ -305,6 +305,13 @@ export const localeEsBundle: Readonly<Record<string, string>> = {
305
305
  "config.errors.invalidScope": "Este nivel no está permitido para esta clave.",
306
306
  "config.errors.systemOnly": "Este valor solo puede establecerlo el sistema.",
307
307
  "config.errors.unknownKey": "Clave de configuración desconocida.",
308
+ "config.secrets.delete": "Eliminar",
309
+ "config.secrets.notSet": "Sin establecer",
310
+ "config.secrets.placeholder": "Introduce un valor",
311
+ "config.secrets.replacePlaceholder": "Introduce un valor nuevo para reemplazarlo",
312
+ "config.secrets.required": "Obligatorio",
313
+ "config.secrets.set": "Establecido",
314
+ "config.secrets.title": "Secretos",
308
315
  "config.settings.system": "Plataforma",
309
316
  "config.settings.tenant": "Organización",
310
317
  "config.settings.title": "Ajustes",
@@ -682,6 +689,7 @@ export const localeEsBundle: Readonly<Record<string, string>> = {
682
689
  "screen:platform-tenant-caps.title": "Panel de la organización",
683
690
  "screen:privacy-center.title": "Privacidad",
684
691
  "screen:profile-picker.title": "Perfil de cumplimiento",
692
+ "screen:secrets.title": "Secretos",
685
693
  "screen:session-detail.title": "Sesión",
686
694
  "screen:session-list.title": "Sesiones",
687
695
  "screen:subscription-stripe-system.title": "Stripe",