@yuuvis/client-shell 2.19.0 → 2.20.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/package.json +4 -4
- package/lib/assets/i18n/ar.json +0 -38
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuuvis/client-shell",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.1",
|
|
4
4
|
"author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^19.2.1",
|
|
8
8
|
"@angular/core": "^19.2.1",
|
|
9
9
|
"@angular/service-worker": "^19.2.1",
|
|
10
|
-
"@yuuvis/client-core": "^2.
|
|
11
|
-
"@yuuvis/client-shell-core": "^2.
|
|
12
|
-
"@yuuvis/client-framework": "^2.
|
|
10
|
+
"@yuuvis/client-core": "^2.20.1",
|
|
11
|
+
"@yuuvis/client-shell-core": "^2.20.1",
|
|
12
|
+
"@yuuvis/client-framework": "^2.20.1"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"tslib": "^2.3.0"
|
package/lib/assets/i18n/ar.json
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"yuv.object-flavor.flavor.remove.confirm.message": "هل أنت متأكد أنك تريد إزالة النوع '{{flavor}}'؟",
|
|
3
|
-
"yuv.shell.action.manage-flavor.description": "",
|
|
4
|
-
"yuv.shell.action.manage-flavor.label": "إدارة الأنواع",
|
|
5
|
-
"yuv.shell.action.manage-flavors.applicable.button.remove.tooltip": "إزالة النوع",
|
|
6
|
-
"yuv.shell.action.manage-flavors.applicable.headline": "الأنواع المتاحة",
|
|
7
|
-
"yuv.shell.action.manage-flavors.applied.button.apply.tooltip": "إضافة نوع",
|
|
8
|
-
"yuv.shell.action.manage-flavors.applied.headline": "الأنواع المستخدمة",
|
|
9
|
-
"yuv.shell.action.manage-flavors.button.cancel": "إلغاء",
|
|
10
|
-
"yuv.shell.action.manage-flavors.button.remove": "إزالة",
|
|
11
|
-
"yuv.shell.action.manage-flavors.text": "هذه هي الأنواع المستخدمة أو المتاحة للكائن الحالي.",
|
|
12
|
-
"yuv.shell.action.manage-flavors.title": "إدارة الأنواع",
|
|
13
|
-
"yuv.shell.cmd.app.open": "فتح '{{title}}'",
|
|
14
|
-
"yuv.shell.cmd.logout": "تسجيل الخروج",
|
|
15
|
-
"yuv.shell.cmd.open.settings": "فتح الإعدادات",
|
|
16
|
-
"yuv.shell.logo.aria.label": "yuuvis",
|
|
17
|
-
"yuv.shell.notifications.button.remove": "إزالة الإشعار",
|
|
18
|
-
"yuv.shell.notifications.button.remove.all": "إزالة الكل",
|
|
19
|
-
"yuv.shell.notifications.empty": "لا توجد إشعارات",
|
|
20
|
-
"yuv.shell.notifications.title": "الإشعارات",
|
|
21
|
-
"yuv.shell.settings.about.title": "حول",
|
|
22
|
-
"yuv.shell.settings.client.version": "إصدار العميل",
|
|
23
|
-
"yuv.shell.settings.custom.theme": "السمات",
|
|
24
|
-
"yuv.shell.settings.dependency-info.license": "الترخيص",
|
|
25
|
-
"yuv.shell.settings.dependency-info.package": "الحزمة",
|
|
26
|
-
"yuv.shell.settings.dependency-info.title": "ملاحظات الترخيص",
|
|
27
|
-
"yuv.shell.settings.dependency-info.version": "الإصدار",
|
|
28
|
-
"yuv.shell.settings.language": "اللغة",
|
|
29
|
-
"yuv.shell.settings.mode": "الوضع",
|
|
30
|
-
"yuv.shell.settings.mode.dark": "داكن",
|
|
31
|
-
"yuv.shell.settings.mode.light": "فاتح",
|
|
32
|
-
"yuv.shell.settings.mode.system": "النظام",
|
|
33
|
-
"yuv.shell.settings.tenant": "المستأجر",
|
|
34
|
-
"yuv.shell.settings.title": "الإعدادات",
|
|
35
|
-
"yuv.shell.settings.user.email": "البريد الإلكتروني",
|
|
36
|
-
"yuv.shell.side-nav.aria.label": "تنقل تطبيقات yuuvis",
|
|
37
|
-
"yuv.sort.tooltip": "فرز"
|
|
38
|
-
}
|