@alfresco/aca-content 4.0.0-4895233349
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/about/about.component.d.ts +45 -0
- package/about/aca-about.module.d.ts +39 -0
- package/about/dev-mode.tokens.d.ts +25 -0
- package/about/index.d.ts +5 -0
- package/about/package-json.token.d.ts +25 -0
- package/about/public-api.d.ts +27 -0
- package/assets/app.extensions.json +2626 -0
- package/assets/i18n/ar.json +660 -0
- package/assets/i18n/cs.json +660 -0
- package/assets/i18n/da.json +660 -0
- package/assets/i18n/de.json +660 -0
- package/assets/i18n/en.json +660 -0
- package/assets/i18n/es.json +660 -0
- package/assets/i18n/fi.json +660 -0
- package/assets/i18n/fr.json +660 -0
- package/assets/i18n/it.json +660 -0
- package/assets/i18n/ja.json +660 -0
- package/assets/i18n/nb.json +660 -0
- package/assets/i18n/nl.json +660 -0
- package/assets/i18n/pl.json +660 -0
- package/assets/i18n/pt-BR.json +660 -0
- package/assets/i18n/ru.json +660 -0
- package/assets/i18n/sv.json +660 -0
- package/assets/i18n/zh-CN.json +660 -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/esm2020/about/about.component.mjs +77 -0
- package/esm2020/about/aca-about.module.mjs +67 -0
- package/esm2020/about/alfresco-aca-content-about.mjs +5 -0
- package/esm2020/about/dev-mode.tokens.mjs +26 -0
- package/esm2020/about/package-json.token.mjs +26 -0
- package/esm2020/about/public-api.mjs +28 -0
- package/esm2020/alfresco-aca-content.mjs +5 -0
- package/esm2020/lib/aca-content.module.mjs +365 -0
- package/esm2020/lib/aca-content.routes.mjs +581 -0
- package/esm2020/lib/components/common/common.module.mjs +67 -0
- package/esm2020/lib/components/common/language-picker/language-picker.component.mjs +57 -0
- package/esm2020/lib/components/common/location-link/location-link.component.mjs +177 -0
- package/esm2020/lib/components/common/logout/logout.component.mjs +60 -0
- package/esm2020/lib/components/common/toggle-shared/toggle-shared.component.mjs +65 -0
- package/esm2020/lib/components/common/user-info/user-info.component.mjs +86 -0
- package/esm2020/lib/components/context-menu/context-menu-item.component.mjs +58 -0
- package/esm2020/lib/components/context-menu/context-menu-outside-event.directive.mjs +65 -0
- package/esm2020/lib/components/context-menu/context-menu-overlay.mjs +32 -0
- package/esm2020/lib/components/context-menu/context-menu.component.mjs +102 -0
- package/esm2020/lib/components/context-menu/context-menu.module.mjs +76 -0
- package/esm2020/lib/components/context-menu/context-menu.service.mjs +103 -0
- package/esm2020/lib/components/context-menu/direction.token.mjs +29 -0
- package/esm2020/lib/components/context-menu/interfaces.mjs +25 -0
- package/esm2020/lib/components/create-menu/create-menu.component.mjs +73 -0
- package/esm2020/lib/components/create-menu/create-menu.module.mjs +44 -0
- package/esm2020/lib/components/details/details.component.mjs +99 -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 +90 -0
- package/esm2020/lib/components/dl-custom-components/tags-column/tags-column.component.mjs +31 -0
- package/esm2020/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.mjs +51 -0
- package/esm2020/lib/components/favorite-libraries/favorite-libraries.component.mjs +113 -0
- package/esm2020/lib/components/favorites/favorites.component.mjs +98 -0
- package/esm2020/lib/components/files/files.component.mjs +312 -0
- package/esm2020/lib/components/home/home.component.mjs +49 -0
- package/esm2020/lib/components/info-drawer/comments-tab/comments-tab.component.mjs +56 -0
- package/esm2020/lib/components/info-drawer/info.drawer.module.mjs +92 -0
- package/esm2020/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.mjs +143 -0
- package/esm2020/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.mjs +42 -0
- package/esm2020/lib/components/info-drawer/metadata-tab/metadata-tab.component.mjs +88 -0
- package/esm2020/lib/components/info-drawer/versions-tab/versions-tab.component.mjs +95 -0
- package/esm2020/lib/components/libraries/libraries.component.mjs +70 -0
- package/esm2020/lib/components/node-version/node-version-form.component.mjs +70 -0
- package/esm2020/lib/components/node-version/node-version.module.mjs +78 -0
- package/esm2020/lib/components/recent-files/recent-files.component.mjs +81 -0
- package/esm2020/lib/components/search/search-action-menu/search-action-menu.component.mjs +59 -0
- package/esm2020/lib/components/search/search-input/search-input.component.mjs +275 -0
- package/esm2020/lib/components/search/search-input-control/search-input-control.component.mjs +87 -0
- package/esm2020/lib/components/search/search-input.module.mjs +47 -0
- package/esm2020/lib/components/search/search-libraries-results/search-libraries-query-builder.service.mjs +91 -0
- package/esm2020/lib/components/search/search-libraries-results/search-libraries-results.component.mjs +142 -0
- package/esm2020/lib/components/search/search-navigation.service.mjs +60 -0
- package/esm2020/lib/components/search/search-results/search-results.component.mjs +221 -0
- package/esm2020/lib/components/search/search-results-row/search-results-row.component.mjs +101 -0
- package/esm2020/lib/components/search/search-results.module.mjs +88 -0
- package/esm2020/lib/components/shared-files/shared-files.component.mjs +78 -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 +69 -0
- package/esm2020/lib/components/sidenav/components/button-menu.component.mjs +57 -0
- package/esm2020/lib/components/sidenav/components/expand-menu.component.mjs +53 -0
- package/esm2020/lib/components/sidenav/components/sidenav-header.component.mjs +74 -0
- package/esm2020/lib/components/sidenav/directives/action.directive.mjs +74 -0
- package/esm2020/lib/components/sidenav/directives/active-link.directive.mjs +92 -0
- package/esm2020/lib/components/sidenav/directives/expansion-panel.directive.mjs +101 -0
- package/esm2020/lib/components/sidenav/directives/menu-panel.directive.mjs +98 -0
- package/esm2020/lib/components/sidenav/sidenav.component.mjs +83 -0
- package/esm2020/lib/components/sidenav/sidenav.module.mjs +84 -0
- package/esm2020/lib/components/toolbar/document-display-mode/document-display-mode.component.mjs +84 -0
- package/esm2020/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.mjs +150 -0
- package/esm2020/lib/components/toolbar/toggle-favorite/toggle-favorite.component.mjs +79 -0
- package/esm2020/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.mjs +101 -0
- package/esm2020/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.mjs +75 -0
- package/esm2020/lib/components/toolbar/toggle-join-library/toggle-join-library-button.component.mjs +98 -0
- package/esm2020/lib/components/toolbar/toggle-join-library/toggle-join-library-menu.component.mjs +80 -0
- package/esm2020/lib/components/toolbar/toolbar.module.mjs +88 -0
- package/esm2020/lib/components/toolbar/view-node/view-node.component.mjs +109 -0
- package/esm2020/lib/components/trashcan/trashcan.component.mjs +63 -0
- package/esm2020/lib/components/trashcan/trashcan.module.mjs +74 -0
- package/esm2020/lib/components/upload-files-dialog/upload-files-dialog.component.mjs +50 -0
- package/esm2020/lib/components/view-profile/view-profile.component.mjs +174 -0
- package/esm2020/lib/components/view-profile/view-profile.guard.mjs +47 -0
- package/esm2020/lib/components/view-profile/view-profile.module.mjs +42 -0
- package/esm2020/lib/dialogs/node-template/create-from-template.dialog.mjs +119 -0
- package/esm2020/lib/directives/directives.module.mjs +42 -0
- package/esm2020/lib/directives/document-list.directive.mjs +141 -0
- package/esm2020/lib/extensions/core.extensions.module.mjs +64 -0
- package/esm2020/lib/material.module.mjs +57 -0
- package/esm2020/lib/services/content-management.service.mjs +870 -0
- package/esm2020/lib/services/content-service-extension.service.mjs +63 -0
- package/esm2020/lib/services/content-url.service.mjs +72 -0
- package/esm2020/lib/services/node-actions.service.mjs +600 -0
- package/esm2020/lib/services/node-template.service.mjs +149 -0
- package/esm2020/lib/store/app-store.module.mjs +95 -0
- package/esm2020/lib/store/effects/app.effects.mjs +61 -0
- package/esm2020/lib/store/effects/contextmenu.effects.mjs +55 -0
- package/esm2020/lib/store/effects/download.effects.mjs +159 -0
- package/esm2020/lib/store/effects/favorite.effects.mjs +76 -0
- package/esm2020/lib/store/effects/library.effects.mjs +111 -0
- package/esm2020/lib/store/effects/node.effects.mjs +309 -0
- package/esm2020/lib/store/effects/search.effects.mjs +60 -0
- package/esm2020/lib/store/effects/template.effects.mjs +121 -0
- package/esm2020/lib/store/effects/upload.effects.mjs +169 -0
- package/esm2020/lib/store/effects/viewer.effects.mjs +175 -0
- package/esm2020/lib/store/effects.mjs +35 -0
- package/esm2020/lib/store/initial-state.mjs +62 -0
- package/esm2020/lib/store/reducers/app.reducer.mjs +211 -0
- package/esm2020/public-api.mjs +32 -0
- package/fesm2015/alfresco-aca-content-about.mjs +216 -0
- package/fesm2015/alfresco-aca-content-about.mjs.map +1 -0
- package/fesm2015/alfresco-aca-content.mjs +9771 -0
- package/fesm2015/alfresco-aca-content.mjs.map +1 -0
- package/fesm2020/alfresco-aca-content-about.mjs +214 -0
- package/fesm2020/alfresco-aca-content-about.mjs.map +1 -0
- package/fesm2020/alfresco-aca-content.mjs +9915 -0
- package/fesm2020/alfresco-aca-content.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/aca-content.module.d.ts +47 -0
- package/lib/aca-content.routes.d.ts +27 -0
- package/lib/components/common/common.module.d.ts +17 -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 +48 -0
- package/lib/components/common/logout/logout.component.d.ts +10 -0
- package/lib/components/common/toggle-shared/toggle-shared.component.d.ts +43 -0
- package/lib/components/common/user-info/user-info.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 +35 -0
- package/lib/components/context-menu/context-menu-overlay.d.ts +29 -0
- package/lib/components/context-menu/context-menu.component.d.ts +48 -0
- package/lib/components/context-menu/context-menu.module.d.ts +18 -0
- package/lib/components/context-menu/context-menu.service.d.ts +43 -0
- package/lib/components/context-menu/direction.token.d.ts +25 -0
- package/lib/components/context-menu/interfaces.d.ts +30 -0
- package/lib/components/create-menu/create-menu.component.d.ts +42 -0
- package/lib/components/create-menu/create-menu.module.d.ts +10 -0
- package/lib/components/details/details.component.d.ts +46 -0
- package/lib/components/dl-custom-components/document-list-custom-components.module.d.ts +14 -0
- package/lib/components/dl-custom-components/name-column/name-column.component.d.ts +41 -0
- package/lib/components/dl-custom-components/tags-column/tags-column.component.d.ts +35 -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 +54 -0
- package/lib/components/favorites/favorites.component.d.ts +49 -0
- package/lib/components/files/files.component.d.ts +55 -0
- package/lib/components/home/home.component.d.ts +36 -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 +64 -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 +49 -0
- package/lib/components/info-drawer/versions-tab/versions-tab.component.d.ts +35 -0
- package/lib/components/libraries/libraries.component.d.ts +44 -0
- package/lib/components/node-version/node-version-form.component.d.ts +46 -0
- package/lib/components/node-version/node-version.module.d.ts +16 -0
- package/lib/components/recent-files/recent-files.component.d.ts +48 -0
- package/lib/components/search/search-action-menu/search-action-menu.component.d.ts +38 -0
- package/lib/components/search/search-input/search-input.component.d.ts +85 -0
- package/lib/components/search/search-input-control/search-input-control.component.d.ts +50 -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 +56 -0
- package/lib/components/search/search-libraries-results/search-libraries-results.component.d.ts +58 -0
- package/lib/components/search/search-navigation.service.d.ts +13 -0
- package/lib/components/search/search-results/search-results.component.d.ts +69 -0
- package/lib/components/search/search-results-row/search-results-row.component.d.ts +50 -0
- package/lib/components/search/search-results.module.d.ts +21 -0
- package/lib/components/shared-files/shared-files.component.d.ts +47 -0
- package/lib/components/shared-link-view/shared-link-view.component.d.ts +47 -0
- package/lib/components/shared-link-view/shared-link-view.module.d.ts +15 -0
- package/lib/components/sidenav/components/button-menu.component.d.ts +37 -0
- package/lib/components/sidenav/components/expand-menu.component.d.ts +35 -0
- package/lib/components/sidenav/components/sidenav-header.component.d.ts +48 -0
- package/lib/components/sidenav/directives/action.directive.d.ts +14 -0
- package/lib/components/sidenav/directives/active-link.directive.d.ts +45 -0
- package/lib/components/sidenav/directives/expansion-panel.directive.d.ts +44 -0
- package/lib/components/sidenav/directives/menu-panel.directive.d.ts +42 -0
- package/lib/components/sidenav/sidenav.component.d.ts +50 -0
- package/lib/components/sidenav/sidenav.module.d.ts +19 -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 +47 -0
- package/lib/components/toolbar/toggle-favorite/toggle-favorite.component.d.ts +42 -0
- package/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.d.ts +42 -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 +41 -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 +19 -0
- package/lib/components/trashcan/trashcan.component.d.ts +42 -0
- package/lib/components/trashcan/trashcan.module.d.ts +16 -0
- package/lib/components/upload-files-dialog/upload-files-dialog.component.d.ts +37 -0
- package/lib/components/view-profile/view-profile.component.d.ts +59 -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 +49 -0
- package/lib/directives/directives.module.d.ts +9 -0
- package/lib/directives/document-list.directive.d.ts +56 -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 +100 -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 +41 -0
- package/lib/store/effects/contextmenu.effects.d.ts +12 -0
- package/lib/store/effects/download.effects.d.ts +49 -0
- package/lib/store/effects/favorite.effects.d.ts +38 -0
- package/lib/store/effects/library.effects.d.ts +43 -0
- package/lib/store/effects/node.effects.d.ts +56 -0
- package/lib/store/effects/search.effects.d.ts +37 -0
- package/lib/store/effects/template.effects.d.ts +54 -0
- package/lib/store/effects/upload.effects.d.ts +52 -0
- package/lib/store/effects/viewer.effects.d.ts +55 -0
- package/lib/store/effects.d.ts +34 -0
- package/lib/store/initial-state.d.ts +26 -0
- package/lib/store/reducers/app.reducer.d.ts +26 -0
- package/package.json +47 -0
- package/public-api.d.ts +28 -0
- package/ui/application.scss +53 -0
- package/ui/colors.scss +96 -0
- package/ui/custom-theme.scss +34 -0
- package/ui/dynamic-theme/custom-background-color.scss +14 -0
- package/ui/dynamic-theme/custom-palette-creator.scss +132 -0
- package/ui/dynamic-theme/custom-text-color.scss +8 -0
- package/ui/dynamic-theme/custom-theme-palettes.scss +33 -0
- package/ui/dynamic-theme/custom-theme.scss.tpl +72 -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 +94 -0
- package/ui/mixins.scss +26 -0
- package/ui/overrides/adf-about.theme.scss +38 -0
- package/ui/overrides/adf-pagination.theme.scss +46 -0
- package/ui/overrides/adf-style-fixes.theme.scss +18 -0
- package/ui/overrides/ay11.scss +232 -0
- package/ui/theme.scss +55 -0
- package/ui/variables/font-family.scss +1 -0
- package/ui/variables/variables.scss +92 -0
|
@@ -0,0 +1,660 @@
|
|
|
1
|
+
{
|
|
2
|
+
"APP": {
|
|
3
|
+
"COPYRIGHT": "© 2005-2023 Hyland Software, Inc. 及其附属公司。保留所有权利。",
|
|
4
|
+
"TITLE": "Workspace",
|
|
5
|
+
"ABOUT": {
|
|
6
|
+
"VERSION": "版本:",
|
|
7
|
+
"PLUGINS": {
|
|
8
|
+
"TITLE": "扩展",
|
|
9
|
+
"ID": "ID",
|
|
10
|
+
"NAME": "名称",
|
|
11
|
+
"VERSION": "版本",
|
|
12
|
+
"VENDOR": "供应商",
|
|
13
|
+
"LICENSE": "许可证",
|
|
14
|
+
"RUNTIME": "运行时",
|
|
15
|
+
"DESCRIPTION": "说明"
|
|
16
|
+
},
|
|
17
|
+
"LICENSE": {
|
|
18
|
+
"TITLE": "许可证",
|
|
19
|
+
"PROPERTY": "属性",
|
|
20
|
+
"VALUE": "值"
|
|
21
|
+
},
|
|
22
|
+
"STATUS": {
|
|
23
|
+
"TITLE": "状态",
|
|
24
|
+
"PROPERTY": "属性",
|
|
25
|
+
"VALUE": "值"
|
|
26
|
+
},
|
|
27
|
+
"MODULES": {
|
|
28
|
+
"TITLE": "Alfresco 平台模块",
|
|
29
|
+
"ID": "ID",
|
|
30
|
+
"NAME": "名称",
|
|
31
|
+
"VERSION": "版本"
|
|
32
|
+
},
|
|
33
|
+
"PACKAGES": {
|
|
34
|
+
"TITLE": "软件包",
|
|
35
|
+
"NAME": "名称",
|
|
36
|
+
"VERSION": "版本"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"LANGUAGE": "语言",
|
|
40
|
+
"SIGN_IN": "登录",
|
|
41
|
+
"SIGN_OUT": "退出",
|
|
42
|
+
"SETTINGS": {
|
|
43
|
+
"TITLE": "设置",
|
|
44
|
+
"APPLICATION-SETTINGS": "应用程序设置",
|
|
45
|
+
"REPOSITORY-SETTINGS": "存储库设置",
|
|
46
|
+
"INVALID-VALUE-FORMAT": "值格式无效",
|
|
47
|
+
"REQUIRED-FIELD": "此字段为必填字段",
|
|
48
|
+
"RESET": "重置",
|
|
49
|
+
"APPLY": "应用"
|
|
50
|
+
},
|
|
51
|
+
"EDIT_PROFILE": {
|
|
52
|
+
"MY_PROFILE": "我的个人档案",
|
|
53
|
+
"GENERAL": "常规",
|
|
54
|
+
"EDIT": "编辑",
|
|
55
|
+
"CANCEL": "取消",
|
|
56
|
+
"SAVE": "保存",
|
|
57
|
+
"FIRST_NAME": "名字",
|
|
58
|
+
"LAST_NAME": "姓氏",
|
|
59
|
+
"JOB_TITLE": "职位",
|
|
60
|
+
"LOCATION": "位置",
|
|
61
|
+
"TELEPHONE": "电话",
|
|
62
|
+
"MOBILE": "移动电话",
|
|
63
|
+
"LOGIN": "登录",
|
|
64
|
+
"USERNAME": "用户名",
|
|
65
|
+
"EMAIL": "电子邮件",
|
|
66
|
+
"PASSWORD": "密码",
|
|
67
|
+
"OLD_PASSWORD": "旧密码",
|
|
68
|
+
"FORGOT_PASSWORD": "忘记密码",
|
|
69
|
+
"NEW_PASSWORD": "新密码",
|
|
70
|
+
"VERIFY_PASSWORD": "验证密码",
|
|
71
|
+
"COMPANY_DETAILS": "公司详细信息",
|
|
72
|
+
"NAME": "名称",
|
|
73
|
+
"ADDRESS": "地址",
|
|
74
|
+
"POSTCODE": "邮政编码",
|
|
75
|
+
"INVALID_INPUT": "无效输入"
|
|
76
|
+
},
|
|
77
|
+
"LOCKED_BY": "锁定者: ",
|
|
78
|
+
"PREVIEW": {
|
|
79
|
+
"TITLE": "预览"
|
|
80
|
+
},
|
|
81
|
+
"DETAILS": {
|
|
82
|
+
"TITLE": "详细信息"
|
|
83
|
+
},
|
|
84
|
+
"NEW_MENU": {
|
|
85
|
+
"LABEL": "新建",
|
|
86
|
+
"TOOLTIP": "添加新文件或文件夹,或者创建新文件库",
|
|
87
|
+
"MENU_ITEMS": {
|
|
88
|
+
"CREATE_FOLDER": "创建文件夹",
|
|
89
|
+
"UPLOAD_FILE": "上传文件",
|
|
90
|
+
"UPLOAD_FOLDER": "上传文件夹",
|
|
91
|
+
"CREATE_LIBRARY": "创建库",
|
|
92
|
+
"FILE_TEMPLATE": "从模板创建文件",
|
|
93
|
+
"FOLDER_TEMPLATE": "从模板创建文件夹"
|
|
94
|
+
},
|
|
95
|
+
"TOOLTIPS": {
|
|
96
|
+
"CREATE_FOLDER": "新建文件夹",
|
|
97
|
+
"CREATE_FOLDER_NOT_ALLOWED": "查看当前项目时无法创建文件夹",
|
|
98
|
+
"CREATE_FILE_NOT_ALLOWED": "查看当前项目时无法创建文件",
|
|
99
|
+
"UPLOAD_FILES": "选择要上传的文件",
|
|
100
|
+
"UPLOAD_FILES_NOT_ALLOWED": "查看当前项目时无法上传文件",
|
|
101
|
+
"UPLOAD_FOLDERS": "选择要上传的文件夹",
|
|
102
|
+
"UPLOAD_FOLDERS_NOT_ALLOWED": "查看当前项目时无法上传文件夹",
|
|
103
|
+
"CREATE_LIBRARY": "创建一个新的文件库"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"HEADER": {
|
|
107
|
+
"BUTTONS": {
|
|
108
|
+
"CREATE": "创建",
|
|
109
|
+
"CREATE_TOOLTIP": "创建内容",
|
|
110
|
+
"UPLOAD": "上传",
|
|
111
|
+
"UPLOAD_TOOLTIP": "上传内容"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"BROWSE": {
|
|
115
|
+
"FILE": {
|
|
116
|
+
"SIDENAV_LINK": {
|
|
117
|
+
"LABEL": "文件",
|
|
118
|
+
"TOOLTIP": "文件"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"PERSONAL": {
|
|
122
|
+
"TITLE": "个人文件",
|
|
123
|
+
"SIDENAV_LINK": {
|
|
124
|
+
"LABEL": "个人文件",
|
|
125
|
+
"TOOLTIP": "查看您的个人文件"
|
|
126
|
+
},
|
|
127
|
+
"PERMISSIONS": {
|
|
128
|
+
"TITLE": "权限"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"LIBRARIES": {
|
|
132
|
+
"TITLE": "文件库",
|
|
133
|
+
"DESCRIPTION": "访问文件库",
|
|
134
|
+
"SIDENAV_LINK": {
|
|
135
|
+
"LABEL": "文件库",
|
|
136
|
+
"TOOLTIP": "文件库"
|
|
137
|
+
},
|
|
138
|
+
"EMPTY_STATE": {
|
|
139
|
+
"FILE_LIBRARIES": {
|
|
140
|
+
"TITLE": "您还不是任何文件库的成员",
|
|
141
|
+
"TEXT": "加入文件库以上传、查看和共享文件。"
|
|
142
|
+
},
|
|
143
|
+
"FAVORITE_LIBRARIES": {
|
|
144
|
+
"TITLE": "无收藏库",
|
|
145
|
+
"TEXT": "收藏您希望以后轻松查找的库"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"MENU": {
|
|
149
|
+
"MY_LIBRARIES": {
|
|
150
|
+
"TITLE": "我的库",
|
|
151
|
+
"SIDENAV_LINK": {
|
|
152
|
+
"LABEL": "我的库",
|
|
153
|
+
"TOOLTIP": "访问我的库"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"FAVORITE_LIBRARIES": {
|
|
157
|
+
"TITLE": "收藏库",
|
|
158
|
+
"SIDENAV_LINK": {
|
|
159
|
+
"LABEL": "收藏库",
|
|
160
|
+
"TOOLTIP": "访问我的收藏库"
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"SHARED": {
|
|
166
|
+
"TITLE": "共享文件",
|
|
167
|
+
"SIDENAV_LINK": {
|
|
168
|
+
"LABEL": "已共享",
|
|
169
|
+
"TOOLTIP": "查看已共享的文件"
|
|
170
|
+
},
|
|
171
|
+
"EMPTY_STATE": {
|
|
172
|
+
"TITLE": "无共享文件或文件夹",
|
|
173
|
+
"TEXT": "此处显示了您使用“共享”选项所共享的项目。"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"RECENT": {
|
|
177
|
+
"TITLE": "最近的文件",
|
|
178
|
+
"SIDENAV_LINK": {
|
|
179
|
+
"LABEL": "最近的文件",
|
|
180
|
+
"TOOLTIP": "查看最近编辑的文件"
|
|
181
|
+
},
|
|
182
|
+
"EMPTY_STATE": {
|
|
183
|
+
"TITLE": "无最近的文件",
|
|
184
|
+
"TEXT": "此处显示了您过去 30 天上传或编辑的项目。"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"FAVORITES": {
|
|
188
|
+
"TITLE": "收藏夹",
|
|
189
|
+
"SIDENAV_LINK": {
|
|
190
|
+
"LABEL": "收藏夹",
|
|
191
|
+
"TOOLTIP": "查看您收藏的文件和文件夹"
|
|
192
|
+
},
|
|
193
|
+
"EMPTY_STATE": {
|
|
194
|
+
"TITLE": "无收藏夹文件或文件夹",
|
|
195
|
+
"TEXT": "您想要在以后轻松查找的收藏夹项目。"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"TRASHCAN": {
|
|
199
|
+
"TITLE": "回收站",
|
|
200
|
+
"SIDENAV_LINK": {
|
|
201
|
+
"LABEL": "回收站",
|
|
202
|
+
"TOOLTIP": "查看回收站中的已删除文件"
|
|
203
|
+
},
|
|
204
|
+
"EMPTY_STATE": {
|
|
205
|
+
"TITLE": "回收站为空",
|
|
206
|
+
"FIRST_TEXT": "您删除的项目已移至回收站。",
|
|
207
|
+
"SECOND_TEXT": "清空回收站以永久删除项目。"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"ABOUT": {
|
|
211
|
+
"TITLE": "关于"
|
|
212
|
+
},
|
|
213
|
+
"SEARCH": {
|
|
214
|
+
"DEFAULT_SEARCH": "默认",
|
|
215
|
+
"DUBLIN_CORE": "都柏林核心",
|
|
216
|
+
"EFFECTIVITY": "有效性",
|
|
217
|
+
"TITLE": "搜索结果",
|
|
218
|
+
"RESET_ACTION": "重置搜索筛选器",
|
|
219
|
+
"FOUND_RESULTS": "找到 {{ number }} 个结果",
|
|
220
|
+
"FOUND_ONE_RESULT": "找到 {{ number }} 个结果",
|
|
221
|
+
"CUSTOM_ROW": {
|
|
222
|
+
"MODIFIED": "已修改",
|
|
223
|
+
"BY_USER": "由 {{ user }}",
|
|
224
|
+
"LOCATION": "位置",
|
|
225
|
+
"SIZE": "大小"
|
|
226
|
+
},
|
|
227
|
+
"UNKNOWN_LOCATION": "未知",
|
|
228
|
+
"NO_RESULTS": "您的搜索返回了 0 个结果",
|
|
229
|
+
"EMPTY_SEARCH": "需要搜索词",
|
|
230
|
+
"NO_FILTER_RESULTS": "您的筛选返回了 0 个结果",
|
|
231
|
+
"ERRORS": {
|
|
232
|
+
"500": "处理搜索查询时发生错误 [500]",
|
|
233
|
+
"GENERIC": "处理搜索查询时发生错误"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"SEARCH_LIBRARIES": {
|
|
237
|
+
"TITLE": "库找到...",
|
|
238
|
+
"FOUND_RESULTS": "{{ number }} 个结果",
|
|
239
|
+
"FOUND_ONE_RESULT": "{{ number }} 个结果"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"ACTIONS": {
|
|
243
|
+
"VIEW": "查看",
|
|
244
|
+
"EDIT": "编辑",
|
|
245
|
+
"DOWNLOAD": "下载",
|
|
246
|
+
"COPY": "复制",
|
|
247
|
+
"MOVE": "移动",
|
|
248
|
+
"DELETE": "删除",
|
|
249
|
+
"DELETE_PERMANENT": "永久删除",
|
|
250
|
+
"MORE": "更多操作",
|
|
251
|
+
"UNDO": "撤消",
|
|
252
|
+
"PERMISSIONS": "权限",
|
|
253
|
+
"RESTORE": "恢复",
|
|
254
|
+
"FAVORITE": "收藏",
|
|
255
|
+
"ADD_FAVORITE": "添加收藏",
|
|
256
|
+
"REMOVE_FAVORITE": "删除收藏",
|
|
257
|
+
"UNSHARE": "取消共享",
|
|
258
|
+
"DETAILS": "查看详细信息",
|
|
259
|
+
"VERSIONS": "管理版本",
|
|
260
|
+
"UPLOAD_VERSION": "上传新版本",
|
|
261
|
+
"TOGGLE-SIDENAV": "切换侧导航栏",
|
|
262
|
+
"SHARE": "共享",
|
|
263
|
+
"SHARE_EDIT": "已共享链接的设置",
|
|
264
|
+
"PRINT": "打印",
|
|
265
|
+
"FULLSCREEN": "激活全屏模式",
|
|
266
|
+
"JOIN": "加入",
|
|
267
|
+
"CANCEL_JOIN": "取消加入请求",
|
|
268
|
+
"LEAVE": "离开库",
|
|
269
|
+
"EDIT_OFFLINE": "离线编辑",
|
|
270
|
+
"EDIT_OFFLINE_CANCEL": "取消编辑",
|
|
271
|
+
"LIST_MODE": "查看列表",
|
|
272
|
+
"GALLERY_MODE": "查看图库",
|
|
273
|
+
"CHANGE_ASPECT": "编辑纵横比"
|
|
274
|
+
},
|
|
275
|
+
"DIALOGS": {
|
|
276
|
+
"CONFIRM_PURGE": {
|
|
277
|
+
"TITLE": "要从回收站删除吗?",
|
|
278
|
+
"MESSAGE": "所选定的项将会被永久删除。",
|
|
279
|
+
"YES_LABEL": "删除",
|
|
280
|
+
"NO_LABEL": "保留"
|
|
281
|
+
},
|
|
282
|
+
"CONFIRM_LEAVE": {
|
|
283
|
+
"TITLE": "要离开该库吗?",
|
|
284
|
+
"MESSAGE": "离开将会删除您的访问权。",
|
|
285
|
+
"YES_LABEL": "确定",
|
|
286
|
+
"NO_LABEL": "取消"
|
|
287
|
+
},
|
|
288
|
+
"MOBILE_APP": {
|
|
289
|
+
"MOBILE_APP_BUTTON_LABEL": "在 App 中打开"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"DOCUMENT_LIST": {
|
|
293
|
+
"COLUMNS": {
|
|
294
|
+
"ID": "ID",
|
|
295
|
+
"NAME": "名称",
|
|
296
|
+
"DESCRIPTION": "说明",
|
|
297
|
+
"SIZE": "大小",
|
|
298
|
+
"MODIFIED_ON": "已修改",
|
|
299
|
+
"MODIFIED_BY": "修改人",
|
|
300
|
+
"VISIBILITY": "可见性",
|
|
301
|
+
"TITLE": "标题",
|
|
302
|
+
"LOCATION": "位置",
|
|
303
|
+
"SHARED_BY": "分享人",
|
|
304
|
+
"DELETED_ON": "已删除",
|
|
305
|
+
"DELETED_BY": "删除人",
|
|
306
|
+
"ROLE": "我的角色",
|
|
307
|
+
"TAGS": "标记"
|
|
308
|
+
},
|
|
309
|
+
"TOOLBAR": {
|
|
310
|
+
"CARDVIEW": "卡查看模式",
|
|
311
|
+
"LISTVIEW": "列表视图模式"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"MESSAGES": {
|
|
315
|
+
"ERRORS": {
|
|
316
|
+
"CANNOT_NAVIGATE_LOCATION": "无法打开此位置",
|
|
317
|
+
"MISSING_CONTENT": "此项目不再存在,或者您无权对其进行查看。",
|
|
318
|
+
"GENERIC": "此操作未成功,请重试或联系您的 IT 团队。",
|
|
319
|
+
"CONFLICT": "此名称已使用,请尝试其他名称。",
|
|
320
|
+
"NODE_MOVE": "未成功移动,存在有相同名称的文件。",
|
|
321
|
+
"EXISTENT_FOLDER": "存在使用此名称的文件夹。请尝试使用其他名称。",
|
|
322
|
+
"NODE_DELETION": "{{ name }} 无法删除",
|
|
323
|
+
"NODE_DELETION_PLURAL": "{{ number }} 个项目无法删除",
|
|
324
|
+
"NODE_RESTORE": "{{ name }} 无法恢复",
|
|
325
|
+
"NODE_RESTORE_PLURAL": "{{ number }} 个项目无法恢复",
|
|
326
|
+
"PERMISSION": "您没有执行此操作的访问权",
|
|
327
|
+
"LOCK_NODE": "锁定 {{ fileName }} 文件时出现问题",
|
|
328
|
+
"UNLOCK_NODE": "解锁 {{ fileName }} 文件时出现问题",
|
|
329
|
+
"TRASH": {
|
|
330
|
+
"NODES_PURGE": {
|
|
331
|
+
"PLURAL": "{{ number }} 个项目无法删除",
|
|
332
|
+
"SINGULAR": "{{ name }} 无法删除"
|
|
333
|
+
},
|
|
334
|
+
"NODES_RESTORE": {
|
|
335
|
+
"PARTIAL_PLURAL": "{{ number }} 个项目无法恢复,因为恢复位置存在问题",
|
|
336
|
+
"NODE_EXISTS": "无法恢复,{{ name }} 已存在",
|
|
337
|
+
"LOCATION_MISSING": "无法恢复 {{ name }},原位置不复存在",
|
|
338
|
+
"GENERIC": "恢复 {{ name }} 时出现问题"
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"DELETE_LIBRARY_FAILED": "无法删除库",
|
|
342
|
+
"JOIN_REQUEST_FAILED": "无法加入库",
|
|
343
|
+
"JOIN_CANCEL_FAILED": "无法取消加入请求",
|
|
344
|
+
"LEAVE_LIBRARY_FAILED": "无法离开该库",
|
|
345
|
+
"INVALID_SENDER_EMAIL": "在请求加入之前,您的电子邮件地址必须有效。",
|
|
346
|
+
"INVALID_RECEIVER_EMAIL": "收件人电子邮件地址无效,请联系 IT 人员。"
|
|
347
|
+
},
|
|
348
|
+
"UPLOAD": {
|
|
349
|
+
"ERROR": {
|
|
350
|
+
"GENERIC": "上传不成功。如果此问题仍然存在,请联系 IT 人员",
|
|
351
|
+
"CONFLICT": "未上传新版本,已存在另一个同名文件",
|
|
352
|
+
"500": "内部服务器错误,请重试或联系 IT 支持人员 [500]",
|
|
353
|
+
"504": "服务器超时,请重试或联系 IT 支持人员 [504]",
|
|
354
|
+
"403": "权限不足,无法在此位置中进行上传 [403]",
|
|
355
|
+
"404": "上传位置不再存在 [404]"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
"INFO": {
|
|
359
|
+
"TRASH": {
|
|
360
|
+
"NODES_PURGE": {
|
|
361
|
+
"PLURAL": "{{ number }} 个项目已删除",
|
|
362
|
+
"SINGULAR": "{{ name }} 已删除",
|
|
363
|
+
"PARTIAL_SINGULAR": "{{ name }} 已删除,{{ failed }} 无法删除",
|
|
364
|
+
"PARTIAL_PLURAL": "{{ number }} 个项目已删除,{{ failed }} 无法删除"
|
|
365
|
+
},
|
|
366
|
+
"NODES_RESTORE": {
|
|
367
|
+
"PLURAL": "成功恢复",
|
|
368
|
+
"SINGULAR": "{{ name }} 已恢复"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"NODE_DELETION": {
|
|
372
|
+
"SINGULAR": "{{ name }} 已删除",
|
|
373
|
+
"PLURAL": "已删除 {{ number }} 个项目",
|
|
374
|
+
"PARTIAL_SINGULAR": "已删除 {{ success }} 项目,{{ failed }} 无法删除",
|
|
375
|
+
"PARTIAL_PLURAL": "已删除 {{ success }} 项目,{{ failed }} 无法删除"
|
|
376
|
+
},
|
|
377
|
+
"NODE_COPY": {
|
|
378
|
+
"SINGULAR": "已复制 {{ success }} 项目",
|
|
379
|
+
"PLURAL": "已复制 {{ success }} 项目",
|
|
380
|
+
"PARTIAL_SINGULAR": "已复制 {{ success }} 项目,{{ failed }} 无法复制。",
|
|
381
|
+
"PARTIAL_PLURAL": "已复制 {{ success }} 项目,{{ failed }} 无法复制。",
|
|
382
|
+
"FAIL_SINGULAR": "{{ failed }} 项目无法复制。",
|
|
383
|
+
"FAIL_PLURAL": "{{ failed }} 项目无法复制。"
|
|
384
|
+
},
|
|
385
|
+
"NODE_MOVE": {
|
|
386
|
+
"SINGULAR": "已移动 {{ success }} 项目。",
|
|
387
|
+
"PLURAL": "已移动 {{ success }} 项目。",
|
|
388
|
+
"PARTIAL": {
|
|
389
|
+
"SINGULAR": "部分移动 {{ partially }} 项目。",
|
|
390
|
+
"PLURAL": "部分移动 {{ partially }} 项目。",
|
|
391
|
+
"FAIL": "{{ failed }} 无法移动。"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"LIBRARY_DELETED": "库已删除",
|
|
395
|
+
"JOINED": "已加入库",
|
|
396
|
+
"JOIN_REQUESTED": "已发送加入该库的请求",
|
|
397
|
+
"JOIN_CANCELED": "已取消加入该库的请求",
|
|
398
|
+
"LEFT_LIBRARY": "您已离开该库"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
"CONTENT_METADATA": {
|
|
402
|
+
"EXIF_GROUP_TITLE": "图像EXIF",
|
|
403
|
+
"GROUP_IPTC_CORE_CONTACT_INFO": "IPTC 联系人",
|
|
404
|
+
"GROUP_IPTC_CORE_IMAGE_INFO": "IPTC 图像",
|
|
405
|
+
"GROUP_IPTC_CORE_CONTENT_INFO": "IPTC 内容",
|
|
406
|
+
"GROUP_IPTC_CORE_STATUS_INFO": "IPTC 状态",
|
|
407
|
+
"GROUP_IPTC_EXT_DESCRIPTION": "IPTC 图像描述",
|
|
408
|
+
"GROUP_IPTC_EXT_AO_DETAIL": "IPTC 艺术品或物体细节",
|
|
409
|
+
"GROUP_IPTC_EXT_MODEL_INFO": "IPTC 模型信息",
|
|
410
|
+
"GROUP_IPTC_EXT_ADMIN_INFO": "IPTC 管理信息",
|
|
411
|
+
"GROUP_IPTC_EXT_RIGHTS_INFO": "IPTC 权利信息",
|
|
412
|
+
"GROUP_IPTC_EXT_OTHER": "IPTC 其他",
|
|
413
|
+
"EFFECTIVITY_GROUP_TITLE": "有效性"
|
|
414
|
+
},
|
|
415
|
+
"INFO_DRAWER": {
|
|
416
|
+
"TITLE": "详细信息",
|
|
417
|
+
"DATA_LOADING": "数据正在加载",
|
|
418
|
+
"TABS": {
|
|
419
|
+
"PROPERTIES": "属性",
|
|
420
|
+
"LIBRARY_PROPERTIES": "关于",
|
|
421
|
+
"VERSIONS": "版本",
|
|
422
|
+
"COMMENTS": "注释",
|
|
423
|
+
"PERMISSIONS": "权限",
|
|
424
|
+
"EXPAND": "展开",
|
|
425
|
+
"CLOSE_LIBRARY": "关闭库"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"TOOLTIPS": {
|
|
429
|
+
"COLLAPSE_NAVIGATION": "折叠导航菜单",
|
|
430
|
+
"OPTIONS_SETTINGS": "选项和设置",
|
|
431
|
+
"MY_PROFILE": "我的个人档案",
|
|
432
|
+
"EXPAND_NAVIGATION": "展开导航菜单"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"NODE_SELECTOR": {
|
|
436
|
+
"COPY_ITEM": "将 '{{ name }}' 复制到...",
|
|
437
|
+
"COPY_ITEMS": "将 {{ number }} 个项目复制到...",
|
|
438
|
+
"MOVE_ITEM": "将 '{{ name }}' 移动到...",
|
|
439
|
+
"MOVE_ITEMS": "将 {{ number }} 个项目移动到...",
|
|
440
|
+
"SEARCH": "搜索",
|
|
441
|
+
"NEXT": "下一个",
|
|
442
|
+
"SELECT_FILE_TEMPLATE_TITLE": "选择一个文档模板",
|
|
443
|
+
"SELECT_FOLDER_TEMPLATE_TITLE": "选择一个文件夹模板"
|
|
444
|
+
},
|
|
445
|
+
"NODE_FROM_TEMPLATE": {
|
|
446
|
+
"CANCEL": "取消",
|
|
447
|
+
"CREATE": "创建",
|
|
448
|
+
"FOLDER_DIALOG_TITLE": "从 <span class=\"bold\">'{{ template }}'</span> 创建新文件夹",
|
|
449
|
+
"FILE_DIALOG_TITLE": "从 <span class=\"bold\">'{{ template }}'</span> 创建新文档",
|
|
450
|
+
"FORM": {
|
|
451
|
+
"PLACEHOLDER": {
|
|
452
|
+
"NAME": "名称",
|
|
453
|
+
"TITLE": "标题",
|
|
454
|
+
"DESCRIPTION": "说明"
|
|
455
|
+
},
|
|
456
|
+
"ERRORS": {
|
|
457
|
+
"DESCRIPTION_TOO_LONG": "对描述使用 512 个字符或更少字符",
|
|
458
|
+
"TITLE_TOO_LONG": "对标题使用 256 个字符或更少字符",
|
|
459
|
+
"REQUIRED": "需要名称",
|
|
460
|
+
"SPECIAL_CHARACTERS": "名称不能包含字符 * \" < > \\ / ? : |",
|
|
461
|
+
"ENDING_DOT": "名称不能以句号 。 结尾",
|
|
462
|
+
"ONLY_SPACES": "名称不能仅包含空格"
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
"SHARED_LINK": {
|
|
467
|
+
"UNSHARE_PERMISSION_ERROR": "您没有权限取消这个文件的共享"
|
|
468
|
+
},
|
|
469
|
+
"VERSION": {
|
|
470
|
+
"DIALOG_ADF": {
|
|
471
|
+
"TITLE": "管理版本",
|
|
472
|
+
"CLOSE": "关闭"
|
|
473
|
+
},
|
|
474
|
+
"DIALOG": {
|
|
475
|
+
"TITLE": "上传新版本",
|
|
476
|
+
"CANCEL": "取消",
|
|
477
|
+
"UPLOAD": "上传"
|
|
478
|
+
},
|
|
479
|
+
"FORM": {
|
|
480
|
+
"SUBTITLE": "对此版本进行了多大程度的变更?",
|
|
481
|
+
"VERSION": {
|
|
482
|
+
"MINOR": "次要 (#.1)",
|
|
483
|
+
"MAJOR": "主要 (2.0)"
|
|
484
|
+
},
|
|
485
|
+
"COMMENT": {
|
|
486
|
+
"PLACEHOLDER": "添加注释,描述变更内容"
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
"SELECTION": {
|
|
490
|
+
"EMPTY": "请选定一个文件去看它的版本。",
|
|
491
|
+
"NO_PERMISSION": "您没有权限管理此内容的版本。"
|
|
492
|
+
},
|
|
493
|
+
"ERROR": {
|
|
494
|
+
"GENERIC": "对文件进行版本控制时发生错误"
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
"INFO_PANEL": {
|
|
498
|
+
"TABS": {
|
|
499
|
+
|
|
500
|
+
},
|
|
501
|
+
"DETAILS": "详细信息"
|
|
502
|
+
},
|
|
503
|
+
"LIBRARY": {
|
|
504
|
+
"DIALOG": {
|
|
505
|
+
"CREATE_TITLE": "创建库",
|
|
506
|
+
"CREATE": "创建",
|
|
507
|
+
"UPDATE": "更新",
|
|
508
|
+
"EDIT": "编辑",
|
|
509
|
+
"CANCEL": "取消",
|
|
510
|
+
"FORM": {
|
|
511
|
+
"DESCRIPTION": "说明",
|
|
512
|
+
"SITE_ID": "库 ID",
|
|
513
|
+
"NAME": "名称",
|
|
514
|
+
"VISIBILITY": "可见性"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
"VISIBILITY": {
|
|
518
|
+
"PRIVATE": "私有",
|
|
519
|
+
"PUBLIC": "公共",
|
|
520
|
+
"MODERATED": "适中"
|
|
521
|
+
},
|
|
522
|
+
"HINTS": {
|
|
523
|
+
"SITE_TITLE_EXISTS": "库名已在使用中"
|
|
524
|
+
},
|
|
525
|
+
"ERRORS": {
|
|
526
|
+
"GENERIC": "我们遇到一个问题",
|
|
527
|
+
"EXISTENT_SITE": "此库 ID 不可用。请尝试使用其他库 ID。",
|
|
528
|
+
"CONFLICT": "此库 ID 已被使用。请检查垃圾桶。",
|
|
529
|
+
"ID_TOO_LONG": "对 URL 名称使用 72 个字符或更少字符",
|
|
530
|
+
"DESCRIPTION_TOO_LONG": "对描述使用 512 个字符或更少字符",
|
|
531
|
+
"TITLE_TOO_LONG": "对标题使用 256 个字符或更少字符",
|
|
532
|
+
"ILLEGAL_CHARACTERS": "仅使用数字和字母",
|
|
533
|
+
"ONLY_SPACES": "文档库名称不能只包含空格",
|
|
534
|
+
"LIBRARY_UPDATE_ERROR": "更新库属性时发生错误"
|
|
535
|
+
},
|
|
536
|
+
"SUCCESS": {
|
|
537
|
+
"LIBRARY_UPDATED": "已更新库属性"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"SEARCH": {
|
|
541
|
+
"INPUT": {
|
|
542
|
+
"PLACEHOLDER": "搜索",
|
|
543
|
+
"FILES": "文件",
|
|
544
|
+
"FOLDERS": "文件夹",
|
|
545
|
+
"LIBRARIES": "库",
|
|
546
|
+
"HINT": "搜索输入必须至少具有 2 个字母数字字符。"
|
|
547
|
+
},
|
|
548
|
+
"SORT": {
|
|
549
|
+
"SORTING_OPTION": "排序方式",
|
|
550
|
+
"ASCENDING": "升序",
|
|
551
|
+
"DESCENDING": "降序",
|
|
552
|
+
"RELEVANCE": "相关性",
|
|
553
|
+
"FILENAME": "文件名",
|
|
554
|
+
"TITLE": "标题",
|
|
555
|
+
"MODIFIED_DATE": "修改日期",
|
|
556
|
+
"SIZE": "大小",
|
|
557
|
+
"TYPE": "类型",
|
|
558
|
+
"MODIFIER": "修改者",
|
|
559
|
+
"CREATE_DATE": "创建日期"
|
|
560
|
+
},
|
|
561
|
+
"FACET_FIELDS": {
|
|
562
|
+
"FILE_TYPE": "文件类型",
|
|
563
|
+
"CREATOR": "创建者",
|
|
564
|
+
"MODIFIER": "修改者",
|
|
565
|
+
"LOCATION": "位置",
|
|
566
|
+
"CATEGORIES": "类别"
|
|
567
|
+
},
|
|
568
|
+
"CATEGORIES": {
|
|
569
|
+
"MODIFIED_DATE": "修改日期",
|
|
570
|
+
"SIZE": "大小",
|
|
571
|
+
"SIZE_OPTIONS": {
|
|
572
|
+
"SMALL": "小",
|
|
573
|
+
"MEDIUM": "中",
|
|
574
|
+
"LARGE": "大",
|
|
575
|
+
"HUGE": "特大"
|
|
576
|
+
},
|
|
577
|
+
"CREATED_DATE": "创建日期",
|
|
578
|
+
"EFFECTIVITY_FROM": "有效开始",
|
|
579
|
+
"EFFECTIVITY_TO": "有效结束"
|
|
580
|
+
},
|
|
581
|
+
"FACET_QUERIES": {
|
|
582
|
+
"TODAY": "今天",
|
|
583
|
+
"THIS_WEEK": "本周",
|
|
584
|
+
"THIS_MONTH": "本月",
|
|
585
|
+
"LAST_6_MONTHS": "最近 6 个月",
|
|
586
|
+
"THIS_YEAR": "今年"
|
|
587
|
+
},
|
|
588
|
+
"SEARCH_HEADER": {
|
|
589
|
+
"TITLE": "筛选",
|
|
590
|
+
"TYPE": "类型",
|
|
591
|
+
"FILTER_BY": "根据 {{ category }} 筛选",
|
|
592
|
+
"CLEAR": "清除",
|
|
593
|
+
"APPLY": "应用",
|
|
594
|
+
"FILTERS": {
|
|
595
|
+
"NAME": {
|
|
596
|
+
"TITLE": "名称",
|
|
597
|
+
"PLACEHOLDER": "输入名称"
|
|
598
|
+
},
|
|
599
|
+
"TYPE": {
|
|
600
|
+
"TITLE": "勾选类型",
|
|
601
|
+
"FOLDER": "文件夹",
|
|
602
|
+
"DOCUMENT": "文档"
|
|
603
|
+
},
|
|
604
|
+
"SIZE": {
|
|
605
|
+
"TITLE": "内容大小(范围)",
|
|
606
|
+
"SMALL": "小",
|
|
607
|
+
"MEDIUM": "中",
|
|
608
|
+
"LARGE": "大",
|
|
609
|
+
"HUGE": "特大"
|
|
610
|
+
},
|
|
611
|
+
"DATE": {
|
|
612
|
+
"TITLE": "创建日期(范围)"
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
"AVATAR": {
|
|
618
|
+
"ACCESSIBILITY": {
|
|
619
|
+
"AVATAR_BUTTON_ARIA_LABEL": "用户选项"
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
"CORE": {
|
|
623
|
+
"METADATA": {
|
|
624
|
+
"ACTIONS": {
|
|
625
|
+
"SAVE": "保存更改",
|
|
626
|
+
"CANCEL": "放弃更改"
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
"ADF_VIEWER": {
|
|
631
|
+
"ACTIONS": {
|
|
632
|
+
"INFO": "查看详细信息",
|
|
633
|
+
"PREVIEW": "显示预览"
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
"FILE_UPLOAD": {
|
|
637
|
+
"ERRORS": {
|
|
638
|
+
"409": "此名称已使用,请尝试其他名称 [409]"
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
"ADF_VERSION_LIST": {
|
|
642
|
+
"ACTIONS": {
|
|
643
|
+
"UPLOAD": {
|
|
644
|
+
"TOOLTIP": "上传新版本"
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
"CUSTOM_NAME_COLUMN": {
|
|
649
|
+
"ACCESSIBILITY": {
|
|
650
|
+
"FILE_LINK_ARIA_LABEL": "查看 {{ name }}",
|
|
651
|
+
"FOLDER_LINK_ARIA_LABEL": "打开 {{ name }} 文件夹"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
"ADF-DATATABLE": {
|
|
655
|
+
"FILE_TYPE": {
|
|
656
|
+
"BOOKS-24PX": "文件库",
|
|
657
|
+
"BASELINE-LOCK-24PX": "锁定的文件"
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
}
|