@eo-sdk/client 11.7.0-beta.2 → 11.7.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +35 -35
- package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -1
- package/app/eo-framework/actions/action.module.d.ts +15 -13
- package/app/eo-framework/actions/action.module.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/custom-actions/custom-actions.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/unlock-action/unlock-action.d.ts +4 -3
- package/app/eo-framework/actions/actions/unlock-action/unlock-action.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.d.ts +23 -0
- package/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.d.ts.map +1 -0
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
- package/app/eo-framework/media/media.component.d.ts +3 -2
- package/app/eo-framework/media/media.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +12 -4
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework-core/search/app-search.service.d.ts.map +1 -1
- package/assets/_default/README.md +2 -2
- package/assets/_default/config/extend.json +6 -6
- package/assets/_default/config/main.json +44 -44
- package/assets/_default/fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg +765 -765
- package/assets/_default/fonts/roboto_light_macroman/Roboto-Light-webfont.svg +818 -818
- package/assets/_default/fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg +765 -765
- package/assets/_default/fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg +795 -795
- package/assets/_default/i18n/de.json +1133 -1132
- package/assets/_default/i18n/en.json +3 -2
- package/assets/_default/i18n/po/de.po +310 -310
- package/assets/_default/i18n/po/en.po +310 -310
- package/assets/_default/svg/ic_delete_sweep.svg +3 -3
- package/assets/_default/svg/ic_emoticon-cool.svg +1 -1
- package/assets/_default/svg/ic_kitt-loader.svg +1 -1
- package/assets/_default/svg/ic_link.svg +6 -6
- package/assets/_default/svg/ic_not_listed_location.svg +4 -4
- package/assets/_default/theme/theme.css +13 -13
- package/assets/dashboard.json +47 -47
- package/assets/i18n/temp.json +584 -584
- package/assets/i18n/temp.pot +1753 -1753
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +5 -5
- package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +13 -17
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/eo-client-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/eo-client.module.mjs +1 -1
- package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +14 -14
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +18 -18
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox.types.enum.mjs +1 -1
- package/esm2022/app/eo-client/inbox-state/inbox-state-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/inbox-state/inbox-state.module.mjs +1 -1
- package/esm2022/app/eo-client/index.mjs +1 -1
- package/esm2022/app/eo-client/login/login.component.mjs +3 -3
- package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +16 -16
- package/esm2022/app/eo-client/notifications-state/notifications-state.interface.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
- package/esm2022/app/eo-client/object-state/object-state-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state-service/object-state.interface.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state-service/object-state.service.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state.module.mjs +1 -1
- package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +14 -14
- package/esm2022/app/eo-client/prepare-state/prepare-state-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/prepare-state/prepare-state.module.mjs +1 -1
- package/esm2022/app/eo-client/process-state/filter-label.mjs +1 -1
- package/esm2022/app/eo-client/process-state/process-state.component.mjs +22 -22
- package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +16 -16
- package/esm2022/app/eo-client/result-state/result-state.component.mjs +3 -3
- package/esm2022/app/eo-client/settings/agent-lock-settings.enum.mjs +1 -1
- package/esm2022/app/eo-client/settings/settings.component.mjs +3 -3
- package/esm2022/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +14 -14
- package/esm2022/app/eo-client/version-state/version-state.component.mjs +16 -16
- package/esm2022/app/eo-framework/accordion/accordion.module.mjs +1 -1
- package/esm2022/app/eo-framework/accordion/index.mjs +1 -1
- package/esm2022/app/eo-framework/accordion/simple-accordion/simple-accordion.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive.mjs +1 -1
- package/esm2022/app/eo-framework/actions/action-menu/action-menu.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/action-service/action.service.mjs +1 -1
- package/esm2022/app/eo-framework/actions/action-target.mjs +1 -1
- package/esm2022/app/eo-framework/actions/action.module.mjs +8 -4
- package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-object-action/clipboard-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/copy-action/copy-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +2 -1
- package/esm2022/app/eo-framework/actions/actions/cut-action/cut-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete-prepared-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content/delete-content.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/download-action/download-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/download-action/download-object-action/download-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/email/email/email.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/email/email-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/favorite-action/favorite-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/finalize/definalize-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/finalize/finalize-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/open-context-action/open-context-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/open-versions-action/open-versions-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/remove-subscription-action/remove-subscription-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/restore-version-action/restore-version-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +7 -4
- package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature.model.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-action.mjs +3 -4
- package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.mjs +43 -0
- package/esm2022/app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow-action.component.mjs +1 -1
- package/esm2022/app/eo-framework/actions/index.mjs +1 -1
- package/esm2022/app/eo-framework/actions/interfaces/action-component.interface.mjs +1 -1
- package/esm2022/app/eo-framework/actions/interfaces/action-list-entry.mjs +1 -1
- package/esm2022/app/eo-framework/actions/interfaces/action.interface.mjs +1 -1
- package/esm2022/app/eo-framework/actions/selection-range.enum.mjs +1 -1
- package/esm2022/app/eo-framework/animations/animations.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +10 -4
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.interface.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-shell-routing.module.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/index.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +3 -3
- package/esm2022/app/eo-framework/cta/component/cta.component.mjs +3 -3
- package/esm2022/app/eo-framework/cta/cta.module.mjs +1 -1
- package/esm2022/app/eo-framework/cta/index.mjs +1 -1
- package/esm2022/app/eo-framework/eo-framework.module.mjs +1 -1
- package/esm2022/app/eo-framework/error/error.module.mjs +1 -1
- package/esm2022/app/eo-framework/error/error404/error404.component.mjs +3 -3
- package/esm2022/app/eo-framework/error/index.mjs +1 -1
- package/esm2022/app/eo-framework/error/not-found/not-found.component.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/date/date.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/date/year-range/year-range.directive.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +8 -3
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +5 -5
- package/esm2022/app/eo-framework/form-elements/form-elements.module.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/form-input/form-input.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/form-input/input-focus/input-focus.directive.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/id-reference/animation/reference-finder.animation.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/interface/reference-finder.interface.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/service/reference-finder.service.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/index.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/number/number.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/number-range/number-range.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/password/password.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/reference/reference.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +3 -3
- package/esm2022/app/eo-framework/frame/frame.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/column-configurator/column-configurator.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/empty/empty.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/abstract-filter.component.mjs +1 -1
- package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filters.interface.mjs +1 -1
- package/esm2022/app/eo-framework/grid/extensions/filter/text/text-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/pagination/pagination.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/quick-filter/quick-filter.component.mjs +21 -21
- package/esm2022/app/eo-framework/grid/extensions/reset-filter/reset-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/services/list-settings.service.mjs +1 -1
- package/esm2022/app/eo-framework/grid/extensions/total-count/total-count.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/datetime-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/filesize-filter.component.mjs +1 -1
- package/esm2022/app/eo-framework/grid/filters/list-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/grid-filter.model.mjs +1 -1
- package/esm2022/app/eo-framework/grid/grid.component.mjs +7 -7
- package/esm2022/app/eo-framework/grid/grid.module.mjs +1 -1
- package/esm2022/app/eo-framework/grid/index.mjs +1 -1
- package/esm2022/app/eo-framework/grid/loader.interface.mjs +1 -1
- package/esm2022/app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component.mjs +3 -3
- package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/index.mjs +1 -1
- package/esm2022/app/eo-framework/list-container/index.mjs +1 -1
- package/esm2022/app/eo-framework/list-container/list-container.component.mjs +3 -3
- package/esm2022/app/eo-framework/list-container/list-container.module.mjs +1 -1
- package/esm2022/app/eo-framework/media/content-preview.service.mjs +1 -1
- package/esm2022/app/eo-framework/media/index.mjs +1 -1
- package/esm2022/app/eo-framework/media/media.component.mjs +9 -5
- package/esm2022/app/eo-framework/media/media.module.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/index.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-details.component.mjs +26 -13
- package/esm2022/app/eo-framework/object-details/object-details.module.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter-pipe/history-filter.pipe.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-history/object-history.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/object-links/object-links.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/form-status-changed-event.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/index.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +12 -12
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-validation/form-validation.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-control-wrapper.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-control.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/object-form-group.model.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/object-form.model.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form-options.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form.module.mjs +1 -1
- package/esm2022/app/eo-framework/object-state-details/object-state-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/plugins/index.mjs +1 -1
- package/esm2022/app/eo-framework/plugins/plugin.component.mjs +15 -15
- package/esm2022/app/eo-framework/plugins/plugin.directive.mjs +1 -1
- package/esm2022/app/eo-framework/plugins/plugin.service.mjs +1 -1
- package/esm2022/app/eo-framework/plugins/plugins.module.mjs +1 -1
- package/esm2022/app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component.mjs +3 -3
- package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +10 -10
- package/esm2022/app/eo-framework/process/details/process-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/process/history/process-history.component.mjs +3 -3
- package/esm2022/app/eo-framework/process/process-file/file-entry-permissions.interface.mjs +1 -1
- package/esm2022/app/eo-framework/process/process-file/process-file.component.mjs +3 -3
- package/esm2022/app/eo-framework/process-form/process-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/process-form/process-form.module.mjs +1 -1
- package/esm2022/app/eo-framework/quick-search/index.mjs +1 -1
- package/esm2022/app/eo-framework/quick-search/quick-search/quick-search-result.interface.mjs +1 -1
- package/esm2022/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/quick-search/quick-search.module.mjs +1 -1
- package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/result-list/index.mjs +1 -1
- package/esm2022/app/eo-framework/result-list/result-list.component.mjs +3 -3
- package/esm2022/app/eo-framework/result-list/result-list.module.mjs +1 -1
- package/esm2022/app/eo-framework/settings/change-password/change-password-form/change-password-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/settings/change-password/change-password.interface.mjs +1 -1
- package/esm2022/app/eo-framework/settings/index.mjs +1 -1
- package/esm2022/app/eo-framework/settings/permissions/permissions.component.mjs +3 -3
- package/esm2022/app/eo-framework/settings/settings.module.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/global-shortcut-action.interface.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/global-shortcut-component.interface.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts-section/global-shortcuts-section.component.mjs +3 -3
- package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts.component.mjs +3 -3
- package/esm2022/app/eo-framework/shortcuts/index.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/shortcut.interface.mjs +4 -4
- package/esm2022/app/eo-framework/shortcuts/shortcuts.directive.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/shortcuts.module.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/shortcuts.service.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/index.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/stored-query/stored-query.component.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query-details/dynamic-property-switch/dynamic-property-switch.component.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query-type-filter.enum.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/stored-query.interface.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/stored-query.module.mjs +1 -1
- package/esm2022/app/eo-framework/tree/index.mjs +1 -1
- package/esm2022/app/eo-framework/tree/tree-node/tree-node.component.mjs +3 -3
- package/esm2022/app/eo-framework/tree/tree.component.interface.mjs +1 -1
- package/esm2022/app/eo-framework/tree/tree.component.mjs +3 -3
- package/esm2022/app/eo-framework/tree/tree.module.mjs +1 -1
- package/esm2022/app/eo-framework/ui/animations/panel-loading.animation.mjs +1 -1
- package/esm2022/app/eo-framework/ui/clipboard/clipboard.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/eo-icon/eo-icon.component.mjs +1 -1
- package/esm2022/app/eo-framework/ui/error-message/error-message.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/index.mjs +1 -1
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry.interface.mjs +1 -1
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.mjs +1 -1
- package/esm2022/app/eo-framework/ui/loading-spinner/loading-spinner.component.mjs +7 -7
- package/esm2022/app/eo-framework/ui/outside-click/outside-click.directive.mjs +1 -1
- package/esm2022/app/eo-framework/ui/overlay/overlay.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/query-scope-select/query-scope-select.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/router-link/router-link.directive.mjs +1 -1
- package/esm2022/app/eo-framework/ui/rtl-aware/rtl-aware.directive.mjs +1 -1
- package/esm2022/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/ui.module.mjs +1 -1
- package/esm2022/app/eo-framework/ui/user-avatar/user-avatar.component.mjs +1 -1
- package/esm2022/app/eo-framework/upload-overlay/upload-overlay-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework/upload-overlay/upload-overlay.component.mjs +3 -3
- package/esm2022/app/eo-framework/util/directive/prevent-double-click.directive.mjs +1 -1
- package/esm2022/app/eo-framework/util/directive/trap-focus.directive.mjs +1 -1
- package/esm2022/app/eo-framework/util/index.mjs +1 -1
- package/esm2022/app/eo-framework/util/services/utilities.service.mjs +1 -1
- package/esm2022/app/eo-framework/util/sortable/order-by.pipe.mjs +1 -1
- package/esm2022/app/eo-framework/util/util.module.mjs +1 -1
- package/esm2022/app/eo-framework-core/agent/agent.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/agent/agent.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/api/grid.service.mjs +6 -6
- package/esm2022/app/eo-framework-core/api/model/dms-object.api.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/api/plugins.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/empty-state/empty-state.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/empty-state/empty-state.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/eo-framework-core.module.mjs +1 -1
- package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/error-handler/error-keys.mjs +1 -1
- package/esm2022/app/eo-framework-core/index.mjs +1 -1
- package/esm2022/app/eo-framework-core/layout/layout.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/location/location.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes-component.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/filesize.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/keys.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/locale-date.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/locale-number.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/pipes.module.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/safe-html.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/references/reference.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/route-guards/auth/auth-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/route-guards/capabilities/capabilities-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/search/app-search.service.mjs +6 -2
- package/esm2022/app/eo-framework-core/selection/selection.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/title/page-title.service.mjs +1 -1
- package/esm2022/public_api.mjs +1 -1
- package/fesm2022/eo-sdk-client.mjs +554 -484
- package/fesm2022/eo-sdk-client.mjs.map +1 -1
- package/languages/ar.json +523 -523
- package/languages/es.json +523 -523
- package/languages/fr.json +523 -523
- package/languages/po/ar.po +457 -457
- package/languages/pt.json +523 -523
- package/languages/temp.pot +928 -928
- package/languages/zh.json +523 -523
- package/misc/client.properties +1 -1
- package/misc/doc-styles/style.css +175 -175
- package/misc/scripts/copy-client-assets.js +26 -26
- package/misc/scripts/copy-core-styles.js +3 -3
- package/misc/scripts/exclude-core-ng-package.js +11 -11
- package/misc/scripts/helper.js +64 -64
- package/misc/scripts/i18n-apply.js +46 -46
- package/misc/scripts/i18n-diff.js +100 -100
- package/misc/scripts/injectdocbase.js +7 -7
- package/misc/scripts/mvn-deploy.js +66 -66
- package/misc/scripts/prebuild-about-state.js +32 -32
- package/misc/scripts/preparedist.js +39 -39
- package/misc/scripts/zipdist.js +21 -21
- package/misc/template.yml +4 -4
- package/misc/tsscheme.xml +34 -34
- package/package.json +2 -2
- package/proxy.config.js +13 -13
- package/scss/_ag-grid.scss +59 -59
- package/scss/_animation.scss +55 -55
- package/scss/_eo-variables.scss +78 -78
- package/scss/_form.scss +660 -660
- package/scss/_main.scss +394 -394
- package/scss/_migrationTemp.scss +28 -27
- package/scss/_mixins.scss +201 -201
- package/scss/_theme-dark.scss +22 -22
- package/scss/_timeline.scss +98 -98
- package/scss/_yuuvis-components.scss +40 -40
- package/styles.css +1 -0
- package/styles.scss +141 -141
- package/assets/_default/i18n/de_after.json +0 -1137
package/assets/i18n/temp.json
CHANGED
|
@@ -1,585 +1,585 @@
|
|
|
1
|
-
{
|
|
2
|
-
"eo.favorites.list.title": "",
|
|
3
|
-
"eo.inbox.sort.title": "",
|
|
4
|
-
"eo.inbox.sort.date": "",
|
|
5
|
-
"eo.inbox.list.title": "",
|
|
6
|
-
"eo.notifications.list.title": "",
|
|
7
|
-
"eo.notifications.sort.title": "",
|
|
8
|
-
"eo.notifications.sort.type": "",
|
|
9
|
-
"eo.notifications.sort.due": "",
|
|
10
|
-
"eo.search.result.error": "",
|
|
11
|
-
"eo.clipboard.paste.resultlist.headline": "",
|
|
12
|
-
"eo.prepare.list.title": "",
|
|
13
|
-
"eo.prepare.list.item.type.undefined": "",
|
|
14
|
-
"eo.state.process": "",
|
|
15
|
-
"eo.search.title": "",
|
|
16
|
-
"eo.search.query.invalid": "",
|
|
17
|
-
"eo.bar.button.settings.title": "",
|
|
18
|
-
"eo.state.settings.language.error": "",
|
|
19
|
-
"eo.user.service.schema.locale.error.title": "",
|
|
20
|
-
"eo.user.service.schema.locale.error.description": "",
|
|
21
|
-
"eo.state.settings.presence.error.title": "",
|
|
22
|
-
"eo.state.settings.presence.error.description": "",
|
|
23
|
-
"eo.state.settings.cache.clear.success": "",
|
|
24
|
-
"eo.state.settings.cache.clear.error": "",
|
|
25
|
-
"eo.search.title.storedqueries": "",
|
|
26
|
-
"eo.versions.list.title": "",
|
|
27
|
-
"eo.action.finalize.label": "",
|
|
28
|
-
"eo.action.finalize.description": "",
|
|
29
|
-
"eo.document.open.error.title": "",
|
|
30
|
-
"eo.document.open.error.message": "",
|
|
31
|
-
"eo.object.indexdata.save.browsernav": "",
|
|
32
|
-
"eo.action.create.resubmission.label": "",
|
|
33
|
-
"eo.action.create.resubmission.description": "",
|
|
34
|
-
"eo.object.inlinemenu.editresubmission": "",
|
|
35
|
-
"eo.object.inlinemenu.addresubmission": "",
|
|
36
|
-
"eo.resubmission.field.due": "",
|
|
37
|
-
"eo.resubmission.field.info": "",
|
|
38
|
-
"eo.resubmission.field.notification.inbox": "",
|
|
39
|
-
"eo.resubmission.field.notification.email": "",
|
|
40
|
-
"eo.action.create.subscription.label": "",
|
|
41
|
-
"eo.action.create.subscription.description": "",
|
|
42
|
-
"eo.object.inlinemenu.addsubscription": "",
|
|
43
|
-
"eo.subscription.field.info": "",
|
|
44
|
-
"eo.subscription.field.notification.inbox": "",
|
|
45
|
-
"eo.subscription.field.notification.email": "",
|
|
46
|
-
"eo.subscription.field.mode.entries.meta.label": "",
|
|
47
|
-
"eo.subscription.field.mode.entries.both.label": "",
|
|
48
|
-
"eo.subscription.field.mode.entries.content.label": "",
|
|
49
|
-
"eo.action.menu.clipboard.label": "",
|
|
50
|
-
"eo.action.menu.clipboard.description": "",
|
|
51
|
-
"eo.clipboard.title": "",
|
|
52
|
-
"eo.action.menu.clipboard.link.label": "",
|
|
53
|
-
"eo.action.menu.clipboard.link.description": "",
|
|
54
|
-
"eo.action.menu.clipboard.link.successful": "",
|
|
55
|
-
"eo.action.menu.clipboard.link.error": "",
|
|
56
|
-
"eo.action.menu.clipboard.file.label": "",
|
|
57
|
-
"eo.action.menu.clipboard.file.description": "",
|
|
58
|
-
"eo.action.menu.clipboard.file.pdf.label": "",
|
|
59
|
-
"eo.action.menu.clipboard.file.pdf.description": "",
|
|
60
|
-
"eo.action.menu.clipboard.copy.label": "",
|
|
61
|
-
"eo.action.menu.clipboard.copy.description": "",
|
|
62
|
-
"eo.action.menu.custom.error.message": "",
|
|
63
|
-
"eo.action.clipboard.cut.label": "",
|
|
64
|
-
"eo.action.clipboard.cut.description": "",
|
|
65
|
-
"eo.action.delete.dms.object.label": "",
|
|
66
|
-
"eo.action.delete.dms.object.description": "",
|
|
67
|
-
"eo.action.delete.dms.object.done.title": "",
|
|
68
|
-
"eo.action.delete.dms.object.done.message": "",
|
|
69
|
-
"eo.action.delete.dms.object.error.403": "",
|
|
70
|
-
"eo.action.delete.dms.object.error.409": "",
|
|
71
|
-
"eo.action.delete.dms.object.error.410": "",
|
|
72
|
-
"eo.action.delete.content.label": "",
|
|
73
|
-
"eo.action.delete.content.description": "",
|
|
74
|
-
"eo.action.delete.content.success": "",
|
|
75
|
-
"eo.action.delete.content.error": "",
|
|
76
|
-
"eo.action.download.dms.object.content.label": "",
|
|
77
|
-
"eo.action.download.dms.object.content.description": "",
|
|
78
|
-
"eo.export.title": "",
|
|
79
|
-
"eo.export.action.original.label": "",
|
|
80
|
-
"eo.export.action.original.description": "",
|
|
81
|
-
"eo.export.action.pdf.label": "",
|
|
82
|
-
"eo.export.action.pdf.description": "",
|
|
83
|
-
"eo.action.menu.email.label": "",
|
|
84
|
-
"eo.action.menu.email.description": "",
|
|
85
|
-
"eo.email.title": "",
|
|
86
|
-
"eo.action.menu.send.email.link.label": "",
|
|
87
|
-
"eo.action.menu.send.email.link.description": "",
|
|
88
|
-
"eo.action.menu.send.email.file.label": "",
|
|
89
|
-
"eo.action.menu.send.email.file.description": "",
|
|
90
|
-
"eo.action.menu.send.email.file.pdf.label": "",
|
|
91
|
-
"eo.action.menu.send.email.file.pdf.description": "",
|
|
92
|
-
"eo.action.delete.favorite.label": "",
|
|
93
|
-
"eo.action.delete.favorite.description": "",
|
|
94
|
-
"eo.action.create.favorite.label": "",
|
|
95
|
-
"eo.action.create.favorite.description": "",
|
|
96
|
-
"eo.action.definalize.label": "",
|
|
97
|
-
"eo.action.definalize.description": "",
|
|
98
|
-
"eo.action.finalize.confirm": "",
|
|
99
|
-
"eo.shortcuts.action.open.context": "",
|
|
100
|
-
"eo.shortcuts.action.open.context.description": "",
|
|
101
|
-
"eo.shortcuts.aside.action.open": "",
|
|
102
|
-
"eo.action.menu.edit.document.label": "",
|
|
103
|
-
"eo.action.menu.edit.document.description": "",
|
|
104
|
-
"eo.action.menu.show.versions.label": "",
|
|
105
|
-
"eo.action.menu.show.versions.description": "",
|
|
106
|
-
"eo.action.delete.subscription.label": "",
|
|
107
|
-
"eo.action.delete.subscription.description": "",
|
|
108
|
-
"eo.action.menu.versioning.version.restore.label": "",
|
|
109
|
-
"eo.action.menu.versioning.version.restore.description": "",
|
|
110
|
-
"eo.action.manage.rights.read.label": "",
|
|
111
|
-
"eo.action.manage.rights.read.description": "",
|
|
112
|
-
"eo.manage.rights.document.title": "",
|
|
113
|
-
"eo.manage.rights.element.label": "",
|
|
114
|
-
"eo.manage.rights.folder.title": "",
|
|
115
|
-
"eo.manage.rights.message": "",
|
|
116
|
-
"eo.manage.rights.message.notshared": "",
|
|
117
|
-
"eo.action.unlock.label": "",
|
|
118
|
-
"eo.action.unlock.description": "",
|
|
119
|
-
"eo.action.update.resubmission.label": "",
|
|
120
|
-
"eo.action.update.resubmission.description": "",
|
|
121
|
-
"eo.process.started": "",
|
|
122
|
-
"eo.add.prepare.fail.title": "",
|
|
123
|
-
"eo.add.prepare.fail.msg": "",
|
|
124
|
-
"eo.add.title.location.common": "",
|
|
125
|
-
"eo.add.title.location": "",
|
|
126
|
-
"eo.bar.button.search.tooltip": "",
|
|
127
|
-
"eo.bar.button.file.tooltip": "",
|
|
128
|
-
"eo.bar.button.execute.actions.tooltip": "",
|
|
129
|
-
"eo.bar.button.favorites.tooltip": "",
|
|
130
|
-
"eo.bar.button.prepare.tooltip": "",
|
|
131
|
-
"eo.bar.button.inbox.tooltip": "",
|
|
132
|
-
"eo.bar.button.user.profile.title": "",
|
|
133
|
-
"eo.inbox.notification.title": "",
|
|
134
|
-
"eo.inbox.notification.body": "",
|
|
135
|
-
"eo.process.started.fail": "",
|
|
136
|
-
"eo.search.agg.time.span.since": "",
|
|
137
|
-
"eo.search.agg.time.span.until": "",
|
|
138
|
-
"eo.search.storedquery.save.success": "",
|
|
139
|
-
"eo.search.storedquery.save.error": "",
|
|
140
|
-
"eo.form.property.organization.request.error.title": "",
|
|
141
|
-
"eo.form.property.organization.request.error.msg": "",
|
|
142
|
-
"eo.shortcuts.general.title": "",
|
|
143
|
-
"eo.shortcuts.action.add": "",
|
|
144
|
-
"eo.shortcuts.action.search": "",
|
|
145
|
-
"eo.shortcuts.action.logout": "",
|
|
146
|
-
"eo.shortcuts.action.adjust.view": "",
|
|
147
|
-
"eo.shortcuts.nav.title": "",
|
|
148
|
-
"eo.shortcuts.action.dashboard": "",
|
|
149
|
-
"eo.shortcuts.action.inbox": "",
|
|
150
|
-
"eo.shortcuts.action.intray": "",
|
|
151
|
-
"eo.shortcuts.action.favorites": "",
|
|
152
|
-
"eo.shortcuts.action.settings": "",
|
|
153
|
-
"eo.column.config.info.type.context": "",
|
|
154
|
-
"eo.column.config.info.type": "",
|
|
155
|
-
"eo.column.config.info.fulltext": "",
|
|
156
|
-
"eo.resultlist.grid.filterOoo": "",
|
|
157
|
-
"eo.process.task.actions.default.title": "",
|
|
158
|
-
"eo.process.details.workitem.load.fail": "",
|
|
159
|
-
"eo.process.details.workitem.load.fail.description": "",
|
|
160
|
-
"eo.bpm.event.script.execution.error": "",
|
|
161
|
-
"eo.process.activity.lock.denied": "",
|
|
162
|
-
"eo.process.activity.unlock.denied": "",
|
|
163
|
-
"eo.bpm.activity.forward.success": "",
|
|
164
|
-
"eo.bpm.activity.forward.error": "",
|
|
165
|
-
"eo.process.file.notification.error": "",
|
|
166
|
-
"eo.process.file.notification.add.message": "",
|
|
167
|
-
"eo.process.file.notification.remove": "",
|
|
168
|
-
"eo.process.file.notification.remove.message": "",
|
|
169
|
-
"eo.bpm.activity.indexdata.save.success": "",
|
|
170
|
-
"eo.bpm.activity.indexdata.save.error": "",
|
|
171
|
-
"eo.inbox.activity.confirm.success": "",
|
|
172
|
-
"eo.process.item.remove.fail": "",
|
|
173
|
-
"eo.favorite.dialog.input.error.title": "",
|
|
174
|
-
"eo.favorite.dialog.input.error.message": "",
|
|
175
|
-
"eo.favorite.icon.tooltip.add": "",
|
|
176
|
-
"eo.favorite.icon.tooltip.remove": "",
|
|
177
|
-
"eo.object.lock": "",
|
|
178
|
-
"eo.shortcuts.eo-object-details.title": "",
|
|
179
|
-
"eo.object.subscription.icon.tooltip.allChanges": "",
|
|
180
|
-
"eo.object.subscription.icon.tooltip.meta": "",
|
|
181
|
-
"eo.object.subscription.icon.tooltip.content": "",
|
|
182
|
-
"eo.references.open.resultlist": "",
|
|
183
|
-
"eo.shortcuts.form.title": "",
|
|
184
|
-
"eo.shortcuts.form.action.save": "",
|
|
185
|
-
"eo.shortcuts.form.action.reset": "",
|
|
186
|
-
"eo.shortcuts.form.action.edit": "",
|
|
187
|
-
"eo.object.indexdata.save.success": "",
|
|
188
|
-
"eo.object.indexdata.save.error": "",
|
|
189
|
-
"eo.form.element.tag.ex": "",
|
|
190
|
-
"eo.form.element.tag.df": "",
|
|
191
|
-
"eo.unique.validation.error.hint": "",
|
|
192
|
-
"eo.prepare.created.error.title": "",
|
|
193
|
-
"eo.prepare.created.error.message": "",
|
|
194
|
-
"eo.prepare.template.error.title": "",
|
|
195
|
-
"eo.prepare.template.error.message": "",
|
|
196
|
-
"eo.upload.global.error.title": "",
|
|
197
|
-
"eo.upload.global.error.description": "",
|
|
198
|
-
"eo.prepare.location.title.sysroot": "",
|
|
199
|
-
"eo.prepare.location.title.prefix": "",
|
|
200
|
-
"eo.prepare.details.type.title": "",
|
|
201
|
-
"eo.prepare.details.type.subtitle": "",
|
|
202
|
-
"eo.prepare.details.content.subtitle": "",
|
|
203
|
-
"eo.prepare.details.indexdata.subtitle": "",
|
|
204
|
-
"eo.password.reset.success": "",
|
|
205
|
-
"eo.password.reset.error.password.title": "",
|
|
206
|
-
"eo.password.reset.error.old.password.message": "",
|
|
207
|
-
"eo.password.reset.error.new.password.message": "",
|
|
208
|
-
"eo.storedquery.roles": "",
|
|
209
|
-
"eo.search.storedqueries.new.title": "",
|
|
210
|
-
"eo.search.storedquery.delete.error": "",
|
|
211
|
-
"eo.storedquery.search.term": "",
|
|
212
|
-
"eo.storedquery.restriction.type": "",
|
|
213
|
-
"eo.storedquery.share.title": "",
|
|
214
|
-
"eo.storedquery.sharedfor.title": "",
|
|
215
|
-
"eo.storedquery.favor.title": "",
|
|
216
|
-
"eo.storedquery.favoredfor.title": "",
|
|
217
|
-
"eo.bar.button.copy.tooltip": "",
|
|
218
|
-
"eo.bar.button.cut.tooltip": "",
|
|
219
|
-
"eo.action.clipboard.move.error": "",
|
|
220
|
-
"eo.clipboard.paste.label": "",
|
|
221
|
-
"eo.clipboard.move.not.allowed": "",
|
|
222
|
-
"eo.action.clipboard.copy.error": "",
|
|
223
|
-
"eo.clipboard.copy.not.allowed": "",
|
|
224
|
-
"eo.help.about.claim": "",
|
|
225
|
-
"eo.help.about.product.label": "",
|
|
226
|
-
"eo.help.about.client.version.label": "",
|
|
227
|
-
"eo.help.about.producer.label": "",
|
|
228
|
-
"eo.help.about.producer.text": "",
|
|
229
|
-
"eo.help.license.title": "",
|
|
230
|
-
"eo.help.license.intro": "",
|
|
231
|
-
"eo.dashboard.info.inbox.msg": "",
|
|
232
|
-
"eo.dashboard.info.intray.msg": "",
|
|
233
|
-
"eo.quicksearch.hits": "",
|
|
234
|
-
"eo.quicksearch.reults.empty": "",
|
|
235
|
-
"eo.quicksearch.result.group.global": "",
|
|
236
|
-
"eo.sidebar.navigation.storedqueries": "",
|
|
237
|
-
"eo.dashboard.modified.title": "",
|
|
238
|
-
"eo.list.refresh": "",
|
|
239
|
-
"eo.list.filter": "",
|
|
240
|
-
"eo.favorites.filter.title": "",
|
|
241
|
-
"eo.favorites.filter.section.objecttype": "",
|
|
242
|
-
"eo.list.sort": "",
|
|
243
|
-
"eo.object.actions.title": "",
|
|
244
|
-
"eo.favorite.details.item.gone.remove": "",
|
|
245
|
-
"eo.inbox.filter.title": "",
|
|
246
|
-
"eo.inbox.filter.section.type": "",
|
|
247
|
-
"eo.state.login.username": "",
|
|
248
|
-
"eo.state.login.password": "",
|
|
249
|
-
"eo.state.login.tenant": "",
|
|
250
|
-
"eo.state.login.msg.invalid": "",
|
|
251
|
-
"eo.state.login.host": "",
|
|
252
|
-
"eo.state.login.submit": "",
|
|
253
|
-
"eo.notifications.filter.title": "",
|
|
254
|
-
"eo.notifications.filter.section.title": "",
|
|
255
|
-
"eo.notifications.filter.section.objecttype": "",
|
|
256
|
-
"eo.notifications.list.subtitle": "",
|
|
257
|
-
"eo.notifications.details.item.gone.remove": "",
|
|
258
|
-
"eo.notifications.details.item.gone.remove.subscriptions": "",
|
|
259
|
-
"eo.state.object.tree.filter.label": "",
|
|
260
|
-
"eo.state.object.tree.references.tooltip": "",
|
|
261
|
-
"eo.state.object.tree.error": "",
|
|
262
|
-
"eo.state.object.tree.title": "",
|
|
263
|
-
"eo.state.object.tree.references": "",
|
|
264
|
-
"eo.timeline.filter.action": "",
|
|
265
|
-
"eo.prepare.list.title.sub": "",
|
|
266
|
-
"eo.prepare.details.item.gone.remove": "",
|
|
267
|
-
"eo.state.process.filter.labels.model": "",
|
|
268
|
-
"eo.state.process.filter.labels.running": "",
|
|
269
|
-
"eo.state.process.filter.labels.paused": "",
|
|
270
|
-
"eo.state.process.filter.labels.created": "",
|
|
271
|
-
"eo.state.process.filter.labels.canceled": "",
|
|
272
|
-
"eo.state.process.filter.labels.failed": "",
|
|
273
|
-
"eo.state.process.filter.labels.completed": "",
|
|
274
|
-
"eo.state.process.filter.labels.starttime": "",
|
|
275
|
-
"eo.sort.asc": "",
|
|
276
|
-
"eo.sort.desc": "",
|
|
277
|
-
"eo.state.process.sort.clear": "",
|
|
278
|
-
"eo.filter.by": "",
|
|
279
|
-
"eo.sort.by": "",
|
|
280
|
-
"eo.grid.sort.date": "",
|
|
281
|
-
"eo.process.sort.type": "",
|
|
282
|
-
"eo.password.reset": "",
|
|
283
|
-
"eo.state.settings.roles": "",
|
|
284
|
-
"eo.state.settings.config.cache.system": "",
|
|
285
|
-
"eo.state.settings.config.cache.history": "",
|
|
286
|
-
"eo.state.settings.config.cache.layout": "",
|
|
287
|
-
"eo.state.settings.presence.present": "",
|
|
288
|
-
"eo.state.settings.presence.absent": "",
|
|
289
|
-
"eo.state.settings.deputies": "",
|
|
290
|
-
"eo.state.settings.deputies.label": "",
|
|
291
|
-
"eo.state.settings.deputies.cancel": "",
|
|
292
|
-
"eo.state.settings.deputies.save": "",
|
|
293
|
-
"eo.state.settings.deputies.subsituteof.label": "",
|
|
294
|
-
"eo.state.settings.language": "",
|
|
295
|
-
"eo.state.settings.language.client": "",
|
|
296
|
-
"eo.state.settings.language.schema": "",
|
|
297
|
-
"eo.state.settings.permission": "",
|
|
298
|
-
"eo.state.settings.others": "",
|
|
299
|
-
"eo.state.settings.agent": "",
|
|
300
|
-
"eo.state.settings.agent.use": "",
|
|
301
|
-
"eo.state.settings.lock": "",
|
|
302
|
-
"eo.state.settings.lock.enable": "",
|
|
303
|
-
"eo.state.settings.lock.disable": "",
|
|
304
|
-
"eo.state.settings.lock.ask": "",
|
|
305
|
-
"eo.state.settings.cache": "",
|
|
306
|
-
"eo.state.settings.cache.clear": "",
|
|
307
|
-
"eo.folder.filter.title": "",
|
|
308
|
-
"eo.folder.filter.section.objecttype": "",
|
|
309
|
-
"eo.versions.filter.title": "",
|
|
310
|
-
"eo.versions.list.users": "",
|
|
311
|
-
"eo.versions.list.types": "",
|
|
312
|
-
"eo.action.not.available": "",
|
|
313
|
-
"eo.actions.sticky.title": "",
|
|
314
|
-
"eo.actions.sticky.title.sub.selection": "",
|
|
315
|
-
"eo.actions.sticky.title.sub.for": "",
|
|
316
|
-
"eo.actions.group.common": "",
|
|
317
|
-
"eo.actions.group.further_actions": "",
|
|
318
|
-
"eo.export.cancel": "",
|
|
319
|
-
"eo.form.property.required": "",
|
|
320
|
-
"eo.resubmission.error.msg": "",
|
|
321
|
-
"eo.resubmission.error.msg.date": "",
|
|
322
|
-
"eo.resubmission.cancel": "",
|
|
323
|
-
"eo.resubmission.delete": "",
|
|
324
|
-
"eo.resubmission.apply": "",
|
|
325
|
-
"eo.resubmission.add": "",
|
|
326
|
-
"eo.subscription.field.mode.label": "",
|
|
327
|
-
"eo.subscription.error.msg": "",
|
|
328
|
-
"eo.subscription.cancel": "",
|
|
329
|
-
"eo.subscription.add": "",
|
|
330
|
-
"eo.action.delete.dms.object.confirm.message": "",
|
|
331
|
-
"eo.action.delete.dms.object.confirm.context.folder.title": "",
|
|
332
|
-
"eo.action.delete.dms.object.error.retention.title": "",
|
|
333
|
-
"eo.checkout.cancel": "",
|
|
334
|
-
"eo.checkout.message": "",
|
|
335
|
-
"eo.checkout.yes": "",
|
|
336
|
-
"eo.checkout.no": "",
|
|
337
|
-
"eo.manage.rights.folder.include.documents.label": "",
|
|
338
|
-
"eo.manage.rights.cancel": "",
|
|
339
|
-
"eo.manage.rights.apply": "",
|
|
340
|
-
"eo.object.indexdata.form.invalid": "",
|
|
341
|
-
"eo.object.indexdata.reset": "",
|
|
342
|
-
"eo.executable.processes.execute": "",
|
|
343
|
-
"eo.add.title.location.subfolder": "",
|
|
344
|
-
"eo.add.empty.root.types": "",
|
|
345
|
-
"eo.bar.button.logout.title": "",
|
|
346
|
-
"eo.bar.button.layout.title": "",
|
|
347
|
-
"eo.bar.button.layout.remember": "",
|
|
348
|
-
"eo.search.mode.expert": "",
|
|
349
|
-
"eo.search.mode.expert.close": "",
|
|
350
|
-
"eo.search.clear.search": "",
|
|
351
|
-
"eo.search.close": "",
|
|
352
|
-
"eo.search.restrict.type": "",
|
|
353
|
-
"eo.search.type.abstract": "",
|
|
354
|
-
"eo.search.agg.time.span": "",
|
|
355
|
-
"eo.search.agg.createdby": "",
|
|
356
|
-
"eo.search.agg.modifiedby": "",
|
|
357
|
-
"eo.search.restrict.filename": "",
|
|
358
|
-
"eo.search.restrict.creation": "",
|
|
359
|
-
"eo.search.restrict.modification": "",
|
|
360
|
-
"eo.search.restrict.file": "",
|
|
361
|
-
"eo.search.group.general": "",
|
|
362
|
-
"eo.search": "",
|
|
363
|
-
"eo.search.submit": "",
|
|
364
|
-
"{{'eo.search.group.general'}}": "",
|
|
365
|
-
"eo.search.aside.summary.storedquery": "",
|
|
366
|
-
"eo.search.aside.summary": "",
|
|
367
|
-
"eo.search.aside.summary.term": "",
|
|
368
|
-
"eo.search.aside.summary.contextfoldertypes": "",
|
|
369
|
-
"eo.search.aside.summary.types": "",
|
|
370
|
-
"eo.search.storedquery.close": "",
|
|
371
|
-
"eo.search.storedquery.update": "",
|
|
372
|
-
"eo.search.save": "",
|
|
373
|
-
"eo.search.reset": "",
|
|
374
|
-
"eo.search.summary.empty": "",
|
|
375
|
-
"eo.search.mode.expert.result.empty": "",
|
|
376
|
-
"eo.sidebar.navigation.favorites": "",
|
|
377
|
-
"eo.sidebar.navigation.inbox": "",
|
|
378
|
-
"eo.sidebar.navigation.prepare": "",
|
|
379
|
-
"eo.sidebar.navigation.process": "",
|
|
380
|
-
"eo.sidebar.navigation.notifications": "",
|
|
381
|
-
"eo.sidebar.help.about.tooltip": "",
|
|
382
|
-
"eo.status.404.title": "",
|
|
383
|
-
"eo.status.404.description": "",
|
|
384
|
-
"eo.datepicker.calendar.select": "",
|
|
385
|
-
"eo.form.property.dynamic.list.empty": "",
|
|
386
|
-
"eo.form.input.null": "",
|
|
387
|
-
"eo.references.deleted": "",
|
|
388
|
-
"eo.references.not.available": "",
|
|
389
|
-
"eo.references.search": "",
|
|
390
|
-
"eo.references.add": "",
|
|
391
|
-
"eo.object.details": "",
|
|
392
|
-
"eo.references.search.contextfolder": "",
|
|
393
|
-
"eo.search.result.term": "",
|
|
394
|
-
"eo.clipboard.type.copy": "",
|
|
395
|
-
"eo.cta.button.select.all": "",
|
|
396
|
-
"eo.cta.button.add": "",
|
|
397
|
-
"eo.form.property.organization.error.usernotfound": "",
|
|
398
|
-
"eo.password.reset.toogle.icon": "",
|
|
399
|
-
"eo.app.init.fail.title": "",
|
|
400
|
-
"eo.app.init.fail.message": "",
|
|
401
|
-
"eo.column.config.title": "",
|
|
402
|
-
"eo.column.config.action.resetdefault": "",
|
|
403
|
-
"eo.column.config.action.close": "",
|
|
404
|
-
"eo.column.config.action.save.default": "",
|
|
405
|
-
"eo.column.config.action.save": "",
|
|
406
|
-
"eo.column.config.headline.current": "",
|
|
407
|
-
"eo.column.config.pinned": "",
|
|
408
|
-
"eo.column.config.sort": "",
|
|
409
|
-
"eo.column.config.headline.available": "",
|
|
410
|
-
"eo.sort.clear": "",
|
|
411
|
-
"eo.resultlist.grid.searchOoo": "",
|
|
412
|
-
"eo.resultlist.grid.selectAll": "",
|
|
413
|
-
"eo.reset.filter": "",
|
|
414
|
-
"eo.search.result.hits": "",
|
|
415
|
-
"eo.process.task.overdue": "",
|
|
416
|
-
"eo.process.task.due": "",
|
|
417
|
-
"eo.process.details.tab.task": "",
|
|
418
|
-
"eo.process.details.tab.progress": "",
|
|
419
|
-
"eo.process.details.tab.attachments": "",
|
|
420
|
-
"eo.process.details.tab.task.description": "",
|
|
421
|
-
"eo.object.preview.not.supported": "",
|
|
422
|
-
"eo.favorite.icon.dialog.title": "",
|
|
423
|
-
"eo.favorite.icon.dialog.input.label": "",
|
|
424
|
-
"eo.favorite.icon.dialog.cancel": "",
|
|
425
|
-
"eo.favorite.icon.dialog.save": "",
|
|
426
|
-
"eo.versions.detail.glue.tooltip": "",
|
|
427
|
-
"eo.object.details.actions.title": "",
|
|
428
|
-
"eo.object.reference.tooltip": "",
|
|
429
|
-
"eo.object.reference.open": "",
|
|
430
|
-
"eo.object.contentlink.tooltip": "",
|
|
431
|
-
"eo.object.contentlink": "",
|
|
432
|
-
"eo.object.resubmission.tooltip": "",
|
|
433
|
-
"eo.object.finalized.tooltip": "",
|
|
434
|
-
"eo.object.summary.title": "",
|
|
435
|
-
"eo.object.indexdata.title": "",
|
|
436
|
-
"eo.object.content.title": "",
|
|
437
|
-
"eo.object.history.title": "",
|
|
438
|
-
"eo.object.links.title": "",
|
|
439
|
-
"eo.object.changes.title": "",
|
|
440
|
-
"eo.bpm.nodmsobject": "",
|
|
441
|
-
"eo.object.history.filter.modification": "",
|
|
442
|
-
"eo.object.history.filter.process": "",
|
|
443
|
-
"eo.object.history.filter.informational": "",
|
|
444
|
-
"eo.object.history.version": "",
|
|
445
|
-
"eo.timeline.empty": "",
|
|
446
|
-
"eo.object.history.workflowprocess": "",
|
|
447
|
-
"eo.object.history.activity": "",
|
|
448
|
-
"eo.references.object.notfound": "",
|
|
449
|
-
"eo.references.to.label": "",
|
|
450
|
-
"eo.references.from.label": "",
|
|
451
|
-
"eo.object.indexdata.save.conflict.dialog.title": "",
|
|
452
|
-
"eo.object.indexdata.save": "",
|
|
453
|
-
"eo.object.indexdata.save.cancel": "",
|
|
454
|
-
"eo.object.indexdata.save.changes": "",
|
|
455
|
-
"eo.form.table.options.btn.open": "",
|
|
456
|
-
"eo.form.table.options.btn.fit": "",
|
|
457
|
-
"eo.form.table.options.btn.csv": "",
|
|
458
|
-
"eo.form.table.options.btn.add": "",
|
|
459
|
-
"eo.form.table.options.btn.cancel": "",
|
|
460
|
-
"eo.form.table.options.checkbox.new.title": "",
|
|
461
|
-
"eo.form.table.options.btn.delete": "",
|
|
462
|
-
"eo.form.table.options.confirm.delete": "",
|
|
463
|
-
"eo.form.table.options.indicator.new": "",
|
|
464
|
-
"eo.form.table.options.checkbox.new": "",
|
|
465
|
-
"eo.form.table.options.btn.copy": "",
|
|
466
|
-
"eo.form.table.options.btn.save": "",
|
|
467
|
-
"eo.form.table.options.btn.ok": "",
|
|
468
|
-
"eo.form.property.daterange.invalid": "",
|
|
469
|
-
"eo.form.property.numberrange.invalid": "",
|
|
470
|
-
"eo.form.property.number": "",
|
|
471
|
-
"{{formElementRef.errors.precision.translateKey}}": "",
|
|
472
|
-
"{{formElementRef.errors.scale.translateKey}}": "",
|
|
473
|
-
"eo.form.property.string.regex.nomatch": "",
|
|
474
|
-
"eo.form.property.string.error.classification.email": "",
|
|
475
|
-
"eo.form.property.string.error.classification.url": "",
|
|
476
|
-
"eo.form.property.string.error.whitespaces": "",
|
|
477
|
-
"eo.form.property.date.invalid": "",
|
|
478
|
-
"eo.form.property.codesystem.value.invalid": "",
|
|
479
|
-
"eo.form.property.maxlength": "",
|
|
480
|
-
"eo.form.property.minlength": "",
|
|
481
|
-
"eo.form.property.idreference.deleted": "",
|
|
482
|
-
"eo.form.property.orgobject.deleted": "",
|
|
483
|
-
"eo.state.object.frontpage.lastchanges": "",
|
|
484
|
-
"eo.state.object.frontpage.lastseen": "",
|
|
485
|
-
"eo.state.object.frontpage.title": "",
|
|
486
|
-
"eo.prepare.content.existscount.message": "",
|
|
487
|
-
"eo.prepare.template.filter.text.title": "",
|
|
488
|
-
"eo.prepare.template.filter.set.title": "",
|
|
489
|
-
"eo.prepare.details.delete.dialog.title": "",
|
|
490
|
-
"eo.prepare.details.delete.dialog.message": "",
|
|
491
|
-
"eo.prepare.details.delete.content.dialog.title": "",
|
|
492
|
-
"eo.prepare.details.delete.content.dialog.message": "",
|
|
493
|
-
"eo.prepare.template.abort": "",
|
|
494
|
-
"eo.prepare.template.select": "",
|
|
495
|
-
"eo.prepare.save": "",
|
|
496
|
-
"eo.prepare.saveopen": "",
|
|
497
|
-
"eo.prepare.details.type.empty": "",
|
|
498
|
-
"eo.prepare.details.type.notallowed": "",
|
|
499
|
-
"eo.prepare.details.contents.title": "",
|
|
500
|
-
"eo.prepare.template.list.title": "",
|
|
501
|
-
"eo.prepare.attachment.info": "",
|
|
502
|
-
"eo.prepare.attachment.upload.title": "",
|
|
503
|
-
"eo.prepare.attachment.upload.desc": "",
|
|
504
|
-
"eo.prepare.attachment.template.title": "",
|
|
505
|
-
"eo.prepare.attachment.template.desc": "",
|
|
506
|
-
"eo.prepare.attachment.nofile.title": "",
|
|
507
|
-
"eo.prepare.attachment.nofile.desc": "",
|
|
508
|
-
"eo.prepare.details.delete.dialog.cancel": "",
|
|
509
|
-
"eo.prepare.details.delete.dialog.ok": "",
|
|
510
|
-
".title": "",
|
|
511
|
-
"eo.process.file.add.label": "",
|
|
512
|
-
"eo.bpm.dmsobject.notavailable": "",
|
|
513
|
-
"eo.quicksearch.label": "",
|
|
514
|
-
"eo.search.suggest": "",
|
|
515
|
-
"eo.resultlist.export.csv": "",
|
|
516
|
-
"eo.search.objecttype.form.context": "",
|
|
517
|
-
"eo.password.reset.current-password": "",
|
|
518
|
-
"eo.password.reset.new-password": "",
|
|
519
|
-
"eo.password.reset.confirm-password": "",
|
|
520
|
-
"eo.password.reset.error.same.password": "",
|
|
521
|
-
"eo.password.reset.error.matiching.password": "",
|
|
522
|
-
"eo.password.reset.error.new.password.short": "",
|
|
523
|
-
"eo.password.reset.error.new.password.number": "",
|
|
524
|
-
"eo.password.reset.error.new.password.specialchars": "",
|
|
525
|
-
"eo.password.reset.confirm-button": "",
|
|
526
|
-
"eo.shortcuts.title": "",
|
|
527
|
-
"eo.storedquery.share.sharedwith": "",
|
|
528
|
-
"eo.storedquery.share.cancel": "",
|
|
529
|
-
"eo.storedquery.share.ok": "",
|
|
530
|
-
"eo.storedquery.action.delete": "",
|
|
531
|
-
"eo.storedquery.load": "",
|
|
532
|
-
"eo.storedquery.action.edit": "",
|
|
533
|
-
"eo.storedquery.run": "",
|
|
534
|
-
"eo.storedquery.action.cancel": "",
|
|
535
|
-
"eo.storedquery.action.save": "",
|
|
536
|
-
"eo.storedquery.res.count.label": "",
|
|
537
|
-
"eo.versions.details.label": "",
|
|
538
|
-
"eo.tabcontainer.arrange": "",
|
|
539
|
-
"eo.error.structure.tree.not.available": "",
|
|
540
|
-
"eo.clipboard.type.cut": "",
|
|
541
|
-
"eo.clipboard.more": "",
|
|
542
|
-
"eo.clipboard.paste.as.contentlink.label": "",
|
|
543
|
-
"eo.form.table.dialog.preview.hide": "",
|
|
544
|
-
"eo.form.table.dialog.preview.show": "",
|
|
545
|
-
"eo.indexdata.summary.no.change": "",
|
|
546
|
-
"eo.indexdata.summary.more": "",
|
|
547
|
-
"eo.global.baseparam.modified": "",
|
|
548
|
-
"eo.global.baseparam.modifier": "",
|
|
549
|
-
"eo.global.baseparam.created": "",
|
|
550
|
-
"eo.global.baseparam.creator": "",
|
|
551
|
-
"eo.object.summary.version": "",
|
|
552
|
-
"eo.global.baseparam.filename": "",
|
|
553
|
-
"eo.global.baseparam.filesize": "",
|
|
554
|
-
"eo.global.baseparam.mimegroup": "",
|
|
555
|
-
"eo.global.baseparam.mimetype": "",
|
|
556
|
-
"eo.global.baseparam.id": "",
|
|
557
|
-
"eo.global.baseparam.contentId": "",
|
|
558
|
-
"eo.state.settings.storageinfo": "",
|
|
559
|
-
"eo.global.baseparam.digest": "",
|
|
560
|
-
"eo.object.storageinfo.retention": "",
|
|
561
|
-
"eo.object.storageinfo.permanence": "",
|
|
562
|
-
"eo.object.storageinfo.setname": "",
|
|
563
|
-
"eo.object.storageinfo.storagename": "",
|
|
564
|
-
"eo.object.storageinfo.location": "",
|
|
565
|
-
"eo.search.scope.all.label": "",
|
|
566
|
-
"eo.search.scope.content.label": "",
|
|
567
|
-
"eo.search.scope.indexdata.label": "",
|
|
568
|
-
"eo.upload.global.context.title": "",
|
|
569
|
-
"eo.upload.global.headline": "",
|
|
570
|
-
"eo.upload.global.choose.title": "",
|
|
571
|
-
"eo.upload.global.choose.message": "",
|
|
572
|
-
"eo.upload.global.cancel": "",
|
|
573
|
-
"eo.upload.global.choose.single": "",
|
|
574
|
-
"eo.upload.global.choose.multi": "",
|
|
575
|
-
"eo.upload.global.invalid.title": "",
|
|
576
|
-
"eo.upload.global.invalid.message": "",
|
|
577
|
-
"eo.upload.global.close": "",
|
|
578
|
-
"eo.upload.global.notarget.title": "",
|
|
579
|
-
"eo.upload.global.notarget.message": "",
|
|
580
|
-
"eo.upload.global.target": "",
|
|
581
|
-
"eo.upload.global.root.title": "",
|
|
582
|
-
"eo.upload.global.root.description": "",
|
|
583
|
-
"eo.upload.global.object.title": "",
|
|
584
|
-
"eo.upload.global.object.title.nocontent": ""
|
|
1
|
+
{
|
|
2
|
+
"eo.favorites.list.title": "",
|
|
3
|
+
"eo.inbox.sort.title": "",
|
|
4
|
+
"eo.inbox.sort.date": "",
|
|
5
|
+
"eo.inbox.list.title": "",
|
|
6
|
+
"eo.notifications.list.title": "",
|
|
7
|
+
"eo.notifications.sort.title": "",
|
|
8
|
+
"eo.notifications.sort.type": "",
|
|
9
|
+
"eo.notifications.sort.due": "",
|
|
10
|
+
"eo.search.result.error": "",
|
|
11
|
+
"eo.clipboard.paste.resultlist.headline": "",
|
|
12
|
+
"eo.prepare.list.title": "",
|
|
13
|
+
"eo.prepare.list.item.type.undefined": "",
|
|
14
|
+
"eo.state.process": "",
|
|
15
|
+
"eo.search.title": "",
|
|
16
|
+
"eo.search.query.invalid": "",
|
|
17
|
+
"eo.bar.button.settings.title": "",
|
|
18
|
+
"eo.state.settings.language.error": "",
|
|
19
|
+
"eo.user.service.schema.locale.error.title": "",
|
|
20
|
+
"eo.user.service.schema.locale.error.description": "",
|
|
21
|
+
"eo.state.settings.presence.error.title": "",
|
|
22
|
+
"eo.state.settings.presence.error.description": "",
|
|
23
|
+
"eo.state.settings.cache.clear.success": "",
|
|
24
|
+
"eo.state.settings.cache.clear.error": "",
|
|
25
|
+
"eo.search.title.storedqueries": "",
|
|
26
|
+
"eo.versions.list.title": "",
|
|
27
|
+
"eo.action.finalize.label": "",
|
|
28
|
+
"eo.action.finalize.description": "",
|
|
29
|
+
"eo.document.open.error.title": "",
|
|
30
|
+
"eo.document.open.error.message": "",
|
|
31
|
+
"eo.object.indexdata.save.browsernav": "",
|
|
32
|
+
"eo.action.create.resubmission.label": "",
|
|
33
|
+
"eo.action.create.resubmission.description": "",
|
|
34
|
+
"eo.object.inlinemenu.editresubmission": "",
|
|
35
|
+
"eo.object.inlinemenu.addresubmission": "",
|
|
36
|
+
"eo.resubmission.field.due": "",
|
|
37
|
+
"eo.resubmission.field.info": "",
|
|
38
|
+
"eo.resubmission.field.notification.inbox": "",
|
|
39
|
+
"eo.resubmission.field.notification.email": "",
|
|
40
|
+
"eo.action.create.subscription.label": "",
|
|
41
|
+
"eo.action.create.subscription.description": "",
|
|
42
|
+
"eo.object.inlinemenu.addsubscription": "",
|
|
43
|
+
"eo.subscription.field.info": "",
|
|
44
|
+
"eo.subscription.field.notification.inbox": "",
|
|
45
|
+
"eo.subscription.field.notification.email": "",
|
|
46
|
+
"eo.subscription.field.mode.entries.meta.label": "",
|
|
47
|
+
"eo.subscription.field.mode.entries.both.label": "",
|
|
48
|
+
"eo.subscription.field.mode.entries.content.label": "",
|
|
49
|
+
"eo.action.menu.clipboard.label": "",
|
|
50
|
+
"eo.action.menu.clipboard.description": "",
|
|
51
|
+
"eo.clipboard.title": "",
|
|
52
|
+
"eo.action.menu.clipboard.link.label": "",
|
|
53
|
+
"eo.action.menu.clipboard.link.description": "",
|
|
54
|
+
"eo.action.menu.clipboard.link.successful": "",
|
|
55
|
+
"eo.action.menu.clipboard.link.error": "",
|
|
56
|
+
"eo.action.menu.clipboard.file.label": "",
|
|
57
|
+
"eo.action.menu.clipboard.file.description": "",
|
|
58
|
+
"eo.action.menu.clipboard.file.pdf.label": "",
|
|
59
|
+
"eo.action.menu.clipboard.file.pdf.description": "",
|
|
60
|
+
"eo.action.menu.clipboard.copy.label": "",
|
|
61
|
+
"eo.action.menu.clipboard.copy.description": "",
|
|
62
|
+
"eo.action.menu.custom.error.message": "",
|
|
63
|
+
"eo.action.clipboard.cut.label": "",
|
|
64
|
+
"eo.action.clipboard.cut.description": "",
|
|
65
|
+
"eo.action.delete.dms.object.label": "",
|
|
66
|
+
"eo.action.delete.dms.object.description": "",
|
|
67
|
+
"eo.action.delete.dms.object.done.title": "",
|
|
68
|
+
"eo.action.delete.dms.object.done.message": "",
|
|
69
|
+
"eo.action.delete.dms.object.error.403": "",
|
|
70
|
+
"eo.action.delete.dms.object.error.409": "",
|
|
71
|
+
"eo.action.delete.dms.object.error.410": "",
|
|
72
|
+
"eo.action.delete.content.label": "",
|
|
73
|
+
"eo.action.delete.content.description": "",
|
|
74
|
+
"eo.action.delete.content.success": "",
|
|
75
|
+
"eo.action.delete.content.error": "",
|
|
76
|
+
"eo.action.download.dms.object.content.label": "",
|
|
77
|
+
"eo.action.download.dms.object.content.description": "",
|
|
78
|
+
"eo.export.title": "",
|
|
79
|
+
"eo.export.action.original.label": "",
|
|
80
|
+
"eo.export.action.original.description": "",
|
|
81
|
+
"eo.export.action.pdf.label": "",
|
|
82
|
+
"eo.export.action.pdf.description": "",
|
|
83
|
+
"eo.action.menu.email.label": "",
|
|
84
|
+
"eo.action.menu.email.description": "",
|
|
85
|
+
"eo.email.title": "",
|
|
86
|
+
"eo.action.menu.send.email.link.label": "",
|
|
87
|
+
"eo.action.menu.send.email.link.description": "",
|
|
88
|
+
"eo.action.menu.send.email.file.label": "",
|
|
89
|
+
"eo.action.menu.send.email.file.description": "",
|
|
90
|
+
"eo.action.menu.send.email.file.pdf.label": "",
|
|
91
|
+
"eo.action.menu.send.email.file.pdf.description": "",
|
|
92
|
+
"eo.action.delete.favorite.label": "",
|
|
93
|
+
"eo.action.delete.favorite.description": "",
|
|
94
|
+
"eo.action.create.favorite.label": "",
|
|
95
|
+
"eo.action.create.favorite.description": "",
|
|
96
|
+
"eo.action.definalize.label": "",
|
|
97
|
+
"eo.action.definalize.description": "",
|
|
98
|
+
"eo.action.finalize.confirm": "",
|
|
99
|
+
"eo.shortcuts.action.open.context": "",
|
|
100
|
+
"eo.shortcuts.action.open.context.description": "",
|
|
101
|
+
"eo.shortcuts.aside.action.open": "",
|
|
102
|
+
"eo.action.menu.edit.document.label": "",
|
|
103
|
+
"eo.action.menu.edit.document.description": "",
|
|
104
|
+
"eo.action.menu.show.versions.label": "",
|
|
105
|
+
"eo.action.menu.show.versions.description": "",
|
|
106
|
+
"eo.action.delete.subscription.label": "",
|
|
107
|
+
"eo.action.delete.subscription.description": "",
|
|
108
|
+
"eo.action.menu.versioning.version.restore.label": "",
|
|
109
|
+
"eo.action.menu.versioning.version.restore.description": "",
|
|
110
|
+
"eo.action.manage.rights.read.label": "",
|
|
111
|
+
"eo.action.manage.rights.read.description": "",
|
|
112
|
+
"eo.manage.rights.document.title": "",
|
|
113
|
+
"eo.manage.rights.element.label": "",
|
|
114
|
+
"eo.manage.rights.folder.title": "",
|
|
115
|
+
"eo.manage.rights.message": "",
|
|
116
|
+
"eo.manage.rights.message.notshared": "",
|
|
117
|
+
"eo.action.unlock.label": "",
|
|
118
|
+
"eo.action.unlock.description": "",
|
|
119
|
+
"eo.action.update.resubmission.label": "",
|
|
120
|
+
"eo.action.update.resubmission.description": "",
|
|
121
|
+
"eo.process.started": "",
|
|
122
|
+
"eo.add.prepare.fail.title": "",
|
|
123
|
+
"eo.add.prepare.fail.msg": "",
|
|
124
|
+
"eo.add.title.location.common": "",
|
|
125
|
+
"eo.add.title.location": "",
|
|
126
|
+
"eo.bar.button.search.tooltip": "",
|
|
127
|
+
"eo.bar.button.file.tooltip": "",
|
|
128
|
+
"eo.bar.button.execute.actions.tooltip": "",
|
|
129
|
+
"eo.bar.button.favorites.tooltip": "",
|
|
130
|
+
"eo.bar.button.prepare.tooltip": "",
|
|
131
|
+
"eo.bar.button.inbox.tooltip": "",
|
|
132
|
+
"eo.bar.button.user.profile.title": "",
|
|
133
|
+
"eo.inbox.notification.title": "",
|
|
134
|
+
"eo.inbox.notification.body": "",
|
|
135
|
+
"eo.process.started.fail": "",
|
|
136
|
+
"eo.search.agg.time.span.since": "",
|
|
137
|
+
"eo.search.agg.time.span.until": "",
|
|
138
|
+
"eo.search.storedquery.save.success": "",
|
|
139
|
+
"eo.search.storedquery.save.error": "",
|
|
140
|
+
"eo.form.property.organization.request.error.title": "",
|
|
141
|
+
"eo.form.property.organization.request.error.msg": "",
|
|
142
|
+
"eo.shortcuts.general.title": "",
|
|
143
|
+
"eo.shortcuts.action.add": "",
|
|
144
|
+
"eo.shortcuts.action.search": "",
|
|
145
|
+
"eo.shortcuts.action.logout": "",
|
|
146
|
+
"eo.shortcuts.action.adjust.view": "",
|
|
147
|
+
"eo.shortcuts.nav.title": "",
|
|
148
|
+
"eo.shortcuts.action.dashboard": "",
|
|
149
|
+
"eo.shortcuts.action.inbox": "",
|
|
150
|
+
"eo.shortcuts.action.intray": "",
|
|
151
|
+
"eo.shortcuts.action.favorites": "",
|
|
152
|
+
"eo.shortcuts.action.settings": "",
|
|
153
|
+
"eo.column.config.info.type.context": "",
|
|
154
|
+
"eo.column.config.info.type": "",
|
|
155
|
+
"eo.column.config.info.fulltext": "",
|
|
156
|
+
"eo.resultlist.grid.filterOoo": "",
|
|
157
|
+
"eo.process.task.actions.default.title": "",
|
|
158
|
+
"eo.process.details.workitem.load.fail": "",
|
|
159
|
+
"eo.process.details.workitem.load.fail.description": "",
|
|
160
|
+
"eo.bpm.event.script.execution.error": "",
|
|
161
|
+
"eo.process.activity.lock.denied": "",
|
|
162
|
+
"eo.process.activity.unlock.denied": "",
|
|
163
|
+
"eo.bpm.activity.forward.success": "",
|
|
164
|
+
"eo.bpm.activity.forward.error": "",
|
|
165
|
+
"eo.process.file.notification.error": "",
|
|
166
|
+
"eo.process.file.notification.add.message": "",
|
|
167
|
+
"eo.process.file.notification.remove": "",
|
|
168
|
+
"eo.process.file.notification.remove.message": "",
|
|
169
|
+
"eo.bpm.activity.indexdata.save.success": "",
|
|
170
|
+
"eo.bpm.activity.indexdata.save.error": "",
|
|
171
|
+
"eo.inbox.activity.confirm.success": "",
|
|
172
|
+
"eo.process.item.remove.fail": "",
|
|
173
|
+
"eo.favorite.dialog.input.error.title": "",
|
|
174
|
+
"eo.favorite.dialog.input.error.message": "",
|
|
175
|
+
"eo.favorite.icon.tooltip.add": "",
|
|
176
|
+
"eo.favorite.icon.tooltip.remove": "",
|
|
177
|
+
"eo.object.lock": "",
|
|
178
|
+
"eo.shortcuts.eo-object-details.title": "",
|
|
179
|
+
"eo.object.subscription.icon.tooltip.allChanges": "",
|
|
180
|
+
"eo.object.subscription.icon.tooltip.meta": "",
|
|
181
|
+
"eo.object.subscription.icon.tooltip.content": "",
|
|
182
|
+
"eo.references.open.resultlist": "",
|
|
183
|
+
"eo.shortcuts.form.title": "",
|
|
184
|
+
"eo.shortcuts.form.action.save": "",
|
|
185
|
+
"eo.shortcuts.form.action.reset": "",
|
|
186
|
+
"eo.shortcuts.form.action.edit": "",
|
|
187
|
+
"eo.object.indexdata.save.success": "",
|
|
188
|
+
"eo.object.indexdata.save.error": "",
|
|
189
|
+
"eo.form.element.tag.ex": "",
|
|
190
|
+
"eo.form.element.tag.df": "",
|
|
191
|
+
"eo.unique.validation.error.hint": "",
|
|
192
|
+
"eo.prepare.created.error.title": "",
|
|
193
|
+
"eo.prepare.created.error.message": "",
|
|
194
|
+
"eo.prepare.template.error.title": "",
|
|
195
|
+
"eo.prepare.template.error.message": "",
|
|
196
|
+
"eo.upload.global.error.title": "",
|
|
197
|
+
"eo.upload.global.error.description": "",
|
|
198
|
+
"eo.prepare.location.title.sysroot": "",
|
|
199
|
+
"eo.prepare.location.title.prefix": "",
|
|
200
|
+
"eo.prepare.details.type.title": "",
|
|
201
|
+
"eo.prepare.details.type.subtitle": "",
|
|
202
|
+
"eo.prepare.details.content.subtitle": "",
|
|
203
|
+
"eo.prepare.details.indexdata.subtitle": "",
|
|
204
|
+
"eo.password.reset.success": "",
|
|
205
|
+
"eo.password.reset.error.password.title": "",
|
|
206
|
+
"eo.password.reset.error.old.password.message": "",
|
|
207
|
+
"eo.password.reset.error.new.password.message": "",
|
|
208
|
+
"eo.storedquery.roles": "",
|
|
209
|
+
"eo.search.storedqueries.new.title": "",
|
|
210
|
+
"eo.search.storedquery.delete.error": "",
|
|
211
|
+
"eo.storedquery.search.term": "",
|
|
212
|
+
"eo.storedquery.restriction.type": "",
|
|
213
|
+
"eo.storedquery.share.title": "",
|
|
214
|
+
"eo.storedquery.sharedfor.title": "",
|
|
215
|
+
"eo.storedquery.favor.title": "",
|
|
216
|
+
"eo.storedquery.favoredfor.title": "",
|
|
217
|
+
"eo.bar.button.copy.tooltip": "",
|
|
218
|
+
"eo.bar.button.cut.tooltip": "",
|
|
219
|
+
"eo.action.clipboard.move.error": "",
|
|
220
|
+
"eo.clipboard.paste.label": "",
|
|
221
|
+
"eo.clipboard.move.not.allowed": "",
|
|
222
|
+
"eo.action.clipboard.copy.error": "",
|
|
223
|
+
"eo.clipboard.copy.not.allowed": "",
|
|
224
|
+
"eo.help.about.claim": "",
|
|
225
|
+
"eo.help.about.product.label": "",
|
|
226
|
+
"eo.help.about.client.version.label": "",
|
|
227
|
+
"eo.help.about.producer.label": "",
|
|
228
|
+
"eo.help.about.producer.text": "",
|
|
229
|
+
"eo.help.license.title": "",
|
|
230
|
+
"eo.help.license.intro": "",
|
|
231
|
+
"eo.dashboard.info.inbox.msg": "",
|
|
232
|
+
"eo.dashboard.info.intray.msg": "",
|
|
233
|
+
"eo.quicksearch.hits": "",
|
|
234
|
+
"eo.quicksearch.reults.empty": "",
|
|
235
|
+
"eo.quicksearch.result.group.global": "",
|
|
236
|
+
"eo.sidebar.navigation.storedqueries": "",
|
|
237
|
+
"eo.dashboard.modified.title": "",
|
|
238
|
+
"eo.list.refresh": "",
|
|
239
|
+
"eo.list.filter": "",
|
|
240
|
+
"eo.favorites.filter.title": "",
|
|
241
|
+
"eo.favorites.filter.section.objecttype": "",
|
|
242
|
+
"eo.list.sort": "",
|
|
243
|
+
"eo.object.actions.title": "",
|
|
244
|
+
"eo.favorite.details.item.gone.remove": "",
|
|
245
|
+
"eo.inbox.filter.title": "",
|
|
246
|
+
"eo.inbox.filter.section.type": "",
|
|
247
|
+
"eo.state.login.username": "",
|
|
248
|
+
"eo.state.login.password": "",
|
|
249
|
+
"eo.state.login.tenant": "",
|
|
250
|
+
"eo.state.login.msg.invalid": "",
|
|
251
|
+
"eo.state.login.host": "",
|
|
252
|
+
"eo.state.login.submit": "",
|
|
253
|
+
"eo.notifications.filter.title": "",
|
|
254
|
+
"eo.notifications.filter.section.title": "",
|
|
255
|
+
"eo.notifications.filter.section.objecttype": "",
|
|
256
|
+
"eo.notifications.list.subtitle": "",
|
|
257
|
+
"eo.notifications.details.item.gone.remove": "",
|
|
258
|
+
"eo.notifications.details.item.gone.remove.subscriptions": "",
|
|
259
|
+
"eo.state.object.tree.filter.label": "",
|
|
260
|
+
"eo.state.object.tree.references.tooltip": "",
|
|
261
|
+
"eo.state.object.tree.error": "",
|
|
262
|
+
"eo.state.object.tree.title": "",
|
|
263
|
+
"eo.state.object.tree.references": "",
|
|
264
|
+
"eo.timeline.filter.action": "",
|
|
265
|
+
"eo.prepare.list.title.sub": "",
|
|
266
|
+
"eo.prepare.details.item.gone.remove": "",
|
|
267
|
+
"eo.state.process.filter.labels.model": "",
|
|
268
|
+
"eo.state.process.filter.labels.running": "",
|
|
269
|
+
"eo.state.process.filter.labels.paused": "",
|
|
270
|
+
"eo.state.process.filter.labels.created": "",
|
|
271
|
+
"eo.state.process.filter.labels.canceled": "",
|
|
272
|
+
"eo.state.process.filter.labels.failed": "",
|
|
273
|
+
"eo.state.process.filter.labels.completed": "",
|
|
274
|
+
"eo.state.process.filter.labels.starttime": "",
|
|
275
|
+
"eo.sort.asc": "",
|
|
276
|
+
"eo.sort.desc": "",
|
|
277
|
+
"eo.state.process.sort.clear": "",
|
|
278
|
+
"eo.filter.by": "",
|
|
279
|
+
"eo.sort.by": "",
|
|
280
|
+
"eo.grid.sort.date": "",
|
|
281
|
+
"eo.process.sort.type": "",
|
|
282
|
+
"eo.password.reset": "",
|
|
283
|
+
"eo.state.settings.roles": "",
|
|
284
|
+
"eo.state.settings.config.cache.system": "",
|
|
285
|
+
"eo.state.settings.config.cache.history": "",
|
|
286
|
+
"eo.state.settings.config.cache.layout": "",
|
|
287
|
+
"eo.state.settings.presence.present": "",
|
|
288
|
+
"eo.state.settings.presence.absent": "",
|
|
289
|
+
"eo.state.settings.deputies": "",
|
|
290
|
+
"eo.state.settings.deputies.label": "",
|
|
291
|
+
"eo.state.settings.deputies.cancel": "",
|
|
292
|
+
"eo.state.settings.deputies.save": "",
|
|
293
|
+
"eo.state.settings.deputies.subsituteof.label": "",
|
|
294
|
+
"eo.state.settings.language": "",
|
|
295
|
+
"eo.state.settings.language.client": "",
|
|
296
|
+
"eo.state.settings.language.schema": "",
|
|
297
|
+
"eo.state.settings.permission": "",
|
|
298
|
+
"eo.state.settings.others": "",
|
|
299
|
+
"eo.state.settings.agent": "",
|
|
300
|
+
"eo.state.settings.agent.use": "",
|
|
301
|
+
"eo.state.settings.lock": "",
|
|
302
|
+
"eo.state.settings.lock.enable": "",
|
|
303
|
+
"eo.state.settings.lock.disable": "",
|
|
304
|
+
"eo.state.settings.lock.ask": "",
|
|
305
|
+
"eo.state.settings.cache": "",
|
|
306
|
+
"eo.state.settings.cache.clear": "",
|
|
307
|
+
"eo.folder.filter.title": "",
|
|
308
|
+
"eo.folder.filter.section.objecttype": "",
|
|
309
|
+
"eo.versions.filter.title": "",
|
|
310
|
+
"eo.versions.list.users": "",
|
|
311
|
+
"eo.versions.list.types": "",
|
|
312
|
+
"eo.action.not.available": "",
|
|
313
|
+
"eo.actions.sticky.title": "",
|
|
314
|
+
"eo.actions.sticky.title.sub.selection": "",
|
|
315
|
+
"eo.actions.sticky.title.sub.for": "",
|
|
316
|
+
"eo.actions.group.common": "",
|
|
317
|
+
"eo.actions.group.further_actions": "",
|
|
318
|
+
"eo.export.cancel": "",
|
|
319
|
+
"eo.form.property.required": "",
|
|
320
|
+
"eo.resubmission.error.msg": "",
|
|
321
|
+
"eo.resubmission.error.msg.date": "",
|
|
322
|
+
"eo.resubmission.cancel": "",
|
|
323
|
+
"eo.resubmission.delete": "",
|
|
324
|
+
"eo.resubmission.apply": "",
|
|
325
|
+
"eo.resubmission.add": "",
|
|
326
|
+
"eo.subscription.field.mode.label": "",
|
|
327
|
+
"eo.subscription.error.msg": "",
|
|
328
|
+
"eo.subscription.cancel": "",
|
|
329
|
+
"eo.subscription.add": "",
|
|
330
|
+
"eo.action.delete.dms.object.confirm.message": "",
|
|
331
|
+
"eo.action.delete.dms.object.confirm.context.folder.title": "",
|
|
332
|
+
"eo.action.delete.dms.object.error.retention.title": "",
|
|
333
|
+
"eo.checkout.cancel": "",
|
|
334
|
+
"eo.checkout.message": "",
|
|
335
|
+
"eo.checkout.yes": "",
|
|
336
|
+
"eo.checkout.no": "",
|
|
337
|
+
"eo.manage.rights.folder.include.documents.label": "",
|
|
338
|
+
"eo.manage.rights.cancel": "",
|
|
339
|
+
"eo.manage.rights.apply": "",
|
|
340
|
+
"eo.object.indexdata.form.invalid": "",
|
|
341
|
+
"eo.object.indexdata.reset": "",
|
|
342
|
+
"eo.executable.processes.execute": "",
|
|
343
|
+
"eo.add.title.location.subfolder": "",
|
|
344
|
+
"eo.add.empty.root.types": "",
|
|
345
|
+
"eo.bar.button.logout.title": "",
|
|
346
|
+
"eo.bar.button.layout.title": "",
|
|
347
|
+
"eo.bar.button.layout.remember": "",
|
|
348
|
+
"eo.search.mode.expert": "",
|
|
349
|
+
"eo.search.mode.expert.close": "",
|
|
350
|
+
"eo.search.clear.search": "",
|
|
351
|
+
"eo.search.close": "",
|
|
352
|
+
"eo.search.restrict.type": "",
|
|
353
|
+
"eo.search.type.abstract": "",
|
|
354
|
+
"eo.search.agg.time.span": "",
|
|
355
|
+
"eo.search.agg.createdby": "",
|
|
356
|
+
"eo.search.agg.modifiedby": "",
|
|
357
|
+
"eo.search.restrict.filename": "",
|
|
358
|
+
"eo.search.restrict.creation": "",
|
|
359
|
+
"eo.search.restrict.modification": "",
|
|
360
|
+
"eo.search.restrict.file": "",
|
|
361
|
+
"eo.search.group.general": "",
|
|
362
|
+
"eo.search": "",
|
|
363
|
+
"eo.search.submit": "",
|
|
364
|
+
"{{'eo.search.group.general'}}": "",
|
|
365
|
+
"eo.search.aside.summary.storedquery": "",
|
|
366
|
+
"eo.search.aside.summary": "",
|
|
367
|
+
"eo.search.aside.summary.term": "",
|
|
368
|
+
"eo.search.aside.summary.contextfoldertypes": "",
|
|
369
|
+
"eo.search.aside.summary.types": "",
|
|
370
|
+
"eo.search.storedquery.close": "",
|
|
371
|
+
"eo.search.storedquery.update": "",
|
|
372
|
+
"eo.search.save": "",
|
|
373
|
+
"eo.search.reset": "",
|
|
374
|
+
"eo.search.summary.empty": "",
|
|
375
|
+
"eo.search.mode.expert.result.empty": "",
|
|
376
|
+
"eo.sidebar.navigation.favorites": "",
|
|
377
|
+
"eo.sidebar.navigation.inbox": "",
|
|
378
|
+
"eo.sidebar.navigation.prepare": "",
|
|
379
|
+
"eo.sidebar.navigation.process": "",
|
|
380
|
+
"eo.sidebar.navigation.notifications": "",
|
|
381
|
+
"eo.sidebar.help.about.tooltip": "",
|
|
382
|
+
"eo.status.404.title": "",
|
|
383
|
+
"eo.status.404.description": "",
|
|
384
|
+
"eo.datepicker.calendar.select": "",
|
|
385
|
+
"eo.form.property.dynamic.list.empty": "",
|
|
386
|
+
"eo.form.input.null": "",
|
|
387
|
+
"eo.references.deleted": "",
|
|
388
|
+
"eo.references.not.available": "",
|
|
389
|
+
"eo.references.search": "",
|
|
390
|
+
"eo.references.add": "",
|
|
391
|
+
"eo.object.details": "",
|
|
392
|
+
"eo.references.search.contextfolder": "",
|
|
393
|
+
"eo.search.result.term": "",
|
|
394
|
+
"eo.clipboard.type.copy": "",
|
|
395
|
+
"eo.cta.button.select.all": "",
|
|
396
|
+
"eo.cta.button.add": "",
|
|
397
|
+
"eo.form.property.organization.error.usernotfound": "",
|
|
398
|
+
"eo.password.reset.toogle.icon": "",
|
|
399
|
+
"eo.app.init.fail.title": "",
|
|
400
|
+
"eo.app.init.fail.message": "",
|
|
401
|
+
"eo.column.config.title": "",
|
|
402
|
+
"eo.column.config.action.resetdefault": "",
|
|
403
|
+
"eo.column.config.action.close": "",
|
|
404
|
+
"eo.column.config.action.save.default": "",
|
|
405
|
+
"eo.column.config.action.save": "",
|
|
406
|
+
"eo.column.config.headline.current": "",
|
|
407
|
+
"eo.column.config.pinned": "",
|
|
408
|
+
"eo.column.config.sort": "",
|
|
409
|
+
"eo.column.config.headline.available": "",
|
|
410
|
+
"eo.sort.clear": "",
|
|
411
|
+
"eo.resultlist.grid.searchOoo": "",
|
|
412
|
+
"eo.resultlist.grid.selectAll": "",
|
|
413
|
+
"eo.reset.filter": "",
|
|
414
|
+
"eo.search.result.hits": "",
|
|
415
|
+
"eo.process.task.overdue": "",
|
|
416
|
+
"eo.process.task.due": "",
|
|
417
|
+
"eo.process.details.tab.task": "",
|
|
418
|
+
"eo.process.details.tab.progress": "",
|
|
419
|
+
"eo.process.details.tab.attachments": "",
|
|
420
|
+
"eo.process.details.tab.task.description": "",
|
|
421
|
+
"eo.object.preview.not.supported": "",
|
|
422
|
+
"eo.favorite.icon.dialog.title": "",
|
|
423
|
+
"eo.favorite.icon.dialog.input.label": "",
|
|
424
|
+
"eo.favorite.icon.dialog.cancel": "",
|
|
425
|
+
"eo.favorite.icon.dialog.save": "",
|
|
426
|
+
"eo.versions.detail.glue.tooltip": "",
|
|
427
|
+
"eo.object.details.actions.title": "",
|
|
428
|
+
"eo.object.reference.tooltip": "",
|
|
429
|
+
"eo.object.reference.open": "",
|
|
430
|
+
"eo.object.contentlink.tooltip": "",
|
|
431
|
+
"eo.object.contentlink": "",
|
|
432
|
+
"eo.object.resubmission.tooltip": "",
|
|
433
|
+
"eo.object.finalized.tooltip": "",
|
|
434
|
+
"eo.object.summary.title": "",
|
|
435
|
+
"eo.object.indexdata.title": "",
|
|
436
|
+
"eo.object.content.title": "",
|
|
437
|
+
"eo.object.history.title": "",
|
|
438
|
+
"eo.object.links.title": "",
|
|
439
|
+
"eo.object.changes.title": "",
|
|
440
|
+
"eo.bpm.nodmsobject": "",
|
|
441
|
+
"eo.object.history.filter.modification": "",
|
|
442
|
+
"eo.object.history.filter.process": "",
|
|
443
|
+
"eo.object.history.filter.informational": "",
|
|
444
|
+
"eo.object.history.version": "",
|
|
445
|
+
"eo.timeline.empty": "",
|
|
446
|
+
"eo.object.history.workflowprocess": "",
|
|
447
|
+
"eo.object.history.activity": "",
|
|
448
|
+
"eo.references.object.notfound": "",
|
|
449
|
+
"eo.references.to.label": "",
|
|
450
|
+
"eo.references.from.label": "",
|
|
451
|
+
"eo.object.indexdata.save.conflict.dialog.title": "",
|
|
452
|
+
"eo.object.indexdata.save": "",
|
|
453
|
+
"eo.object.indexdata.save.cancel": "",
|
|
454
|
+
"eo.object.indexdata.save.changes": "",
|
|
455
|
+
"eo.form.table.options.btn.open": "",
|
|
456
|
+
"eo.form.table.options.btn.fit": "",
|
|
457
|
+
"eo.form.table.options.btn.csv": "",
|
|
458
|
+
"eo.form.table.options.btn.add": "",
|
|
459
|
+
"eo.form.table.options.btn.cancel": "",
|
|
460
|
+
"eo.form.table.options.checkbox.new.title": "",
|
|
461
|
+
"eo.form.table.options.btn.delete": "",
|
|
462
|
+
"eo.form.table.options.confirm.delete": "",
|
|
463
|
+
"eo.form.table.options.indicator.new": "",
|
|
464
|
+
"eo.form.table.options.checkbox.new": "",
|
|
465
|
+
"eo.form.table.options.btn.copy": "",
|
|
466
|
+
"eo.form.table.options.btn.save": "",
|
|
467
|
+
"eo.form.table.options.btn.ok": "",
|
|
468
|
+
"eo.form.property.daterange.invalid": "",
|
|
469
|
+
"eo.form.property.numberrange.invalid": "",
|
|
470
|
+
"eo.form.property.number": "",
|
|
471
|
+
"{{formElementRef.errors.precision.translateKey}}": "",
|
|
472
|
+
"{{formElementRef.errors.scale.translateKey}}": "",
|
|
473
|
+
"eo.form.property.string.regex.nomatch": "",
|
|
474
|
+
"eo.form.property.string.error.classification.email": "",
|
|
475
|
+
"eo.form.property.string.error.classification.url": "",
|
|
476
|
+
"eo.form.property.string.error.whitespaces": "",
|
|
477
|
+
"eo.form.property.date.invalid": "",
|
|
478
|
+
"eo.form.property.codesystem.value.invalid": "",
|
|
479
|
+
"eo.form.property.maxlength": "",
|
|
480
|
+
"eo.form.property.minlength": "",
|
|
481
|
+
"eo.form.property.idreference.deleted": "",
|
|
482
|
+
"eo.form.property.orgobject.deleted": "",
|
|
483
|
+
"eo.state.object.frontpage.lastchanges": "",
|
|
484
|
+
"eo.state.object.frontpage.lastseen": "",
|
|
485
|
+
"eo.state.object.frontpage.title": "",
|
|
486
|
+
"eo.prepare.content.existscount.message": "",
|
|
487
|
+
"eo.prepare.template.filter.text.title": "",
|
|
488
|
+
"eo.prepare.template.filter.set.title": "",
|
|
489
|
+
"eo.prepare.details.delete.dialog.title": "",
|
|
490
|
+
"eo.prepare.details.delete.dialog.message": "",
|
|
491
|
+
"eo.prepare.details.delete.content.dialog.title": "",
|
|
492
|
+
"eo.prepare.details.delete.content.dialog.message": "",
|
|
493
|
+
"eo.prepare.template.abort": "",
|
|
494
|
+
"eo.prepare.template.select": "",
|
|
495
|
+
"eo.prepare.save": "",
|
|
496
|
+
"eo.prepare.saveopen": "",
|
|
497
|
+
"eo.prepare.details.type.empty": "",
|
|
498
|
+
"eo.prepare.details.type.notallowed": "",
|
|
499
|
+
"eo.prepare.details.contents.title": "",
|
|
500
|
+
"eo.prepare.template.list.title": "",
|
|
501
|
+
"eo.prepare.attachment.info": "",
|
|
502
|
+
"eo.prepare.attachment.upload.title": "",
|
|
503
|
+
"eo.prepare.attachment.upload.desc": "",
|
|
504
|
+
"eo.prepare.attachment.template.title": "",
|
|
505
|
+
"eo.prepare.attachment.template.desc": "",
|
|
506
|
+
"eo.prepare.attachment.nofile.title": "",
|
|
507
|
+
"eo.prepare.attachment.nofile.desc": "",
|
|
508
|
+
"eo.prepare.details.delete.dialog.cancel": "",
|
|
509
|
+
"eo.prepare.details.delete.dialog.ok": "",
|
|
510
|
+
".title": "",
|
|
511
|
+
"eo.process.file.add.label": "",
|
|
512
|
+
"eo.bpm.dmsobject.notavailable": "",
|
|
513
|
+
"eo.quicksearch.label": "",
|
|
514
|
+
"eo.search.suggest": "",
|
|
515
|
+
"eo.resultlist.export.csv": "",
|
|
516
|
+
"eo.search.objecttype.form.context": "",
|
|
517
|
+
"eo.password.reset.current-password": "",
|
|
518
|
+
"eo.password.reset.new-password": "",
|
|
519
|
+
"eo.password.reset.confirm-password": "",
|
|
520
|
+
"eo.password.reset.error.same.password": "",
|
|
521
|
+
"eo.password.reset.error.matiching.password": "",
|
|
522
|
+
"eo.password.reset.error.new.password.short": "",
|
|
523
|
+
"eo.password.reset.error.new.password.number": "",
|
|
524
|
+
"eo.password.reset.error.new.password.specialchars": "",
|
|
525
|
+
"eo.password.reset.confirm-button": "",
|
|
526
|
+
"eo.shortcuts.title": "",
|
|
527
|
+
"eo.storedquery.share.sharedwith": "",
|
|
528
|
+
"eo.storedquery.share.cancel": "",
|
|
529
|
+
"eo.storedquery.share.ok": "",
|
|
530
|
+
"eo.storedquery.action.delete": "",
|
|
531
|
+
"eo.storedquery.load": "",
|
|
532
|
+
"eo.storedquery.action.edit": "",
|
|
533
|
+
"eo.storedquery.run": "",
|
|
534
|
+
"eo.storedquery.action.cancel": "",
|
|
535
|
+
"eo.storedquery.action.save": "",
|
|
536
|
+
"eo.storedquery.res.count.label": "",
|
|
537
|
+
"eo.versions.details.label": "",
|
|
538
|
+
"eo.tabcontainer.arrange": "",
|
|
539
|
+
"eo.error.structure.tree.not.available": "",
|
|
540
|
+
"eo.clipboard.type.cut": "",
|
|
541
|
+
"eo.clipboard.more": "",
|
|
542
|
+
"eo.clipboard.paste.as.contentlink.label": "",
|
|
543
|
+
"eo.form.table.dialog.preview.hide": "",
|
|
544
|
+
"eo.form.table.dialog.preview.show": "",
|
|
545
|
+
"eo.indexdata.summary.no.change": "",
|
|
546
|
+
"eo.indexdata.summary.more": "",
|
|
547
|
+
"eo.global.baseparam.modified": "",
|
|
548
|
+
"eo.global.baseparam.modifier": "",
|
|
549
|
+
"eo.global.baseparam.created": "",
|
|
550
|
+
"eo.global.baseparam.creator": "",
|
|
551
|
+
"eo.object.summary.version": "",
|
|
552
|
+
"eo.global.baseparam.filename": "",
|
|
553
|
+
"eo.global.baseparam.filesize": "",
|
|
554
|
+
"eo.global.baseparam.mimegroup": "",
|
|
555
|
+
"eo.global.baseparam.mimetype": "",
|
|
556
|
+
"eo.global.baseparam.id": "",
|
|
557
|
+
"eo.global.baseparam.contentId": "",
|
|
558
|
+
"eo.state.settings.storageinfo": "",
|
|
559
|
+
"eo.global.baseparam.digest": "",
|
|
560
|
+
"eo.object.storageinfo.retention": "",
|
|
561
|
+
"eo.object.storageinfo.permanence": "",
|
|
562
|
+
"eo.object.storageinfo.setname": "",
|
|
563
|
+
"eo.object.storageinfo.storagename": "",
|
|
564
|
+
"eo.object.storageinfo.location": "",
|
|
565
|
+
"eo.search.scope.all.label": "",
|
|
566
|
+
"eo.search.scope.content.label": "",
|
|
567
|
+
"eo.search.scope.indexdata.label": "",
|
|
568
|
+
"eo.upload.global.context.title": "",
|
|
569
|
+
"eo.upload.global.headline": "",
|
|
570
|
+
"eo.upload.global.choose.title": "",
|
|
571
|
+
"eo.upload.global.choose.message": "",
|
|
572
|
+
"eo.upload.global.cancel": "",
|
|
573
|
+
"eo.upload.global.choose.single": "",
|
|
574
|
+
"eo.upload.global.choose.multi": "",
|
|
575
|
+
"eo.upload.global.invalid.title": "",
|
|
576
|
+
"eo.upload.global.invalid.message": "",
|
|
577
|
+
"eo.upload.global.close": "",
|
|
578
|
+
"eo.upload.global.notarget.title": "",
|
|
579
|
+
"eo.upload.global.notarget.message": "",
|
|
580
|
+
"eo.upload.global.target": "",
|
|
581
|
+
"eo.upload.global.root.title": "",
|
|
582
|
+
"eo.upload.global.root.description": "",
|
|
583
|
+
"eo.upload.global.object.title": "",
|
|
584
|
+
"eo.upload.global.object.title.nocontent": ""
|
|
585
585
|
}
|