@cosmicdrift/kumiko-locale-de 0.221.0 → 0.223.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.221.0",
3
+ "version": "0.223.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.221.0"
31
+ "@cosmicdrift/kumiko-framework": "0.223.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "registry": "https://registry.npmjs.org",
@@ -21,6 +21,8 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
21
21
  "admin-shell:workspace.platform": "Platform",
22
22
  "admin-shell:workspace.tenant": "Administration",
23
23
  "audit.log.actor.system": "System",
24
+ "audit.log.actor.anonymous": "Anonymous",
25
+ "audit.log.actor.unknown": "Unknown actor",
24
26
  "audit.log.col.actor": "Actor",
25
27
  "audit.log.col.aggregate": "Aggregate",
26
28
  "audit.log.col.type": "Event",
@@ -487,6 +489,8 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
487
489
  "{count} pasted row(s) were dropped (max row count reached).",
488
490
  "kumiko.field.embedded-list.remove-row": "Remove row",
489
491
  "kumiko.field.locatedTzHint": "Time local to the given location",
492
+ "kumiko.field.multiSelect.deselect-all": "Deselect all",
493
+ "kumiko.field.multiSelect.select-all": "Select all",
490
494
  "kumiko.field.open-calendar": "Open calendar",
491
495
  "kumiko.field.reference-created-no-id":
492
496
  "Record was created but could not be selected automatically. Please select it manually.",
package/src/strings.ts CHANGED
@@ -21,6 +21,8 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
21
21
  "admin-shell:workspace.platform": "Plattform",
22
22
  "admin-shell:workspace.tenant": "Administration",
23
23
  "audit.log.actor.system": "System",
24
+ "audit.log.actor.anonymous": "Anonym",
25
+ "audit.log.actor.unknown": "Unbekannter Akteur",
24
26
  "audit.log.col.actor": "Akteur",
25
27
  "audit.log.col.aggregate": "Aggregate",
26
28
  "audit.log.col.type": "Ereignis",
@@ -503,6 +505,8 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
503
505
  "{count} eingefügte Zeile(n) wurden verworfen (maximale Zeilenzahl erreicht).",
504
506
  "kumiko.field.embedded-list.remove-row": "Zeile entfernen",
505
507
  "kumiko.field.locatedTzHint": "Zeit lokal am angegebenen Ort",
508
+ "kumiko.field.multiSelect.deselect-all": "Alle abwählen",
509
+ "kumiko.field.multiSelect.select-all": "Alle auswählen",
506
510
  "kumiko.field.open-calendar": "Kalender öffnen",
507
511
  "kumiko.field.reference-created-no-id":
508
512
  "Datensatz wurde angelegt, konnte aber nicht automatisch ausgewählt werden. Bitte manuell auswählen.",