@alfresco/aca-content 4.0.0-A.2-9984
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 +24 -0
- package/assets/app.extensions.json +2496 -0
- package/assets/i18n/ar.json +634 -0
- package/assets/i18n/cs.json +634 -0
- package/assets/i18n/da.json +634 -0
- package/assets/i18n/de.json +634 -0
- package/assets/i18n/en.json +634 -0
- package/assets/i18n/es.json +634 -0
- package/assets/i18n/fi.json +634 -0
- package/assets/i18n/fr.json +634 -0
- package/assets/i18n/it.json +634 -0
- package/assets/i18n/ja.json +634 -0
- package/assets/i18n/nb.json +634 -0
- package/assets/i18n/nl.json +634 -0
- package/assets/i18n/pl.json +634 -0
- package/assets/i18n/pt-BR.json +634 -0
- package/assets/i18n/ru.json +634 -0
- package/assets/i18n/sv.json +634 -0
- package/assets/i18n/zh-CN.json +634 -0
- package/assets/images/Wallpaper-BG-generic.svg +39 -0
- package/assets/images/adf-move-file-24px.svg +1 -0
- package/assets/images/baseline-library_books-24px.svg +2 -0
- package/assets/images/baseline-lock-24px.svg +1 -0
- package/assets/images/join-library.svg +32 -0
- package/assets/images/mastHead-bg-shapesPattern.svg +53 -0
- package/esm2020/alfresco-aca-content.mjs +5 -0
- package/esm2020/lib/aca-content.module.mjs +364 -0
- package/esm2020/lib/aca-content.routes.mjs +582 -0
- package/esm2020/lib/components/common/common.module.mjs +49 -0
- package/esm2020/lib/components/common/language-picker/language-picker.component.mjs +58 -0
- package/esm2020/lib/components/common/location-link/location-link.component.mjs +178 -0
- package/esm2020/lib/components/common/logout/logout.component.mjs +61 -0
- package/esm2020/lib/components/common/toggle-shared/toggle-shared.component.mjs +66 -0
- package/esm2020/lib/components/context-menu/context-menu-item.component.mjs +59 -0
- package/esm2020/lib/components/context-menu/context-menu-outside-event.directive.mjs +66 -0
- package/esm2020/lib/components/context-menu/context-menu-overlay.mjs +33 -0
- package/esm2020/lib/components/context-menu/context-menu.component.mjs +103 -0
- package/esm2020/lib/components/context-menu/context-menu.module.mjs +77 -0
- package/esm2020/lib/components/context-menu/context-menu.service.mjs +104 -0
- package/esm2020/lib/components/context-menu/direction.token.mjs +30 -0
- package/esm2020/lib/components/context-menu/interfaces.mjs +26 -0
- package/esm2020/lib/components/create-menu/create-menu.component.mjs +74 -0
- package/esm2020/lib/components/create-menu/create-menu.module.mjs +45 -0
- package/esm2020/lib/components/details/details.component.mjs +100 -0
- package/esm2020/lib/components/dl-custom-components/document-list-custom-components.module.mjs +49 -0
- package/esm2020/lib/components/dl-custom-components/name-column/name-column.component.mjs +93 -0
- package/esm2020/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.mjs +52 -0
- package/esm2020/lib/components/favorite-libraries/favorite-libraries.component.mjs +114 -0
- package/esm2020/lib/components/favorites/favorites.component.mjs +99 -0
- package/esm2020/lib/components/files/files.component.mjs +312 -0
- package/esm2020/lib/components/header/header.component.mjs +98 -0
- package/esm2020/lib/components/header/header.module.mjs +46 -0
- package/esm2020/lib/components/home/home.component.mjs +50 -0
- package/esm2020/lib/components/info-drawer/comments-tab/comments-tab.component.mjs +57 -0
- package/esm2020/lib/components/info-drawer/info.drawer.module.mjs +93 -0
- package/esm2020/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.mjs +144 -0
- package/esm2020/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.mjs +43 -0
- package/esm2020/lib/components/info-drawer/metadata-tab/metadata-tab.component.mjs +89 -0
- package/esm2020/lib/components/info-drawer/versions-tab/versions-tab.component.mjs +96 -0
- package/esm2020/lib/components/layout/app-layout/app-layout.component.mjs +147 -0
- package/esm2020/lib/components/layout/layout.module.mjs +75 -0
- package/esm2020/lib/components/libraries/libraries.component.mjs +71 -0
- package/esm2020/lib/components/main-action/main-action.component.mjs +60 -0
- package/esm2020/lib/components/main-action/main-action.module.mjs +46 -0
- package/esm2020/lib/components/node-version/node-version-form.component.mjs +71 -0
- package/esm2020/lib/components/node-version/node-version.module.mjs +79 -0
- package/esm2020/lib/components/recent-files/recent-files.component.mjs +82 -0
- package/esm2020/lib/components/search/search-action-menu/search-action-menu.component.mjs +60 -0
- package/esm2020/lib/components/search/search-input/search-input.component.mjs +263 -0
- package/esm2020/lib/components/search/search-input-control/search-input-control.component.mjs +88 -0
- package/esm2020/lib/components/search/search-input.module.mjs +48 -0
- package/esm2020/lib/components/search/search-libraries-results/search-libraries-query-builder.service.mjs +92 -0
- package/esm2020/lib/components/search/search-libraries-results/search-libraries-results.component.mjs +140 -0
- package/esm2020/lib/components/search/search-results/search-results.component.mjs +218 -0
- package/esm2020/lib/components/search/search-results-row/search-results-row.component.mjs +94 -0
- package/esm2020/lib/components/search/search-results.module.mjs +86 -0
- package/esm2020/lib/components/shared-files/shared-files.component.mjs +79 -0
- package/esm2020/lib/components/shared-link-view/shared-link-view.component.mjs +81 -0
- package/esm2020/lib/components/shared-link-view/shared-link-view.module.mjs +66 -0
- package/esm2020/lib/components/sidenav/components/button-menu.component.mjs +58 -0
- package/esm2020/lib/components/sidenav/components/expand-menu.component.mjs +54 -0
- package/esm2020/lib/components/sidenav/directives/action.directive.mjs +75 -0
- package/esm2020/lib/components/sidenav/directives/active-link.directive.mjs +93 -0
- package/esm2020/lib/components/sidenav/directives/expansion-panel.directive.mjs +102 -0
- package/esm2020/lib/components/sidenav/directives/menu-panel.directive.mjs +99 -0
- package/esm2020/lib/components/sidenav/sidenav-wrapper/sidenav-wrapper.component.mjs +45 -0
- package/esm2020/lib/components/sidenav/sidenav.component.mjs +76 -0
- package/esm2020/lib/components/sidenav/sidenav.module.mjs +104 -0
- package/esm2020/lib/components/toolbar/document-display-mode/document-display-mode.component.mjs +85 -0
- package/esm2020/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.mjs +151 -0
- package/esm2020/lib/components/toolbar/toggle-favorite/toggle-favorite.component.mjs +80 -0
- package/esm2020/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.mjs +102 -0
- package/esm2020/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.mjs +76 -0
- package/esm2020/lib/components/toolbar/toggle-join-library/toggle-join-library-button.component.mjs +99 -0
- package/esm2020/lib/components/toolbar/toggle-join-library/toggle-join-library-menu.component.mjs +81 -0
- package/esm2020/lib/components/toolbar/toolbar.module.mjs +89 -0
- package/esm2020/lib/components/toolbar/view-node/view-node.component.mjs +102 -0
- package/esm2020/lib/components/trashcan/trashcan.component.mjs +64 -0
- package/esm2020/lib/components/trashcan/trashcan.module.mjs +71 -0
- package/esm2020/lib/components/upload-files-dialog/upload-files-dialog.component.mjs +34 -0
- package/esm2020/lib/components/view-profile/view-profile.component.mjs +158 -0
- package/esm2020/lib/components/view-profile/view-profile.guard.mjs +31 -0
- package/esm2020/lib/components/view-profile/view-profile.module.mjs +43 -0
- package/esm2020/lib/dialogs/node-template/create-from-template.dialog.mjs +120 -0
- package/esm2020/lib/directives/directives.module.mjs +43 -0
- package/esm2020/lib/directives/document-list.directive.mjs +142 -0
- package/esm2020/lib/extensions/core.extensions.module.mjs +66 -0
- package/esm2020/lib/material.module.mjs +58 -0
- package/esm2020/lib/services/content-management.service.mjs +871 -0
- package/esm2020/lib/services/content-service-extension.service.mjs +47 -0
- package/esm2020/lib/services/content-url.service.mjs +73 -0
- package/esm2020/lib/services/node-actions.service.mjs +601 -0
- package/esm2020/lib/services/node-template.service.mjs +150 -0
- package/esm2020/lib/store/app-store.module.mjs +96 -0
- package/esm2020/lib/store/effects/app.effects.mjs +62 -0
- package/esm2020/lib/store/effects/contextmenu.effects.mjs +56 -0
- package/esm2020/lib/store/effects/download.effects.mjs +160 -0
- package/esm2020/lib/store/effects/favorite.effects.mjs +77 -0
- package/esm2020/lib/store/effects/library.effects.mjs +112 -0
- package/esm2020/lib/store/effects/node.effects.mjs +310 -0
- package/esm2020/lib/store/effects/search.effects.mjs +55 -0
- package/esm2020/lib/store/effects/template.effects.mjs +122 -0
- package/esm2020/lib/store/effects/upload.effects.mjs +169 -0
- package/esm2020/lib/store/effects/viewer.effects.mjs +176 -0
- package/esm2020/lib/store/effects.mjs +36 -0
- package/esm2020/lib/store/initial-state.mjs +66 -0
- package/esm2020/lib/store/reducers/app.reducer.mjs +218 -0
- package/esm2020/public-api.mjs +9 -0
- package/fesm2015/alfresco-aca-content.mjs +9937 -0
- package/fesm2015/alfresco-aca-content.mjs.map +1 -0
- package/fesm2020/alfresco-aca-content.mjs +10103 -0
- package/fesm2020/alfresco-aca-content.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/aca-content.module.d.ts +49 -0
- package/lib/aca-content.routes.d.ts +28 -0
- package/lib/components/common/common.module.d.ts +14 -0
- package/lib/components/common/language-picker/language-picker.component.d.ts +5 -0
- package/lib/components/common/location-link/location-link.component.d.ts +49 -0
- package/lib/components/common/logout/logout.component.d.ts +10 -0
- package/lib/components/common/toggle-shared/toggle-shared.component.d.ts +44 -0
- package/lib/components/context-menu/context-menu-item.component.d.ts +13 -0
- package/lib/components/context-menu/context-menu-outside-event.directive.d.ts +36 -0
- package/lib/components/context-menu/context-menu-overlay.d.ts +30 -0
- package/lib/components/context-menu/context-menu.component.d.ts +49 -0
- package/lib/components/context-menu/context-menu.module.d.ts +18 -0
- package/lib/components/context-menu/context-menu.service.d.ts +44 -0
- package/lib/components/context-menu/direction.token.d.ts +26 -0
- package/lib/components/context-menu/interfaces.d.ts +31 -0
- package/lib/components/create-menu/create-menu.component.d.ts +43 -0
- package/lib/components/create-menu/create-menu.module.d.ts +10 -0
- package/lib/components/details/details.component.d.ts +47 -0
- package/lib/components/dl-custom-components/document-list-custom-components.module.d.ts +13 -0
- package/lib/components/dl-custom-components/name-column/name-column.component.d.ts +43 -0
- package/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.d.ts +17 -0
- package/lib/components/favorite-libraries/favorite-libraries.component.d.ts +55 -0
- package/lib/components/favorites/favorites.component.d.ts +50 -0
- package/lib/components/files/files.component.d.ts +80 -0
- package/lib/components/header/header.component.d.ts +59 -0
- package/lib/components/header/header.module.d.ts +11 -0
- package/lib/components/home/home.component.d.ts +37 -0
- package/lib/components/info-drawer/comments-tab/comments-tab.component.d.ts +11 -0
- package/lib/components/info-drawer/info.drawer.module.d.ts +19 -0
- package/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.d.ts +65 -0
- package/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.d.ts +7 -0
- package/lib/components/info-drawer/metadata-tab/metadata-tab.component.d.ts +50 -0
- package/lib/components/info-drawer/versions-tab/versions-tab.component.d.ts +36 -0
- package/lib/components/layout/app-layout/app-layout.component.d.ts +63 -0
- package/lib/components/layout/layout.module.d.ts +16 -0
- package/lib/components/libraries/libraries.component.d.ts +45 -0
- package/lib/components/main-action/main-action.component.d.ts +42 -0
- package/lib/components/main-action/main-action.module.d.ts +11 -0
- package/lib/components/node-version/node-version-form.component.d.ts +47 -0
- package/lib/components/node-version/node-version.module.d.ts +16 -0
- package/lib/components/recent-files/recent-files.component.d.ts +49 -0
- package/lib/components/search/search-action-menu/search-action-menu.component.d.ts +39 -0
- package/lib/components/search/search-input/search-input.component.d.ts +82 -0
- package/lib/components/search/search-input-control/search-input-control.component.d.ts +51 -0
- package/lib/components/search/search-input.module.d.ts +12 -0
- package/lib/components/search/search-libraries-results/search-libraries-query-builder.service.d.ts +57 -0
- package/lib/components/search/search-libraries-results/search-libraries-results.component.d.ts +58 -0
- package/lib/components/search/search-results/search-results.component.d.ts +70 -0
- package/lib/components/search/search-results-row/search-results-row.component.d.ts +49 -0
- package/lib/components/search/search-results.module.d.ts +21 -0
- package/lib/components/shared-files/shared-files.component.d.ts +48 -0
- package/lib/components/shared-link-view/shared-link-view.component.d.ts +48 -0
- package/lib/components/shared-link-view/shared-link-view.module.d.ts +14 -0
- package/lib/components/sidenav/components/button-menu.component.d.ts +38 -0
- package/lib/components/sidenav/components/expand-menu.component.d.ts +36 -0
- package/lib/components/sidenav/directives/action.directive.d.ts +14 -0
- package/lib/components/sidenav/directives/active-link.directive.d.ts +46 -0
- package/lib/components/sidenav/directives/expansion-panel.directive.d.ts +45 -0
- package/lib/components/sidenav/directives/menu-panel.directive.d.ts +43 -0
- package/lib/components/sidenav/sidenav-wrapper/sidenav-wrapper.component.d.ts +12 -0
- package/lib/components/sidenav/sidenav.component.d.ts +44 -0
- package/lib/components/sidenav/sidenav.module.d.ts +21 -0
- package/lib/components/toolbar/document-display-mode/document-display-mode.component.d.ts +13 -0
- package/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.d.ts +48 -0
- package/lib/components/toolbar/toggle-favorite/toggle-favorite.component.d.ts +43 -0
- package/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.d.ts +43 -0
- package/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.d.ts +11 -0
- package/lib/components/toolbar/toggle-join-library/toggle-join-library-button.component.d.ts +42 -0
- package/lib/components/toolbar/toggle-join-library/toggle-join-library-menu.component.d.ts +10 -0
- package/lib/components/toolbar/toolbar.module.d.ts +20 -0
- package/lib/components/toolbar/view-node/view-node.component.d.ts +17 -0
- package/lib/components/trashcan/trashcan.component.d.ts +43 -0
- package/lib/components/trashcan/trashcan.module.d.ts +15 -0
- package/lib/components/upload-files-dialog/upload-files-dialog.component.d.ts +14 -0
- package/lib/components/view-profile/view-profile.component.d.ts +36 -0
- package/lib/components/view-profile/view-profile.guard.d.ts +12 -0
- package/lib/components/view-profile/view-profile.module.d.ts +9 -0
- package/lib/dialogs/node-template/create-from-template.dialog.d.ts +50 -0
- package/lib/directives/directives.module.d.ts +9 -0
- package/lib/directives/document-list.directive.d.ts +57 -0
- package/lib/extensions/core.extensions.module.d.ts +14 -0
- package/lib/material.module.d.ts +14 -0
- package/lib/services/content-management.service.d.ts +101 -0
- package/lib/services/content-service-extension.service.d.ts +11 -0
- package/lib/services/content-url.service.d.ts +17 -0
- package/lib/services/node-actions.service.d.ts +93 -0
- package/lib/services/node-template.service.d.ts +34 -0
- package/lib/store/app-store.module.d.ts +10 -0
- package/lib/store/effects/app.effects.d.ts +42 -0
- package/lib/store/effects/contextmenu.effects.d.ts +12 -0
- package/lib/store/effects/download.effects.d.ts +50 -0
- package/lib/store/effects/favorite.effects.d.ts +39 -0
- package/lib/store/effects/library.effects.d.ts +44 -0
- package/lib/store/effects/node.effects.d.ts +57 -0
- package/lib/store/effects/search.effects.d.ts +35 -0
- package/lib/store/effects/template.effects.d.ts +55 -0
- package/lib/store/effects/upload.effects.d.ts +53 -0
- package/lib/store/effects/viewer.effects.d.ts +56 -0
- package/lib/store/effects.d.ts +35 -0
- package/lib/store/initial-state.d.ts +27 -0
- package/lib/store/reducers/app.reducer.d.ts +27 -0
- package/package.json +34 -0
- package/public-api.d.ts +5 -0
- package/ui/application.scss +49 -0
- package/ui/colors.scss +98 -0
- package/ui/custom-theme.scss +28 -0
- package/ui/dynamic-theme/custom-background-color.scss +16 -0
- package/ui/dynamic-theme/custom-palette-creator.scss +138 -0
- package/ui/dynamic-theme/custom-text-color.scss +8 -0
- package/ui/dynamic-theme/custom-theme-palettes.scss +29 -0
- package/ui/dynamic-theme/custom-theme.scss.tpl +60 -0
- package/ui/dynamic-theme/index.scss +1 -0
- package/ui/dynamic-theme/theme-configuration.scss.tpl +14 -0
- package/ui/dynamic-theme/typography.scss +63 -0
- package/ui/mixins.scss +26 -0
- package/ui/overrides/adf-about.theme.scss +39 -0
- package/ui/overrides/adf-pagination.theme.scss +47 -0
- package/ui/overrides/adf-style-fixes.theme.scss +18 -0
- package/ui/overrides/ay11.scss +204 -0
- package/ui/theme.scss +57 -0
- package/ui/variables/font-family.scss +1 -0
- package/ui/variables/variables.scss +83 -0
|
@@ -0,0 +1,634 @@
|
|
|
1
|
+
{
|
|
2
|
+
"APP": {
|
|
3
|
+
"COPYRIGHT": "© 2017 - 2020 Alfresco Software, Inc. All rights reserved.",
|
|
4
|
+
"ABOUT": {
|
|
5
|
+
"VERSION": "Version:",
|
|
6
|
+
"PLUGINS": {
|
|
7
|
+
"TITLE": "Extensions",
|
|
8
|
+
"ID": "ID",
|
|
9
|
+
"NAME": "Name",
|
|
10
|
+
"VERSION": "Version",
|
|
11
|
+
"VENDOR": "Vendor",
|
|
12
|
+
"LICENSE": "License",
|
|
13
|
+
"RUNTIME": "Runtime",
|
|
14
|
+
"DESCRIPTION": "Description"
|
|
15
|
+
},
|
|
16
|
+
"LICENSE": {
|
|
17
|
+
"TITLE": "License",
|
|
18
|
+
"PROPERTY": "Property",
|
|
19
|
+
"VALUE": "Value"
|
|
20
|
+
},
|
|
21
|
+
"STATUS": {
|
|
22
|
+
"TITLE": "Status",
|
|
23
|
+
"PROPERTY": "Property",
|
|
24
|
+
"VALUE": "Value"
|
|
25
|
+
},
|
|
26
|
+
"MODULES": {
|
|
27
|
+
"TITLE": "Alfresco platform modules",
|
|
28
|
+
"ID": "ID",
|
|
29
|
+
"NAME": "Name",
|
|
30
|
+
"VERSION": "Version"
|
|
31
|
+
},
|
|
32
|
+
"PACKAGES": {
|
|
33
|
+
"TITLE": "Packages",
|
|
34
|
+
"NAME": "Name",
|
|
35
|
+
"VERSION": "Version"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"LANGUAGE": "Language",
|
|
39
|
+
"SIGN_IN": "Sign in",
|
|
40
|
+
"SIGN_OUT": "Sign out",
|
|
41
|
+
"SETTINGS": {
|
|
42
|
+
"TITLE": "Settings",
|
|
43
|
+
"APPLICATION-SETTINGS": "Application Settings",
|
|
44
|
+
"REPOSITORY-SETTINGS": "Repository Settings",
|
|
45
|
+
"INVALID-VALUE-FORMAT": "Invalid value format",
|
|
46
|
+
"REQUIRED-FIELD": "This field is required",
|
|
47
|
+
"RESET": "Reset",
|
|
48
|
+
"APPLY": "Apply"
|
|
49
|
+
},
|
|
50
|
+
"EDIT_PROFILE": {
|
|
51
|
+
"MY_PROFILE": "My Profile",
|
|
52
|
+
"GENERAL": "General",
|
|
53
|
+
"EDIT": "Edit",
|
|
54
|
+
"CANCEL": "Cancel",
|
|
55
|
+
"SAVE": "Save",
|
|
56
|
+
"FIRST_NAME": "First name",
|
|
57
|
+
"LAST_NAME": "Last name",
|
|
58
|
+
"JOB_TITLE": "Job title",
|
|
59
|
+
"LOCATION": "Location",
|
|
60
|
+
"TELEPHONE": "Telephone",
|
|
61
|
+
"MOBILE": "Mobile",
|
|
62
|
+
"LOGIN": "Login",
|
|
63
|
+
"USERNAME": "Username",
|
|
64
|
+
"EMAIL": "Email",
|
|
65
|
+
"PASSWORD": "Password",
|
|
66
|
+
"OLD_PASSWORD": "Old Password",
|
|
67
|
+
"FORGOT_PASSWORD": "Forgot Password",
|
|
68
|
+
"NEW_PASSWORD": "New Password",
|
|
69
|
+
"VERIFY_PASSWORD": "Verify Password",
|
|
70
|
+
"COMPANY_DETAILS": "Company details",
|
|
71
|
+
"NAME": "Name",
|
|
72
|
+
"ADDRESS": "Address",
|
|
73
|
+
"POSTCODE": "Postcode",
|
|
74
|
+
"INVALID_INPUT": "Invalid Input"
|
|
75
|
+
},
|
|
76
|
+
"LOCKED_BY": "Locked by: ",
|
|
77
|
+
"PREVIEW": {
|
|
78
|
+
"TITLE": "Preview"
|
|
79
|
+
},
|
|
80
|
+
"DETAILS": {
|
|
81
|
+
"TITLE": "Details"
|
|
82
|
+
},
|
|
83
|
+
"NEW_MENU": {
|
|
84
|
+
"LABEL": "New",
|
|
85
|
+
"TOOLTIP": "Add new files and folders, or create a new File Library",
|
|
86
|
+
"MENU_ITEMS": {
|
|
87
|
+
"CREATE_FOLDER": "Create Folder",
|
|
88
|
+
"UPLOAD_FILE": "Upload File",
|
|
89
|
+
"UPLOAD_FOLDER": "Upload Folder",
|
|
90
|
+
"CREATE_LIBRARY": "Create Library",
|
|
91
|
+
"FILE_TEMPLATE": "Create file from template",
|
|
92
|
+
"FOLDER_TEMPLATE": "Create folder from template"
|
|
93
|
+
},
|
|
94
|
+
"TOOLTIPS": {
|
|
95
|
+
"CREATE_FOLDER": "Create new folder",
|
|
96
|
+
"CREATE_FOLDER_NOT_ALLOWED": "Folders cannot be created whilst viewing the current items",
|
|
97
|
+
"CREATE_FILE_NOT_ALLOWED": "Files cannot be created whilst viewing the current items",
|
|
98
|
+
"UPLOAD_FILES": "Select files to upload",
|
|
99
|
+
"UPLOAD_FILES_NOT_ALLOWED": "Files cannot be uploaded whilst viewing the current items",
|
|
100
|
+
"UPLOAD_FOLDERS": "Select folders to upload",
|
|
101
|
+
"UPLOAD_FOLDERS_NOT_ALLOWED": "Folders cannot be uploaded whilst viewing the current items",
|
|
102
|
+
"CREATE_LIBRARY": "Create a new File Library"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"BROWSE": {
|
|
106
|
+
"PERSONAL": {
|
|
107
|
+
"TITLE": "Personal Files",
|
|
108
|
+
"SIDENAV_LINK": {
|
|
109
|
+
"LABEL": "Personal Files",
|
|
110
|
+
"TOOLTIP": "View your Personal Files"
|
|
111
|
+
},
|
|
112
|
+
"PERMISSIONS": {
|
|
113
|
+
"TITLE": "Permissions"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"LIBRARIES": {
|
|
117
|
+
"TITLE": "File Libraries",
|
|
118
|
+
"DESCRIPTION": "Access File Libraries",
|
|
119
|
+
"SIDENAV_LINK": {
|
|
120
|
+
"LABEL": "File Libraries",
|
|
121
|
+
"TOOLTIP": "File Libraries"
|
|
122
|
+
},
|
|
123
|
+
"EMPTY_STATE": {
|
|
124
|
+
"FILE_LIBRARIES": {
|
|
125
|
+
"TITLE": "You aren't a member of any File Libraries yet",
|
|
126
|
+
"TEXT": "Join libraries to upload, view, and share files."
|
|
127
|
+
},
|
|
128
|
+
"FAVORITE_LIBRARIES": {
|
|
129
|
+
"TITLE": "No Favorite Libraries",
|
|
130
|
+
"TEXT": "Favorite a library that you want to find easily later."
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"MENU": {
|
|
134
|
+
"MY_LIBRARIES": {
|
|
135
|
+
"TITLE": "My Libraries",
|
|
136
|
+
"SIDENAV_LINK": {
|
|
137
|
+
"LABEL": "My Libraries",
|
|
138
|
+
"TOOLTIP": "Access my libraries"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"FAVORITE_LIBRARIES": {
|
|
142
|
+
"TITLE": "Favorite Libraries",
|
|
143
|
+
"SIDENAV_LINK": {
|
|
144
|
+
"LABEL": "Favorite Libraries",
|
|
145
|
+
"TOOLTIP": "Access my favorite libraries"
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"SHARED": {
|
|
151
|
+
"TITLE": "Shared Files",
|
|
152
|
+
"SIDENAV_LINK": {
|
|
153
|
+
"LABEL": "Shared",
|
|
154
|
+
"TOOLTIP": "View files that have been shared"
|
|
155
|
+
},
|
|
156
|
+
"EMPTY_STATE": {
|
|
157
|
+
"TITLE": "No shared files or folders",
|
|
158
|
+
"TEXT": "Items you share using the Share option are shown here."
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"RECENT": {
|
|
162
|
+
"TITLE": "Recent Files",
|
|
163
|
+
"SIDENAV_LINK": {
|
|
164
|
+
"LABEL": "Recent Files",
|
|
165
|
+
"TOOLTIP": "View files you recently edited"
|
|
166
|
+
},
|
|
167
|
+
"EMPTY_STATE": {
|
|
168
|
+
"TITLE": "No recent files",
|
|
169
|
+
"TEXT": "Items you uploaded or edited in the last 30 days are shown here."
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"FAVORITES": {
|
|
173
|
+
"TITLE": "Favorites",
|
|
174
|
+
"SIDENAV_LINK": {
|
|
175
|
+
"LABEL": "Favorites",
|
|
176
|
+
"TOOLTIP": "View your favorite files and folders"
|
|
177
|
+
},
|
|
178
|
+
"EMPTY_STATE": {
|
|
179
|
+
"TITLE": "No favorite files or folders",
|
|
180
|
+
"TEXT": "Favorite items that you want to easily find later."
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"TRASHCAN": {
|
|
184
|
+
"TITLE": "Trash",
|
|
185
|
+
"SIDENAV_LINK": {
|
|
186
|
+
"LABEL": "Trash",
|
|
187
|
+
"TOOLTIP": "View deleted files in the trash"
|
|
188
|
+
},
|
|
189
|
+
"EMPTY_STATE": {
|
|
190
|
+
"TITLE": "Trash is empty",
|
|
191
|
+
"FIRST_TEXT": "Items you delete are moved to the Trash.",
|
|
192
|
+
"SECOND_TEXT": "Empty Trash to permanently delete items."
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"ABOUT": {
|
|
196
|
+
"TITLE": "About"
|
|
197
|
+
},
|
|
198
|
+
"SEARCH": {
|
|
199
|
+
"DEFAULT_SEARCH": "Default",
|
|
200
|
+
"DUBLIN_CORE": "Dublin core",
|
|
201
|
+
"EFFECTIVITY": "Effectivity",
|
|
202
|
+
"TITLE": "Search Results",
|
|
203
|
+
"RESET_ACTION": "Reset search filters",
|
|
204
|
+
"FOUND_RESULTS": "{{ number }} results found",
|
|
205
|
+
"FOUND_ONE_RESULT": "{{ number }} result found",
|
|
206
|
+
"CUSTOM_ROW": {
|
|
207
|
+
"MODIFIED": "Modified",
|
|
208
|
+
"BY_USER": "by {{ user }}",
|
|
209
|
+
"LOCATION": "Location",
|
|
210
|
+
"SIZE": "Size"
|
|
211
|
+
},
|
|
212
|
+
"UNKNOWN_LOCATION": "Unknown",
|
|
213
|
+
"NO_RESULTS": "Your search returned 0 results",
|
|
214
|
+
"EMPTY_SEARCH": "Search term required",
|
|
215
|
+
"NO_FILTER_RESULTS": "Your filter returned 0 results",
|
|
216
|
+
"ERRORS": {
|
|
217
|
+
"500": "There was an error processing the search query [500]",
|
|
218
|
+
"GENERIC": "There was an error processing the search query"
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"SEARCH_LIBRARIES": {
|
|
222
|
+
"TITLE": "Libraries found...",
|
|
223
|
+
"FOUND_RESULTS": "{{ number }} results",
|
|
224
|
+
"FOUND_ONE_RESULT": "{{ number }} result"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"ACTIONS": {
|
|
228
|
+
"VIEW": "View",
|
|
229
|
+
"EDIT": "Edit",
|
|
230
|
+
"DOWNLOAD": "Download",
|
|
231
|
+
"COPY": "Copy",
|
|
232
|
+
"MOVE": "Move",
|
|
233
|
+
"DELETE": "Delete",
|
|
234
|
+
"DELETE_PERMANENT": "Permanently Delete",
|
|
235
|
+
"MORE": "More Actions",
|
|
236
|
+
"UNDO": "Undo",
|
|
237
|
+
"PERMISSIONS": "Permissions",
|
|
238
|
+
"RESTORE": "Restore",
|
|
239
|
+
"FAVORITE": "Favorite",
|
|
240
|
+
"ADD_FAVORITE": "Add Favorite",
|
|
241
|
+
"REMOVE_FAVORITE": "Remove Favorite",
|
|
242
|
+
"UNSHARE": "Unshare",
|
|
243
|
+
"DETAILS": "View Details",
|
|
244
|
+
"VERSIONS": "Manage Versions",
|
|
245
|
+
"UPLOAD_VERSION": "Upload New Version",
|
|
246
|
+
"TOGGLE-SIDENAV": "Toggle side navigation bar",
|
|
247
|
+
"SHARE": "Share",
|
|
248
|
+
"SHARE_EDIT": "Shared Link Settings",
|
|
249
|
+
"PRINT": "Print",
|
|
250
|
+
"FULLSCREEN": "Activate full-screen mode",
|
|
251
|
+
"JOIN": "Join",
|
|
252
|
+
"CANCEL_JOIN": "Cancel Join Request",
|
|
253
|
+
"LEAVE": "Leave Library",
|
|
254
|
+
"EDIT_OFFLINE": "Edit Offline",
|
|
255
|
+
"EDIT_OFFLINE_CANCEL": "Cancel Editing",
|
|
256
|
+
"LIST_MODE": "View list",
|
|
257
|
+
"GALLERY_MODE": "View gallery",
|
|
258
|
+
"CHANGE_ASPECT": "Edit Aspects"
|
|
259
|
+
},
|
|
260
|
+
"DIALOGS": {
|
|
261
|
+
"CONFIRM_PURGE": {
|
|
262
|
+
"TITLE": "Delete from trash?",
|
|
263
|
+
"MESSAGE": "This will permanently remove the selected item(s).",
|
|
264
|
+
"YES_LABEL": "Delete",
|
|
265
|
+
"NO_LABEL": "Keep"
|
|
266
|
+
},
|
|
267
|
+
"CONFIRM_LEAVE": {
|
|
268
|
+
"TITLE": "Leave this library?",
|
|
269
|
+
"MESSAGE": "Leaving will remove your access.",
|
|
270
|
+
"YES_LABEL": "OK",
|
|
271
|
+
"NO_LABEL": "Cancel"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"DOCUMENT_LIST": {
|
|
275
|
+
"COLUMNS": {
|
|
276
|
+
"ID": "ID",
|
|
277
|
+
"NAME": "Name",
|
|
278
|
+
"DESCRIPTION": "Description",
|
|
279
|
+
"SIZE": "Size",
|
|
280
|
+
"MODIFIED_ON": "Modified",
|
|
281
|
+
"MODIFIED_BY": "Modified by",
|
|
282
|
+
"VISIBILITY": "Visibility",
|
|
283
|
+
"TITLE": "Title",
|
|
284
|
+
"LOCATION": "Location",
|
|
285
|
+
"SHARED_BY": "Shared by",
|
|
286
|
+
"DELETED_ON": "Deleted",
|
|
287
|
+
"DELETED_BY": "Deleted by",
|
|
288
|
+
"ROLE": "My Role"
|
|
289
|
+
},
|
|
290
|
+
"TOOLBAR": {
|
|
291
|
+
"CARDVIEW": "Card view mode",
|
|
292
|
+
"LISTVIEW": "List view mode"
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
"MESSAGES": {
|
|
296
|
+
"ERRORS":{
|
|
297
|
+
"CANNOT_NAVIGATE_LOCATION": "Cannot open this location",
|
|
298
|
+
"MISSING_CONTENT": "This item no longer exists or you don't have permission to view it.",
|
|
299
|
+
"GENERIC": "The action was unsuccessful. Try again or contact your IT Team.",
|
|
300
|
+
"CONFLICT": "This name is already in use, try a different name.",
|
|
301
|
+
"NODE_MOVE": "Move unsuccessful, a file with the same name already exists.",
|
|
302
|
+
"EXISTENT_FOLDER": "There's already a folder with this name. Try a different name.",
|
|
303
|
+
"NODE_DELETION": "{{ name }} couldn't be deleted",
|
|
304
|
+
"NODE_DELETION_PLURAL": "{{ number }} items couldn't be deleted",
|
|
305
|
+
"NODE_RESTORE": "{{ name }} couldn't be restored",
|
|
306
|
+
"NODE_RESTORE_PLURAL": "{{ number }} items couldn't be restored",
|
|
307
|
+
"PERMISSION": "You don't have access to do this",
|
|
308
|
+
"LOCK_NODE": "There was a problem locking the {{ fileName }} file",
|
|
309
|
+
"UNLOCK_NODE": "There was a problem unlocking the {{ fileName }} file",
|
|
310
|
+
"TRASH": {
|
|
311
|
+
"NODES_PURGE": {
|
|
312
|
+
"PLURAL": "{{ number }} items couldn't be deleted",
|
|
313
|
+
"SINGULAR": "{{ name }} couldn't be deleted"
|
|
314
|
+
},
|
|
315
|
+
"NODES_RESTORE": {
|
|
316
|
+
"PARTIAL_PLURAL": "{{ number }} items not restored because of issues with the restore location",
|
|
317
|
+
"NODE_EXISTS": "Can't restore, {{ name }} already exists",
|
|
318
|
+
"LOCATION_MISSING": "Can't restore {{ name }}, the original location no longer exists",
|
|
319
|
+
"GENERIC": "There was a problem restoring {{ name }}"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"DELETE_LIBRARY_FAILED": "Cannot delete the library",
|
|
323
|
+
"JOIN_REQUEST_FAILED": "Cannot join the library",
|
|
324
|
+
"JOIN_CANCEL_FAILED": "Cannot cancel your join request",
|
|
325
|
+
"LEAVE_LIBRARY_FAILED": "Cannot leave this library",
|
|
326
|
+
"INVALID_SENDER_EMAIL": "Your email address must be valid before requesting to join.",
|
|
327
|
+
"INVALID_RECEIVER_EMAIL": "Recipient(s) email address not valid, contact IT."
|
|
328
|
+
},
|
|
329
|
+
"UPLOAD": {
|
|
330
|
+
"ERROR": {
|
|
331
|
+
"GENERIC": "Upload unsuccessful. Contact IT if this problem persists",
|
|
332
|
+
"CONFLICT": "New version not uploaded, another file with the same name already exists",
|
|
333
|
+
"500": "Internal server error, try again or contact IT support [500]",
|
|
334
|
+
"504": "The server timed out, try again or contact IT support [504]",
|
|
335
|
+
"403": "Insufficient permissions to upload in this location [403]",
|
|
336
|
+
"404": "Upload location no longer exists [404]"
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
"INFO": {
|
|
340
|
+
"TRASH": {
|
|
341
|
+
"NODES_PURGE": {
|
|
342
|
+
"PLURAL": "{{ number }} items deleted",
|
|
343
|
+
"SINGULAR": "{{ name }} deleted",
|
|
344
|
+
"PARTIAL_SINGULAR": "{{ name }} deleted, {{ failed }} couldn't be deleted",
|
|
345
|
+
"PARTIAL_PLURAL": "{{ number }} items deleted, {{ failed }} couldn't be deleted"
|
|
346
|
+
},
|
|
347
|
+
"NODES_RESTORE": {
|
|
348
|
+
"PLURAL": "Restore successful",
|
|
349
|
+
"SINGULAR": "{{ name }} restored"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"NODE_DELETION": {
|
|
353
|
+
"SINGULAR": "{{ name }} deleted",
|
|
354
|
+
"PLURAL": "Deleted {{ number }} items",
|
|
355
|
+
"PARTIAL_SINGULAR": "Deleted {{ success }} item, {{ failed }} couldn't be deleted",
|
|
356
|
+
"PARTIAL_PLURAL": "Deleted {{ success }} items, {{ failed }} couldn't be deleted"
|
|
357
|
+
},
|
|
358
|
+
"NODE_COPY": {
|
|
359
|
+
"SINGULAR": "Copied {{ success }} item",
|
|
360
|
+
"PLURAL": "Copied {{ success }} items",
|
|
361
|
+
"PARTIAL_SINGULAR": "Copied {{ success }} item, {{ failed }} couldn't be copied.",
|
|
362
|
+
"PARTIAL_PLURAL": "Copied {{ success }} items, {{ failed }} couldn't be copied.",
|
|
363
|
+
"FAIL_SINGULAR": "{{ failed }} item couldn't be copied.",
|
|
364
|
+
"FAIL_PLURAL": "{{ failed }} items couldn't be copied."
|
|
365
|
+
},
|
|
366
|
+
"NODE_MOVE": {
|
|
367
|
+
"SINGULAR": "Moved {{ success }} item.",
|
|
368
|
+
"PLURAL": "Moved {{ success }} items.",
|
|
369
|
+
"PARTIAL": {
|
|
370
|
+
"SINGULAR": "Partially moved {{ partially }} item.",
|
|
371
|
+
"PLURAL": "Partially moved {{ partially }} items.",
|
|
372
|
+
"FAIL": "{{ failed }} couldn't be moved."
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"LIBRARY_DELETED": "Library deleted",
|
|
376
|
+
"JOINED": "Library joined",
|
|
377
|
+
"JOIN_REQUESTED": "Request sent to join this library",
|
|
378
|
+
"JOIN_CANCELED": "Canceled the request to join the library",
|
|
379
|
+
"LEFT_LIBRARY": "You have left the library"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"CONTENT_METADATA": {
|
|
383
|
+
"EXIF_GROUP_TITLE": "Image EXIF",
|
|
384
|
+
"GROUP_IPTC_CORE_CONTACT_INFO": "IPTC Contact",
|
|
385
|
+
"GROUP_IPTC_CORE_IMAGE_INFO": "IPTC Image",
|
|
386
|
+
"GROUP_IPTC_CORE_CONTENT_INFO": "IPTC Content",
|
|
387
|
+
"GROUP_IPTC_CORE_STATUS_INFO": "IPTC Status",
|
|
388
|
+
"GROUP_IPTC_EXT_DESCRIPTION": "IPTC Image Description",
|
|
389
|
+
"GROUP_IPTC_EXT_AO_DETAIL": "IPTC Artwork or Object Detail",
|
|
390
|
+
"GROUP_IPTC_EXT_MODEL_INFO": "IPTC Model Information",
|
|
391
|
+
"GROUP_IPTC_EXT_ADMIN_INFO": "IPTC Admin Information",
|
|
392
|
+
"GROUP_IPTC_EXT_RIGHTS_INFO": "IPTC Rights Information",
|
|
393
|
+
"GROUP_IPTC_EXT_OTHER": "IPTC Other",
|
|
394
|
+
"EFFECTIVITY_GROUP_TITLE": "Effectivity"
|
|
395
|
+
},
|
|
396
|
+
"INFO_DRAWER": {
|
|
397
|
+
"TITLE": "Details",
|
|
398
|
+
"DATA_LOADING": "Data is loading",
|
|
399
|
+
"TABS": {
|
|
400
|
+
"PROPERTIES": "Properties",
|
|
401
|
+
"LIBRARY_PROPERTIES": "About",
|
|
402
|
+
"VERSIONS": "Versions",
|
|
403
|
+
"COMMENTS": "Comments",
|
|
404
|
+
"PERMISSIONS": "Permissions",
|
|
405
|
+
"EXPAND": "Expand",
|
|
406
|
+
"CLOSE_LIBRARY": "Close Library"
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
"NODE_SELECTOR": {
|
|
411
|
+
"COPY_ITEM": "Copy '{{ name }}' to...",
|
|
412
|
+
"COPY_ITEMS": "Copy {{ number }} items to...",
|
|
413
|
+
"MOVE_ITEM": "Move '{{ name }}' to...",
|
|
414
|
+
"MOVE_ITEMS": "Move {{ number }} items to...",
|
|
415
|
+
"SEARCH": "Search",
|
|
416
|
+
"NEXT": "Next",
|
|
417
|
+
"SELECT_FILE_TEMPLATE_TITLE": "Select a document template",
|
|
418
|
+
"SELECT_FOLDER_TEMPLATE_TITLE": "Select a folder template"
|
|
419
|
+
},
|
|
420
|
+
"NODE_FROM_TEMPLATE": {
|
|
421
|
+
"CANCEL": "CANCEL",
|
|
422
|
+
"CREATE": "Create",
|
|
423
|
+
"FOLDER_DIALOG_TITLE": "Create new folder from <span class=\"bold\">'{{ template }}'</span>",
|
|
424
|
+
"FILE_DIALOG_TITLE": "Create new document from <span class=\"bold\">'{{ template }}'</span>",
|
|
425
|
+
"FORM": {
|
|
426
|
+
"PLACEHOLDER": {
|
|
427
|
+
"NAME": "Name",
|
|
428
|
+
"TITLE": "Title",
|
|
429
|
+
"DESCRIPTION": "Description"
|
|
430
|
+
},
|
|
431
|
+
"ERRORS": {
|
|
432
|
+
"DESCRIPTION_TOO_LONG": "Use 512 characters or less for description",
|
|
433
|
+
"TITLE_TOO_LONG": "Use 256 characters or less for title",
|
|
434
|
+
"REQUIRED": "Name is required",
|
|
435
|
+
"SPECIAL_CHARACTERS": "Name can't contain these characters * \" < > \\ / ? : |",
|
|
436
|
+
"ENDING_DOT": "Name can't end with a period .",
|
|
437
|
+
"ONLY_SPACES": "Name can't contain only spaces"
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
"SHARED_LINK": {
|
|
442
|
+
"UNSHARE_PERMISSION_ERROR": "You don't have permission to unshare this file"
|
|
443
|
+
},
|
|
444
|
+
"VERSION": {
|
|
445
|
+
"DIALOG_ADF": {
|
|
446
|
+
"TITLE": "Manage Versions",
|
|
447
|
+
"CLOSE": "Close"
|
|
448
|
+
},
|
|
449
|
+
"DIALOG": {
|
|
450
|
+
"TITLE": "Upload New Version",
|
|
451
|
+
"CANCEL": "Cancel",
|
|
452
|
+
"UPLOAD": "Upload"
|
|
453
|
+
},
|
|
454
|
+
"FORM": {
|
|
455
|
+
"SUBTITLE": "What level of changes were made to this version?",
|
|
456
|
+
"VERSION": {
|
|
457
|
+
"MINOR": "Minor (#.1)",
|
|
458
|
+
"MAJOR": "Major (2.0)"
|
|
459
|
+
},
|
|
460
|
+
"COMMENT": {
|
|
461
|
+
"PLACEHOLDER": "Add notes describing what changed"
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
"SELECTION": {
|
|
465
|
+
"EMPTY": "Please choose a document to see the versions of it.",
|
|
466
|
+
"NO_PERMISSION": "You don't have permission to manage the versions of this content."
|
|
467
|
+
},
|
|
468
|
+
"ERROR": {
|
|
469
|
+
"GENERIC": "There was an error versioning the file"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"INFO_PANEL": {
|
|
473
|
+
"TABS": {
|
|
474
|
+
|
|
475
|
+
},
|
|
476
|
+
"DETAILS": "Details"
|
|
477
|
+
},
|
|
478
|
+
"LIBRARY": {
|
|
479
|
+
"DIALOG": {
|
|
480
|
+
"CREATE_TITLE": "Create Library",
|
|
481
|
+
"CREATE": "Create",
|
|
482
|
+
"UPDATE": "Update",
|
|
483
|
+
"EDIT": "Edit",
|
|
484
|
+
"CANCEL": "Cancel",
|
|
485
|
+
"FORM": {
|
|
486
|
+
"DESCRIPTION": "Description",
|
|
487
|
+
"SITE_ID": "Library ID",
|
|
488
|
+
"NAME": "Name",
|
|
489
|
+
"VISIBILITY": "Visibility"
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"VISIBILITY": {
|
|
493
|
+
"PRIVATE": "Private",
|
|
494
|
+
"PUBLIC": "Public",
|
|
495
|
+
"MODERATED": "Moderated"
|
|
496
|
+
},
|
|
497
|
+
"HINTS": {
|
|
498
|
+
"SITE_TITLE_EXISTS": "Library name already in use"
|
|
499
|
+
},
|
|
500
|
+
"ERRORS": {
|
|
501
|
+
"GENERIC": "We hit a problem",
|
|
502
|
+
"EXISTENT_SITE": "This Library ID isn't available. Try a different Library ID.",
|
|
503
|
+
"CONFLICT": "This Library ID is already used. Check the trashcan.",
|
|
504
|
+
"ID_TOO_LONG": "Use 72 characters or less for the URL name",
|
|
505
|
+
"DESCRIPTION_TOO_LONG": "Use 512 characters or less for description",
|
|
506
|
+
"TITLE_TOO_LONG": "Use 256 characters or less for title",
|
|
507
|
+
"ILLEGAL_CHARACTERS": "Use numbers and letters only",
|
|
508
|
+
"ONLY_SPACES": "Library name can't contain only spaces",
|
|
509
|
+
"LIBRARY_UPDATE_ERROR": "There was an error updating library properties"
|
|
510
|
+
},
|
|
511
|
+
"SUCCESS": {
|
|
512
|
+
"LIBRARY_UPDATED": "Library properties updated"
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
"SEARCH": {
|
|
516
|
+
"INPUT": {
|
|
517
|
+
"PLACEHOLDER": "Search",
|
|
518
|
+
"FILES": "Files",
|
|
519
|
+
"FOLDERS": "Folders",
|
|
520
|
+
"LIBRARIES": "Libraries",
|
|
521
|
+
"HINT": "Search input must have at least 2 alphanumeric characters."
|
|
522
|
+
},
|
|
523
|
+
"SORT": {
|
|
524
|
+
"SORTING_OPTION": "Sort by",
|
|
525
|
+
"ASCENDING": "Ascending",
|
|
526
|
+
"DESCENDING": "Descending",
|
|
527
|
+
"RELEVANCE": "Relevance",
|
|
528
|
+
"FILENAME": "Filename",
|
|
529
|
+
"TITLE": "Title",
|
|
530
|
+
"MODIFIED_DATE": "Modified date",
|
|
531
|
+
"SIZE": "Size",
|
|
532
|
+
"TYPE": "Type",
|
|
533
|
+
"MODIFIER": "Modifier",
|
|
534
|
+
"CREATE_DATE": "Created date"
|
|
535
|
+
},
|
|
536
|
+
"FACET_FIELDS": {
|
|
537
|
+
"FILE_TYPE": "File type",
|
|
538
|
+
"CREATOR": "Creator",
|
|
539
|
+
"MODIFIER": "Modifier",
|
|
540
|
+
"LOCATION": "Location"
|
|
541
|
+
},
|
|
542
|
+
"CATEGORIES": {
|
|
543
|
+
"MODIFIED_DATE": "Modified date",
|
|
544
|
+
"SIZE": "Size",
|
|
545
|
+
"SIZE_OPTIONS": {
|
|
546
|
+
"SMALL": "Small",
|
|
547
|
+
"MEDIUM": "Medium",
|
|
548
|
+
"LARGE": "Large",
|
|
549
|
+
"HUGE": "Huge"
|
|
550
|
+
},
|
|
551
|
+
"CREATED_DATE": "Created date",
|
|
552
|
+
"EFFECTIVITY_FROM": "Effectivity from",
|
|
553
|
+
"EFFECTIVITY_TO": "Effectivity to"
|
|
554
|
+
},
|
|
555
|
+
"FACET_QUERIES": {
|
|
556
|
+
"TODAY": "Today",
|
|
557
|
+
"THIS_WEEK": "This week",
|
|
558
|
+
"THIS_MONTH": "This month",
|
|
559
|
+
"LAST_6_MONTHS": "In the last 6 months",
|
|
560
|
+
"THIS_YEAR": "This year"
|
|
561
|
+
},
|
|
562
|
+
"SEARCH_HEADER" : {
|
|
563
|
+
"TITLE":"Filter",
|
|
564
|
+
"TYPE": "Type",
|
|
565
|
+
"FILTER_BY": "Filter by {{ category }}",
|
|
566
|
+
"CLEAR": "Clear",
|
|
567
|
+
"APPLY": "Apply",
|
|
568
|
+
"FILTERS" : {
|
|
569
|
+
"NAME" : {
|
|
570
|
+
"TITLE": "Name",
|
|
571
|
+
"PLACEHOLDER": "Enter the name"
|
|
572
|
+
},
|
|
573
|
+
"TYPE": {
|
|
574
|
+
"TITLE": "Check type",
|
|
575
|
+
"FOLDER": "Folder",
|
|
576
|
+
"DOCUMENT": "Document"
|
|
577
|
+
},
|
|
578
|
+
"SIZE": {
|
|
579
|
+
"TITLE" : "Content Size (range)",
|
|
580
|
+
"SMALL": "Small",
|
|
581
|
+
"MEDIUM": "Medium",
|
|
582
|
+
"LARGE": "Large",
|
|
583
|
+
"HUGE": "Huge"
|
|
584
|
+
},
|
|
585
|
+
"DATE" :{
|
|
586
|
+
"TITLE" : "Created Date (range)"
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
"AVATAR": {
|
|
592
|
+
"ACCESSIBILITY": {
|
|
593
|
+
"AVATAR_BUTTON_ARIA_LABEL": "User options"
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
"CORE": {
|
|
597
|
+
"METADATA": {
|
|
598
|
+
"ACTIONS": {
|
|
599
|
+
"SAVE": "Save changes",
|
|
600
|
+
"CANCEL": "Discard changes"
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"ADF_VIEWER": {
|
|
605
|
+
"ACTIONS": {
|
|
606
|
+
"INFO": "View details",
|
|
607
|
+
"PREVIEW": "Show preview"
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
"FILE_UPLOAD": {
|
|
611
|
+
"ERRORS": {
|
|
612
|
+
"409": "This name is already in use, try a different name [409]"
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
"ADF_VERSION_LIST": {
|
|
616
|
+
"ACTIONS": {
|
|
617
|
+
"UPLOAD": {
|
|
618
|
+
"TOOLTIP": "Upload new version"
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
"CUSTOM_NAME_COLUMN": {
|
|
623
|
+
"ACCESSIBILITY": {
|
|
624
|
+
"FILE_LINK_ARIA_LABEL": "View {{ name }}",
|
|
625
|
+
"FOLDER_LINK_ARIA_LABEL": "Open {{ name }} folder"
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
"ADF-DATATABLE": {
|
|
629
|
+
"FILE_TYPE": {
|
|
630
|
+
"BOOKS-24PX": "file library",
|
|
631
|
+
"BASELINE-LOCK-24PX": "locked file"
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
}
|