@cosmicdrift/kumiko-locale-es 0.232.0 → 0.234.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.232.0",
3
+ "version": "0.234.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.232.0"
31
+ "@cosmicdrift/kumiko-framework": "0.234.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "registry": "https://registry.npmjs.org",
@@ -527,6 +527,8 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
527
527
  "kumiko.list.end-of-list": "— End of list —",
528
528
  "kumiko.list.no-entries": "No entries.",
529
529
  "kumiko.list.search-placeholder": "Search…",
530
+ "kumiko.list.sort.label": "Sort",
531
+ "kumiko.list.sort.unsorted": "Unsorted",
530
532
  "kumiko.nav.collapse": "Collapse",
531
533
  "kumiko.nav.expand": "Expand",
532
534
  "kumiko.nav.language": "Language",
package/src/strings.ts CHANGED
@@ -538,6 +538,8 @@ export const localeEsBundle: Readonly<Record<string, string>> = {
538
538
  "kumiko.list.end-of-list": "— Fin de la lista —",
539
539
  "kumiko.list.no-entries": "Sin entradas.",
540
540
  "kumiko.list.search-placeholder": "Buscar…",
541
+ "kumiko.list.sort.label": "Ordenar",
542
+ "kumiko.list.sort.unsorted": "Sin ordenar",
541
543
  "kumiko.nav.collapse": "Contraer",
542
544
  "kumiko.nav.expand": "Expandir",
543
545
  "kumiko.nav.language": "Idioma",