@dxs-ts/eveli-ide 0.0.113 → 0.0.115
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/build/demo-app/frontdesk-app.d.ts +2 -0
- package/build/demo-app/index.d.ts +1 -0
- package/build/demo-app/stencil-app.d.ts +2 -0
- package/build/demo-app/ui-dev-app.d.ts +2 -0
- package/build/demo-app/wrench-app.d.ts +2 -0
- package/build/index.js +134341 -133148
- package/build/src/burger/api-config/ConfigContext.d.ts +17 -0
- package/build/src/burger/api-config/index.d.ts +1 -0
- package/build/src/burger/api-iam/IamBackendProvider.d.ts +12 -0
- package/build/src/burger/api-iam/IamForcedLogin.d.ts +5 -0
- package/build/src/burger/api-iam/IamLiveness.d.ts +7 -0
- package/build/src/burger/api-iam/iam-types.d.ts +35 -0
- package/build/src/burger/api-iam/index.d.ts +7 -0
- package/build/src/burger/api-iconbar/IconbarProvider.d.ts +7 -0
- package/build/src/burger/api-iconbar/iconbar-api.d.ts +4 -0
- package/build/src/burger/api-iconbar/index.d.ts +2 -0
- package/build/src/burger/api-locale/LocaleProvider.d.ts +10 -0
- package/build/src/burger/api-locale/index.d.ts +2 -0
- package/build/src/burger/api-locale/locale-types.d.ts +13 -0
- package/build/src/burger/api-variants/index.d.ts +1 -0
- package/build/src/burger/api-variants/useVariantOverride.d.ts +8 -0
- package/build/src/burger/eveli-activities/EveliActivities.d.ts +5 -0
- package/build/src/burger/eveli-activities/index.d.ts +1 -0
- package/build/src/burger/eveli-activities/useUtilityClasses.d.ts +7 -0
- package/build/src/burger/eveli-alert/EveliAlert.d.ts +5 -0
- package/build/src/burger/eveli-alert/index.d.ts +1 -0
- package/build/src/burger/eveli-alert/useUtilityClasses.d.ts +7 -0
- package/build/src/burger/eveli-app/EveliApp.d.ts +13 -0
- package/build/src/burger/eveli-app/index.d.ts +1 -0
- package/build/src/burger/eveli-flex/EveliFlex.d.ts +17 -0
- package/build/src/burger/eveli-flex/EveliFlexBody.d.ts +6 -0
- package/build/src/burger/eveli-flex/EveliFlexHeader.d.ts +5 -0
- package/build/src/burger/eveli-flex/EveliFlexHidden.d.ts +7 -0
- package/build/src/burger/eveli-flex/index.d.ts +1 -0
- package/build/src/burger/eveli-footer/EveliFooter.d.ts +7 -0
- package/build/src/burger/eveli-footer/index.d.ts +2 -0
- package/build/src/burger/eveli-footer/useUtilityClasses.d.ts +10 -0
- package/build/src/burger/eveli-layout/EveliLayout.d.ts +20 -0
- package/build/src/burger/eveli-layout/index.d.ts +1 -0
- package/build/src/burger/eveli-layout/useUtilityClasses.d.ts +16 -0
- package/build/src/burger/eveli-locales/EveliLocales.d.ts +10 -0
- package/build/src/burger/eveli-locales/index.d.ts +2 -0
- package/build/src/burger/eveli-locales/useAnchor.d.ts +14 -0
- package/build/src/burger/eveli-locales/useUtilityClasses.d.ts +8 -0
- package/build/src/burger/eveli-login/EveliLogin.d.ts +11 -0
- package/build/src/burger/eveli-login/index.d.ts +2 -0
- package/build/src/burger/eveli-login/useUtilityClasses.d.ts +11 -0
- package/build/src/burger/eveli-logo/GLogo.d.ts +9 -0
- package/build/src/burger/eveli-logo/index.d.ts +2 -0
- package/build/src/burger/eveli-logo/useUtilityClasses.d.ts +17 -0
- package/build/src/burger/eveli-search/EveliSearch.d.ts +5 -0
- package/build/src/burger/eveli-search/index.d.ts +1 -0
- package/build/src/burger/eveli-search/useUtilityClasses.d.ts +14 -0
- package/build/src/burger/eveli-shell/EveliShell.d.ts +3 -0
- package/build/src/burger/eveli-shell/EveliShellContext.d.ts +22 -0
- package/build/src/burger/eveli-shell/EveliShellProps.d.ts +22 -0
- package/build/src/burger/eveli-shell/index.d.ts +4 -0
- package/build/src/burger/eveli-shell/useUtilityClasses.d.ts +20 -0
- package/build/src/burger/eveli-shell-compose/EveliShellCompose.d.ts +8 -0
- package/build/src/burger/eveli-shell-compose/index.d.ts +1 -0
- package/build/src/burger/eveli-shell-compose/useUtilityClasses.d.ts +3 -0
- package/build/src/burger/eveli-shell-explorer/EveliShellExplorer.d.ts +7 -0
- package/build/src/burger/eveli-shell-explorer/index.d.ts +1 -0
- package/build/src/burger/eveli-shell-explorer/useUtilityClasses.d.ts +9 -0
- package/build/src/burger/index.d.ts +19 -0
- package/build/src/burger/styles/StyledInputField.d.ts +23 -0
- package/build/src/burger/styles/StyledSelect.d.ts +31 -0
- package/build/src/burger/styles/StyledSwitch.d.ts +10 -0
- package/build/src/burger/styles/StyledTransferList.d.ts +25 -0
- package/build/src/burger/styles/StyledTreeItem.d.ts +23 -0
- package/build/src/burger/theme/siteTheme.d.ts +16 -0
- package/build/src/burger/utils/DateTimeFormatter.d.ts +8 -0
- package/build/src/dialob-review/DialobReview.d.ts +6 -0
- package/build/src/dialob-review/index.d.ts +1 -0
- package/build/src/eveli-fetch/FetchProvider.d.ts +26 -0
- package/build/src/eveli-fetch/createFileFetch.d.ts +902 -0
- package/build/src/eveli-fetch/fetch-api.d.ts +6 -0
- package/build/src/eveli-fetch/index.d.ts +3 -0
- package/build/src/feedback/approval-count/ApprovalCount.d.ts +6 -0
- package/build/src/feedback/approval-count/index.d.ts +1 -0
- package/build/src/feedback/feedback-api/FeedbackProvider.d.ts +18 -0
- package/build/src/feedback/feedback-api/feedback-types.d.ts +82 -0
- package/build/src/feedback/feedback-api/index.d.ts +2 -0
- package/build/src/feedback/feedbackAllTasks/FeedbackAllTasks.d.ts +4 -0
- package/build/src/feedback/feedbackAllTasks/FeedbackReducer.d.ts +26 -0
- package/build/src/feedback/feedbackAllTasks/index.d.ts +1 -0
- package/build/src/feedback/index.d.ts +4 -0
- package/build/src/feedback/status-indicator/StatusIndicator.d.ts +6 -0
- package/build/src/feedback/status-indicator/index.d.ts +1 -0
- package/build/src/feedback/upsert-one-feedback/CreateOneFeedback.d.ts +7 -0
- package/build/src/feedback/upsert-one-feedback/UpdateOneFeedback.d.ts +7 -0
- package/build/src/feedback/upsert-one-feedback/UpsertOneFeedback.d.ts +8 -0
- package/build/src/feedback/upsert-one-feedback/index.d.ts +1 -0
- package/build/src/fetch/$org.groupList.get.d.ts +8 -0
- package/build/src/fetch/$org.groupMembership.get.d.ts +8 -0
- package/build/src/fetch/$org.userInfo.get.d.ts +10 -0
- package/build/src/fetch/__root.d.ts +1 -0
- package/build/src/fetch/config.get.d.ts +8 -0
- package/build/src/fetch/dialob.get.d.ts +5 -0
- package/build/src/fetch/statistics.priority.d.ts +21 -0
- package/build/src/fetch/statistics.status-timeline.d.ts +6 -0
- package/build/src/fetch/statistics.status.d.ts +21 -0
- package/build/src/fetch/statistics.task-overdue.d.ts +11 -0
- package/build/src/fetch/worker.rest.api.assets.any-tags.stencil-tags.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.any-tags.wrench-tags.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.deployments.$deploymentId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.deployments.$deploymentId.put.d.ts +13 -0
- package/build/src/fetch/worker.rest.api.assets.deployments.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.proxy.forms.$formId.delete.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.proxy.forms.$formId.get.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.proxy.forms.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.tags.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.publications.get.d.ts +10 -0
- package/build/src/fetch/worker.rest.api.assets.publications.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.$assetType.delete.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.$assetType.post.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.$assetType.put.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.releases.$releaseId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.version.get.d.ts +11 -0
- package/build/src/fetch/worker.rest.api.assets.workflows.$workflowId.put.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.workflows.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.commands.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.copyas.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.dataModels.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.debugs.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.diff.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.flow-names.get.d.ts +5 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.importTag.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.resources.$id.delete.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.resources.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.resources.put.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.summary.$tagId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.version.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.delete.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.enabled.get.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.post.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.put.d.ts +10 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.templates.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.feedback.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.iam.liveness.d.ts +11 -0
- package/build/src/fetch/worker.rest.api.pdf.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.processes.get.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.queues.configs.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.queues.deliveries.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.queues.messages.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.comments.get.d.ts +9 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.comments.post.d.ts +9 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.delete.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.files.$filename.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.files.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.files.post.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.put.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.reviews.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.tasks.get.d.ts +17 -0
- package/build/src/fetch/worker.rest.api.tasks.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.tasks.unread.get.d.ts +5 -0
- package/build/src/fetchTree.gen.d.ts +998 -0
- package/build/src/frontdesk/Secondary.d.ts +2 -0
- package/build/src/frontdesk/Toolbar.d.ts +2 -0
- package/build/src/frontdesk/components/ConfirmationDialog.d.ts +16 -0
- package/build/src/frontdesk/components/DateTimeFormatter.d.ts +4 -0
- package/build/src/frontdesk/components/Datepicker.d.ts +13 -0
- package/build/src/frontdesk/components/ExternalLink.d.ts +11 -0
- package/build/src/frontdesk/components/Impersonation.d.ts +2 -0
- package/build/src/frontdesk/components/PageLeaveConfirmation.d.ts +5 -0
- package/build/src/frontdesk/components/TableDateFilter.d.ts +1 -0
- package/build/src/frontdesk/components/TableHeader.d.ts +5 -0
- package/build/src/frontdesk/components/tableFormatter.d.ts +1 -0
- package/build/src/frontdesk/components/task/ColorMap.d.ts +10 -0
- package/build/src/frontdesk/components/task/Indicator.d.ts +11 -0
- package/build/src/frontdesk/components/task/Priority.d.ts +28 -0
- package/build/src/frontdesk/components/task/RadioGroupPopover.d.ts +14 -0
- package/build/src/frontdesk/components/task/Status.d.ts +33 -0
- package/build/src/frontdesk/components/task/TaskLinkComponent.d.ts +18 -0
- package/build/src/frontdesk/components/task/TaskLinkKey.d.ts +1 -0
- package/build/src/frontdesk/context/AttachmentContext.d.ts +12 -0
- package/build/src/frontdesk/context/ComponentResolver.d.ts +7 -0
- package/build/src/frontdesk/context/TaskSessionContext.d.ts +13 -0
- package/build/src/frontdesk/context/TaskViewContext.d.ts +11 -0
- package/build/src/frontdesk/context/index.d.ts +1 -0
- package/build/src/frontdesk/dialob/_DialobReviewDialog.d.ts +0 -0
- package/build/src/frontdesk/explorer/MenuItem.d.ts +8 -0
- package/build/src/frontdesk/explorer/index.d.ts +1 -0
- package/build/src/frontdesk/index.d.ts +1 -0
- package/build/src/frontdesk/types/AssetTag.d.ts +6 -0
- package/build/src/frontdesk/types/Attachment.d.ts +10 -0
- package/build/src/frontdesk/types/Dialob.d.ts +44 -0
- package/build/src/frontdesk/types/Process.d.ts +10 -0
- package/build/src/frontdesk/types/Publication.d.ts +36 -0
- package/build/src/frontdesk/types/TaskStatistics.d.ts +20 -0
- package/build/src/frontdesk/types/Workflow.d.ts +11 -0
- package/build/src/frontdesk/types/WorkflowRelease.d.ts +19 -0
- package/build/src/frontdesk/types/index.d.ts +2 -0
- package/build/src/frontdesk/types/task/Comment.d.ts +15 -0
- package/build/src/frontdesk/types/task/Task.d.ts +35 -0
- package/build/src/frontdesk/types/task/TaskLink.d.ts +5 -0
- package/build/src/frontdesk/util/localizeTable.d.ts +35 -0
- package/build/src/frontdesk/util/mapNestedEntities.d.ts +1 -0
- package/build/src/frontdesk/util/tableQuery.d.ts +2 -0
- package/build/src/frontdesk/views/dashboard/DashboardView.d.ts +2 -0
- package/build/src/frontdesk/views/forms/CreateDialog.d.ts +9 -0
- package/build/src/frontdesk/views/forms/DeleteDialog.d.ts +9 -0
- package/build/src/frontdesk/views/forms/DialobAdminView.d.ts +2 -0
- package/build/src/frontdesk/views/forms/DialobFormsView.d.ts +2 -0
- package/build/src/frontdesk/views/help/HelpView.d.ts +2 -0
- package/build/src/frontdesk/views/process/ProcessTable.d.ts +2 -0
- package/build/src/frontdesk/views/process/ProcessView.d.ts +2 -0
- package/build/src/frontdesk/views/publications/NewPublicationDialog.d.ts +7 -0
- package/build/src/frontdesk/views/publications/PublicationsTable.d.ts +2 -0
- package/build/src/frontdesk/views/publications/PublicationsView.d.ts +2 -0
- package/build/src/frontdesk/views/publications/UploadPublicationDialog.d.ts +7 -0
- package/build/src/frontdesk/views/task/AttachmentTable.d.ts +10 -0
- package/build/src/frontdesk/views/task/CommentAdd.d.ts +12 -0
- package/build/src/frontdesk/views/task/CommentLocal.d.ts +14 -0
- package/build/src/frontdesk/views/task/CommentThread.d.ts +12 -0
- package/build/src/frontdesk/views/task/LinkResolver.d.ts +10 -0
- package/build/src/frontdesk/views/task/TaskContainer.d.ts +4 -0
- package/build/src/frontdesk/views/task/TaskCreate.d.ts +26 -0
- package/build/src/frontdesk/views/task/TaskFeedback.d.ts +4 -0
- package/build/src/frontdesk/views/task/TaskRoleDialog.d.ts +9 -0
- package/build/src/frontdesk/views/task/TaskView.d.ts +14 -0
- package/build/src/frontdesk/views/task/TasksTable.d.ts +13 -0
- package/build/src/frontdesk/views/task/TasksView.d.ts +2 -0
- package/build/src/frontdesk/views/task/Thread.d.ts +13 -0
- package/build/src/frontdesk/views/task/index.d.ts +1 -0
- package/build/src/frontdesk/views/workflow/CreateOrEditWorkflowDialog.d.ts +11 -0
- package/build/src/frontdesk/views/workflow/WorkflowTable.d.ts +9 -0
- package/build/src/frontdesk/views/workflow/WorkflowView.d.ts +2 -0
- package/build/src/index.d.ts +13 -0
- package/build/src/intl/en.d.ts +870 -0
- package/build/src/intl/exporter.d.ts +1 -0
- package/build/src/intl/fi.d.ts +457 -0
- package/build/src/intl/index.d.ts +1615 -0
- package/build/src/intl/sv.d.ts +285 -0
- package/build/src/queue/find-all-deliveries/FindAllDeliveries.d.ts +2 -0
- package/build/src/queue/find-all-deliveries/index.d.ts +1 -0
- package/build/src/queue/find-all-messages/FindAllMessages.d.ts +2 -0
- package/build/src/queue/find-all-messages/index.d.ts +1 -0
- package/build/src/queue/find-all-queues/FindAllQueues.d.ts +4 -0
- package/build/src/queue/find-all-queues/index.d.ts +1 -0
- package/build/src/queue/index.d.ts +4 -0
- package/build/src/queue/queue-api/QueueProvider.d.ts +13 -0
- package/build/src/queue/queue-api/index.d.ts +2 -0
- package/build/src/queue/queue-api/queue-types.d.ts +73 -0
- package/build/src/routeTree.gen.d.ts +333 -0
- package/build/src/router.d.ts +6 -0
- package/build/src/routes/__root.d.ts +1 -0
- package/build/src/routes/index.d.ts +1 -0
- package/build/src/routes/public.$locale.auth.d.ts +1 -0
- package/build/src/routes/secured.$locale.assets.d.ts +1 -0
- package/build/src/routes/secured.$locale.assets.forms.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.assets.services.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.assets.stencil.index.d.ts +2 -0
- package/build/src/routes/secured.$locale.assets.wrench.index.d.ts +2 -0
- package/build/src/routes/secured.$locale.d.ts +1 -0
- package/build/src/routes/secured.$locale.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.dashboard.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.feedback.$feedbackId.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.feedback.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.help.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.monitoring.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.publications.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.queues.deliveries.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.queues.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.queues.messages.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.tasks.$taskId.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.tasks.create.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.tasks.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.tasks.index.d.ts +1 -0
- package/build/src/stencil/Activities.d.ts +50 -0
- package/build/src/stencil/Main.d.ts +3 -0
- package/build/src/stencil/Secondary.d.ts +3 -0
- package/build/src/stencil/Tabs.d.ts +2 -0
- package/build/src/stencil/Toolbar.d.ts +2 -0
- package/build/src/stencil/article/ArticleComposer.d.ts +5 -0
- package/build/src/stencil/article/ArticleDelete.d.ts +8 -0
- package/build/src/stencil/article/ArticleEdit.d.ts +7 -0
- package/build/src/stencil/article/ArticleLinksComposer.d.ts +6 -0
- package/build/src/stencil/article/ArticleOrderNumberViewer.d.ts +2 -0
- package/build/src/stencil/article/ArticlePageComposer.d.ts +9 -0
- package/build/src/stencil/article/ArticleWorkflowsComposer.d.ts +6 -0
- package/build/src/stencil/article/ArticlesView.d.ts +2 -0
- package/build/src/stencil/article/index.d.ts +7 -0
- package/build/src/stencil/client/StencilApi.d.ts +284 -0
- package/build/src/stencil/client/error.d.ts +2 -0
- package/build/src/stencil/client/index.d.ts +19 -0
- package/build/src/stencil/context/Reducer.d.ts +35 -0
- package/build/src/stencil/context/SessionData.d.ts +71 -0
- package/build/src/stencil/context/ide.d.ts +124 -0
- package/build/src/stencil/context/index.d.ts +5 -0
- package/build/src/stencil/explorer/article/ArticleItem.d.ts +13 -0
- package/build/src/stencil/explorer/article/ArticleList.d.ts +4 -0
- package/build/src/stencil/explorer/article/ArticleOptions.d.ts +7 -0
- package/build/src/stencil/explorer/article/ArticlePageItem.d.ts +7 -0
- package/build/src/stencil/explorer/article/index.d.ts +4 -0
- package/build/src/stencil/explorer/article/useUtilityClasses.d.ts +13 -0
- package/build/src/stencil/explorer/filter/LocaleFilter.d.ts +3 -0
- package/build/src/stencil/explorer/filter/index.d.ts +1 -0
- package/build/src/stencil/explorer/index.d.ts +4 -0
- package/build/src/stencil/explorer/link/LinkItem.d.ts +6 -0
- package/build/src/stencil/explorer/link/LinkOptions.d.ts +6 -0
- package/build/src/stencil/explorer/link/LinksList.d.ts +4 -0
- package/build/src/stencil/explorer/link/useUtilityClasses.d.ts +13 -0
- package/build/src/stencil/explorer/search/SearchExplorer.d.ts +3 -0
- package/build/src/stencil/explorer/workflow/WorkflowItem.d.ts +6 -0
- package/build/src/stencil/explorer/workflow/WorkflowList.d.ts +4 -0
- package/build/src/stencil/explorer/workflow/WorkflowOptions.d.ts +6 -0
- package/build/src/stencil/explorer/workflow/useUtilityClasses.d.ts +13 -0
- package/build/src/stencil/index.d.ts +18 -0
- package/build/src/stencil/link/LinkComposer.d.ts +5 -0
- package/build/src/stencil/link/LinkDelete.d.ts +8 -0
- package/build/src/stencil/link/LinkEdit.d.ts +8 -0
- package/build/src/stencil/link/LinksView.d.ts +2 -0
- package/build/src/stencil/link/index.d.ts +4 -0
- package/build/src/stencil/locale/LocaleComposer.d.ts +5 -0
- package/build/src/stencil/locale/LocaleLabels.d.ts +16 -0
- package/build/src/stencil/locale/LocalesOverview.d.ts +6 -0
- package/build/src/stencil/locale/LocalesView.d.ts +3 -0
- package/build/src/stencil/locale/index.d.ts +3 -0
- package/build/src/stencil/migration/MigrationComposer.d.ts +5 -0
- package/build/src/stencil/migration/index.d.ts +1 -0
- package/build/src/stencil/nav/index.d.ts +4 -0
- package/build/src/stencil/nav/stencil-nav-types.d.ts +40 -0
- package/build/src/stencil/nav/useStencilNav.d.ts +11 -0
- package/build/src/stencil/nav/useStencilTabChange.d.ts +4 -0
- package/build/src/stencil/nav/useStencilTabClose.d.ts +4 -0
- package/build/src/stencil/page/NewArticlePage.d.ts +10 -0
- package/build/src/stencil/page/NewPage.d.ts +7 -0
- package/build/src/stencil/page/PageDelete.d.ts +7 -0
- package/build/src/stencil/page/PageEdit.d.ts +7 -0
- package/build/src/stencil/page/PageEditDevMode.d.ts +7 -0
- package/build/src/stencil/page/index.d.ts +5 -0
- package/build/src/stencil/release/ReleaseComposer.d.ts +5 -0
- package/build/src/stencil/release/ReleaseDelete.d.ts +8 -0
- package/build/src/stencil/release/ReleaseTable.d.ts +8 -0
- package/build/src/stencil/release/ReleasesView.d.ts +3 -0
- package/build/src/stencil/release/index.d.ts +3 -0
- package/build/src/stencil/search/SearchView.d.ts +2 -0
- package/build/src/stencil/search/index.d.ts +1 -0
- package/build/src/stencil/template/TemplateComposer.d.ts +6 -0
- package/build/src/stencil/template/TemplateDelete.d.ts +8 -0
- package/build/src/stencil/template/TemplateEdit.d.ts +8 -0
- package/build/src/stencil/template/TemplatesView.d.ts +3 -0
- package/build/src/stencil/template/index.d.ts +4 -0
- package/build/src/stencil/version.d.ts +2 -0
- package/build/src/stencil/workflow/WorkflowComposer.d.ts +5 -0
- package/build/src/stencil/workflow/WorkflowDelete.d.ts +8 -0
- package/build/src/stencil/workflow/WorkflowEdit.d.ts +8 -0
- package/build/src/stencil/workflow/WorkflowsView.d.ts +2 -0
- package/build/src/stencil/workflow/index.d.ts +3 -0
- package/build/src/uiDev/ComposeSelect.d.ts +8 -0
- package/build/src/uiDev/LocaleSelect.d.ts +7 -0
- package/build/src/uiDev/UiDev.d.ts +3 -0
- package/build/src/uiDev/UiDevExplorer.d.ts +2 -0
- package/build/src/uiDev/UiDevExplorerToolbar.d.ts +2 -0
- package/build/src/uiDev/UiDevSearchAsset.d.ts +4 -0
- package/build/src/uiDev/UiDevSearchGeneral.d.ts +4 -0
- package/build/src/uiDev/index.d.ts +4 -0
- package/build/src/uiDev/types.d.ts +1 -0
- package/build/src/uiDev/useUtilityClasses.d.ts +33 -0
- package/build/src/version.d.ts +5 -0
- package/build/src/wrench/code-editor/CodeEditor.d.ts +4 -0
- package/build/src/wrench/code-editor/ViewImpl.d.ts +43 -0
- package/build/src/wrench/code-editor/index.d.ts +4 -0
- package/build/src/wrench/core/Activities.d.ts +13 -0
- package/build/src/wrench/core/Main.d.ts +3 -0
- package/build/src/wrench/core/Secondary.d.ts +2 -0
- package/build/src/wrench/core/Tabs.d.ts +2 -0
- package/build/src/wrench/core/Toolbar.d.ts +3 -0
- package/build/src/wrench/core/client/api.d.ts +339 -0
- package/build/src/wrench/core/client/error.d.ts +2 -0
- package/build/src/wrench/core/client/index.d.ts +35 -0
- package/build/src/wrench/core/compare/CompareView.d.ts +7 -0
- package/build/src/wrench/core/compare/index.d.ts +2 -0
- package/build/src/wrench/core/context/Reducer.d.ts +38 -0
- package/build/src/wrench/core/context/SessionData.d.ts +45 -0
- package/build/src/wrench/core/context/ide.d.ts +75 -0
- package/build/src/wrench/core/context/index.d.ts +2 -0
- package/build/src/wrench/core/debug/DebugError.d.ts +6 -0
- package/build/src/wrench/core/debug/DebugHeader.d.ts +6 -0
- package/build/src/wrench/core/debug/DebugInput.d.ts +9 -0
- package/build/src/wrench/core/debug/DebugView.d.ts +3 -0
- package/build/src/wrench/core/debug/api.d.ts +1 -0
- package/build/src/wrench/core/debug/drawer/DebugDrawer.d.ts +9 -0
- package/build/src/wrench/core/debug/drawer/InputCSV.d.ts +11 -0
- package/build/src/wrench/core/debug/drawer/InputFORM.d.ts +11 -0
- package/build/src/wrench/core/debug/drawer/InputFORMField.d.ts +9 -0
- package/build/src/wrench/core/debug/drawer/InputJSON.d.ts +9 -0
- package/build/src/wrench/core/debug/drawer/SelectAsset.d.ts +9 -0
- package/build/src/wrench/core/debug/index.d.ts +2 -0
- package/build/src/wrench/core/debug/outputs/DebugOutput.d.ts +8 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputCsv.d.ts +5 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputCsvRow.d.ts +7 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputsDt.d.ts +6 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputsFl.d.ts +6 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputsFt.d.ts +6 -0
- package/build/src/wrench/core/debug/outputs/utils.d.ts +2 -0
- package/build/src/wrench/core/decision/DecisionComposer.d.ts +5 -0
- package/build/src/wrench/core/decision/DecisionEdit.d.ts +7 -0
- package/build/src/wrench/core/decision/DecisionsView.d.ts +2 -0
- package/build/src/wrench/core/decision/editors/CellEdit.d.ts +11 -0
- package/build/src/wrench/core/decision/editors/HeaderEdit.d.ts +11 -0
- package/build/src/wrench/core/decision/editors/NameDescHitPolicyEdit.d.ts +8 -0
- package/build/src/wrench/core/decision/editors/OrderEdit.d.ts +10 -0
- package/build/src/wrench/core/decision/editors/UploadCSV.d.ts +9 -0
- package/build/src/wrench/core/decision/editors/builders/EditBoolean.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditDate.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditDateSimple.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditDateTime.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditDateTimeSimple.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditNumber.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditNumberSimple.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditString.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditStringSimple.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditValueSet.d.ts +11 -0
- package/build/src/wrench/core/decision/editors/builders/TypeBooleanBuilder.d.ts +18 -0
- package/build/src/wrench/core/decision/editors/builders/TypeDateBuilder.d.ts +32 -0
- package/build/src/wrench/core/decision/editors/builders/TypeNumberBuilder.d.ts +35 -0
- package/build/src/wrench/core/decision/editors/builders/TypeStringBuilder.d.ts +26 -0
- package/build/src/wrench/core/decision/editors/builders/TypeValueSetBuilder.d.ts +14 -0
- package/build/src/wrench/core/decision/editors/builders/ValueSetChooser.d.ts +7 -0
- package/build/src/wrench/core/decision/editors/builders/index.d.ts +21 -0
- package/build/src/wrench/core/decision/editors/index.d.ts +5 -0
- package/build/src/wrench/core/decision/index.d.ts +3 -0
- package/build/src/wrench/core/decision/table/DecisionTable.d.ts +24 -0
- package/build/src/wrench/core/decision/table/DecisionTableCell.d.ts +9 -0
- package/build/src/wrench/core/decision/table/DecisionTableHeader.d.ts +10 -0
- package/build/src/wrench/core/decision/table/DecisionTableRow.d.ts +12 -0
- package/build/src/wrench/core/decision/table/index.d.ts +30 -0
- package/build/src/wrench/core/explorer/MsgTreeItem.d.ts +9 -0
- package/build/src/wrench/core/explorer/TreeViewToggle.d.ts +9 -0
- package/build/src/wrench/core/explorer/decision/DecisionItem.d.ts +6 -0
- package/build/src/wrench/core/explorer/decision/DecisionOptions.d.ts +6 -0
- package/build/src/wrench/core/explorer/decision/DecisionsList.d.ts +2 -0
- package/build/src/wrench/core/explorer/decision/useUtilityClasses.d.ts +13 -0
- package/build/src/wrench/core/explorer/flow/FlowItem.d.ts +6 -0
- package/build/src/wrench/core/explorer/flow/FlowOptions.d.ts +6 -0
- package/build/src/wrench/core/explorer/flow/FlowsList.d.ts +2 -0
- package/build/src/wrench/core/explorer/flow/useUtilityClasses.d.ts +13 -0
- package/build/src/wrench/core/explorer/index.d.ts +4 -0
- package/build/src/wrench/core/explorer/service/ServiceItem.d.ts +6 -0
- package/build/src/wrench/core/explorer/service/ServiceOptions.d.ts +6 -0
- package/build/src/wrench/core/explorer/service/ServicesList.d.ts +3 -0
- package/build/src/wrench/core/explorer/service/useUtilityClasses.d.ts +13 -0
- package/build/src/wrench/core/flow/FlowComposer.d.ts +5 -0
- package/build/src/wrench/core/flow/FlowEdit.d.ts +6 -0
- package/build/src/wrench/core/flow/FlowsView.d.ts +2 -0
- package/build/src/wrench/core/flow/autocomplete/AutocompleteTask.d.ts +13 -0
- package/build/src/wrench/core/flow/autocomplete/api.d.ts +51 -0
- package/build/src/wrench/core/flow/autocomplete/index.d.ts +2 -0
- package/build/src/wrench/core/flow/graph/Container.d.ts +11 -0
- package/build/src/wrench/core/flow/graph/GraphAPI.d.ts +9 -0
- package/build/src/wrench/core/flow/graph/index.d.ts +3 -0
- package/build/src/wrench/core/flow/index.d.ts +4 -0
- package/build/src/wrench/core/index.d.ts +21 -0
- package/build/src/wrench/core/migration/MigrationComposer.d.ts +5 -0
- package/build/src/wrench/core/migration/index.d.ts +2 -0
- package/build/src/wrench/core/nav/index.d.ts +4 -0
- package/build/src/wrench/core/nav/useWrenchNav.d.ts +13 -0
- package/build/src/wrench/core/nav/useWrenchTabChange.d.ts +4 -0
- package/build/src/wrench/core/nav/useWrenchTabClose.d.ts +4 -0
- package/build/src/wrench/core/nav/wrench-nav-types.d.ts +36 -0
- package/build/src/wrench/core/release/ReleaseComposer.d.ts +5 -0
- package/build/src/wrench/core/release/ReleasesTable.d.ts +7 -0
- package/build/src/wrench/core/release/ReleasesView.d.ts +3 -0
- package/build/src/wrench/core/release/index.d.ts +4 -0
- package/build/src/wrench/core/release/release-types.d.ts +15 -0
- package/build/src/wrench/core/search/SearchView.d.ts +2 -0
- package/build/src/wrench/core/search/index.d.ts +1 -0
- package/build/src/wrench/core/service/ServiceComposer.d.ts +5 -0
- package/build/src/wrench/core/service/ServiceEdit.d.ts +6 -0
- package/build/src/wrench/core/service/ServicesView.d.ts +2 -0
- package/build/src/wrench/core/service/index.d.ts +3 -0
- package/build/src/wrench/core/styles/ErrorView.d.ts +6 -0
- package/build/src/wrench/core/styles/index.d.ts +2 -0
- package/build/src/wrench/core/template/TemplateComposer.d.ts +5 -0
- package/build/src/wrench/core/template/index.d.ts +2 -0
- package/build/src/wrench/core/version.d.ts +2 -0
- package/build/src/wrench/index.d.ts +11 -0
- package/build/src/wrench/vis/DecisionNode.d.ts +4 -0
- package/build/src/wrench/vis/EndNode.d.ts +4 -0
- package/build/src/wrench/vis/Internal.d.ts +3 -0
- package/build/src/wrench/vis/ServiceNode.d.ts +4 -0
- package/build/src/wrench/vis/StartNode.d.ts +4 -0
- package/build/src/wrench/vis/Styles.d.ts +1 -0
- package/build/src/wrench/vis/SwitchNode.d.ts +4 -0
- package/build/src/wrench/vis/elk-layout.d.ts +6 -0
- package/build/src/wrench/vis/index.d.ts +4 -0
- package/build/src/wrench/vis/vis-context.d.ts +1 -0
- package/build/src/wrench/vis/vis-types.d.ts +25 -0
- package/build/style.css +1 -1
- package/package.json +5 -7
- package/build/index.d.ts +0 -910
|
@@ -0,0 +1,1615 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'tasksView.title': string;
|
|
4
|
+
'tasksTableHeader.taskName': string;
|
|
5
|
+
'tasksTableHeader.category': string;
|
|
6
|
+
'tasksTableHeader.status': string;
|
|
7
|
+
'tasksTableHeader.dueDate': string;
|
|
8
|
+
'tasksTableHeader.priority': string;
|
|
9
|
+
'tasksTableHeader.assigned': string;
|
|
10
|
+
'tasksTableAction.editTask': string;
|
|
11
|
+
'tasksTableAction.deleteTask': string;
|
|
12
|
+
'taskPriority.low': string;
|
|
13
|
+
'taskPriority.normal': string;
|
|
14
|
+
'taskPriority.high': string;
|
|
15
|
+
'taskDialog.priority': string;
|
|
16
|
+
'taskDialog.subject': string;
|
|
17
|
+
'taskDialog.description': string;
|
|
18
|
+
'taskDialog.dueDate': string;
|
|
19
|
+
'taskDialog.assignedTo': string;
|
|
20
|
+
'taskDialog.assignedUser': string;
|
|
21
|
+
'taskDialog.status': string;
|
|
22
|
+
'taskDialog.task': string;
|
|
23
|
+
'taskDialog.category': string;
|
|
24
|
+
'taskDialog.source': string;
|
|
25
|
+
'task.priority.low': string;
|
|
26
|
+
'task.priority.normal': string;
|
|
27
|
+
'task.priority.high': string;
|
|
28
|
+
'task.status.new': string;
|
|
29
|
+
'task.status.open': string;
|
|
30
|
+
'task.status.completed': string;
|
|
31
|
+
'task.status.rejected': string;
|
|
32
|
+
'task.form.review': string;
|
|
33
|
+
'task.form.feedback.manage': string;
|
|
34
|
+
'task.created': string;
|
|
35
|
+
'task.updated': string;
|
|
36
|
+
comments: string;
|
|
37
|
+
'task.comments.external.createTask': string;
|
|
38
|
+
'task.comments.internal.createTask': string;
|
|
39
|
+
'task.attachments.createTask': string;
|
|
40
|
+
internalComments: string;
|
|
41
|
+
externalComments: string;
|
|
42
|
+
'comment.store': string;
|
|
43
|
+
'comment.add': string;
|
|
44
|
+
'comment.addInternal': string;
|
|
45
|
+
'comment.addExternal': string;
|
|
46
|
+
'comment.reply': string;
|
|
47
|
+
'taskButton.addTask': string;
|
|
48
|
+
'taskButton.refresh': string;
|
|
49
|
+
'taskButton.accept': string;
|
|
50
|
+
'taskButton.cancel': string;
|
|
51
|
+
'table.body.emptyDataSourceMessage': string;
|
|
52
|
+
'table.body.filterRow.filterTooltip': string;
|
|
53
|
+
'table.body.deleteTooltip': string;
|
|
54
|
+
'table.body.editRow.deleteText': string;
|
|
55
|
+
'table.body.editRow.cancelTask': string;
|
|
56
|
+
'table.body.editRow.saveTask': string;
|
|
57
|
+
'table.pagination.labelDisplayedRows': string;
|
|
58
|
+
'table.pagination.labelRowsPerPage': string;
|
|
59
|
+
'table.pagination.firstPage': string;
|
|
60
|
+
'table.pagination.previousPage': string;
|
|
61
|
+
'table.pagination.nextPage': string;
|
|
62
|
+
'table.pagination.lastPage': string;
|
|
63
|
+
'table.toolbar.search': string;
|
|
64
|
+
'table.toolbar.showColumnsTitle': string;
|
|
65
|
+
'table.toolbar.addRemoveColumns': string;
|
|
66
|
+
'taskLink.title': string;
|
|
67
|
+
'taskLink.button.open': string;
|
|
68
|
+
'taskLink.pdf.open': string;
|
|
69
|
+
'explorer.title': string;
|
|
70
|
+
'explorer.login': string;
|
|
71
|
+
'locale.fi': string;
|
|
72
|
+
'locale.sv': string;
|
|
73
|
+
'locale.en': string;
|
|
74
|
+
'app.logout': string;
|
|
75
|
+
'app.login': string;
|
|
76
|
+
'app.feedback': string;
|
|
77
|
+
'main.articles.all': string;
|
|
78
|
+
'main.links.all': string;
|
|
79
|
+
'main.services.all': string;
|
|
80
|
+
'main.flows.all': string;
|
|
81
|
+
'main.debug': string;
|
|
82
|
+
'main.compare': string;
|
|
83
|
+
'main.decisions.all': string;
|
|
84
|
+
'menu.dashboard': string;
|
|
85
|
+
'menu.profile': string;
|
|
86
|
+
'menu.tasks': string;
|
|
87
|
+
'menu.evaluations': string;
|
|
88
|
+
'menu.forms': string;
|
|
89
|
+
'menu.queues': string;
|
|
90
|
+
'menu.users': string;
|
|
91
|
+
'menu.help': string;
|
|
92
|
+
'menu.flow': string;
|
|
93
|
+
'menu.processes': string;
|
|
94
|
+
'menu.reports': string;
|
|
95
|
+
'menu.workflows': string;
|
|
96
|
+
'menu.logout': string;
|
|
97
|
+
'menu.workflowTags': string;
|
|
98
|
+
'menu.publications': string;
|
|
99
|
+
'menu.services': string;
|
|
100
|
+
'menu.content': string;
|
|
101
|
+
'menu.calendar': string;
|
|
102
|
+
'menu.feedback': string;
|
|
103
|
+
'menu.compose': string;
|
|
104
|
+
'menu.pages': string;
|
|
105
|
+
'menu.articles': string;
|
|
106
|
+
'menu.links': string;
|
|
107
|
+
'menu.locales': string;
|
|
108
|
+
'menu.migrations': string;
|
|
109
|
+
'menu.templates': string;
|
|
110
|
+
'menu.flows': string;
|
|
111
|
+
'menu.decisions': string;
|
|
112
|
+
'menu.debug': string;
|
|
113
|
+
'menu.releases': string;
|
|
114
|
+
'menu.compare': string;
|
|
115
|
+
'front.intro.title': string;
|
|
116
|
+
'profile.title': string;
|
|
117
|
+
'profile.user.name': string;
|
|
118
|
+
'profile.user.email': string;
|
|
119
|
+
'profile.user.role': string;
|
|
120
|
+
'profile.user.phone': string;
|
|
121
|
+
'profile.app.version': string;
|
|
122
|
+
'button.cancel': string;
|
|
123
|
+
'button.delete': string;
|
|
124
|
+
'button.delete.template': string;
|
|
125
|
+
'button.delete.link': string;
|
|
126
|
+
'button.delete.article': string;
|
|
127
|
+
'button.delete.page': string;
|
|
128
|
+
'button.unpublish': string;
|
|
129
|
+
'button.update': string;
|
|
130
|
+
'button.publish': string;
|
|
131
|
+
'button.accept': string;
|
|
132
|
+
'button.edit': string;
|
|
133
|
+
'button.close': string;
|
|
134
|
+
'button.reject': string;
|
|
135
|
+
'button.send': string;
|
|
136
|
+
'button.dismiss': string;
|
|
137
|
+
'button.editRoles': string;
|
|
138
|
+
'button.select': string;
|
|
139
|
+
'error.minTextLength': string;
|
|
140
|
+
'error.maxTextLength': string;
|
|
141
|
+
'error.valueRequired': string;
|
|
142
|
+
'error.title': string;
|
|
143
|
+
'error.dialob.session': string;
|
|
144
|
+
'error.errorLoadingData': string;
|
|
145
|
+
'error.unauthorized.title': string;
|
|
146
|
+
'error.unauthorized.text': string;
|
|
147
|
+
'error.unauthorizedAccess': string;
|
|
148
|
+
'error.dataAccess': string;
|
|
149
|
+
'error.statusOpenError': string;
|
|
150
|
+
'error.workflowCreation': string;
|
|
151
|
+
'table.body.addTooltip': string;
|
|
152
|
+
'table.body.editTooltip': string;
|
|
153
|
+
'table.body.editRow.deleteMessage': string;
|
|
154
|
+
'workflowTable.title': string;
|
|
155
|
+
'workflowTableHeader.name': string;
|
|
156
|
+
'workflowTableHeader.formName': string;
|
|
157
|
+
'workflowTableHeader.flowName': string;
|
|
158
|
+
'workflowTableHeader.updated': string;
|
|
159
|
+
'workflowTable.addButton': string;
|
|
160
|
+
'workflowTable.editButton': string;
|
|
161
|
+
'workflow.dialogTitle': string;
|
|
162
|
+
'workflow.name': string;
|
|
163
|
+
'workflow.form.formName': string;
|
|
164
|
+
'workflow.form.formTag': string;
|
|
165
|
+
'workflow.flowName': string;
|
|
166
|
+
'processTable.title': string;
|
|
167
|
+
'processTableHeader.workflow': string;
|
|
168
|
+
'processTableHeader.user': string;
|
|
169
|
+
'processTableHeader.status': string;
|
|
170
|
+
'processTableHeader.created': string;
|
|
171
|
+
'processTableHeader.questionnaireId': string;
|
|
172
|
+
'process.status.ANSWERED': string;
|
|
173
|
+
'process.status.CREATED': string;
|
|
174
|
+
'process.status.ANSWERING': string;
|
|
175
|
+
'process.status.IN_PROGRESS': string;
|
|
176
|
+
'process.status.WAITING': string;
|
|
177
|
+
'process.status.COMPLETED': string;
|
|
178
|
+
'process.status.REJECTED': string;
|
|
179
|
+
'comment.button': string;
|
|
180
|
+
'comment.title': string;
|
|
181
|
+
'comment.form.email': string;
|
|
182
|
+
'comment.form.feedbackType': string;
|
|
183
|
+
'comment.form.body': string;
|
|
184
|
+
'comment.type.general': string;
|
|
185
|
+
'comment.type.propose': string;
|
|
186
|
+
'comment.type.contact': string;
|
|
187
|
+
'comment.submitted.success': string;
|
|
188
|
+
'comment.submitted.failure': string;
|
|
189
|
+
'spoTasksTableHeader.taskName': string;
|
|
190
|
+
'spoTasksTableHeader.category': string;
|
|
191
|
+
'spoTasksTableHeader.status': string;
|
|
192
|
+
'spoTasksTableHeader.priority': string;
|
|
193
|
+
'spoTasksTableHeader.dueDate': string;
|
|
194
|
+
'spoTasksTableHeader.assigned': string;
|
|
195
|
+
'spoTasksTableHeader.assignedUser': string;
|
|
196
|
+
'spoTasksTableHeader.created': string;
|
|
197
|
+
'spoTasksTableHeader.clientName': string;
|
|
198
|
+
'taskDialog.clientIdentificator': string;
|
|
199
|
+
'taskDialog.assignedUserEmail': string;
|
|
200
|
+
'task.editRoles': string;
|
|
201
|
+
Questionnaire: string;
|
|
202
|
+
Manual: string;
|
|
203
|
+
Protected: string;
|
|
204
|
+
Normal: string;
|
|
205
|
+
Represented: string;
|
|
206
|
+
CustomerCreated: string;
|
|
207
|
+
Internal: string;
|
|
208
|
+
'task.role.assignedAllUsers': string;
|
|
209
|
+
'task.feedback.published': string;
|
|
210
|
+
'confirm.close.title': string;
|
|
211
|
+
'confirm.unsavedChanges': string;
|
|
212
|
+
'task.statistics.statusCount': string;
|
|
213
|
+
'task.statistics.priorityCount': string;
|
|
214
|
+
'task.statistics.daily': string;
|
|
215
|
+
'task.statistics.overdue': string;
|
|
216
|
+
'feedback.button': string;
|
|
217
|
+
'feedback.thanks': string;
|
|
218
|
+
'feedback.create.title': string;
|
|
219
|
+
'feedback.title': string;
|
|
220
|
+
'feedback.update.title': string;
|
|
221
|
+
'feedback.description': string;
|
|
222
|
+
'feedback.name': string;
|
|
223
|
+
'feedback.sendScreenshot': string;
|
|
224
|
+
'feedback.close': string;
|
|
225
|
+
'feedback.send': string;
|
|
226
|
+
'feedback.category': string;
|
|
227
|
+
'feedback.subCategory': string;
|
|
228
|
+
'feedback.myReply': string;
|
|
229
|
+
'feedback.noFeedback.info1': string;
|
|
230
|
+
'feedback.noFeedback.info2': string;
|
|
231
|
+
'feedback.customerFeedback': string;
|
|
232
|
+
'feedback.customerApprovals': string;
|
|
233
|
+
'feedback.sourceTaskId': string;
|
|
234
|
+
'feedback.formName': string;
|
|
235
|
+
'feedback.dateReceived': string;
|
|
236
|
+
'feedback.createdBy': string;
|
|
237
|
+
'feedback.updatedBy': string;
|
|
238
|
+
'feedback.updated': string;
|
|
239
|
+
'feedback.notPublished': string;
|
|
240
|
+
'feedback.isPublished': string;
|
|
241
|
+
'help.title': string;
|
|
242
|
+
'attachmentView.title': string;
|
|
243
|
+
'attachmentTableHeader.size': string;
|
|
244
|
+
'attachmentTableHeader.updated': string;
|
|
245
|
+
'attachmentTableHeader.created': string;
|
|
246
|
+
'attachmentTableHeader.name': string;
|
|
247
|
+
'attachmentButton.addAttachment': string;
|
|
248
|
+
'attachmentButton.downloadAttachment': string;
|
|
249
|
+
'attachment.uploadOk': string;
|
|
250
|
+
'attachment.uploadFailed': string;
|
|
251
|
+
'workflowReleaseTable.title': string;
|
|
252
|
+
'workflowReleaseTableHeader.name': string;
|
|
253
|
+
'workflowReleaseTableHeader.description': string;
|
|
254
|
+
'workflowReleaseTableHeader.updatedBy': string;
|
|
255
|
+
'workflowReleaseTableHeader.updated': string;
|
|
256
|
+
'workflowReleaseTable.addButton': string;
|
|
257
|
+
'workflowReleaseTable.viewButton': string;
|
|
258
|
+
'workflowReleaseTable.exportButton': string;
|
|
259
|
+
'workflowRelease.dialogTitle': string;
|
|
260
|
+
'workflowRelease.name': string;
|
|
261
|
+
'workflowRelease.description': string;
|
|
262
|
+
'workflowRelease.releaseCreationFailed': string;
|
|
263
|
+
'publicationsTable.title': string;
|
|
264
|
+
'publicationsTableHeader.name': string;
|
|
265
|
+
'publicationsTableHeader.description': string;
|
|
266
|
+
'publicationsTableHeader.createdBy': string;
|
|
267
|
+
'publicationsTableHeader.created': string;
|
|
268
|
+
'publicationsTableHeader.contentTag': string;
|
|
269
|
+
'publicationsTableHeader.workflowTag': string;
|
|
270
|
+
'publicationsTableHeader.wrenchTag': string;
|
|
271
|
+
'publicationsTableHeader.liveDate': string;
|
|
272
|
+
'publicationsTable.addButton': string;
|
|
273
|
+
'publicationsTable.viewButton': string;
|
|
274
|
+
'publicationsTable.exportButton': string;
|
|
275
|
+
'publicationsTable.uploadButton': string;
|
|
276
|
+
'publications.external': string;
|
|
277
|
+
'publications.changeStatus': string;
|
|
278
|
+
'publications.currentStatus': string;
|
|
279
|
+
'publications.remove': string;
|
|
280
|
+
'publications.deploy': string;
|
|
281
|
+
'publications.dialogTitle': string;
|
|
282
|
+
'publications.name': string;
|
|
283
|
+
'publications.description': string;
|
|
284
|
+
'publications.workflowTag': string;
|
|
285
|
+
'publications.wrenchTag': string;
|
|
286
|
+
'publications.contentTag': string;
|
|
287
|
+
'publications.createNewTag': string;
|
|
288
|
+
'publications.downloadFailed': string;
|
|
289
|
+
'publications.tagCreationFailed': string;
|
|
290
|
+
'dialobForms.dialog.heading': string;
|
|
291
|
+
'dialobForms.table.tooltip.add': string;
|
|
292
|
+
'dialobForms.table.label': string;
|
|
293
|
+
'dialobForms.table.created': string;
|
|
294
|
+
'dialobForms.table.lastSaved': string;
|
|
295
|
+
'dialobForms.table.tooltip.edit': string;
|
|
296
|
+
'dialobForms.dialog.emptyTitle': string;
|
|
297
|
+
'dialobForms.table.tooltip.copy': string;
|
|
298
|
+
'dialobForms.table.tooltip.delete': string;
|
|
299
|
+
'dialobForm.saveFailed': string;
|
|
300
|
+
'dialobForm.downloadFailed': string;
|
|
301
|
+
'dialobForm.deleteFailed': string;
|
|
302
|
+
'dialobForm.heading.copyDialog': string;
|
|
303
|
+
'dialobForm.heading.addDialog': string;
|
|
304
|
+
'dialobForm.dialog.formName': string;
|
|
305
|
+
'dialobForm.dialog.formLabel': string;
|
|
306
|
+
'dialobForm.error.invalidFormName': string;
|
|
307
|
+
'dialobForm.dialog.deleteQuestion': string;
|
|
308
|
+
'dialobForm.heading.deleteDialog': string;
|
|
309
|
+
'dialobForm.review.title': string;
|
|
310
|
+
'feedback.notenabled': string;
|
|
311
|
+
pages: string;
|
|
312
|
+
articles: string;
|
|
313
|
+
locale: string;
|
|
314
|
+
locales: string;
|
|
315
|
+
tag: string;
|
|
316
|
+
links: string;
|
|
317
|
+
releases: string;
|
|
318
|
+
options: string;
|
|
319
|
+
value: string;
|
|
320
|
+
date: string;
|
|
321
|
+
order: string;
|
|
322
|
+
description: string;
|
|
323
|
+
name: string;
|
|
324
|
+
delete: string;
|
|
325
|
+
download: string;
|
|
326
|
+
disable: string;
|
|
327
|
+
status: string;
|
|
328
|
+
created: string;
|
|
329
|
+
modified: string;
|
|
330
|
+
rename: string;
|
|
331
|
+
reorder: string;
|
|
332
|
+
remove: string;
|
|
333
|
+
'site.content.empty': string;
|
|
334
|
+
'composer.select.article': string;
|
|
335
|
+
'search.field.placeholder': string;
|
|
336
|
+
'search.results.title': string;
|
|
337
|
+
'search.field.label': string;
|
|
338
|
+
'search.all': string;
|
|
339
|
+
'search.articles': string;
|
|
340
|
+
'search.services': string;
|
|
341
|
+
'search.links': string;
|
|
342
|
+
'search.templates': string;
|
|
343
|
+
'search.flows': string;
|
|
344
|
+
'search.decisions': string;
|
|
345
|
+
'activities.title': string;
|
|
346
|
+
'activities.desc': string;
|
|
347
|
+
'activities.article.title': string;
|
|
348
|
+
'activities.article.desc': string;
|
|
349
|
+
'activities.locale.title': string;
|
|
350
|
+
'activities.locale.desc': string;
|
|
351
|
+
'activities.page.title': string;
|
|
352
|
+
'activities.page.desc': string;
|
|
353
|
+
'activities.link.title': string;
|
|
354
|
+
'activities.link.desc': string;
|
|
355
|
+
'activities.release.title': string;
|
|
356
|
+
'activities.release.desc': string;
|
|
357
|
+
'activities.migration.title': string;
|
|
358
|
+
'migration.create': string;
|
|
359
|
+
'activities.migration.desc': string;
|
|
360
|
+
'activities.templates.title': string;
|
|
361
|
+
'activities.templates.desc': string;
|
|
362
|
+
'activities.version.composer': string;
|
|
363
|
+
'activities.version.core': string;
|
|
364
|
+
templates: string;
|
|
365
|
+
'template.name': string;
|
|
366
|
+
'template.name.desc': string;
|
|
367
|
+
'template.create': string;
|
|
368
|
+
'template.edit': string;
|
|
369
|
+
'template.type': string;
|
|
370
|
+
'template.page': string;
|
|
371
|
+
'template.page.desc': string;
|
|
372
|
+
'template.description': string;
|
|
373
|
+
'template.desc': string;
|
|
374
|
+
'template.description.desc': string;
|
|
375
|
+
'template.delete': string;
|
|
376
|
+
'template.delete.message': string;
|
|
377
|
+
'template.newpage.none': string;
|
|
378
|
+
'templates.templatesview.description': string;
|
|
379
|
+
'templates.intro': string;
|
|
380
|
+
services: string;
|
|
381
|
+
'services.create': string;
|
|
382
|
+
'services.desc': string;
|
|
383
|
+
'services.add': string;
|
|
384
|
+
'services.change': string;
|
|
385
|
+
'services.edit': string;
|
|
386
|
+
'services.technicalname': string;
|
|
387
|
+
'services.technicalname.description': string;
|
|
388
|
+
'services.selected': string;
|
|
389
|
+
'services.devmode.helper': string;
|
|
390
|
+
'services.devmode': string;
|
|
391
|
+
'services.anonmode.helper': string;
|
|
392
|
+
'services.anonmode': string;
|
|
393
|
+
'services.flowName': string;
|
|
394
|
+
'services.flowName.description': string;
|
|
395
|
+
'services.formName': string;
|
|
396
|
+
'services.formName.description': string;
|
|
397
|
+
'services.formTag': string;
|
|
398
|
+
'services.formTag.description': string;
|
|
399
|
+
'services.startdate': string;
|
|
400
|
+
'services.startdate.description': string;
|
|
401
|
+
'services.enddate': string;
|
|
402
|
+
'services.enddate.description': string;
|
|
403
|
+
'services.delete': string;
|
|
404
|
+
'services.delete.desc': string;
|
|
405
|
+
'snack.article.createdMessage': string;
|
|
406
|
+
'snack.article.deletedMessage': string;
|
|
407
|
+
'snack.article.editedMessage': string;
|
|
408
|
+
'snack.page.createdMessage': string;
|
|
409
|
+
'snack.page.deletedMessage': string;
|
|
410
|
+
'snack.page.savedMessage': string;
|
|
411
|
+
'snack.page.missingTitle': string;
|
|
412
|
+
'snack.link.createdMessage': string;
|
|
413
|
+
'snack.link.deletedMessage': string;
|
|
414
|
+
'snack.link.editedMessage': string;
|
|
415
|
+
'snack.link.addedMessage': string;
|
|
416
|
+
'snack.link.removedMessage': string;
|
|
417
|
+
'snack.workflow.createdMessage': string;
|
|
418
|
+
'snack.workflow.deletedMessage': string;
|
|
419
|
+
'snack.workflow.editedMessage': string;
|
|
420
|
+
'snack.workflow.addedMessage': string;
|
|
421
|
+
'snack.workflow.removedMessage': string;
|
|
422
|
+
'snack.locale.createdMessage': string;
|
|
423
|
+
'snack.locale.deletedMessage': string;
|
|
424
|
+
'snack.locale.editedMessage': string;
|
|
425
|
+
'snack.locale.enabled': string;
|
|
426
|
+
'snack.locale.disabled': string;
|
|
427
|
+
'snack.template.createdMessage': string;
|
|
428
|
+
'snack.template.deletedMessage': string;
|
|
429
|
+
'snack.template.editedMessage': string;
|
|
430
|
+
'snack.release.createdMessage': string;
|
|
431
|
+
'snack.release.deletedMessage': string;
|
|
432
|
+
'snack.migration.createdMessage': string;
|
|
433
|
+
'toolbar.search': string;
|
|
434
|
+
'toolbar.save': string;
|
|
435
|
+
'toolbar.stencil': string;
|
|
436
|
+
'toolbar.wrench': string;
|
|
437
|
+
'toolbar.menu': string;
|
|
438
|
+
'toolbar.activities': string;
|
|
439
|
+
'toolbar.help': string;
|
|
440
|
+
'toolbar.services': string;
|
|
441
|
+
'toolbar.import': string;
|
|
442
|
+
'toolbar.tasks': string;
|
|
443
|
+
'stencil.services.found.none': string;
|
|
444
|
+
'link.type.internal': string;
|
|
445
|
+
'link.type.external': string;
|
|
446
|
+
'link.type.phone': string;
|
|
447
|
+
'link.search.title': string;
|
|
448
|
+
'link.value': string;
|
|
449
|
+
'sitelocale.label.select.alreadyDefined': string;
|
|
450
|
+
'sitelocale.label.table.editLocaleValue': string;
|
|
451
|
+
'locales.label.table.title': string;
|
|
452
|
+
'locales.label.title.helper': string;
|
|
453
|
+
'locales.label.table.value': string;
|
|
454
|
+
'locales.enabledMessage': string;
|
|
455
|
+
'locales.disabledMessage': string;
|
|
456
|
+
'transferlist.noItemsSelected': string;
|
|
457
|
+
'transferlist.search': string;
|
|
458
|
+
'transferlist.noSearchResults': string;
|
|
459
|
+
'explorer.tabs.search': string;
|
|
460
|
+
'explorer.tabs.articles': string;
|
|
461
|
+
'explorer.tabs.links': string;
|
|
462
|
+
'explorer.tabs.services': string;
|
|
463
|
+
imports: string;
|
|
464
|
+
'imports.select': string;
|
|
465
|
+
'imports.import.action': string;
|
|
466
|
+
'article.order': string;
|
|
467
|
+
'article.order.view': string;
|
|
468
|
+
'article.select': string;
|
|
469
|
+
'article.links.selectedlinks': string;
|
|
470
|
+
'article.composer.title': string;
|
|
471
|
+
'article.composer.parent': string;
|
|
472
|
+
'article.parent.helper': string;
|
|
473
|
+
'article.composer.parent.unselected': string;
|
|
474
|
+
'article.create': string;
|
|
475
|
+
'article.name': string;
|
|
476
|
+
'article.delete.title': string;
|
|
477
|
+
'article.delete.description': string;
|
|
478
|
+
'article.edit.title': string;
|
|
479
|
+
'article.edit.parent': string;
|
|
480
|
+
'article.edit.orderhelper': string;
|
|
481
|
+
'article.devmode.helper': string;
|
|
482
|
+
'article.devmode': string;
|
|
483
|
+
articleservices: string;
|
|
484
|
+
articlelinks: string;
|
|
485
|
+
'article.composer.orderhelper': string;
|
|
486
|
+
allarticles: string;
|
|
487
|
+
'allarticles.individual': string;
|
|
488
|
+
'add.allarticles.link.help': string;
|
|
489
|
+
'add.allarticles.service.help': string;
|
|
490
|
+
'button.create': string;
|
|
491
|
+
'button.add': string;
|
|
492
|
+
'button.disable': string;
|
|
493
|
+
'button.enable': string;
|
|
494
|
+
'button.remove': string;
|
|
495
|
+
'button.apply': string;
|
|
496
|
+
'button.releasegraph': string;
|
|
497
|
+
'button.view.all.locales': string;
|
|
498
|
+
'button.view.all.releases': string;
|
|
499
|
+
'button.view.all.templates': string;
|
|
500
|
+
'links.message': string;
|
|
501
|
+
'links.searchAll': string;
|
|
502
|
+
'link.article.add.title': string;
|
|
503
|
+
'link.article.select': string;
|
|
504
|
+
'link.type': string;
|
|
505
|
+
'link.url': string;
|
|
506
|
+
'link.locale.all': string;
|
|
507
|
+
'link.content': string;
|
|
508
|
+
'link.composer.title': string;
|
|
509
|
+
'link.composer.descriptionlabel': string;
|
|
510
|
+
'link.composer.descriptionhelper': string;
|
|
511
|
+
'link.composer.valuehelper': string;
|
|
512
|
+
'link.edit.title': string;
|
|
513
|
+
'link.delete.title': string;
|
|
514
|
+
'link.delete': string;
|
|
515
|
+
'link.removepage.title': string;
|
|
516
|
+
'link.removepage': string;
|
|
517
|
+
'link.options': string;
|
|
518
|
+
'link.options.add': string;
|
|
519
|
+
'resource.edit.links': string;
|
|
520
|
+
'links.change': string;
|
|
521
|
+
'link.create': string;
|
|
522
|
+
'link.devmode.helper': string;
|
|
523
|
+
'link.devmode': string;
|
|
524
|
+
'locale.create': string;
|
|
525
|
+
'locale.disable.title': string;
|
|
526
|
+
'locale.enable.title': string;
|
|
527
|
+
'locale.disable': string;
|
|
528
|
+
'locale.enable': string;
|
|
529
|
+
'locale.composer.title': string;
|
|
530
|
+
'locale.composer.placeholder': string;
|
|
531
|
+
'locale.composer.helper': string;
|
|
532
|
+
'locale.overview': string;
|
|
533
|
+
'locales.overview.description': string;
|
|
534
|
+
'locales.content': string;
|
|
535
|
+
'locales.nocontent': string;
|
|
536
|
+
'locales.nopage': string;
|
|
537
|
+
'locales.label.table.locale': string;
|
|
538
|
+
'newpage.title': string;
|
|
539
|
+
'newpage.info': string;
|
|
540
|
+
'newpage.article.info': string;
|
|
541
|
+
'page.create': string;
|
|
542
|
+
'page.delete.dialog.title': string;
|
|
543
|
+
'page.delete.description': string;
|
|
544
|
+
'pages.save': string;
|
|
545
|
+
'pages.add': string;
|
|
546
|
+
'pages.change': string;
|
|
547
|
+
'pages.change.info': string;
|
|
548
|
+
'pages.change.devmode': string;
|
|
549
|
+
'pages.change.devmode.info': string;
|
|
550
|
+
'pages.devmode.helper': string;
|
|
551
|
+
'pages.devmode': string;
|
|
552
|
+
'pages.delete': string;
|
|
553
|
+
'pages.delete.message': string;
|
|
554
|
+
'pages.options': string;
|
|
555
|
+
'pages.edit.selectpage': string;
|
|
556
|
+
'pages.edit.selectTargetLocale': string;
|
|
557
|
+
'release.create': string;
|
|
558
|
+
'release.composer.title': string;
|
|
559
|
+
'release.composer.label': string;
|
|
560
|
+
'release.composer.note': string;
|
|
561
|
+
'release.composer.helper': string;
|
|
562
|
+
'release.desc': string;
|
|
563
|
+
'release.delete.title': string;
|
|
564
|
+
'release.delete.desc': string;
|
|
565
|
+
'releases.view.note': string;
|
|
566
|
+
'releases.view.tag': string;
|
|
567
|
+
'releases.view.created': string;
|
|
568
|
+
'releases.view.download': string;
|
|
569
|
+
'buttons.create': string;
|
|
570
|
+
'buttons.apply': string;
|
|
571
|
+
'buttons.delete': string;
|
|
572
|
+
'buttons.copy': string;
|
|
573
|
+
'buttons.download': string;
|
|
574
|
+
'content.loading': string;
|
|
575
|
+
'explorer.tabs.flows': string;
|
|
576
|
+
'explorer.tabs.decisions': string;
|
|
577
|
+
'explorer.active.branch': string;
|
|
578
|
+
'explorer.active.branch.default': string;
|
|
579
|
+
'activities.flows.title': string;
|
|
580
|
+
'activities.flows.desc': string;
|
|
581
|
+
'activities.decisions.title': string;
|
|
582
|
+
'activities.decisions.desc': string;
|
|
583
|
+
'activities.services.title': string;
|
|
584
|
+
'activities.services.desc': string;
|
|
585
|
+
'activities.releases.title': string;
|
|
586
|
+
'activities.releases.desc': string;
|
|
587
|
+
'activities.releases.desc.additional': string;
|
|
588
|
+
'activities.releases.view': string;
|
|
589
|
+
'activities.releases.graph': string;
|
|
590
|
+
'activities.compare.title': string;
|
|
591
|
+
'activities.compare.desc': string;
|
|
592
|
+
'activities.compare.view': string;
|
|
593
|
+
'activities.templates.view': string;
|
|
594
|
+
'activities.debug.title': string;
|
|
595
|
+
'activities.debug.desc': string;
|
|
596
|
+
'activities.debug.view': string;
|
|
597
|
+
'activities.assets.saveSuccess': string;
|
|
598
|
+
'programs.error.title': string;
|
|
599
|
+
'programs.warning.title': string;
|
|
600
|
+
flows: string;
|
|
601
|
+
'migrations.title': string;
|
|
602
|
+
'migrations.create': string;
|
|
603
|
+
'migrations.select': string;
|
|
604
|
+
'flows.edit.title': string;
|
|
605
|
+
'flows.copyas.title': string;
|
|
606
|
+
'flows.delete.title': string;
|
|
607
|
+
'flows.delete.error.title': string;
|
|
608
|
+
'flows.delete.content': string;
|
|
609
|
+
'flows.deleted.message': string;
|
|
610
|
+
'flows.simulate.title': string;
|
|
611
|
+
'flows.composer.title': string;
|
|
612
|
+
'flows.composer.copyTitle': string;
|
|
613
|
+
'flows.composer.createdMessage': string;
|
|
614
|
+
'flows.composer.copiedMessage': string;
|
|
615
|
+
'flows.composer.errorsTitle': string;
|
|
616
|
+
'flows.composer.assetName': string;
|
|
617
|
+
'flows.autocomplete.task.create': string;
|
|
618
|
+
'flows.autocomplete.task.link': string;
|
|
619
|
+
'flows.autocomplete.task.searchField': string;
|
|
620
|
+
'flows.autocomplete.task.searchPlaceholder': string;
|
|
621
|
+
'flows.autocomplete.task.selectType': string;
|
|
622
|
+
'flows.autocomplete.task.searchHelper': string;
|
|
623
|
+
'flows.autocomplete.task.searchResults': string;
|
|
624
|
+
'flows.autocomplete.task': string;
|
|
625
|
+
'flows.autocomplete.task.snackbar.created': string;
|
|
626
|
+
'flows.autocomplete.task.snackbar.creating': string;
|
|
627
|
+
'flows.graph.show': string;
|
|
628
|
+
'flows.graph.hide': string;
|
|
629
|
+
'services.searchAll': string;
|
|
630
|
+
'services.edit.title': string;
|
|
631
|
+
'services.copyas.title': string;
|
|
632
|
+
'services.delete.title': string;
|
|
633
|
+
'services.delete.error.title': string;
|
|
634
|
+
'services.delete.content': string;
|
|
635
|
+
'services.deleted.message': string;
|
|
636
|
+
'services.simulate.title': string;
|
|
637
|
+
'services.composer.title': string;
|
|
638
|
+
'services.composer.copyTitle': string;
|
|
639
|
+
'services.composer.createdMessage': string;
|
|
640
|
+
'services.composer.copiedMessage': string;
|
|
641
|
+
'services.composer.errorsTitle': string;
|
|
642
|
+
'services.composer.assetName': string;
|
|
643
|
+
'decisions.name': string;
|
|
644
|
+
'decisions.desc': string;
|
|
645
|
+
'decisions.simulate.title': string;
|
|
646
|
+
'decisions.hitpolicy': string;
|
|
647
|
+
'decisions.edit.title': string;
|
|
648
|
+
'decisions.copyas.title': string;
|
|
649
|
+
'decisions.delete.error.title': string;
|
|
650
|
+
'decisions.delete.title': string;
|
|
651
|
+
'decisions.delete.content': string;
|
|
652
|
+
'decisions.deleted.message': string;
|
|
653
|
+
'decisions.table.hitpolicy': string;
|
|
654
|
+
'decisions.table.options': string;
|
|
655
|
+
'decisions.composer.title': string;
|
|
656
|
+
'decisions.composer.copyTitle': string;
|
|
657
|
+
'decisions.composer.createdMessage': string;
|
|
658
|
+
'decisions.composer.copiedMessage': string;
|
|
659
|
+
'decisions.composer.errorsTitle': string;
|
|
660
|
+
'decisions.composer.assetName': string;
|
|
661
|
+
'decisions.toolbar.addInputColumn': string;
|
|
662
|
+
'decisions.toolbar.addOutputColumn': string;
|
|
663
|
+
'decisions.toolbar.addRow': string;
|
|
664
|
+
'decisions.toolbar.csvDownload': string;
|
|
665
|
+
'decisions.toolbar.csvUpload': string;
|
|
666
|
+
'decisions.toolbar.nameAndHitpolicy': string;
|
|
667
|
+
'decisions.toolbar.organize.rows.columns': string;
|
|
668
|
+
'decisions.toolbar.organize.action': string;
|
|
669
|
+
'decisions.toolbar.organize.action.helper': string;
|
|
670
|
+
'decisions.toolbar.organize.action.expression': string;
|
|
671
|
+
'decisions.toolbar.organize.action.expression.column': string;
|
|
672
|
+
'decisions.toolbar.organize.action.deleteColumn': string;
|
|
673
|
+
'decisions.toolbar.organize.action.deleteRow': string;
|
|
674
|
+
'decisions.toolbar.organize.action.deleteRow.contents': string;
|
|
675
|
+
'decisions.toolbar.organize.action.move.from.column': string;
|
|
676
|
+
'decisions.toolbar.organize.action.move.from.row': string;
|
|
677
|
+
'decisions.toolbar.organize.action.move.to.column': string;
|
|
678
|
+
'decisions.toolbar.organize.action.move.to.row': string;
|
|
679
|
+
'decisions.table.inputs.title': string;
|
|
680
|
+
'decisions.table.outputs.title': string;
|
|
681
|
+
'decisions.header.dialog.title': string;
|
|
682
|
+
'decisions.cells.dialog.title': string;
|
|
683
|
+
'decisions.cells.newvalue.boolean': string;
|
|
684
|
+
'decisions.cells.newvalue.boolean.helper': string;
|
|
685
|
+
'decisions.cells.newvalue.boolean.empty': string;
|
|
686
|
+
'decisions.cells.newvalue.date.operator': string;
|
|
687
|
+
'decisions.cells.newvalue.date.start': string;
|
|
688
|
+
'decisions.cells.newvalue.date.end': string;
|
|
689
|
+
'decisions.cells.newvalue.date.value': string;
|
|
690
|
+
'decisions.cells.newvalue.number.comparisonType': string;
|
|
691
|
+
'decisions.cells.newvalue.number.comparisonTypeEmpty': string;
|
|
692
|
+
'decisions.cells.newvalue.number.comparisonValue': string;
|
|
693
|
+
'decisions.cells.newvalue.number.comparisonToRange': string;
|
|
694
|
+
'decisions.cells.newvalue.number.rangeStart': string;
|
|
695
|
+
'decisions.cells.newvalue.number.rangeEnd': string;
|
|
696
|
+
'decisions.cells.newvalue.number.value': string;
|
|
697
|
+
'decisions.cells.newvalue.number.rangeIncluded': string;
|
|
698
|
+
'decisions.cells.newvalue.number.rangeToComparison': string;
|
|
699
|
+
'decisions.cells.newvalue.string.comparisonType': string;
|
|
700
|
+
'decisions.cells.newvalue.string.addValue': string;
|
|
701
|
+
'decisions.cells.newvalue.string.available': string;
|
|
702
|
+
'decisions.cells.newvalue.string.selected': string;
|
|
703
|
+
'decisions.cells.newvalue.string.empty': string;
|
|
704
|
+
'decisions.cells.newvalue.clear': string;
|
|
705
|
+
'decisions.valueSet': string;
|
|
706
|
+
'decisions.valueSet.description': string;
|
|
707
|
+
'decisions.valueSet.add': string;
|
|
708
|
+
'decisions.valueSet.remove': string;
|
|
709
|
+
'decisions.valueSet.current': string;
|
|
710
|
+
'decisions.valueSet.empty': string;
|
|
711
|
+
'dt.header.name': string;
|
|
712
|
+
'dt.header.delete': string;
|
|
713
|
+
'dt.header.expression': string;
|
|
714
|
+
'dt.header.dataType': string;
|
|
715
|
+
'dt.header.script': string;
|
|
716
|
+
decisions: string;
|
|
717
|
+
'program.status.DEPENDENCY_ERROR': string;
|
|
718
|
+
'program.status.UP': string;
|
|
719
|
+
'program.status.AST_ERROR': string;
|
|
720
|
+
'program.status.PROGRAM_ERROR': string;
|
|
721
|
+
'package.explorer.flows': string;
|
|
722
|
+
'package.explorer.servicetasks': string;
|
|
723
|
+
'package.explorer.decisiontables': string;
|
|
724
|
+
'dialog.addtype.title': string;
|
|
725
|
+
'dialog.addtype.button.cancel': string;
|
|
726
|
+
'dialog.addtype.button.confirm': string;
|
|
727
|
+
'dialog.addtype.error.unique': string;
|
|
728
|
+
'dialog.addtype.error.filled': string;
|
|
729
|
+
'dialog.addtype.input.serviceType': string;
|
|
730
|
+
'dialog.addtype.input.name': string;
|
|
731
|
+
'dialog.copyas.title': string;
|
|
732
|
+
'dialog.copyas.button.cancel': string;
|
|
733
|
+
'dialog.copyas.button.confirm': string;
|
|
734
|
+
'dialog.copyas.input.from': string;
|
|
735
|
+
'dialog.copyas.input.to': string;
|
|
736
|
+
'dialog.copyas.error.unique': string;
|
|
737
|
+
'dialog.copyas.error.filled': string;
|
|
738
|
+
'dialog.save.title': string;
|
|
739
|
+
'dialog.save.content': string;
|
|
740
|
+
'dialog.save.errors': string;
|
|
741
|
+
'dialog.save.button.cancel': string;
|
|
742
|
+
'dialog.save.button.confirm': string;
|
|
743
|
+
'release.delete.content': string;
|
|
744
|
+
'release.delete.error.title': string;
|
|
745
|
+
'release.deleted.message': string;
|
|
746
|
+
'releases.composer.createdMessage': string;
|
|
747
|
+
'releases.view.action': string;
|
|
748
|
+
'releases.composer.title': string;
|
|
749
|
+
'releases.composer.assetName': string;
|
|
750
|
+
'releases.composer.assetDesc': string;
|
|
751
|
+
'releases.composer.errorsTitle': string;
|
|
752
|
+
'releases.table.title': string;
|
|
753
|
+
'releases.table.column.name': string;
|
|
754
|
+
'releases.table.column.message': string;
|
|
755
|
+
'releases.table.column.created': string;
|
|
756
|
+
'releases.table.name': string;
|
|
757
|
+
'releases.add.error.unique': string;
|
|
758
|
+
'releases.add.error.filled': string;
|
|
759
|
+
'releases.add.input.name': string;
|
|
760
|
+
'releases.add.input.msg': string;
|
|
761
|
+
'releases.add.button.create': string;
|
|
762
|
+
'releases.button.compare': string;
|
|
763
|
+
'releases.button.branch': string;
|
|
764
|
+
'releases.button.checkout': string;
|
|
765
|
+
'releases.button.release': string;
|
|
766
|
+
'releases.button.details': string;
|
|
767
|
+
'releases.default.name': string;
|
|
768
|
+
'releases.default.note': string;
|
|
769
|
+
'releases.latest.name': string;
|
|
770
|
+
'releases.latest.note': string;
|
|
771
|
+
'releases.details.title': string;
|
|
772
|
+
'branch.delete.title': string;
|
|
773
|
+
'branch.delete.content': string;
|
|
774
|
+
'branch.delete.error.title': string;
|
|
775
|
+
'release.branch.creating': string;
|
|
776
|
+
'release.branch.created': string;
|
|
777
|
+
'release.branch.deleting': string;
|
|
778
|
+
'release.branch.deleted': string;
|
|
779
|
+
'release.branch.checkout': string;
|
|
780
|
+
'debug.toolbar.options': string;
|
|
781
|
+
'debug.toolbar.selectAsset': string;
|
|
782
|
+
'debug.toolbar.inputCsv': string;
|
|
783
|
+
'debug.toolbar.inputForm': string;
|
|
784
|
+
'debug.toolbar.inputJson': string;
|
|
785
|
+
'debug.toolbar.execute': string;
|
|
786
|
+
'debug.toolbar.noAsset': string;
|
|
787
|
+
'debug.toolbar.openAsset': string;
|
|
788
|
+
'debug.toolbar.download': string;
|
|
789
|
+
'debug.input.noAsset': string;
|
|
790
|
+
'debug.input.form': string;
|
|
791
|
+
'debug.input.formTitle': string;
|
|
792
|
+
'debug.input.form.invalid.integer': string;
|
|
793
|
+
'debug.input.form.invalid.number': string;
|
|
794
|
+
'debug.input.form.invalid.range': string;
|
|
795
|
+
'debug.input.json': string;
|
|
796
|
+
'debug.input.jsonTitle': string;
|
|
797
|
+
'debug.input.csvUpload': string;
|
|
798
|
+
'debug.input.csvFile': string;
|
|
799
|
+
'debug.input.csvFileTitle': string;
|
|
800
|
+
'debug.input.csvFileOrText': string;
|
|
801
|
+
'debug.inputs.fieldName': string;
|
|
802
|
+
'debug.inputs.fieldValue': string;
|
|
803
|
+
'debug.select.title': string;
|
|
804
|
+
'debug.select.assetType': string;
|
|
805
|
+
'debug.select.searchField': string;
|
|
806
|
+
'debug.select.searchHelper': string;
|
|
807
|
+
'debug.select.searchPlaceholder': string;
|
|
808
|
+
'debug.select.searchResults': string;
|
|
809
|
+
'debug.select.confirm': string;
|
|
810
|
+
'debug.inputs.format': string;
|
|
811
|
+
'debug.asset.select.label': string;
|
|
812
|
+
'debug.asset.select.clear': string;
|
|
813
|
+
'debug.asset.select.execute': string;
|
|
814
|
+
'debug.asset.execute.inputs': string;
|
|
815
|
+
'debug.asset.execute.errors': string;
|
|
816
|
+
'debug.asset.execute.outputs.dt.json': string;
|
|
817
|
+
'debug.asset.execute.outputs.dt.rejects': string;
|
|
818
|
+
'debug.asset.execute.outputs.dt.rejects.order': string;
|
|
819
|
+
'debug.asset.execute.outputs.flow.step': string;
|
|
820
|
+
'debug.csv.row': string;
|
|
821
|
+
'debug.csv.download': string;
|
|
822
|
+
'debug.csv.download.delimiter': string;
|
|
823
|
+
'debug.csv.download.delimiter.semicolon': string;
|
|
824
|
+
'debug.csv.download.delimiter.comma': string;
|
|
825
|
+
'debug.csv.download.options': string;
|
|
826
|
+
'debug.csv.download.wrap': string;
|
|
827
|
+
'compare.tip': string;
|
|
828
|
+
'compare.base': string;
|
|
829
|
+
'compare.target': string;
|
|
830
|
+
'compare.dialog.title': string;
|
|
831
|
+
'compare.dialog.line': string;
|
|
832
|
+
'compare.dialog.side': string;
|
|
833
|
+
'menu.feedbackAllTasks': string;
|
|
834
|
+
'feedback.all': string;
|
|
835
|
+
'feedback.none': string;
|
|
836
|
+
'feedback.search': string;
|
|
837
|
+
'feedback.search.placeholder': string;
|
|
838
|
+
'feedback.search.filter.category': string;
|
|
839
|
+
'feedback.search.filter.subCategory': string;
|
|
840
|
+
'feedback.filter.selectNone': string;
|
|
841
|
+
'queues.all': string;
|
|
842
|
+
'consumers.all': string;
|
|
843
|
+
'queue.config.appId': string;
|
|
844
|
+
'queue.config.none': string;
|
|
845
|
+
'queue.config.consumerName': string;
|
|
846
|
+
'queue.config.routingKey': string;
|
|
847
|
+
'queue.config.consumerStatus': string;
|
|
848
|
+
'queue.config.comment': string;
|
|
849
|
+
'queue.config.consumerId': string;
|
|
850
|
+
'queue.config.qualifiedJavaName': string;
|
|
851
|
+
'queue.config.queueName': string;
|
|
852
|
+
'queue.config.createdAt': string;
|
|
853
|
+
'queue.config.createdBy': string;
|
|
854
|
+
'queue.all_deliveries.title': string;
|
|
855
|
+
'queue.all_deliveries.created': string;
|
|
856
|
+
'queue.all_deliveries.consumerComment': string;
|
|
857
|
+
'queue.all_deliveries.status': string;
|
|
858
|
+
'queue.all_deliveries.messageId': string;
|
|
859
|
+
'queue.all_deliveries.consumerId': string;
|
|
860
|
+
'queue.all_messages.title': string;
|
|
861
|
+
'queue.all_messages.routingKey': string;
|
|
862
|
+
'queue.all_messages.messageId': string;
|
|
863
|
+
'queue.all_messages.bodyId': string;
|
|
864
|
+
'queue.all_messages.bodyType': string;
|
|
865
|
+
'queue.all_messages.status': string;
|
|
866
|
+
'queue.all_messages.body': string;
|
|
867
|
+
'queue.all_messages.created': string;
|
|
868
|
+
'menu.messages': string;
|
|
869
|
+
'menu.deliveries': string;
|
|
870
|
+
'articles.searchAll': string;
|
|
871
|
+
};
|
|
872
|
+
fi: {
|
|
873
|
+
'tasksView.title': string;
|
|
874
|
+
'tasksTableHeader.taskName': string;
|
|
875
|
+
'tasksTableHeader.category': string;
|
|
876
|
+
'tasksTableHeader.status': string;
|
|
877
|
+
'tasksTableHeader.dueDate': string;
|
|
878
|
+
'tasksTableHeader.priority': string;
|
|
879
|
+
'tasksTableHeader.assigned': string;
|
|
880
|
+
'tasksTableAction.editTask': string;
|
|
881
|
+
'tasksTableAction.deleteTask': string;
|
|
882
|
+
'taskPriority.low': string;
|
|
883
|
+
'taskPriority.normal': string;
|
|
884
|
+
'taskPriority.high': string;
|
|
885
|
+
'taskDialog.priority': string;
|
|
886
|
+
'taskDialog.subject': string;
|
|
887
|
+
'taskDialog.description': string;
|
|
888
|
+
'taskDialog.dueDate': string;
|
|
889
|
+
'taskDialog.assignedTo': string;
|
|
890
|
+
'taskDialog.assignedUser': string;
|
|
891
|
+
'taskDialog.status': string;
|
|
892
|
+
'taskDialog.task': string;
|
|
893
|
+
'taskDialog.category': string;
|
|
894
|
+
'taskDialog.source': string;
|
|
895
|
+
'task.priority.low': string;
|
|
896
|
+
'task.priority.normal': string;
|
|
897
|
+
'task.priority.high': string;
|
|
898
|
+
'task.status.new': string;
|
|
899
|
+
'task.status.open': string;
|
|
900
|
+
'task.status.completed': string;
|
|
901
|
+
'task.status.rejected': string;
|
|
902
|
+
'task.form.review': string;
|
|
903
|
+
'task.form.feedback.manage': string;
|
|
904
|
+
'task.created': string;
|
|
905
|
+
'task.updated': string;
|
|
906
|
+
comments: string;
|
|
907
|
+
'task.comments.external.createTask': string;
|
|
908
|
+
'task.comments.internal.createTask': string;
|
|
909
|
+
'task.attachments.createTask': string;
|
|
910
|
+
internalComments: string;
|
|
911
|
+
externalComments: string;
|
|
912
|
+
'comment.store': string;
|
|
913
|
+
'comment.add': string;
|
|
914
|
+
'comment.addInternal': string;
|
|
915
|
+
'comment.addExternal': string;
|
|
916
|
+
'comment.reply': string;
|
|
917
|
+
'taskButton.addTask': string;
|
|
918
|
+
'taskButton.refresh': string;
|
|
919
|
+
'taskButton.accept': string;
|
|
920
|
+
'taskButton.cancel': string;
|
|
921
|
+
'table.body.emptyDataSourceMessage': string;
|
|
922
|
+
'table.body.filterRow.filterTooltip': string;
|
|
923
|
+
'table.body.deleteTooltip': string;
|
|
924
|
+
'table.body.editRow.deleteText': string;
|
|
925
|
+
'table.body.editRow.cancelTask': string;
|
|
926
|
+
'table.body.editRow.saveTask': string;
|
|
927
|
+
'table.pagination.labelDisplayedRows': string;
|
|
928
|
+
'table.pagination.labelRowsPerPage': string;
|
|
929
|
+
'table.pagination.firstPage': string;
|
|
930
|
+
'table.pagination.previousPage': string;
|
|
931
|
+
'table.pagination.nextPage': string;
|
|
932
|
+
'table.pagination.lastPage': string;
|
|
933
|
+
'table.toolbar.search': string;
|
|
934
|
+
'table.toolbar.showColumnsTitle': string;
|
|
935
|
+
'table.toolbar.addRemoveColumns': string;
|
|
936
|
+
'taskLink.title': string;
|
|
937
|
+
'taskLink.button.open': string;
|
|
938
|
+
'taskLink.pdf.open': string;
|
|
939
|
+
'explorer.title': string;
|
|
940
|
+
'explorer.login': string;
|
|
941
|
+
'locale.fi': string;
|
|
942
|
+
'locale.sv': string;
|
|
943
|
+
'locale.en': string;
|
|
944
|
+
'app.logout': string;
|
|
945
|
+
'app.login': string;
|
|
946
|
+
'app.feedback': string;
|
|
947
|
+
'menu.dashboard': string;
|
|
948
|
+
'menu.profile': string;
|
|
949
|
+
'menu.tasks': string;
|
|
950
|
+
'menu.evaluations': string;
|
|
951
|
+
'menu.forms': string;
|
|
952
|
+
'menu.queues': string;
|
|
953
|
+
'menu.users': string;
|
|
954
|
+
'menu.help': string;
|
|
955
|
+
'menu.flow': string;
|
|
956
|
+
'menu.processes': string;
|
|
957
|
+
'menu.reports': string;
|
|
958
|
+
'menu.workflows': string;
|
|
959
|
+
'menu.logout': string;
|
|
960
|
+
'menu.workflowTags': string;
|
|
961
|
+
'menu.publications': string;
|
|
962
|
+
'menu.services': string;
|
|
963
|
+
'menu.content': string;
|
|
964
|
+
'menu.calendar': string;
|
|
965
|
+
'menu.feedback': string;
|
|
966
|
+
'front.intro.title': string;
|
|
967
|
+
'profile.title': string;
|
|
968
|
+
'profile.user.name': string;
|
|
969
|
+
'profile.user.email': string;
|
|
970
|
+
'profile.user.role': string;
|
|
971
|
+
'profile.user.phone': string;
|
|
972
|
+
'profile.app.version': string;
|
|
973
|
+
'button.cancel': string;
|
|
974
|
+
'button.delete': string;
|
|
975
|
+
'button.update': string;
|
|
976
|
+
'button.publish': string;
|
|
977
|
+
'button.accept': string;
|
|
978
|
+
'button.edit': string;
|
|
979
|
+
'button.close': string;
|
|
980
|
+
'button.reject': string;
|
|
981
|
+
'button.send': string;
|
|
982
|
+
'button.dismiss': string;
|
|
983
|
+
'button.editRoles': string;
|
|
984
|
+
'button.select': string;
|
|
985
|
+
'error.minTextLength': string;
|
|
986
|
+
'error.maxTextLength': string;
|
|
987
|
+
'error.valueRequired': string;
|
|
988
|
+
'error.title': string;
|
|
989
|
+
'error.dialob.session': string;
|
|
990
|
+
'error.errorLoadingData': string;
|
|
991
|
+
'error.unauthorized.title': string;
|
|
992
|
+
'error.unauthorized.text': string;
|
|
993
|
+
'error.unauthorizedAccess': string;
|
|
994
|
+
'error.dataAccess': string;
|
|
995
|
+
'error.statusOpenError': string;
|
|
996
|
+
'error.workflowCreation': string;
|
|
997
|
+
'table.body.addTooltip': string;
|
|
998
|
+
'table.body.editTooltip': string;
|
|
999
|
+
'table.body.editRow.deleteMessage': string;
|
|
1000
|
+
'workflowTable.title': string;
|
|
1001
|
+
'workflowTableHeader.name': string;
|
|
1002
|
+
'workflowTableHeader.formName': string;
|
|
1003
|
+
'workflowTableHeader.flowName': string;
|
|
1004
|
+
'workflowTableHeader.updated': string;
|
|
1005
|
+
'workflowTable.addButton': string;
|
|
1006
|
+
'workflowTable.editButton': string;
|
|
1007
|
+
'workflow.dialogTitle': string;
|
|
1008
|
+
'workflow.name': string;
|
|
1009
|
+
'workflow.form.formName': string;
|
|
1010
|
+
'workflow.form.formTag': string;
|
|
1011
|
+
'workflow.flowName': string;
|
|
1012
|
+
'processTable.title': string;
|
|
1013
|
+
'processTableHeader.workflow': string;
|
|
1014
|
+
'processTableHeader.user': string;
|
|
1015
|
+
'processTableHeader.status': string;
|
|
1016
|
+
'processTableHeader.created': string;
|
|
1017
|
+
'processTableHeader.questionnaireId': string;
|
|
1018
|
+
'process.status.ANSWERED': string;
|
|
1019
|
+
'process.status.CREATED': string;
|
|
1020
|
+
'process.status.ANSWERING': string;
|
|
1021
|
+
'process.status.IN_PROGRESS': string;
|
|
1022
|
+
'process.status.WAITING': string;
|
|
1023
|
+
'process.status.COMPLETED': string;
|
|
1024
|
+
'process.status.REJECTED': string;
|
|
1025
|
+
'comment.button': string;
|
|
1026
|
+
'comment.title': string;
|
|
1027
|
+
'comment.form.email': string;
|
|
1028
|
+
'comment.form.feedbackType': string;
|
|
1029
|
+
'comment.form.body': string;
|
|
1030
|
+
'comment.type.general': string;
|
|
1031
|
+
'comment.type.propose': string;
|
|
1032
|
+
'comment.type.contact': string;
|
|
1033
|
+
'comment.submitted.success': string;
|
|
1034
|
+
'comment.submitted.failure': string;
|
|
1035
|
+
'spoTasksTableHeader.taskName': string;
|
|
1036
|
+
'spoTasksTableHeader.category': string;
|
|
1037
|
+
'spoTasksTableHeader.status': string;
|
|
1038
|
+
'spoTasksTableHeader.priority': string;
|
|
1039
|
+
'spoTasksTableHeader.dueDate': string;
|
|
1040
|
+
'spoTasksTableHeader.assigned': string;
|
|
1041
|
+
'spoTasksTableHeader.assignedUser': string;
|
|
1042
|
+
'spoTasksTableHeader.created': string;
|
|
1043
|
+
'spoTasksTableHeader.clientName': string;
|
|
1044
|
+
'taskDialog.clientIdentificator': string;
|
|
1045
|
+
'taskDialog.assignedUserEmail': string;
|
|
1046
|
+
'task.editRoles': string;
|
|
1047
|
+
Questionnaire: string;
|
|
1048
|
+
Manual: string;
|
|
1049
|
+
Protected: string;
|
|
1050
|
+
Normal: string;
|
|
1051
|
+
Represented: string;
|
|
1052
|
+
CustomerCreated: string;
|
|
1053
|
+
Internal: string;
|
|
1054
|
+
'task.role.assignedAllUsers': string;
|
|
1055
|
+
'task.feedback.published': string;
|
|
1056
|
+
'confirm.close.title': string;
|
|
1057
|
+
'confirm.unsavedChanges': string;
|
|
1058
|
+
'task.statistics.statusCount': string;
|
|
1059
|
+
'task.statistics.priorityCount': string;
|
|
1060
|
+
'task.statistics.daily': string;
|
|
1061
|
+
'task.statistics.overdue': string;
|
|
1062
|
+
'feedback.button': string;
|
|
1063
|
+
'feedback.thanks': string;
|
|
1064
|
+
'feedback.create.title': string;
|
|
1065
|
+
'feedback.title': string;
|
|
1066
|
+
'feedback.update.title': string;
|
|
1067
|
+
'feedback.description': string;
|
|
1068
|
+
'feedback.name': string;
|
|
1069
|
+
'feedback.sendScreenshot': string;
|
|
1070
|
+
'feedback.close': string;
|
|
1071
|
+
'feedback.send': string;
|
|
1072
|
+
'feedback.category': string;
|
|
1073
|
+
'feedback.subCategory': string;
|
|
1074
|
+
'feedback.myReply': string;
|
|
1075
|
+
'feedback.noFeedback.info1': string;
|
|
1076
|
+
'feedback.noFeedback.info2': string;
|
|
1077
|
+
'feedback.customerFeedback': string;
|
|
1078
|
+
'feedback.customerApprovals': string;
|
|
1079
|
+
'feedback.sourceTaskId': string;
|
|
1080
|
+
'feedback.formName': string;
|
|
1081
|
+
'feedback.dateReceived': string;
|
|
1082
|
+
'feedback.createdBy': string;
|
|
1083
|
+
'feedback.updatedBy': string;
|
|
1084
|
+
'feedback.updated': string;
|
|
1085
|
+
'feedback.notPublished': string;
|
|
1086
|
+
'feedback.isPublished': string;
|
|
1087
|
+
'help.title': string;
|
|
1088
|
+
'attachmentView.title': string;
|
|
1089
|
+
'attachmentTableHeader.size': string;
|
|
1090
|
+
'attachmentTableHeader.updated': string;
|
|
1091
|
+
'attachmentTableHeader.created': string;
|
|
1092
|
+
'attachmentTableHeader.name': string;
|
|
1093
|
+
'attachmentButton.addAttachment': string;
|
|
1094
|
+
'attachmentButton.downloadAttachment': string;
|
|
1095
|
+
'attachment.uploadOk': string;
|
|
1096
|
+
'attachment.uploadFailed': string;
|
|
1097
|
+
'workflowReleaseTable.title': string;
|
|
1098
|
+
'workflowReleaseTableHeader.name': string;
|
|
1099
|
+
'workflowReleaseTableHeader.description': string;
|
|
1100
|
+
'workflowReleaseTableHeader.updatedBy': string;
|
|
1101
|
+
'workflowReleaseTableHeader.updated': string;
|
|
1102
|
+
'workflowReleaseTable.addButton': string;
|
|
1103
|
+
'workflowReleaseTable.viewButton': string;
|
|
1104
|
+
'workflowReleaseTable.exportButton': string;
|
|
1105
|
+
'workflowRelease.dialogTitle': string;
|
|
1106
|
+
'workflowRelease.name': string;
|
|
1107
|
+
'workflowRelease.description': string;
|
|
1108
|
+
'workflowRelease.releaseCreationFailed': string;
|
|
1109
|
+
'publicationsTable.title': string;
|
|
1110
|
+
'publicationsTableHeader.name': string;
|
|
1111
|
+
'publicationsTableHeader.description': string;
|
|
1112
|
+
'publicationsTableHeader.createdBy': string;
|
|
1113
|
+
'publicationsTableHeader.created': string;
|
|
1114
|
+
'publicationsTableHeader.contentTag': string;
|
|
1115
|
+
'publicationsTableHeader.workflowTag': string;
|
|
1116
|
+
'publicationsTableHeader.wrenchTag': string;
|
|
1117
|
+
'publicationsTable.addButton': string;
|
|
1118
|
+
'publicationsTable.viewButton': string;
|
|
1119
|
+
'publicationsTable.exportButton': string;
|
|
1120
|
+
'publications.dialogTitle': string;
|
|
1121
|
+
'publications.name': string;
|
|
1122
|
+
'publications.description': string;
|
|
1123
|
+
'publications.workflowTag': string;
|
|
1124
|
+
'publications.wrenchTag': string;
|
|
1125
|
+
'publications.contentTag': string;
|
|
1126
|
+
'publications.createNewTag': string;
|
|
1127
|
+
'publications.downloadFailed': string;
|
|
1128
|
+
'publications.tagCreationFailed': string;
|
|
1129
|
+
'dialobForms.dialog.heading': string;
|
|
1130
|
+
'dialobForms.table.tooltip.add': string;
|
|
1131
|
+
'dialobForms.table.label': string;
|
|
1132
|
+
'dialobForms.table.created': string;
|
|
1133
|
+
'dialobForms.table.lastSaved': string;
|
|
1134
|
+
'dialobForms.table.tooltip.edit': string;
|
|
1135
|
+
'dialobForms.dialog.emptyTitle': string;
|
|
1136
|
+
'dialobForms.table.tooltip.copy': string;
|
|
1137
|
+
'dialobForms.table.tooltip.delete': string;
|
|
1138
|
+
'dialobForm.saveFailed': string;
|
|
1139
|
+
'dialobForm.downloadFailed': string;
|
|
1140
|
+
'dialobForm.deleteFailed': string;
|
|
1141
|
+
'dialobForm.heading.copyDialog': string;
|
|
1142
|
+
'dialobForm.heading.addDialog': string;
|
|
1143
|
+
'dialobForm.dialog.formName': string;
|
|
1144
|
+
'dialobForm.dialog.formLabel': string;
|
|
1145
|
+
'dialobForm.error.invalidFormName': string;
|
|
1146
|
+
'dialobForm.dialog.deleteQuestion': string;
|
|
1147
|
+
'dialobForm.heading.deleteDialog': string;
|
|
1148
|
+
'dialobForm.review.title': string;
|
|
1149
|
+
'feedback.notenabled': string;
|
|
1150
|
+
pages: string;
|
|
1151
|
+
articles: string;
|
|
1152
|
+
locale: string;
|
|
1153
|
+
locales: string;
|
|
1154
|
+
tag: string;
|
|
1155
|
+
links: string;
|
|
1156
|
+
releases: string;
|
|
1157
|
+
options: string;
|
|
1158
|
+
value: string;
|
|
1159
|
+
date: string;
|
|
1160
|
+
order: string;
|
|
1161
|
+
description: string;
|
|
1162
|
+
name: string;
|
|
1163
|
+
delete: string;
|
|
1164
|
+
download: string;
|
|
1165
|
+
disable: string;
|
|
1166
|
+
status: string;
|
|
1167
|
+
created: string;
|
|
1168
|
+
modified: string;
|
|
1169
|
+
rename: string;
|
|
1170
|
+
reorder: string;
|
|
1171
|
+
remove: string;
|
|
1172
|
+
'composer.select.article': string;
|
|
1173
|
+
'toolbar.help': string;
|
|
1174
|
+
'toolbar.import': string;
|
|
1175
|
+
'link.type.internal': string;
|
|
1176
|
+
'link.type.external': string;
|
|
1177
|
+
'link.type.phone': string;
|
|
1178
|
+
imports: string;
|
|
1179
|
+
'imports.select': string;
|
|
1180
|
+
'imports.import.action': string;
|
|
1181
|
+
'article.composer.title': string;
|
|
1182
|
+
'article.composer.parent': string;
|
|
1183
|
+
'article.composer.parent.unselected': string;
|
|
1184
|
+
'article.create': string;
|
|
1185
|
+
'article.name': string;
|
|
1186
|
+
'article.delete.title': string;
|
|
1187
|
+
'article.delete.description': string;
|
|
1188
|
+
'article.edit.title': string;
|
|
1189
|
+
'article.edit.parent': string;
|
|
1190
|
+
'article.edit.orderhelper': string;
|
|
1191
|
+
'article.composer.orderhelper': string;
|
|
1192
|
+
'button.create': string;
|
|
1193
|
+
'button.add': string;
|
|
1194
|
+
'button.disable': string;
|
|
1195
|
+
'button.enable': string;
|
|
1196
|
+
'button.remove': string;
|
|
1197
|
+
'button.apply': string;
|
|
1198
|
+
'button.view.all.locales': string;
|
|
1199
|
+
'button.view.all.releases': string;
|
|
1200
|
+
'links.message': string;
|
|
1201
|
+
'link.article.add.title': string;
|
|
1202
|
+
'link.article.select': string;
|
|
1203
|
+
'link.type': string;
|
|
1204
|
+
'link.url': string;
|
|
1205
|
+
'link.locale.all': string;
|
|
1206
|
+
'link.content': string;
|
|
1207
|
+
'link.composer.title': string;
|
|
1208
|
+
'link.composer.descriptionlabel': string;
|
|
1209
|
+
'link.composer.descriptionhelper': string;
|
|
1210
|
+
'link.composer.valuehelper': string;
|
|
1211
|
+
'link.edit.title': string;
|
|
1212
|
+
'link.delete.title': string;
|
|
1213
|
+
'link.delete': string;
|
|
1214
|
+
'link.removepage.title': string;
|
|
1215
|
+
'link.removepage': string;
|
|
1216
|
+
'link.options': string;
|
|
1217
|
+
'link.options.add': string;
|
|
1218
|
+
'resource.edit.links': string;
|
|
1219
|
+
'link.create': string;
|
|
1220
|
+
'locale.create': string;
|
|
1221
|
+
'locale.disable.title': string;
|
|
1222
|
+
'locale.enable.title': string;
|
|
1223
|
+
'locale.disable': string;
|
|
1224
|
+
'locale.enable': string;
|
|
1225
|
+
'locale.composer.title': string;
|
|
1226
|
+
'locale.composer.helper': string;
|
|
1227
|
+
'locale.overview': string;
|
|
1228
|
+
'locales.content': string;
|
|
1229
|
+
'locales.nocontent': string;
|
|
1230
|
+
'locales.nopage': string;
|
|
1231
|
+
'newpage.title': string;
|
|
1232
|
+
'newpage.info': string;
|
|
1233
|
+
'newpage.article.info': string;
|
|
1234
|
+
'page.create': string;
|
|
1235
|
+
'pages.save': string;
|
|
1236
|
+
'pages.add': string;
|
|
1237
|
+
'pages.change': string;
|
|
1238
|
+
'pages.change.info': string;
|
|
1239
|
+
'pages.delete': string;
|
|
1240
|
+
'pages.delete.message': string;
|
|
1241
|
+
'pages.options': string;
|
|
1242
|
+
'pages.edit.selectpage': string;
|
|
1243
|
+
'pages.edit.selectTargetLocale': string;
|
|
1244
|
+
'release.create': string;
|
|
1245
|
+
'release.composer.title': string;
|
|
1246
|
+
'release.composer.label': string;
|
|
1247
|
+
'release.composer.note': string;
|
|
1248
|
+
'release.composer.helper': string;
|
|
1249
|
+
'menu.feedbackAllTasks': string;
|
|
1250
|
+
'feedback.all': string;
|
|
1251
|
+
'feedback.none': string;
|
|
1252
|
+
'feedback.search': string;
|
|
1253
|
+
'feedback.search.placeholder': string;
|
|
1254
|
+
'feedback.search.filter.category': string;
|
|
1255
|
+
'feedback.search.filter.subCategory': string;
|
|
1256
|
+
'feedback.filter.selectNone': string;
|
|
1257
|
+
'toolbar.preview': string;
|
|
1258
|
+
'workflow.edit.title': string;
|
|
1259
|
+
'workflow.create': string;
|
|
1260
|
+
'button.view.all.articles': string;
|
|
1261
|
+
'button.view.all.pages': string;
|
|
1262
|
+
'button.view.all.links': string;
|
|
1263
|
+
'button.view.all.workflows': string;
|
|
1264
|
+
workflows: string;
|
|
1265
|
+
'associations.add': string;
|
|
1266
|
+
'explorer.pages': string;
|
|
1267
|
+
'explorer.pages.create': string;
|
|
1268
|
+
'explorer.pages.dualview': string;
|
|
1269
|
+
'explorer.locale.empty': string;
|
|
1270
|
+
'articles.message': string;
|
|
1271
|
+
'article.deletepage.title': string;
|
|
1272
|
+
'article.deletepage': string;
|
|
1273
|
+
'article.options': string;
|
|
1274
|
+
'article.addlink': string;
|
|
1275
|
+
'article.links.addremove': string;
|
|
1276
|
+
'article.links': string;
|
|
1277
|
+
'article.links.sitelinks': string;
|
|
1278
|
+
'article.links.remove': string;
|
|
1279
|
+
'article.workflows.addremove': string;
|
|
1280
|
+
'article.workflows': string;
|
|
1281
|
+
'article.workflows.add': string;
|
|
1282
|
+
'article.workflows.remove': string;
|
|
1283
|
+
'article.workflows.siteworkflows': string;
|
|
1284
|
+
'button.view': string;
|
|
1285
|
+
'button.addremove': string;
|
|
1286
|
+
'composer.article.title': string;
|
|
1287
|
+
'composer.article.desc': string;
|
|
1288
|
+
'composer.locale.title': string;
|
|
1289
|
+
'composer.locale.desc': string;
|
|
1290
|
+
'composer.page.title': string;
|
|
1291
|
+
'composer.page.desc': string;
|
|
1292
|
+
'composer.link.title': string;
|
|
1293
|
+
'composer.link.desc': string;
|
|
1294
|
+
'composer.workflow.title': string;
|
|
1295
|
+
'composer.workflow.desc': string;
|
|
1296
|
+
'composer.release.title': string;
|
|
1297
|
+
'composer.release.desc': string;
|
|
1298
|
+
'toolbar.dashboard': string;
|
|
1299
|
+
'dashboard.view.helper': string;
|
|
1300
|
+
'link.associate.title': string;
|
|
1301
|
+
'link.options.edit': string;
|
|
1302
|
+
'link.options.remove': string;
|
|
1303
|
+
'resource.options': string;
|
|
1304
|
+
'resource.edit.workflows': string;
|
|
1305
|
+
'workflow.associate.title': string;
|
|
1306
|
+
'workflow.composer.title': string;
|
|
1307
|
+
'workflow.composer.name': string;
|
|
1308
|
+
'workflow.technicalname': string;
|
|
1309
|
+
'workflow.composer.select': string;
|
|
1310
|
+
'workflow.composer.helper': string;
|
|
1311
|
+
'workflow.composer.placeholder': string;
|
|
1312
|
+
'workflow.delete.title': string;
|
|
1313
|
+
'workflow.delete': string;
|
|
1314
|
+
'workflow.removepage.title': string;
|
|
1315
|
+
'workflow.removepage': string;
|
|
1316
|
+
'workflow.options': string;
|
|
1317
|
+
'workflow.add': string;
|
|
1318
|
+
'workflow.edit': string;
|
|
1319
|
+
'workflow.remove': string;
|
|
1320
|
+
'toolbar.articles': string;
|
|
1321
|
+
'toolbar.newarticle': string;
|
|
1322
|
+
'toolbar.newlocale': string;
|
|
1323
|
+
'toolbar.explorer': string;
|
|
1324
|
+
'toolbar.links': string;
|
|
1325
|
+
'toolbar.workflows': string;
|
|
1326
|
+
'toolbar.releases': string;
|
|
1327
|
+
'toolbar.locales': string;
|
|
1328
|
+
};
|
|
1329
|
+
sv: {
|
|
1330
|
+
'tasksView.title': string;
|
|
1331
|
+
'tasksTableHeader.taskName': string;
|
|
1332
|
+
'tasksTableHeader.category': string;
|
|
1333
|
+
'tasksTableHeader.status': string;
|
|
1334
|
+
'tasksTableHeader.dueDate': string;
|
|
1335
|
+
'tasksTableHeader.priority': string;
|
|
1336
|
+
'tasksTableHeader.assigned': string;
|
|
1337
|
+
'tasksTableAction.editTask': string;
|
|
1338
|
+
'tasksTableAction.deleteTask': string;
|
|
1339
|
+
'taskPriority.low': string;
|
|
1340
|
+
'taskPriority.normal': string;
|
|
1341
|
+
'taskPriority.high': string;
|
|
1342
|
+
'taskDialog.priority': string;
|
|
1343
|
+
'taskDialog.subject': string;
|
|
1344
|
+
'taskDialog.description': string;
|
|
1345
|
+
'taskDialog.dueDate': string;
|
|
1346
|
+
'taskDialog.assignedTo': string;
|
|
1347
|
+
'taskDialog.assignedUser': string;
|
|
1348
|
+
'taskDialog.status': string;
|
|
1349
|
+
'taskDialog.task': string;
|
|
1350
|
+
'taskDialog.category': string;
|
|
1351
|
+
'taskDialog.source': string;
|
|
1352
|
+
'task.priority.low': string;
|
|
1353
|
+
'task.priority.normal': string;
|
|
1354
|
+
'task.priority.high': string;
|
|
1355
|
+
'task.status.new': string;
|
|
1356
|
+
'task.status.open': string;
|
|
1357
|
+
'task.status.completed': string;
|
|
1358
|
+
'task.status.rejected': string;
|
|
1359
|
+
'task.form.review': string;
|
|
1360
|
+
'task.form.feedback.manage': string;
|
|
1361
|
+
'task.created': string;
|
|
1362
|
+
'task.updated': string;
|
|
1363
|
+
comments: string;
|
|
1364
|
+
'task.comments.external.createTask': string;
|
|
1365
|
+
'task.comments.internal.createTask': string;
|
|
1366
|
+
'task.attachments.createTask': string;
|
|
1367
|
+
internalComments: string;
|
|
1368
|
+
externalComments: string;
|
|
1369
|
+
'comment.store': string;
|
|
1370
|
+
'comment.add': string;
|
|
1371
|
+
'comment.addInternal': string;
|
|
1372
|
+
'comment.addExternal': string;
|
|
1373
|
+
'comment.reply': string;
|
|
1374
|
+
'taskButton.addTask': string;
|
|
1375
|
+
'taskButton.refresh': string;
|
|
1376
|
+
'taskButton.accept': string;
|
|
1377
|
+
'taskButton.cancel': string;
|
|
1378
|
+
'table.body.emptyDataSourceMessage': string;
|
|
1379
|
+
'table.body.filterRow.filterTooltip': string;
|
|
1380
|
+
'table.body.deleteTooltip': string;
|
|
1381
|
+
'table.body.editRow.deleteText': string;
|
|
1382
|
+
'table.body.editRow.cancelTask': string;
|
|
1383
|
+
'table.body.editRow.saveTask': string;
|
|
1384
|
+
'table.pagination.labelDisplayedRows': string;
|
|
1385
|
+
'table.pagination.labelRowsPerPage': string;
|
|
1386
|
+
'table.pagination.firstPage': string;
|
|
1387
|
+
'table.pagination.previousPage': string;
|
|
1388
|
+
'table.pagination.nextPage': string;
|
|
1389
|
+
'table.pagination.lastPage': string;
|
|
1390
|
+
'table.toolbar.search': string;
|
|
1391
|
+
'table.toolbar.showColumnsTitle': string;
|
|
1392
|
+
'table.toolbar.addRemoveColumns': string;
|
|
1393
|
+
'taskLink.title': string;
|
|
1394
|
+
'taskLink.button.open': string;
|
|
1395
|
+
'taskLink.pdf.open': string;
|
|
1396
|
+
'explorer.title': string;
|
|
1397
|
+
'explorer.login': string;
|
|
1398
|
+
'locale.fi': string;
|
|
1399
|
+
'locale.sv': string;
|
|
1400
|
+
'locale.en': string;
|
|
1401
|
+
'app.logout': string;
|
|
1402
|
+
'app.login': string;
|
|
1403
|
+
'app.feedback': string;
|
|
1404
|
+
'menu.dashboard': string;
|
|
1405
|
+
'menu.profile': string;
|
|
1406
|
+
'menu.tasks': string;
|
|
1407
|
+
'menu.evaluations': string;
|
|
1408
|
+
'menu.forms': string;
|
|
1409
|
+
'menu.queues': string;
|
|
1410
|
+
'menu.users': string;
|
|
1411
|
+
'menu.help': string;
|
|
1412
|
+
'menu.flow': string;
|
|
1413
|
+
'menu.processes': string;
|
|
1414
|
+
'menu.reports': string;
|
|
1415
|
+
'menu.workflows': string;
|
|
1416
|
+
'menu.logout': string;
|
|
1417
|
+
'menu.workflowTags': string;
|
|
1418
|
+
'menu.publications': string;
|
|
1419
|
+
'menu.services': string;
|
|
1420
|
+
'menu.content': string;
|
|
1421
|
+
'menu.calendar': string;
|
|
1422
|
+
'menu.feedback': string;
|
|
1423
|
+
'front.intro.title': string;
|
|
1424
|
+
'profile.title': string;
|
|
1425
|
+
'profile.user.name': string;
|
|
1426
|
+
'profile.user.email': string;
|
|
1427
|
+
'profile.user.role': string;
|
|
1428
|
+
'profile.user.phone': string;
|
|
1429
|
+
'profile.app.version': string;
|
|
1430
|
+
'button.cancel': string;
|
|
1431
|
+
'button.publish': string;
|
|
1432
|
+
'button.accept': string;
|
|
1433
|
+
'button.edit': string;
|
|
1434
|
+
'button.close': string;
|
|
1435
|
+
'button.reject': string;
|
|
1436
|
+
'button.send': string;
|
|
1437
|
+
'button.dismiss': string;
|
|
1438
|
+
'button.editRoles': string;
|
|
1439
|
+
'button.select': string;
|
|
1440
|
+
'error.minTextLength': string;
|
|
1441
|
+
'error.maxTextLength': string;
|
|
1442
|
+
'error.valueRequired': string;
|
|
1443
|
+
'error.title': string;
|
|
1444
|
+
'error.dialob.session': string;
|
|
1445
|
+
'error.errorLoadingData': string;
|
|
1446
|
+
'error.unauthorized.title': string;
|
|
1447
|
+
'error.unauthorized.text': string;
|
|
1448
|
+
'error.unauthorizedAccess': string;
|
|
1449
|
+
'error.dataAccess': string;
|
|
1450
|
+
'error.statusOpenError': string;
|
|
1451
|
+
'error.workflowCreation': string;
|
|
1452
|
+
'table.body.addTooltip': string;
|
|
1453
|
+
'table.body.editTooltip': string;
|
|
1454
|
+
'table.body.editRow.deleteMessage': string;
|
|
1455
|
+
'workflowTable.title': string;
|
|
1456
|
+
'workflowTableHeader.name': string;
|
|
1457
|
+
'workflowTableHeader.formName': string;
|
|
1458
|
+
'workflowTableHeader.flowName': string;
|
|
1459
|
+
'workflowTableHeader.updated': string;
|
|
1460
|
+
'workflowTable.addButton': string;
|
|
1461
|
+
'workflowTable.editButton': string;
|
|
1462
|
+
'workflow.dialogTitle': string;
|
|
1463
|
+
'workflow.name': string;
|
|
1464
|
+
'workflow.form.formName': string;
|
|
1465
|
+
'workflow.form.formTag': string;
|
|
1466
|
+
'workflow.flowName': string;
|
|
1467
|
+
'processTable.title': string;
|
|
1468
|
+
'processTableHeader.workflow': string;
|
|
1469
|
+
'processTableHeader.user': string;
|
|
1470
|
+
'processTableHeader.status': string;
|
|
1471
|
+
'processTableHeader.created': string;
|
|
1472
|
+
'processTableHeader.questionnaireId': string;
|
|
1473
|
+
'process.status.ANSWERED': string;
|
|
1474
|
+
'process.status.CREATED': string;
|
|
1475
|
+
'process.status.ANSWERING': string;
|
|
1476
|
+
'process.status.IN_PROGRESS': string;
|
|
1477
|
+
'process.status.WAITING': string;
|
|
1478
|
+
'process.status.COMPLETED': string;
|
|
1479
|
+
'process.status.REJECTED': string;
|
|
1480
|
+
'comment.button': string;
|
|
1481
|
+
'comment.title': string;
|
|
1482
|
+
'comment.form.email': string;
|
|
1483
|
+
'comment.form.feedbackType': string;
|
|
1484
|
+
'comment.form.body': string;
|
|
1485
|
+
'comment.type.general': string;
|
|
1486
|
+
'comment.type.propose': string;
|
|
1487
|
+
'comment.type.contact': string;
|
|
1488
|
+
'comment.submitted.success': string;
|
|
1489
|
+
'comment.submitted.failure': string;
|
|
1490
|
+
'spoTasksTableHeader.taskName': string;
|
|
1491
|
+
'spoTasksTableHeader.category': string;
|
|
1492
|
+
'spoTasksTableHeader.status': string;
|
|
1493
|
+
'spoTasksTableHeader.priority': string;
|
|
1494
|
+
'spoTasksTableHeader.dueDate': string;
|
|
1495
|
+
'spoTasksTableHeader.assigned': string;
|
|
1496
|
+
'spoTasksTableHeader.assignedUser': string;
|
|
1497
|
+
'spoTasksTableHeader.created': string;
|
|
1498
|
+
'spoTasksTableHeader.clientName': string;
|
|
1499
|
+
'taskDialog.clientIdentificator': string;
|
|
1500
|
+
'taskDialog.assignedUserEmail': string;
|
|
1501
|
+
'task.editRoles': string;
|
|
1502
|
+
Questionnaire: string;
|
|
1503
|
+
Manual: string;
|
|
1504
|
+
Protected: string;
|
|
1505
|
+
Normal: string;
|
|
1506
|
+
Represented: string;
|
|
1507
|
+
CustomerCreated: string;
|
|
1508
|
+
Internal: string;
|
|
1509
|
+
'task.role.assignedAllUsers': string;
|
|
1510
|
+
'task.feedback.published': string;
|
|
1511
|
+
'confirm.close.title': string;
|
|
1512
|
+
'confirm.unsavedChanges': string;
|
|
1513
|
+
'task.statistics.statusCount': string;
|
|
1514
|
+
'task.statistics.priorityCount': string;
|
|
1515
|
+
'task.statistics.daily': string;
|
|
1516
|
+
'task.statistics.overdue': string;
|
|
1517
|
+
'feedback.button': string;
|
|
1518
|
+
'feedback.thanks': string;
|
|
1519
|
+
'feedback.create.title': string;
|
|
1520
|
+
'feedback.title': string;
|
|
1521
|
+
'feedback.update.title': string;
|
|
1522
|
+
'feedback.description': string;
|
|
1523
|
+
'feedback.name': string;
|
|
1524
|
+
'feedback.sendScreenshot': string;
|
|
1525
|
+
'feedback.close': string;
|
|
1526
|
+
'feedback.send': string;
|
|
1527
|
+
'feedback.category': string;
|
|
1528
|
+
'feedback.subCategory': string;
|
|
1529
|
+
'feedback.myReply': string;
|
|
1530
|
+
'feedback.noFeedback.info1': string;
|
|
1531
|
+
'feedback.noFeedback.info2': string;
|
|
1532
|
+
'feedback.customerFeedback': string;
|
|
1533
|
+
'feedback.customerApprovals': string;
|
|
1534
|
+
'feedback.sourceTaskId': string;
|
|
1535
|
+
'feedback.formName': string;
|
|
1536
|
+
'feedback.dateReceived': string;
|
|
1537
|
+
'feedback.createdBy': string;
|
|
1538
|
+
'feedback.updatedBy': string;
|
|
1539
|
+
'feedback.updated': string;
|
|
1540
|
+
'feedback.notPublished': string;
|
|
1541
|
+
'feedback.isPublished': string;
|
|
1542
|
+
'help.title': string;
|
|
1543
|
+
'attachmentView.title': string;
|
|
1544
|
+
'attachmentTableHeader.size': string;
|
|
1545
|
+
'attachmentTableHeader.updated': string;
|
|
1546
|
+
'attachmentTableHeader.created': string;
|
|
1547
|
+
'attachmentTableHeader.name': string;
|
|
1548
|
+
'attachmentButton.addAttachment': string;
|
|
1549
|
+
'attachmentButton.downloadAttachment': string;
|
|
1550
|
+
'attachment.uploadOk': string;
|
|
1551
|
+
'attachment.uploadFailed': string;
|
|
1552
|
+
'workflowReleaseTable.title': string;
|
|
1553
|
+
'workflowReleaseTableHeader.name': string;
|
|
1554
|
+
'workflowReleaseTableHeader.description': string;
|
|
1555
|
+
'workflowReleaseTableHeader.updatedBy': string;
|
|
1556
|
+
'workflowReleaseTableHeader.updated': string;
|
|
1557
|
+
'workflowReleaseTable.addButton': string;
|
|
1558
|
+
'workflowReleaseTable.viewButton': string;
|
|
1559
|
+
'workflowReleaseTable.exportButton': string;
|
|
1560
|
+
'workflowRelease.dialogTitle': string;
|
|
1561
|
+
'workflowRelease.name': string;
|
|
1562
|
+
'workflowRelease.description': string;
|
|
1563
|
+
'workflowRelease.releaseCreationFailed': string;
|
|
1564
|
+
'publicationsTable.title': string;
|
|
1565
|
+
'publicationsTableHeader.name': string;
|
|
1566
|
+
'publicationsTableHeader.description': string;
|
|
1567
|
+
'publicationsTableHeader.createdBy': string;
|
|
1568
|
+
'publicationsTableHeader.created': string;
|
|
1569
|
+
'publicationsTableHeader.contentTag': string;
|
|
1570
|
+
'publicationsTableHeader.workflowTag': string;
|
|
1571
|
+
'publicationsTableHeader.wrenchTag': string;
|
|
1572
|
+
'publicationsTable.addButton': string;
|
|
1573
|
+
'publicationsTable.viewButton': string;
|
|
1574
|
+
'publicationsTable.exportButton': string;
|
|
1575
|
+
'publications.dialogTitle': string;
|
|
1576
|
+
'publications.name': string;
|
|
1577
|
+
'publications.description': string;
|
|
1578
|
+
'publications.workflowTag': string;
|
|
1579
|
+
'publications.wrenchTag': string;
|
|
1580
|
+
'publications.contentTag': string;
|
|
1581
|
+
'publications.createNewTag': string;
|
|
1582
|
+
'publications.downloadFailed': string;
|
|
1583
|
+
'publications.tagCreationFailed': string;
|
|
1584
|
+
'dialobForms.dialog.heading': string;
|
|
1585
|
+
'dialobForms.table.tooltip.add': string;
|
|
1586
|
+
'dialobForms.table.label': string;
|
|
1587
|
+
'dialobForms.table.created': string;
|
|
1588
|
+
'dialobForms.table.lastSaved': string;
|
|
1589
|
+
'dialobForms.table.tooltip.edit': string;
|
|
1590
|
+
'dialobForms.dialog.emptyTitle': string;
|
|
1591
|
+
'dialobForms.table.tooltip.copy': string;
|
|
1592
|
+
'dialobForms.table.tooltip.delete': string;
|
|
1593
|
+
'dialobForm.saveFailed': string;
|
|
1594
|
+
'dialobForm.downloadFailed': string;
|
|
1595
|
+
'dialobForm.deleteFailed': string;
|
|
1596
|
+
'dialobForm.heading.copyDialog': string;
|
|
1597
|
+
'dialobForm.heading.addDialog': string;
|
|
1598
|
+
'dialobForm.dialog.formName': string;
|
|
1599
|
+
'dialobForm.dialog.formLabel': string;
|
|
1600
|
+
'dialobForm.error.invalidFormName': string;
|
|
1601
|
+
'dialobForm.dialog.deleteQuestion': string;
|
|
1602
|
+
'dialobForm.heading.deleteDialog': string;
|
|
1603
|
+
'dialobForm.review.title': string;
|
|
1604
|
+
'feedback.notenabled': string;
|
|
1605
|
+
'menu.feedbackAllTasks': string;
|
|
1606
|
+
'feedback.all': string;
|
|
1607
|
+
'feedback.none': string;
|
|
1608
|
+
'feedback.search': string;
|
|
1609
|
+
'feedback.search.placeholder': string;
|
|
1610
|
+
'feedback.search.filter.category': string;
|
|
1611
|
+
'feedback.search.filter.subCategory': string;
|
|
1612
|
+
'feedback.filter.selectNone': string;
|
|
1613
|
+
};
|
|
1614
|
+
};
|
|
1615
|
+
export default _default;
|