@cosmicdrift/kumiko-locale-es 0.224.2 → 0.226.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 +2 -2
- package/src/__tests__/en-catalog.ts +20 -0
- package/src/strings.ts +20 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cosmicdrift/kumiko-locale-es",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.226.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.
|
|
31
|
+
"@cosmicdrift/kumiko-framework": "0.226.0"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"registry": "https://registry.npmjs.org",
|
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
// and extend this table (completeness test will fail otherwise).
|
|
4
4
|
|
|
5
5
|
export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
6
|
+
"admin-shell:nav.myCaps": "Plans & Caps",
|
|
6
7
|
"admin-shell:nav.platformOverview": "Overview",
|
|
8
|
+
"admin-shell:nav.tenantCaps": "Plans & Caps",
|
|
7
9
|
"admin-shell:nav.tenantOverview": "Overview",
|
|
8
10
|
"admin-shell:nav.tenants": "Tenants",
|
|
9
11
|
"admin-shell:nav.tierAdmin": "Assign tier",
|
|
@@ -268,6 +270,21 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
|
268
270
|
"cap-counter:entity:cap-counter:field:lastSoftWarnedAt": "Last soft warning",
|
|
269
271
|
"cap-counter:entity:cap-counter:field:periodStart": "Period start",
|
|
270
272
|
"cap-counter:entity:cap-counter:field:value": "Value",
|
|
273
|
+
"cap-overview.cards.empty": "No caps configured for this tenant.",
|
|
274
|
+
"cap-overview.cards.loading": "Loading usage…",
|
|
275
|
+
"cap-overview.errors.progressPrimitiveMissing":
|
|
276
|
+
"Usage bar unavailable — Progress primitive is not registered.",
|
|
277
|
+
"cap-overview.errors.sortFieldUnsupported": "Sorting by this field is not supported.",
|
|
278
|
+
"cap-overview.errors.tenantOverrideRequiresSystemAdmin":
|
|
279
|
+
"Only SystemAdmin may query another tenant's data.",
|
|
280
|
+
"cap-overview.errors.tierFilterOpUnsupported": "This filter operator is not supported for tier.",
|
|
281
|
+
"cap-overview.list.action.open": "Open dashboard",
|
|
282
|
+
"cap-overview.list.col.billing": "Billing",
|
|
283
|
+
"cap-overview.list.col.name": "Tenant",
|
|
284
|
+
"cap-overview.list.col.tier": "Tier",
|
|
285
|
+
"cap-overview.list.filter.tier": "Tier",
|
|
286
|
+
"cap-overview.notMeasured": "Not measured yet",
|
|
287
|
+
"cap-overview.platform.filter.tenant": "Tenant",
|
|
271
288
|
"compliance-profiles:nav.profilePicker": "Compliance",
|
|
272
289
|
"compliance.profile.catalog": "Available profiles",
|
|
273
290
|
"compliance.profile.current": "Current",
|
|
@@ -645,15 +662,18 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
|
645
662
|
"screen:job-runs.title": "Job runs",
|
|
646
663
|
"screen:member-roles-edit.title": "Edit roles",
|
|
647
664
|
"screen:members.title": "Team",
|
|
665
|
+
"screen:my-caps.title": "My usage",
|
|
648
666
|
"screen:page-edit.title": "Edit page",
|
|
649
667
|
"screen:page-list.title": "Pages",
|
|
650
668
|
"screen:platform-overview.title": "Overview",
|
|
669
|
+
"screen:platform-tenant-caps.title": "Tenant dashboard",
|
|
651
670
|
"screen:privacy-center.title": "Privacy",
|
|
652
671
|
"screen:profile-picker.title": "Compliance profile",
|
|
653
672
|
"screen:session-detail.title": "Session",
|
|
654
673
|
"screen:session-list.title": "Sessions",
|
|
655
674
|
"screen:subscription-stripe-system.title": "Stripe",
|
|
656
675
|
"screen:tag-list.title": "Tags",
|
|
676
|
+
"screen:tenant-cap-list.title": "Tenant caps",
|
|
657
677
|
"screen:tenant-edit.title": "Edit tenant",
|
|
658
678
|
"screen:tenant-list.title": "Tenants",
|
|
659
679
|
"screen:tenant-overview.title": "Overview",
|
package/src/strings.ts
CHANGED
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
// and extend this table (completeness test will fail otherwise).
|
|
4
4
|
|
|
5
5
|
export const localeEsBundle: Readonly<Record<string, string>> = {
|
|
6
|
+
"admin-shell:nav.myCaps": "Planes y límites",
|
|
6
7
|
"admin-shell:nav.platformOverview": "Resumen",
|
|
8
|
+
"admin-shell:nav.tenantCaps": "Planes y límites",
|
|
7
9
|
"admin-shell:nav.tenantOverview": "Resumen",
|
|
8
10
|
"admin-shell:nav.tenants": "Organizaciones",
|
|
9
11
|
"admin-shell:nav.tierAdmin": "Asignar tier",
|
|
@@ -277,6 +279,21 @@ export const localeEsBundle: Readonly<Record<string, string>> = {
|
|
|
277
279
|
"cap-counter:entity:cap-counter:field:lastSoftWarnedAt": "Última advertencia suave",
|
|
278
280
|
"cap-counter:entity:cap-counter:field:periodStart": "Inicio del período",
|
|
279
281
|
"cap-counter:entity:cap-counter:field:value": "Valor",
|
|
282
|
+
"cap-overview.cards.empty": "No hay límites configurados para esta organización.",
|
|
283
|
+
"cap-overview.cards.loading": "Cargando datos de uso…",
|
|
284
|
+
"cap-overview.errors.progressPrimitiveMissing":
|
|
285
|
+
"Barra de uso no disponible — el primitivo Progress no está registrado.",
|
|
286
|
+
"cap-overview.errors.sortFieldUnsupported": "No se admite ordenar por este campo.",
|
|
287
|
+
"cap-overview.errors.tenantOverrideRequiresSystemAdmin":
|
|
288
|
+
"Solo SystemAdmin puede consultar datos de otra organización.",
|
|
289
|
+
"cap-overview.errors.tierFilterOpUnsupported": "Este operador de filtro no se admite para tier.",
|
|
290
|
+
"cap-overview.list.action.open": "Abrir panel",
|
|
291
|
+
"cap-overview.list.col.billing": "Facturación",
|
|
292
|
+
"cap-overview.list.col.name": "Organización",
|
|
293
|
+
"cap-overview.list.col.tier": "Tier",
|
|
294
|
+
"cap-overview.list.filter.tier": "Tier",
|
|
295
|
+
"cap-overview.notMeasured": "Aún no medido",
|
|
296
|
+
"cap-overview.platform.filter.tenant": "Organización",
|
|
280
297
|
"compliance-profiles:nav.profilePicker": "Cumplimiento",
|
|
281
298
|
"compliance.profile.catalog": "Perfiles disponibles",
|
|
282
299
|
"compliance.profile.current": "Actual",
|
|
@@ -656,15 +673,18 @@ export const localeEsBundle: Readonly<Record<string, string>> = {
|
|
|
656
673
|
"screen:job-runs.title": "Ejecuciones de trabajos",
|
|
657
674
|
"screen:member-roles-edit.title": "Editar roles",
|
|
658
675
|
"screen:members.title": "Equipo",
|
|
676
|
+
"screen:my-caps.title": "Mi uso",
|
|
659
677
|
"screen:page-edit.title": "Editar página",
|
|
660
678
|
"screen:page-list.title": "Páginas",
|
|
661
679
|
"screen:platform-overview.title": "Resumen",
|
|
680
|
+
"screen:platform-tenant-caps.title": "Panel de la organización",
|
|
662
681
|
"screen:privacy-center.title": "Privacidad",
|
|
663
682
|
"screen:profile-picker.title": "Perfil de cumplimiento",
|
|
664
683
|
"screen:session-detail.title": "Sesión",
|
|
665
684
|
"screen:session-list.title": "Sesiones",
|
|
666
685
|
"screen:subscription-stripe-system.title": "Stripe",
|
|
667
686
|
"screen:tag-list.title": "Etiquetas",
|
|
687
|
+
"screen:tenant-cap-list.title": "Límites por organización",
|
|
668
688
|
"screen:tenant-edit.title": "Editar organización",
|
|
669
689
|
"screen:tenant-list.title": "Organizaciones",
|
|
670
690
|
"screen:tenant-overview.title": "Resumen",
|