@yuuvis/app-shell-admin 2.3.0 → 2.4.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.
@@ -2,7 +2,7 @@
2
2
  "yuv.app.shell-admin.config.delete.tooltip": "Löschen",
3
3
  "yuv.app.shell-admin.config.export.tooltip": "Exportieren",
4
4
  "yuv.app.shell-admin.config.import.tooltip": "Importieren",
5
- "yuv.app.shell-admin.features.config.add.tooltip": "Feature hinzufügen",
5
+ "yuv.app.shell-admin.features.config.add.tooltip": "Erweiterung hinzufügen",
6
6
  "yuv.app.shell-admin.features.config.create": "Neue Konfiguration erstellen",
7
7
  "yuv.app.shell-admin.features.config.feature.allowed": "Berechtigte Benutzergruppen",
8
8
  "yuv.app.shell-admin.features.config.feature.denied": "Nicht-berechtigte Benutzergruppen",
@@ -17,8 +17,8 @@
17
17
  "yuv.app.shell-admin.nav.types": "Objekttypen",
18
18
  "yuv.app.shell-admin.type.config.id": "SOT-ID",
19
19
  "yuv.app.shell-admin.type.config.instant-apply": "Umgehend anwenden",
20
- "yuv.app.shell-admin.type.config.instant-apply.explain": "Fügt den SOT ohne Dialog zur Ansicht oder Eingabe von Metadaten hinzu. Verwenden Sie dies nur für SOTs, die keine Pflichtfelder haben.",
21
- "yuv.app.shell-admin.type.config.mimetype": "MIME-Type",
20
+ "yuv.app.shell-admin.type.config.instant-apply.explain": "Fügt den SOT ohne Dialog zur Ansicht oder Eingabe von Metadaten hinzu. Verwenden Sie diese Option nur für SOTs, die keine Pflichtfelder haben.",
21
+ "yuv.app.shell-admin.type.config.mimetype": "MIME-Typ",
22
22
  "yuv.app.shell-admin.types.config.add.tooltip": "Eintrag hinzufügen",
23
23
  "yuv.app.shell-admin.types.config.create": "Neue Konfiguration erstellen",
24
24
  "yuv.app.shell-admin.types.config.item.delete.tooltip": "Eintrag löschen",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuuvis/app-shell-admin",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0"