@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 +1 -1
- package/lib/assets/i18n/de.json +1 -1
- package/package.json +1 -1
- package/yuv-manifest.json +1 -1
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
|
|
37
|
+
title: "yuuvis® templates",
|
|
38
38
|
path: 'templates',
|
|
39
39
|
iconName: 'library_books',
|
|
40
40
|
loadChildren: () => import('@yuuvis/app-templates').then((m) => m.YuvTemplateManagerRoutes)
|
package/lib/assets/i18n/de.json
CHANGED
|
@@ -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
|
|
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