@vc-shell/framework 2.0.0-alpha.23 → 2.0.0-alpha.25
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/CHANGELOG.md +46 -0
- package/dist/ai-agent/index.js +2 -2
- package/dist/chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-DHLKAqm0.js +6523 -0
- package/dist/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-BBV3uTdi.js → VcTableAdapter.vue_vue_type_style_index_0_lang-TnE_L5Rp.js} +7458 -7484
- package/dist/chunks/{index-BfOiCZwO.js → index-BJbOVN0O.js} +2 -2
- package/dist/chunks/{index-BNE1zizw.js → index-Des1Cxbn.js} +2 -2
- package/dist/chunks/{vc-toast.vue_vue_type_style_index_0_lang-DHCQ1-ud.js → vc-toast.vue_vue_type_style_index_0_lang-D-kMIagL.js} +1 -1
- package/dist/chunks/{vendor-lodash-es-QnNVqiqU.js → vendor-lodash-es-BwHYzZ39.js} +3 -3
- package/dist/chunks/vendor-tiptap-extension-placeholder-D1_k7Sra.js +1 -0
- package/dist/chunks/{vendor-tiptap-extensions-CqOFzZAS.js → vendor-tiptap-extensions-pwHVUzkb.js} +55 -54
- package/dist/chunks/{vendor-tiptap-starter-kit-DcsDv0Wg.js → vendor-tiptap-starter-kit-BEsLVJ4Q.js} +1 -1
- package/dist/core/api/platform.d.ts +300 -954
- package/dist/core/api/platform.d.ts.map +1 -1
- package/dist/core/blade-navigation/utils/bladeRouterGuard.d.ts +4 -3
- package/dist/core/blade-navigation/utils/bladeRouterGuard.d.ts.map +1 -1
- package/dist/core/composables/index.d.ts +1 -1
- package/dist/core/composables/index.d.ts.map +1 -1
- package/dist/core/composables/useAssets/index.d.ts.map +1 -1
- package/dist/core/composables/useAssetsManager/index.d.ts +24 -0
- package/dist/core/composables/useAssetsManager/index.d.ts.map +1 -0
- package/dist/core/composables/useBladeWidgets.d.ts +16 -0
- package/dist/core/composables/useBladeWidgets.d.ts.map +1 -1
- package/dist/core/composables/usePermissions/index.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts.map +1 -1
- package/dist/core/services/app-bar-menu-service.d.ts.map +1 -1
- package/dist/core/services/settings-menu-service.d.ts.map +1 -1
- package/dist/core/services/widget-service.d.ts +5 -12
- package/dist/core/services/widget-service.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +8 -16
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/framework.js +2413 -2321
- package/dist/index.css +2 -2
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/injection-keys.d.ts +2 -1
- package/dist/injection-keys.d.ts.map +1 -1
- package/dist/locales/de.d.ts +3 -0
- package/dist/locales/{de.json → de.js} +2 -1
- package/dist/locales/en.d.ts +3 -0
- package/dist/locales/en.js +432 -0
- package/dist/locales/types.d.ts +439 -0
- package/dist/modules/assets/components/assets-details/assets-details.vue.d.ts +1 -29
- package/dist/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
- package/dist/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +1 -37
- package/dist/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/scripts/check-locales.cjs +3182 -0
- package/dist/shell/auth/LoginPage/components/login/Login.vue.d.ts.map +1 -1
- package/dist/shell/components/index.d.ts +0 -1
- package/dist/shell/components/index.d.ts.map +1 -1
- package/dist/shell/components/logout-button/logout-button.vue.d.ts.map +1 -1
- package/dist/shell/components/notification-template/notification-template.vue.d.ts +2 -2
- package/dist/shell/components/notification-template/notification-template.vue.d.ts.map +1 -1
- package/dist/shell/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +1 -1
- package/dist/test-helpers.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts +4 -0
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts +4 -0
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts +1 -0
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts +4 -0
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/{WidgetProvider.vue.d.ts → WidgetScope.vue.d.ts} +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetScope.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +9 -9
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryPreview.d.ts +2 -2
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryPreview.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts +4 -4
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryUpload.d.ts +2 -2
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryUpload.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +17 -36
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts +6 -5
- package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts.map +1 -1
- package/dist/ui/index.js +3 -3
- package/package.json +18 -6
- package/dist/chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-D8HSEumV.js +0 -8741
- package/dist/chunks/vendor-tiptap-extension-placeholder-WyhAnzy7.js +0 -1
- package/dist/core/composables/useWidget/index.d.ts +0 -18
- package/dist/core/composables/useWidget/index.d.ts.map +0 -1
- package/dist/shell/components/app-switcher/components/index.d.ts +0 -2
- package/dist/shell/components/app-switcher/components/index.d.ts.map +0 -1
- package/dist/shell/components/app-switcher/components/vc-app-switcher/index.d.ts +0 -2
- package/dist/shell/components/app-switcher/components/vc-app-switcher/index.d.ts.map +0 -1
- package/dist/shell/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +0 -14
- package/dist/shell/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +0 -1
- package/dist/shell/components/app-switcher/index.d.ts +0 -3
- package/dist/shell/components/app-switcher/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetProvider.vue.d.ts.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -80,4 +80,11 @@ import "@shell/_internal/notifications/styles/index.scss";
|
|
|
80
80
|
export * from "./shell/_internal/notifications/composables";
|
|
81
81
|
export * from "./shell/_internal/notifications/components";
|
|
82
82
|
export * from "./shell/_internal/blade-navigation";
|
|
83
|
+
export { registerExternalWidget, registerWidget } from "./core/composables/useWidgets";
|
|
84
|
+
export { registerToolbarItem } from "./core/services/toolbar-service";
|
|
85
|
+
export { addMenuItem } from "./core/services/menu-service";
|
|
86
|
+
export { addAppBarWidget } from "./core/services/app-bar-menu-service";
|
|
87
|
+
export { addSettingsMenuItem } from "./core/services/settings-menu-service";
|
|
88
|
+
export { registerDashboardWidget } from "./core/services/dashboard-service";
|
|
89
|
+
export type { IExternalWidgetRegistration, IWidgetTrigger } from "./core/services/widget-service";
|
|
83
90
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAA2B,MAAM,EAAE,MAAM,YAAY,CAAC;AAClE,OAAO,EAAE,GAAG,EAAa,MAAM,KAAK,CAAC;AAOrC,OAAO,EAAiB,KAAK,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAuBlF,OAAO,eAAe,CAAC;AACvB,OAAO,4BAA4B,CAAC;AACpC,OAAO,4BAA4B,CAAC;AA0BpC,OAAO,uDAAuD,CAAC;AAC/D,OAAO,iDAAiD,CAAC;AACzD,OAAO,8CAA8C,CAAC;AACtD,OAAO,sCAAsC,CAAC;AAI9C,UAAU,oBAAoB;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE;QACL,MAAM,EAAE,MAAM,CAAC;QACf,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;IACF,OAAO,CAAC,EAAE;QACR,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,mBAAmB,CAAC,EAAE;QACpB,kBAAkB,EAAE,MAAM,CAAC;QAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;KAC5B,CAAC;IACF;;;;;;;;;;;;;;;OAeG;IACH,OAAO,CAAC,EAAE,oBAAoB,CAAC;CAChC;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,oBAAoB,GAAG,IAAI,CAAC;CACrD;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
package/dist/injection-keys.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ import type { NotificationStore } from "./core/notifications/store";
|
|
|
7
7
|
import { IToolbarService } from "./core/services/toolbar-service";
|
|
8
8
|
import { IAiAgentService } from "./core/plugins/ai-agent/types";
|
|
9
9
|
import type { IWidgetService } from "./core/services/widget-service";
|
|
10
|
+
import type { IWidgetScope } from "./core/services/widget-service";
|
|
10
11
|
import type { IDashboardService } from "./core/services/dashboard-service";
|
|
11
12
|
import type { GlobalSearchState } from "./core/services/global-search-service";
|
|
12
13
|
import type { MenuService } from "./core/services/menu-service";
|
|
@@ -29,7 +30,6 @@ export declare const AppBarWidgetServiceKey: InjectionKey<IAppBarWidgetService>;
|
|
|
29
30
|
export declare const AppBarMobileButtonsServiceKey: InjectionKey<IAppBarMobileButtonsService>;
|
|
30
31
|
export declare const LanguageServiceKey: InjectionKey<ILanguageService>;
|
|
31
32
|
export declare const ToolbarServiceKey: InjectionKey<IToolbarService>;
|
|
32
|
-
export declare const WidgetIdKey: InjectionKey<string>;
|
|
33
33
|
/**
|
|
34
34
|
* Registry of dynamic modules available via provide/inject.
|
|
35
35
|
* Consumers can extend this interface via declaration merging:
|
|
@@ -62,4 +62,5 @@ export declare const BladeRoutesKey: InjectionKey<BladeRoutesRecord[]>;
|
|
|
62
62
|
export declare const InternalRoutesKey: InjectionKey<BladeRoutesRecord[]>;
|
|
63
63
|
export declare const CloseSettingsMenuKey: InjectionKey<() => void>;
|
|
64
64
|
export declare const BladeContextKey: InjectionKey<ComputedRef<Record<string, unknown>>>;
|
|
65
|
+
export declare const WidgetScopeKey: InjectionKey<IWidgetScope>;
|
|
65
66
|
//# sourceMappingURL=injection-keys.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injection-keys.d.ts","sourceRoot":"","sources":["../injection-keys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,KAAK,SAAS,EAAE,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1E,OAAO,KAAK,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,aAAa,CAAC;AACnE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAE/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAC;AAC9E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AACjF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+CAA+C,CAAC;AACjG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAGxE,eAAO,MAAM,yBAAyB,EAAE,YAAY,CAAC,UAAU,CAAoC,CAAC;AACpG,eAAO,MAAM,gBAAgB,EAAE,YAAY,CAAC,WAAW,CAAC,cAAc,CAAC,CAA2B,CAAC;AACnG,eAAO,MAAM,kBAAkB,EAAE,YAAY,CAAC,SAAS,GAAG,SAAS,CAA6B,CAAC;AACjG,OAAO,EAAE,YAAY,EAAE,CAAC;AAGxB,eAAO,MAAM,wBAAwB,EAAE,YAAY,CAAC,+BAA+B,EAAE,CACpD,CAAC;AAClC,eAAO,MAAM,oBAAoB,EAAE,YAAY,CAAC,iBAAiB,CAA+B,CAAC;AAGjG,eAAO,MAAM,gBAAgB,EAAE,YAAY,CAAC,cAAc,CAA2B,CAAC;AACtF,eAAO,MAAM,mBAAmB,EAAE,YAAY,CAAC,iBAAiB,CAA8B,CAAC;AAC/F,eAAO,MAAM,eAAe,EAAE,YAAY,CAAC,iBAAiB,CAA0B,CAAC;AACvF,eAAO,MAAM,cAAc,EAAE,YAAY,CAAC,WAAW,CAAyB,CAAC;AAC/E,eAAO,MAAM,sBAAsB,EAAE,YAAY,CAAC,oBAAoB,CAAiC,CAAC;AACxG,eAAO,MAAM,sBAAsB,EAAE,YAAY,CAAC,oBAAoB,CAAiC,CAAC;AACxG,eAAO,MAAM,6BAA6B,EAAE,YAAY,CAAC,2BAA2B,CAC9C,CAAC;AACvC,eAAO,MAAM,kBAAkB,EAAE,YAAY,CAAC,gBAAgB,CAA6B,CAAC;AAC5F,eAAO,MAAM,iBAAiB,EAAE,YAAY,CAAC,eAAe,CAA4B,CAAC;AAGzF
|
|
1
|
+
{"version":3,"file":"injection-keys.d.ts","sourceRoot":"","sources":["../injection-keys.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,432 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"CORE": {
|
|
3
|
+
"THEMES": {
|
|
4
|
+
"LIGHT": "Light",
|
|
5
|
+
"DARK": "Dark"
|
|
6
|
+
}
|
|
7
|
+
},
|
|
8
|
+
"SHELL": {
|
|
9
|
+
"USER": {
|
|
10
|
+
"ROLE": {
|
|
11
|
+
"ADMINISTRATOR": "Administrator"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"ACCOUNT": {
|
|
15
|
+
"SETTINGS": "Settings",
|
|
16
|
+
"CHANGE_PASSWORD": "Change password",
|
|
17
|
+
"PROFILE": "Profile",
|
|
18
|
+
"LOGOUT": "Log Out"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"COMPONENTS": {
|
|
22
|
+
"ATOMS": {
|
|
23
|
+
"VC_BANNER": {
|
|
24
|
+
"SHOW_MORE": "Show more",
|
|
25
|
+
"SHOW_LESS": "Show less"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"MOLECULES": {
|
|
29
|
+
"VC_SELECT": {
|
|
30
|
+
"CLICK_TO_SELECT": "Click to select...",
|
|
31
|
+
"LOADING": "Loading...",
|
|
32
|
+
"LOADING_MORE": "Loading more...",
|
|
33
|
+
"NO_OPTIONS": "No options"
|
|
34
|
+
},
|
|
35
|
+
"VC_FILE_UPLOAD": {
|
|
36
|
+
"DRAG_HERE": "Drag and drop file here or",
|
|
37
|
+
"BROWSE": "browse your files"
|
|
38
|
+
},
|
|
39
|
+
"VC_INPUT": {
|
|
40
|
+
"DATE_PLACEHOLDER": "Select date",
|
|
41
|
+
"DATE_TIME_PLACEHOLDER": "Select date and time"
|
|
42
|
+
},
|
|
43
|
+
"VC_PAGINATION": {
|
|
44
|
+
"JUMP": "Jump to page:"
|
|
45
|
+
},
|
|
46
|
+
"VC_MULTIVALUE": {
|
|
47
|
+
"ADD": "Add"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"ORGANISMS": {
|
|
51
|
+
"VC_DYNAMIC_PROPERTY": {
|
|
52
|
+
"ADD": "Add value",
|
|
53
|
+
"VALUE_TYPE": {
|
|
54
|
+
"COLOR": {
|
|
55
|
+
"PLACEHOLDER": "Color code",
|
|
56
|
+
"NAME": "Color name"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"VC_GALLERY": {
|
|
61
|
+
"INTERNAL": {
|
|
62
|
+
"VC_GALLERY_ITEM": {
|
|
63
|
+
"FULLSCREEN": "Fullscreen",
|
|
64
|
+
"EDIT": "Edit",
|
|
65
|
+
"DELETE": "Delete"
|
|
66
|
+
},
|
|
67
|
+
"VC_GALLERY_PREVIEW": {
|
|
68
|
+
"COPY_IMAGE_LINK": "copy image link"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"GALLERY_IS_EMPTY": "Gallery is empty",
|
|
72
|
+
"DROP_TO_UPLOAD": "Drop to upload",
|
|
73
|
+
"DRAG_IMAGES_HERE": "Drag images here or",
|
|
74
|
+
"BROWSE_IMAGES": "browse your files"
|
|
75
|
+
},
|
|
76
|
+
"VC_APP": {
|
|
77
|
+
"INTERNAL": {
|
|
78
|
+
"VC_APP_BAR": {
|
|
79
|
+
"BACK": "Back"
|
|
80
|
+
},
|
|
81
|
+
"MOBILE_LAYOUT": {
|
|
82
|
+
"TAB_MENU": "Menu",
|
|
83
|
+
"TAB_HUB": "Hub"
|
|
84
|
+
},
|
|
85
|
+
"APP_HUB": {
|
|
86
|
+
"SEARCH_PLACEHOLDER": "Search applications and widgets",
|
|
87
|
+
"APPLICATIONS": "Applications",
|
|
88
|
+
"WIDGETS": "Widgets",
|
|
89
|
+
"NO_APPLICATIONS": "No applications found",
|
|
90
|
+
"NO_WIDGETS": "No widgets found",
|
|
91
|
+
"LIST_VIEW": "List view",
|
|
92
|
+
"TILE_VIEW": "Tile view"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"BLADE_NAVIGATION": {
|
|
97
|
+
"ARIA_LABEL": "Blade navigation"
|
|
98
|
+
},
|
|
99
|
+
"VC_BLADE": {
|
|
100
|
+
"SEE_DETAILS": "See details",
|
|
101
|
+
"UNSAVED_CHANGES": "Has unsaved changes",
|
|
102
|
+
"ERROR_POPUP": {
|
|
103
|
+
"TITLE": "Error details",
|
|
104
|
+
"COPY_ERROR": "copy content"
|
|
105
|
+
},
|
|
106
|
+
"MORE": "More",
|
|
107
|
+
"TOOLBAR": "Toolbar actions",
|
|
108
|
+
"CLOSE_MENU": "Close menu",
|
|
109
|
+
"PANEL": "Panel"
|
|
110
|
+
},
|
|
111
|
+
"VC_BLADE_HEADER": {
|
|
112
|
+
"UNSAVED_CHANGES": "Has unsaved changes",
|
|
113
|
+
"NO_CHANGES": "No unsaved changes"
|
|
114
|
+
},
|
|
115
|
+
"VC_TABLE": {
|
|
116
|
+
"CURRENT_PAGE_SELECTED": "All items in this page are selected.",
|
|
117
|
+
"SELECT_ALL": "Select all items",
|
|
118
|
+
"ALL_SELECTED": "All items are selected.",
|
|
119
|
+
"ALL_SELECTED_COUNT": "All {count} items selected",
|
|
120
|
+
"SELECT_ALL_COUNT": "Select all {count} items",
|
|
121
|
+
"CANCEL": "Clear selection",
|
|
122
|
+
"ALL_ACTIONS": "All actions",
|
|
123
|
+
"MORE": "More",
|
|
124
|
+
"ALL_FILTERS": "Filters",
|
|
125
|
+
"SEARCH": "Search...",
|
|
126
|
+
"EMPTY": "List is empty.",
|
|
127
|
+
"EMPTY_TITLE": "No data",
|
|
128
|
+
"EMPTY_DESCRIPTION": "No items to display",
|
|
129
|
+
"NOT_FOUND": "Nothing found.",
|
|
130
|
+
"NOT_FOUND_TITLE": "No results found",
|
|
131
|
+
"NOT_FOUND_DESCRIPTION": "Try adjusting your search or filters",
|
|
132
|
+
"TOTALS": "Totals:",
|
|
133
|
+
"ACTIONS": "Actions",
|
|
134
|
+
"NOT_SET": "Not set",
|
|
135
|
+
"SELECTED": "Selected",
|
|
136
|
+
"SELECT_ALL_TRUNCATED": "Select all",
|
|
137
|
+
"PULL_TO_REFRESH": "Pull to refresh",
|
|
138
|
+
"RELEASE_TO_REFRESH": "Release to refresh",
|
|
139
|
+
"REFRESHING": "Refreshing...",
|
|
140
|
+
"ADD_ROW": "Add row",
|
|
141
|
+
"LOADING": "Loading...",
|
|
142
|
+
"PAGE_INFO": "Page {current} of {total}",
|
|
143
|
+
"COLUMN_FILTER": {
|
|
144
|
+
"APPLY": "Apply",
|
|
145
|
+
"CLEAR": "Clear",
|
|
146
|
+
"FROM": "From",
|
|
147
|
+
"TO": "To"
|
|
148
|
+
},
|
|
149
|
+
"GLOBAL_FILTERS": {
|
|
150
|
+
"BUTTON": "Filters",
|
|
151
|
+
"TITLE": "Filters"
|
|
152
|
+
},
|
|
153
|
+
"COLUMN_SWITCHER": {
|
|
154
|
+
"BUTTON": "Columns",
|
|
155
|
+
"TITLE": "Show/Hide Columns",
|
|
156
|
+
"SHOW_ALL": "Show All",
|
|
157
|
+
"RESET": "Reset"
|
|
158
|
+
},
|
|
159
|
+
"OF": "of",
|
|
160
|
+
"PAGE": "Page"
|
|
161
|
+
},
|
|
162
|
+
"VC_POPUP": {
|
|
163
|
+
"OK": "OK",
|
|
164
|
+
"CONFIRM": "Confirm",
|
|
165
|
+
"CANCEL": "Cancel",
|
|
166
|
+
"CLOSE": "Close",
|
|
167
|
+
"TITLE": {
|
|
168
|
+
"CONFIRMATION": "Confirmation",
|
|
169
|
+
"ERROR": "Error",
|
|
170
|
+
"INFO": "Info"
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"THEME_SELECTOR": {
|
|
175
|
+
"THEME_CHANGED": " theme",
|
|
176
|
+
"THEME_SELECTOR": "Theme"
|
|
177
|
+
},
|
|
178
|
+
"CHANGE_PASSWORD": {
|
|
179
|
+
"TITLE": "Change password",
|
|
180
|
+
"TITLE_FORCED": "Password expired",
|
|
181
|
+
"SUBTITLE_FORCED": "Please set a new password",
|
|
182
|
+
"FORCED": {
|
|
183
|
+
"LABEL": "Your password has expired. You must change the password to continue using the manager."
|
|
184
|
+
},
|
|
185
|
+
"CURRENT_PASSWORD": {
|
|
186
|
+
"LABEL": "Current password",
|
|
187
|
+
"PLACEHOLDER": "Enter password"
|
|
188
|
+
},
|
|
189
|
+
"NEW_PASSWORD": {
|
|
190
|
+
"LABEL": "New password",
|
|
191
|
+
"PLACEHOLDER": "Enter password"
|
|
192
|
+
},
|
|
193
|
+
"CONFIRM_PASSWORD": {
|
|
194
|
+
"LABEL": "Confirm password",
|
|
195
|
+
"PLACEHOLDER": "Confirm password"
|
|
196
|
+
},
|
|
197
|
+
"CANCEL": "Cancel",
|
|
198
|
+
"SAVE": "Update",
|
|
199
|
+
"ERRORS": {
|
|
200
|
+
"Repeat-password": "Passwords are not same",
|
|
201
|
+
"Equal-passwords": "The new password must not match the old one",
|
|
202
|
+
"Invalid-token": "Token is invalid or expired",
|
|
203
|
+
"Password-too-weak": "New password does not comply one or more password security policies:",
|
|
204
|
+
"PasswordTooShort": "Passwords too short",
|
|
205
|
+
"PasswordRequiresUniqueChars": "Passwords must use different characters",
|
|
206
|
+
"PasswordRequiresLower": "Passwords must have at least one lowercase ('a'-'z')",
|
|
207
|
+
"PasswordRequiresUpper": "Passwords must have at least one uppercase ('A'-'Z')",
|
|
208
|
+
"PasswordRequiresDigit": "Passwords must have at least one digit ('0'-'9')",
|
|
209
|
+
"PasswordRequiresNonAlphanumeric": "Passwords must have at least one non alphanumeric character",
|
|
210
|
+
"Incorrect password.": "You entered an incorrect password",
|
|
211
|
+
"You have used this password in the past. Choose another one.": "You have used this password in the past. Choose another one."
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"APP_SWITCHER": {
|
|
215
|
+
"TITLE": "Applications"
|
|
216
|
+
},
|
|
217
|
+
"NOTIFICATION_DROPDOWN": {
|
|
218
|
+
"TITLE": "Notifications",
|
|
219
|
+
"EMPTY": "No notifications yet"
|
|
220
|
+
},
|
|
221
|
+
"LANGUAGE_SELECTOR": {
|
|
222
|
+
"TITLE": "Language"
|
|
223
|
+
},
|
|
224
|
+
"FILTERS": {
|
|
225
|
+
"APPLY": "Apply filters",
|
|
226
|
+
"RESET": "Reset"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"INVITATION": {
|
|
230
|
+
"TITLE": "You're invited!",
|
|
231
|
+
"SUBTITLE": "Set a password for your account",
|
|
232
|
+
"FIELDS": {
|
|
233
|
+
"EMAIL": {
|
|
234
|
+
"LABEL": "Email"
|
|
235
|
+
},
|
|
236
|
+
"PASSWORD": {
|
|
237
|
+
"LABEL": "New password",
|
|
238
|
+
"PLACEHOLDER": "Enter password"
|
|
239
|
+
},
|
|
240
|
+
"CONFIRM_PASSWORD": {
|
|
241
|
+
"LABEL": "Confirm password",
|
|
242
|
+
"PLACEHOLDER": "Confirm password"
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
"ACCEPT_INVITATION": "Activate",
|
|
246
|
+
"ERRORS": {
|
|
247
|
+
"Repeat-password": "Passwords are not same",
|
|
248
|
+
"Invalid-token": "Token is invalid or expired",
|
|
249
|
+
"Password-too-weak": "New password does not comply one or more password security policies:",
|
|
250
|
+
"PasswordTooShort": "Passwords too short",
|
|
251
|
+
"PasswordRequiresUniqueChars": "Passwords must use different characters",
|
|
252
|
+
"PasswordRequiresLower": "Passwords must have at least one lowercase ('a'-'z')",
|
|
253
|
+
"PasswordRequiresUpper": "Passwords must have at least one uppercase ('A'-'Z')",
|
|
254
|
+
"PasswordRequiresDigit": "Passwords must have at least one digit ('0'-'9')",
|
|
255
|
+
"PasswordRequiresNonAlphanumeric": "Passwords must have at least one non alphanumeric character",
|
|
256
|
+
"recentPasswordUsed": "You have used this password in the past. Choose another one."
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"LOGIN": {
|
|
260
|
+
"TITLE": "Welcome back",
|
|
261
|
+
"SUBTITLE": "Sign in to your account to continue",
|
|
262
|
+
"FIELDS": {
|
|
263
|
+
"LOGIN": {
|
|
264
|
+
"LABEL": "Email",
|
|
265
|
+
"PLACEHOLDER": "Enter your email"
|
|
266
|
+
},
|
|
267
|
+
"PASSWORD": {
|
|
268
|
+
"LABEL": "Password",
|
|
269
|
+
"PLACEHOLDER": "Enter your password"
|
|
270
|
+
},
|
|
271
|
+
"FORGOT_PASSWORD": {
|
|
272
|
+
"TITLE": "Forgot password",
|
|
273
|
+
"LABEL": "Email",
|
|
274
|
+
"PLACEHOLDER": "Please enter your email"
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"FORGOT_PASSWORD_BUTTON": "Forgot password?",
|
|
278
|
+
"BUTTON": "Sign in",
|
|
279
|
+
"OR": "or",
|
|
280
|
+
"FORGOT_BUTTON": "Submit",
|
|
281
|
+
"BACK_BUTTON": "Back",
|
|
282
|
+
"BUTTON_OK": "Ok",
|
|
283
|
+
"RESET_EMAIL_TEXT": "We will send you an email with instructions on how to reset your password.",
|
|
284
|
+
"RESET_EMAIL_SENT": "Email with instructions has been sent to you.",
|
|
285
|
+
"SSO_NO_PROVIDERS_ERROR": "SSO authentication is not configured. Please contact your administrator."
|
|
286
|
+
},
|
|
287
|
+
"FORGOT_PASSWORD": {
|
|
288
|
+
"TITLE": "Reset your password",
|
|
289
|
+
"SUBTITLE": "Enter your email and we'll send you a reset link",
|
|
290
|
+
"FIELDS": {
|
|
291
|
+
"EMAIL": {
|
|
292
|
+
"LABEL": "Email",
|
|
293
|
+
"PLACEHOLDER": "Enter your email address"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"SEND_BUTTON": "Send reset link",
|
|
297
|
+
"BACK_TO_LOGIN": "Back to sign in",
|
|
298
|
+
"SUCCESS_TITLE": "Check your email",
|
|
299
|
+
"SUCCESS_TEXT": "We sent a reset link to {email}"
|
|
300
|
+
},
|
|
301
|
+
"PASSWORDRESET": {
|
|
302
|
+
"TITLE": "Set new password",
|
|
303
|
+
"SUBTITLE": "Enter your new password below",
|
|
304
|
+
"FIELDS": {
|
|
305
|
+
"PASSWORD": {
|
|
306
|
+
"LABEL": "New password",
|
|
307
|
+
"PLACEHOLDER": "Enter password"
|
|
308
|
+
},
|
|
309
|
+
"CONFIRM_PASSWORD": {
|
|
310
|
+
"LABEL": "Confirm password",
|
|
311
|
+
"PLACEHOLDER": "Confirm password"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"SAVE_PASSWORD": "Save",
|
|
315
|
+
"ERRORS": {
|
|
316
|
+
"Repeat-password": "Passwords are not same",
|
|
317
|
+
"Invalid-token": "Token is invalid or expired",
|
|
318
|
+
"Password-too-weak": "New password does not comply one or more password security policies:",
|
|
319
|
+
"PasswordTooShort": "Passwords too short",
|
|
320
|
+
"PasswordRequiresUniqueChars": "Passwords must use different characters",
|
|
321
|
+
"PasswordRequiresLower": "Passwords must have at least one lowercase ('a'-'z')",
|
|
322
|
+
"PasswordRequiresUpper": "Passwords must have at least one uppercase ('A'-'Z')",
|
|
323
|
+
"PasswordRequiresDigit": "Passwords must have at least one digit ('0'-'9')",
|
|
324
|
+
"PasswordRequiresNonAlphanumeric": "Passwords must have at least one non alphanumeric character",
|
|
325
|
+
"recentPasswordUsed": "You have used this password in the past. Choose another one."
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
"ASSETS_MANAGER": {
|
|
329
|
+
"TITLE": "Assets",
|
|
330
|
+
"TOOLBAR": {
|
|
331
|
+
"SAVE": "Save",
|
|
332
|
+
"REFRESH": "Refresh",
|
|
333
|
+
"ADD": "Add",
|
|
334
|
+
"DELETE": "Delete selected"
|
|
335
|
+
},
|
|
336
|
+
"EMPTY": {
|
|
337
|
+
"NO_ASSETS": "No assets",
|
|
338
|
+
"UPLOAD_ASSETS": "Drag & drop assets here or click 'Upload' button",
|
|
339
|
+
"UPLOAD": "Upload"
|
|
340
|
+
},
|
|
341
|
+
"TABLE": {
|
|
342
|
+
"HEADER": {
|
|
343
|
+
"IMAGE": "Img",
|
|
344
|
+
"NAME": "Name",
|
|
345
|
+
"SIZE": "Size",
|
|
346
|
+
"SORT_ORDER": "Sort order",
|
|
347
|
+
"CREATED_DATE": "Created date"
|
|
348
|
+
},
|
|
349
|
+
"ACTIONS": {
|
|
350
|
+
"DELETE": "Delete",
|
|
351
|
+
"EDIT": "Edit"
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"ASSETS": {
|
|
356
|
+
"PAGES": {
|
|
357
|
+
"DETAILS": {
|
|
358
|
+
"SUBTITLE": "Asset edit",
|
|
359
|
+
"TOOLBAR": {
|
|
360
|
+
"SAVE": "Save",
|
|
361
|
+
"DELETE": "Delete"
|
|
362
|
+
},
|
|
363
|
+
"FIELDS": {
|
|
364
|
+
"SIZE": "Size",
|
|
365
|
+
"CREATED_DATE": "Created date",
|
|
366
|
+
"URL": "Url",
|
|
367
|
+
"COPY": "Copy link",
|
|
368
|
+
"NAME": {
|
|
369
|
+
"TITLE": "Asset name",
|
|
370
|
+
"PLACEHOLDER": "Enter asset name"
|
|
371
|
+
},
|
|
372
|
+
"ALT": {
|
|
373
|
+
"TITLE": "Image alternative text",
|
|
374
|
+
"PLACEHOLDER": "Enter image alt text",
|
|
375
|
+
"TOOLTIP": "This text will be displayed in case of disabled/unloaded image on the page"
|
|
376
|
+
},
|
|
377
|
+
"DESCRIPTION": {
|
|
378
|
+
"TITLE": "Meta description",
|
|
379
|
+
"PLACEHOLDER": "Enter meta description"
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
"messages": {
|
|
386
|
+
"_default": "The {field} is not valid",
|
|
387
|
+
"alpha": "The {field} field may only contain alphabetic characters",
|
|
388
|
+
"alpha_num": "The {field} field may only contain alpha-numeric characters",
|
|
389
|
+
"alpha_dash": "The {field} field may contain alpha-numeric characters as well as dashes and underscores",
|
|
390
|
+
"alpha_spaces": "The {field} field may only contain alphabetic characters as well as spaces",
|
|
391
|
+
"between": "The {field} field must be between 0:{min} and 1:{max}",
|
|
392
|
+
"confirmed": "The {field} field confirmation does not match",
|
|
393
|
+
"digits": "The {field} field must be numeric and exactly contain 0:{length} digits",
|
|
394
|
+
"dimensions": "The {field} field must be 0:{width} pixels by 1:{height} pixels",
|
|
395
|
+
"email": "The {field} field must be a valid email",
|
|
396
|
+
"not_one_of": "The {field} field is not a valid value",
|
|
397
|
+
"ext": "The {field} field is not a valid file",
|
|
398
|
+
"image": "The {field} field must be an image",
|
|
399
|
+
"integer": "The {field} field must be an integer",
|
|
400
|
+
"length": "The {field} field must be 0:{length} long",
|
|
401
|
+
"max_value": "The {field} field must be 0:{max} or less",
|
|
402
|
+
"max": "The {field} field may not be greater than 0:{length} characters",
|
|
403
|
+
"mimes": "The {field} field must have a valid file type",
|
|
404
|
+
"min_value": "The {field} field must be 0:{min} or more",
|
|
405
|
+
"min": "The {field} field must be at least 0:{length} characters",
|
|
406
|
+
"numeric": "The {field} field may only contain numeric characters",
|
|
407
|
+
"one_of": "The {field} field is not a valid value",
|
|
408
|
+
"regex": "The {field} field format is invalid",
|
|
409
|
+
"required_if": "The {field} field is required",
|
|
410
|
+
"required": "The {field} field is required",
|
|
411
|
+
"size": "The {field} field size must be less than 0:{size}KB",
|
|
412
|
+
"url": "The {field} field is not a valid URL",
|
|
413
|
+
"min_dimensions": {
|
|
414
|
+
"error": "Image dimensions must be greater than {height}*{width}",
|
|
415
|
+
"not_image_error": "Not image file"
|
|
416
|
+
},
|
|
417
|
+
"file_weight": "File size must be maximum {size} kb",
|
|
418
|
+
"before": "End date must be earlier than start date",
|
|
419
|
+
"after": "End date must be later than start date",
|
|
420
|
+
"bigint": "Unsupported number"
|
|
421
|
+
},
|
|
422
|
+
"PERMISSION_MESSAGES": {
|
|
423
|
+
"ACCESS_RESTRICTED": "Access restricted"
|
|
424
|
+
},
|
|
425
|
+
"AI_AGENT": {
|
|
426
|
+
"LOADING": "Loading Virto OZ..."
|
|
427
|
+
},
|
|
428
|
+
"common": {
|
|
429
|
+
"no_options": "No options"
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
;
|