@eo-sdk/client 11.7.0-beta.1 → 11.7.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +35 -35
- package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -1
- package/app/eo-framework/actions/action.module.d.ts +15 -13
- package/app/eo-framework/actions/action.module.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/custom-actions/custom-actions.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/unlock-action/unlock-action.d.ts +4 -3
- package/app/eo-framework/actions/actions/unlock-action/unlock-action.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.d.ts +23 -0
- package/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.d.ts.map +1 -0
- package/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +1 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/organization/organization.component.d.ts +1 -0
- package/app/eo-framework/form-elements/organization/organization.component.d.ts.map +1 -1
- package/app/eo-framework/grid/grid.component.d.ts +7 -0
- package/app/eo-framework/grid/grid.component.d.ts.map +1 -1
- package/app/eo-framework/media/media.component.d.ts +3 -2
- package/app/eo-framework/media/media.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +13 -4
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-history/object-history.component.d.ts +3 -2
- package/app/eo-framework/object-details/object-history/object-history.component.d.ts.map +1 -1
- package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts +50 -0
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.d.ts +10 -0
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.d.ts.map +1 -0
- package/app/eo-framework-core/search/app-search.service.d.ts +12 -1
- package/app/eo-framework-core/search/app-search.service.d.ts.map +1 -1
- package/assets/_default/README.md +2 -2
- package/assets/_default/config/extend.json +6 -6
- package/assets/_default/config/main.json +44 -44
- package/assets/_default/fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg +765 -765
- package/assets/_default/fonts/roboto_light_macroman/Roboto-Light-webfont.svg +818 -818
- package/assets/_default/fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg +765 -765
- package/assets/_default/fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg +795 -795
- package/assets/_default/i18n/de.json +1133 -1130
- package/assets/_default/i18n/en.json +1133 -1130
- package/assets/_default/i18n/po/de.po +310 -310
- package/assets/_default/i18n/po/en.po +310 -310
- package/assets/_default/svg/ic_delete_sweep.svg +3 -3
- package/assets/_default/svg/ic_emoticon-cool.svg +1 -1
- package/assets/_default/svg/ic_kitt-loader.svg +1 -1
- package/assets/_default/svg/ic_link.svg +6 -6
- package/assets/_default/svg/ic_not_listed_location.svg +4 -4
- package/assets/_default/theme/theme.css +13 -13
- package/assets/dashboard.json +47 -47
- package/assets/i18n/temp.json +584 -584
- package/assets/i18n/temp.pot +1753 -1753
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +5 -5
- package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +13 -17
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/eo-client-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/eo-client.module.mjs +1 -1
- package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +14 -14
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +18 -18
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox.types.enum.mjs +1 -1
- package/esm2022/app/eo-client/inbox-state/inbox-state-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/inbox-state/inbox-state.module.mjs +1 -1
- package/esm2022/app/eo-client/index.mjs +1 -1
- package/esm2022/app/eo-client/login/login.component.mjs +3 -3
- package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +16 -16
- package/esm2022/app/eo-client/notifications-state/notifications-state.interface.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
- package/esm2022/app/eo-client/object-state/object-state-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state-service/object-state.interface.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state-service/object-state.service.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state.module.mjs +1 -1
- package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +14 -14
- package/esm2022/app/eo-client/prepare-state/prepare-state-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/prepare-state/prepare-state.module.mjs +1 -1
- package/esm2022/app/eo-client/process-state/filter-label.mjs +1 -1
- package/esm2022/app/eo-client/process-state/process-state.component.mjs +22 -22
- package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +16 -16
- package/esm2022/app/eo-client/result-state/result-state.component.mjs +3 -3
- package/esm2022/app/eo-client/settings/agent-lock-settings.enum.mjs +1 -1
- package/esm2022/app/eo-client/settings/settings.component.mjs +3 -3
- package/esm2022/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +14 -14
- package/esm2022/app/eo-client/version-state/version-state.component.mjs +16 -16
- package/esm2022/app/eo-framework/accordion/accordion.module.mjs +1 -1
- package/esm2022/app/eo-framework/accordion/index.mjs +1 -1
- package/esm2022/app/eo-framework/accordion/simple-accordion/simple-accordion.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive.mjs +1 -1
- package/esm2022/app/eo-framework/actions/action-menu/action-menu.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/action-service/action.service.mjs +1 -1
- package/esm2022/app/eo-framework/actions/action-target.mjs +1 -1
- package/esm2022/app/eo-framework/actions/action.module.mjs +8 -4
- package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-object-action/clipboard-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/copy-action/copy-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +2 -1
- package/esm2022/app/eo-framework/actions/actions/cut-action/cut-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete-prepared-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content/delete-content.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/download-action/download-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/download-action/download-object-action/download-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/email/email/email.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/email/email-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/favorite-action/favorite-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/finalize/definalize-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/finalize/finalize-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/open-context-action/open-context-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/open-versions-action/open-versions-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/remove-subscription-action/remove-subscription-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/restore-version-action/restore-version-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +7 -4
- package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature.model.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-action.mjs +3 -4
- package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.mjs +43 -0
- package/esm2022/app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.mjs +2 -2
- package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow-action.component.mjs +1 -1
- package/esm2022/app/eo-framework/actions/index.mjs +1 -1
- package/esm2022/app/eo-framework/actions/interfaces/action-component.interface.mjs +1 -1
- package/esm2022/app/eo-framework/actions/interfaces/action-list-entry.mjs +1 -1
- package/esm2022/app/eo-framework/actions/interfaces/action.interface.mjs +1 -1
- package/esm2022/app/eo-framework/actions/selection-range.enum.mjs +1 -1
- package/esm2022/app/eo-framework/animations/animations.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +25 -5
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.interface.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-shell-routing.module.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/index.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +3 -3
- package/esm2022/app/eo-framework/cta/component/cta.component.mjs +3 -3
- package/esm2022/app/eo-framework/cta/cta.module.mjs +1 -1
- package/esm2022/app/eo-framework/cta/index.mjs +1 -1
- package/esm2022/app/eo-framework/eo-framework.module.mjs +1 -1
- package/esm2022/app/eo-framework/error/error.module.mjs +1 -1
- package/esm2022/app/eo-framework/error/error404/error404.component.mjs +3 -3
- package/esm2022/app/eo-framework/error/index.mjs +1 -1
- package/esm2022/app/eo-framework/error/not-found/not-found.component.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/date/date.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/date/year-range/year-range.directive.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +8 -3
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +5 -5
- package/esm2022/app/eo-framework/form-elements/form-elements.module.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/form-input/form-input.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/form-input/input-focus/input-focus.directive.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/id-reference/animation/reference-finder.animation.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/interface/reference-finder.interface.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/service/reference-finder.service.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/index.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/number/number.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/number-range/number-range.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +27 -18
- package/esm2022/app/eo-framework/form-elements/password/password.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/reference/reference.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +3 -3
- package/esm2022/app/eo-framework/frame/frame.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/column-configurator/column-configurator.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/empty/empty.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/abstract-filter.component.mjs +1 -1
- package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filters.interface.mjs +1 -1
- package/esm2022/app/eo-framework/grid/extensions/filter/text/text-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/pagination/pagination.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/quick-filter/quick-filter.component.mjs +21 -21
- package/esm2022/app/eo-framework/grid/extensions/reset-filter/reset-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/services/list-settings.service.mjs +1 -1
- package/esm2022/app/eo-framework/grid/extensions/total-count/total-count.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/datetime-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/filesize-filter.component.mjs +1 -1
- package/esm2022/app/eo-framework/grid/filters/list-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/grid-filter.model.mjs +1 -1
- package/esm2022/app/eo-framework/grid/grid.component.mjs +36 -10
- package/esm2022/app/eo-framework/grid/grid.module.mjs +1 -1
- package/esm2022/app/eo-framework/grid/index.mjs +1 -1
- package/esm2022/app/eo-framework/grid/loader.interface.mjs +1 -1
- package/esm2022/app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component.mjs +3 -3
- package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/index.mjs +1 -1
- package/esm2022/app/eo-framework/list-container/index.mjs +1 -1
- package/esm2022/app/eo-framework/list-container/list-container.component.mjs +3 -3
- package/esm2022/app/eo-framework/list-container/list-container.module.mjs +1 -1
- package/esm2022/app/eo-framework/media/content-preview.service.mjs +1 -1
- package/esm2022/app/eo-framework/media/index.mjs +1 -1
- package/esm2022/app/eo-framework/media/media.component.mjs +9 -5
- package/esm2022/app/eo-framework/media/media.module.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/index.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-details.component.mjs +30 -15
- package/esm2022/app/eo-framework/object-details/object-details.module.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter-pipe/history-filter.pipe.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-history/object-history.component.mjs +11 -6
- package/esm2022/app/eo-framework/object-details/object-links/object-links.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/form-status-changed-event.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/index.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +12 -12
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-validation/form-validation.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-control-wrapper.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-control.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/object-form-group.model.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/object-form.model.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form-options.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form.module.mjs +1 -1
- package/esm2022/app/eo-framework/object-state-details/object-state-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/plugins/index.mjs +1 -1
- package/esm2022/app/eo-framework/plugins/plugin.component.mjs +15 -15
- package/esm2022/app/eo-framework/plugins/plugin.directive.mjs +1 -1
- package/esm2022/app/eo-framework/plugins/plugin.service.mjs +1 -1
- package/esm2022/app/eo-framework/plugins/plugins.module.mjs +1 -1
- package/esm2022/app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component.mjs +3 -3
- package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +10 -10
- package/esm2022/app/eo-framework/process/details/process-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/process/history/process-history.component.mjs +3 -3
- package/esm2022/app/eo-framework/process/process-file/file-entry-permissions.interface.mjs +1 -1
- package/esm2022/app/eo-framework/process/process-file/process-file.component.mjs +3 -3
- package/esm2022/app/eo-framework/process-form/process-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/process-form/process-form.module.mjs +1 -1
- package/esm2022/app/eo-framework/quick-search/index.mjs +1 -1
- package/esm2022/app/eo-framework/quick-search/quick-search/quick-search-result.interface.mjs +1 -1
- package/esm2022/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/quick-search/quick-search.module.mjs +1 -1
- package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/result-list/index.mjs +1 -1
- package/esm2022/app/eo-framework/result-list/result-list.component.mjs +9 -4
- package/esm2022/app/eo-framework/result-list/result-list.module.mjs +1 -1
- package/esm2022/app/eo-framework/settings/change-password/change-password-form/change-password-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/settings/change-password/change-password.interface.mjs +1 -1
- package/esm2022/app/eo-framework/settings/index.mjs +1 -1
- package/esm2022/app/eo-framework/settings/permissions/permissions.component.mjs +3 -3
- package/esm2022/app/eo-framework/settings/settings.module.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/global-shortcut-action.interface.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/global-shortcut-component.interface.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts-section/global-shortcuts-section.component.mjs +3 -3
- package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts.component.mjs +3 -3
- package/esm2022/app/eo-framework/shortcuts/index.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/shortcut.interface.mjs +4 -4
- package/esm2022/app/eo-framework/shortcuts/shortcuts.directive.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/shortcuts.module.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/shortcuts.service.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/index.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/stored-query/stored-query.component.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query-details/dynamic-property-switch/dynamic-property-switch.component.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query-type-filter.enum.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/stored-query.interface.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/stored-query.module.mjs +1 -1
- package/esm2022/app/eo-framework/tree/index.mjs +1 -1
- package/esm2022/app/eo-framework/tree/tree-node/tree-node.component.mjs +3 -3
- package/esm2022/app/eo-framework/tree/tree.component.interface.mjs +1 -1
- package/esm2022/app/eo-framework/tree/tree.component.mjs +3 -3
- package/esm2022/app/eo-framework/tree/tree.module.mjs +1 -1
- package/esm2022/app/eo-framework/ui/animations/panel-loading.animation.mjs +1 -1
- package/esm2022/app/eo-framework/ui/clipboard/clipboard.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/eo-icon/eo-icon.component.mjs +1 -1
- package/esm2022/app/eo-framework/ui/error-message/error-message.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/index.mjs +1 -1
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry.interface.mjs +1 -1
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +140 -7
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.mjs +2 -0
- package/esm2022/app/eo-framework/ui/loading-spinner/loading-spinner.component.mjs +7 -7
- package/esm2022/app/eo-framework/ui/outside-click/outside-click.directive.mjs +1 -1
- package/esm2022/app/eo-framework/ui/overlay/overlay.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/query-scope-select/query-scope-select.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/router-link/router-link.directive.mjs +1 -1
- package/esm2022/app/eo-framework/ui/rtl-aware/rtl-aware.directive.mjs +1 -1
- package/esm2022/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/ui.module.mjs +1 -1
- package/esm2022/app/eo-framework/ui/user-avatar/user-avatar.component.mjs +1 -1
- package/esm2022/app/eo-framework/upload-overlay/upload-overlay-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework/upload-overlay/upload-overlay.component.mjs +3 -3
- package/esm2022/app/eo-framework/util/directive/prevent-double-click.directive.mjs +1 -1
- package/esm2022/app/eo-framework/util/directive/trap-focus.directive.mjs +1 -1
- package/esm2022/app/eo-framework/util/index.mjs +1 -1
- package/esm2022/app/eo-framework/util/services/utilities.service.mjs +1 -1
- package/esm2022/app/eo-framework/util/sortable/order-by.pipe.mjs +1 -1
- package/esm2022/app/eo-framework/util/util.module.mjs +1 -1
- package/esm2022/app/eo-framework-core/agent/agent.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/agent/agent.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/api/grid.service.mjs +6 -6
- package/esm2022/app/eo-framework-core/api/model/dms-object.api.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/api/plugins.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/empty-state/empty-state.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/empty-state/empty-state.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/eo-framework-core.module.mjs +1 -1
- package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/error-handler/error-keys.mjs +1 -1
- package/esm2022/app/eo-framework-core/index.mjs +1 -1
- package/esm2022/app/eo-framework-core/layout/layout.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/location/location.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes-component.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/filesize.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/keys.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/locale-date.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/locale-number.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/pipes.module.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/safe-html.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/references/reference.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/route-guards/auth/auth-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/route-guards/capabilities/capabilities-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/search/app-search.service.mjs +30 -5
- package/esm2022/app/eo-framework-core/selection/selection.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/title/page-title.service.mjs +1 -1
- package/esm2022/public_api.mjs +1 -1
- package/fesm2022/eo-sdk-client.mjs +803 -1194
- package/fesm2022/eo-sdk-client.mjs.map +1 -1
- package/languages/ar.json +523 -523
- package/languages/es.json +523 -523
- package/languages/fr.json +523 -523
- package/languages/po/ar.po +457 -457
- package/languages/pt.json +523 -523
- package/languages/temp.pot +928 -928
- package/languages/zh.json +523 -523
- package/misc/client.properties +1 -1
- package/misc/doc-styles/style.css +175 -175
- package/misc/scripts/copy-client-assets.js +26 -26
- package/misc/scripts/copy-core-styles.js +3 -3
- package/misc/scripts/exclude-core-ng-package.js +11 -11
- package/misc/scripts/helper.js +64 -64
- package/misc/scripts/i18n-apply.js +46 -46
- package/misc/scripts/i18n-diff.js +100 -100
- package/misc/scripts/injectdocbase.js +7 -7
- package/misc/scripts/mvn-deploy.js +66 -66
- package/misc/scripts/prebuild-about-state.js +32 -32
- package/misc/scripts/preparedist.js +39 -39
- package/misc/scripts/zipdist.js +21 -21
- package/misc/template.yml +4 -4
- package/misc/tsscheme.xml +34 -34
- package/package.json +3 -3
- package/proxy.config.js +13 -0
- package/scss/_ag-grid.scss +59 -59
- package/scss/_animation.scss +55 -55
- package/scss/_eo-variables.scss +78 -78
- package/scss/_form.scss +660 -660
- package/scss/_main.scss +394 -394
- package/scss/_migrationTemp.scss +28 -27
- package/scss/_mixins.scss +201 -201
- package/scss/_theme-dark.scss +22 -22
- package/scss/_timeline.scss +98 -98
- package/scss/_yuuvis-components.scss +40 -40
- package/styles.css +1 -0
- package/styles.scss +141 -141
- package/app/eo-framework/grid/row-grouping/batchRemover.d.ts +0 -13
- package/app/eo-framework/grid/row-grouping/batchRemover.d.ts.map +0 -1
- package/app/eo-framework/grid/row-grouping/group-stage.d.ts +0 -45
- package/app/eo-framework/grid/row-grouping/group-stage.d.ts.map +0 -1
- package/app/eo-framework/grid/row-grouping/row-grouping.module.d.ts +0 -8
- package/app/eo-framework/grid/row-grouping/row-grouping.module.d.ts.map +0 -1
- package/assets/_default/i18n/de_after.json +0 -1137
- package/esm2022/app/eo-framework/grid/row-grouping/batchRemover.mjs +0 -50
- package/esm2022/app/eo-framework/grid/row-grouping/group-stage.mjs +0 -623
- package/esm2022/app/eo-framework/grid/row-grouping/row-grouping.module.mjs +0 -8
- package/proxy.config.json +0 -97
package/languages/zh.json
CHANGED
|
@@ -1,523 +1,523 @@
|
|
|
1
|
-
{
|
|
2
|
-
"eo.stored.queries.list.empty": "No queries available",
|
|
3
|
-
"eo.action.delete.dms.object.confirm.context.folder.title": "This context folder '{{folder}}' contains {{count}} objects. Are you sure you want to delete this context folder and objects?",
|
|
4
|
-
"eo.prepare.list.item.file": "file",
|
|
5
|
-
"eo.prepare.list.item.files": "files",
|
|
6
|
-
"eo.state.settings.deputies.label": "My substitutes",
|
|
7
|
-
"eo.state.settings.deputies.cancel": "Cancel",
|
|
8
|
-
"eo.state.settings.deputies.save": "Save",
|
|
9
|
-
"eo.state.settings.deputies.subsituteof.label": "I'm substitute of",
|
|
10
|
-
"eo.form.element.tag.ex": "extracted from contents",
|
|
11
|
-
"eo.form.element.tag.df": "default value",
|
|
12
|
-
"eo.search.storedquery.save.success": "The stored query was updated",
|
|
13
|
-
"eo.storedquery.share.sharedwith": "shared with",
|
|
14
|
-
"eo.storedquery.share.cancel": "取消",
|
|
15
|
-
"eo.storedquery.share.ok": "应用",
|
|
16
|
-
"eo.sidebar.navigation.storedqueries": "已保存搜索请求",
|
|
17
|
-
"eo.inbox.activity.confirm.success": "The task was confirmed",
|
|
18
|
-
"eo.bpm.activity.forward.success": "The task was forwarded",
|
|
19
|
-
"eo.object.history.filter.process": "活动",
|
|
20
|
-
"eo.object.history.filter.modification": "Modifications",
|
|
21
|
-
"eo.object.history.filter.informational": "概述",
|
|
22
|
-
"eo.object.content.title": "目录",
|
|
23
|
-
"eo.indexdata.summary.more": "More information",
|
|
24
|
-
"eo.shortcuts.nav.title": "导航",
|
|
25
|
-
"eo.shortcuts.action.add": "Create objects",
|
|
26
|
-
"eo.shortcuts.action.dashboard": "Dashboard",
|
|
27
|
-
"eo.shortcuts.action.inbox": "收件箱",
|
|
28
|
-
"eo.shortcuts.action.intray": "存档",
|
|
29
|
-
"eo.shortcuts.action.favorites": "收藏夹",
|
|
30
|
-
"eo.shortcuts.action.settings": "设置",
|
|
31
|
-
"eo.shortcuts.action.search": "搜索",
|
|
32
|
-
"eo.shortcuts.action.logout": "注销",
|
|
33
|
-
"eo.shortcuts.eo-page.title": "Page",
|
|
34
|
-
"eo.shortcuts.eo-page.action.undock": "Undock",
|
|
35
|
-
"eo.state.object.tree.filter.label": "过滤",
|
|
36
|
-
"eo.user.service.schema.locale.error.title": "Object defninitions locale",
|
|
37
|
-
"eo.user.service.schema.locale.error.description": "Object defninitions locale could not be changed. Maybe you are not connected to the server.",
|
|
38
|
-
"eo.global.number.separator.decimal": ",",
|
|
39
|
-
"eo.process.details.workitem.load.fail": "Could not load task",
|
|
40
|
-
"eo.process.item.remove.fail": "",
|
|
41
|
-
"eo.shortcuts.eo-object-details.title": "Object",
|
|
42
|
-
"eo.shortcuts.action.open.context": "在上下文中打開",
|
|
43
|
-
"eo.shortcuts.action.open.context.description": "在其上下文中打開對象",
|
|
44
|
-
"eo.shortcuts.aside.action.open": "打开",
|
|
45
|
-
"eo.shortcuts.form.title": "Form",
|
|
46
|
-
"eo.shortcuts.form.action.save": "保存",
|
|
47
|
-
"eo.shortcuts.form.action.reset": "重置",
|
|
48
|
-
"eo.shortcuts.form.action.edit": "编辑",
|
|
49
|
-
"eo.tabcontainer.order.question": "Do you want to save the order?",
|
|
50
|
-
"eo.tabcontainer.order.success": "Order saved",
|
|
51
|
-
"eo.state.login.username": "Username",
|
|
52
|
-
"eo.state.login.password": "Password",
|
|
53
|
-
"eo.state.login.msg.invalid": "The provided credentials are invalid. Please review your inputs.",
|
|
54
|
-
"eo.state.login.host": "Host",
|
|
55
|
-
"eo.state.login.submit": "Login",
|
|
56
|
-
"eo.state.object.tree.error": "Folder structure could not be loaded",
|
|
57
|
-
"eo.state.object.frontpage.created": "created on",
|
|
58
|
-
"eo.state.object.frontpage.doccount": "{{doccount}} documents",
|
|
59
|
-
"eo.state.object.frontpage.filesize": "Total size {{filesize}}",
|
|
60
|
-
"eo.state.object.frontpage.lastchanges": "Last changes",
|
|
61
|
-
"eo.state.settings.permission": "權限",
|
|
62
|
-
"eo.search.mode.expert": "Expert Mode",
|
|
63
|
-
"eo.search.mode.expert.close": "Exit Expert Mode",
|
|
64
|
-
"eo.search.aside.summary.storedquery": "Stored query",
|
|
65
|
-
"eo.search.aside.summary": "您的搜索",
|
|
66
|
-
"eo.search.aside.summary.term": "搜索詞",
|
|
67
|
-
"eo.search.aside.summary.types": "Target types",
|
|
68
|
-
"eo.search.objecttype.form.context": "in context",
|
|
69
|
-
"eo.search.aside.summary.contextfoldertypes": "Context",
|
|
70
|
-
"eo.search.storedquery.close": "Close",
|
|
71
|
-
"eo.search.storedquery.update": "Save changes",
|
|
72
|
-
"eo.search.storedquery.save.error": "Query could not be saved",
|
|
73
|
-
"eo.search.storedquery.delete.error": "Query could not be deleted",
|
|
74
|
-
"eo.storedquery.load": "Open in search dialog",
|
|
75
|
-
"eo.storedquery.run": "Execute query",
|
|
76
|
-
"eo.storedquery.action.edit": "Edit Query",
|
|
77
|
-
"eo.storedquery.action.delete": "删除",
|
|
78
|
-
"eo.search.summary.empty": "您至今尚未輸入任何搜索條件",
|
|
79
|
-
"eo.search.mode.expert.result.empty": "您的查詢沒有返回匹配",
|
|
80
|
-
"eo.search.mode.expert.intro": "In expert mode you can run complex search queries",
|
|
81
|
-
"eo.search.mode.expert.support.baseparams": "Baseparameters",
|
|
82
|
-
"eo.search.mode.expert.support.group": "组",
|
|
83
|
-
"eo.search.mode.expert.support.type": "类型",
|
|
84
|
-
"eo.search.mode.expert.support.field": "Field",
|
|
85
|
-
"eo.object.links.title": "Links",
|
|
86
|
-
"eo.form.property.dynamic.list.empty": "沒有條目",
|
|
87
|
-
"eo.process.task.due": "Due on {{date}}",
|
|
88
|
-
"eo.process.task.continue": "In order to continue, you need to accept this task",
|
|
89
|
-
"eo.object.summary.title": "概要",
|
|
90
|
-
"eo.object.actions.title": "Open action menu",
|
|
91
|
-
"eo.object.content.donwload.title": "Download",
|
|
92
|
-
"eo.object.content.edit.title": "Edit",
|
|
93
|
-
"eo.global.baseparam.filename": "文档文件",
|
|
94
|
-
"eo.global.baseparam.filesize": "文件大小",
|
|
95
|
-
"eo.global.baseparam.modified": "已编辑",
|
|
96
|
-
"eo.global.baseparam.modifier": "编辑人",
|
|
97
|
-
"eo.global.baseparam.created": "已创建",
|
|
98
|
-
"eo.global.baseparam.creator": "编制",
|
|
99
|
-
"eo.form.property.daterange.invalid": "Please enter a valid date range",
|
|
100
|
-
"eo.form.property.numberrange.invalid": "Please enter a valid number range",
|
|
101
|
-
"eo.form.property.date.invalid": "Please enter a valid date",
|
|
102
|
-
"eo.form.property.codesystem.value.invalid": "The field should only contain values from the catalog",
|
|
103
|
-
"eo.object.preview.attachments": "Attachments",
|
|
104
|
-
"eo.quicksearch.label": "你在找什麼",
|
|
105
|
-
"eo.shortcuts.title": "Application actions",
|
|
106
|
-
"eo.clipboard.more": "and {{moreCount}} additional objects",
|
|
107
|
-
"eo.clipboard.clear": "Clear",
|
|
108
|
-
"eo.clipboard.type.copy": "复制到",
|
|
109
|
-
"eo.clipboard.type.cut": "Cut",
|
|
110
|
-
"eo.upload.global.headline": "上传文件",
|
|
111
|
-
"eo.upload.global.context.title": "Add to context",
|
|
112
|
-
"eo.notifications.filter.section.objecttype": "Objekttyp",
|
|
113
|
-
"eo.state.object.list.error": "Es sind keine Informationen vorhanden.",
|
|
114
|
-
"eo.notifications.filter.section.title": "Type",
|
|
115
|
-
"eo.state.process.filter.running": "Running processe",
|
|
116
|
-
"eo.state.process.filter.completed": "Ended processes",
|
|
117
|
-
"eo.state.process.filter.error": "Erroneous processes",
|
|
118
|
-
"eo.state.process.filter.suspended": "Pending processes",
|
|
119
|
-
"eo.process.filter.title": "Filter Processes",
|
|
120
|
-
"eo.process.filter.section.status": "Status",
|
|
121
|
-
"eo.grid.sort.title": "标题",
|
|
122
|
-
"eo.grid.sort.date": "日期",
|
|
123
|
-
"eo.process.sort.status": "Status",
|
|
124
|
-
"eo.process.sort.type":"类型",
|
|
125
|
-
"eo.process.file.title.undefined": "Title is undefined!",
|
|
126
|
-
"eo.process.file.description.undefined": "Description is undefined!",
|
|
127
|
-
"eo.status.404.description": "无法加载对象。",
|
|
128
|
-
"eo.process.filter.section.type": "类型",
|
|
129
|
-
"eo.favorites.list.empty": "仍未添加任何收藏。",
|
|
130
|
-
"eo.notifications.list.empty": "当前既未设置订阅也未设置重新提交。",
|
|
131
|
-
"eo.process.list.empty": "无过程可用",
|
|
132
|
-
"eo.resultlist.grid.filter.placeholder.process": "Filtering process data",
|
|
133
|
-
"eo.list.refresh":"Refresh",
|
|
134
|
-
"eo.list.filter":"Open filter",
|
|
135
|
-
"eo.list.sort":"Open sorting",
|
|
136
|
-
"eo.bar.button.layout.title":"Configure view areas",
|
|
137
|
-
"eo.bar.button.user.profile.title": "User profile",
|
|
138
|
-
"eo.bar.button.execute.actions.tooltip": "Start process",
|
|
139
|
-
"eo.storedquery.share.title": "Share",
|
|
140
|
-
"eo.storedquery.shared.title": "Shared by me",
|
|
141
|
-
"eo.storedquery.sharedfor.title": "Shared for me",
|
|
142
|
-
"eo.storedquery.favor.title": "Favor",
|
|
143
|
-
"eo.storedquery.favored.title": "Favored by me",
|
|
144
|
-
"eo.storedquery.favoredfor.title": "Favored for me",
|
|
145
|
-
"eo.notifications.filter.subscription.label": "Subscription",
|
|
146
|
-
"eo.notifications.filter.resubmission.label": "Follow-up",
|
|
147
|
-
"eo.search.close": "close search",
|
|
148
|
-
"eo.search.clear.search":"clear seach",
|
|
149
|
-
"eo.sort.by": "分类按",
|
|
150
|
-
"eo.state.process": "过程",
|
|
151
|
-
"eo.help.about.claim": "yuuvis® – 名副其实的 ECM<br/>来自 OPTIMAL SYSTEMS 的企业内容管理软件<br/>yuuvis® 是一款综合、全面且全公司共享的 ECM 软件。一种真正的企业一体化解决方案 – 适用于所有行业,所有业务领域和各个部门。<br/>yuuvis® - 简单。全公司共享。",
|
|
152
|
-
"eo.help.about.product.label": "产品:",
|
|
153
|
-
"eo.help.about.client.version.label": "客户端版本:",
|
|
154
|
-
"eo.help.about.producer.label": "制造商:",
|
|
155
|
-
"eo.help.about.producer.text": "OPTIMAL SYSTEMS GmbH,德国,柏林",
|
|
156
|
-
"eo.help.license.title": "许可提示",
|
|
157
|
-
"eo.help.license.intro": "本文档包含许可信息及针对 yuuvis® 客户端中引入的外部组件的补充规定。这些许可信息和补充规定会通过基准化变成 OPTIMAL SYSTEMS 软件许可协议的一部分。",
|
|
158
|
-
"eo.action.menu.custom.error.message": "无法实施操作",
|
|
159
|
-
"eo.action.menu.show.versions.label": "显示版本",
|
|
160
|
-
"eo.action.menu.show.versions.description": "显示对象的所有版本。",
|
|
161
|
-
"eo.action.menu.edit.document.label": "打开文档文件",
|
|
162
|
-
"eo.action.menu.edit.document.description": "可实现文档文件的外部打开。",
|
|
163
|
-
"eo.action.menu.send.email.link.label": "包含链接的电子邮件",
|
|
164
|
-
"eo.action.menu.send.email.link.description": "在本地电子邮件程序中创建一份新的电子邮件消息,并插入文件夹或文档链接。",
|
|
165
|
-
"eo.action.menu.send.email.file.label": "包含附件的电子邮件",
|
|
166
|
-
"eo.action.menu.send.email.file.description": "在本地电子邮件程序中创建一份新的电子邮件消息并插入文档文件作为附件。",
|
|
167
|
-
"eo.action.menu.send.email.file.pdf.label": "包含 PDF 的电子邮件",
|
|
168
|
-
"eo.action.menu.send.email.file.pdf.description": "在本地电子邮件程序中创建一份新的电子邮件消息并插入一份 PDF 文档文件作为附件。",
|
|
169
|
-
"eo.action.menu.clipboard.link.label": "复制链接",
|
|
170
|
-
"eo.action.menu.clipboard.link.description": "将至对象的链接复制到剪贴板中。",
|
|
171
|
-
"eo.action.menu.clipboard.link.successful": "链接已复制到剪贴板中。",
|
|
172
|
-
"eo.action.menu.clipboard.link.error": "无法将链接复制到剪贴板中。",
|
|
173
|
-
"eo.action.menu.clipboard.file.label": "复制文档文件",
|
|
174
|
-
"eo.action.menu.clipboard.file.description": "将原始文档文件复制到剪切板中。",
|
|
175
|
-
"eo.action.menu.clipboard.file.pdf.label": "作为 PDF 复制",
|
|
176
|
-
"eo.action.menu.clipboard.file.pdf.description": "将文档文本作为 PDF 复制到剪贴板中。",
|
|
177
|
-
"eo.action.menu.clipboard.copy.label": "复制到",
|
|
178
|
-
"eo.action.menu.clipboard.copy.description": "将预选的对象复制到该文件夹。",
|
|
179
|
-
"eo.action.menu.versioning.version.restore.label": "版本恢复",
|
|
180
|
-
"eo.action.menu.versioning.version.restore.description": "生成一个基于选择版本的新版本。",
|
|
181
|
-
"eo.actions.group.common": "概述",
|
|
182
|
-
"eo.actions.group.further_actions": "其他操作",
|
|
183
|
-
"eo.action.create.favorite.label": "添加至收藏",
|
|
184
|
-
"eo.action.create.favorite.description": "将对象添加到收藏。",
|
|
185
|
-
"eo.action.delete.favorite.label": "从收藏移除",
|
|
186
|
-
"eo.action.delete.favorite.description": "将对象从收藏移除。",
|
|
187
|
-
"eo.action.create.subscription.label": "创建订阅",
|
|
188
|
-
"eo.action.create.subscription.description": "创建一个订阅。",
|
|
189
|
-
"eo.action.delete.subscription.label": "移除订阅",
|
|
190
|
-
"eo.action.delete.subscription.description": "移除该订阅。",
|
|
191
|
-
"eo.action.create.resubmission.label": "创建重新提交",
|
|
192
|
-
"eo.action.create.resubmission.description": "创建一个重新提交。",
|
|
193
|
-
"eo.action.update.resubmission.label": "编辑重新提交",
|
|
194
|
-
"eo.action.update.resubmission.description": "打开重新提交属性用于编辑。",
|
|
195
|
-
"eo.action.delete.dms.object.label": "删除",
|
|
196
|
-
"eo.action.delete.dms.object.description": "删除对象。",
|
|
197
|
-
"eo.action.download.dms.object.content.label": "下载文档文件",
|
|
198
|
-
"eo.action.download.dms.object.content.description": "下载对象文档文件。",
|
|
199
|
-
"eo.error.connection.interrupted.text": "至少一项服务当前不可用。",
|
|
200
|
-
"eo.error.connection.interrupted.title": "服务不可用",
|
|
201
|
-
"eo.object.indexdata.save.success": "文档已被保存。",
|
|
202
|
-
"eo.object.indexdata.save.error": "当前无法保存文档。",
|
|
203
|
-
"eo.bpm.activity.indexdata.save.success": "该任务已被成功保存。",
|
|
204
|
-
"eo.bpm.activity.indexdata.save.error": "当前无法保存该任务。",
|
|
205
|
-
"eo.sse.delete.fail.title": "删除失败",
|
|
206
|
-
"eo.state.settings.language": "语言",
|
|
207
|
-
"eo.state.settings.language.client": "应用",
|
|
208
|
-
"eo.state.settings.language.schema": "对象定义",
|
|
209
|
-
"eo.state.settings.roles": "职位",
|
|
210
|
-
"eo.state.settings.agent": "代理",
|
|
211
|
-
"eo.state.settings.pairing-status": "代理状态",
|
|
212
|
-
"eo.state.settings.others": "其他设置",
|
|
213
|
-
"eo.state.settings.presence.present": "在场",
|
|
214
|
-
"eo.state.settings.presence.absent": "离线",
|
|
215
|
-
"eo.state.settings.presence.error.title": "糟糕...",
|
|
216
|
-
"eo.state.settings.presence.error.description": "该操作无法完成。请再次尝试。",
|
|
217
|
-
"eo.state.settings.deputies": "代理",
|
|
218
|
-
"eo.state.settings.agent.new-connection": "连接本地 yuuvis agent",
|
|
219
|
-
"eo.state.settings.agent.pairing.request": "接入 yuuvis agent",
|
|
220
|
-
"eo.state.settings.agent.pairing.description": "将本地 yuuvis agent 接入。",
|
|
221
|
-
"eo.state.settings.agent.pairing.status.paired": "连接且已接入",
|
|
222
|
-
"eo.state.settings.agent.pairing.status.paired-desc": "你可使用包含 yuuvis 的桌面集成功能。",
|
|
223
|
-
"eo.state.settings.agent.pairing.status.could-pair": "无代理接入",
|
|
224
|
-
"eo.state.settings.agent.pairing.status.could-pair-desc": "您已为该 yuuvis 系统连接了一个 yuuvis 代理,但未将当前浏览器接入。桌面集成功能不可用。",
|
|
225
|
-
"eo.state.settings.agent.pairing.status.not-connected": "无代理连接",
|
|
226
|
-
"eo.state.settings.agent.pairing.status.not-connected-desc": "您未为当前 yuuvis 系统连接任何 yuuvis。桌面集成功能不可用。",
|
|
227
|
-
"eo.state.settings.lock": "打开时封锁文档",
|
|
228
|
-
"eo.state.settings.lock.enable": "已激活",
|
|
229
|
-
"eo.state.settings.lock.disable": "已禁用",
|
|
230
|
-
"eo.state.settings.lock.ask": "总是询问",
|
|
231
|
-
"eo.column.config.title": "栏配置",
|
|
232
|
-
"eo.column.config.action.save": "保存",
|
|
233
|
-
"eo.column.config.action.save.default": "保存为默认",
|
|
234
|
-
"eo.column.config.action.close": "取消",
|
|
235
|
-
"eo.column.config.action.resetdefault": "重置到默认状态",
|
|
236
|
-
"eo.column.config.headline.current": "当前栏",
|
|
237
|
-
"eo.column.config.headline.available": "可用栏",
|
|
238
|
-
"eo.column.config.sort": "排序",
|
|
239
|
-
"eo.column.config.group": "分组",
|
|
240
|
-
"eo.column.config.info.type": "针对结果类型 '{{type}}' 的配置",
|
|
241
|
-
"eo.column.config.info.type.context": "针对结果类型 '{{type}}' 在 '{{context}}' 上下文中的配置",
|
|
242
|
-
"eo.column.config.info.fulltext": "针对混合结果类型的配置",
|
|
243
|
-
"eo.favorite.details.item.gone": "无法找到元素。可能已被删除,或无权访问。",
|
|
244
|
-
"eo.favorite.details.item.gone.remove": "从收藏移除",
|
|
245
|
-
"eo.favorite.icon.dialog.title": "收藏",
|
|
246
|
-
"eo.favorite.icon.dialog.save": "保存",
|
|
247
|
-
"eo.favorite.icon.dialog.cancel": "取消",
|
|
248
|
-
"eo.favorite.icon.tooltip.add": "收藏",
|
|
249
|
-
"eo.favorite.icon.tooltip.remove": "从收藏删除",
|
|
250
|
-
"eo.favorite.icon.dialog.input.label": "标题",
|
|
251
|
-
"eo.favorites.list.title": "收藏夹",
|
|
252
|
-
"eo.favorites.filter.title": "过滤收藏",
|
|
253
|
-
"eo.favorites.filter.section.objecttype": "对象类型",
|
|
254
|
-
"eo.folder.filter.title": "列表筛选",
|
|
255
|
-
"eo.folder.filter.section.objecttype": "对象类型",
|
|
256
|
-
"eo.inbox.list.title": "收件箱",
|
|
257
|
-
"eo.inbox.SUBSCRIPTION": "订阅",
|
|
258
|
-
"eo.inbox.BPM": "过程",
|
|
259
|
-
"eo.inbox.RESUBMISSION": "重新提交",
|
|
260
|
-
"eo.inbox.filter.title": "过滤收件箱内容",
|
|
261
|
-
"eo.inbox.filter.section.type": "类型",
|
|
262
|
-
"eo.inbox.filter.unread": "仅未读",
|
|
263
|
-
"eo.inbox.sort.title": "标题",
|
|
264
|
-
"eo.inbox.sort.date": "日期",
|
|
265
|
-
"eo.notifications.list.title": "通知",
|
|
266
|
-
"eo.notifications.list.subtitle": "管理订阅和重新提交",
|
|
267
|
-
"eo.notifications.filter.title": "过滤通知",
|
|
268
|
-
"eo.notifications.sort.title": "标题",
|
|
269
|
-
"eo.notifications.sort.due": "日期",
|
|
270
|
-
"eo.object.resubmission.tooltip": "重新提交可用",
|
|
271
|
-
"eo.object.subscription.tooltip": "已订阅",
|
|
272
|
-
"eo.object.indexdata.title": "索引数据",
|
|
273
|
-
"eo.object.history.title": "历史",
|
|
274
|
-
"eo.object.history.workflowprocess": "过程模型",
|
|
275
|
-
"eo.object.history.activity": "活动",
|
|
276
|
-
"eo.object.history.version": "版本",
|
|
277
|
-
"eo.object.lock": "已封锁",
|
|
278
|
-
"eo.object.indexdata.reset": "重置",
|
|
279
|
-
"eo.object.indexdata.save": "保存",
|
|
280
|
-
"eo.object.indexdata.save.browsernav": "直接编辑未保存表格的索引数据。",
|
|
281
|
-
"eo.object.indexdata.form.invalid": "索引数据表单包含错误。请修正错误,以便可以保存输入。",
|
|
282
|
-
"eo.prepare.details.type.title": "选择对象类型",
|
|
283
|
-
"eo.prepare.details.type.empty": "针对该文件在选择的位置处无新建对象类型。",
|
|
284
|
-
"eo.prepare.details.type.notallowed": "无法应用选择的对象类型 '{{type}},因为上传的文件 '{{filename}}针对该类型被禁用。",
|
|
285
|
-
"eo.prepare.details.type.subtitle": "选择对象类型",
|
|
286
|
-
"eo.prepare.details.content.subtitle": "添加文件",
|
|
287
|
-
"eo.prepare.details.indexdata.subtitle": "添加索引数据",
|
|
288
|
-
"eo.prepare.save": "存储",
|
|
289
|
-
"eo.prepare.saveopen": "保存并打开",
|
|
290
|
-
"eo.prepare.template.select": "应用模板",
|
|
291
|
-
"eo.prepare.template.abort": "取消",
|
|
292
|
-
"eo.prepare.template.error.title": "故障",
|
|
293
|
-
"eo.prepare.template.error.message": "无法应用模板。",
|
|
294
|
-
"eo.prepare.location.title.prefix": "另存为",
|
|
295
|
-
"eo.prepare.location.title.sysroot": "另存到常规保存位置",
|
|
296
|
-
"eo.prepare.created.error.title": "无法创建对象。",
|
|
297
|
-
"eo.prepare.created.error.message": "创建对象时出现错误。未保存对象。",
|
|
298
|
-
"eo.prepare.attachment.info": "可向该对象类型添加一个文件。请选择下列选项中的一个:",
|
|
299
|
-
"eo.prepare.attachment.upload.title": "上传文件",
|
|
300
|
-
"eo.prepare.attachment.upload.desc": "请向对象添加一个本地文件。",
|
|
301
|
-
"eo.prepare.attachment.template.title": "选择模板",
|
|
302
|
-
"eo.prepare.attachment.template.desc": "从针对该对象类型的一个模板中选择文件。",
|
|
303
|
-
"eo.prepare.attachment.template.resolver": "包含数据应用",
|
|
304
|
-
"eo.prepare.attachment.nofile.title": "无文件",
|
|
305
|
-
"eo.prepare.attachment.nofile.desc": "创建无文件对象。",
|
|
306
|
-
"eo.prepare.details.contents.title": "文件",
|
|
307
|
-
"eo.prepare.list.title": "存档",
|
|
308
|
-
"eo.prepare.list.title.sub": "待保存的对象",
|
|
309
|
-
"eo.prepare.list.empty": "存档中无对象。",
|
|
310
|
-
"eo.prepare.list.item.template": "从模板",
|
|
311
|
-
"eo.prepare.list.item.file.none": "无文件",
|
|
312
|
-
"eo.prepare.list.item.type.undefined": "仍未选择对象类型",
|
|
313
|
-
"eo.prepare.list.item.location.set": "保存位置已确定",
|
|
314
|
-
"eo.prepare.list.item.location.notset": "在常规保存位置中",
|
|
315
|
-
"eo.process.details.tab.task": "任务",
|
|
316
|
-
"eo.process.details.tab.task.description": "说明",
|
|
317
|
-
"eo.process.details.tab.progress": "进度",
|
|
318
|
-
"eo.process.details.tab.attachments": "文件",
|
|
319
|
-
"eo.process.details.task.resubmission.description": "您会获得该通知,因为您已上传附加业务对象的重新提交。",
|
|
320
|
-
"eo.process.details.task.subscription.description": "您会获得该通知,因为要向您通知附加业务对象的修改内容。",
|
|
321
|
-
"eo.process.details.button.resubmission.remove": "确认",
|
|
322
|
-
"eo.process.details.button.subscription.remove": "确认",
|
|
323
|
-
"eo.bpm.activity.forward.error": "转发时出错。",
|
|
324
|
-
"eo.process.personalize": "应用任务",
|
|
325
|
-
"eo.process.depersonalize": "返回任务",
|
|
326
|
-
"eo.process.activity.lock.denied": "任务已被编辑。",
|
|
327
|
-
"eo.process.activity.unlock.denied": "请稍后再次尝试!",
|
|
328
|
-
"eo.process.file.empty.label": "文件空。",
|
|
329
|
-
"eo.process.file.add.label": "在文件中插入预约的对象。",
|
|
330
|
-
"eo.process.file.notification.error": "添加时出错",
|
|
331
|
-
"eo.process.file.notification.add.message": "插入文件中",
|
|
332
|
-
"eo.process.file.notification.remove": "移除",
|
|
333
|
-
"eo.process.file.notification.remove.message": "从文件中移除",
|
|
334
|
-
"eo.process.start.time.label": "启动: ",
|
|
335
|
-
"eo.process.end.time.label": "结束: ",
|
|
336
|
-
"eo.quicksearch.result.group.global": "全局",
|
|
337
|
-
"eo.quicksearch.hits": "结果",
|
|
338
|
-
"eo.search.result.term": "搜索条目",
|
|
339
|
-
"eo.search.result.expired": "搜索请求已到期,而且不再可用。",
|
|
340
|
-
"eo.search.result.error": "可能因技术性错误无法实施您的搜索请求。",
|
|
341
|
-
"eo.search.result.hits": "结果",
|
|
342
|
-
"eo.resultlist.grid.filterOoo": "过滤器...",
|
|
343
|
-
"eo.status.404.title": "未找到",
|
|
344
|
-
"eo.actions.sticky.title": "操作",
|
|
345
|
-
"eo.actions.sticky.title.sub.for": "针对",
|
|
346
|
-
"eo.actions.sticky.title.sub.selection": "当前选择",
|
|
347
|
-
"eo.object.inlinemenu.addresubmission": "创建重新提交",
|
|
348
|
-
"eo.object.inlinemenu.editresubmission": "编辑重新提交",
|
|
349
|
-
"eo.object.inlinemenu.addsubscription": "创建订阅",
|
|
350
|
-
"eo.storedquery.search.term": "全文本",
|
|
351
|
-
"eo.storedquery.restriction.type": "对象类型",
|
|
352
|
-
"eo.storedquery.restriction.created": "已创建",
|
|
353
|
-
"eo.storedquery.restriction.creator": "编制",
|
|
354
|
-
"eo.storedquery.restriction.modified": "已编辑",
|
|
355
|
-
"eo.storedquery.restriction.modifier": "编辑人",
|
|
356
|
-
"eo.storedquery.restriction.mimetypegroup": "文件类型",
|
|
357
|
-
"eo.storedquery.restriction.filename": "文件名",
|
|
358
|
-
"eo.storedquery.restriction.filesize": "文件大小",
|
|
359
|
-
"eo.storedquery.action.save": "保存",
|
|
360
|
-
"eo.storedquery.action.cancel": "取消",
|
|
361
|
-
"eo.storedquery.roles": "职位",
|
|
362
|
-
"eo.storedquery.res.count.label": "结果",
|
|
363
|
-
"eo.timeline.empty": "无任何记录。",
|
|
364
|
-
"eo.timeline.filter.action": "过滤记录",
|
|
365
|
-
"eo.timeline.filter.reset": "重置过滤系统",
|
|
366
|
-
"eo.versions.details.label": "版本",
|
|
367
|
-
"eo.versions.detail.glue.tooltip": "切换对象外观同步视图",
|
|
368
|
-
"eo.versions.list.title": "版本",
|
|
369
|
-
"eo.versions.list.users": "用户",
|
|
370
|
-
"eo.versions.list.types": "类型",
|
|
371
|
-
"eo.init.fail": "",
|
|
372
|
-
"eo.add.title.location": "至保存位置",
|
|
373
|
-
"eo.add.title.location.common": "概述",
|
|
374
|
-
"eo.search": "查找",
|
|
375
|
-
"eo.search.save": "保存搜索",
|
|
376
|
-
"eo.search.reset": "重置",
|
|
377
|
-
"eo.search.agg.time.lastyear": "上年",
|
|
378
|
-
"eo.search.agg.time.thisyear": "本年",
|
|
379
|
-
"eo.search.agg.time.lastmonth": "上月",
|
|
380
|
-
"eo.search.agg.time.thismonth": "本月",
|
|
381
|
-
"eo.search.agg.time.lastweek": "上周",
|
|
382
|
-
"eo.search.agg.time.thisweek": "本周",
|
|
383
|
-
"eo.search.agg.time.yesterday": "昨天",
|
|
384
|
-
"eo.search.agg.time.today": "今天",
|
|
385
|
-
"eo.search.agg.time.span": "时间段",
|
|
386
|
-
"eo.search.agg.time.span.custom": "用户定义时间范围",
|
|
387
|
-
"eo.search.agg.time.span.from": "从",
|
|
388
|
-
"eo.search.agg.time.span.to": "到",
|
|
389
|
-
"eo.search.agg.time.span.since": "自",
|
|
390
|
-
"eo.search.agg.time.span.until": "到",
|
|
391
|
-
"eo.search.agg.creator": "编制",
|
|
392
|
-
"eo.search.agg.modifier": "编辑人",
|
|
393
|
-
"eo.search.agg.createdby": "完成于",
|
|
394
|
-
"eo.search.agg.modifiedby": "编辑",
|
|
395
|
-
"eo.search.agg.filename": "文件名",
|
|
396
|
-
"eo.search.agg.time.custom.save": "应用",
|
|
397
|
-
"eo.search.agg.time.custom.remove": "移除",
|
|
398
|
-
"eo.search.objecttype.form": "查询表格 '{{type}}'",
|
|
399
|
-
"eo.search.group.general": "全局",
|
|
400
|
-
"eo.search.submit": "搜索",
|
|
401
|
-
"eo.search.title": "搜索结果",
|
|
402
|
-
"eo.search.title.storedqueries": "已保存搜索请求",
|
|
403
|
-
"eo.search.storedqueries.restrict": "我的搜索请求",
|
|
404
|
-
"eo.search.suggest": "您以为:",
|
|
405
|
-
"eo.search.restrict.type": "对象类型",
|
|
406
|
-
"eo.search.restrict.creation": "已创建",
|
|
407
|
-
"eo.search.restrict.modification": "已更改",
|
|
408
|
-
"eo.search.restrict.mimetypegroup": "文件类型",
|
|
409
|
-
"eo.search.restrict.file": "文档文件",
|
|
410
|
-
"eo.search.restrict.filename": "文件名",
|
|
411
|
-
"eo.search.restrict.filesize": "文件大小",
|
|
412
|
-
"eo.bar.button.prepare.tooltip": "打开存档",
|
|
413
|
-
"eo.bar.button.inbox.tooltip": "打开收件箱",
|
|
414
|
-
"eo.bar.button.favorites.tooltip": "打开收藏",
|
|
415
|
-
"eo.bar.button.search.tooltip": "搜索",
|
|
416
|
-
"eo.bar.button.file.tooltip": "创建对象",
|
|
417
|
-
"eo.bar.button.logout.title": "注销",
|
|
418
|
-
"eo.bar.button.settings.title": "设置",
|
|
419
|
-
"eo.sidebar.navigation.title": "导航",
|
|
420
|
-
"eo.sidebar.navigation.favorites": "收藏夹",
|
|
421
|
-
"eo.sidebar.navigation.favorites.tooltip": "打开收藏",
|
|
422
|
-
"eo.sidebar.navigation.inbox": "收件箱",
|
|
423
|
-
"eo.sidebar.navigation.inbox.tooltip": "打开收件箱",
|
|
424
|
-
"eo.sidebar.navigation.process": "过程",
|
|
425
|
-
"eo.sidebar.navigation.process.tooltip": "显示过程",
|
|
426
|
-
"eo.sidebar.navigation.notifications": "通知",
|
|
427
|
-
"eo.sidebar.navigation.prepare": "存档",
|
|
428
|
-
"eo.sidebar.navigation.prepare.tooltip": "打开存档",
|
|
429
|
-
"eo.sidebar.help.title": "帮助",
|
|
430
|
-
"eo.sidebar.help.about": "产品信息",
|
|
431
|
-
"eo.sidebar.help.about.tooltip": "产品相关信息",
|
|
432
|
-
"eo.sidebar.help.license": "许可提示",
|
|
433
|
-
"eo.sidebar.help.license.tooltip": "外部组件许可信息",
|
|
434
|
-
"eo.sidebar.help.shortcuts": "组合键",
|
|
435
|
-
"eo.sidebar.help.shortcuts.tooltip": "组合键",
|
|
436
|
-
"eo.sidebar.help.manual": "用户文档",
|
|
437
|
-
"eo.sidebar.help.manual.tooltip": "用户文档",
|
|
438
|
-
"eo.datepicker.calendar.select": "选择",
|
|
439
|
-
"eo.datepicker.calendar.cancel": "取消",
|
|
440
|
-
"eo.form.table.options.subhead.edit": "编辑条目",
|
|
441
|
-
"eo.form.table.options.subhead.new": "添加条目",
|
|
442
|
-
"eo.form.table.options.btn.save": "应用",
|
|
443
|
-
"eo.form.table.options.btn.delete": "删除",
|
|
444
|
-
"eo.form.table.options.btn.cancel": "取消",
|
|
445
|
-
"eo.object.summary.version": "版本",
|
|
446
|
-
"eo.object.summary.version.compare": "显示版本",
|
|
447
|
-
"eo.form.property.required": "必填项",
|
|
448
|
-
"eo.form.property.maxlength": "输入最多可包含 {{maxlength}} 个字符。",
|
|
449
|
-
"eo.form.property.minlength": "输入最少须包含 {{minlength}} 个字符。",
|
|
450
|
-
"eo.form.property.number": "请输入一个数值。",
|
|
451
|
-
"eo.form.property.number.scale": "小数点之后的位置数量不正确。最多 {{scale}}",
|
|
452
|
-
"eo.form.property.number.precision": "小数点之前的位置数量不正确。最多 {{prepointdigits}}",
|
|
453
|
-
"eo.checkout.message": "要封锁其他用户编辑该文档吗?",
|
|
454
|
-
"eo.checkout.yes": "是",
|
|
455
|
-
"eo.checkout.no": "否",
|
|
456
|
-
"eo.checkout.cancel": "取消",
|
|
457
|
-
"eo.export.title": "导出为",
|
|
458
|
-
"eo.export.action.pdf.label": "PDF",
|
|
459
|
-
"eo.export.action.pdf.description": "将文档文件导出为 PDF",
|
|
460
|
-
"eo.export.cancel": "取消",
|
|
461
|
-
"eo.resubmission.field.info": "标题",
|
|
462
|
-
"eo.resubmission.field.due": "预约日期",
|
|
463
|
-
"eo.resubmission.add": "创建",
|
|
464
|
-
"eo.resubmission.apply": "更改",
|
|
465
|
-
"eo.resubmission.cancel": "取消",
|
|
466
|
-
"eo.resubmission.delete": "移除",
|
|
467
|
-
"eo.subscription.field.info": "标题",
|
|
468
|
-
"eo.subscription.add": "创建",
|
|
469
|
-
"eo.subscription.cancel": "取消",
|
|
470
|
-
"eo.upload.global.root.title": "常规保存位置",
|
|
471
|
-
"eo.upload.global.root.description": "将文件保存到常规保存位置。",
|
|
472
|
-
"eo.upload.global.object.title": "替换文档文本",
|
|
473
|
-
"eo.upload.global.object.title.nocontent": "添加文档文本",
|
|
474
|
-
"eo.upload.global.cancel": "取消",
|
|
475
|
-
"eo.upload.global.error.title": "上传失败",
|
|
476
|
-
"eo.upload.global.error.description": "该文件无法被传输到服务器。",
|
|
477
|
-
"eo.upload.global.target": "目标位置",
|
|
478
|
-
"eo.upload.global.choose.title": "处理",
|
|
479
|
-
"eo.upload.global.choose.message": "您已选择多个文件。要单独设置各对象的索引数据,或同时处理所有文件?",
|
|
480
|
-
"eo.upload.global.choose.single": "单独",
|
|
481
|
-
"eo.upload.global.choose.multi": "批量",
|
|
482
|
-
"eo.action.menu.email.label": "發送郵件",
|
|
483
|
-
"eo.action.menu.email.description": "打開其他電子郵件操作",
|
|
484
|
-
"eo.email.title": "發送郵件",
|
|
485
|
-
"eo.action.menu.clipboard.label": "複製到剪貼板",
|
|
486
|
-
"eo.clipboard.title": "複製到剪貼板",
|
|
487
|
-
"eo.action.menu.clipboard.description": "打開其他剪貼板操作",
|
|
488
|
-
"eo.form.property.string.regex.nomatch": "The input does not match the requirements",
|
|
489
|
-
"eo.executable.processes.execute":"Ok",
|
|
490
|
-
"eo.add.title.location.subfolder":"Add to current folder",
|
|
491
|
-
"eo.help.about.releasedate.label": "Release timestamp: ",
|
|
492
|
-
"eo.action.manage.rights.read.label": "Share",
|
|
493
|
-
"eo.action.manage.rights.read.description": "Lets the user share read rights for this document.",
|
|
494
|
-
"eo.column.config.pinned": "pin",
|
|
495
|
-
"eo.inbox.filter.absent": "Substitution",
|
|
496
|
-
"eo.inbox.filter.overdue": "Overdue",
|
|
497
|
-
"eo.inbox.item.note.absence": "Substitution",
|
|
498
|
-
"eo.references.object.notfound": "No references found.",
|
|
499
|
-
"eo.references.to.label": "References to this object",
|
|
500
|
-
"eo.references.from.label": "References to other objects",
|
|
501
|
-
"eo.references.open.resultlist": "Open in hit list",
|
|
502
|
-
"eo.process.details.tab.task.indexdata": "Process data",
|
|
503
|
-
"eo.process.recipients": "Recipients",
|
|
504
|
-
"eo.process.substitute": "Substitution for",
|
|
505
|
-
"eo.export.action.original.label": "Original",
|
|
506
|
-
"eo.export.action.original.description": "Downloads the document file in the original format",
|
|
507
|
-
"eo.manage.rights.title": "Share object with other users",
|
|
508
|
-
"eo.manage.rights.element.label": "Users/groups",
|
|
509
|
-
"eo.manage.rights.cancel": "Cancel",
|
|
510
|
-
"eo.manage.rights.save": "Save",
|
|
511
|
-
"eo.resubmission.error.msg": "At least one notification method must be selected.",
|
|
512
|
-
"eo.resubmission.field.notification.inbox": "Notification via inbox",
|
|
513
|
-
"eo.resubmission.field.notification.email": "Notification by email",
|
|
514
|
-
"eo.subscription.error.msg": "At least one notification method must be selected.",
|
|
515
|
-
"eo.subscription.field.notification.inbox": "Notification via inbox",
|
|
516
|
-
"eo.subscription.field.notification.email": "Notification by email",
|
|
517
|
-
"eo.manage.rights.message": "The Objekt {{title}} is now shared with {{shared}}.",
|
|
518
|
-
"eo.manage.rights.message.notshared": "The Object is not longer shared by you.",
|
|
519
|
-
"eo.action.menu.clipboard.copy.message": "The Objekt {{title}} was copied",
|
|
520
|
-
"eo.action.menu.clipboard.copy.multiple.message": "{{count}} Objektes were copied",
|
|
521
|
-
"eo.action.menu.custom.run.success":"The action {{title}} is executed.",
|
|
522
|
-
"eo.action.menu.custom.run.error": "Unfortunately the action {{title}} could not be executed."
|
|
523
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"eo.stored.queries.list.empty": "No queries available",
|
|
3
|
+
"eo.action.delete.dms.object.confirm.context.folder.title": "This context folder '{{folder}}' contains {{count}} objects. Are you sure you want to delete this context folder and objects?",
|
|
4
|
+
"eo.prepare.list.item.file": "file",
|
|
5
|
+
"eo.prepare.list.item.files": "files",
|
|
6
|
+
"eo.state.settings.deputies.label": "My substitutes",
|
|
7
|
+
"eo.state.settings.deputies.cancel": "Cancel",
|
|
8
|
+
"eo.state.settings.deputies.save": "Save",
|
|
9
|
+
"eo.state.settings.deputies.subsituteof.label": "I'm substitute of",
|
|
10
|
+
"eo.form.element.tag.ex": "extracted from contents",
|
|
11
|
+
"eo.form.element.tag.df": "default value",
|
|
12
|
+
"eo.search.storedquery.save.success": "The stored query was updated",
|
|
13
|
+
"eo.storedquery.share.sharedwith": "shared with",
|
|
14
|
+
"eo.storedquery.share.cancel": "取消",
|
|
15
|
+
"eo.storedquery.share.ok": "应用",
|
|
16
|
+
"eo.sidebar.navigation.storedqueries": "已保存搜索请求",
|
|
17
|
+
"eo.inbox.activity.confirm.success": "The task was confirmed",
|
|
18
|
+
"eo.bpm.activity.forward.success": "The task was forwarded",
|
|
19
|
+
"eo.object.history.filter.process": "活动",
|
|
20
|
+
"eo.object.history.filter.modification": "Modifications",
|
|
21
|
+
"eo.object.history.filter.informational": "概述",
|
|
22
|
+
"eo.object.content.title": "目录",
|
|
23
|
+
"eo.indexdata.summary.more": "More information",
|
|
24
|
+
"eo.shortcuts.nav.title": "导航",
|
|
25
|
+
"eo.shortcuts.action.add": "Create objects",
|
|
26
|
+
"eo.shortcuts.action.dashboard": "Dashboard",
|
|
27
|
+
"eo.shortcuts.action.inbox": "收件箱",
|
|
28
|
+
"eo.shortcuts.action.intray": "存档",
|
|
29
|
+
"eo.shortcuts.action.favorites": "收藏夹",
|
|
30
|
+
"eo.shortcuts.action.settings": "设置",
|
|
31
|
+
"eo.shortcuts.action.search": "搜索",
|
|
32
|
+
"eo.shortcuts.action.logout": "注销",
|
|
33
|
+
"eo.shortcuts.eo-page.title": "Page",
|
|
34
|
+
"eo.shortcuts.eo-page.action.undock": "Undock",
|
|
35
|
+
"eo.state.object.tree.filter.label": "过滤",
|
|
36
|
+
"eo.user.service.schema.locale.error.title": "Object defninitions locale",
|
|
37
|
+
"eo.user.service.schema.locale.error.description": "Object defninitions locale could not be changed. Maybe you are not connected to the server.",
|
|
38
|
+
"eo.global.number.separator.decimal": ",",
|
|
39
|
+
"eo.process.details.workitem.load.fail": "Could not load task",
|
|
40
|
+
"eo.process.item.remove.fail": "",
|
|
41
|
+
"eo.shortcuts.eo-object-details.title": "Object",
|
|
42
|
+
"eo.shortcuts.action.open.context": "在上下文中打開",
|
|
43
|
+
"eo.shortcuts.action.open.context.description": "在其上下文中打開對象",
|
|
44
|
+
"eo.shortcuts.aside.action.open": "打开",
|
|
45
|
+
"eo.shortcuts.form.title": "Form",
|
|
46
|
+
"eo.shortcuts.form.action.save": "保存",
|
|
47
|
+
"eo.shortcuts.form.action.reset": "重置",
|
|
48
|
+
"eo.shortcuts.form.action.edit": "编辑",
|
|
49
|
+
"eo.tabcontainer.order.question": "Do you want to save the order?",
|
|
50
|
+
"eo.tabcontainer.order.success": "Order saved",
|
|
51
|
+
"eo.state.login.username": "Username",
|
|
52
|
+
"eo.state.login.password": "Password",
|
|
53
|
+
"eo.state.login.msg.invalid": "The provided credentials are invalid. Please review your inputs.",
|
|
54
|
+
"eo.state.login.host": "Host",
|
|
55
|
+
"eo.state.login.submit": "Login",
|
|
56
|
+
"eo.state.object.tree.error": "Folder structure could not be loaded",
|
|
57
|
+
"eo.state.object.frontpage.created": "created on",
|
|
58
|
+
"eo.state.object.frontpage.doccount": "{{doccount}} documents",
|
|
59
|
+
"eo.state.object.frontpage.filesize": "Total size {{filesize}}",
|
|
60
|
+
"eo.state.object.frontpage.lastchanges": "Last changes",
|
|
61
|
+
"eo.state.settings.permission": "權限",
|
|
62
|
+
"eo.search.mode.expert": "Expert Mode",
|
|
63
|
+
"eo.search.mode.expert.close": "Exit Expert Mode",
|
|
64
|
+
"eo.search.aside.summary.storedquery": "Stored query",
|
|
65
|
+
"eo.search.aside.summary": "您的搜索",
|
|
66
|
+
"eo.search.aside.summary.term": "搜索詞",
|
|
67
|
+
"eo.search.aside.summary.types": "Target types",
|
|
68
|
+
"eo.search.objecttype.form.context": "in context",
|
|
69
|
+
"eo.search.aside.summary.contextfoldertypes": "Context",
|
|
70
|
+
"eo.search.storedquery.close": "Close",
|
|
71
|
+
"eo.search.storedquery.update": "Save changes",
|
|
72
|
+
"eo.search.storedquery.save.error": "Query could not be saved",
|
|
73
|
+
"eo.search.storedquery.delete.error": "Query could not be deleted",
|
|
74
|
+
"eo.storedquery.load": "Open in search dialog",
|
|
75
|
+
"eo.storedquery.run": "Execute query",
|
|
76
|
+
"eo.storedquery.action.edit": "Edit Query",
|
|
77
|
+
"eo.storedquery.action.delete": "删除",
|
|
78
|
+
"eo.search.summary.empty": "您至今尚未輸入任何搜索條件",
|
|
79
|
+
"eo.search.mode.expert.result.empty": "您的查詢沒有返回匹配",
|
|
80
|
+
"eo.search.mode.expert.intro": "In expert mode you can run complex search queries",
|
|
81
|
+
"eo.search.mode.expert.support.baseparams": "Baseparameters",
|
|
82
|
+
"eo.search.mode.expert.support.group": "组",
|
|
83
|
+
"eo.search.mode.expert.support.type": "类型",
|
|
84
|
+
"eo.search.mode.expert.support.field": "Field",
|
|
85
|
+
"eo.object.links.title": "Links",
|
|
86
|
+
"eo.form.property.dynamic.list.empty": "沒有條目",
|
|
87
|
+
"eo.process.task.due": "Due on {{date}}",
|
|
88
|
+
"eo.process.task.continue": "In order to continue, you need to accept this task",
|
|
89
|
+
"eo.object.summary.title": "概要",
|
|
90
|
+
"eo.object.actions.title": "Open action menu",
|
|
91
|
+
"eo.object.content.donwload.title": "Download",
|
|
92
|
+
"eo.object.content.edit.title": "Edit",
|
|
93
|
+
"eo.global.baseparam.filename": "文档文件",
|
|
94
|
+
"eo.global.baseparam.filesize": "文件大小",
|
|
95
|
+
"eo.global.baseparam.modified": "已编辑",
|
|
96
|
+
"eo.global.baseparam.modifier": "编辑人",
|
|
97
|
+
"eo.global.baseparam.created": "已创建",
|
|
98
|
+
"eo.global.baseparam.creator": "编制",
|
|
99
|
+
"eo.form.property.daterange.invalid": "Please enter a valid date range",
|
|
100
|
+
"eo.form.property.numberrange.invalid": "Please enter a valid number range",
|
|
101
|
+
"eo.form.property.date.invalid": "Please enter a valid date",
|
|
102
|
+
"eo.form.property.codesystem.value.invalid": "The field should only contain values from the catalog",
|
|
103
|
+
"eo.object.preview.attachments": "Attachments",
|
|
104
|
+
"eo.quicksearch.label": "你在找什麼",
|
|
105
|
+
"eo.shortcuts.title": "Application actions",
|
|
106
|
+
"eo.clipboard.more": "and {{moreCount}} additional objects",
|
|
107
|
+
"eo.clipboard.clear": "Clear",
|
|
108
|
+
"eo.clipboard.type.copy": "复制到",
|
|
109
|
+
"eo.clipboard.type.cut": "Cut",
|
|
110
|
+
"eo.upload.global.headline": "上传文件",
|
|
111
|
+
"eo.upload.global.context.title": "Add to context",
|
|
112
|
+
"eo.notifications.filter.section.objecttype": "Objekttyp",
|
|
113
|
+
"eo.state.object.list.error": "Es sind keine Informationen vorhanden.",
|
|
114
|
+
"eo.notifications.filter.section.title": "Type",
|
|
115
|
+
"eo.state.process.filter.running": "Running processe",
|
|
116
|
+
"eo.state.process.filter.completed": "Ended processes",
|
|
117
|
+
"eo.state.process.filter.error": "Erroneous processes",
|
|
118
|
+
"eo.state.process.filter.suspended": "Pending processes",
|
|
119
|
+
"eo.process.filter.title": "Filter Processes",
|
|
120
|
+
"eo.process.filter.section.status": "Status",
|
|
121
|
+
"eo.grid.sort.title": "标题",
|
|
122
|
+
"eo.grid.sort.date": "日期",
|
|
123
|
+
"eo.process.sort.status": "Status",
|
|
124
|
+
"eo.process.sort.type":"类型",
|
|
125
|
+
"eo.process.file.title.undefined": "Title is undefined!",
|
|
126
|
+
"eo.process.file.description.undefined": "Description is undefined!",
|
|
127
|
+
"eo.status.404.description": "无法加载对象。",
|
|
128
|
+
"eo.process.filter.section.type": "类型",
|
|
129
|
+
"eo.favorites.list.empty": "仍未添加任何收藏。",
|
|
130
|
+
"eo.notifications.list.empty": "当前既未设置订阅也未设置重新提交。",
|
|
131
|
+
"eo.process.list.empty": "无过程可用",
|
|
132
|
+
"eo.resultlist.grid.filter.placeholder.process": "Filtering process data",
|
|
133
|
+
"eo.list.refresh":"Refresh",
|
|
134
|
+
"eo.list.filter":"Open filter",
|
|
135
|
+
"eo.list.sort":"Open sorting",
|
|
136
|
+
"eo.bar.button.layout.title":"Configure view areas",
|
|
137
|
+
"eo.bar.button.user.profile.title": "User profile",
|
|
138
|
+
"eo.bar.button.execute.actions.tooltip": "Start process",
|
|
139
|
+
"eo.storedquery.share.title": "Share",
|
|
140
|
+
"eo.storedquery.shared.title": "Shared by me",
|
|
141
|
+
"eo.storedquery.sharedfor.title": "Shared for me",
|
|
142
|
+
"eo.storedquery.favor.title": "Favor",
|
|
143
|
+
"eo.storedquery.favored.title": "Favored by me",
|
|
144
|
+
"eo.storedquery.favoredfor.title": "Favored for me",
|
|
145
|
+
"eo.notifications.filter.subscription.label": "Subscription",
|
|
146
|
+
"eo.notifications.filter.resubmission.label": "Follow-up",
|
|
147
|
+
"eo.search.close": "close search",
|
|
148
|
+
"eo.search.clear.search":"clear seach",
|
|
149
|
+
"eo.sort.by": "分类按",
|
|
150
|
+
"eo.state.process": "过程",
|
|
151
|
+
"eo.help.about.claim": "yuuvis® – 名副其实的 ECM<br/>来自 OPTIMAL SYSTEMS 的企业内容管理软件<br/>yuuvis® 是一款综合、全面且全公司共享的 ECM 软件。一种真正的企业一体化解决方案 – 适用于所有行业,所有业务领域和各个部门。<br/>yuuvis® - 简单。全公司共享。",
|
|
152
|
+
"eo.help.about.product.label": "产品:",
|
|
153
|
+
"eo.help.about.client.version.label": "客户端版本:",
|
|
154
|
+
"eo.help.about.producer.label": "制造商:",
|
|
155
|
+
"eo.help.about.producer.text": "OPTIMAL SYSTEMS GmbH,德国,柏林",
|
|
156
|
+
"eo.help.license.title": "许可提示",
|
|
157
|
+
"eo.help.license.intro": "本文档包含许可信息及针对 yuuvis® 客户端中引入的外部组件的补充规定。这些许可信息和补充规定会通过基准化变成 OPTIMAL SYSTEMS 软件许可协议的一部分。",
|
|
158
|
+
"eo.action.menu.custom.error.message": "无法实施操作",
|
|
159
|
+
"eo.action.menu.show.versions.label": "显示版本",
|
|
160
|
+
"eo.action.menu.show.versions.description": "显示对象的所有版本。",
|
|
161
|
+
"eo.action.menu.edit.document.label": "打开文档文件",
|
|
162
|
+
"eo.action.menu.edit.document.description": "可实现文档文件的外部打开。",
|
|
163
|
+
"eo.action.menu.send.email.link.label": "包含链接的电子邮件",
|
|
164
|
+
"eo.action.menu.send.email.link.description": "在本地电子邮件程序中创建一份新的电子邮件消息,并插入文件夹或文档链接。",
|
|
165
|
+
"eo.action.menu.send.email.file.label": "包含附件的电子邮件",
|
|
166
|
+
"eo.action.menu.send.email.file.description": "在本地电子邮件程序中创建一份新的电子邮件消息并插入文档文件作为附件。",
|
|
167
|
+
"eo.action.menu.send.email.file.pdf.label": "包含 PDF 的电子邮件",
|
|
168
|
+
"eo.action.menu.send.email.file.pdf.description": "在本地电子邮件程序中创建一份新的电子邮件消息并插入一份 PDF 文档文件作为附件。",
|
|
169
|
+
"eo.action.menu.clipboard.link.label": "复制链接",
|
|
170
|
+
"eo.action.menu.clipboard.link.description": "将至对象的链接复制到剪贴板中。",
|
|
171
|
+
"eo.action.menu.clipboard.link.successful": "链接已复制到剪贴板中。",
|
|
172
|
+
"eo.action.menu.clipboard.link.error": "无法将链接复制到剪贴板中。",
|
|
173
|
+
"eo.action.menu.clipboard.file.label": "复制文档文件",
|
|
174
|
+
"eo.action.menu.clipboard.file.description": "将原始文档文件复制到剪切板中。",
|
|
175
|
+
"eo.action.menu.clipboard.file.pdf.label": "作为 PDF 复制",
|
|
176
|
+
"eo.action.menu.clipboard.file.pdf.description": "将文档文本作为 PDF 复制到剪贴板中。",
|
|
177
|
+
"eo.action.menu.clipboard.copy.label": "复制到",
|
|
178
|
+
"eo.action.menu.clipboard.copy.description": "将预选的对象复制到该文件夹。",
|
|
179
|
+
"eo.action.menu.versioning.version.restore.label": "版本恢复",
|
|
180
|
+
"eo.action.menu.versioning.version.restore.description": "生成一个基于选择版本的新版本。",
|
|
181
|
+
"eo.actions.group.common": "概述",
|
|
182
|
+
"eo.actions.group.further_actions": "其他操作",
|
|
183
|
+
"eo.action.create.favorite.label": "添加至收藏",
|
|
184
|
+
"eo.action.create.favorite.description": "将对象添加到收藏。",
|
|
185
|
+
"eo.action.delete.favorite.label": "从收藏移除",
|
|
186
|
+
"eo.action.delete.favorite.description": "将对象从收藏移除。",
|
|
187
|
+
"eo.action.create.subscription.label": "创建订阅",
|
|
188
|
+
"eo.action.create.subscription.description": "创建一个订阅。",
|
|
189
|
+
"eo.action.delete.subscription.label": "移除订阅",
|
|
190
|
+
"eo.action.delete.subscription.description": "移除该订阅。",
|
|
191
|
+
"eo.action.create.resubmission.label": "创建重新提交",
|
|
192
|
+
"eo.action.create.resubmission.description": "创建一个重新提交。",
|
|
193
|
+
"eo.action.update.resubmission.label": "编辑重新提交",
|
|
194
|
+
"eo.action.update.resubmission.description": "打开重新提交属性用于编辑。",
|
|
195
|
+
"eo.action.delete.dms.object.label": "删除",
|
|
196
|
+
"eo.action.delete.dms.object.description": "删除对象。",
|
|
197
|
+
"eo.action.download.dms.object.content.label": "下载文档文件",
|
|
198
|
+
"eo.action.download.dms.object.content.description": "下载对象文档文件。",
|
|
199
|
+
"eo.error.connection.interrupted.text": "至少一项服务当前不可用。",
|
|
200
|
+
"eo.error.connection.interrupted.title": "服务不可用",
|
|
201
|
+
"eo.object.indexdata.save.success": "文档已被保存。",
|
|
202
|
+
"eo.object.indexdata.save.error": "当前无法保存文档。",
|
|
203
|
+
"eo.bpm.activity.indexdata.save.success": "该任务已被成功保存。",
|
|
204
|
+
"eo.bpm.activity.indexdata.save.error": "当前无法保存该任务。",
|
|
205
|
+
"eo.sse.delete.fail.title": "删除失败",
|
|
206
|
+
"eo.state.settings.language": "语言",
|
|
207
|
+
"eo.state.settings.language.client": "应用",
|
|
208
|
+
"eo.state.settings.language.schema": "对象定义",
|
|
209
|
+
"eo.state.settings.roles": "职位",
|
|
210
|
+
"eo.state.settings.agent": "代理",
|
|
211
|
+
"eo.state.settings.pairing-status": "代理状态",
|
|
212
|
+
"eo.state.settings.others": "其他设置",
|
|
213
|
+
"eo.state.settings.presence.present": "在场",
|
|
214
|
+
"eo.state.settings.presence.absent": "离线",
|
|
215
|
+
"eo.state.settings.presence.error.title": "糟糕...",
|
|
216
|
+
"eo.state.settings.presence.error.description": "该操作无法完成。请再次尝试。",
|
|
217
|
+
"eo.state.settings.deputies": "代理",
|
|
218
|
+
"eo.state.settings.agent.new-connection": "连接本地 yuuvis agent",
|
|
219
|
+
"eo.state.settings.agent.pairing.request": "接入 yuuvis agent",
|
|
220
|
+
"eo.state.settings.agent.pairing.description": "将本地 yuuvis agent 接入。",
|
|
221
|
+
"eo.state.settings.agent.pairing.status.paired": "连接且已接入",
|
|
222
|
+
"eo.state.settings.agent.pairing.status.paired-desc": "你可使用包含 yuuvis 的桌面集成功能。",
|
|
223
|
+
"eo.state.settings.agent.pairing.status.could-pair": "无代理接入",
|
|
224
|
+
"eo.state.settings.agent.pairing.status.could-pair-desc": "您已为该 yuuvis 系统连接了一个 yuuvis 代理,但未将当前浏览器接入。桌面集成功能不可用。",
|
|
225
|
+
"eo.state.settings.agent.pairing.status.not-connected": "无代理连接",
|
|
226
|
+
"eo.state.settings.agent.pairing.status.not-connected-desc": "您未为当前 yuuvis 系统连接任何 yuuvis。桌面集成功能不可用。",
|
|
227
|
+
"eo.state.settings.lock": "打开时封锁文档",
|
|
228
|
+
"eo.state.settings.lock.enable": "已激活",
|
|
229
|
+
"eo.state.settings.lock.disable": "已禁用",
|
|
230
|
+
"eo.state.settings.lock.ask": "总是询问",
|
|
231
|
+
"eo.column.config.title": "栏配置",
|
|
232
|
+
"eo.column.config.action.save": "保存",
|
|
233
|
+
"eo.column.config.action.save.default": "保存为默认",
|
|
234
|
+
"eo.column.config.action.close": "取消",
|
|
235
|
+
"eo.column.config.action.resetdefault": "重置到默认状态",
|
|
236
|
+
"eo.column.config.headline.current": "当前栏",
|
|
237
|
+
"eo.column.config.headline.available": "可用栏",
|
|
238
|
+
"eo.column.config.sort": "排序",
|
|
239
|
+
"eo.column.config.group": "分组",
|
|
240
|
+
"eo.column.config.info.type": "针对结果类型 '{{type}}' 的配置",
|
|
241
|
+
"eo.column.config.info.type.context": "针对结果类型 '{{type}}' 在 '{{context}}' 上下文中的配置",
|
|
242
|
+
"eo.column.config.info.fulltext": "针对混合结果类型的配置",
|
|
243
|
+
"eo.favorite.details.item.gone": "无法找到元素。可能已被删除,或无权访问。",
|
|
244
|
+
"eo.favorite.details.item.gone.remove": "从收藏移除",
|
|
245
|
+
"eo.favorite.icon.dialog.title": "收藏",
|
|
246
|
+
"eo.favorite.icon.dialog.save": "保存",
|
|
247
|
+
"eo.favorite.icon.dialog.cancel": "取消",
|
|
248
|
+
"eo.favorite.icon.tooltip.add": "收藏",
|
|
249
|
+
"eo.favorite.icon.tooltip.remove": "从收藏删除",
|
|
250
|
+
"eo.favorite.icon.dialog.input.label": "标题",
|
|
251
|
+
"eo.favorites.list.title": "收藏夹",
|
|
252
|
+
"eo.favorites.filter.title": "过滤收藏",
|
|
253
|
+
"eo.favorites.filter.section.objecttype": "对象类型",
|
|
254
|
+
"eo.folder.filter.title": "列表筛选",
|
|
255
|
+
"eo.folder.filter.section.objecttype": "对象类型",
|
|
256
|
+
"eo.inbox.list.title": "收件箱",
|
|
257
|
+
"eo.inbox.SUBSCRIPTION": "订阅",
|
|
258
|
+
"eo.inbox.BPM": "过程",
|
|
259
|
+
"eo.inbox.RESUBMISSION": "重新提交",
|
|
260
|
+
"eo.inbox.filter.title": "过滤收件箱内容",
|
|
261
|
+
"eo.inbox.filter.section.type": "类型",
|
|
262
|
+
"eo.inbox.filter.unread": "仅未读",
|
|
263
|
+
"eo.inbox.sort.title": "标题",
|
|
264
|
+
"eo.inbox.sort.date": "日期",
|
|
265
|
+
"eo.notifications.list.title": "通知",
|
|
266
|
+
"eo.notifications.list.subtitle": "管理订阅和重新提交",
|
|
267
|
+
"eo.notifications.filter.title": "过滤通知",
|
|
268
|
+
"eo.notifications.sort.title": "标题",
|
|
269
|
+
"eo.notifications.sort.due": "日期",
|
|
270
|
+
"eo.object.resubmission.tooltip": "重新提交可用",
|
|
271
|
+
"eo.object.subscription.tooltip": "已订阅",
|
|
272
|
+
"eo.object.indexdata.title": "索引数据",
|
|
273
|
+
"eo.object.history.title": "历史",
|
|
274
|
+
"eo.object.history.workflowprocess": "过程模型",
|
|
275
|
+
"eo.object.history.activity": "活动",
|
|
276
|
+
"eo.object.history.version": "版本",
|
|
277
|
+
"eo.object.lock": "已封锁",
|
|
278
|
+
"eo.object.indexdata.reset": "重置",
|
|
279
|
+
"eo.object.indexdata.save": "保存",
|
|
280
|
+
"eo.object.indexdata.save.browsernav": "直接编辑未保存表格的索引数据。",
|
|
281
|
+
"eo.object.indexdata.form.invalid": "索引数据表单包含错误。请修正错误,以便可以保存输入。",
|
|
282
|
+
"eo.prepare.details.type.title": "选择对象类型",
|
|
283
|
+
"eo.prepare.details.type.empty": "针对该文件在选择的位置处无新建对象类型。",
|
|
284
|
+
"eo.prepare.details.type.notallowed": "无法应用选择的对象类型 '{{type}},因为上传的文件 '{{filename}}针对该类型被禁用。",
|
|
285
|
+
"eo.prepare.details.type.subtitle": "选择对象类型",
|
|
286
|
+
"eo.prepare.details.content.subtitle": "添加文件",
|
|
287
|
+
"eo.prepare.details.indexdata.subtitle": "添加索引数据",
|
|
288
|
+
"eo.prepare.save": "存储",
|
|
289
|
+
"eo.prepare.saveopen": "保存并打开",
|
|
290
|
+
"eo.prepare.template.select": "应用模板",
|
|
291
|
+
"eo.prepare.template.abort": "取消",
|
|
292
|
+
"eo.prepare.template.error.title": "故障",
|
|
293
|
+
"eo.prepare.template.error.message": "无法应用模板。",
|
|
294
|
+
"eo.prepare.location.title.prefix": "另存为",
|
|
295
|
+
"eo.prepare.location.title.sysroot": "另存到常规保存位置",
|
|
296
|
+
"eo.prepare.created.error.title": "无法创建对象。",
|
|
297
|
+
"eo.prepare.created.error.message": "创建对象时出现错误。未保存对象。",
|
|
298
|
+
"eo.prepare.attachment.info": "可向该对象类型添加一个文件。请选择下列选项中的一个:",
|
|
299
|
+
"eo.prepare.attachment.upload.title": "上传文件",
|
|
300
|
+
"eo.prepare.attachment.upload.desc": "请向对象添加一个本地文件。",
|
|
301
|
+
"eo.prepare.attachment.template.title": "选择模板",
|
|
302
|
+
"eo.prepare.attachment.template.desc": "从针对该对象类型的一个模板中选择文件。",
|
|
303
|
+
"eo.prepare.attachment.template.resolver": "包含数据应用",
|
|
304
|
+
"eo.prepare.attachment.nofile.title": "无文件",
|
|
305
|
+
"eo.prepare.attachment.nofile.desc": "创建无文件对象。",
|
|
306
|
+
"eo.prepare.details.contents.title": "文件",
|
|
307
|
+
"eo.prepare.list.title": "存档",
|
|
308
|
+
"eo.prepare.list.title.sub": "待保存的对象",
|
|
309
|
+
"eo.prepare.list.empty": "存档中无对象。",
|
|
310
|
+
"eo.prepare.list.item.template": "从模板",
|
|
311
|
+
"eo.prepare.list.item.file.none": "无文件",
|
|
312
|
+
"eo.prepare.list.item.type.undefined": "仍未选择对象类型",
|
|
313
|
+
"eo.prepare.list.item.location.set": "保存位置已确定",
|
|
314
|
+
"eo.prepare.list.item.location.notset": "在常规保存位置中",
|
|
315
|
+
"eo.process.details.tab.task": "任务",
|
|
316
|
+
"eo.process.details.tab.task.description": "说明",
|
|
317
|
+
"eo.process.details.tab.progress": "进度",
|
|
318
|
+
"eo.process.details.tab.attachments": "文件",
|
|
319
|
+
"eo.process.details.task.resubmission.description": "您会获得该通知,因为您已上传附加业务对象的重新提交。",
|
|
320
|
+
"eo.process.details.task.subscription.description": "您会获得该通知,因为要向您通知附加业务对象的修改内容。",
|
|
321
|
+
"eo.process.details.button.resubmission.remove": "确认",
|
|
322
|
+
"eo.process.details.button.subscription.remove": "确认",
|
|
323
|
+
"eo.bpm.activity.forward.error": "转发时出错。",
|
|
324
|
+
"eo.process.personalize": "应用任务",
|
|
325
|
+
"eo.process.depersonalize": "返回任务",
|
|
326
|
+
"eo.process.activity.lock.denied": "任务已被编辑。",
|
|
327
|
+
"eo.process.activity.unlock.denied": "请稍后再次尝试!",
|
|
328
|
+
"eo.process.file.empty.label": "文件空。",
|
|
329
|
+
"eo.process.file.add.label": "在文件中插入预约的对象。",
|
|
330
|
+
"eo.process.file.notification.error": "添加时出错",
|
|
331
|
+
"eo.process.file.notification.add.message": "插入文件中",
|
|
332
|
+
"eo.process.file.notification.remove": "移除",
|
|
333
|
+
"eo.process.file.notification.remove.message": "从文件中移除",
|
|
334
|
+
"eo.process.start.time.label": "启动: ",
|
|
335
|
+
"eo.process.end.time.label": "结束: ",
|
|
336
|
+
"eo.quicksearch.result.group.global": "全局",
|
|
337
|
+
"eo.quicksearch.hits": "结果",
|
|
338
|
+
"eo.search.result.term": "搜索条目",
|
|
339
|
+
"eo.search.result.expired": "搜索请求已到期,而且不再可用。",
|
|
340
|
+
"eo.search.result.error": "可能因技术性错误无法实施您的搜索请求。",
|
|
341
|
+
"eo.search.result.hits": "结果",
|
|
342
|
+
"eo.resultlist.grid.filterOoo": "过滤器...",
|
|
343
|
+
"eo.status.404.title": "未找到",
|
|
344
|
+
"eo.actions.sticky.title": "操作",
|
|
345
|
+
"eo.actions.sticky.title.sub.for": "针对",
|
|
346
|
+
"eo.actions.sticky.title.sub.selection": "当前选择",
|
|
347
|
+
"eo.object.inlinemenu.addresubmission": "创建重新提交",
|
|
348
|
+
"eo.object.inlinemenu.editresubmission": "编辑重新提交",
|
|
349
|
+
"eo.object.inlinemenu.addsubscription": "创建订阅",
|
|
350
|
+
"eo.storedquery.search.term": "全文本",
|
|
351
|
+
"eo.storedquery.restriction.type": "对象类型",
|
|
352
|
+
"eo.storedquery.restriction.created": "已创建",
|
|
353
|
+
"eo.storedquery.restriction.creator": "编制",
|
|
354
|
+
"eo.storedquery.restriction.modified": "已编辑",
|
|
355
|
+
"eo.storedquery.restriction.modifier": "编辑人",
|
|
356
|
+
"eo.storedquery.restriction.mimetypegroup": "文件类型",
|
|
357
|
+
"eo.storedquery.restriction.filename": "文件名",
|
|
358
|
+
"eo.storedquery.restriction.filesize": "文件大小",
|
|
359
|
+
"eo.storedquery.action.save": "保存",
|
|
360
|
+
"eo.storedquery.action.cancel": "取消",
|
|
361
|
+
"eo.storedquery.roles": "职位",
|
|
362
|
+
"eo.storedquery.res.count.label": "结果",
|
|
363
|
+
"eo.timeline.empty": "无任何记录。",
|
|
364
|
+
"eo.timeline.filter.action": "过滤记录",
|
|
365
|
+
"eo.timeline.filter.reset": "重置过滤系统",
|
|
366
|
+
"eo.versions.details.label": "版本",
|
|
367
|
+
"eo.versions.detail.glue.tooltip": "切换对象外观同步视图",
|
|
368
|
+
"eo.versions.list.title": "版本",
|
|
369
|
+
"eo.versions.list.users": "用户",
|
|
370
|
+
"eo.versions.list.types": "类型",
|
|
371
|
+
"eo.init.fail": "",
|
|
372
|
+
"eo.add.title.location": "至保存位置",
|
|
373
|
+
"eo.add.title.location.common": "概述",
|
|
374
|
+
"eo.search": "查找",
|
|
375
|
+
"eo.search.save": "保存搜索",
|
|
376
|
+
"eo.search.reset": "重置",
|
|
377
|
+
"eo.search.agg.time.lastyear": "上年",
|
|
378
|
+
"eo.search.agg.time.thisyear": "本年",
|
|
379
|
+
"eo.search.agg.time.lastmonth": "上月",
|
|
380
|
+
"eo.search.agg.time.thismonth": "本月",
|
|
381
|
+
"eo.search.agg.time.lastweek": "上周",
|
|
382
|
+
"eo.search.agg.time.thisweek": "本周",
|
|
383
|
+
"eo.search.agg.time.yesterday": "昨天",
|
|
384
|
+
"eo.search.agg.time.today": "今天",
|
|
385
|
+
"eo.search.agg.time.span": "时间段",
|
|
386
|
+
"eo.search.agg.time.span.custom": "用户定义时间范围",
|
|
387
|
+
"eo.search.agg.time.span.from": "从",
|
|
388
|
+
"eo.search.agg.time.span.to": "到",
|
|
389
|
+
"eo.search.agg.time.span.since": "自",
|
|
390
|
+
"eo.search.agg.time.span.until": "到",
|
|
391
|
+
"eo.search.agg.creator": "编制",
|
|
392
|
+
"eo.search.agg.modifier": "编辑人",
|
|
393
|
+
"eo.search.agg.createdby": "完成于",
|
|
394
|
+
"eo.search.agg.modifiedby": "编辑",
|
|
395
|
+
"eo.search.agg.filename": "文件名",
|
|
396
|
+
"eo.search.agg.time.custom.save": "应用",
|
|
397
|
+
"eo.search.agg.time.custom.remove": "移除",
|
|
398
|
+
"eo.search.objecttype.form": "查询表格 '{{type}}'",
|
|
399
|
+
"eo.search.group.general": "全局",
|
|
400
|
+
"eo.search.submit": "搜索",
|
|
401
|
+
"eo.search.title": "搜索结果",
|
|
402
|
+
"eo.search.title.storedqueries": "已保存搜索请求",
|
|
403
|
+
"eo.search.storedqueries.restrict": "我的搜索请求",
|
|
404
|
+
"eo.search.suggest": "您以为:",
|
|
405
|
+
"eo.search.restrict.type": "对象类型",
|
|
406
|
+
"eo.search.restrict.creation": "已创建",
|
|
407
|
+
"eo.search.restrict.modification": "已更改",
|
|
408
|
+
"eo.search.restrict.mimetypegroup": "文件类型",
|
|
409
|
+
"eo.search.restrict.file": "文档文件",
|
|
410
|
+
"eo.search.restrict.filename": "文件名",
|
|
411
|
+
"eo.search.restrict.filesize": "文件大小",
|
|
412
|
+
"eo.bar.button.prepare.tooltip": "打开存档",
|
|
413
|
+
"eo.bar.button.inbox.tooltip": "打开收件箱",
|
|
414
|
+
"eo.bar.button.favorites.tooltip": "打开收藏",
|
|
415
|
+
"eo.bar.button.search.tooltip": "搜索",
|
|
416
|
+
"eo.bar.button.file.tooltip": "创建对象",
|
|
417
|
+
"eo.bar.button.logout.title": "注销",
|
|
418
|
+
"eo.bar.button.settings.title": "设置",
|
|
419
|
+
"eo.sidebar.navigation.title": "导航",
|
|
420
|
+
"eo.sidebar.navigation.favorites": "收藏夹",
|
|
421
|
+
"eo.sidebar.navigation.favorites.tooltip": "打开收藏",
|
|
422
|
+
"eo.sidebar.navigation.inbox": "收件箱",
|
|
423
|
+
"eo.sidebar.navigation.inbox.tooltip": "打开收件箱",
|
|
424
|
+
"eo.sidebar.navigation.process": "过程",
|
|
425
|
+
"eo.sidebar.navigation.process.tooltip": "显示过程",
|
|
426
|
+
"eo.sidebar.navigation.notifications": "通知",
|
|
427
|
+
"eo.sidebar.navigation.prepare": "存档",
|
|
428
|
+
"eo.sidebar.navigation.prepare.tooltip": "打开存档",
|
|
429
|
+
"eo.sidebar.help.title": "帮助",
|
|
430
|
+
"eo.sidebar.help.about": "产品信息",
|
|
431
|
+
"eo.sidebar.help.about.tooltip": "产品相关信息",
|
|
432
|
+
"eo.sidebar.help.license": "许可提示",
|
|
433
|
+
"eo.sidebar.help.license.tooltip": "外部组件许可信息",
|
|
434
|
+
"eo.sidebar.help.shortcuts": "组合键",
|
|
435
|
+
"eo.sidebar.help.shortcuts.tooltip": "组合键",
|
|
436
|
+
"eo.sidebar.help.manual": "用户文档",
|
|
437
|
+
"eo.sidebar.help.manual.tooltip": "用户文档",
|
|
438
|
+
"eo.datepicker.calendar.select": "选择",
|
|
439
|
+
"eo.datepicker.calendar.cancel": "取消",
|
|
440
|
+
"eo.form.table.options.subhead.edit": "编辑条目",
|
|
441
|
+
"eo.form.table.options.subhead.new": "添加条目",
|
|
442
|
+
"eo.form.table.options.btn.save": "应用",
|
|
443
|
+
"eo.form.table.options.btn.delete": "删除",
|
|
444
|
+
"eo.form.table.options.btn.cancel": "取消",
|
|
445
|
+
"eo.object.summary.version": "版本",
|
|
446
|
+
"eo.object.summary.version.compare": "显示版本",
|
|
447
|
+
"eo.form.property.required": "必填项",
|
|
448
|
+
"eo.form.property.maxlength": "输入最多可包含 {{maxlength}} 个字符。",
|
|
449
|
+
"eo.form.property.minlength": "输入最少须包含 {{minlength}} 个字符。",
|
|
450
|
+
"eo.form.property.number": "请输入一个数值。",
|
|
451
|
+
"eo.form.property.number.scale": "小数点之后的位置数量不正确。最多 {{scale}}",
|
|
452
|
+
"eo.form.property.number.precision": "小数点之前的位置数量不正确。最多 {{prepointdigits}}",
|
|
453
|
+
"eo.checkout.message": "要封锁其他用户编辑该文档吗?",
|
|
454
|
+
"eo.checkout.yes": "是",
|
|
455
|
+
"eo.checkout.no": "否",
|
|
456
|
+
"eo.checkout.cancel": "取消",
|
|
457
|
+
"eo.export.title": "导出为",
|
|
458
|
+
"eo.export.action.pdf.label": "PDF",
|
|
459
|
+
"eo.export.action.pdf.description": "将文档文件导出为 PDF",
|
|
460
|
+
"eo.export.cancel": "取消",
|
|
461
|
+
"eo.resubmission.field.info": "标题",
|
|
462
|
+
"eo.resubmission.field.due": "预约日期",
|
|
463
|
+
"eo.resubmission.add": "创建",
|
|
464
|
+
"eo.resubmission.apply": "更改",
|
|
465
|
+
"eo.resubmission.cancel": "取消",
|
|
466
|
+
"eo.resubmission.delete": "移除",
|
|
467
|
+
"eo.subscription.field.info": "标题",
|
|
468
|
+
"eo.subscription.add": "创建",
|
|
469
|
+
"eo.subscription.cancel": "取消",
|
|
470
|
+
"eo.upload.global.root.title": "常规保存位置",
|
|
471
|
+
"eo.upload.global.root.description": "将文件保存到常规保存位置。",
|
|
472
|
+
"eo.upload.global.object.title": "替换文档文本",
|
|
473
|
+
"eo.upload.global.object.title.nocontent": "添加文档文本",
|
|
474
|
+
"eo.upload.global.cancel": "取消",
|
|
475
|
+
"eo.upload.global.error.title": "上传失败",
|
|
476
|
+
"eo.upload.global.error.description": "该文件无法被传输到服务器。",
|
|
477
|
+
"eo.upload.global.target": "目标位置",
|
|
478
|
+
"eo.upload.global.choose.title": "处理",
|
|
479
|
+
"eo.upload.global.choose.message": "您已选择多个文件。要单独设置各对象的索引数据,或同时处理所有文件?",
|
|
480
|
+
"eo.upload.global.choose.single": "单独",
|
|
481
|
+
"eo.upload.global.choose.multi": "批量",
|
|
482
|
+
"eo.action.menu.email.label": "發送郵件",
|
|
483
|
+
"eo.action.menu.email.description": "打開其他電子郵件操作",
|
|
484
|
+
"eo.email.title": "發送郵件",
|
|
485
|
+
"eo.action.menu.clipboard.label": "複製到剪貼板",
|
|
486
|
+
"eo.clipboard.title": "複製到剪貼板",
|
|
487
|
+
"eo.action.menu.clipboard.description": "打開其他剪貼板操作",
|
|
488
|
+
"eo.form.property.string.regex.nomatch": "The input does not match the requirements",
|
|
489
|
+
"eo.executable.processes.execute":"Ok",
|
|
490
|
+
"eo.add.title.location.subfolder":"Add to current folder",
|
|
491
|
+
"eo.help.about.releasedate.label": "Release timestamp: ",
|
|
492
|
+
"eo.action.manage.rights.read.label": "Share",
|
|
493
|
+
"eo.action.manage.rights.read.description": "Lets the user share read rights for this document.",
|
|
494
|
+
"eo.column.config.pinned": "pin",
|
|
495
|
+
"eo.inbox.filter.absent": "Substitution",
|
|
496
|
+
"eo.inbox.filter.overdue": "Overdue",
|
|
497
|
+
"eo.inbox.item.note.absence": "Substitution",
|
|
498
|
+
"eo.references.object.notfound": "No references found.",
|
|
499
|
+
"eo.references.to.label": "References to this object",
|
|
500
|
+
"eo.references.from.label": "References to other objects",
|
|
501
|
+
"eo.references.open.resultlist": "Open in hit list",
|
|
502
|
+
"eo.process.details.tab.task.indexdata": "Process data",
|
|
503
|
+
"eo.process.recipients": "Recipients",
|
|
504
|
+
"eo.process.substitute": "Substitution for",
|
|
505
|
+
"eo.export.action.original.label": "Original",
|
|
506
|
+
"eo.export.action.original.description": "Downloads the document file in the original format",
|
|
507
|
+
"eo.manage.rights.title": "Share object with other users",
|
|
508
|
+
"eo.manage.rights.element.label": "Users/groups",
|
|
509
|
+
"eo.manage.rights.cancel": "Cancel",
|
|
510
|
+
"eo.manage.rights.save": "Save",
|
|
511
|
+
"eo.resubmission.error.msg": "At least one notification method must be selected.",
|
|
512
|
+
"eo.resubmission.field.notification.inbox": "Notification via inbox",
|
|
513
|
+
"eo.resubmission.field.notification.email": "Notification by email",
|
|
514
|
+
"eo.subscription.error.msg": "At least one notification method must be selected.",
|
|
515
|
+
"eo.subscription.field.notification.inbox": "Notification via inbox",
|
|
516
|
+
"eo.subscription.field.notification.email": "Notification by email",
|
|
517
|
+
"eo.manage.rights.message": "The Objekt {{title}} is now shared with {{shared}}.",
|
|
518
|
+
"eo.manage.rights.message.notshared": "The Object is not longer shared by you.",
|
|
519
|
+
"eo.action.menu.clipboard.copy.message": "The Objekt {{title}} was copied",
|
|
520
|
+
"eo.action.menu.clipboard.copy.multiple.message": "{{count}} Objektes were copied",
|
|
521
|
+
"eo.action.menu.custom.run.success":"The action {{title}} is executed.",
|
|
522
|
+
"eo.action.menu.custom.run.error": "Unfortunately the action {{title}} could not be executed."
|
|
523
|
+
}
|