@cosmicdrift/kumiko-locale-de 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmicdrift/kumiko-locale-de",
3
- "version": "0.209.0",
3
+ "version": "0.210.0",
4
4
  "description": "German UI and mail copy for Kumiko framework screens. Opt in by mounting localeDe() + localeDeClient().",
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.209.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
@@ -443,6 +443,7 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
443
443
  "kumiko.actions.next": "Weiter",
444
444
  "kumiko.actions.reload": "Neu laden",
445
445
  "kumiko.actions.save": "Speichern",
446
+ "kumiko.actions.view": "Anzeigen",
446
447
  "kumiko.aiText.acceptHint": "Tab = übernehmen, Esc = verwerfen",
447
448
  "kumiko.aiText.capExceeded": "Monatliches AI-Limit erreicht.",
448
449
  "kumiko.aiText.correct": "Korrigieren",