@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/languages/pt.json
CHANGED
|
@@ -1,523 +1,523 @@
|
|
|
1
|
-
{
|
|
2
|
-
"eo.stored.queries.list.empty": "No queries available",
|
|
3
|
-
"eo.action.delete.dms.object.confirm.context.folder.title": "This context folder '{{folder}}' contains {{count}} objects. Are you sure you want to delete this context folder and objects?",
|
|
4
|
-
"eo.form.element.tag.ex": "extracted from contents",
|
|
5
|
-
"eo.form.element.tag.df": "default value",
|
|
6
|
-
"eo.search.storedquery.save.success": "The stored query was updated",
|
|
7
|
-
"eo.storedquery.share.sharedwith": "shared with",
|
|
8
|
-
"eo.storedquery.share.cancel": "Cancelar",
|
|
9
|
-
"eo.storedquery.share.ok": "Aceitar",
|
|
10
|
-
"eo.sidebar.navigation.storedqueries": "Solicitações de pesquisa armazenadas",
|
|
11
|
-
"eo.inbox.activity.confirm.success": "The task was confirmed",
|
|
12
|
-
"eo.bpm.activity.forward.success": "The task was forwarded",
|
|
13
|
-
"eo.object.history.filter.process": "Atividades",
|
|
14
|
-
"eo.object.history.filter.modification": "Modifications",
|
|
15
|
-
"eo.object.history.filter.informational": "Geral",
|
|
16
|
-
"eo.object.content.title": "Conteúdo",
|
|
17
|
-
"eo.indexdata.summary.more": "More information",
|
|
18
|
-
"eo.shortcuts.nav.title": "Navegação",
|
|
19
|
-
"eo.shortcuts.action.dashboard": "Dashboard",
|
|
20
|
-
"eo.shortcuts.action.inbox": "Bandeja de entrada",
|
|
21
|
-
"eo.shortcuts.action.intray": "Bandeja de arquivamento",
|
|
22
|
-
"eo.shortcuts.action.favorites": "Favoritos",
|
|
23
|
-
"eo.shortcuts.action.settings": "Configurações",
|
|
24
|
-
"eo.shortcuts.action.search": "Pesquisar",
|
|
25
|
-
"eo.shortcuts.action.logout": "Sair",
|
|
26
|
-
"eo.shortcuts.eo-page.title": "Page",
|
|
27
|
-
"eo.shortcuts.eo-page.action.undock": "Undock",
|
|
28
|
-
"eo.state.object.tree.filter.label": "Filtrar",
|
|
29
|
-
"eo.user.service.schema.locale.error.title": "Object defninitions locale",
|
|
30
|
-
"eo.user.service.schema.locale.error.description": "Object defninitions locale could not be changed. Maybe you are not connected to the server.",
|
|
31
|
-
"eo.global.number.separator.decimal": ".",
|
|
32
|
-
"eo.process.details.workitem.load.fail": "Could not load task",
|
|
33
|
-
"eo.process.item.remove.fail": "",
|
|
34
|
-
"eo.shortcuts.eo-object-details.title": "Object",
|
|
35
|
-
"eo.shortcuts.action.open.context": "Abrir no contexto",
|
|
36
|
-
"eo.shortcuts.action.open.context.description": "Opens object in its context",
|
|
37
|
-
"eo.shortcuts.aside.action.open": "Abrir",
|
|
38
|
-
"eo.shortcuts.form.title": "Form",
|
|
39
|
-
"eo.shortcuts.form.action.save": "Save",
|
|
40
|
-
"eo.shortcuts.form.action.reset": "Redefinir",
|
|
41
|
-
"eo.shortcuts.form.action.edit": "Editar",
|
|
42
|
-
"eo.tabcontainer.order.question": "Do you want to save the order?",
|
|
43
|
-
"eo.tabcontainer.order.success": "Order saved",
|
|
44
|
-
"eo.state.login.username": "Username",
|
|
45
|
-
"eo.state.login.msg.invalid": "The provided credentials are invalid. Please review your inputs.",
|
|
46
|
-
"eo.state.login.host": "Host",
|
|
47
|
-
"eo.state.login.submit": "Login",
|
|
48
|
-
"eo.state.object.tree.error": "Folder structure could not be loaded",
|
|
49
|
-
"eo.state.object.frontpage.created": "created on",
|
|
50
|
-
"eo.state.object.frontpage.doccount": "{{doccount}} documents",
|
|
51
|
-
"eo.state.object.frontpage.filesize": "Total size {{filesize}}",
|
|
52
|
-
"eo.state.object.frontpage.lastchanges": "Last changes",
|
|
53
|
-
"eo.state.settings.permission": "Permissões",
|
|
54
|
-
"eo.search.mode.expert": "Expert Mode",
|
|
55
|
-
"eo.search.mode.expert.close": "Exit Expert Mode",
|
|
56
|
-
"eo.search.aside.summary.storedquery": "Stored query",
|
|
57
|
-
"eo.search.aside.summary": "Sua pesquisa",
|
|
58
|
-
"eo.search.aside.summary.term": "Palavra-chave",
|
|
59
|
-
"eo.search.aside.summary.types": "Target types",
|
|
60
|
-
"eo.search.storedquery.close": "Close",
|
|
61
|
-
"eo.search.storedquery.update": "Save changes",
|
|
62
|
-
"eo.search.storedquery.save.error": "Query could not be saved",
|
|
63
|
-
"eo.search.storedquery.delete.error": "Query could not be deleted",
|
|
64
|
-
"eo.storedquery.load": "Open in search dialog",
|
|
65
|
-
"eo.storedquery.run": "Execute query",
|
|
66
|
-
"eo.storedquery.action.edit": "Edit Query",
|
|
67
|
-
"eo.storedquery.action.delete": "Apagar",
|
|
68
|
-
"eo.search.summary.empty": "Você ainda não inseriu parâmetros de pesquisa",
|
|
69
|
-
"eo.search.mode.expert.result.empty": "Sua pesquisa não retornou resultados",
|
|
70
|
-
"eo.search.mode.expert.intro": "In expert mode you can run complex search queries",
|
|
71
|
-
"eo.search.mode.expert.support.baseparams": "Baseparameters",
|
|
72
|
-
"eo.search.mode.expert.support.group": "Grupo",
|
|
73
|
-
"eo.search.mode.expert.support.type": "Tipo",
|
|
74
|
-
"eo.search.mode.expert.support.field": "Field",
|
|
75
|
-
"eo.object.links.title": "Links",
|
|
76
|
-
"eo.form.property.dynamic.list.empty": "Nenhuma entrada disponível",
|
|
77
|
-
"eo.process.task.due": "Due on {{date}}",
|
|
78
|
-
"eo.process.task.continue": "In order to continue, you need to accept this task",
|
|
79
|
-
"eo.object.summary.title": "Sumário",
|
|
80
|
-
"eo.global.baseparam.filename": "Arquivo do documento",
|
|
81
|
-
"eo.global.baseparam.filesize": "Tamanho do arquivo",
|
|
82
|
-
"eo.global.baseparam.modified": "Editado",
|
|
83
|
-
"eo.global.baseparam.modifier": "Encarregado",
|
|
84
|
-
"eo.global.baseparam.created": "Criado",
|
|
85
|
-
"eo.global.baseparam.creator": "Elaborador",
|
|
86
|
-
"eo.form.property.daterange.invalid": "Please enter a valid date range",
|
|
87
|
-
"eo.form.property.numberrange.invalid": "Please enter a valid number range",
|
|
88
|
-
"eo.form.property.date.invalid": "Please enter a valid date",
|
|
89
|
-
"eo.form.property.codesystem.value.invalid": "The field should only contain values from the catalog",
|
|
90
|
-
"eo.object.preview.attachments": "Attachments",
|
|
91
|
-
"eo.quicksearch.label": "O que você está procurando",
|
|
92
|
-
"eo.shortcuts.title": "Application actions",
|
|
93
|
-
"eo.clipboard.more": "and {{moreCount}} additional objects",
|
|
94
|
-
"eo.clipboard.clear": "Clear",
|
|
95
|
-
"eo.clipboard.type.copy": "Copiar",
|
|
96
|
-
"eo.clipboard.type.cut": "Cut",
|
|
97
|
-
"eo.upload.global.headline": "Carregar arquivo(s)",
|
|
98
|
-
"eo.upload.global.context.title": "Add to context",
|
|
99
|
-
"eo.notifications.filter.section.objecttype": "Objekttyp",
|
|
100
|
-
"eo.state.object.list.error": "Es sind keine Informationen vorhanden.",
|
|
101
|
-
"eo.notifications.filter.section.title": "Type",
|
|
102
|
-
"eo.state.process.filter.running": "Running processe",
|
|
103
|
-
"eo.state.process.filter.error": "Erroneous processes",
|
|
104
|
-
"eo.state.process.filter.suspended": "Pending processes",
|
|
105
|
-
"eo.process.filter.title": "Filter Processes",
|
|
106
|
-
"eo.process.filter.section.status": "Status",
|
|
107
|
-
"eo.grid.sort.title": "Título",
|
|
108
|
-
"eo.grid.sort.date": "Data",
|
|
109
|
-
"eo.process.sort.status": "Status",
|
|
110
|
-
"eo.process.sort.type":"Tipo",
|
|
111
|
-
"eo.process.file.title.undefined": "Title is undefined!",
|
|
112
|
-
"eo.process.file.description.undefined": "Description is undefined!",
|
|
113
|
-
"eo.status.404.description": "Não foi possível carregar o objeto.",
|
|
114
|
-
"eo.process.filter.section.type": "Tipo",
|
|
115
|
-
"eo.favorites.list.empty": "You still haven't added any favorites.",
|
|
116
|
-
"eo.notifications.list.empty": "Atualmente não há assinaturas nem acompanhamentos adicionados.",
|
|
117
|
-
"eo.process.list.empty": "Nenhum processo existente",
|
|
118
|
-
"eo.resultlist.grid.filter.placeholder.process": "Filtering process data",
|
|
119
|
-
"eo.bar.button.execute.actions.tooltip": "Start process",
|
|
120
|
-
"eo.storedquery.share.title": "Share",
|
|
121
|
-
"eo.storedquery.shared.title": "Shared by me",
|
|
122
|
-
"eo.storedquery.sharedfor.title": "Shared for me",
|
|
123
|
-
"eo.storedquery.favor.title": "Favor",
|
|
124
|
-
"eo.storedquery.favored.title": "Favored by me",
|
|
125
|
-
"eo.storedquery.favoredfor.title": "Favored for me",
|
|
126
|
-
"eo.notifications.filter.subscription.label": "Subscription",
|
|
127
|
-
"eo.notifications.filter.resubmission.label": "Follow-up",
|
|
128
|
-
"eo.search.close": "close search",
|
|
129
|
-
"eo.search.clear.search":"clear seach",
|
|
130
|
-
"eo.sort.by": "Ordenar por",
|
|
131
|
-
"eo.state.process": "Processos",
|
|
132
|
-
"eo.help.about.claim": "yuuvis® – A verdadeira ECM<br/>O software yuuvis® da OPTIMAL SYSTEMS para a Enterprise Content Management (gestão de conteúdo empresarial) é um software de ECM integral, bastante abrangente e corporativo. Uma verdadeira solução empresarial completa – para todos os ramos, todas as áreas de negócios e todos os departamentos.<br/>yuuvis® - Simples. Corporativo.",
|
|
133
|
-
"eo.help.about.product.label": "Produto:",
|
|
134
|
-
"eo.help.about.client.version.label": "Versão Client:",
|
|
135
|
-
"eo.help.about.producer.label": "Fabricante:",
|
|
136
|
-
"eo.help.about.producer.text": "OPTIMAL SYSTEMS GmbH, Berlim, Alemanha",
|
|
137
|
-
"eo.help.license.title": "Avisos sobre licenças",
|
|
138
|
-
"eo.help.license.intro": "Este documento contém informações sobre licenças com disposições complementares para os componentes externos integrados no yuuvis® client. Essas informações sobre licenças e as disposições complementares tornam-se parte do contrato de licenciamento do Software da OPTIMAL SYSTEMS por meio dessa referência.",
|
|
139
|
-
"eo.action.menu.custom.error.message": "Não foi possível realizar a ação",
|
|
140
|
-
"eo.action.menu.show.versions.label": "Exibir versões",
|
|
141
|
-
"eo.action.menu.show.versions.description": "Exibe todas as versões do objeto.",
|
|
142
|
-
"eo.action.menu.edit.document.label": "Abrir arquivo do documento",
|
|
143
|
-
"eo.action.menu.edit.document.description": "Possibilita a abertura externa do arquivo do documento.",
|
|
144
|
-
"eo.action.menu.send.email.link.label": "E-mail com link",
|
|
145
|
-
"eo.action.menu.send.email.link.description": "Cria uma nova mensagem de e-mail em seu programa de e-mail local e adiciona um link na pasta ou no documento.",
|
|
146
|
-
"eo.action.menu.send.email.file.label": "E-mail com anexo",
|
|
147
|
-
"eo.action.menu.send.email.file.description": "Cria uma nova mensagem de e-mail em seu programa de e-mail local e adiciona um arquivo de documento como anexo.",
|
|
148
|
-
"eo.action.menu.send.email.file.pdf.label": "E-mail com PDF",
|
|
149
|
-
"eo.action.menu.send.email.file.pdf.description": "Cria uma nova mensagem de e-mail em seu programa de e-mail local e adiciona um arquivo de documento PDF como anexo.",
|
|
150
|
-
"eo.action.menu.clipboard.link.label": "Copiar link",
|
|
151
|
-
"eo.action.menu.clipboard.link.description": "Copia um link do objeto no arquivo temporário.",
|
|
152
|
-
"eo.action.menu.clipboard.link.successful": "Link copiado no arquivo temporário.",
|
|
153
|
-
"eo.action.menu.clipboard.link.error": "Não foi possível copiar o link no arquivo temporário.",
|
|
154
|
-
"eo.action.menu.clipboard.file.label": "Copiar arquivo do documento",
|
|
155
|
-
"eo.action.menu.clipboard.file.description": "Copia o arquivo original do documento no arquivo temporário.",
|
|
156
|
-
"eo.action.menu.clipboard.file.pdf.label": "Copiar como PDF",
|
|
157
|
-
"eo.action.menu.clipboard.file.pdf.description": "Copia o arquivo original do documento como PDF no arquivo temporário.",
|
|
158
|
-
"eo.action.menu.clipboard.copy.label": "Copiar para cá",
|
|
159
|
-
"eo.action.menu.clipboard.copy.description": "Copia os objetos marcados para esta pasta.",
|
|
160
|
-
"eo.action.menu.versioning.version.restore.label": "Recuperar versão",
|
|
161
|
-
"eo.action.menu.versioning.version.restore.description": "Cria uma nova versão com base na versão anterior.",
|
|
162
|
-
"eo.actions.group.common": "GERAL",
|
|
163
|
-
"eo.actions.group.further_actions": "OUTRAS AÇÕES",
|
|
164
|
-
"eo.action.create.favorite.label": "Adicionar aos favoritos",
|
|
165
|
-
"eo.action.create.favorite.description": "Adiciona o objeto aos favoritos.",
|
|
166
|
-
"eo.action.delete.favorite.label": "Remover dos favoritos",
|
|
167
|
-
"eo.action.delete.favorite.description": "Remove o objeto dos favoritos.",
|
|
168
|
-
"eo.action.create.subscription.label": "Adicionar assinatura",
|
|
169
|
-
"eo.action.create.subscription.description": "Adiciona uma assinatura.",
|
|
170
|
-
"eo.action.delete.subscription.label": "Remover assinatura",
|
|
171
|
-
"eo.action.delete.subscription.description": "Remove a assinatura.",
|
|
172
|
-
"eo.action.create.resubmission.label": "Adicionar acompanhamento",
|
|
173
|
-
"eo.action.create.resubmission.description": "Adiciona um acompanhamento.",
|
|
174
|
-
"eo.action.update.resubmission.label": "Editar acompanhamento",
|
|
175
|
-
"eo.action.update.resubmission.description": "Abre as propriedades do acompanhamento para edição.",
|
|
176
|
-
"eo.action.delete.dms.object.label": "Apagar",
|
|
177
|
-
"eo.action.delete.dms.object.description": "Apaga o objeto.",
|
|
178
|
-
"eo.action.download.dms.object.content.label": "Fazer download do arquivo do documento",
|
|
179
|
-
"eo.action.download.dms.object.content.description": "Faz o download do arquivo do documento do objeto.",
|
|
180
|
-
"eo.error.connection.interrupted.text": "Pelo menos um serviço está indisponível no momento.",
|
|
181
|
-
"eo.error.connection.interrupted.title": "Serviço indisponível",
|
|
182
|
-
"eo.object.indexdata.save.success": "Documento salvo.",
|
|
183
|
-
"eo.object.indexdata.save.error": "Não é possível salvar o documento no momento.",
|
|
184
|
-
"eo.bpm.activity.indexdata.save.success": "A tarefa foi salva com êxito.",
|
|
185
|
-
"eo.bpm.activity.indexdata.save.error": "Não é possível salvar a tarefa no momento.",
|
|
186
|
-
"eo.sse.delete.fail.title": "Erro ao apagar",
|
|
187
|
-
"eo.state.settings.language": "Idioma",
|
|
188
|
-
"eo.state.settings.language.client": "Aplicação",
|
|
189
|
-
"eo.state.settings.language.schema": "Definições de objetos",
|
|
190
|
-
"eo.state.settings.roles": "Funções",
|
|
191
|
-
"eo.state.settings.agent": "Agente",
|
|
192
|
-
"eo.state.settings.pairing-status": "Status do agente",
|
|
193
|
-
"eo.state.settings.others": "Outras configurações",
|
|
194
|
-
"eo.state.settings.presence.present": "Presente",
|
|
195
|
-
"eo.state.settings.presence.absent": "Ausente",
|
|
196
|
-
"eo.state.settings.presence.error.title": "Ooops...",
|
|
197
|
-
"eo.state.settings.presence.error.description": "Isso aí não deu certo. Tente novamente.",
|
|
198
|
-
"eo.state.settings.deputies": "Suplente",
|
|
199
|
-
"eo.state.settings.agent.new-connection": "Conectar agente yuuvis local",
|
|
200
|
-
"eo.state.settings.agent.pairing.request": "Emparelhar agente yuuvis",
|
|
201
|
-
"eo.state.settings.agent.pairing.description": "Emparelhar com agente yuuvis local.",
|
|
202
|
-
"eo.state.settings.agent.pairing.status.paired": "Conectado e emparelhado",
|
|
203
|
-
"eo.state.settings.agent.pairing.status.paired-desc": "Você pode usar as funções da integração do desktop com o yuuvis.",
|
|
204
|
-
"eo.state.settings.agent.pairing.status.could-pair": "Nenhum agente emparelhado",
|
|
205
|
-
"eo.state.settings.agent.pairing.status.could-pair-desc": "Você conectou um agente yuuvis a este sistema yuuvis, mas não o emparelhou com o navegador atual. As funções da integração do desktop não estão disponíveis.",
|
|
206
|
-
"eo.state.settings.agent.pairing.status.not-connected": "Nenhum agente conectado",
|
|
207
|
-
"eo.state.settings.agent.pairing.status.not-connected-desc": "Você não conectou nenhum agente yuuvis com o sistema yuuvis atual. As funções da integração do desktop não estão disponíveis.",
|
|
208
|
-
"eo.state.settings.lock": "Bloquear documento ao abrir",
|
|
209
|
-
"eo.state.settings.lock.enable": "Ativado",
|
|
210
|
-
"eo.state.settings.lock.disable": "Desativado",
|
|
211
|
-
"eo.state.settings.lock.ask": "Perguntar sempre",
|
|
212
|
-
"eo.column.config.title": "Configuração das colunas",
|
|
213
|
-
"eo.column.config.action.save": "Salvar",
|
|
214
|
-
"eo.column.config.action.save.default": "Memorizar como padrão",
|
|
215
|
-
"eo.column.config.action.close": "Cancelar",
|
|
216
|
-
"eo.column.config.action.resetdefault": "Redefinir para o padrão",
|
|
217
|
-
"eo.column.config.headline.current": "Colunas atuais",
|
|
218
|
-
"eo.column.config.headline.available": "Colunas disponíveis",
|
|
219
|
-
"eo.column.config.sort": "ordenar",
|
|
220
|
-
"eo.column.config.group": "agrupar",
|
|
221
|
-
"eo.column.config.info.type": "Configuração para o tipo de resultado '{{type}}'",
|
|
222
|
-
"eo.column.config.info.type.context": "Configuração para o tipo de resultado '{{type}}' no contexto de '{{context}}'",
|
|
223
|
-
"eo.column.config.info.fulltext": "Configuração para tipos misturados de resultados",
|
|
224
|
-
"eo.favorite.details.item.gone": "Não foi possível encontrar o elemento. Ele pode ter sido apagado ou você não tem autorização para exibi-lo.",
|
|
225
|
-
"eo.favorite.details.item.gone.remove": "Remover dos favoritos",
|
|
226
|
-
"eo.favorite.icon.dialog.title": "Adicionar aos favoritos",
|
|
227
|
-
"eo.favorite.icon.dialog.save": "Salvar",
|
|
228
|
-
"eo.favorite.icon.dialog.cancel": "Cancelar",
|
|
229
|
-
"eo.favorite.icon.tooltip.add": "Adicionar aos favoritos",
|
|
230
|
-
"eo.favorite.icon.tooltip.remove": "Apagar dos favoritos",
|
|
231
|
-
"eo.favorite.icon.dialog.input.label": "Título",
|
|
232
|
-
"eo.favorites.list.title": "Favoritos",
|
|
233
|
-
"eo.favorites.filter.title": "Filtrar favoritos",
|
|
234
|
-
"eo.favorites.filter.section.objecttype": "Tipo do objeto",
|
|
235
|
-
"eo.folder.filter.title": "Filtrar lista",
|
|
236
|
-
"eo.folder.filter.section.objecttype": "Tipo do objeto",
|
|
237
|
-
"eo.inbox.list.title": "Bandeja de entrada",
|
|
238
|
-
"eo.inbox.SUBSCRIPTION": "Assinatura",
|
|
239
|
-
"eo.inbox.BPM": "Processo",
|
|
240
|
-
"eo.inbox.RESUBMISSION": "Acompanhamento",
|
|
241
|
-
"eo.inbox.filter.title": "Filtrar entradas",
|
|
242
|
-
"eo.inbox.filter.section.type": "Tipo",
|
|
243
|
-
"eo.inbox.filter.unread": "Somente não lidas",
|
|
244
|
-
"eo.inbox.sort.title": "Título",
|
|
245
|
-
"eo.inbox.sort.date": "Data",
|
|
246
|
-
"eo.notifications.list.title": "Notificações",
|
|
247
|
-
"eo.notifications.list.subtitle": "Gerenciamento de assinaturas e acompanhamentos",
|
|
248
|
-
"eo.notifications.filter.title": "Filtrar notificações",
|
|
249
|
-
"eo.notifications.sort.title": "Título",
|
|
250
|
-
"eo.notifications.sort.due": "Data",
|
|
251
|
-
"eo.object.resubmission.tooltip": "Acompanhamento disponível",
|
|
252
|
-
"eo.object.subscription.tooltip": "Assinado",
|
|
253
|
-
"eo.object.indexdata.title": "Dados de indexação",
|
|
254
|
-
"eo.object.history.title": "Histórico",
|
|
255
|
-
"eo.object.history.workflowprocess": "Modelo de processo",
|
|
256
|
-
"eo.object.history.activity": "Atividade",
|
|
257
|
-
"eo.object.history.version": "Versão",
|
|
258
|
-
"eo.object.lock": "bloqueado",
|
|
259
|
-
"eo.object.indexdata.save.browsernav": "Você está editando os dados de indexação de um formulário não salvo.",
|
|
260
|
-
"eo.object.indexdata.form.invalid": "A máscara dos dados de indexação contém erros. Corrija os erros para poder salvar as informações.",
|
|
261
|
-
"eo.prepare.details.type.title": "Selecionar tipo de objeto",
|
|
262
|
-
"eo.prepare.details.type.empty": "Nenhum tipo de objeto está disponível para um novo sistema neste local de arquivamento para este arquivo.",
|
|
263
|
-
"eo.prepare.details.type.notallowed": "O tipo de arquivo '{{type}}' selecionado não pode ser aceito, pois o arquivo '{{filename}}' carregado não é permitido para estes tipos.",
|
|
264
|
-
"eo.prepare.details.type.subtitle": "Seleção do tipo de objeto",
|
|
265
|
-
"eo.prepare.details.content.subtitle": "Adicionar arquivo",
|
|
266
|
-
"eo.prepare.details.indexdata.subtitle": "Adicionar dados de indexação",
|
|
267
|
-
"eo.prepare.save": "Armazenar",
|
|
268
|
-
"eo.prepare.saveopen": "Armazenar e abrir",
|
|
269
|
-
"eo.prepare.template.select": "Aceitar modelo",
|
|
270
|
-
"eo.prepare.template.abort": "Cancelar",
|
|
271
|
-
"eo.prepare.template.error.title": "Erro",
|
|
272
|
-
"eo.prepare.template.error.message": "Não foi possível aceitar o modelo.",
|
|
273
|
-
"eo.prepare.location.title.prefix": "Novo arquivamento em",
|
|
274
|
-
"eo.prepare.location.title.sysroot": "Novo arquivamento no local de arquivamento geral",
|
|
275
|
-
"eo.prepare.created.error.title": "Não foi possível adicionar o objeto",
|
|
276
|
-
"eo.prepare.created.error.message": "Ocorreu um erro ao adicionar o objeto. O objeto não foi armazenado.",
|
|
277
|
-
"eo.prepare.attachment.info": "É possível adicionar um arquivo a este tipo de objeto. Selecione uma das seguintes opções:",
|
|
278
|
-
"eo.prepare.attachment.upload.title": "Carregar arquivo",
|
|
279
|
-
"eo.prepare.attachment.upload.desc": "Adicione um arquivo local ao objeto.",
|
|
280
|
-
"eo.prepare.attachment.template.title": "Selecionar modelo",
|
|
281
|
-
"eo.prepare.attachment.template.desc": "Selecione o arquivo a partir de um modelo para este tipo de objeto.",
|
|
282
|
-
"eo.prepare.attachment.template.resolver": "Com aceitação de dados",
|
|
283
|
-
"eo.prepare.attachment.nofile.title": "Sem um arquivo",
|
|
284
|
-
"eo.prepare.attachment.nofile.desc": "Crie o objeto sem um arquivo.",
|
|
285
|
-
"eo.prepare.details.contents.title": "Arquivos",
|
|
286
|
-
"eo.prepare.list.title": "Bandeja de arquivamento",
|
|
287
|
-
"eo.prepare.list.title.sub": "Objetos a serem arquivados",
|
|
288
|
-
"eo.prepare.list.empty": "Nenhum objeto na bandeja de arquivamento.",
|
|
289
|
-
"eo.prepare.list.item.template": "a partir do modelo",
|
|
290
|
-
"eo.prepare.list.item.file.none": "nenhum arquivo",
|
|
291
|
-
"eo.prepare.list.item.type.undefined": "Tipo de objeto ainda não selecionado",
|
|
292
|
-
"eo.prepare.list.item.location.set": "Local de arquivamento definido",
|
|
293
|
-
"eo.prepare.list.item.location.notset": "no local de arquivamento geral",
|
|
294
|
-
"eo.process.details.tab.task": "Tarefa",
|
|
295
|
-
"eo.process.details.tab.task.description": "Descrição",
|
|
296
|
-
"eo.process.details.tab.progress": "Progresso",
|
|
297
|
-
"eo.process.details.tab.attachments": "Documentos",
|
|
298
|
-
"eo.process.details.task.resubmission.description": "Você está recebendo esta notificação porque você adicionou um acompanhamento para o objeto de negócios em anexo.",
|
|
299
|
-
"eo.process.details.task.subscription.description": "Você está recebendo esta notificação porque você quis ser informado sobre alterações no objeto de negócios em anexo.",
|
|
300
|
-
"eo.process.details.button.resubmission.remove": "Confirmar",
|
|
301
|
-
"eo.process.details.button.subscription.remove": "Confirmar",
|
|
302
|
-
"eo.bpm.activity.forward.error": "Erro ao encaminhar.",
|
|
303
|
-
"eo.process.personalize": "Aceitar tarefa",
|
|
304
|
-
"eo.process.depersonalize": "Devolver tarefa",
|
|
305
|
-
"eo.process.activity.lock.denied": "A tarefa já está sendo editada.",
|
|
306
|
-
"eo.process.activity.unlock.denied": "Tente novamente mais tarde!",
|
|
307
|
-
"eo.process.file.empty.label": "O documento está vazio.",
|
|
308
|
-
"eo.process.file.add.label": "Adicionar objetos marcados ao documento.",
|
|
309
|
-
"eo.process.file.notification.error": "Erro ao adicionar",
|
|
310
|
-
"eo.process.file.notification.add.message": "Adicionar ao documento",
|
|
311
|
-
"eo.process.file.notification.remove": "excluir",
|
|
312
|
-
"eo.process.file.notification.remove.message": "Remover do documento",
|
|
313
|
-
"eo.process.start.time.label": "Início: ",
|
|
314
|
-
"eo.process.end.time.label": "Fim: ",
|
|
315
|
-
"eo.quicksearch.result.group.global": "Tudo",
|
|
316
|
-
"eo.quicksearch.hits": "Resultado",
|
|
317
|
-
"eo.search.result.term": "Palavra-chave",
|
|
318
|
-
"eo.search.result.expired": "Esta solicitação de pesquisa foi encerrada e não está mais disponível.",
|
|
319
|
-
"eo.search.result.error": "Não foi possível realizar sua solicitação de pesquisa devido a um erro técnico.",
|
|
320
|
-
"eo.search.result.hits": "Resultado",
|
|
321
|
-
"eo.resultlist.grid.filterOoo": "Filtro...",
|
|
322
|
-
"eo.status.404.title": "Não encontrado",
|
|
323
|
-
"eo.actions.sticky.title": "Ações",
|
|
324
|
-
"eo.actions.sticky.title.sub.for": "para",
|
|
325
|
-
"eo.actions.sticky.title.sub.selection": "a seleção atual",
|
|
326
|
-
"eo.object.inlinemenu.addresubmission": "Adicionar acompanhamento",
|
|
327
|
-
"eo.object.inlinemenu.editresubmission": "Editar acompanhamento",
|
|
328
|
-
"eo.object.inlinemenu.addsubscription": "Adicionar assinatura",
|
|
329
|
-
"eo.storedquery.search.term": "Texto completo",
|
|
330
|
-
"eo.storedquery.restriction.type": "Tipo do objeto",
|
|
331
|
-
"eo.storedquery.restriction.created": "Elaborado",
|
|
332
|
-
"eo.storedquery.restriction.creator": "Elaborador",
|
|
333
|
-
"eo.storedquery.restriction.modified": "Editado",
|
|
334
|
-
"eo.storedquery.restriction.modifier": "Encarregado",
|
|
335
|
-
"eo.storedquery.restriction.mimetypegroup": "Tipo de arquivo",
|
|
336
|
-
"eo.storedquery.restriction.filename": "Nome do arquivo",
|
|
337
|
-
"eo.storedquery.restriction.filesize": "Tamanho do arquivo",
|
|
338
|
-
"eo.storedquery.action.save": "Salvar",
|
|
339
|
-
"eo.storedquery.action.cancel": "Cancelar",
|
|
340
|
-
"eo.storedquery.roles": "Funções",
|
|
341
|
-
"eo.storedquery.res.count.label": "Resultado",
|
|
342
|
-
"eo.timeline.empty": "Não há nenhuma entrada.",
|
|
343
|
-
"eo.timeline.filter.action": "Filtrar entradas",
|
|
344
|
-
"eo.timeline.filter.reset": "Redefinir filtros",
|
|
345
|
-
"eo.versions.details.label": "Versão",
|
|
346
|
-
"eo.versions.detail.glue.tooltip": "Desligar visualização síncrona dos aspectos do objeto",
|
|
347
|
-
"eo.versions.list.title": "Versões",
|
|
348
|
-
"eo.versions.list.users": "Usuário",
|
|
349
|
-
"eo.versions.list.types": "Tipo",
|
|
350
|
-
"eo.init.fail": "",
|
|
351
|
-
"eo.add.title.location": "No local de arquivamento",
|
|
352
|
-
"eo.add.title.location.common": "Geral",
|
|
353
|
-
"eo.search": "Pesquisa",
|
|
354
|
-
"eo.search.save": "Salvar pesquisa",
|
|
355
|
-
"eo.search.reset": "Redefinir",
|
|
356
|
-
"eo.search.agg.time.lastyear": "Último ano",
|
|
357
|
-
"eo.search.agg.time.thisyear": "Esse ano",
|
|
358
|
-
"eo.search.agg.time.lastmonth": "Último mês",
|
|
359
|
-
"eo.search.agg.time.thismonth": "Esse mês",
|
|
360
|
-
"eo.search.agg.time.lastweek": "Última semana",
|
|
361
|
-
"eo.search.agg.time.thisweek": "Essa semana",
|
|
362
|
-
"eo.search.agg.time.yesterday": "Ontem",
|
|
363
|
-
"eo.search.agg.time.today": "Hoje",
|
|
364
|
-
"eo.search.agg.time.span": "Período",
|
|
365
|
-
"eo.search.agg.time.span.custom": "Período definido pelo usuário",
|
|
366
|
-
"eo.search.agg.time.span.from": "de",
|
|
367
|
-
"eo.search.agg.time.span.to": "até",
|
|
368
|
-
"eo.search.agg.time.span.since": "desde",
|
|
369
|
-
"eo.search.agg.time.span.until": "até",
|
|
370
|
-
"eo.search.agg.creator": "Elaborador",
|
|
371
|
-
"eo.search.agg.modifier": "Encarregado",
|
|
372
|
-
"eo.search.agg.createdby": "Criado por",
|
|
373
|
-
"eo.search.agg.modifiedby": "Editado por",
|
|
374
|
-
"eo.search.agg.filename": "Nome do arquivo",
|
|
375
|
-
"eo.search.agg.time.custom.save": "Aceitar",
|
|
376
|
-
"eo.search.agg.time.custom.remove": "Excluir",
|
|
377
|
-
"eo.search.objecttype.form": "Formulário de busca '{{type}}'",
|
|
378
|
-
"eo.search.group.general": "Tudo",
|
|
379
|
-
"eo.search.submit": "Pesquisar",
|
|
380
|
-
"eo.search.title": "Resultado da pesquisa",
|
|
381
|
-
"eo.search.title.storedqueries": "Solicitações de pesquisa armazenadas",
|
|
382
|
-
"eo.search.storedqueries.restrict": "Minhas solicitações de pesquisa",
|
|
383
|
-
"eo.search.suggest": "Você quis dizer: ",
|
|
384
|
-
"eo.search.restrict.type": "Tipo do objeto",
|
|
385
|
-
"eo.search.restrict.creation": "Criado",
|
|
386
|
-
"eo.search.restrict.modification": "Alterado",
|
|
387
|
-
"eo.search.restrict.mimetypegroup": "Tipo de arquivo",
|
|
388
|
-
"eo.search.restrict.file": "Arquivo do documento",
|
|
389
|
-
"eo.search.restrict.filename": "Nome do arquivo",
|
|
390
|
-
"eo.search.restrict.filesize": "Tamanho do arquivo",
|
|
391
|
-
"eo.bar.button.prepare.tooltip": "Abrir bandeja de arquivamento",
|
|
392
|
-
"eo.bar.button.inbox.tooltip": "Abrir bandeja de entrada",
|
|
393
|
-
"eo.bar.button.favorites.tooltip": "Abrir favoritos",
|
|
394
|
-
"eo.bar.button.search.tooltip": "Pesquisar",
|
|
395
|
-
"eo.bar.button.file.tooltip": "Anexar objeto",
|
|
396
|
-
"eo.bar.button.logout.title": "Sair",
|
|
397
|
-
"eo.bar.button.settings.title": "Configurações",
|
|
398
|
-
"eo.sidebar.navigation.title": "Navegação",
|
|
399
|
-
"eo.sidebar.navigation.favorites": "Favoritos",
|
|
400
|
-
"eo.sidebar.navigation.favorites.tooltip": "Abrir favoritos",
|
|
401
|
-
"eo.sidebar.navigation.inbox": "Bandeja de entrada",
|
|
402
|
-
"eo.sidebar.navigation.inbox.tooltip": "Abrir bandeja de entrada",
|
|
403
|
-
"eo.sidebar.navigation.process": "Processos",
|
|
404
|
-
"eo.sidebar.navigation.process.tooltip": "Exibir processos",
|
|
405
|
-
"eo.sidebar.navigation.notifications": "Notificações",
|
|
406
|
-
"eo.sidebar.navigation.prepare": "Bandeja de arquivamento",
|
|
407
|
-
"eo.sidebar.navigation.prepare.tooltip": "Abrir bandeja de arquivamento",
|
|
408
|
-
"eo.sidebar.help.title": "Ajuda",
|
|
409
|
-
"eo.sidebar.help.about": "Informações sobre o produto",
|
|
410
|
-
"eo.sidebar.help.about.tooltip": "Informações sobre o produto",
|
|
411
|
-
"eo.sidebar.help.license": "Avisos sobre licenças",
|
|
412
|
-
"eo.sidebar.help.license.tooltip": "Informações sobre licença para os componentes externos",
|
|
413
|
-
"eo.sidebar.help.shortcuts": "Combinações de teclas",
|
|
414
|
-
"eo.sidebar.help.shortcuts.tooltip": "Combinações de teclas",
|
|
415
|
-
"eo.sidebar.help.manual": "Documentação do usuário",
|
|
416
|
-
"eo.sidebar.help.manual.tooltip": "Documentação do usuário",
|
|
417
|
-
"eo.datepicker.calendar.select": "Selecionar",
|
|
418
|
-
"eo.datepicker.calendar.cancel": "Cancelar",
|
|
419
|
-
"eo.form.table.options.subhead.edit": "Editar entrada",
|
|
420
|
-
"eo.form.table.options.subhead.new": "Adicionar entrada",
|
|
421
|
-
"eo.form.table.options.btn.save": "Aceitar",
|
|
422
|
-
"eo.form.table.options.btn.delete": "Apagar",
|
|
423
|
-
"eo.form.table.options.btn.cancel": "Cancelar",
|
|
424
|
-
"eo.object.summary.version": "Versão",
|
|
425
|
-
"eo.object.summary.version.compare": "Exibir versões",
|
|
426
|
-
"eo.form.property.required": "Campo obrigatório",
|
|
427
|
-
"eo.form.property.maxlength": "A entrada deve ter no máx. {{maxlength}} caracteres.",
|
|
428
|
-
"eo.form.property.minlength": "A entrada deve ter no mín. {{minlength}} caracteres.",
|
|
429
|
-
"eo.form.property.number": "Digite um valor numérico.",
|
|
430
|
-
"eo.form.property.number.scale": "A quantidade de dígitos depois da vírgula não está correta. máx. {{scale}}",
|
|
431
|
-
"eo.form.property.number.precision": "A quantidade de dígitos antes da vírgula não está correta. máx. {{prepointdigits}}",
|
|
432
|
-
"eo.checkout.message": "Você gostaria de bloquear o documento para edição por outros usuários?",
|
|
433
|
-
"eo.checkout.yes": "Sim",
|
|
434
|
-
"eo.checkout.no": "Não",
|
|
435
|
-
"eo.checkout.cancel": "Cancelar",
|
|
436
|
-
"eo.export.title": "Exportar como",
|
|
437
|
-
"eo.export.action.pdf.label": "PDF",
|
|
438
|
-
"eo.export.action.pdf.description": "Arquivo do documento exportado como PDF",
|
|
439
|
-
"eo.export.cancel": "Cancelar",
|
|
440
|
-
"eo.resubmission.field.info": "Título",
|
|
441
|
-
"eo.resubmission.field.due": "Prazo",
|
|
442
|
-
"eo.resubmission.add": "Anexar",
|
|
443
|
-
"eo.resubmission.apply": "Alterar",
|
|
444
|
-
"eo.resubmission.cancel": "Cancelar",
|
|
445
|
-
"eo.resubmission.delete": "Excluir",
|
|
446
|
-
"eo.subscription.field.info": "Título",
|
|
447
|
-
"eo.subscription.add": "Anexar",
|
|
448
|
-
"eo.subscription.cancel": "Cancelar",
|
|
449
|
-
"eo.upload.global.root.title": "Local de arquivamento geral",
|
|
450
|
-
"eo.upload.global.root.description": "Armazenar o arquivo no local de arquivamento geral.",
|
|
451
|
-
"eo.upload.global.object.title": "Substituir arquivo do documento",
|
|
452
|
-
"eo.upload.global.object.title.nocontent": "Adicionar arquivo do documento",
|
|
453
|
-
"eo.upload.global.cancel": "Cancelar",
|
|
454
|
-
"eo.upload.global.error.title": "Erro no carregamento",
|
|
455
|
-
"eo.upload.global.error.description": "Não foi possível transferir o arquivo no servidor.",
|
|
456
|
-
"eo.upload.global.target": "Destino",
|
|
457
|
-
"eo.upload.global.choose.title": "Processamento",
|
|
458
|
-
"eo.upload.global.choose.message": "Você selecionou mais de um arquivo. Você quer configurar os dados de indexação individualmente para cada objeto ou editar todos os arquivos ao mesmo tempo?",
|
|
459
|
-
"eo.upload.global.choose.single": "Individualmente",
|
|
460
|
-
"eo.upload.global.choose.multi": "Em conjunto",
|
|
461
|
-
"eo.action.menu.email.label": "Enviar e-mail",
|
|
462
|
-
"eo.action.menu.email.description": "Abre outras ações de e-mail",
|
|
463
|
-
"eo.email.title": "Enviar e-mail",
|
|
464
|
-
"eo.action.menu.clipboard.label": "Copiar para a área de transferência",
|
|
465
|
-
"eo.clipboard.title": "Copiar para a área de transferência",
|
|
466
|
-
"eo.action.menu.clipboard.description": "Abre mais ações da área de transferência",
|
|
467
|
-
"eo.form.property.string.regex.nomatch": "The input does not match the requirements",
|
|
468
|
-
"eo.prepare.list.item.file": "file",
|
|
469
|
-
"eo.prepare.list.item.files": "files",
|
|
470
|
-
"eo.state.settings.deputies.label": "My substitutes",
|
|
471
|
-
"eo.state.settings.deputies.cancel": "Cancel",
|
|
472
|
-
"eo.state.settings.deputies.save": "Save",
|
|
473
|
-
"eo.state.settings.deputies.subsituteof.label": "I'm substitute of",
|
|
474
|
-
"eo.object.actions.title": "Open action menu",
|
|
475
|
-
"eo.search.aside.summary.contextfoldertypes": "Context",
|
|
476
|
-
"eo.list.refresh":"Refresh",
|
|
477
|
-
"eo.list.filter":"Open filter",
|
|
478
|
-
"eo.list.sort":"Open sorting",
|
|
479
|
-
"eo.object.content.donwload.title": "Download",
|
|
480
|
-
"eo.object.content.edit.title": "Edit",
|
|
481
|
-
"eo.bar.button.layout.title":"Configure view areas",
|
|
482
|
-
"eo.bar.button.user.profile.title": "User profile",
|
|
483
|
-
"eo.executable.processes.execute":"Ok",
|
|
484
|
-
"eo.add.title.location.subfolder":"Add to current folder",
|
|
485
|
-
"eo.help.about.releasedate.label": "Release timestamp: ",
|
|
486
|
-
"eo.action.manage.rights.read.label": "Share",
|
|
487
|
-
"eo.action.manage.rights.read.description": "Lets the user share read rights for this document.",
|
|
488
|
-
"eo.column.config.pinned": "pin",
|
|
489
|
-
"eo.inbox.filter.absent": "Substitution",
|
|
490
|
-
"eo.inbox.filter.overdue": "Overdue",
|
|
491
|
-
"eo.inbox.item.note.absence": "Substitution",
|
|
492
|
-
"eo.references.object.notfound": "No references found.",
|
|
493
|
-
"eo.references.to.label": "References to this object",
|
|
494
|
-
"eo.references.from.label": "References to other objects",
|
|
495
|
-
"eo.references.open.resultlist": "Open in hit list",
|
|
496
|
-
"eo.process.details.tab.task.indexdata": "Process data",
|
|
497
|
-
"eo.process.recipients": "Recipients",
|
|
498
|
-
"eo.process.substitute": "Substitution for",
|
|
499
|
-
"eo.export.action.original.label": "Original",
|
|
500
|
-
"eo.export.action.original.description": "Downloads the document file in the original format",
|
|
501
|
-
"eo.manage.rights.title": "Share object with other users",
|
|
502
|
-
"eo.manage.rights.element.label": "Users/groups",
|
|
503
|
-
"eo.manage.rights.cancel": "Cancel",
|
|
504
|
-
"eo.manage.rights.save": "Save",
|
|
505
|
-
"eo.resubmission.error.msg": "At least one notification method must be selected.",
|
|
506
|
-
"eo.resubmission.field.notification.inbox": "Notification via inbox",
|
|
507
|
-
"eo.resubmission.field.notification.email": "Notification by email",
|
|
508
|
-
"eo.subscription.error.msg": "At least one notification method must be selected.",
|
|
509
|
-
"eo.subscription.field.notification.inbox": "Notification via inbox",
|
|
510
|
-
"eo.subscription.field.notification.email": "Notification by email",
|
|
511
|
-
"eo.object.indexdata.reset": "Discard changes",
|
|
512
|
-
"eo.object.indexdata.save": "Save",
|
|
513
|
-
"eo.state.process.filter.completed": "Ended processes",
|
|
514
|
-
"eo.state.login.password": "Password",
|
|
515
|
-
"eo.search.objecttype.form.context": "in context",
|
|
516
|
-
"eo.shortcuts.action.add": "Create objects",
|
|
517
|
-
"eo.manage.rights.message": "The Objekt {{title}} is now shared with {{shared}}.",
|
|
518
|
-
"eo.manage.rights.message.notshared": "The Object is not longer shared by you.",
|
|
519
|
-
"eo.action.menu.clipboard.copy.message": "The Objekt {{title}} was copied",
|
|
520
|
-
"eo.action.menu.clipboard.copy.multiple.message": "{{count}} Objektes were copied",
|
|
521
|
-
"eo.action.menu.custom.run.success":"The action {{title}} is executed.",
|
|
522
|
-
"eo.action.menu.custom.run.error": "Unfortunately the action {{title}} could not be executed."
|
|
523
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"eo.stored.queries.list.empty": "No queries available",
|
|
3
|
+
"eo.action.delete.dms.object.confirm.context.folder.title": "This context folder '{{folder}}' contains {{count}} objects. Are you sure you want to delete this context folder and objects?",
|
|
4
|
+
"eo.form.element.tag.ex": "extracted from contents",
|
|
5
|
+
"eo.form.element.tag.df": "default value",
|
|
6
|
+
"eo.search.storedquery.save.success": "The stored query was updated",
|
|
7
|
+
"eo.storedquery.share.sharedwith": "shared with",
|
|
8
|
+
"eo.storedquery.share.cancel": "Cancelar",
|
|
9
|
+
"eo.storedquery.share.ok": "Aceitar",
|
|
10
|
+
"eo.sidebar.navigation.storedqueries": "Solicitações de pesquisa armazenadas",
|
|
11
|
+
"eo.inbox.activity.confirm.success": "The task was confirmed",
|
|
12
|
+
"eo.bpm.activity.forward.success": "The task was forwarded",
|
|
13
|
+
"eo.object.history.filter.process": "Atividades",
|
|
14
|
+
"eo.object.history.filter.modification": "Modifications",
|
|
15
|
+
"eo.object.history.filter.informational": "Geral",
|
|
16
|
+
"eo.object.content.title": "Conteúdo",
|
|
17
|
+
"eo.indexdata.summary.more": "More information",
|
|
18
|
+
"eo.shortcuts.nav.title": "Navegação",
|
|
19
|
+
"eo.shortcuts.action.dashboard": "Dashboard",
|
|
20
|
+
"eo.shortcuts.action.inbox": "Bandeja de entrada",
|
|
21
|
+
"eo.shortcuts.action.intray": "Bandeja de arquivamento",
|
|
22
|
+
"eo.shortcuts.action.favorites": "Favoritos",
|
|
23
|
+
"eo.shortcuts.action.settings": "Configurações",
|
|
24
|
+
"eo.shortcuts.action.search": "Pesquisar",
|
|
25
|
+
"eo.shortcuts.action.logout": "Sair",
|
|
26
|
+
"eo.shortcuts.eo-page.title": "Page",
|
|
27
|
+
"eo.shortcuts.eo-page.action.undock": "Undock",
|
|
28
|
+
"eo.state.object.tree.filter.label": "Filtrar",
|
|
29
|
+
"eo.user.service.schema.locale.error.title": "Object defninitions locale",
|
|
30
|
+
"eo.user.service.schema.locale.error.description": "Object defninitions locale could not be changed. Maybe you are not connected to the server.",
|
|
31
|
+
"eo.global.number.separator.decimal": ".",
|
|
32
|
+
"eo.process.details.workitem.load.fail": "Could not load task",
|
|
33
|
+
"eo.process.item.remove.fail": "",
|
|
34
|
+
"eo.shortcuts.eo-object-details.title": "Object",
|
|
35
|
+
"eo.shortcuts.action.open.context": "Abrir no contexto",
|
|
36
|
+
"eo.shortcuts.action.open.context.description": "Opens object in its context",
|
|
37
|
+
"eo.shortcuts.aside.action.open": "Abrir",
|
|
38
|
+
"eo.shortcuts.form.title": "Form",
|
|
39
|
+
"eo.shortcuts.form.action.save": "Save",
|
|
40
|
+
"eo.shortcuts.form.action.reset": "Redefinir",
|
|
41
|
+
"eo.shortcuts.form.action.edit": "Editar",
|
|
42
|
+
"eo.tabcontainer.order.question": "Do you want to save the order?",
|
|
43
|
+
"eo.tabcontainer.order.success": "Order saved",
|
|
44
|
+
"eo.state.login.username": "Username",
|
|
45
|
+
"eo.state.login.msg.invalid": "The provided credentials are invalid. Please review your inputs.",
|
|
46
|
+
"eo.state.login.host": "Host",
|
|
47
|
+
"eo.state.login.submit": "Login",
|
|
48
|
+
"eo.state.object.tree.error": "Folder structure could not be loaded",
|
|
49
|
+
"eo.state.object.frontpage.created": "created on",
|
|
50
|
+
"eo.state.object.frontpage.doccount": "{{doccount}} documents",
|
|
51
|
+
"eo.state.object.frontpage.filesize": "Total size {{filesize}}",
|
|
52
|
+
"eo.state.object.frontpage.lastchanges": "Last changes",
|
|
53
|
+
"eo.state.settings.permission": "Permissões",
|
|
54
|
+
"eo.search.mode.expert": "Expert Mode",
|
|
55
|
+
"eo.search.mode.expert.close": "Exit Expert Mode",
|
|
56
|
+
"eo.search.aside.summary.storedquery": "Stored query",
|
|
57
|
+
"eo.search.aside.summary": "Sua pesquisa",
|
|
58
|
+
"eo.search.aside.summary.term": "Palavra-chave",
|
|
59
|
+
"eo.search.aside.summary.types": "Target types",
|
|
60
|
+
"eo.search.storedquery.close": "Close",
|
|
61
|
+
"eo.search.storedquery.update": "Save changes",
|
|
62
|
+
"eo.search.storedquery.save.error": "Query could not be saved",
|
|
63
|
+
"eo.search.storedquery.delete.error": "Query could not be deleted",
|
|
64
|
+
"eo.storedquery.load": "Open in search dialog",
|
|
65
|
+
"eo.storedquery.run": "Execute query",
|
|
66
|
+
"eo.storedquery.action.edit": "Edit Query",
|
|
67
|
+
"eo.storedquery.action.delete": "Apagar",
|
|
68
|
+
"eo.search.summary.empty": "Você ainda não inseriu parâmetros de pesquisa",
|
|
69
|
+
"eo.search.mode.expert.result.empty": "Sua pesquisa não retornou resultados",
|
|
70
|
+
"eo.search.mode.expert.intro": "In expert mode you can run complex search queries",
|
|
71
|
+
"eo.search.mode.expert.support.baseparams": "Baseparameters",
|
|
72
|
+
"eo.search.mode.expert.support.group": "Grupo",
|
|
73
|
+
"eo.search.mode.expert.support.type": "Tipo",
|
|
74
|
+
"eo.search.mode.expert.support.field": "Field",
|
|
75
|
+
"eo.object.links.title": "Links",
|
|
76
|
+
"eo.form.property.dynamic.list.empty": "Nenhuma entrada disponível",
|
|
77
|
+
"eo.process.task.due": "Due on {{date}}",
|
|
78
|
+
"eo.process.task.continue": "In order to continue, you need to accept this task",
|
|
79
|
+
"eo.object.summary.title": "Sumário",
|
|
80
|
+
"eo.global.baseparam.filename": "Arquivo do documento",
|
|
81
|
+
"eo.global.baseparam.filesize": "Tamanho do arquivo",
|
|
82
|
+
"eo.global.baseparam.modified": "Editado",
|
|
83
|
+
"eo.global.baseparam.modifier": "Encarregado",
|
|
84
|
+
"eo.global.baseparam.created": "Criado",
|
|
85
|
+
"eo.global.baseparam.creator": "Elaborador",
|
|
86
|
+
"eo.form.property.daterange.invalid": "Please enter a valid date range",
|
|
87
|
+
"eo.form.property.numberrange.invalid": "Please enter a valid number range",
|
|
88
|
+
"eo.form.property.date.invalid": "Please enter a valid date",
|
|
89
|
+
"eo.form.property.codesystem.value.invalid": "The field should only contain values from the catalog",
|
|
90
|
+
"eo.object.preview.attachments": "Attachments",
|
|
91
|
+
"eo.quicksearch.label": "O que você está procurando",
|
|
92
|
+
"eo.shortcuts.title": "Application actions",
|
|
93
|
+
"eo.clipboard.more": "and {{moreCount}} additional objects",
|
|
94
|
+
"eo.clipboard.clear": "Clear",
|
|
95
|
+
"eo.clipboard.type.copy": "Copiar",
|
|
96
|
+
"eo.clipboard.type.cut": "Cut",
|
|
97
|
+
"eo.upload.global.headline": "Carregar arquivo(s)",
|
|
98
|
+
"eo.upload.global.context.title": "Add to context",
|
|
99
|
+
"eo.notifications.filter.section.objecttype": "Objekttyp",
|
|
100
|
+
"eo.state.object.list.error": "Es sind keine Informationen vorhanden.",
|
|
101
|
+
"eo.notifications.filter.section.title": "Type",
|
|
102
|
+
"eo.state.process.filter.running": "Running processe",
|
|
103
|
+
"eo.state.process.filter.error": "Erroneous processes",
|
|
104
|
+
"eo.state.process.filter.suspended": "Pending processes",
|
|
105
|
+
"eo.process.filter.title": "Filter Processes",
|
|
106
|
+
"eo.process.filter.section.status": "Status",
|
|
107
|
+
"eo.grid.sort.title": "Título",
|
|
108
|
+
"eo.grid.sort.date": "Data",
|
|
109
|
+
"eo.process.sort.status": "Status",
|
|
110
|
+
"eo.process.sort.type":"Tipo",
|
|
111
|
+
"eo.process.file.title.undefined": "Title is undefined!",
|
|
112
|
+
"eo.process.file.description.undefined": "Description is undefined!",
|
|
113
|
+
"eo.status.404.description": "Não foi possível carregar o objeto.",
|
|
114
|
+
"eo.process.filter.section.type": "Tipo",
|
|
115
|
+
"eo.favorites.list.empty": "You still haven't added any favorites.",
|
|
116
|
+
"eo.notifications.list.empty": "Atualmente não há assinaturas nem acompanhamentos adicionados.",
|
|
117
|
+
"eo.process.list.empty": "Nenhum processo existente",
|
|
118
|
+
"eo.resultlist.grid.filter.placeholder.process": "Filtering process data",
|
|
119
|
+
"eo.bar.button.execute.actions.tooltip": "Start process",
|
|
120
|
+
"eo.storedquery.share.title": "Share",
|
|
121
|
+
"eo.storedquery.shared.title": "Shared by me",
|
|
122
|
+
"eo.storedquery.sharedfor.title": "Shared for me",
|
|
123
|
+
"eo.storedquery.favor.title": "Favor",
|
|
124
|
+
"eo.storedquery.favored.title": "Favored by me",
|
|
125
|
+
"eo.storedquery.favoredfor.title": "Favored for me",
|
|
126
|
+
"eo.notifications.filter.subscription.label": "Subscription",
|
|
127
|
+
"eo.notifications.filter.resubmission.label": "Follow-up",
|
|
128
|
+
"eo.search.close": "close search",
|
|
129
|
+
"eo.search.clear.search":"clear seach",
|
|
130
|
+
"eo.sort.by": "Ordenar por",
|
|
131
|
+
"eo.state.process": "Processos",
|
|
132
|
+
"eo.help.about.claim": "yuuvis® – A verdadeira ECM<br/>O software yuuvis® da OPTIMAL SYSTEMS para a Enterprise Content Management (gestão de conteúdo empresarial) é um software de ECM integral, bastante abrangente e corporativo. Uma verdadeira solução empresarial completa – para todos os ramos, todas as áreas de negócios e todos os departamentos.<br/>yuuvis® - Simples. Corporativo.",
|
|
133
|
+
"eo.help.about.product.label": "Produto:",
|
|
134
|
+
"eo.help.about.client.version.label": "Versão Client:",
|
|
135
|
+
"eo.help.about.producer.label": "Fabricante:",
|
|
136
|
+
"eo.help.about.producer.text": "OPTIMAL SYSTEMS GmbH, Berlim, Alemanha",
|
|
137
|
+
"eo.help.license.title": "Avisos sobre licenças",
|
|
138
|
+
"eo.help.license.intro": "Este documento contém informações sobre licenças com disposições complementares para os componentes externos integrados no yuuvis® client. Essas informações sobre licenças e as disposições complementares tornam-se parte do contrato de licenciamento do Software da OPTIMAL SYSTEMS por meio dessa referência.",
|
|
139
|
+
"eo.action.menu.custom.error.message": "Não foi possível realizar a ação",
|
|
140
|
+
"eo.action.menu.show.versions.label": "Exibir versões",
|
|
141
|
+
"eo.action.menu.show.versions.description": "Exibe todas as versões do objeto.",
|
|
142
|
+
"eo.action.menu.edit.document.label": "Abrir arquivo do documento",
|
|
143
|
+
"eo.action.menu.edit.document.description": "Possibilita a abertura externa do arquivo do documento.",
|
|
144
|
+
"eo.action.menu.send.email.link.label": "E-mail com link",
|
|
145
|
+
"eo.action.menu.send.email.link.description": "Cria uma nova mensagem de e-mail em seu programa de e-mail local e adiciona um link na pasta ou no documento.",
|
|
146
|
+
"eo.action.menu.send.email.file.label": "E-mail com anexo",
|
|
147
|
+
"eo.action.menu.send.email.file.description": "Cria uma nova mensagem de e-mail em seu programa de e-mail local e adiciona um arquivo de documento como anexo.",
|
|
148
|
+
"eo.action.menu.send.email.file.pdf.label": "E-mail com PDF",
|
|
149
|
+
"eo.action.menu.send.email.file.pdf.description": "Cria uma nova mensagem de e-mail em seu programa de e-mail local e adiciona um arquivo de documento PDF como anexo.",
|
|
150
|
+
"eo.action.menu.clipboard.link.label": "Copiar link",
|
|
151
|
+
"eo.action.menu.clipboard.link.description": "Copia um link do objeto no arquivo temporário.",
|
|
152
|
+
"eo.action.menu.clipboard.link.successful": "Link copiado no arquivo temporário.",
|
|
153
|
+
"eo.action.menu.clipboard.link.error": "Não foi possível copiar o link no arquivo temporário.",
|
|
154
|
+
"eo.action.menu.clipboard.file.label": "Copiar arquivo do documento",
|
|
155
|
+
"eo.action.menu.clipboard.file.description": "Copia o arquivo original do documento no arquivo temporário.",
|
|
156
|
+
"eo.action.menu.clipboard.file.pdf.label": "Copiar como PDF",
|
|
157
|
+
"eo.action.menu.clipboard.file.pdf.description": "Copia o arquivo original do documento como PDF no arquivo temporário.",
|
|
158
|
+
"eo.action.menu.clipboard.copy.label": "Copiar para cá",
|
|
159
|
+
"eo.action.menu.clipboard.copy.description": "Copia os objetos marcados para esta pasta.",
|
|
160
|
+
"eo.action.menu.versioning.version.restore.label": "Recuperar versão",
|
|
161
|
+
"eo.action.menu.versioning.version.restore.description": "Cria uma nova versão com base na versão anterior.",
|
|
162
|
+
"eo.actions.group.common": "GERAL",
|
|
163
|
+
"eo.actions.group.further_actions": "OUTRAS AÇÕES",
|
|
164
|
+
"eo.action.create.favorite.label": "Adicionar aos favoritos",
|
|
165
|
+
"eo.action.create.favorite.description": "Adiciona o objeto aos favoritos.",
|
|
166
|
+
"eo.action.delete.favorite.label": "Remover dos favoritos",
|
|
167
|
+
"eo.action.delete.favorite.description": "Remove o objeto dos favoritos.",
|
|
168
|
+
"eo.action.create.subscription.label": "Adicionar assinatura",
|
|
169
|
+
"eo.action.create.subscription.description": "Adiciona uma assinatura.",
|
|
170
|
+
"eo.action.delete.subscription.label": "Remover assinatura",
|
|
171
|
+
"eo.action.delete.subscription.description": "Remove a assinatura.",
|
|
172
|
+
"eo.action.create.resubmission.label": "Adicionar acompanhamento",
|
|
173
|
+
"eo.action.create.resubmission.description": "Adiciona um acompanhamento.",
|
|
174
|
+
"eo.action.update.resubmission.label": "Editar acompanhamento",
|
|
175
|
+
"eo.action.update.resubmission.description": "Abre as propriedades do acompanhamento para edição.",
|
|
176
|
+
"eo.action.delete.dms.object.label": "Apagar",
|
|
177
|
+
"eo.action.delete.dms.object.description": "Apaga o objeto.",
|
|
178
|
+
"eo.action.download.dms.object.content.label": "Fazer download do arquivo do documento",
|
|
179
|
+
"eo.action.download.dms.object.content.description": "Faz o download do arquivo do documento do objeto.",
|
|
180
|
+
"eo.error.connection.interrupted.text": "Pelo menos um serviço está indisponível no momento.",
|
|
181
|
+
"eo.error.connection.interrupted.title": "Serviço indisponível",
|
|
182
|
+
"eo.object.indexdata.save.success": "Documento salvo.",
|
|
183
|
+
"eo.object.indexdata.save.error": "Não é possível salvar o documento no momento.",
|
|
184
|
+
"eo.bpm.activity.indexdata.save.success": "A tarefa foi salva com êxito.",
|
|
185
|
+
"eo.bpm.activity.indexdata.save.error": "Não é possível salvar a tarefa no momento.",
|
|
186
|
+
"eo.sse.delete.fail.title": "Erro ao apagar",
|
|
187
|
+
"eo.state.settings.language": "Idioma",
|
|
188
|
+
"eo.state.settings.language.client": "Aplicação",
|
|
189
|
+
"eo.state.settings.language.schema": "Definições de objetos",
|
|
190
|
+
"eo.state.settings.roles": "Funções",
|
|
191
|
+
"eo.state.settings.agent": "Agente",
|
|
192
|
+
"eo.state.settings.pairing-status": "Status do agente",
|
|
193
|
+
"eo.state.settings.others": "Outras configurações",
|
|
194
|
+
"eo.state.settings.presence.present": "Presente",
|
|
195
|
+
"eo.state.settings.presence.absent": "Ausente",
|
|
196
|
+
"eo.state.settings.presence.error.title": "Ooops...",
|
|
197
|
+
"eo.state.settings.presence.error.description": "Isso aí não deu certo. Tente novamente.",
|
|
198
|
+
"eo.state.settings.deputies": "Suplente",
|
|
199
|
+
"eo.state.settings.agent.new-connection": "Conectar agente yuuvis local",
|
|
200
|
+
"eo.state.settings.agent.pairing.request": "Emparelhar agente yuuvis",
|
|
201
|
+
"eo.state.settings.agent.pairing.description": "Emparelhar com agente yuuvis local.",
|
|
202
|
+
"eo.state.settings.agent.pairing.status.paired": "Conectado e emparelhado",
|
|
203
|
+
"eo.state.settings.agent.pairing.status.paired-desc": "Você pode usar as funções da integração do desktop com o yuuvis.",
|
|
204
|
+
"eo.state.settings.agent.pairing.status.could-pair": "Nenhum agente emparelhado",
|
|
205
|
+
"eo.state.settings.agent.pairing.status.could-pair-desc": "Você conectou um agente yuuvis a este sistema yuuvis, mas não o emparelhou com o navegador atual. As funções da integração do desktop não estão disponíveis.",
|
|
206
|
+
"eo.state.settings.agent.pairing.status.not-connected": "Nenhum agente conectado",
|
|
207
|
+
"eo.state.settings.agent.pairing.status.not-connected-desc": "Você não conectou nenhum agente yuuvis com o sistema yuuvis atual. As funções da integração do desktop não estão disponíveis.",
|
|
208
|
+
"eo.state.settings.lock": "Bloquear documento ao abrir",
|
|
209
|
+
"eo.state.settings.lock.enable": "Ativado",
|
|
210
|
+
"eo.state.settings.lock.disable": "Desativado",
|
|
211
|
+
"eo.state.settings.lock.ask": "Perguntar sempre",
|
|
212
|
+
"eo.column.config.title": "Configuração das colunas",
|
|
213
|
+
"eo.column.config.action.save": "Salvar",
|
|
214
|
+
"eo.column.config.action.save.default": "Memorizar como padrão",
|
|
215
|
+
"eo.column.config.action.close": "Cancelar",
|
|
216
|
+
"eo.column.config.action.resetdefault": "Redefinir para o padrão",
|
|
217
|
+
"eo.column.config.headline.current": "Colunas atuais",
|
|
218
|
+
"eo.column.config.headline.available": "Colunas disponíveis",
|
|
219
|
+
"eo.column.config.sort": "ordenar",
|
|
220
|
+
"eo.column.config.group": "agrupar",
|
|
221
|
+
"eo.column.config.info.type": "Configuração para o tipo de resultado '{{type}}'",
|
|
222
|
+
"eo.column.config.info.type.context": "Configuração para o tipo de resultado '{{type}}' no contexto de '{{context}}'",
|
|
223
|
+
"eo.column.config.info.fulltext": "Configuração para tipos misturados de resultados",
|
|
224
|
+
"eo.favorite.details.item.gone": "Não foi possível encontrar o elemento. Ele pode ter sido apagado ou você não tem autorização para exibi-lo.",
|
|
225
|
+
"eo.favorite.details.item.gone.remove": "Remover dos favoritos",
|
|
226
|
+
"eo.favorite.icon.dialog.title": "Adicionar aos favoritos",
|
|
227
|
+
"eo.favorite.icon.dialog.save": "Salvar",
|
|
228
|
+
"eo.favorite.icon.dialog.cancel": "Cancelar",
|
|
229
|
+
"eo.favorite.icon.tooltip.add": "Adicionar aos favoritos",
|
|
230
|
+
"eo.favorite.icon.tooltip.remove": "Apagar dos favoritos",
|
|
231
|
+
"eo.favorite.icon.dialog.input.label": "Título",
|
|
232
|
+
"eo.favorites.list.title": "Favoritos",
|
|
233
|
+
"eo.favorites.filter.title": "Filtrar favoritos",
|
|
234
|
+
"eo.favorites.filter.section.objecttype": "Tipo do objeto",
|
|
235
|
+
"eo.folder.filter.title": "Filtrar lista",
|
|
236
|
+
"eo.folder.filter.section.objecttype": "Tipo do objeto",
|
|
237
|
+
"eo.inbox.list.title": "Bandeja de entrada",
|
|
238
|
+
"eo.inbox.SUBSCRIPTION": "Assinatura",
|
|
239
|
+
"eo.inbox.BPM": "Processo",
|
|
240
|
+
"eo.inbox.RESUBMISSION": "Acompanhamento",
|
|
241
|
+
"eo.inbox.filter.title": "Filtrar entradas",
|
|
242
|
+
"eo.inbox.filter.section.type": "Tipo",
|
|
243
|
+
"eo.inbox.filter.unread": "Somente não lidas",
|
|
244
|
+
"eo.inbox.sort.title": "Título",
|
|
245
|
+
"eo.inbox.sort.date": "Data",
|
|
246
|
+
"eo.notifications.list.title": "Notificações",
|
|
247
|
+
"eo.notifications.list.subtitle": "Gerenciamento de assinaturas e acompanhamentos",
|
|
248
|
+
"eo.notifications.filter.title": "Filtrar notificações",
|
|
249
|
+
"eo.notifications.sort.title": "Título",
|
|
250
|
+
"eo.notifications.sort.due": "Data",
|
|
251
|
+
"eo.object.resubmission.tooltip": "Acompanhamento disponível",
|
|
252
|
+
"eo.object.subscription.tooltip": "Assinado",
|
|
253
|
+
"eo.object.indexdata.title": "Dados de indexação",
|
|
254
|
+
"eo.object.history.title": "Histórico",
|
|
255
|
+
"eo.object.history.workflowprocess": "Modelo de processo",
|
|
256
|
+
"eo.object.history.activity": "Atividade",
|
|
257
|
+
"eo.object.history.version": "Versão",
|
|
258
|
+
"eo.object.lock": "bloqueado",
|
|
259
|
+
"eo.object.indexdata.save.browsernav": "Você está editando os dados de indexação de um formulário não salvo.",
|
|
260
|
+
"eo.object.indexdata.form.invalid": "A máscara dos dados de indexação contém erros. Corrija os erros para poder salvar as informações.",
|
|
261
|
+
"eo.prepare.details.type.title": "Selecionar tipo de objeto",
|
|
262
|
+
"eo.prepare.details.type.empty": "Nenhum tipo de objeto está disponível para um novo sistema neste local de arquivamento para este arquivo.",
|
|
263
|
+
"eo.prepare.details.type.notallowed": "O tipo de arquivo '{{type}}' selecionado não pode ser aceito, pois o arquivo '{{filename}}' carregado não é permitido para estes tipos.",
|
|
264
|
+
"eo.prepare.details.type.subtitle": "Seleção do tipo de objeto",
|
|
265
|
+
"eo.prepare.details.content.subtitle": "Adicionar arquivo",
|
|
266
|
+
"eo.prepare.details.indexdata.subtitle": "Adicionar dados de indexação",
|
|
267
|
+
"eo.prepare.save": "Armazenar",
|
|
268
|
+
"eo.prepare.saveopen": "Armazenar e abrir",
|
|
269
|
+
"eo.prepare.template.select": "Aceitar modelo",
|
|
270
|
+
"eo.prepare.template.abort": "Cancelar",
|
|
271
|
+
"eo.prepare.template.error.title": "Erro",
|
|
272
|
+
"eo.prepare.template.error.message": "Não foi possível aceitar o modelo.",
|
|
273
|
+
"eo.prepare.location.title.prefix": "Novo arquivamento em",
|
|
274
|
+
"eo.prepare.location.title.sysroot": "Novo arquivamento no local de arquivamento geral",
|
|
275
|
+
"eo.prepare.created.error.title": "Não foi possível adicionar o objeto",
|
|
276
|
+
"eo.prepare.created.error.message": "Ocorreu um erro ao adicionar o objeto. O objeto não foi armazenado.",
|
|
277
|
+
"eo.prepare.attachment.info": "É possível adicionar um arquivo a este tipo de objeto. Selecione uma das seguintes opções:",
|
|
278
|
+
"eo.prepare.attachment.upload.title": "Carregar arquivo",
|
|
279
|
+
"eo.prepare.attachment.upload.desc": "Adicione um arquivo local ao objeto.",
|
|
280
|
+
"eo.prepare.attachment.template.title": "Selecionar modelo",
|
|
281
|
+
"eo.prepare.attachment.template.desc": "Selecione o arquivo a partir de um modelo para este tipo de objeto.",
|
|
282
|
+
"eo.prepare.attachment.template.resolver": "Com aceitação de dados",
|
|
283
|
+
"eo.prepare.attachment.nofile.title": "Sem um arquivo",
|
|
284
|
+
"eo.prepare.attachment.nofile.desc": "Crie o objeto sem um arquivo.",
|
|
285
|
+
"eo.prepare.details.contents.title": "Arquivos",
|
|
286
|
+
"eo.prepare.list.title": "Bandeja de arquivamento",
|
|
287
|
+
"eo.prepare.list.title.sub": "Objetos a serem arquivados",
|
|
288
|
+
"eo.prepare.list.empty": "Nenhum objeto na bandeja de arquivamento.",
|
|
289
|
+
"eo.prepare.list.item.template": "a partir do modelo",
|
|
290
|
+
"eo.prepare.list.item.file.none": "nenhum arquivo",
|
|
291
|
+
"eo.prepare.list.item.type.undefined": "Tipo de objeto ainda não selecionado",
|
|
292
|
+
"eo.prepare.list.item.location.set": "Local de arquivamento definido",
|
|
293
|
+
"eo.prepare.list.item.location.notset": "no local de arquivamento geral",
|
|
294
|
+
"eo.process.details.tab.task": "Tarefa",
|
|
295
|
+
"eo.process.details.tab.task.description": "Descrição",
|
|
296
|
+
"eo.process.details.tab.progress": "Progresso",
|
|
297
|
+
"eo.process.details.tab.attachments": "Documentos",
|
|
298
|
+
"eo.process.details.task.resubmission.description": "Você está recebendo esta notificação porque você adicionou um acompanhamento para o objeto de negócios em anexo.",
|
|
299
|
+
"eo.process.details.task.subscription.description": "Você está recebendo esta notificação porque você quis ser informado sobre alterações no objeto de negócios em anexo.",
|
|
300
|
+
"eo.process.details.button.resubmission.remove": "Confirmar",
|
|
301
|
+
"eo.process.details.button.subscription.remove": "Confirmar",
|
|
302
|
+
"eo.bpm.activity.forward.error": "Erro ao encaminhar.",
|
|
303
|
+
"eo.process.personalize": "Aceitar tarefa",
|
|
304
|
+
"eo.process.depersonalize": "Devolver tarefa",
|
|
305
|
+
"eo.process.activity.lock.denied": "A tarefa já está sendo editada.",
|
|
306
|
+
"eo.process.activity.unlock.denied": "Tente novamente mais tarde!",
|
|
307
|
+
"eo.process.file.empty.label": "O documento está vazio.",
|
|
308
|
+
"eo.process.file.add.label": "Adicionar objetos marcados ao documento.",
|
|
309
|
+
"eo.process.file.notification.error": "Erro ao adicionar",
|
|
310
|
+
"eo.process.file.notification.add.message": "Adicionar ao documento",
|
|
311
|
+
"eo.process.file.notification.remove": "excluir",
|
|
312
|
+
"eo.process.file.notification.remove.message": "Remover do documento",
|
|
313
|
+
"eo.process.start.time.label": "Início: ",
|
|
314
|
+
"eo.process.end.time.label": "Fim: ",
|
|
315
|
+
"eo.quicksearch.result.group.global": "Tudo",
|
|
316
|
+
"eo.quicksearch.hits": "Resultado",
|
|
317
|
+
"eo.search.result.term": "Palavra-chave",
|
|
318
|
+
"eo.search.result.expired": "Esta solicitação de pesquisa foi encerrada e não está mais disponível.",
|
|
319
|
+
"eo.search.result.error": "Não foi possível realizar sua solicitação de pesquisa devido a um erro técnico.",
|
|
320
|
+
"eo.search.result.hits": "Resultado",
|
|
321
|
+
"eo.resultlist.grid.filterOoo": "Filtro...",
|
|
322
|
+
"eo.status.404.title": "Não encontrado",
|
|
323
|
+
"eo.actions.sticky.title": "Ações",
|
|
324
|
+
"eo.actions.sticky.title.sub.for": "para",
|
|
325
|
+
"eo.actions.sticky.title.sub.selection": "a seleção atual",
|
|
326
|
+
"eo.object.inlinemenu.addresubmission": "Adicionar acompanhamento",
|
|
327
|
+
"eo.object.inlinemenu.editresubmission": "Editar acompanhamento",
|
|
328
|
+
"eo.object.inlinemenu.addsubscription": "Adicionar assinatura",
|
|
329
|
+
"eo.storedquery.search.term": "Texto completo",
|
|
330
|
+
"eo.storedquery.restriction.type": "Tipo do objeto",
|
|
331
|
+
"eo.storedquery.restriction.created": "Elaborado",
|
|
332
|
+
"eo.storedquery.restriction.creator": "Elaborador",
|
|
333
|
+
"eo.storedquery.restriction.modified": "Editado",
|
|
334
|
+
"eo.storedquery.restriction.modifier": "Encarregado",
|
|
335
|
+
"eo.storedquery.restriction.mimetypegroup": "Tipo de arquivo",
|
|
336
|
+
"eo.storedquery.restriction.filename": "Nome do arquivo",
|
|
337
|
+
"eo.storedquery.restriction.filesize": "Tamanho do arquivo",
|
|
338
|
+
"eo.storedquery.action.save": "Salvar",
|
|
339
|
+
"eo.storedquery.action.cancel": "Cancelar",
|
|
340
|
+
"eo.storedquery.roles": "Funções",
|
|
341
|
+
"eo.storedquery.res.count.label": "Resultado",
|
|
342
|
+
"eo.timeline.empty": "Não há nenhuma entrada.",
|
|
343
|
+
"eo.timeline.filter.action": "Filtrar entradas",
|
|
344
|
+
"eo.timeline.filter.reset": "Redefinir filtros",
|
|
345
|
+
"eo.versions.details.label": "Versão",
|
|
346
|
+
"eo.versions.detail.glue.tooltip": "Desligar visualização síncrona dos aspectos do objeto",
|
|
347
|
+
"eo.versions.list.title": "Versões",
|
|
348
|
+
"eo.versions.list.users": "Usuário",
|
|
349
|
+
"eo.versions.list.types": "Tipo",
|
|
350
|
+
"eo.init.fail": "",
|
|
351
|
+
"eo.add.title.location": "No local de arquivamento",
|
|
352
|
+
"eo.add.title.location.common": "Geral",
|
|
353
|
+
"eo.search": "Pesquisa",
|
|
354
|
+
"eo.search.save": "Salvar pesquisa",
|
|
355
|
+
"eo.search.reset": "Redefinir",
|
|
356
|
+
"eo.search.agg.time.lastyear": "Último ano",
|
|
357
|
+
"eo.search.agg.time.thisyear": "Esse ano",
|
|
358
|
+
"eo.search.agg.time.lastmonth": "Último mês",
|
|
359
|
+
"eo.search.agg.time.thismonth": "Esse mês",
|
|
360
|
+
"eo.search.agg.time.lastweek": "Última semana",
|
|
361
|
+
"eo.search.agg.time.thisweek": "Essa semana",
|
|
362
|
+
"eo.search.agg.time.yesterday": "Ontem",
|
|
363
|
+
"eo.search.agg.time.today": "Hoje",
|
|
364
|
+
"eo.search.agg.time.span": "Período",
|
|
365
|
+
"eo.search.agg.time.span.custom": "Período definido pelo usuário",
|
|
366
|
+
"eo.search.agg.time.span.from": "de",
|
|
367
|
+
"eo.search.agg.time.span.to": "até",
|
|
368
|
+
"eo.search.agg.time.span.since": "desde",
|
|
369
|
+
"eo.search.agg.time.span.until": "até",
|
|
370
|
+
"eo.search.agg.creator": "Elaborador",
|
|
371
|
+
"eo.search.agg.modifier": "Encarregado",
|
|
372
|
+
"eo.search.agg.createdby": "Criado por",
|
|
373
|
+
"eo.search.agg.modifiedby": "Editado por",
|
|
374
|
+
"eo.search.agg.filename": "Nome do arquivo",
|
|
375
|
+
"eo.search.agg.time.custom.save": "Aceitar",
|
|
376
|
+
"eo.search.agg.time.custom.remove": "Excluir",
|
|
377
|
+
"eo.search.objecttype.form": "Formulário de busca '{{type}}'",
|
|
378
|
+
"eo.search.group.general": "Tudo",
|
|
379
|
+
"eo.search.submit": "Pesquisar",
|
|
380
|
+
"eo.search.title": "Resultado da pesquisa",
|
|
381
|
+
"eo.search.title.storedqueries": "Solicitações de pesquisa armazenadas",
|
|
382
|
+
"eo.search.storedqueries.restrict": "Minhas solicitações de pesquisa",
|
|
383
|
+
"eo.search.suggest": "Você quis dizer: ",
|
|
384
|
+
"eo.search.restrict.type": "Tipo do objeto",
|
|
385
|
+
"eo.search.restrict.creation": "Criado",
|
|
386
|
+
"eo.search.restrict.modification": "Alterado",
|
|
387
|
+
"eo.search.restrict.mimetypegroup": "Tipo de arquivo",
|
|
388
|
+
"eo.search.restrict.file": "Arquivo do documento",
|
|
389
|
+
"eo.search.restrict.filename": "Nome do arquivo",
|
|
390
|
+
"eo.search.restrict.filesize": "Tamanho do arquivo",
|
|
391
|
+
"eo.bar.button.prepare.tooltip": "Abrir bandeja de arquivamento",
|
|
392
|
+
"eo.bar.button.inbox.tooltip": "Abrir bandeja de entrada",
|
|
393
|
+
"eo.bar.button.favorites.tooltip": "Abrir favoritos",
|
|
394
|
+
"eo.bar.button.search.tooltip": "Pesquisar",
|
|
395
|
+
"eo.bar.button.file.tooltip": "Anexar objeto",
|
|
396
|
+
"eo.bar.button.logout.title": "Sair",
|
|
397
|
+
"eo.bar.button.settings.title": "Configurações",
|
|
398
|
+
"eo.sidebar.navigation.title": "Navegação",
|
|
399
|
+
"eo.sidebar.navigation.favorites": "Favoritos",
|
|
400
|
+
"eo.sidebar.navigation.favorites.tooltip": "Abrir favoritos",
|
|
401
|
+
"eo.sidebar.navigation.inbox": "Bandeja de entrada",
|
|
402
|
+
"eo.sidebar.navigation.inbox.tooltip": "Abrir bandeja de entrada",
|
|
403
|
+
"eo.sidebar.navigation.process": "Processos",
|
|
404
|
+
"eo.sidebar.navigation.process.tooltip": "Exibir processos",
|
|
405
|
+
"eo.sidebar.navigation.notifications": "Notificações",
|
|
406
|
+
"eo.sidebar.navigation.prepare": "Bandeja de arquivamento",
|
|
407
|
+
"eo.sidebar.navigation.prepare.tooltip": "Abrir bandeja de arquivamento",
|
|
408
|
+
"eo.sidebar.help.title": "Ajuda",
|
|
409
|
+
"eo.sidebar.help.about": "Informações sobre o produto",
|
|
410
|
+
"eo.sidebar.help.about.tooltip": "Informações sobre o produto",
|
|
411
|
+
"eo.sidebar.help.license": "Avisos sobre licenças",
|
|
412
|
+
"eo.sidebar.help.license.tooltip": "Informações sobre licença para os componentes externos",
|
|
413
|
+
"eo.sidebar.help.shortcuts": "Combinações de teclas",
|
|
414
|
+
"eo.sidebar.help.shortcuts.tooltip": "Combinações de teclas",
|
|
415
|
+
"eo.sidebar.help.manual": "Documentação do usuário",
|
|
416
|
+
"eo.sidebar.help.manual.tooltip": "Documentação do usuário",
|
|
417
|
+
"eo.datepicker.calendar.select": "Selecionar",
|
|
418
|
+
"eo.datepicker.calendar.cancel": "Cancelar",
|
|
419
|
+
"eo.form.table.options.subhead.edit": "Editar entrada",
|
|
420
|
+
"eo.form.table.options.subhead.new": "Adicionar entrada",
|
|
421
|
+
"eo.form.table.options.btn.save": "Aceitar",
|
|
422
|
+
"eo.form.table.options.btn.delete": "Apagar",
|
|
423
|
+
"eo.form.table.options.btn.cancel": "Cancelar",
|
|
424
|
+
"eo.object.summary.version": "Versão",
|
|
425
|
+
"eo.object.summary.version.compare": "Exibir versões",
|
|
426
|
+
"eo.form.property.required": "Campo obrigatório",
|
|
427
|
+
"eo.form.property.maxlength": "A entrada deve ter no máx. {{maxlength}} caracteres.",
|
|
428
|
+
"eo.form.property.minlength": "A entrada deve ter no mín. {{minlength}} caracteres.",
|
|
429
|
+
"eo.form.property.number": "Digite um valor numérico.",
|
|
430
|
+
"eo.form.property.number.scale": "A quantidade de dígitos depois da vírgula não está correta. máx. {{scale}}",
|
|
431
|
+
"eo.form.property.number.precision": "A quantidade de dígitos antes da vírgula não está correta. máx. {{prepointdigits}}",
|
|
432
|
+
"eo.checkout.message": "Você gostaria de bloquear o documento para edição por outros usuários?",
|
|
433
|
+
"eo.checkout.yes": "Sim",
|
|
434
|
+
"eo.checkout.no": "Não",
|
|
435
|
+
"eo.checkout.cancel": "Cancelar",
|
|
436
|
+
"eo.export.title": "Exportar como",
|
|
437
|
+
"eo.export.action.pdf.label": "PDF",
|
|
438
|
+
"eo.export.action.pdf.description": "Arquivo do documento exportado como PDF",
|
|
439
|
+
"eo.export.cancel": "Cancelar",
|
|
440
|
+
"eo.resubmission.field.info": "Título",
|
|
441
|
+
"eo.resubmission.field.due": "Prazo",
|
|
442
|
+
"eo.resubmission.add": "Anexar",
|
|
443
|
+
"eo.resubmission.apply": "Alterar",
|
|
444
|
+
"eo.resubmission.cancel": "Cancelar",
|
|
445
|
+
"eo.resubmission.delete": "Excluir",
|
|
446
|
+
"eo.subscription.field.info": "Título",
|
|
447
|
+
"eo.subscription.add": "Anexar",
|
|
448
|
+
"eo.subscription.cancel": "Cancelar",
|
|
449
|
+
"eo.upload.global.root.title": "Local de arquivamento geral",
|
|
450
|
+
"eo.upload.global.root.description": "Armazenar o arquivo no local de arquivamento geral.",
|
|
451
|
+
"eo.upload.global.object.title": "Substituir arquivo do documento",
|
|
452
|
+
"eo.upload.global.object.title.nocontent": "Adicionar arquivo do documento",
|
|
453
|
+
"eo.upload.global.cancel": "Cancelar",
|
|
454
|
+
"eo.upload.global.error.title": "Erro no carregamento",
|
|
455
|
+
"eo.upload.global.error.description": "Não foi possível transferir o arquivo no servidor.",
|
|
456
|
+
"eo.upload.global.target": "Destino",
|
|
457
|
+
"eo.upload.global.choose.title": "Processamento",
|
|
458
|
+
"eo.upload.global.choose.message": "Você selecionou mais de um arquivo. Você quer configurar os dados de indexação individualmente para cada objeto ou editar todos os arquivos ao mesmo tempo?",
|
|
459
|
+
"eo.upload.global.choose.single": "Individualmente",
|
|
460
|
+
"eo.upload.global.choose.multi": "Em conjunto",
|
|
461
|
+
"eo.action.menu.email.label": "Enviar e-mail",
|
|
462
|
+
"eo.action.menu.email.description": "Abre outras ações de e-mail",
|
|
463
|
+
"eo.email.title": "Enviar e-mail",
|
|
464
|
+
"eo.action.menu.clipboard.label": "Copiar para a área de transferência",
|
|
465
|
+
"eo.clipboard.title": "Copiar para a área de transferência",
|
|
466
|
+
"eo.action.menu.clipboard.description": "Abre mais ações da área de transferência",
|
|
467
|
+
"eo.form.property.string.regex.nomatch": "The input does not match the requirements",
|
|
468
|
+
"eo.prepare.list.item.file": "file",
|
|
469
|
+
"eo.prepare.list.item.files": "files",
|
|
470
|
+
"eo.state.settings.deputies.label": "My substitutes",
|
|
471
|
+
"eo.state.settings.deputies.cancel": "Cancel",
|
|
472
|
+
"eo.state.settings.deputies.save": "Save",
|
|
473
|
+
"eo.state.settings.deputies.subsituteof.label": "I'm substitute of",
|
|
474
|
+
"eo.object.actions.title": "Open action menu",
|
|
475
|
+
"eo.search.aside.summary.contextfoldertypes": "Context",
|
|
476
|
+
"eo.list.refresh":"Refresh",
|
|
477
|
+
"eo.list.filter":"Open filter",
|
|
478
|
+
"eo.list.sort":"Open sorting",
|
|
479
|
+
"eo.object.content.donwload.title": "Download",
|
|
480
|
+
"eo.object.content.edit.title": "Edit",
|
|
481
|
+
"eo.bar.button.layout.title":"Configure view areas",
|
|
482
|
+
"eo.bar.button.user.profile.title": "User profile",
|
|
483
|
+
"eo.executable.processes.execute":"Ok",
|
|
484
|
+
"eo.add.title.location.subfolder":"Add to current folder",
|
|
485
|
+
"eo.help.about.releasedate.label": "Release timestamp: ",
|
|
486
|
+
"eo.action.manage.rights.read.label": "Share",
|
|
487
|
+
"eo.action.manage.rights.read.description": "Lets the user share read rights for this document.",
|
|
488
|
+
"eo.column.config.pinned": "pin",
|
|
489
|
+
"eo.inbox.filter.absent": "Substitution",
|
|
490
|
+
"eo.inbox.filter.overdue": "Overdue",
|
|
491
|
+
"eo.inbox.item.note.absence": "Substitution",
|
|
492
|
+
"eo.references.object.notfound": "No references found.",
|
|
493
|
+
"eo.references.to.label": "References to this object",
|
|
494
|
+
"eo.references.from.label": "References to other objects",
|
|
495
|
+
"eo.references.open.resultlist": "Open in hit list",
|
|
496
|
+
"eo.process.details.tab.task.indexdata": "Process data",
|
|
497
|
+
"eo.process.recipients": "Recipients",
|
|
498
|
+
"eo.process.substitute": "Substitution for",
|
|
499
|
+
"eo.export.action.original.label": "Original",
|
|
500
|
+
"eo.export.action.original.description": "Downloads the document file in the original format",
|
|
501
|
+
"eo.manage.rights.title": "Share object with other users",
|
|
502
|
+
"eo.manage.rights.element.label": "Users/groups",
|
|
503
|
+
"eo.manage.rights.cancel": "Cancel",
|
|
504
|
+
"eo.manage.rights.save": "Save",
|
|
505
|
+
"eo.resubmission.error.msg": "At least one notification method must be selected.",
|
|
506
|
+
"eo.resubmission.field.notification.inbox": "Notification via inbox",
|
|
507
|
+
"eo.resubmission.field.notification.email": "Notification by email",
|
|
508
|
+
"eo.subscription.error.msg": "At least one notification method must be selected.",
|
|
509
|
+
"eo.subscription.field.notification.inbox": "Notification via inbox",
|
|
510
|
+
"eo.subscription.field.notification.email": "Notification by email",
|
|
511
|
+
"eo.object.indexdata.reset": "Discard changes",
|
|
512
|
+
"eo.object.indexdata.save": "Save",
|
|
513
|
+
"eo.state.process.filter.completed": "Ended processes",
|
|
514
|
+
"eo.state.login.password": "Password",
|
|
515
|
+
"eo.search.objecttype.form.context": "in context",
|
|
516
|
+
"eo.shortcuts.action.add": "Create objects",
|
|
517
|
+
"eo.manage.rights.message": "The Objekt {{title}} is now shared with {{shared}}.",
|
|
518
|
+
"eo.manage.rights.message.notshared": "The Object is not longer shared by you.",
|
|
519
|
+
"eo.action.menu.clipboard.copy.message": "The Objekt {{title}} was copied",
|
|
520
|
+
"eo.action.menu.clipboard.copy.multiple.message": "{{count}} Objektes were copied",
|
|
521
|
+
"eo.action.menu.custom.run.success":"The action {{title}} is executed.",
|
|
522
|
+
"eo.action.menu.custom.run.error": "Unfortunately the action {{title}} could not be executed."
|
|
523
|
+
}
|