@cosmicdrift/kumiko-locale-es 0.209.0 → 0.210.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.210.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.210.0"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"registry": "https://registry.npmjs.org",
|
|
@@ -427,6 +427,7 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
|
427
427
|
"kumiko.actions.next": "Next",
|
|
428
428
|
"kumiko.actions.reload": "Reload",
|
|
429
429
|
"kumiko.actions.save": "Save",
|
|
430
|
+
"kumiko.actions.view": "View",
|
|
430
431
|
"kumiko.aiText.acceptHint": "Tab = accept, Esc = discard",
|
|
431
432
|
"kumiko.aiText.capExceeded": "Monthly AI limit reached.",
|
|
432
433
|
"kumiko.aiText.correct": "Correct",
|
package/src/strings.ts
CHANGED
|
@@ -437,6 +437,7 @@ export const localeEsBundle: Readonly<Record<string, string>> = {
|
|
|
437
437
|
"kumiko.actions.next": "Siguiente",
|
|
438
438
|
"kumiko.actions.reload": "Recargar",
|
|
439
439
|
"kumiko.actions.save": "Guardar",
|
|
440
|
+
"kumiko.actions.view": "Ver",
|
|
440
441
|
"kumiko.aiText.acceptHint": "Tab = aceptar, Esc = descartar",
|
|
441
442
|
"kumiko.aiText.capExceeded": "Se alcanzó el límite mensual de IA.",
|
|
442
443
|
"kumiko.aiText.correct": "Corregir",
|