@eo-sdk/client 11.9.0-rc.2 → 11.10.0-rc.2
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/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.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts +1 -0
- package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts +1 -0
- package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.d.ts.map +1 -1
- package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts +1 -0
- package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts.map +1 -1
- package/app/eo-client/notifications-state/notifications-state.component.d.ts +1 -0
- package/app/eo-client/notifications-state/notifications-state.component.d.ts.map +1 -1
- package/app/eo-client/process-state/process-state.component.d.ts +1 -0
- package/app/eo-client/process-state/process-state.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +1 -0
- 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 +4 -2
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/number-range/number-range.component.d.ts +7 -2
- package/app/eo-framework/form-elements/number-range/number-range.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/organization/organization.component.d.ts +10 -0
- package/app/eo-framework/form-elements/organization/organization.component.d.ts.map +1 -1
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts +28 -5
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts +0 -1
- package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
- package/app/eo-framework/ui/overlay/overlay.component.d.ts +3 -2
- package/app/eo-framework/ui/overlay/overlay.component.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +4 -0
- package/assets/_default/i18n/en.json +12 -8
- package/assets/_default/i18n/ja.json +1132 -0
- package/assets/_default/i18n/ko.json +1132 -0
- package/assets/_default/i18n/th.json +1132 -0
- package/assets/_default/i18n/zh.json +1132 -0
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +6 -6
- 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 +7 -5
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +83 -120
- 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/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 +6 -6
- 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-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/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/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 +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.mjs +7 -7
- package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-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 +4 -4
- package/esm2022/app/eo-client/eo-client.module.mjs +4 -4
- package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +3 -3
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +11 -5
- package/esm2022/app/eo-client/inbox-state/inbox-state-routing.module.mjs +4 -4
- package/esm2022/app/eo-client/inbox-state/inbox-state.module.mjs +4 -4
- package/esm2022/app/eo-client/login/login.component.mjs +3 -3
- package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +11 -5
- 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 +4 -4
- package/esm2022/app/eo-client/object-state/object-state-service/object-state.service.mjs +3 -3
- package/esm2022/app/eo-client/object-state/object-state.module.mjs +4 -4
- package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +3 -3
- package/esm2022/app/eo-client/prepare-state/prepare-state-routing.module.mjs +4 -4
- package/esm2022/app/eo-client/prepare-state/prepare-state.module.mjs +4 -4
- package/esm2022/app/eo-client/process-state/process-state.component.mjs +11 -5
- package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +3 -3
- package/esm2022/app/eo-client/result-state/result-state.component.mjs +3 -3
- package/esm2022/app/eo-client/settings/settings.component.mjs +3 -3
- package/esm2022/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +3 -3
- package/esm2022/app/eo-client/version-state/version-state.component.mjs +3 -3
- package/esm2022/app/eo-framework/accordion/accordion.module.mjs +4 -4
- 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 +3 -3
- 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 +3 -3
- package/esm2022/app/eo-framework/actions/action.module.mjs +4 -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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-action.mjs +3 -3
- 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 +3 -3
- package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/cut-action/cut-action.mjs +3 -3
- 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 +3 -3
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete-prepared-action.mjs +3 -3
- 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 +3 -3
- package/esm2022/app/eo-framework/actions/actions/download-action/download-action.mjs +3 -3
- 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 +3 -3
- package/esm2022/app/eo-framework/actions/actions/favorite-action/favorite-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/finalize/definalize-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/finalize/finalize-action.mjs +4 -4
- 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 +3 -3
- 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 +3 -3
- package/esm2022/app/eo-framework/actions/actions/open-versions-action/open-versions-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/remove-subscription-action/remove-subscription-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/restore-version-action/restore-version-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/return-task-action/return-task/return-task.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/return-task-action/return-task-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +4 -4
- 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 +3 -3
- package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +4 -4
- package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +4 -4
- 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 +4 -4
- package/esm2022/app/eo-framework/eo-framework.module.mjs +4 -4
- package/esm2022/app/eo-framework/error/error.module.mjs +4 -4
- package/esm2022/app/eo-framework/error/error404/error404.component.mjs +3 -3
- package/esm2022/app/eo-framework/error/not-found/not-found.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +19 -10
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +20 -14
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.service.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/form-elements.module.mjs +4 -4
- 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 +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +3 -3
- 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 +3 -3
- 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 +12 -6
- package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +34 -14
- 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 +3 -3
- 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/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 +3 -3
- 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 +3 -3
- 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/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.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/grid.module.mjs +4 -4
- package/esm2022/app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component.mjs +3 -3
- package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +54 -14
- package/esm2022/app/eo-framework/list-container/list-container.component.mjs +3 -3
- package/esm2022/app/eo-framework/list-container/list-container.module.mjs +4 -4
- package/esm2022/app/eo-framework/media/content-preview.service.mjs +3 -3
- package/esm2022/app/eo-framework/media/media.component.mjs +3 -3
- package/esm2022/app/eo-framework/media/media.module.mjs +4 -4
- 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/object-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/object-details.module.mjs +4 -4
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter-pipe/history-filter.pipe.mjs +3 -3
- 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/object-history.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/object-links/object-links.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.mjs +3 -3
- 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 +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +4 -12
- 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-script/object-form-script.service.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
- 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 +5 -5
- package/esm2022/app/eo-framework/object-form/object-form.module.mjs +4 -4
- package/esm2022/app/eo-framework/object-state-details/object-state-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/plugins/plugin.component.mjs +9 -9
- package/esm2022/app/eo-framework/plugins/plugin.directive.mjs +3 -3
- package/esm2022/app/eo-framework/plugins/plugin.service.mjs +3 -3
- package/esm2022/app/eo-framework/plugins/plugins.module.mjs +4 -4
- 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 +3 -3
- 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/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 +4 -4
- 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 +4 -4
- package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/result-list/result-list.component.mjs +3 -3
- package/esm2022/app/eo-framework/result-list/result-list.module.mjs +4 -4
- package/esm2022/app/eo-framework/settings/change-password/change-password-form/change-password-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/settings/permissions/permissions.component.mjs +3 -3
- package/esm2022/app/eo-framework/settings/settings.module.mjs +4 -4
- 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/shortcuts.directive.mjs +3 -3
- package/esm2022/app/eo-framework/shortcuts/shortcuts.module.mjs +4 -4
- package/esm2022/app/eo-framework/shortcuts/shortcuts.service.mjs +3 -3
- 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.module.mjs +4 -4
- package/esm2022/app/eo-framework/tree/tree-node/tree-node.component.mjs +5 -5
- package/esm2022/app/eo-framework/tree/tree.component.mjs +3 -3
- package/esm2022/app/eo-framework/tree/tree.module.mjs +4 -4
- package/esm2022/app/eo-framework/ui/clipboard/clipboard.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +9 -9
- package/esm2022/app/eo-framework/ui/eo-icon/eo-icon.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/error-message/error-message.component.mjs +3 -3
- 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.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/loading-spinner/loading-spinner.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/outside-click/outside-click.directive.mjs +3 -3
- package/esm2022/app/eo-framework/ui/overlay/overlay.component.mjs +14 -6
- 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 +3 -3
- package/esm2022/app/eo-framework/ui/rtl-aware/rtl-aware.directive.mjs +3 -3
- package/esm2022/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/ui.module.mjs +4 -4
- package/esm2022/app/eo-framework/ui/user-avatar/user-avatar.component.mjs +3 -3
- package/esm2022/app/eo-framework/upload-overlay/upload-overlay-guard.service.mjs +3 -3
- package/esm2022/app/eo-framework/upload-overlay/upload-overlay.component.mjs +5 -5
- package/esm2022/app/eo-framework/util/directive/prevent-double-click.directive.mjs +3 -3
- package/esm2022/app/eo-framework/util/directive/trap-focus.directive.mjs +3 -3
- package/esm2022/app/eo-framework/util/services/utilities.service.mjs +3 -3
- package/esm2022/app/eo-framework/util/sortable/order-by.pipe.mjs +3 -3
- package/esm2022/app/eo-framework/util/util.module.mjs +4 -4
- package/esm2022/app/eo-framework-core/agent/agent.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/api/grid.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/api/plugins.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/empty-state/empty-state.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/eo-framework-core.module.mjs +4 -4
- package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/layout/layout.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/location/location.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes-guard.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/pipes/filesize.pipe.mjs +3 -3
- package/esm2022/app/eo-framework-core/pipes/keys.pipe.mjs +3 -3
- package/esm2022/app/eo-framework-core/pipes/locale-date.pipe.mjs +3 -3
- package/esm2022/app/eo-framework-core/pipes/locale-number.pipe.mjs +12 -12
- package/esm2022/app/eo-framework-core/pipes/pipes.module.mjs +4 -4
- package/esm2022/app/eo-framework-core/pipes/safe-html.pipe.mjs +3 -3
- package/esm2022/app/eo-framework-core/references/reference.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/route-guards/auth/auth-guard.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/route-guards/capabilities/capabilities-guard.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/search/app-search.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/selection/selection.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/title/page-title.service.mjs +3 -3
- package/fesm2022/eo-sdk-client.mjs +1058 -995
- package/fesm2022/eo-sdk-client.mjs.map +1 -1
- package/package.json +12 -12
|
@@ -0,0 +1,1132 @@
|
|
|
1
|
+
{
|
|
2
|
+
"eo.form.property.organization.error.usernotfound": "已被刪除的使用者",
|
|
3
|
+
"eo.bar.button.layout.remember": "記住",
|
|
4
|
+
"eo.state.object.frontpage.title": "概述",
|
|
5
|
+
"eo.state.object.tree.references": "參考",
|
|
6
|
+
"eo.state.object.tree.references.tooltip": "引用此資料夾的物件",
|
|
7
|
+
"eo.object.preview.proceed": "由於文件大小和載入時間長,在點擊此區域之前不會顯示預覽。",
|
|
8
|
+
"eo.object.preview.not.supported": "預覽版不支持此文件類型。",
|
|
9
|
+
"eo.form.input.null": "沒有數值",
|
|
10
|
+
"eo.state.settings.localSettings": "本機設定",
|
|
11
|
+
"eo.state.settings.localSettings.save": "儲存在系統中",
|
|
12
|
+
"eo.state.settings.localSettings.load": "從系統載入",
|
|
13
|
+
"eo.state.settings.localSettings.clear": "重設為預設",
|
|
14
|
+
"eo.state.settings.cache.clear.success": "應用程式快取已清除",
|
|
15
|
+
"eo.state.settings.cache.clear.error": "清除應用程式快取失敗",
|
|
16
|
+
"eo.state.settings.agent.connected": "沒有連接",
|
|
17
|
+
"eo.state.settings.disconnected": "連接",
|
|
18
|
+
"eo.dashboard.modified.title": "最後編輯",
|
|
19
|
+
"eo.dashboard.created.title": "最近建立",
|
|
20
|
+
"eo.dashboard.info.inbox.msg": "未讀訊息",
|
|
21
|
+
"eo.dashboard.info.intray.msg": "需歸檔的物件",
|
|
22
|
+
"eo.dashboard.button.show.footer.tooltip": "顯示儀表板設定",
|
|
23
|
+
"eo.dashboard.button.hide.footer.tooltip": "隱藏儀表板設定",
|
|
24
|
+
"eo.form.property.string.error.classification.email": "輸入一個有效的電子郵件地址。",
|
|
25
|
+
"eo.form.property.string.error.classification.email.duplicate": "該電子郵件地址已被使用。",
|
|
26
|
+
"eo.form.property.string.error.classification.url": "請輸入有效網址。",
|
|
27
|
+
"eo.form.property.string.error.classification.partialValue": "指定 3 到 100 之間的有效數字。",
|
|
28
|
+
"eo.form.property.string.error.whitespaces": "該項目僅包含空格。",
|
|
29
|
+
"eo.form.property.organization.request.error.title": "發生錯誤",
|
|
30
|
+
"eo.form.property.organization.request.error.msg": "可能失敗的腳本",
|
|
31
|
+
"eo.form.property.checkbox.indefinite.tooltip": "未定義",
|
|
32
|
+
"eo.app.init.fail.title": "初始化錯誤",
|
|
33
|
+
"eo.app.init.fail.message": "無法初始化應用程式",
|
|
34
|
+
"eo.form.property.string.regex.nomatch": "項目不符合規範",
|
|
35
|
+
"eo.stored.queries.list.empty": "沒有已儲存的搜尋可用",
|
|
36
|
+
"eo.action.delete.dms.object.confirm.context.folder.title": "資料夾 '{{folder}}' 包含 {{count}} 個物件。您確定要刪除資料夾和物件嗎?",
|
|
37
|
+
"eo.action.delete.dms.object.error.retention.title": "在 {{retentionTime}} 之前無法刪除此物件。",
|
|
38
|
+
"eo.action.delete.dms.dialog.title": "提示刪除",
|
|
39
|
+
"eo.action.delete.dms.dialog.message": "該物件包含在流程文件中。 您要刪除它嗎?",
|
|
40
|
+
"eo.prepare.list.item.file": "檔案",
|
|
41
|
+
"eo.prepare.list.item.files": "檔案",
|
|
42
|
+
"eo.add.prepare.fail.title": "無法建立物件",
|
|
43
|
+
"eo.add.prepare.fail.msg": "",
|
|
44
|
+
"eo.state.settings.deputies.label": "我的代理人",
|
|
45
|
+
"eo.state.settings.deputies.save": "套用",
|
|
46
|
+
"eo.state.settings.deputies.subsituteof.label": "我代理",
|
|
47
|
+
"eo.form.element.tag.ex": "從文件提取",
|
|
48
|
+
"eo.form.element.tag.df": "預設值",
|
|
49
|
+
"eo.search.storedquery.save.success": "已儲存的搜尋已更新",
|
|
50
|
+
"eo.search.query.invalid": "無效的搜尋請求",
|
|
51
|
+
"eo.storedquery.share.sharedwith": "跟...一起分享",
|
|
52
|
+
"eo.storedquery.share.ok": "套用",
|
|
53
|
+
"eo.sidebar.navigation.storedqueries": "已儲存的搜尋",
|
|
54
|
+
"eo.inbox.activity.confirm.success": "任務確定",
|
|
55
|
+
"eo.bpm.activity.forward.success": "任務已發送",
|
|
56
|
+
"eo.object.history.filter.process": "活動",
|
|
57
|
+
"eo.object.history.filter.modification": "修改",
|
|
58
|
+
"eo.object.history.filter.informational": "一般",
|
|
59
|
+
"eo.object.content.title": "內容",
|
|
60
|
+
"eo.indexdata.summary.no.change": "沒有元資料更改",
|
|
61
|
+
"eo.indexdata.summary.table.change": "試算表資料不同。",
|
|
62
|
+
"eo.indexdata.summary.more": "更多訊息",
|
|
63
|
+
"eo.indexdata.summary.folder": "資料夾",
|
|
64
|
+
"eo.shortcuts.general.title": "一般",
|
|
65
|
+
"eo.shortcuts.action.add": "建立物件",
|
|
66
|
+
"eo.shortcuts.action.dashboard": "儀表板",
|
|
67
|
+
"eo.shortcuts.action.search": "搜尋",
|
|
68
|
+
"eo.shortcuts.action.logout": "登出",
|
|
69
|
+
"eo.shortcuts.action.adjust.view": "調整視圖",
|
|
70
|
+
"eo.shortcuts.eo-page.title": "頁",
|
|
71
|
+
"eo.shortcuts.eo-page.action.undock": "取消停靠",
|
|
72
|
+
"eo.state.object.tree.filter.label": "篩選",
|
|
73
|
+
"eo.state.object.tree.title": "結構",
|
|
74
|
+
"eo.user.service.schema.locale.error.title": "物件定義語言",
|
|
75
|
+
"eo.user.service.schema.locale.error.description": "無法變更物件定義語言。您可能未連接到伺服器",
|
|
76
|
+
"eo.global.number.separator.decimal": " .",
|
|
77
|
+
"eo.process.details.workitem.load.fail": "無法載入任務",
|
|
78
|
+
"eo.process.details.workitem.load.fail.description": "請重新整理列表",
|
|
79
|
+
"eo.process.item.remove.fail": "",
|
|
80
|
+
"eo.shortcuts.eo-object-details.title": "物件",
|
|
81
|
+
"eo.shortcuts.action.open.context": "在資料夾中開啟",
|
|
82
|
+
"eo.shortcuts.action.open.context.description": "在其資料夾中開啟物件。",
|
|
83
|
+
"eo.shortcuts.aside.action.open": "開啟",
|
|
84
|
+
"eo.shortcuts.form.title": "表格",
|
|
85
|
+
"eo.shortcuts.form.action.save": "儲存",
|
|
86
|
+
"eo.shortcuts.form.action.reset": "重置",
|
|
87
|
+
"eo.shortcuts.form.action.edit": "編輯",
|
|
88
|
+
"eo.tabcontainer.arrange": "佈局符號: 將方面拖至此處",
|
|
89
|
+
"eo.state.login.username": "使用者名稱",
|
|
90
|
+
"eo.state.login.password": "密碼",
|
|
91
|
+
"eo.state.login.msg.invalid": "您提供的登入訊息不正確或由於一系列登入嘗試失敗而導致您的訪問被阻止。請檢查您的輸入或聯繫您的管理員。",
|
|
92
|
+
"eo.state.login.msg.licenseExceeded": "無法登入,因為沒有同時並存的授權。 請等待另一個使用者登出。",
|
|
93
|
+
"eo.state.login.host": "主機",
|
|
94
|
+
"eo.state.login.submit": "登入",
|
|
95
|
+
"eo.state.login.presence.dialog.title": "可用性狀態",
|
|
96
|
+
"eo.state.login.presence.dialog.message": "您的狀態已設定為不在辦公室。 您想將其更改為線上嗎?",
|
|
97
|
+
"eo.state.login.presence.dialog.setAsPresent": "更改為線上",
|
|
98
|
+
"eo.state.object.tree.error": "無法讀取資料夾結構",
|
|
99
|
+
"eo.state.object.frontpage.created": "建立於",
|
|
100
|
+
"eo.state.object.frontpage.doccount": "{{doccount}} 個物件",
|
|
101
|
+
"eo.state.object.frontpage.filesize": "總大小 {{filesize}}",
|
|
102
|
+
"eo.state.object.frontpage.lastchanges": "近期變更",
|
|
103
|
+
"eo.state.object.frontpage.lastseen": "最後查看",
|
|
104
|
+
"eo.state.settings.permission": "權限",
|
|
105
|
+
"eo.license.warning.type": "{{type}} 授權",
|
|
106
|
+
"eo.license.warning.expirationDate": "您的 {{type}} 授權將於 {{date}} 到期。",
|
|
107
|
+
"eo.license.warning.type.production.expiration": "您的授權將於 {{date}}到期。",
|
|
108
|
+
"eo.license.warning.expired": "您的授權已過期。 您無法建立新物件或編輯現有物件。",
|
|
109
|
+
"eo.license.warning.invalid": "您的授權無效。",
|
|
110
|
+
"eo.search.type.abstract": "摘要",
|
|
111
|
+
"eo.search.mode.expert": "專家模式",
|
|
112
|
+
"eo.search.mode.expert.close": "退出專家模式",
|
|
113
|
+
"eo.search.aside.summary.storedquery": "已儲存的搜尋",
|
|
114
|
+
"eo.search.aside.summary": "您的搜尋",
|
|
115
|
+
"eo.search.aside.summary.term": "搜尋項",
|
|
116
|
+
"eo.search.aside.summary.types": "結果類型",
|
|
117
|
+
"eo.search.objecttype.form.context": "在資料夾中",
|
|
118
|
+
"eo.search.aside.summary.contextfoldertypes": "資料夾",
|
|
119
|
+
"eo.search.storedquery.close": "關閉",
|
|
120
|
+
"eo.search.storedquery.update": "變更儲存",
|
|
121
|
+
"eo.search.storedquery.save.error": "無法儲存搜尋",
|
|
122
|
+
"eo.search.storedquery.delete.error": "無法刪除己儲存的搜尋",
|
|
123
|
+
"eo.storedquery.load": "在搜尋對話框中打開",
|
|
124
|
+
"eo.storedquery.run": "執行搜尋",
|
|
125
|
+
"eo.storedquery.action.edit": "編輯搜尋",
|
|
126
|
+
"eo.search.summary.empty": "你尚未輸入任何搜尋參數",
|
|
127
|
+
"eo.search.mode.expert.result.empty": "你的搜尋請求沒有返回任何相符結果",
|
|
128
|
+
"eo.search.mode.expert.intro": "可以在專家模式下提出複雜的搜尋請求",
|
|
129
|
+
"eo.search.mode.expert.support.baseparams": "基本參數",
|
|
130
|
+
"eo.search.mode.expert.support.group": "群組",
|
|
131
|
+
"eo.search.mode.expert.support.type": "類型",
|
|
132
|
+
"eo.search.mode.expert.support.field": "字段",
|
|
133
|
+
"eo.object.links.title": "參考",
|
|
134
|
+
"eo.object.signature-tab.title": "簽名",
|
|
135
|
+
"eo.object.signature-tab.label.date": "修改於",
|
|
136
|
+
"eo.object.signature-tab.label.requestdate": "請求於",
|
|
137
|
+
"eo.object.signature-tab.label.requester": "請求",
|
|
138
|
+
"eo.object.signature-tab.label.signers": "簽署者",
|
|
139
|
+
"eo.object.signature-tab.label.subject": "電子郵件主旨",
|
|
140
|
+
"eo.object.signature-tab.label.body": "電子郵件內文",
|
|
141
|
+
"eo.object.signature-tab.label.reason": "原因",
|
|
142
|
+
"eo.object.signature-tab.label.canceledby": "取消",
|
|
143
|
+
"eo.object.signature-tab.label.status": "狀態",
|
|
144
|
+
"eo.object.signature-tab.label.error": "錯誤訊息",
|
|
145
|
+
"eo.object.signature-tab.label.signingPlatform": "簽名平台",
|
|
146
|
+
"eo.object.signature-tab.label.signingPlatformId": "簽名平台ID",
|
|
147
|
+
"eo.object.signature-tab.label.type": "簽名類型",
|
|
148
|
+
"eo.object.signature-tab.order.tooltip": "簽名順序",
|
|
149
|
+
"eo.action.signature.yuvsigning.yuvsigemailsubject": "電子郵件主旨",
|
|
150
|
+
"eo.action.signature.yuvsigning.yuvsigemailbody": "電子郵件內文",
|
|
151
|
+
"eo.action.signature.yuvsigning.yuvsigtype": "簽名類型",
|
|
152
|
+
"eo.action.signature.yuvsigners.parallel": "並行簽署",
|
|
153
|
+
"eo.action.signature.yuvsigners.yuvsignername": "簽名人名稱",
|
|
154
|
+
"eo.action.signature.yuvsigners.yuvsigneremail": "電子郵件地址",
|
|
155
|
+
"eo.action.signature.yuvsigners.yuvsignerphone": "電話號碼",
|
|
156
|
+
"eo.action.signature.signers": "簽署者",
|
|
157
|
+
"eo.action.signature.request": "請求",
|
|
158
|
+
"eo.action.signature.add.button.tooltip": "新增簽署者",
|
|
159
|
+
"eo.action.signature.addSigner": "新增",
|
|
160
|
+
"eo.action.signature.editSigner": "編輯",
|
|
161
|
+
"eo.action.signature.request.success": "簽名已要求。",
|
|
162
|
+
"eo.action.cancel.signing.label": "取消簽名",
|
|
163
|
+
"eo.action.cancel.signing.description": "取消物件的簽名流程。",
|
|
164
|
+
"eo.action.cancel.signing.reason": "理由",
|
|
165
|
+
"eo.action.cancel.signing.cancelSigning": "取消簽名",
|
|
166
|
+
"eo.action.cancel.signing.success.message": "簽名流程取消。",
|
|
167
|
+
"eo.action.cancel.signing.error.message": "無法取消簽名。",
|
|
168
|
+
"eo.object.signature.tooltip.inprocess": "簽名已要求",
|
|
169
|
+
"eo.object.signature.tooltip.signed": "文件已簽署",
|
|
170
|
+
"eo.object.processcount.tooltip": "可用流程數量: {{processcount}}。 {{text}}",
|
|
171
|
+
"eo.object.signature.tooltip.stopped": "簽名流程已被中止。",
|
|
172
|
+
"eo.object.signature-tab.no-signatures": "沒有可用的簽名。",
|
|
173
|
+
"eo.form.property.dynamic.list.empty": "沒有可用的項目",
|
|
174
|
+
"eo.process.task.due": "截止日期 {{date}}",
|
|
175
|
+
"eo.process.task.overdue": "自 {{date}} 起逾期",
|
|
176
|
+
"eo.process.task.continue": "這必須被接受才能處理任務",
|
|
177
|
+
"eo.process.task.actions.default.title": "發送",
|
|
178
|
+
"eo.object.summary.title": "簡介",
|
|
179
|
+
"eo.object.actions.title": "標記物件的操作",
|
|
180
|
+
"eo.global.baseparam.filename": "檔案名",
|
|
181
|
+
"eo.global.baseparam.filesize": "檔案大小",
|
|
182
|
+
"eo.global.baseparam.mimetypegroup": "文件類型",
|
|
183
|
+
"eo.global.baseparam.mimetype": "MIME類型",
|
|
184
|
+
"eo.global.baseparam.digest": "摘要",
|
|
185
|
+
"eo.global.baseparam.modified": "已編輯",
|
|
186
|
+
"eo.global.baseparam.modifier": "編輯者",
|
|
187
|
+
"eo.global.baseparam.created": "建立",
|
|
188
|
+
"eo.global.baseparam.creator": "建立者",
|
|
189
|
+
"eo.global.baseparam.id": "物件ID",
|
|
190
|
+
"eo.global.baseparam.contentId": "檔案來源ID",
|
|
191
|
+
"eo.global.baseparam.title": "標題",
|
|
192
|
+
"eo.global.baseparam.description": "描述",
|
|
193
|
+
"eo.global.baseparam.version": "版本",
|
|
194
|
+
"eo.global.baseparam.type": "類型",
|
|
195
|
+
"eo.global.templateParam.sysdisplayname": "標題",
|
|
196
|
+
"eo.global.templateParam.sysdescription": "描述",
|
|
197
|
+
"eo.global.templateParam.syseditor": "可以透過...編輯",
|
|
198
|
+
"eo.global.templateParam.systypes": "類型",
|
|
199
|
+
"eo.global.templateParam.systags": "關鍵字",
|
|
200
|
+
"eo.form.property.daterange.invalid": "請輸入有效的日期範圍",
|
|
201
|
+
"eo.form.property.numberrange.invalid": "請輸入有效的數字範圍",
|
|
202
|
+
"eo.form.property.date.invalid": "請輸入一個有效的日期",
|
|
203
|
+
"eo.form.property.codesystem.value.invalid": "此字段只能包含目錄項目",
|
|
204
|
+
"eo.object.preview.attachments": "附件",
|
|
205
|
+
"eo.quicksearch.label": "你在找什麼?",
|
|
206
|
+
"eo.quicksearch.reults.empty": "你的搜尋請求沒有返回任何相符結果。",
|
|
207
|
+
"eo.shortcuts.title": "應用程式操作",
|
|
208
|
+
"eo.clipboard.more": "還有 {{moreCount}} 個物件",
|
|
209
|
+
"eo.clipboard.type.copy": "複製物件",
|
|
210
|
+
"eo.clipboard.type.cut": "剪下物件",
|
|
211
|
+
"eo.upload.global.headline": "上傳檔案",
|
|
212
|
+
"eo.upload.global.context.title": "歸檔到 {{context}}",
|
|
213
|
+
"eo.notifications.filter.section.objecttype": "物件類型",
|
|
214
|
+
"eo.state.object.list.error": "沒有可用的訊息。",
|
|
215
|
+
"eo.notifications.filter.section.title": "類型",
|
|
216
|
+
"eo.state.process.filter.labels.model": "模型",
|
|
217
|
+
"eo.state.process.filter.labels.running": "執行中",
|
|
218
|
+
"eo.state.process.filter.labels.paused": "暫停",
|
|
219
|
+
"eo.state.process.filter.labels.created": "已建立",
|
|
220
|
+
"eo.state.process.filter.labels.canceled": "已取消",
|
|
221
|
+
"eo.state.process.filter.labels.failed": "失敗",
|
|
222
|
+
"eo.state.process.filter.labels.completed": "完成",
|
|
223
|
+
"eo.state.process.filter.labels.starttime": "開始時間",
|
|
224
|
+
"eo.state.process.sort.clear": "清除排序",
|
|
225
|
+
"eo.process.filter.title": "篩選流程",
|
|
226
|
+
"eo.process.filter.section.status": "狀態",
|
|
227
|
+
"eo.grid.sort.title": "標題",
|
|
228
|
+
"eo.grid.sort.date": "日期",
|
|
229
|
+
"eo.process.sort.type": "模型名稱",
|
|
230
|
+
"eo.process.sort.status": "狀態",
|
|
231
|
+
"eo.process.file.title.undefined": "沒有可用的標題!",
|
|
232
|
+
"eo.process.file.description.undefined": "沒有可用的描述!",
|
|
233
|
+
"eo.status.404.description": "無法讀取物件。",
|
|
234
|
+
"eo.favorites.list.empty": "你尚未新增任何最愛。",
|
|
235
|
+
"eo.notifications.list.empty": "目前未設定訂閱或追蹤。",
|
|
236
|
+
"eo.process.list.empty": "沒有可用的流程",
|
|
237
|
+
"eo.resultlist.grid.filter.placeholder.process": "篩選流程資料",
|
|
238
|
+
"eo.list.refresh": "重新整理",
|
|
239
|
+
"eo.list.filter": "開啟篩選器",
|
|
240
|
+
"eo.list.sort": "開啟排序",
|
|
241
|
+
"eo.object.content.donwload.title": "下載",
|
|
242
|
+
"eo.object.content.edit.title": "編輯",
|
|
243
|
+
"eo.bar.button.layout.title": "配置視圖區域",
|
|
244
|
+
"eo.bar.button.user.profile.title": "使用者個人資料",
|
|
245
|
+
"eo.bar.button.execute.actions.tooltip": "啟動流程",
|
|
246
|
+
"eo.executable.processes.execute": "OK",
|
|
247
|
+
"eo.storedquery.share.title": "分享",
|
|
248
|
+
"eo.storedquery.shared.filter.title": "分享",
|
|
249
|
+
"eo.storedquery.favored.filter.title": "新增至最愛",
|
|
250
|
+
"eo.storedquery.others.filter.title": "其他",
|
|
251
|
+
"eo.storedquery.shared.title": "由我分享",
|
|
252
|
+
"eo.storedquery.sharedfor.title": "與我分享",
|
|
253
|
+
"eo.storedquery.favor.title": "新增至最愛",
|
|
254
|
+
"eo.storedquery.favored.title": "被我新增至最愛",
|
|
255
|
+
"eo.storedquery.favoredfor.title": "被其他使用者新增至我的最愛",
|
|
256
|
+
"eo.notifications.filter.subscription.label": "訂閱",
|
|
257
|
+
"eo.notifications.filter.resubmission.label": "追蹤",
|
|
258
|
+
"eo.search.close": "關閉搜尋",
|
|
259
|
+
"eo.search.clear.search": "刪除搜尋",
|
|
260
|
+
"eo.search.scope.all.label": "全部",
|
|
261
|
+
"eo.search.scope.content.label": "僅文件檔案",
|
|
262
|
+
"eo.search.scope.indexdata.label": "僅元資料",
|
|
263
|
+
"eo.add.title.location.subfolder": "歸檔到 '{{folder}}'",
|
|
264
|
+
"eo.add.empty.root.types": "沒有可用的物件類型。",
|
|
265
|
+
"eo.sort.by": "排序方式",
|
|
266
|
+
"eo.filter.by": "篩選",
|
|
267
|
+
"eo.filter.save.title": "已儲存的篩選",
|
|
268
|
+
"eo.filter.input.placeholder": "篩選...",
|
|
269
|
+
"eo.filter.save": "儲存篩選",
|
|
270
|
+
"eo.filter.delete": "刪除篩選",
|
|
271
|
+
"eo.state.process": "我的流程",
|
|
272
|
+
"eo.help.about.claim": "yuuvis® RAD 是一個用於內容管理和服務解決方案開發的快速應用程式開發平台。其安全、可擴充和靈活的低程式碼環境允許您快速高效地建模滿足您業務需求的解決方案。",
|
|
273
|
+
"eo.help.about.component.label": "元件:",
|
|
274
|
+
"eo.help.about.component.version.label": "元件版本:",
|
|
275
|
+
"eo.help.about.product.label": "產品",
|
|
276
|
+
"eo.help.about.product.version.label": "產品版本",
|
|
277
|
+
"eo.help.about.producer.label": "製造商",
|
|
278
|
+
"eo.help.about.producer.text": "OPTIMAL SYSTEMS GmbH, Berlin, Germany",
|
|
279
|
+
"eo.help.license.title": "授權說明",
|
|
280
|
+
"eo.help.license.intro": "本文件包含與 yuuvis® RAD 客戶端集成的第三方元件的補充條件的授權訊息。由於此引用,授權訊息和補充條件成為 OPTIMAL SYSTEMS 軟體許可協議的一部分。",
|
|
281
|
+
"eo.action.menu.custom.error.message": "無法執行操作",
|
|
282
|
+
"eo.action.menu.show.versions.label": "顯示版本",
|
|
283
|
+
"eo.action.menu.show.versions.description": "顯示物件的所有版本。",
|
|
284
|
+
"eo.action.menu.edit.document.label": "在本機應用程式打開文件檔案",
|
|
285
|
+
"eo.action.menu.edit.document.description": "允許在本機應用程式中開啟文件檔案。",
|
|
286
|
+
"eo.action.menu.email.label": "發送電子郵件",
|
|
287
|
+
"eo.action.menu.email.description": "打開其他電子郵件操作。",
|
|
288
|
+
"eo.action.menu.send.email.link.label": "與物件的連結",
|
|
289
|
+
"eo.action.menu.send.email.link.description": "在您的本地電子郵件程式中建立新的電子郵件訊息並插入資料夾或文件的連結。",
|
|
290
|
+
"eo.action.menu.send.email.file.label": "以文件檔案為附件",
|
|
291
|
+
"eo.action.menu.send.email.file.description": "在您的本地電子郵件程式中建立新的電子郵件訊息並將文件檔案添加為附件。",
|
|
292
|
+
"eo.action.menu.send.email.file.pdf.label": "將文件檔案作為PDF",
|
|
293
|
+
"eo.action.menu.send.email.file.pdf.description": "在您的本地電子郵件程式中建立新的電子郵件訊息,並將文件檔案的 PDF 添加為附件。",
|
|
294
|
+
"eo.action.menu.clipboard.label": "複製到剪貼簿",
|
|
295
|
+
"eo.action.menu.clipboard.description": "打開其他剪貼簿操作。",
|
|
296
|
+
"eo.action.menu.clipboard.link.label": "連結至物件",
|
|
297
|
+
"eo.action.menu.clipboard.link.description": "將物件的連結複製到剪貼簿。",
|
|
298
|
+
"eo.action.menu.clipboard.link.successful": "連結已複製到剪貼簿。",
|
|
299
|
+
"eo.action.menu.clipboard.link.error": "無法將連結複製到剪貼簿。",
|
|
300
|
+
"eo.action.menu.clipboard.file.label": "原始文件檔案",
|
|
301
|
+
"eo.action.menu.clipboard.file.description": "將原始文件複製到剪貼簿。",
|
|
302
|
+
"eo.action.menu.clipboard.file.pdf.label": "文件檔案為PDF檔",
|
|
303
|
+
"eo.action.menu.clipboard.file.pdf.description": "將文件檔案以PDF格式複製到剪貼簿。",
|
|
304
|
+
"eo.action.menu.clipboard.copy.label": "複製",
|
|
305
|
+
"eo.action.menu.clipboard.copy.description": "複製選定的物件。",
|
|
306
|
+
"eo.action.menu.versioning.version.restore.label": "還原版本",
|
|
307
|
+
"eo.action.menu.versioning.version.restore.description": "將所選的版本建立為新版本。",
|
|
308
|
+
"eo.actions.group.common": "一般",
|
|
309
|
+
"eo.actions.group.further_actions": "更多操作",
|
|
310
|
+
"eo.action.create.favorite.label": "新增至最愛",
|
|
311
|
+
"eo.action.create.favorite.description": "將物件新增至最愛。",
|
|
312
|
+
"eo.action.delete.favorite.label": "從最愛中刪除",
|
|
313
|
+
"eo.action.delete.favorite.description": "從最愛中刪除物件。",
|
|
314
|
+
"eo.action.create.subscription.label": "建立訂閱",
|
|
315
|
+
"eo.action.create.subscription.description": "建立一個訂閱。",
|
|
316
|
+
"eo.action.delete.subscription.label": "移除訂閱",
|
|
317
|
+
"eo.action.delete.subscription.description": "移除訂閱。",
|
|
318
|
+
"eo.action.create.resubmission.label": "建立追蹤",
|
|
319
|
+
"eo.action.create.resubmission.description": "建立一個追蹤。",
|
|
320
|
+
"eo.action.update.resubmission.label": "編輯追蹤",
|
|
321
|
+
"eo.action.update.resubmission.description": "開啟追蹤進階設定。",
|
|
322
|
+
"eo.action.delete.dms.object.description": "刪除物件。",
|
|
323
|
+
"eo.action.delete.dms.object.confirm.message": "您確定要刪除 '{{item}}' 嗎?",
|
|
324
|
+
"eo.action.delete.dms.object.done.message": "物件 '{{title}}' 已刪除。",
|
|
325
|
+
"eo.action.delete.dms.object.done.enabled.message": "物件 '{{title}}' 已移至資源回收筒。",
|
|
326
|
+
"eo.action.delete.dms.object.error.403": "你沒有權限刪除該物件。",
|
|
327
|
+
"eo.action.delete.dms.object.error.409": "由於衝突無法刪除物件。",
|
|
328
|
+
"eo.action.delete.dms.object.error.410": "無法再存取該物件。",
|
|
329
|
+
"eo.action.download.dms.object.content.label": "下載文件檔案",
|
|
330
|
+
"eo.action.download.dms.object.content.description": "下載物件的文件檔案。",
|
|
331
|
+
"eo.action.manage.rights.read.label": "分享",
|
|
332
|
+
"eo.action.manage.rights.read.description": "允許使用者分享此文件的讀取權限。",
|
|
333
|
+
"eo.action.delete.content.label": "移除文件檔案",
|
|
334
|
+
"eo.action.delete.content.description": "移除物件的文件檔案。",
|
|
335
|
+
"eo.action.delete.content.success": "文件檔案己成功刪除。",
|
|
336
|
+
"eo.action.delete.content.error": "無法刪除文件檔案。",
|
|
337
|
+
"eo.action.delete.content.confirm.message": "您確定要刪除 '{{item}}' 嗎?",
|
|
338
|
+
"eo.action.unlock.label": "釋放鎖定",
|
|
339
|
+
"eo.action.unlock.description": "釋放鎖定以防止其他使用者變更。",
|
|
340
|
+
"eo.action.signature.label": "請求簽名",
|
|
341
|
+
"eo.action.signature.description": "該文件將被傳輸到簽名平台。",
|
|
342
|
+
"eo.error.connection.interrupted.text": "目前至少有一項服務不可用。",
|
|
343
|
+
"eo.error.connection.interrupted.title": "服務不可用",
|
|
344
|
+
"eo.error.attachments.title": "無法顯示預覽。",
|
|
345
|
+
"eo.error.structure.tree.not.available": "結構樹目前不可用。",
|
|
346
|
+
"eo.error.license.expired.message": "您的授權已過期。 您無法再建立或編輯物件。",
|
|
347
|
+
"eo.object.indexdata.save.success": "文件已儲存。",
|
|
348
|
+
"eo.object.indexdata.save.error": "目前文件無法儲存。",
|
|
349
|
+
"eo.object.indexdata.save.changes": "顯示變更",
|
|
350
|
+
"eo.object.indexdata.save.conflict.dialog.title": "衝突",
|
|
351
|
+
"eo.bpm.activity.indexdata.save.success": "任務儲存成功。",
|
|
352
|
+
"eo.bpm.activity.indexdata.save.error": "目前任務無法儲存。",
|
|
353
|
+
"eo.bpm.nodmsobject": "警告",
|
|
354
|
+
"eo.bpm.dmsobject.notavailable": "無法使用!",
|
|
355
|
+
"eo.sse.delete.fail.title": "刪除失敗",
|
|
356
|
+
"eo.state.settings.language": "語言",
|
|
357
|
+
"eo.state.settings.language.client": "應用程式",
|
|
358
|
+
"eo.state.settings.language.schema": "定義",
|
|
359
|
+
"eo.state.settings.language.error": "不支援您選擇的語言。",
|
|
360
|
+
"eo.state.settings.roles": "身分權限",
|
|
361
|
+
"eo.state.settings.agent": "Agent",
|
|
362
|
+
"eo.state.settings.agent.use": "使用已安裝的Agent",
|
|
363
|
+
"eo.state.settings.others": "更多設定",
|
|
364
|
+
"eo.state.settings.presence.present": "線上",
|
|
365
|
+
"eo.state.settings.presence.absent": "不在辦公室",
|
|
366
|
+
"eo.state.settings.presence.error.title": "哎呀...",
|
|
367
|
+
"eo.state.settings.presence.error.description": "這不起作用。請再試一次。",
|
|
368
|
+
"eo.state.settings.details.upload.dialog.title": "上傳個人資料圖片",
|
|
369
|
+
"eo.state.settings.details.upload.dialog.back": "返回",
|
|
370
|
+
"eo.state.settings.details.upload.dialog.error.title": "錯誤",
|
|
371
|
+
"eo.state.settings.details.upload.dialog.sizeError": "文件太大。 允許的最大大小為 512 KB。",
|
|
372
|
+
"eo.state.settings.details.upload.dialog.fileError": "僅允許的檔案格式是 *.jpg 和 *.png。",
|
|
373
|
+
"eo.state.settings.details.delete.dialog.title": "刪除個人資料圖片",
|
|
374
|
+
"eo.state.settings.details.delete.dialog.message": "您確定要刪除個人資料圖片嗎?",
|
|
375
|
+
"eo.state.settings.details.dialog.save": "儲存",
|
|
376
|
+
"eo.state.settings.deputies": "代理人",
|
|
377
|
+
"eo.state.settings.lock": "開啟鎖定文件",
|
|
378
|
+
"eo.state.settings.lock.enable": "啟用",
|
|
379
|
+
"eo.state.settings.lock.disable": "禁用",
|
|
380
|
+
"eo.state.settings.lock.ask": "總是詢問",
|
|
381
|
+
"eo.password.reset": "變更密碼",
|
|
382
|
+
"eo.password.reset.username": "使用者名稱",
|
|
383
|
+
"eo.password.reset.current-password": "舊密碼",
|
|
384
|
+
"eo.password.reset.new-password": "新密碼",
|
|
385
|
+
"eo.password.reset.confirm-password": "確認密碼",
|
|
386
|
+
"eo.password.reset.toogle.icon": "顯示/隱藏密碼",
|
|
387
|
+
"eo.password.reset.confirm-button": "變更密碼",
|
|
388
|
+
"eo.password.reset.error.matiching.password": "密碼不相符。",
|
|
389
|
+
"eo.password.reset.error.same.password": "新密碼不能與舊密碼相同。",
|
|
390
|
+
"eo.password.reset.error.password.title": "無法變更密碼。",
|
|
391
|
+
"eo.password.reset.error.old.password.message": "這個密碼不對。",
|
|
392
|
+
"eo.password.reset.error.new.password.message": "新密碼無效。",
|
|
393
|
+
"eo.password.reset.error.new.password.short": "密碼格式錯誤:至少輸入 {{amount}} 個字元。",
|
|
394
|
+
"eo.password.reset.error.new.password.number": "密碼格式錯誤:至少輸入 {{amount}} 位數字。",
|
|
395
|
+
"eo.password.reset.error.new.password.specialchars": "密碼格式錯誤:至少輸入 {{amount}} 個特殊字元。",
|
|
396
|
+
"eo.password.reset.success": "密碼已變更。",
|
|
397
|
+
"eo.column.config.title": "列配置",
|
|
398
|
+
"eo.column.config.action.save": "儲存",
|
|
399
|
+
"eo.column.config.action.save.default": "儲存成預設值",
|
|
400
|
+
"eo.column.config.action.resetdefault": "重置為預設值",
|
|
401
|
+
"eo.column.config.headline.current": "當前列",
|
|
402
|
+
"eo.column.config.headline.available": "可用列",
|
|
403
|
+
"eo.column.config.sort": "排序",
|
|
404
|
+
"eo.column.config.group": "群組",
|
|
405
|
+
"eo.column.config.pinned": "釘選",
|
|
406
|
+
"eo.column.config.alignment": "對齊",
|
|
407
|
+
"eo.column.config.info.type": "結果類型的配置 '{{type}}'",
|
|
408
|
+
"eo.column.config.info.type.context": "資料夾'{{context}}'中結果類型'{{type}}'的配置",
|
|
409
|
+
"eo.column.config.info.fulltext": "混合結果類型的配置",
|
|
410
|
+
"eo.favorite.details.item.gone": "找不到項目。它已被刪除或您沒有權限查看它。",
|
|
411
|
+
"eo.favorite.details.item.gone.remove": "從最愛中移除",
|
|
412
|
+
"eo.notifications.details.item.gone.remove": "從通知中移除",
|
|
413
|
+
"eo.notifications.details.item.gone.remove.subscriptions": "移除訂閱和追蹤",
|
|
414
|
+
"eo.favorite.dialog.input.error.title": "標題太長了。",
|
|
415
|
+
"eo.favorite.dialog.input.error.message": "您最多可以輸入 250 個字符。您輸入了 {{val1}} 個字符。",
|
|
416
|
+
"eo.favorite.icon.dialog.title": "新增至最愛",
|
|
417
|
+
"eo.favorite.icon.dialog.save": "儲存",
|
|
418
|
+
"eo.favorite.icon.tooltip.add": "新增至最愛",
|
|
419
|
+
"eo.favorite.icon.tooltip.remove": "從最愛中刪除",
|
|
420
|
+
"eo.favorite.icon.dialog.input.label": "標題",
|
|
421
|
+
"eo.favorites.list.title": "最愛",
|
|
422
|
+
"eo.favorites.filter.title": "篩選最愛",
|
|
423
|
+
"eo.favorites.filter.section.objecttype": "物件類型",
|
|
424
|
+
"eo.folder.filter.title": "篩選列表",
|
|
425
|
+
"eo.folder.filter.section.objecttype": "物件類型",
|
|
426
|
+
"eo.inbox.list.title": "收件箱",
|
|
427
|
+
"eo.inbox.list.empty": "太好了,無事可做;-)",
|
|
428
|
+
"eo.inbox.SUBSCRIPTION": "訂閱",
|
|
429
|
+
"eo.inbox.BPM": "流程",
|
|
430
|
+
"eo.inbox.RESUBMISSION": "追蹤",
|
|
431
|
+
"eo.inbox.filter.title": "篩選傳入的訊息",
|
|
432
|
+
"eo.inbox.filter.section.type": "類型",
|
|
433
|
+
"eo.inbox.filter.acceptedTasks": "接受",
|
|
434
|
+
"eo.inbox.filter.unacceptedTasks": "尚未接受",
|
|
435
|
+
"eo.inbox.filter.unread": "未讀",
|
|
436
|
+
"eo.inbox.filter.absent": "代理人",
|
|
437
|
+
"eo.inbox.filter.overdue": "逾期",
|
|
438
|
+
"eo.inbox.notification.title": "新任務",
|
|
439
|
+
"eo.inbox.notification.body": "您在收件箱中有新任務。",
|
|
440
|
+
"eo.no.filter.result": "沒有可用的相符結果。",
|
|
441
|
+
"eo.reset.filter": "重置篩選",
|
|
442
|
+
"eo.inbox.sort.title": "標題",
|
|
443
|
+
"eo.inbox.sort.description": "描述",
|
|
444
|
+
"eo.inbox.sort.date": "日期",
|
|
445
|
+
"eo.inbox.item.note.absence": "代理人",
|
|
446
|
+
"eo.notifications.list.title": "通知",
|
|
447
|
+
"eo.notifications.list.subtitle": "訂閱和追蹤管理",
|
|
448
|
+
"eo.notifications.filter.title": "篩選通知",
|
|
449
|
+
"eo.notifications.sort.title": "標題",
|
|
450
|
+
"eo.notifications.sort.type": "類型",
|
|
451
|
+
"eo.notifications.sort.due": "日期",
|
|
452
|
+
"eo.object.resubmission.tooltip": "可追蹤",
|
|
453
|
+
"eo.object.subscription.tooltip": "已訂閱",
|
|
454
|
+
"eo.object.subscription.icon.tooltip.meta": "已訂閱元資料變更",
|
|
455
|
+
"eo.object.subscription.icon.tooltip.content": "已訂閱文件檔案變更",
|
|
456
|
+
"eo.object.subscription.icon.tooltip.allChanges": "已訂閱所有變更",
|
|
457
|
+
"eo.object.finalized.tooltip": "結案",
|
|
458
|
+
"eo.object.shared.tooltip": "該物件是分享的",
|
|
459
|
+
"eo.object.changes.title": "變更",
|
|
460
|
+
"eo.object.indexdata.title": "元資料",
|
|
461
|
+
"eo.object.history.title": "歷史紀錄",
|
|
462
|
+
"eo.object.history.workflowprocess": "流程模型",
|
|
463
|
+
"eo.object.history.activity": "活動",
|
|
464
|
+
"eo.object.history.version": "版本",
|
|
465
|
+
"eo.object.history.entry.type.ACCESSLOG:DETAILS.description": "已打開物件的詳細訊息視圖",
|
|
466
|
+
"eo.object.history.entry.type.ACCESSLOG:DETAILS.title": "打開詳細訊息",
|
|
467
|
+
"eo.object.history.entry.type.ACCESSLOG:DOWNLOAD.description": "文件檔案已下載並儲存在使用者的本機系統上",
|
|
468
|
+
"eo.object.history.entry.type.ACCESSLOG:DOWNLOAD.title": "文件己下載",
|
|
469
|
+
"eo.object.history.entry.type.ACCESSLOG:DOWNLOAD_PDF.description": "文件檔案以 PDF 格式下載並儲存在使用者的本機系統中",
|
|
470
|
+
"eo.object.history.entry.type.ACCESSLOG:DOWNLOAD_PDF.title": "文件下載成PDF",
|
|
471
|
+
"eo.object.history.entry.type.ACCESSLOG:DOWNLOAD_TIFF.description": "文件檔案以 TIFF 格式下載並儲存在使用者的本機系統中",
|
|
472
|
+
"eo.object.history.entry.type.ACCESSLOG:DOWNLOAD_TIFF.title": "文件下載成TIFF",
|
|
473
|
+
"eo.object.history.entry.type.ACCESSLOG:PREVIEW.description": "預覽已查看",
|
|
474
|
+
"eo.object.history.entry.type.ACCESSLOG:PREVIEW.title": "查看預覽",
|
|
475
|
+
"eo.object.history.entry.type.ACCESSLOG:SEND_CONTENT.description": "文件已發送",
|
|
476
|
+
"eo.object.history.entry.type.ACCESSLOG:SEND_CONTENT.title": "發送文件",
|
|
477
|
+
"eo.object.history.entry.type.ACCESSLOG:SEND_PDF.description": "文件檔案用已用PDF格式發送",
|
|
478
|
+
"eo.object.history.entry.type.ACCESSLOG:SEND_PDF.title": "文件檔案用PDF格式發送",
|
|
479
|
+
"eo.object.history.entry.type.ACCESSLOG:UNKNOWN.description": "沒有關於為什麼撥打電話的更多訊息",
|
|
480
|
+
"eo.object.history.entry.type.ACCESSLOG:UNKNOWN.title": "未指定意圖",
|
|
481
|
+
"eo.object.history.entry.type.ADDED_TO_PROCESS_FILE.description": "物件已新增到流程文件中。",
|
|
482
|
+
"eo.object.history.entry.type.ADDED_TO_PROCESS_FILE.title": "新增至流程文件",
|
|
483
|
+
"eo.object.history.entry.type.CONTENT_GROUP_ARCHIVED.description": "物件的文件檔案已歸檔。",
|
|
484
|
+
"eo.object.history.entry.type.CONTENT_GROUP_ARCHIVED.title": "歸檔的文件檔案",
|
|
485
|
+
"eo.object.history.entry.type.CONTENT_GROUP_CHANGED.description": "物件的文件檔案已變更。",
|
|
486
|
+
"eo.object.history.entry.type.CONTENT_GROUP_CHANGED.title": "文件檔案己變更",
|
|
487
|
+
"eo.object.history.entry.type.CONTENT_GROUP_DEARCHIVED.description": "物件的文件檔案已取消歸檔。",
|
|
488
|
+
"eo.object.history.entry.type.CONTENT_GROUP_DEARCHIVED.title": "文件檔案已取消歸檔",
|
|
489
|
+
"eo.object.history.entry.type.CONTENT_GROUP_DELETED_LINK_TARGET.description": "此物件不再被用作另一個物件的文件連結的來源。",
|
|
490
|
+
"eo.object.history.entry.type.CONTENT_GROUP_DELETED_LINK_TARGET.title": "不再作為文件連結使用",
|
|
491
|
+
"eo.object.history.entry.type.CONTENT_GROUP_LINKED.description": "這個物件現在使用另一個物件的文件檔案。",
|
|
492
|
+
"eo.object.history.entry.type.CONTENT_GROUP_LINKED.title": "已建立文件連結",
|
|
493
|
+
"eo.object.history.entry.type.CONTENT_GROUP_NEW_LINK_TARGET.description": "這個物件被用作另一個物件的文件連結來源。",
|
|
494
|
+
"eo.object.history.entry.type.CONTENT_GROUP_NEW_LINK_TARGET.title": "作為文件連結使用",
|
|
495
|
+
"eo.object.history.entry.type.CONTENT_GROUP_REMOVED.description": "該物件的文件檔案已被移除。",
|
|
496
|
+
"eo.object.history.entry.type.CONTENT_GROUP_REMOVED.title": "文件檔案已移除",
|
|
497
|
+
"eo.object.history.entry.type.CONTENT_GROUP_TEMPLATE_APPLIED.description": "已分配範本。",
|
|
498
|
+
"eo.object.history.entry.type.CONTENT_GROUP_TEMPLATE_APPLIED.title": "分配範本",
|
|
499
|
+
"eo.object.history.entry.type.CONTENT_GROUP_UNLINKED.description": "此物件不再使用另一個物件的文件檔案。",
|
|
500
|
+
"eo.object.history.entry.type.CONTENT_GROUP_UNLINKED.title": "文件連結已刪除",
|
|
501
|
+
"eo.object.history.entry.type.CONTENT_RENAMED.description": "文件檔案已重新命名為 {{contentname}}。",
|
|
502
|
+
"eo.object.history.entry.type.CONTENT_RENAMED.title": "文件已重新命名",
|
|
503
|
+
"eo.object.history.entry.type.CONTENT_RETENTION_CHANGED.description": "保留期限已變更為{{newretention}} (之前的保留期限為: {{oldretemtion}})",
|
|
504
|
+
"eo.object.history.entry.type.CONTENT_RETENTION_CHANGED.title": "文件檔案的保留期限已變更",
|
|
505
|
+
"eo.object.history.entry.type.END_WITH_PROCESS.description": "流程文件包含物件的流程已完成。",
|
|
506
|
+
"eo.object.history.entry.type.END_WITH_PROCESS.title": "流程完成",
|
|
507
|
+
"eo.object.history.entry.type.INDEX_DATA_CHANGED.description": "物件的元資料已變更。",
|
|
508
|
+
"eo.object.history.entry.type.INDEX_DATA_CHANGED.title": "元資料已變更",
|
|
509
|
+
"eo.object.history.entry.type.LOCATIONS_RESTORED_FROM_RECYCLE_BIN.description": "物件的歸檔位置是從資源回收筒還原的。",
|
|
510
|
+
"eo.object.history.entry.type.LOCATIONS_RESTORED_FROM_RECYCLE_BIN.title": "從資源回收筒還原的歸檔位置",
|
|
511
|
+
"eo.object.history.entry.type.LOCATION_RESTORED_FROM_RECYCLE_BIN.description": "從資源回收筒中還原物件的歸檔位置。",
|
|
512
|
+
"eo.object.history.entry.type.LOCATION_RESTORED_FROM_RECYCLE_BIN.title": "從資源回收筒還原的歸檔位置",
|
|
513
|
+
"eo.object.history.entry.type.MESSAGE_CONFIRMED.description": "已確認有關訂閱物件的消息。",
|
|
514
|
+
"eo.object.history.entry.type.MESSAGE_CONFIRMED.title": "消息已確認",
|
|
515
|
+
"eo.object.history.entry.type.MOVED_TO_RECYCLE_BIN.description": "物件已移至資源回收筒。",
|
|
516
|
+
"eo.object.history.entry.type.MOVED_TO_RECYCLE_BIN.title": "物件移至資源回收筒",
|
|
517
|
+
"eo.object.history.entry.type.OBJECT_COPIED.description": "在新的歸檔位置建立此物件的副本。",
|
|
518
|
+
"eo.object.history.entry.type.OBJECT_COPIED.title": "物件已複製",
|
|
519
|
+
"eo.object.history.entry.type.OBJECT_CREATED.description": "物件已建立。",
|
|
520
|
+
"eo.object.history.entry.type.OBJECT_CREATED.title": "建立物件",
|
|
521
|
+
"eo.object.history.entry.type.OBJECT_CREATED_BY_COPY.description": "通過建立來源物件的副本再次建立物件。",
|
|
522
|
+
"eo.object.history.entry.type.OBJECT_CREATED_BY_COPY.title": "通過複製再次建立物件",
|
|
523
|
+
"eo.object.history.entry.type.OBJECT_DEFINALIZED.description": "物件的結案被清除。",
|
|
524
|
+
"eo.object.history.entry.type.OBJECT_DEFINALIZED.title": "物件已取消結案",
|
|
525
|
+
"eo.object.history.entry.type.OBJECT_FINALIZED.description": "物件已結案。",
|
|
526
|
+
"eo.object.history.entry.type.OBJECT_FINALIZED.title": "物件結案",
|
|
527
|
+
"eo.object.history.entry.type.OBJECT_LOCATION_ADDED.description": "一個新的歸檔位置被新增到物件中。",
|
|
528
|
+
"eo.object.history.entry.type.OBJECT_LOCATION_ADDED.title": "新增新的歸檔位置",
|
|
529
|
+
"eo.object.history.entry.type.OBJECT_LOCATION_REMOVED.description": "物件的歸檔位置已還原。",
|
|
530
|
+
"eo.object.history.entry.type.OBJECT_LOCATION_REMOVED.title": "歸檔位置已移除",
|
|
531
|
+
"eo.object.history.entry.type.OBJECT_MOVED.description": "物件已移動。",
|
|
532
|
+
"eo.object.history.entry.type.OBJECT_MOVED.title": "物件移動",
|
|
533
|
+
"eo.object.history.entry.type.REMOVED_FROM_PROCESS_FILE.description": "物件已從流程文件移除。",
|
|
534
|
+
"eo.object.history.entry.type.REMOVED_FROM_PROCESS_FILE.title": "從流程文件移除",
|
|
535
|
+
"eo.object.history.entry.type.SHARING_ENABLED_GROUP.description": "物件已分享,現在對 {{orgtitle}} 群組的成員可見。",
|
|
536
|
+
"eo.object.history.entry.type.SHARING_ENABLED_GROUP.title": "物件與群組分享",
|
|
537
|
+
"eo.object.history.entry.type.SHARING_ENABLED_USER.description": "物件已分享,現在對使用者可見",
|
|
538
|
+
"eo.object.history.entry.type.SHARING_ENABLED_USER.title": "物件與使用者分享",
|
|
539
|
+
"eo.object.history.entry.type.SHARING_REVOKED_GROUP.description": "物件不再被分享,並且 {{orgtitle}} 群組的成員不再可見。",
|
|
540
|
+
"eo.object.history.entry.type.SHARING_REVOKED_GROUP.title": "物件不再與群組分享",
|
|
541
|
+
"eo.object.history.entry.type.SHARING_REVOKED_USER.description": "物件不再分享,使用者不再可見",
|
|
542
|
+
"eo.object.history.entry.type.SHARING_REVOKED_USER.title": "物件不再與使用者分享",
|
|
543
|
+
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_ENABLED.title": "與使用者分享的子物件",
|
|
544
|
+
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_ENABLED.description": "物件的子物件已與使用者 {{orgtitle}} ({{orgname}}) 分享。",
|
|
545
|
+
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_ENABLED.title": "與群組分享的子物件",
|
|
546
|
+
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_ENABLED.description": "物件的子物件已與群組 {{orgtitle}} 的成員分享。",
|
|
547
|
+
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_DISABLED.title": "子物件不再與使用者分享",
|
|
548
|
+
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_DISABLED.description": "物件的子物件將不再與使用者 {{orgtitle}} ({{orgname}}) 分享。",
|
|
549
|
+
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_DISABLED.title": "子物件不再與群組分享",
|
|
550
|
+
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_DISABLED.description": "物件的子物件將不再與群組 {{orgtitle}} 的成員分享。",
|
|
551
|
+
"eo.object.history.entry.type.START_WITH_PROCESS.description": "物件在啟動流程時被新增到流程文件中。",
|
|
552
|
+
"eo.object.history.entry.type.START_WITH_PROCESS.title": "流程開始",
|
|
553
|
+
"eo.object.history.entry.type.VERSION_RESTORED.description": "版本 {{sourceversion}} 已恢復並設定為新的活動版本。",
|
|
554
|
+
"eo.object.history.entry.type.VERSION_RESTORED.title": "已還原以前的版本",
|
|
555
|
+
"eo.object.history.entry.type.YUVSIG_REQUESTED.description": "簽名已要求",
|
|
556
|
+
"eo.object.history.entry.type.YUVSIG_COMPLETED.description": "該文件已由所有人簽署。",
|
|
557
|
+
"eo.object.history.entry.type.YUVSIG_CANCELED.description": "簽名流程取消。",
|
|
558
|
+
"eo.object.history.entry.type.YUVSIG_REVISED.description": "一份簽名被拒絕。",
|
|
559
|
+
"eo.object.history.entry.type.YUVSIG_EXPIRED.description": "簽署期限已過。",
|
|
560
|
+
"eo.object.history.entry.type.YUVSIG_ERROR.description": "簽名過程因錯誤而中止。",
|
|
561
|
+
"eo.object.history.entry.type.YUVSIG_UPDATE.description": "已完成一份簽名。",
|
|
562
|
+
"eo.object.history.entry.type.YUVSIG_CONTENT_ADDED.description": "已新增簽署的文件檔案。",
|
|
563
|
+
"eo.object.history.entry.type.OFFICE365_EDIT_DONE.description": "該文件檔案是在 Microsoft 365 中編輯的。",
|
|
564
|
+
"eo.object.lock": "鎖定",
|
|
565
|
+
"eo.object.indexdata.reset": "放棄變更",
|
|
566
|
+
"eo.object.indexdata.save": "儲存",
|
|
567
|
+
"eo.object.indexdata.save.browsernav": "您當前正在編輯尚未儲存表單的元資料。未儲存的資料將遺失。",
|
|
568
|
+
"eo.object.indexdata.form.invalid": "表單包含錯誤。更正錯誤以便能夠儲存項目。",
|
|
569
|
+
"eo.references.not.available": "無法使用",
|
|
570
|
+
"eo.references.deleted": "已刪除參考",
|
|
571
|
+
"eo.references.noAccess": "無法訪問",
|
|
572
|
+
"eo.references.object.notfound": "沒有找到參考資料。",
|
|
573
|
+
"eo.references.to.label": "對這個物件",
|
|
574
|
+
"eo.references.from.label": "對其他物件",
|
|
575
|
+
"eo.references.open.resultlist": "在符合列表中打開",
|
|
576
|
+
"eo.references.paste.button.tooltip": "插入複製物件",
|
|
577
|
+
"eo.references.paste.button.disabled.tooltip": "不合適的計數或類型",
|
|
578
|
+
"eo.references.add": "新增參考",
|
|
579
|
+
"eo.references.search": "搜尋參考",
|
|
580
|
+
"eo.references.search.disabled": "無法搜尋參考。可能已超出最大引用數。",
|
|
581
|
+
"eo.references.search.contextfolder": "資料夾",
|
|
582
|
+
"eo.references.search.result.hint": "物件",
|
|
583
|
+
"eo.references.field.label": "字段:",
|
|
584
|
+
"eo.prepare.details.type.title": "選擇物件類型",
|
|
585
|
+
"eo.prepare.details.type.empty": "在所選位置沒有可用於此文件的建立物件類型。",
|
|
586
|
+
"eo.prepare.details.type.notallowed": "無法套用所選物類型 '{{type}}' 因為這些類型不允許上傳文件 '{{filename}}' .",
|
|
587
|
+
"eo.prepare.details.type.subtitle": "物件類型選擇",
|
|
588
|
+
"eo.prepare.details.content.subtitle": "新增文件",
|
|
589
|
+
"eo.prepare.details.indexdata.subtitle": "新增元資料",
|
|
590
|
+
"eo.prepare.details.delete.content.dialog.title": "刪除文件",
|
|
591
|
+
"eo.prepare.details.delete.content.dialog.message": "你確定要刪除文件 '{{contentPath}}'?",
|
|
592
|
+
"eo.prepare.details.delete.dialog.title": "刪除物件",
|
|
593
|
+
"eo.prepare.details.delete.dialog.message": "您確定要刪除此物件嗎?",
|
|
594
|
+
"eo.prepare.details.delete.dialog.ok": "OK",
|
|
595
|
+
"eo.prepare.resetObject": "重置物件類型",
|
|
596
|
+
"eo.prepare.save": "歸檔",
|
|
597
|
+
"eo.prepare.saveopen": "歸檔並開啟",
|
|
598
|
+
"eo.prepare.template.select": "套用範本",
|
|
599
|
+
"eo.prepare.template.error.title": "錯誤",
|
|
600
|
+
"eo.prepare.template.error.message": "無法接受範本。",
|
|
601
|
+
"eo.prepare.template.filter.text.title": "篩選範本",
|
|
602
|
+
"eo.prepare.template.filter.set.title": "關鍵字",
|
|
603
|
+
"eo.prepare.template.list.title": "範本",
|
|
604
|
+
"eo.prepare.location.title.prefix": "歸檔到",
|
|
605
|
+
"eo.prepare.location.title.sysroot": "歸檔到一般歸檔位置",
|
|
606
|
+
"eo.prepare.created.error.title": "無法建立物件",
|
|
607
|
+
"eo.prepare.created.error.message": "建立物件時出錯。物件尚未歸檔。",
|
|
608
|
+
"eo.prepare.attachment.info": "您可以將文件新增到此物件類型。選擇以下選項之一",
|
|
609
|
+
"eo.prepare.attachment.upload.title": "上傳文件",
|
|
610
|
+
"eo.prepare.attachment.upload.desc": "將本地文件新增到物件。",
|
|
611
|
+
"eo.prepare.attachment.template.title": "選擇範本",
|
|
612
|
+
"eo.prepare.attachment.template.desc": "從物件類型的範本中選擇文件。",
|
|
613
|
+
"eo.prepare.attachment.template.resolver": "有資料傳輸",
|
|
614
|
+
"eo.prepare.attachment.nofile.title": "沒有文件",
|
|
615
|
+
"eo.prepare.attachment.nofile.desc": "建立沒有文件的物件。",
|
|
616
|
+
"eo.prepare.content.existscount.message": "此文件檔案已提交 {{count}} 次。",
|
|
617
|
+
"eo.prepare.details.contents.title": "文件",
|
|
618
|
+
"eo.prepare.list.title": "收文盤",
|
|
619
|
+
"eo.prepare.list.title.sub": "需歸檔的物件",
|
|
620
|
+
"eo.prepare.list.empty": "收文盤內沒有物件。",
|
|
621
|
+
"eo.prepare.list.item.template": "從範本",
|
|
622
|
+
"eo.prepare.list.item.file.none": "沒有檔案",
|
|
623
|
+
"eo.prepare.list.item.type.undefined": "尚未選擇物件類型",
|
|
624
|
+
"eo.prepare.list.item.location.set": "指定的歸檔地點",
|
|
625
|
+
"eo.prepare.list.item.location.notset": "在一般歸檔地點",
|
|
626
|
+
"eo.prepare.details.item.gone.remove": "從收文盤中移除",
|
|
627
|
+
"eo.prepare.commit.error.indexFailed": "顯示元資料可能會有延遲。",
|
|
628
|
+
"eo.process.details.tab.task": "任務",
|
|
629
|
+
"eo.process.details.tab.task.description": "描述",
|
|
630
|
+
"eo.process.details.tab.task.indexdata": "流程資料",
|
|
631
|
+
"eo.process.details.tab.progress": "歷史紀錄",
|
|
632
|
+
"eo.process.details.tab.attachments": "流程文件",
|
|
633
|
+
"eo.process.details.task.resubmission.description": "您收到此通知是因為您為附加的業務物件設定了追蹤。",
|
|
634
|
+
"eo.process.details.task.subscription.description": "您收到此通知是因為您希望被告知附加的業務物件的變更。",
|
|
635
|
+
"eo.process.details.button.resubmission.remove": "確認",
|
|
636
|
+
"eo.process.details.button.subscription.remove": "確認",
|
|
637
|
+
"eo.process.details.history.entry.type.ACTIVITY_ABORTONROLLBACK.title": "任務已取消,因為流程已被重置到較早的執行時間。",
|
|
638
|
+
"eo.process.details.history.entry.type.ACTIVITY_BEFOREENDEVENT_END.title": " 'BeforeEndActivity' 事件的腳本已完成。",
|
|
639
|
+
"eo.process.details.history.entry.type.ACTIVITY_BEFOREENDEVENT_START.title": " 'BeforeEndActivity'事件的腳本已啟動。",
|
|
640
|
+
"eo.process.details.history.entry.type.ACTIVITY_BEFORESTARTEVENT_END.title": " 'BeforeStartActivity' 事件的腳本已完成。",
|
|
641
|
+
"eo.process.details.history.entry.type.ACTIVITY_BEFORESTARTEVENT_START.title": " 'BeforeStartActivity'事件的腳本已啟動。",
|
|
642
|
+
"eo.process.details.history.entry.type.ACTIVITY_CREATE.title": "任務由系統建立。",
|
|
643
|
+
"eo.process.details.history.entry.type.ACTIVITY_CREATE_CONDITION_END.title": " 'ActivityCreateCondition' 事件的腳本已完成。",
|
|
644
|
+
"eo.process.details.history.entry.type.ACTIVITY_CREATE_CONDITION_START.title": " 'ActivityCreateCondition' 事件的腳本已啟動。",
|
|
645
|
+
"eo.process.details.history.entry.type.ACTIVITY_END.title": "任務由系統完成。",
|
|
646
|
+
"eo.process.details.history.entry.type.ACTIVITY_EXECUTE.title": "該任務可供編輯。",
|
|
647
|
+
"eo.process.details.history.entry.type.ACTIVITY_INIT.title": "該任務已由系統初始化。",
|
|
648
|
+
"eo.process.details.history.entry.type.ACTIVITY_MARKDEADLINEBLOCKINGACTIVTYONCREATION.title": "歷史項目",
|
|
649
|
+
"eo.process.details.history.entry.type.ACTIVITY_MARKDEADLINEBLOCKINGACTIVTYONFIRE.title": "歷史項目",
|
|
650
|
+
"eo.process.details.history.entry.type.ACTIVITY_RESUME.title": "任務繼續進行。",
|
|
651
|
+
"eo.process.details.history.entry.type.ACTIVITY_RESUMEBLOCKED.title": "任務繼續已被阻止。",
|
|
652
|
+
"eo.process.details.history.entry.type.ACTIVITY_ROLLBACK.title": "任務被重置。",
|
|
653
|
+
"eo.process.details.history.entry.type.ACTIVITY_SCOPEABORT.title": "任務的範圍被中止。",
|
|
654
|
+
"eo.process.details.history.entry.type.ACTIVITY_SETDATAFIELDVALUES.title": "任務的索引值已設定。",
|
|
655
|
+
"eo.process.details.history.entry.type.ACTIVITY_SUSPEND.title": "任務被暫停。",
|
|
656
|
+
"eo.process.details.history.entry.type.ACTIVITY_SUSPENDONBLOCKINGPERIOD.title": "由於延遲,任務已暫停。",
|
|
657
|
+
"eo.process.details.history.entry.type.ACTIVITY_SUSPENDONERROR.title": "任務因錯誤而暫停。",
|
|
658
|
+
"eo.process.details.history.entry.type.ACTIVITY_TERMINATE.title": "任務被系統中止。",
|
|
659
|
+
"eo.process.details.history.entry.type.ACTIVITY_WAKEUP.title": "任務被激活。",
|
|
660
|
+
"eo.process.details.history.entry.type.BLOCKINGPERIOD_ABORTONROLLBACK.title": "將流程重置為較早的執行時間時,延遲被取消。",
|
|
661
|
+
"eo.process.details.history.entry.type.BLOCKINGPERIOD_FIRE.title": "延遲已經結束。",
|
|
662
|
+
"eo.process.details.history.entry.type.BLOCKINGPERIOD_FIREEVENT_END.title": " 'PeriodFired' 事件的腳本已完成。",
|
|
663
|
+
"eo.process.details.history.entry.type.BLOCKINGPERIOD_FIREEVENT_START.title": " 'PeriodFired' 事件的腳本已啟動。",
|
|
664
|
+
"eo.process.details.history.entry.type.BLOCKINGPERIOD_START.title": "延遲開始了。",
|
|
665
|
+
"eo.process.details.history.entry.type.BLOCKINGPERIOD_STOP.title": "延遲被取消。",
|
|
666
|
+
"eo.process.details.history.entry.type.BLOCKINGPERIOD_TIMECHANGE.title": "延遲時間已變更。",
|
|
667
|
+
"eo.process.details.history.entry.type.DEADLINE_ABORTONROLLBACK.title": "通過重置任務取消了截止日期。",
|
|
668
|
+
"eo.process.details.history.entry.type.DEADLINE_FIRE.title": "已超過截止日期。",
|
|
669
|
+
"eo.process.details.history.entry.type.DEADLINE_FIREEVENT_END.title": " 'DeadlineFired' 事件的腳本已完成。",
|
|
670
|
+
"eo.process.details.history.entry.type.DEADLINE_FIREEVENT_START.title": " 'DeadlineFired' 事件的腳本已啟動。",
|
|
671
|
+
"eo.process.details.history.entry.type.DEADLINE_START.title": "截止日期已設定。",
|
|
672
|
+
"eo.process.details.history.entry.type.DEADLINE_STOP.title": "截止日期已結束。",
|
|
673
|
+
"eo.process.details.history.entry.type.DEADLINE_TIMECHANGE.title": "截止日期已變更。",
|
|
674
|
+
"eo.process.details.history.entry.type.DYNAMIC_BLOCKINGPERIOD_FIREEVENT_END.title": " 'PeriodFired' 事件的腳本已完成。",
|
|
675
|
+
"eo.process.details.history.entry.type.DYNAMIC_BLOCKINGPERIOD_FIREEVENT_START.title": " 'DelayFinished' 事件的腳本已啟動。",
|
|
676
|
+
"eo.process.details.history.entry.type.DYNAMIC_DEADLINE_FIREEVENT_END.title": " 'DeadlineFireEvent' 事件的腳本已完成。",
|
|
677
|
+
"eo.process.details.history.entry.type.DYNAMIC_DEADLINE_FIREEVENT_START.title": " 'DeadlineFired' 事件的腳本已啟動。",
|
|
678
|
+
"eo.process.details.history.entry.type.FILE_CHANGE_CONTENT.title": "文件檔案已變更。",
|
|
679
|
+
"eo.process.details.history.entry.type.LOOP_CONDITION_END.title": " 'LoopActivityCreateCondition' 事件的腳本已完成。",
|
|
680
|
+
"eo.process.details.history.entry.type.LOOP_CONDITION_START.title": " 'LoopActivityCreateCondition' 事件的腳本已啟動。",
|
|
681
|
+
"eo.process.details.history.entry.type.LOOP_EXECUTION_STOP.title": "循環任務的執行被暫停。",
|
|
682
|
+
"eo.process.details.history.entry.type.PROCESS_CREATE.title": "流程已建立。",
|
|
683
|
+
"eo.process.details.history.entry.type.PROCESS_END.title": "流程已完成。",
|
|
684
|
+
"eo.process.details.history.entry.type.PROCESS_ERRORSUSPEND.title": "流程因錯誤而停止。",
|
|
685
|
+
"eo.process.details.history.entry.type.PROCESS_PROCESSROLLBACK_END.title": "將流程重置為較早的執行時間已完成。",
|
|
686
|
+
"eo.process.details.history.entry.type.PROCESS_PROCESSROLLBACK_START.title": "已開始將流程重置為較早的執行時間。",
|
|
687
|
+
"eo.process.details.history.entry.type.PROCESS_RESUME.title": "流程已恢復。",
|
|
688
|
+
"eo.process.details.history.entry.type.PROCESS_START.title": "流程已啟動。",
|
|
689
|
+
"eo.process.details.history.entry.type.PROCESS_SUSPEND.title": "流程已暫停。",
|
|
690
|
+
"eo.process.details.history.entry.type.PROCESS_TERMINATE.title": "流程已終止。",
|
|
691
|
+
"eo.process.details.history.entry.type.SCOPE_ABORT.title": "範圍已中止。",
|
|
692
|
+
"eo.process.details.history.entry.type.SCOPE_ABORTONROLLBACK.title": "重置流程時,範圍被中止。",
|
|
693
|
+
"eo.process.details.history.entry.type.SCOPE_END.title": "範圍已完成。",
|
|
694
|
+
"eo.process.details.history.entry.type.SCOPE_RESUME.title": "範圍已恢復。",
|
|
695
|
+
"eo.process.details.history.entry.type.SCOPE_RESUME_ROLLBACK.title": "該流程的範圍在回滾後恢復。",
|
|
696
|
+
"eo.process.details.history.entry.type.SCOPE_START.title": "範圍已啟動。",
|
|
697
|
+
"eo.process.details.history.entry.type.SCOPE_SUBSCOPECOMPLETEDEVENT_END.title": " 'SubscopeEnd' 事件的腳本已完成。",
|
|
698
|
+
"eo.process.details.history.entry.type.SCOPE_SUBSCOPECOMPLETEDEVENT_START.title": " 'SubscopeEnd' 事件的腳本已啟動。",
|
|
699
|
+
"eo.process.details.history.entry.type.SCOPE_SUBSCOPESTARTEVENT_END.title": " 'SubscopeStart' 事件的腳本已完成。",
|
|
700
|
+
"eo.process.details.history.entry.type.SCOPE_SUBSCOPESTARTEVENT_START.title": " 'SubscopeStart' 事件的腳本已啟動。",
|
|
701
|
+
"eo.process.details.history.entry.type.SETACTIVITYPERFORMER_ADMIN.title": "收件人由管理員確定。",
|
|
702
|
+
"eo.process.details.history.entry.type.SETACTIVITYPERFORMER_DEADLINE.title": "未能在截止日期前完成導致重新決定受益人。",
|
|
703
|
+
"eo.process.details.history.entry.type.SETACTIVITYPERFORMER_DYNAMIC.title": "收件人是使用腳本確定的。",
|
|
704
|
+
"eo.process.details.history.entry.type.SETACTIVITYPERFORMER_MODEL.title": "收件人是根據流程定義確定的。",
|
|
705
|
+
"eo.process.details.history.entry.type.SETACTIVITYPERFORMER_ROLLBACK.title": "收件人已重新決定,因為該流程被重置到較早的執行時間。",
|
|
706
|
+
"eo.process.details.history.entry.type.SUBPROCESS_COMPLETED.title": "完成了一個子流程。",
|
|
707
|
+
"eo.process.details.history.entry.type.SUBPROCESS_STARTED.title": "啟動了一個子流程。",
|
|
708
|
+
"eo.process.details.history.entry.type.TRANSITION_EVENT.title": "已觸發轉換事件。",
|
|
709
|
+
"eo.process.details.history.entry.type.TRANSITION_EXPRESSION_END.title": " 'TransitionCondition' 事件的腳本已完成。",
|
|
710
|
+
"eo.process.details.history.entry.type.TRANSITION_EXPRESSION_START.title": " 'TransitionExpression' 事件的腳本已啟動。",
|
|
711
|
+
"eo.process.details.history.entry.type.USERDEFINED.title": "個人歷史項目。",
|
|
712
|
+
"eo.process.details.history.entry.type.WORKITEM_CANCELEVENT_END.title": " 'WorkitemCanceled' 事件的腳本已完成。",
|
|
713
|
+
"eo.process.details.history.entry.type.WORKITEM_CANCELEVENT_START.title": "正在執行 'ActivityCancel' 事件的腳本。",
|
|
714
|
+
"eo.process.details.history.entry.type.WORKITEM_CANCEL_ADMIN.title": "該任務已被管理員取消。",
|
|
715
|
+
"eo.process.details.history.entry.type.WORKITEM_CANCEL_DEADLINE.title": "由於錯過了截止日期,該任務被取消。",
|
|
716
|
+
"eo.process.details.history.entry.type.WORKITEM_CANCEL_SUBSTITUTE.title": "任務被代理人取消。",
|
|
717
|
+
"eo.process.details.history.entry.type.WORKITEM_CANCEL_USER.title": "任務已被編輯者退回。",
|
|
718
|
+
"eo.process.details.history.entry.type.WORKITEM_COMPLETE.title": "任務已發送。",
|
|
719
|
+
"eo.process.details.history.entry.type.WORKITEM_COMPLETE_DEADLINE.title": "任務的截止日期已到。",
|
|
720
|
+
"eo.process.details.history.entry.type.WORKITEM_COMPLETE_SUBSTITUTE.title": "任務已被代理人發送。",
|
|
721
|
+
"eo.process.details.history.entry.type.WORKITEM_PERSONALIZE.title": "任務已被編輯者接受。",
|
|
722
|
+
"eo.process.details.history.entry.type.WORKITEM_PERSONALIZEEVENT_END.title": " 'Personalization'事件的腳本已完成。",
|
|
723
|
+
"eo.process.details.history.entry.type.WORKITEM_PERSONALIZEEVENT_START.title": " 'Personalization' 事件的腳本已啟動。",
|
|
724
|
+
"eo.process.details.history.entry.type.WORKITEM_PERSONALIZE_SUBSTITUTE.title": "任務已被代理人接受。",
|
|
725
|
+
"eo.process.details.history.entry.type.WORKITEM_SAVE.title": "任務已被編輯者提交。",
|
|
726
|
+
"eo.process.details.history.entry.type.WORKITEM_SAVEEVENT_END.title": " 'ActivitySave' 事件的腳本已完成。",
|
|
727
|
+
"eo.process.details.history.entry.type.WORKITEM_SAVEEVENT_START.title": " 'WorkitemSaved' 事件的腳本已啟動。",
|
|
728
|
+
"eo.process.details.history.entry.type.WORKITEM_SAVE_SUBSTITUTE.title": "任務已被代理人儲存。",
|
|
729
|
+
"eo.bpm.activity.forward.error": "發送錯誤。",
|
|
730
|
+
"eo.bpm.event.script.execution.error": "無法執行伺服器腳本",
|
|
731
|
+
"eo.process.personalize": "接受任務",
|
|
732
|
+
"eo.process.depersonalize": "退回任務",
|
|
733
|
+
"eo.process.recipients": "收件人",
|
|
734
|
+
"eo.process.substitute": "代理",
|
|
735
|
+
"eo.process.activity.lock.denied": "任務已在編輯中。",
|
|
736
|
+
"eo.process.activity.unlock.denied": "請稍後再試。",
|
|
737
|
+
"eo.process.file.empty.label": "流程文件是空的。",
|
|
738
|
+
"eo.process.file.add.label": "將複製物件新增到流程文件中。",
|
|
739
|
+
"eo.process.file.notification.error": "新增時發生錯誤",
|
|
740
|
+
"eo.process.file.notification.add.message": "將複製物件新增到流程文件中。",
|
|
741
|
+
"eo.process.file.notification.remove": "移除",
|
|
742
|
+
"eo.process.file.notification.remove.message": "從流程文件中移除",
|
|
743
|
+
"eo.process.start.time.label": "開始",
|
|
744
|
+
"eo.process.end.time.label": "結束",
|
|
745
|
+
"eo.process.started": "流程 \"{{processName}}\" 已啟動。",
|
|
746
|
+
"eo.process.started.fail": "流程 \"{{processName}}\" 無法啟動。",
|
|
747
|
+
"eo.quicksearch.result.group.global": "跨上下文",
|
|
748
|
+
"eo.quicksearch.hits": "相符結果",
|
|
749
|
+
"eo.search.result.term": "搜尋項",
|
|
750
|
+
"eo.search.result.expired": "搜尋請求沒有返回任何相符結果。",
|
|
751
|
+
"eo.search.result.error": "由於技術錯誤,無法執行您的搜尋請求。",
|
|
752
|
+
"eo.search.result.hits": "相符結果",
|
|
753
|
+
"eo.status.404.title": "未找到",
|
|
754
|
+
"eo.actions.sticky.title": "操作",
|
|
755
|
+
"eo.actions.sticky.title.sub.for": "對",
|
|
756
|
+
"eo.actions.sticky.title.sub.selection": "當前選擇",
|
|
757
|
+
"eo.object.inlinemenu.addresubmission": "建立追隨",
|
|
758
|
+
"eo.object.inlinemenu.editresubmission": "編輯追隨",
|
|
759
|
+
"eo.object.inlinemenu.addsubscription": "建立訂閱",
|
|
760
|
+
"eo.storedquery.search.term": "全文",
|
|
761
|
+
"eo.storedquery.restriction.type": "物件類型",
|
|
762
|
+
"eo.storedquery.restriction.created": "已建立",
|
|
763
|
+
"eo.storedquery.restriction.creator": "建立者",
|
|
764
|
+
"eo.storedquery.restriction.modified": "已編輯",
|
|
765
|
+
"eo.storedquery.restriction.modifier": "編輯者",
|
|
766
|
+
"eo.storedquery.restriction.mimetypegroup": "檔案類型",
|
|
767
|
+
"eo.storedquery.restriction.filename": "檔案名稱",
|
|
768
|
+
"eo.storedquery.restriction.filesize": "檔案大小",
|
|
769
|
+
"eo.storedquery.action.save": "儲存",
|
|
770
|
+
"eo.storedquery.roles": "身分權限",
|
|
771
|
+
"eo.storedquery.res.count.label": "相符結果",
|
|
772
|
+
"eo.storedquery.delete.dialog.title": "刪除已儲存的搜尋",
|
|
773
|
+
"eo.storedquery.delete.dialog.message": "已儲存的搜尋 '{{storedquery}}' 正在以下儀表板的小工具中使用: {{name}} 。您還想刪除它嗎?",
|
|
774
|
+
"eo.timeline.empty": "沒有項目。",
|
|
775
|
+
"eo.timeline.filter.action": "篩選項目",
|
|
776
|
+
"eo.timeline.filter.reset": "重置篩選",
|
|
777
|
+
"eo.versions.details.label": "版本",
|
|
778
|
+
"eo.versions.detail.glue.tooltip": "啟用/禁用物件方面的同步視圖",
|
|
779
|
+
"eo.versions.list.title": "版本",
|
|
780
|
+
"eo.versions.list.users": "使用者",
|
|
781
|
+
"eo.versions.list.types": "類型",
|
|
782
|
+
"eo.init.fail": "",
|
|
783
|
+
"eo.add.title.location": "在位置",
|
|
784
|
+
"eo.add.title.location.common": "一般",
|
|
785
|
+
"eo.search": "搜尋",
|
|
786
|
+
"eo.search.save": "儲存",
|
|
787
|
+
"eo.search.reset": "重設",
|
|
788
|
+
"eo.search.agg.time.lastyear": "去年",
|
|
789
|
+
"eo.search.agg.time.thisyear": "今年",
|
|
790
|
+
"eo.search.agg.time.lastmonth": "上個月",
|
|
791
|
+
"eo.search.agg.time.thismonth": "這個月",
|
|
792
|
+
"eo.search.agg.time.lastweek": "上個星期",
|
|
793
|
+
"eo.search.agg.time.thisweek": "這星期",
|
|
794
|
+
"eo.search.agg.time.yesterday": "昨天",
|
|
795
|
+
"eo.search.agg.time.today": "今天",
|
|
796
|
+
"eo.search.agg.time.span": "期間",
|
|
797
|
+
"eo.search.agg.time.span.custom": "使用者定義的期間",
|
|
798
|
+
"eo.search.agg.time.span.from": "從",
|
|
799
|
+
"eo.search.agg.time.span.to": "到",
|
|
800
|
+
"eo.search.agg.time.span.since": "自從",
|
|
801
|
+
"eo.search.agg.time.span.until": "直到",
|
|
802
|
+
"eo.search.agg.creator": "建立者",
|
|
803
|
+
"eo.search.agg.modifier": "編輯者",
|
|
804
|
+
"eo.search.agg.createdby": "由...建立",
|
|
805
|
+
"eo.search.agg.modifiedby": "由...編輯",
|
|
806
|
+
"eo.search.agg.filename": "檔案名稱",
|
|
807
|
+
"eo.search.agg.time.custom.save": "套用",
|
|
808
|
+
"eo.search.agg.time.custom.remove": "移除",
|
|
809
|
+
"eo.search.objecttype.form": "搜尋表單 '{{type}}' ",
|
|
810
|
+
"eo.search.group.general": "跨上下文",
|
|
811
|
+
"eo.search.submit": "搜尋",
|
|
812
|
+
"eo.search.title": "搜尋結果",
|
|
813
|
+
"eo.search.title.storedqueries": "已儲存的搜尋",
|
|
814
|
+
"eo.search.storedqueries.new.title": "新搜尋",
|
|
815
|
+
"eo.search.suggest": "你的意思是",
|
|
816
|
+
"eo.search.restrict.type": "物件類型",
|
|
817
|
+
"eo.search.restrict.creation": "已建立",
|
|
818
|
+
"eo.search.restrict.modification": "已修改",
|
|
819
|
+
"eo.search.restrict.mimetypegroup": "文件類型",
|
|
820
|
+
"eo.search.restrict.file": "文件檔案",
|
|
821
|
+
"eo.search.restrict.filename": "檔案名稱",
|
|
822
|
+
"eo.search.restrict.filesize": "檔案大小",
|
|
823
|
+
"eo.bar.button.prepare.tooltip": "打開收文盤",
|
|
824
|
+
"eo.bar.button.inbox.tooltip": "打開收件箱",
|
|
825
|
+
"eo.bar.button.favorites.tooltip": "打開最愛",
|
|
826
|
+
"eo.bar.button.search.tooltip": "搜尋",
|
|
827
|
+
"eo.bar.button.file.tooltip": "建立物件",
|
|
828
|
+
"eo.bar.button.logout.title": "登出",
|
|
829
|
+
"eo.bar.button.settings.title": "設定",
|
|
830
|
+
"eo.view.navigation.storedqueries": "已儲存的搜尋",
|
|
831
|
+
"eo.view.navigation.notifications": "通知",
|
|
832
|
+
"eo.view.navigation.prepare": "收文盤",
|
|
833
|
+
"eo.view.navigation.dashboard": "儀表板",
|
|
834
|
+
"eo.view.navigation.favorites": "最愛",
|
|
835
|
+
"eo.view.navigation.inbox": "收件箱",
|
|
836
|
+
"eo.view.navigation.process": "我的流程",
|
|
837
|
+
"eo.view.navigation.recyclebin": "資源回收筒",
|
|
838
|
+
"eo.workspace.widgetGrid.save": "套用",
|
|
839
|
+
"eo.workspace.widgetGrid.confirm": "OK",
|
|
840
|
+
"eo.workspace.widgetGrid.widgetTodoHeadlineLabel": "任務列表",
|
|
841
|
+
"eo.workspace.widgetGrid.workspaceEditDone": "套用",
|
|
842
|
+
"eo.workspace.widgetGrid.workspaceRemoveConfirmMessage": "您確定要刪除此儀表板嗎?",
|
|
843
|
+
"eo.workspace.widgetGrid.newWorkspaceDefaultLabel": "新儀表板",
|
|
844
|
+
"eo.workspace.widgetGrid.workspacesEmptyMessage": "目前還沒有儀表板。",
|
|
845
|
+
"eo.workspace.widgetGrid.noopWidgetLabel": "目前還沒有小工具",
|
|
846
|
+
"eo.workspace.widgetGrid.widgetPickerTitle": "小工具選擇",
|
|
847
|
+
"eo.workspace.widgetGrid.widgetTitleLabel": "任務標題",
|
|
848
|
+
"eo.workspace.widgetGrid.addNewWidgetLabel": "新增小工具",
|
|
849
|
+
"eo.workspace.widgetGrid.addWorkspace": "新增儀表板",
|
|
850
|
+
"eo.workspace.widget.default.dashboard": "儀表板",
|
|
851
|
+
"eo.workspace.widget.setup.title": "標題",
|
|
852
|
+
"eo.workspace.widget.emptyList": "您尚未建立/編輯任何物件。",
|
|
853
|
+
"eo.workspace.widget.picture.label": "圖片",
|
|
854
|
+
"eo.workspace.widget.picture.tooltip": "選擇圖片",
|
|
855
|
+
"eo.workspace.widget.picture.noImage": "請先選擇一張圖片",
|
|
856
|
+
"eo.workspace.widget.picture.dialog.sizeError": "這個文件太大。 允許的最大大小為 5 MB。",
|
|
857
|
+
"eo.workspace.widget.picture.dialog.fileError": "檔案必須為 gif, jpeg, jpg, png 或 svg 格式。",
|
|
858
|
+
"eo.workspace.widget.picture.dialog.title": "上傳圖片",
|
|
859
|
+
"eo.workspace.widget.todo.label": "任務清單",
|
|
860
|
+
"eo.workspace.widget.lastEditedOrLastCreated.label": "最近編輯和建立的物件",
|
|
861
|
+
"eo.workspace.widget.iframe.label": "網頁",
|
|
862
|
+
"eo.workspace.widget.infoInbox.label": "未讀訊息",
|
|
863
|
+
"eo.workspace.widget.infoIntray.label": "需歸檔的物件",
|
|
864
|
+
"eo.workspace.widget.quicksearch.label": "快速搜尋",
|
|
865
|
+
"eo.workspace.widget.hitlist.label": "相符清單",
|
|
866
|
+
"eo.workspace.widget.countObject.label": "相符數量",
|
|
867
|
+
"eo.workspace.widget.label.storedquery": "已儲存的搜尋",
|
|
868
|
+
"eo.widget.hitcount.form.desc.threshold": "顯示是否超過...",
|
|
869
|
+
"eo.widget.hitcount.form.desc.threshold.inverted": "如果小於...則顯示",
|
|
870
|
+
"eo.widget.hitcount.form.label.countTileThresholdInvert": "反向閾值(很多 -> 很少)",
|
|
871
|
+
"eo.widget.hitcount.form.label.threshold.error": "錯誤閾值",
|
|
872
|
+
"eo.widget.hitcount.form.label.threshold.success": "成功閾值",
|
|
873
|
+
"eo.widget.hitcount.form.label.threshold.warning": "警告閾值",
|
|
874
|
+
"eo.widget.hitcount.form.label.showZero": "如果等於零則不顯示數字",
|
|
875
|
+
"eo.workspace.widget.iframe.setup.url": "網址",
|
|
876
|
+
"eo.workspace.widget.form.label.countType": "僅顯示總數",
|
|
877
|
+
"eo.workspace.widget.form.label.size": "列表中的物件數量",
|
|
878
|
+
"eo.workspace.widget.form.partialValue": "部分數值",
|
|
879
|
+
"eo.workspace.widget.form.label.sortField": "排序",
|
|
880
|
+
"eo.workspace.widget.form.label.firstLabel": "第一個標籤",
|
|
881
|
+
"eo.workspace.widget.form.label.secondLabel": "第二個標籤",
|
|
882
|
+
"eo.workspace.widget.form.label.thirdLabel": "第三個標籤",
|
|
883
|
+
"eo.workspace.widget.form.label.sortRevert": "反向排序",
|
|
884
|
+
"eo.workspace.widget.form.label.edited": "顯示最近編輯的物件",
|
|
885
|
+
"eo.workspace.widget.form.label.created": "顯示最近建立的物件",
|
|
886
|
+
"eo.workspace.widget.todo.taskTitle": "任務標題",
|
|
887
|
+
"eo.widget.hitlist.tooltip.openinresultlist": "在相符清單中打開",
|
|
888
|
+
"eo.widget.hitlist.tooltip.savedSearchIcon": "在搜尋對話方塊中開啟",
|
|
889
|
+
"eo.workspace.widget.form.sortField": "選擇用於排序的物件屬性",
|
|
890
|
+
"eo.workspace.widget.stored.queries.description": "物件清單是使用已儲存的搜尋定義的。",
|
|
891
|
+
"eo.workspace.widget.histogram.description": "預設值: 月",
|
|
892
|
+
"eo.workspace.widget.stored.queries.list.empty": "選擇已儲存的搜尋。",
|
|
893
|
+
"eo.workspace.widget.stored.queries.list.notAvailable": "沒有可用的已儲存搜尋。 您需要先儲存搜尋。",
|
|
894
|
+
"eo.workspace.widget.chart.label": "圖表",
|
|
895
|
+
"eo.workspace.widget.form.label.aggregationField": "彙總屬性",
|
|
896
|
+
"eo.workspace.widget.form.label.chartTypeField": "圖表類型",
|
|
897
|
+
"eo.workspace.widget.charts.type.bar": "長條圖",
|
|
898
|
+
"eo.workspace.widget.charts.type.pie": "圓餅圖",
|
|
899
|
+
"eo.workspace.widget.charts.type.donut": "環狀圖",
|
|
900
|
+
"eo.workspace.widget.charts.type.lineStraight": "直線圖",
|
|
901
|
+
"eo.workspace.widget.charts.type.lineCurve": "曲線圖",
|
|
902
|
+
"eo.workspace.widget.form.label.minDocCount": "計數閾值",
|
|
903
|
+
"eo.workspace.widget.form.label.histogram": "直方圖",
|
|
904
|
+
"eo.workspace.widget.charts.histogram.yearly": "年",
|
|
905
|
+
"eo.workspace.widget.charts.histogram.monthly": "月",
|
|
906
|
+
"eo.workspace.widget.charts.histogram.weekly": "周",
|
|
907
|
+
"eo.workspace.widget.charts.histogram.daily": "天",
|
|
908
|
+
"eo.workspace.widget.charts.interval": "間隔",
|
|
909
|
+
"eo.workspace.widget.charts.startingpoint": "起點",
|
|
910
|
+
"eo.workspace.widget.charts.title": "圖表標題",
|
|
911
|
+
"eo.workspace.widget.charts.xAxe": "x 軸標籤",
|
|
912
|
+
"eo.workspace.widget.charts.yAxe": "y 軸標籤",
|
|
913
|
+
"eo.workspace.widget.form.label.attributMetric": "公制的屬性",
|
|
914
|
+
"eo.workspace.widget.form.label.chartMetric": "公制",
|
|
915
|
+
"eo.workspace.widget.charts.metric.min": "最小值",
|
|
916
|
+
"eo.workspace.widget.charts.metric.avg": "平均值",
|
|
917
|
+
"eo.workspace.widget.charts.metric.sum": "總和",
|
|
918
|
+
"eo.workspace.widget.charts.metric.median": "中位數",
|
|
919
|
+
"eo.workspace.widget.charts.metric.max": "最大值",
|
|
920
|
+
"eo.workspace.widget.charts.minmax": "最小值:{{min}},最大值:{{max}}",
|
|
921
|
+
"eo.workspace.widget.list.empty": "沒有找到任何資料。",
|
|
922
|
+
"eo.workspace.widget.todo.noTasks": "太好了! 這裡沒有未完成的任務",
|
|
923
|
+
"eo.recyclebin.list.title": "資源回收筒",
|
|
924
|
+
"eo.workspace.widget.configuration.notOk": "您需要先設定小工具。",
|
|
925
|
+
"eo.widget.hitlist.tooltip.refresh": "刷新",
|
|
926
|
+
"eo.recyclebin.filter.title": "篩選資源回收筒",
|
|
927
|
+
"eo.recyclebin.sort.title": "排序資源回收筒",
|
|
928
|
+
"eo.recyclebin.list.empty": "資源回收筒是空的",
|
|
929
|
+
"eo.view.navigation.title": "導覽",
|
|
930
|
+
"eo.recyclebin.details.restore": "還原",
|
|
931
|
+
"eo.recyclebin.details.restore.done.title": "已還原",
|
|
932
|
+
"eo.recyclebin.details.restore.done.message": "物件 '{{item}}' 已還原",
|
|
933
|
+
"eo.recyclebin.details.delete.done.title": "已刪除",
|
|
934
|
+
"eo.recyclebin.details.delete.done.message": "物件 '{{item}}' 已永久刪除",
|
|
935
|
+
"eo.recyclebin.details.delete.tooltip": "永久刪除物件",
|
|
936
|
+
"eo.recyclebin.details.delete.disabled.tooltip": "您無權永久刪除此物件",
|
|
937
|
+
"eo.recyclebin.details.delete.dialog.title": "永久刪除物件",
|
|
938
|
+
"eo.recyclebin.details.delete.dialog.message": "您確定要永久刪除此物件嗎?",
|
|
939
|
+
"eo.recyclebin.details.delete.dialog.message.warning": "物件一但刪除,就無法再還原!",
|
|
940
|
+
"eo.recyclebin.details.restoreopen": "還原並開啟",
|
|
941
|
+
"eo.recyclebin.details.restore.dms.object.error.409": "由於文件位置已刪除,因此無法還原物件。",
|
|
942
|
+
"eo.sidebar.navigation.favorites.tooltip": "打開最愛",
|
|
943
|
+
"eo.sidebar.navigation.inbox.tooltip": "打開收件箱",
|
|
944
|
+
"eo.sidebar.navigation.process.tooltip": "顯示我的流程",
|
|
945
|
+
"eo.sidebar.navigation.prepare.tooltip": "打開收文盤",
|
|
946
|
+
"eo.sidebar.help.title": "幫助",
|
|
947
|
+
"eo.sidebar.help.about": "關於",
|
|
948
|
+
"eo.sidebar.help.about.tooltip": "關於產品訊息",
|
|
949
|
+
"eo.sidebar.help.license": "授權說明",
|
|
950
|
+
"eo.sidebar.help.license.tooltip": "第三方元件的授權說明",
|
|
951
|
+
"eo.sidebar.help.shortcuts": "鍵盤快捷鍵",
|
|
952
|
+
"eo.sidebar.help.shortcuts.tooltip": "鍵盤快捷鍵",
|
|
953
|
+
"eo.sidebar.help.manual": "使用者文件",
|
|
954
|
+
"eo.sidebar.help.manual.tooltip": "使用者文件",
|
|
955
|
+
"eo.datepicker.calendar.select": "選擇",
|
|
956
|
+
"eo.datepicker.calendar.today": "今天",
|
|
957
|
+
"eo.form.table.options.subhead.edit": "編輯項目",
|
|
958
|
+
"eo.form.table.options.subhead.new": "新增項目",
|
|
959
|
+
"eo.form.table.options.btn.save": "套用",
|
|
960
|
+
"eo.form.table.options.btn.save.new": "新增",
|
|
961
|
+
"eo.form.table.options.btn.copy": "新增為新的一行",
|
|
962
|
+
"eo.form.table.options.btn.ok": "OK",
|
|
963
|
+
"eo.form.table.options.btn.fit": "對齊表格列",
|
|
964
|
+
"eo.form.table.options.btn.csv": "將表格資料匯出成CSV檔",
|
|
965
|
+
"eo.form.table.options.btn.upload": "從 CSV 檔案匯入試算表資料",
|
|
966
|
+
"eo.form.table.options.btn.upload.error": "無法匯入試算表資料,因為該文件包含超過 5,000 行。",
|
|
967
|
+
"eo.form.table.options.btn.add": "插入新行",
|
|
968
|
+
"eo.form.table.options.btn.open": "開啟",
|
|
969
|
+
"eo.form.table.options.btn.close": "關閉",
|
|
970
|
+
"eo.form.table.options.checkbox.new.title": "儲存後新增新行",
|
|
971
|
+
"eo.form.table.options.checkbox.new": "新增額外的行",
|
|
972
|
+
"eo.form.table.options.indicator.new": "新的一行",
|
|
973
|
+
"eo.form.table.options.confirm.delete": "刪除行?",
|
|
974
|
+
"eo.form.table.dialog.preview.show": "顯示內容",
|
|
975
|
+
"eo.form.table.dialog.preview.hide": "隱藏內容",
|
|
976
|
+
"eo.form.table.csv.import.report.title": "匯入報告",
|
|
977
|
+
"eo.form.table.csv.import.report.readRows": "讀取行: {{readRows}}",
|
|
978
|
+
"eo.form.table.csv.import.report.errors": "無法匯入的錯誤值有:",
|
|
979
|
+
"eo.form.table.csv.import.report.errors.csvColumn": "CSV 欄位",
|
|
980
|
+
"eo.form.table.csv.import.report.errors.tableColumn": "表格欄位",
|
|
981
|
+
"eo.form.table.csv.import.report.errors.row": "行",
|
|
982
|
+
"eo.form.table.csv.import.report.errors.value": "值",
|
|
983
|
+
"eo.form.table.csv.import.report.import": "匯入",
|
|
984
|
+
"eo.object.summary.version": "版本",
|
|
985
|
+
"eo.object.summary.version.compare": "顯示版本",
|
|
986
|
+
"eo.form.property.required": "必填欄位",
|
|
987
|
+
"eo.form.property.maxlength": "該項目最多可以包含 {{maxlength}} 個字符。",
|
|
988
|
+
"eo.form.property.minlength": "該項目必須至少包含 {{minlength}} 個字符。",
|
|
989
|
+
"eo.form.property.number": "請輸入一個數值。",
|
|
990
|
+
"eo.form.property.number.scale": "小數位數不正確(最大值為 {{scale}})。",
|
|
991
|
+
"eo.form.property.number.precision": "小數點前的位數不正確(最多 {{prepointdigits}})。",
|
|
992
|
+
"eo.form.property.idreference.deleted": "引用是指已刪除的物件。",
|
|
993
|
+
"eo.form.property.orgobject.deleted": "項目是指已刪除的組織物件",
|
|
994
|
+
"eo.checkout.message": "您要鎖定文件使其不能被其他使用者編輯嗎?",
|
|
995
|
+
"eo.checkout.yes": "是",
|
|
996
|
+
"eo.checkout.no": "否",
|
|
997
|
+
"eo.checkout.save": "記住決定(可以在設定中變更)",
|
|
998
|
+
"eo.clipboard.title": "複製到剪貼簿",
|
|
999
|
+
"eo.email.title": "發送電子郵件",
|
|
1000
|
+
"eo.export.title": "用以下的檔案格式下載",
|
|
1001
|
+
"eo.export.action.original.label": "原始",
|
|
1002
|
+
"eo.export.action.pdf.label": "PDF格式",
|
|
1003
|
+
"eo.export.action.original.description": "以原始格式下載文檔文件",
|
|
1004
|
+
"eo.export.action.pdf.description": "將文件檔案下載成PDF",
|
|
1005
|
+
"eo.manage.rights.folder.title": "與其他使用者共享資料夾",
|
|
1006
|
+
"eo.manage.rights.document.title": "與其他使用者共享文件",
|
|
1007
|
+
"eo.manage.rights.element.label": "使用者/群組",
|
|
1008
|
+
"eo.manage.rights.folder.label": "僅與以下人員共用資料夾:",
|
|
1009
|
+
"eo.manage.rights.folder.include.children.label": "與以下人員共用資料夾和文件:",
|
|
1010
|
+
"eo.manage.rights.apply": "分享",
|
|
1011
|
+
"eo.manage.rights.stop": "停止分享",
|
|
1012
|
+
"eo.manage.rights.message": "對象 {{title}} 已與 {{shared}} 分享。",
|
|
1013
|
+
"eo.manage.rights.message.notshared": "該物件將不再由您分享。",
|
|
1014
|
+
"eo.resubmission.field.info": "標題",
|
|
1015
|
+
"eo.resubmission.field.due": "到期日",
|
|
1016
|
+
"eo.resubmission.add": "建立",
|
|
1017
|
+
"eo.resubmission.apply": "變更",
|
|
1018
|
+
"eo.resubmission.delete": "移除",
|
|
1019
|
+
"eo.resubmission.error.msg": "必須至少選擇一種通知方法。",
|
|
1020
|
+
"eo.resubmission.error.msg.date": "日期不能是過去。",
|
|
1021
|
+
"eo.resubmission.field.notification.inbox": "通過收件箱通知",
|
|
1022
|
+
"eo.resubmission.field.notification.email": "通過電子郵件通知",
|
|
1023
|
+
"eo.subscription.field.info": "標題",
|
|
1024
|
+
"eo.subscription.add": "建立",
|
|
1025
|
+
"eo.subscription.error.msg": "必須至少選擇一種通知方法。",
|
|
1026
|
+
"eo.subscription.field.notification.inbox": "通過收件箱通知",
|
|
1027
|
+
"eo.subscription.field.notification.email": "通過電子郵件通知",
|
|
1028
|
+
"eo.subscription.field.mode.label": "訂閱選項",
|
|
1029
|
+
"eo.subscription.field.mode.entries.meta.label": "元資料變更",
|
|
1030
|
+
"eo.subscription.field.mode.entries.content.label": "文件檔案變更",
|
|
1031
|
+
"eo.subscription.field.mode.entries.both.label": "所有變更",
|
|
1032
|
+
"eo.upload.global.root.title": "一般歸檔地點",
|
|
1033
|
+
"eo.upload.global.root.description": "將文件儲存在一般歸檔位置。",
|
|
1034
|
+
"eo.upload.global.object.title": "作為新版本新增",
|
|
1035
|
+
"eo.upload.global.error.title": "上傳失敗",
|
|
1036
|
+
"eo.upload.global.error.description": "文件無法傳輸到伺服器。",
|
|
1037
|
+
"eo.upload.global.choose.title": "流程選項",
|
|
1038
|
+
"eo.upload.global.choose.message": "您選擇了多個文件。您是要分別為每個對象設置元資料,還是要同時處理所有文件?",
|
|
1039
|
+
"eo.upload.global.choose.single": "分別地",
|
|
1040
|
+
"eo.upload.global.choose.multi": "作為一個批次",
|
|
1041
|
+
"eo.upload.global.invalid.title": "無效內容",
|
|
1042
|
+
"eo.upload.global.invalid.message": "要上傳的文件列表包含當前不支援的資料夾。",
|
|
1043
|
+
"eo.upload.global.close": "關閉",
|
|
1044
|
+
"eo.upload.global.notarget.title": "沒有可用的歸檔地點",
|
|
1045
|
+
"eo.upload.global.notarget.message": "由於沒有有效的歸檔位置,因此無法歸檔文件。請檢查您的權限。",
|
|
1046
|
+
"eo.action.menu.custom.run.success": "操作 {{title}} 已執行。",
|
|
1047
|
+
"eo.action.menu.custom.run.error": "不幸的是,操作 {{title}} 無法執行。",
|
|
1048
|
+
"eo.search.agg.filesize.none": "無文件",
|
|
1049
|
+
"eo.search.agg.filesize.lt1MB": "小(< 1 MB)",
|
|
1050
|
+
"eo.search.agg.filesize.lt10MB": "中 (1~10 MB)",
|
|
1051
|
+
"eo.search.agg.filesize.lt100MB": "大 (10~100 MB)",
|
|
1052
|
+
"eo.search.agg.filesize.gt100MB": "非常大(> 100 MB)",
|
|
1053
|
+
"eo.resultlist.grid.rowGroupColumnsEmptyMessage": "拖到這裡進行分組",
|
|
1054
|
+
"eo.resultlist.grid.searchOoo": "正在搜尋...",
|
|
1055
|
+
"eo.resultlist.grid.selectAll": "全選",
|
|
1056
|
+
"eo.resultlist.grid.toolPanel": "工具欄",
|
|
1057
|
+
"eo.resultlist.grid.destroyColumnComps": "重置欄位",
|
|
1058
|
+
"eo.resultlist.grid.pinColumn": "釘選欄位",
|
|
1059
|
+
"eo.resultlist.grid.resetColumns": "重置欄位",
|
|
1060
|
+
"eo.resultlist.grid.autosizeThiscolumn": "自動化格式欄位",
|
|
1061
|
+
"eo.resultlist.grid.autosizeAllColumns": "自動化格式所有欄位",
|
|
1062
|
+
"eo.resultlist.grid.pinLeft": "釘選至左",
|
|
1063
|
+
"eo.resultlist.grid.pinRight": "釘選至右",
|
|
1064
|
+
"eo.resultlist.grid.noPin": "不要釘選",
|
|
1065
|
+
"eo.resultlist.grid.contains": "包含",
|
|
1066
|
+
"eo.resultlist.grid.equals": "等於",
|
|
1067
|
+
"eo.resultlist.grid.startsWith": "開始於",
|
|
1068
|
+
"eo.resultlist.grid.endsWith": "結束於",
|
|
1069
|
+
"eo.resultlist.grid.lessThan": "小於",
|
|
1070
|
+
"eo.resultlist.grid.greaterThan": "大於",
|
|
1071
|
+
"eo.resultlist.grid.inRange": "在範圍內",
|
|
1072
|
+
"eo.resultlist.grid.lessThanOrEqual": "小於或等於",
|
|
1073
|
+
"eo.resultlist.grid.greaterThanOrEqual": "大於或等於",
|
|
1074
|
+
"eo.resultlist.export.csv": "匯出成CSV檔",
|
|
1075
|
+
"eo.resultlist.export.csv.threshold.dialog.title": "CSV匯出",
|
|
1076
|
+
"eo.resultlist.export.csv.threshold.dialog.message": "匯出大量的資料需要更長時間。您仍要執行匯出並等待結果嗎?",
|
|
1077
|
+
"eo.resultlist.export.csv.threshold.dialog.export": "匯出",
|
|
1078
|
+
"eo.clipboard.paste.label": "貼上",
|
|
1079
|
+
"eo.clipboard.paste.resultlist.headline": "己貼上",
|
|
1080
|
+
"eo.clipboard.paste.as.contentlink.label": "作為文件連結",
|
|
1081
|
+
"eo.action.clipboard.cut.label": "剪下",
|
|
1082
|
+
"eo.action.clipboard.cut.description": "剪下標記的物件。",
|
|
1083
|
+
"eo.clipboard.move.not.allowed": "無法將物件移動到此資料夾。",
|
|
1084
|
+
"eo.clipboard.copy.not.allowed": "無法將物件複製到此資料夾。",
|
|
1085
|
+
"eo.action.finalize.label": "結案",
|
|
1086
|
+
"eo.action.finalize.description": "結案選定的物件。",
|
|
1087
|
+
"eo.action.finalize.confirm": "您確定要結案該物件嗎?",
|
|
1088
|
+
"eo.action.definalize.label": "取消結案",
|
|
1089
|
+
"eo.action.definalize.description": "取消結案該物件。",
|
|
1090
|
+
"eo.object.contentlink": "文件連結",
|
|
1091
|
+
"eo.object.contentlink.tooltip": "開啟來源物件",
|
|
1092
|
+
"eo.bar.button.copy.tooltip": "複製物件",
|
|
1093
|
+
"eo.bar.button.cut.tooltip": "剪下物件",
|
|
1094
|
+
"eo.action.clipboard.paste.label": "貼上",
|
|
1095
|
+
"eo.action.clipboard.paste.description": "貼上標記物件。",
|
|
1096
|
+
"eo.action.clipboard.paste.as.contentlink.label": "貼上連結的文件",
|
|
1097
|
+
"eo.action.clipboard.paste.as.contentlink.description": "將標記物件貼上成為連結文件。",
|
|
1098
|
+
"eo.action.clipboard.move.error": "移動失敗。",
|
|
1099
|
+
"eo.action.clipboard.copy.error": "複製流程失敗。",
|
|
1100
|
+
"eo.action.not.available": "沒有可用的操作。",
|
|
1101
|
+
"eo.object.details.actions.title": "物件操作",
|
|
1102
|
+
"eo.sort.asc": "遞增",
|
|
1103
|
+
"eo.sort.desc": "遞減",
|
|
1104
|
+
"eo.sort.clear": "清除 {{value}} 排序",
|
|
1105
|
+
"eo.state.settings.storageinfo": "儲存訊息",
|
|
1106
|
+
"eo.state.settings.dashboard.button.clear": "重設為預設",
|
|
1107
|
+
"eo.state.settings.dashboard.defaut": "儀表板",
|
|
1108
|
+
"eo.state.settings.dashboard.default.dialog.title": "重設儀表板",
|
|
1109
|
+
"eo.state.settings.dashboard.default.dialog.message": "您想將儀表板重設為預設值嗎?",
|
|
1110
|
+
"eo.state.settings.dashboard.clear.success": "儀表板已重設為預設值。",
|
|
1111
|
+
"eo.state.settings.dashboard.button.reset": "重設",
|
|
1112
|
+
"eo.object.storageinfo.permanence": "儲存區域",
|
|
1113
|
+
"eo.object.storageinfo.storagename": "儲存",
|
|
1114
|
+
"eo.object.storageinfo.setname": "設定名稱",
|
|
1115
|
+
"eo.object.storageinfo.location": "路徑",
|
|
1116
|
+
"eo.object.storageinfo.retention": "保留時間",
|
|
1117
|
+
"eo.unique.validation.error.hint": "{{field}} 的數值在系統中必須是唯一的",
|
|
1118
|
+
"eo.cta.button.cancel": "取消",
|
|
1119
|
+
"eo.cta.button.add": "新增",
|
|
1120
|
+
"eo.cta.button.select.all": "全選",
|
|
1121
|
+
"eo.cta.button.select.copy": "選擇複製的物件",
|
|
1122
|
+
"eo.cta.button.delete": "刪除",
|
|
1123
|
+
"eo.object.details": "物件詳細訊息",
|
|
1124
|
+
"eo.object.details.content.undock": "解除固定內容",
|
|
1125
|
+
"eo.document.open.error.title": "開啟時出錯",
|
|
1126
|
+
"eo.document.open.error.message": "無法打開文件。",
|
|
1127
|
+
"yuv.viewer.not.authorized": "未授權預覽文件。",
|
|
1128
|
+
"yuv.viewer.not.found": "文件未找到。",
|
|
1129
|
+
"yuv.viewer.not.supported": "不支援格式。",
|
|
1130
|
+
"yuv.viewer.not.supported.download.content": "無法顯示格式。你可以點擊此連結下載該文件。",
|
|
1131
|
+
"eo.type.label.template": "範本"
|
|
1132
|
+
}
|