@cosmicdrift/kumiko-locale-es 0.237.2 → 0.239.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 +1 -0
- package/src/strings.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cosmicdrift/kumiko-locale-es",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.239.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.239.0"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"registry": "https://registry.npmjs.org",
|
|
@@ -536,6 +536,7 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
|
536
536
|
"kumiko.list.search-placeholder": "Search…",
|
|
537
537
|
"kumiko.list.sort.label": "Sort",
|
|
538
538
|
"kumiko.list.sort.unsorted": "Unsorted",
|
|
539
|
+
"kumiko.reference.system-tenant": "System",
|
|
539
540
|
"kumiko.nav.collapse": "Collapse",
|
|
540
541
|
"kumiko.nav.expand": "Expand",
|
|
541
542
|
"kumiko.nav.language": "Language",
|
package/src/strings.ts
CHANGED
|
@@ -547,6 +547,7 @@ export const localeEsBundle: Readonly<Record<string, string>> = {
|
|
|
547
547
|
"kumiko.list.search-placeholder": "Buscar…",
|
|
548
548
|
"kumiko.list.sort.label": "Ordenar",
|
|
549
549
|
"kumiko.list.sort.unsorted": "Sin ordenar",
|
|
550
|
+
"kumiko.reference.system-tenant": "Sistema",
|
|
550
551
|
"kumiko.nav.collapse": "Contraer",
|
|
551
552
|
"kumiko.nav.expand": "Expandir",
|
|
552
553
|
"kumiko.nav.language": "Idioma",
|