@yuuvis/client-shell 0.8.0 → 0.9.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/lib/assets/i18n/de.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"yuc.shell.settings.client.version": "Client
|
|
2
|
+
"yuc.shell.settings.client.version": "Client-Version",
|
|
3
3
|
"yuv.shell.action.manage-flavor.description": "",
|
|
4
4
|
"yuv.shell.action.manage-flavor.label": "Typen verwalten",
|
|
5
5
|
"yuv.shell.action.manage-flavors.applicable.button.remove": "Entfernen",
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
"yuv.shell.action.manage-flavors.applied.button.apply": "Anwenden",
|
|
8
8
|
"yuv.shell.action.manage-flavors.applied.headline": "Angewendete Typen",
|
|
9
9
|
"yuv.shell.action.manage-flavors.button.cancel": "Abbrechen",
|
|
10
|
-
"yuv.shell.action.manage-flavors.text": "Dies sind die Typen, die für das aktuelle Objekt angewendet oder verfügbar sind",
|
|
10
|
+
"yuv.shell.action.manage-flavors.text": "Dies sind die Typen, die für das aktuelle Objekt angewendet werden oder verfügbar sind.",
|
|
11
11
|
"yuv.shell.action.manage-flavors.title": "Typen verwalten",
|
|
12
12
|
"yuv.shell.cmd.app.open": "'{{title}}' öffnen",
|
|
13
13
|
"yuv.shell.cmd.logout": "Abmelden",
|
|
14
14
|
"yuv.shell.cmd.open.settings": "Einstellungen öffnen",
|
|
15
|
-
"yuv.shell.logo.aria.label": "
|
|
15
|
+
"yuv.shell.logo.aria.label": "yuuvis",
|
|
16
16
|
"yuv.shell.naviagtion.aria.label": "",
|
|
17
17
|
"yuv.shell.notifications.button.remove.all": "Alle entfernen",
|
|
18
18
|
"yuv.shell.notifications.empty": "Keine Benachrichtigungen",
|
package/lib/assets/i18n/en.json
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"yuv.shell.action.manage-flavors.applicable.button.remove": "Remove",
|
|
6
6
|
"yuv.shell.action.manage-flavors.applicable.headline": "Applicable types",
|
|
7
7
|
"yuv.shell.action.manage-flavors.applied.button.apply": "Apply",
|
|
8
|
-
"yuv.shell.action.manage-flavors.applied.headline": "
|
|
8
|
+
"yuv.shell.action.manage-flavors.applied.headline": "Types used",
|
|
9
9
|
"yuv.shell.action.manage-flavors.button.cancel": "Cancel",
|
|
10
|
-
"yuv.shell.action.manage-flavors.text": "These are the types that are
|
|
10
|
+
"yuv.shell.action.manage-flavors.text": "These are the types that are used or available for the current object.",
|
|
11
11
|
"yuv.shell.action.manage-flavors.title": "Manage types",
|
|
12
12
|
"yuv.shell.cmd.app.open": "Open '{{title}}'",
|
|
13
13
|
"yuv.shell.cmd.logout": "Log out",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuuvis/client-shell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"peerDependencies": {
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"@angular/service-worker": "^18.2.0"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@yuuvis/client-core": "0.
|
|
13
|
-
"@yuuvis/client-framework": "0.
|
|
14
|
-
"@yuuvis/client-shell-core": "0.
|
|
12
|
+
"@yuuvis/client-core": "0.9.1",
|
|
13
|
+
"@yuuvis/client-framework": "0.9.1",
|
|
14
|
+
"@yuuvis/client-shell-core": "0.9.1",
|
|
15
15
|
"@yuuvis/styles": "latest",
|
|
16
16
|
"@yuuvis/components": "18.1.12",
|
|
17
17
|
"@yuuvis/widget-grid": "^18.1.0",
|