@yuuvis/app-templates 1.2.0 → 1.2.1

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/README.md CHANGED
@@ -34,7 +34,7 @@ In your `app.routes.ts` add a new lazy loaded route for the `@yuuvis/app-templat
34
34
  export const app: App[] = [
35
35
  {
36
36
  id: 'io.yuuvis.app.templates',
37
- title: "yuuvis Templates",
37
+ title: "yuuvis® templates",
38
38
  path: 'templates',
39
39
  iconName: 'library_books',
40
40
  loadChildren: () => import('@yuuvis/app-templates').then((m) => m.YuvTemplateManagerRoutes)
@@ -14,7 +14,7 @@
14
14
  "yuv.app.templates.action.replaceContent.error.unsupportedFileType": "Der MIME-Typ der ausgewählten Vorlagendatei wird nicht unterstützt.",
15
15
  "yuv.app.templates.action.replaceContent.label": "Vorlagendatei ersetzen",
16
16
  "yuv.app.templates.action.replaceContent.success": "Vorlagendatei erfolgreich ersetzt",
17
- "yuv.app.templates.action.unpublish.confirm.message": "Möchten Sie die Veröffentlichung aufheben der Vorlage '{{template}}' wirklich aufheben?\nEs wird nicht mehr möglich sein, Dokumente auf Grundlage dieser Vorlage zu erstellen.",
17
+ "yuv.app.templates.action.unpublish.confirm.message": "Möchten Sie die Veröffentlichung der Vorlage '{{template}}' wirklich aufheben?\nEs wird nicht mehr möglich sein, Dokumente auf Grundlage dieser Vorlage zu erstellen.",
18
18
  "yuv.app.templates.action.unpublish.label": "Veröffentlichung der Vorlage aufheben",
19
19
  "yuv.app.templates.list.empty": "Keine Vorlagen vorhanden",
20
20
  "yuv.app.templates.list.selection.empty": "Keine Vorlage ausgewählt",
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "dependencies": {
33
33
  "tslib": "^2.3.0"
34
34
  },
35
- "version": "1.2.0"
35
+ "version": "1.2.1"
36
36
  }
package/yuv-manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "io.yuuvis.app.templates",
3
- "title": "yuuvis Templates",
3
+ "title": "yuuvis® templates",
4
4
  "extension": "YuvTemplatesExtension",
5
5
  "ui": {
6
6
  "path": "templates",