@umbraco-cms/backoffice 16.0.0-rc → 16.0.0-rc3
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/dist-cms/apps/preview/apps/manifests.js +7 -0
- package/dist-cms/apps/preview/apps/preview-segment.element.d.ts +16 -0
- package/dist-cms/apps/preview/apps/preview-segment.element.js +96 -0
- package/dist-cms/apps/preview/preview.context.d.ts +9 -6
- package/dist-cms/apps/preview/preview.context.js +61 -24
- package/dist-cms/assets/lang/{da-dk.js → da.js} +3 -2
- package/dist-cms/assets/lang/{da-dk.ts → da.ts} +3 -2
- package/dist-cms/assets/lang/en-us.js +19 -2354
- package/dist-cms/assets/lang/en-us.ts +22 -2548
- package/dist-cms/assets/lang/en.js +244 -198
- package/dist-cms/assets/lang/en.ts +250 -216
- package/dist-cms/assets/lang/pt-br.d.ts +2 -2
- package/dist-cms/assets/lang/pt-br.ts +2 -2
- package/dist-cms/assets/lang/pt.d.ts +13 -0
- package/dist-cms/assets/lang/pt.js +1 -0
- package/dist-cms/assets/lang/pt.ts +12 -0
- package/dist-cms/custom-elements.json +116 -16
- package/dist-cms/libs/observable-api/states/array-state.d.ts +6 -6
- package/dist-cms/libs/observable-api/states/array-state.js +3 -3
- package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-properties.element.d.ts +1 -1
- package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-properties.element.js +7 -7
- package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-property.element.js +1 -1
- package/dist-cms/packages/block/block-grid/components/block-grid-entry/block-grid-entry.element.js +6 -0
- package/dist-cms/packages/block/block-grid/property-editors/block-grid-area-type-permission/block-grid-area-type-permission.element.d.ts +2 -3
- package/dist-cms/packages/block/block-grid/property-editors/block-grid-area-type-permission/block-grid-area-type-permission.element.js +8 -3
- package/dist-cms/packages/block/block-list/components/block-list-entry/block-list-entry.element.js +6 -0
- package/dist-cms/packages/block/block-rte/components/block-rte-entry/block-rte-entry.element.js +7 -0
- package/dist-cms/packages/block/block-type/components/input-block-type/input-block-type.element.js +7 -2
- package/dist-cms/packages/clipboard/clipboard-entry/picker/clipboard-entry-picker.element.js +1 -1
- package/dist-cms/packages/clipboard/property/value-translator/copy/clipboard-copy-translator-value-resolver.js +6 -1
- package/dist-cms/packages/content/content/controller/merge-content-variant-data.controller.js +1 -0
- package/dist-cms/packages/content/content/property-dataset-context/element-property-dataset.context.js +4 -1
- package/dist-cms/packages/content/content/workspace/content-detail-workspace-base.d.ts +8 -2
- package/dist-cms/packages/content/content/workspace/content-detail-workspace-base.js +20 -13
- package/dist-cms/packages/content/content/workspace/views/edit/content-editor-properties.element.d.ts +1 -1
- package/dist-cms/packages/content/content/workspace/views/edit/content-editor-properties.element.js +7 -7
- package/dist-cms/packages/content/content/workspace/views/edit/content-editor-property.element.js +1 -1
- package/dist-cms/packages/content/content-type/global-components/content-type-workspace-editor-header.element.js +4 -1
- package/dist-cms/packages/content/content-type/modals/composition-picker/composition-picker-modal.element.d.ts +1 -0
- package/dist-cms/packages/content/content-type/modals/composition-picker/composition-picker-modal.element.js +18 -2
- package/dist-cms/packages/content/content-type/modals/composition-picker/composition-picker-modal.token.d.ts +1 -0
- package/dist-cms/packages/content/content-type/structure/content-type-structure-manager.class.d.ts +21 -3
- package/dist-cms/packages/content/content-type/structure/content-type-structure-manager.class.js +62 -43
- package/dist-cms/packages/content/content-type/workspace/content-type-workspace-context-base.js +1 -1
- package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor-properties.element.js +36 -3
- package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor-tab.element.js +25 -1
- package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor.element.js +17 -6
- package/dist-cms/packages/core/auth/auth.context.js +1 -1
- package/dist-cms/packages/core/auth/modals/umb-app-auth-modal.element.js +5 -5
- package/dist-cms/packages/core/backend-api/types.gen.d.ts +2 -0
- package/dist-cms/packages/core/collection/default/collection-default.context.d.ts +2 -0
- package/dist-cms/packages/core/collection/default/collection-default.context.js +22 -1
- package/dist-cms/packages/core/collection/default/collection-default.element.d.ts +1 -0
- package/dist-cms/packages/core/collection/default/collection-default.element.js +9 -1
- package/dist-cms/packages/core/collection/extensions/collection.extension.d.ts +1 -0
- package/dist-cms/packages/core/collection/types.d.ts +1 -0
- package/dist-cms/packages/core/components/body-layout/body-layout.element.js +7 -8
- package/dist-cms/packages/core/components/dropdown/dropdown.element.d.ts +4 -2
- package/dist-cms/packages/core/components/dropdown/dropdown.element.js +19 -13
- package/dist-cms/packages/core/components/entity-actions-bundle/entity-actions-bundle.element.d.ts +1 -1
- package/dist-cms/packages/core/components/entity-actions-bundle/entity-actions-bundle.element.js +16 -12
- package/dist-cms/packages/core/culture/manifests.d.ts +1 -1
- package/dist-cms/packages/core/entity/constants.d.ts +1 -0
- package/dist-cms/packages/core/entity/constants.js +1 -0
- package/dist-cms/packages/core/entity/contexts/parent/constants.d.ts +1 -0
- package/dist-cms/packages/core/entity/contexts/parent/constants.js +1 -0
- package/dist-cms/packages/core/entity/contexts/parent/index.d.ts +1 -0
- package/dist-cms/packages/core/entity/contexts/parent/index.js +1 -0
- package/dist-cms/packages/core/entity/contexts/parent/parent.entity-context-token.d.ts +3 -0
- package/dist-cms/packages/core/entity/contexts/parent/parent.entity-context-token.js +2 -0
- package/dist-cms/packages/core/entity/contexts/parent/parent.entity-context.d.ts +26 -0
- package/dist-cms/packages/core/entity/contexts/parent/parent.entity-context.js +33 -0
- package/dist-cms/packages/core/entity/index.d.ts +1 -0
- package/dist-cms/packages/core/entity/index.js +1 -0
- package/dist-cms/packages/core/entity-action/common/create/create.action.js +1 -0
- package/dist-cms/packages/core/entity-action/default/entity-action.element.d.ts +2 -1
- package/dist-cms/packages/core/entity-action/default/entity-action.element.js +5 -4
- package/dist-cms/packages/core/entity-action/global-components/entity-actions-table-column-view/entity-actions-table-column-view.element.d.ts +2 -2
- package/dist-cms/packages/core/entity-action/global-components/entity-actions-table-column-view/entity-actions-table-column-view.element.js +4 -1
- package/dist-cms/packages/core/entity-item/entity-item-ref/entity-item-ref.element.d.ts +9 -0
- package/dist-cms/packages/core/entity-item/entity-item-ref/entity-item-ref.element.js +80 -2
- package/dist-cms/packages/core/entity-item/index.d.ts +1 -0
- package/dist-cms/packages/core/entity-item/index.js +1 -0
- package/dist-cms/packages/core/entity-item/item-data-api-get-request-controller/index.d.ts +1 -0
- package/dist-cms/packages/core/entity-item/item-data-api-get-request-controller/index.js +1 -0
- package/dist-cms/packages/core/entity-item/item-data-api-get-request-controller/item-data-api-get-request.controller.d.ts +12 -0
- package/dist-cms/packages/core/entity-item/item-data-api-get-request-controller/item-data-api-get-request.controller.js +46 -0
- package/dist-cms/packages/core/entity-item/item-data-api-get-request-controller/types.d.ts +7 -0
- package/dist-cms/packages/core/entity-item/item-data-api-get-request-controller/types.js +1 -0
- package/dist-cms/packages/core/entity-item/types.d.ts +1 -0
- package/dist-cms/packages/core/localization/components/ui-culture-input/ui-culture-input.element.d.ts +5 -6
- package/dist-cms/packages/core/localization/components/ui-culture-input/ui-culture-input.element.js +57 -39
- package/dist-cms/packages/core/localization/manifests.js +99 -119
- package/dist-cms/packages/core/menu/components/menu-item-layout/menu-item-layout.element.js +8 -3
- package/dist-cms/packages/core/menu/index.d.ts +2 -0
- package/dist-cms/packages/core/menu/index.js +2 -0
- package/dist-cms/packages/core/menu/menu-structure-workspace-context.context-token.d.ts +3 -0
- package/dist-cms/packages/core/menu/menu-structure-workspace-context.context-token.js +2 -0
- package/dist-cms/packages/core/menu/menu-tree-structure-workspace-context-base.d.ts +3 -0
- package/dist-cms/packages/core/menu/menu-tree-structure-workspace-context-base.js +53 -10
- package/dist-cms/packages/core/menu/menu-variant-structure-workspace-context.context-token.d.ts +3 -0
- package/dist-cms/packages/core/menu/menu-variant-structure-workspace-context.context-token.js +2 -0
- package/dist-cms/packages/core/menu/menu-variant-structure-workspace-context.interface.d.ts +6 -0
- package/dist-cms/packages/core/menu/menu-variant-structure-workspace-context.interface.js +1 -0
- package/dist-cms/packages/core/menu/menu-variant-tree-structure-workspace-context-base.d.ts +4 -0
- package/dist-cms/packages/core/menu/menu-variant-tree-structure-workspace-context-base.js +55 -21
- package/dist-cms/packages/core/menu/section-sidebar-menu-with-entity-actions/section-sidebar-menu-with-entity-actions.element.d.ts +5 -0
- package/dist-cms/packages/core/menu/section-sidebar-menu-with-entity-actions/section-sidebar-menu-with-entity-actions.element.js +22 -3
- package/dist-cms/packages/core/picker/search/picker-search-result.element.d.ts +3 -0
- package/dist-cms/packages/core/picker/search/picker-search-result.element.js +13 -6
- package/dist-cms/packages/core/picker/search/result-item/default/default-picker-search-result-item.element.js +2 -1
- package/dist-cms/packages/core/picker/search/result-item/picker-search-result-item-element-base.d.ts +1 -0
- package/dist-cms/packages/core/picker/search/result-item/picker-search-result-item-element-base.js +5 -1
- package/dist-cms/packages/core/property/manifests.d.ts +1 -1
- package/dist-cms/packages/core/property/property-dataset/property-dataset-base-context.js +7 -2
- package/dist-cms/packages/core/property/property-guard-manager/variant-property-guard.manager.d.ts +15 -2
- package/dist-cms/packages/core/property/property-guard-manager/variant-property-guard.manager.js +22 -15
- package/dist-cms/packages/core/property/property-value-cloner/property-value-clone.controller.js +2 -0
- package/dist-cms/packages/core/property/property-value-preset/property-value-preset-builder.controller.js +6 -1
- package/dist-cms/packages/core/property-action/components/property-action-menu/property-action-menu.element.js +6 -1
- package/dist-cms/packages/core/repository/item/item-server-data-source-base.d.ts +5 -6
- package/dist-cms/packages/core/repository/item/item-server-data-source-base.js +14 -9
- package/dist-cms/packages/core/repository/repository-details.manager.d.ts +1 -1
- package/dist-cms/packages/core/repository/repository-details.manager.js +6 -3
- package/dist-cms/packages/core/resources/api-interceptor.controller.d.ts +6 -0
- package/dist-cms/packages/core/resources/api-interceptor.controller.js +16 -0
- package/dist-cms/packages/core/resources/data-api/types.d.ts +7 -0
- package/dist-cms/packages/core/resources/data-api/types.js +1 -0
- package/dist-cms/packages/core/resources/index.d.ts +4 -7
- package/dist-cms/packages/core/resources/index.js +4 -7
- package/dist-cms/packages/core/resources/try-execute/batch-try-execute.function.d.ts +9 -0
- package/dist-cms/packages/core/resources/try-execute/batch-try-execute.function.js +11 -0
- package/dist-cms/packages/core/resources/try-execute/index.d.ts +5 -0
- package/dist-cms/packages/core/resources/try-execute/index.js +5 -0
- package/dist-cms/packages/core/resources/{try-execute.controller.d.ts → try-execute/try-execute.controller.d.ts} +2 -2
- package/dist-cms/packages/core/resources/{try-execute.controller.js → try-execute/try-execute.controller.js} +3 -3
- package/dist-cms/packages/core/resources/{tryExecute.function.d.ts → try-execute/tryExecute.function.d.ts} +1 -1
- package/dist-cms/packages/core/resources/{tryExecuteAndNotify.function.d.ts → try-execute/tryExecuteAndNotify.function.d.ts} +1 -1
- package/dist-cms/packages/core/resources/{tryXhrRequest.function.d.ts → try-execute/tryXhrRequest.function.d.ts} +1 -1
- package/dist-cms/packages/core/resources/{tryXhrRequest.function.js → try-execute/tryXhrRequest.function.js} +3 -3
- package/dist-cms/packages/core/resources/types.d.ts +1 -0
- package/dist-cms/packages/core/section/section-default.element.js +3 -0
- package/dist-cms/packages/core/sorter/sorter.controller.d.ts +23 -6
- package/dist-cms/packages/core/sorter/sorter.controller.js +224 -81
- package/dist-cms/packages/core/temporary-file/config/config.repository.d.ts +1 -0
- package/dist-cms/packages/core/temporary-file/config/config.repository.js +7 -3
- package/dist-cms/packages/core/temporary-file/config/config.server.data-source.js +1 -1
- package/dist-cms/packages/core/temporary-file/manifests.d.ts +1 -1
- package/dist-cms/packages/core/temporary-file/temporary-file-manager.class.js +15 -4
- package/dist-cms/packages/core/themes/manifests.d.ts +1 -1
- package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-context-base.d.ts +1 -1
- package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-context-base.js +17 -3
- package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-element-base.d.ts +1 -0
- package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-element-base.js +7 -4
- package/dist-cms/packages/core/tree/tree-picker-modal/tree-picker-modal.element.js +1 -1
- package/dist-cms/packages/core/utils/array/batch-array.d.ts +7 -0
- package/dist-cms/packages/core/utils/array/batch-array.js +13 -0
- package/dist-cms/packages/core/utils/array/index.d.ts +1 -0
- package/dist-cms/packages/core/utils/array/index.js +1 -0
- package/dist-cms/packages/core/utils/index.d.ts +1 -0
- package/dist-cms/packages/core/utils/index.js +1 -0
- package/dist-cms/packages/core/utils/media/image-size.function.d.ts +5 -3
- package/dist-cms/packages/core/utils/media/image-size.function.js +9 -11
- package/dist-cms/packages/core/validation/controllers/bind-server-validation-to-form-control.controller.js +1 -1
- package/dist-cms/packages/core/validation/controllers/form-control-validator.controller.js +4 -4
- package/dist-cms/packages/core/validation/controllers/validation-path-translation/validation-property-path-translation.controller.js +1 -0
- package/dist-cms/packages/core/validation/controllers/validation.controller.js +4 -4
- package/dist-cms/packages/core/variant/constants.d.ts +1 -0
- package/dist-cms/packages/core/variant/constants.js +1 -0
- package/dist-cms/packages/core/variant/context/constants.d.ts +1 -0
- package/dist-cms/packages/core/variant/context/constants.js +1 -0
- package/dist-cms/packages/core/variant/context/index.d.ts +1 -0
- package/dist-cms/packages/core/variant/context/index.js +1 -0
- package/dist-cms/packages/core/variant/context/variant.context.d.ts +91 -0
- package/dist-cms/packages/core/variant/context/variant.context.js +141 -0
- package/dist-cms/packages/core/variant/context/variant.context.token.d.ts +3 -0
- package/dist-cms/packages/core/variant/context/variant.context.token.js +2 -0
- package/dist-cms/packages/core/variant/index.d.ts +2 -0
- package/dist-cms/packages/core/variant/index.js +2 -0
- package/dist-cms/packages/core/workspace/components/workspace-action/common/index.d.ts +1 -0
- package/dist-cms/packages/core/workspace/components/workspace-action/common/index.js +1 -0
- package/dist-cms/packages/core/workspace/components/workspace-action/common/save/index.d.ts +2 -0
- package/dist-cms/packages/core/workspace/components/workspace-action/common/save/index.js +1 -0
- package/dist-cms/packages/core/workspace/components/workspace-action/common/save/save.action.d.ts +13 -0
- package/dist-cms/packages/core/workspace/components/workspace-action/common/save/save.action.js +31 -0
- package/dist-cms/packages/core/workspace/components/workspace-action/common/save/types.d.ts +6 -0
- package/dist-cms/packages/core/workspace/components/workspace-action/common/save/types.js +1 -0
- package/dist-cms/packages/core/workspace/components/workspace-action/common/submit/submit.action.d.ts +0 -1
- package/dist-cms/packages/core/workspace/components/workspace-action/common/submit/submit.action.js +0 -4
- package/dist-cms/packages/core/workspace/components/workspace-breadcrumb/workspace-menu-breadcrumb/workspace-menu-breadcrumb.element.d.ts +1 -1
- package/dist-cms/packages/core/workspace/components/workspace-breadcrumb/workspace-menu-breadcrumb/workspace-menu-breadcrumb.element.js +3 -6
- package/dist-cms/packages/core/workspace/components/workspace-breadcrumb/workspace-variant-menu-breadcrumb/workspace-variant-menu-breadcrumb.element.d.ts +1 -1
- package/dist-cms/packages/core/workspace/components/workspace-breadcrumb/workspace-variant-menu-breadcrumb/workspace-variant-menu-breadcrumb.element.js +3 -5
- package/dist-cms/packages/core/workspace/components/workspace-editor/workspace-editor.element.js +1 -2
- package/dist-cms/packages/core/workspace/components/workspace-entity-action-menu/workspace-entity-action-menu.element.js +3 -3
- package/dist-cms/packages/core/workspace/components/workspace-split-view/workspace-split-view-variant-selector.element.js +1 -0
- package/dist-cms/packages/core/workspace/contexts/tokens/index.d.ts +5 -1
- package/dist-cms/packages/core/workspace/contexts/tokens/index.js +2 -0
- package/dist-cms/packages/core/workspace/contexts/tokens/saveable-workspace-context.interface.d.ts +4 -0
- package/dist-cms/packages/core/workspace/contexts/tokens/saveable-workspace-context.interface.js +1 -0
- package/dist-cms/packages/core/workspace/contexts/tokens/saveable-workspace.context-token.d.ts +4 -0
- package/dist-cms/packages/core/workspace/contexts/tokens/saveable-workspace.context-token.js +2 -0
- package/dist-cms/packages/core/workspace/contexts/tokens/submittable-tree-entity-workspace-context.interface.d.ts +36 -0
- package/dist-cms/packages/core/workspace/contexts/tokens/submittable-tree-entity-workspace-context.interface.js +1 -0
- package/dist-cms/packages/core/workspace/contexts/tokens/submittable-tree-entity-workspace.context-token.d.ts +4 -0
- package/dist-cms/packages/core/workspace/contexts/tokens/submittable-tree-entity-workspace.context-token.js +2 -0
- package/dist-cms/packages/core/workspace/entity-detail/entity-detail-workspace-base.d.ts +33 -1
- package/dist-cms/packages/core/workspace/entity-detail/entity-detail-workspace-base.js +46 -9
- package/dist-cms/packages/core/workspace/info-app/global-components/workspace-info-app-layout.element.js +0 -4
- package/dist-cms/packages/core/workspace/submittable/submittable-workspace-context-base.d.ts +1 -0
- package/dist-cms/packages/core/workspace/submittable/submittable-workspace-context-base.js +8 -3
- package/dist-cms/packages/core/workspace/workspace-property-dataset/invariant-workspace-property-dataset-context.js +4 -1
- package/dist-cms/packages/data-type/constants.d.ts +1 -0
- package/dist-cms/packages/data-type/constants.js +1 -0
- package/dist-cms/packages/data-type/modals/data-type-picker-flow/data-type-picker-flow-data-type-picker-modal.element.js +1 -1
- package/dist-cms/packages/data-type/repository/item/data-type-item.server.data-source.d.ts +4 -0
- package/dist-cms/packages/data-type/repository/item/data-type-item.server.data-source.js +12 -3
- package/dist-cms/packages/data-type/search/constants.d.ts +2 -0
- package/dist-cms/packages/data-type/search/constants.js +2 -0
- package/dist-cms/packages/data-type/search/global-search/constants.d.ts +1 -0
- package/dist-cms/packages/data-type/search/global-search/constants.js +1 -0
- package/dist-cms/packages/data-type/search/global-search/manifests.d.ts +1 -0
- package/dist-cms/packages/data-type/search/global-search/manifests.js +22 -0
- package/dist-cms/packages/data-type/search/manifests.js +2 -0
- package/dist-cms/packages/data-type/tree/tree-item-children/collection/views/data-type-tree-item-table-collection-view.element.js +1 -0
- package/dist-cms/packages/dictionary/repository/item/dictionary-item.server.data-source.d.ts +4 -0
- package/dist-cms/packages/dictionary/repository/item/dictionary-item.server.data-source.js +12 -3
- package/dist-cms/packages/dictionary/search/constants.d.ts +1 -0
- package/dist-cms/packages/dictionary/search/constants.js +1 -0
- package/dist-cms/packages/dictionary/search/global-search/constants.d.ts +1 -0
- package/dist-cms/packages/dictionary/search/global-search/constants.js +1 -0
- package/dist-cms/packages/dictionary/search/global-search/manifests.d.ts +1 -0
- package/dist-cms/packages/dictionary/search/global-search/manifests.js +22 -0
- package/dist-cms/packages/dictionary/search/manifests.js +2 -0
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/manifests.js +1 -1
- package/dist-cms/packages/documents/document-blueprints/repository/item/document-blueprint-item.server.data-source.d.ts +4 -1
- package/dist-cms/packages/documents/document-blueprints/repository/item/document-blueprint-item.server.data-source.js +13 -6
- package/dist-cms/packages/documents/document-types/components/input-document-type/input-document-type.element.js +4 -1
- package/dist-cms/packages/documents/document-types/picker/document-type-picker-search-result-item.element.js +2 -1
- package/dist-cms/packages/documents/document-types/repository/item/document-type-item.server.data-source.d.ts +4 -0
- package/dist-cms/packages/documents/document-types/repository/item/document-type-item.server.data-source.js +13 -3
- package/dist-cms/packages/documents/document-types/search/constants.d.ts +1 -0
- package/dist-cms/packages/documents/document-types/search/constants.js +1 -0
- package/dist-cms/packages/documents/document-types/search/global-search/constants.d.ts +1 -0
- package/dist-cms/packages/documents/document-types/search/global-search/constants.js +1 -0
- package/dist-cms/packages/documents/document-types/search/global-search/manifests.d.ts +1 -0
- package/dist-cms/packages/documents/document-types/search/global-search/manifests.js +22 -0
- package/dist-cms/packages/documents/document-types/search/manifests.js +2 -0
- package/dist-cms/packages/documents/document-types/tree/tree-item-children/collection/views/document-type-tree-item-table-collection-view.element.js +1 -0
- package/dist-cms/packages/documents/documents/collection/document-collection.context.d.ts +2 -0
- package/dist-cms/packages/documents/documents/collection/document-collection.context.js +23 -0
- package/dist-cms/packages/documents/documents/collection/views/table/column-layouts/document-entity-actions-table-column-view.element.js +1 -0
- package/dist-cms/packages/documents/documents/components/input-document/input-document.context.js +4 -0
- package/dist-cms/packages/documents/documents/entity-actions/duplicate/repository/document-duplicate.server.data-source.js +1 -1
- package/dist-cms/packages/documents/documents/entity-actions/move-to/repository/document-move.server.data-source.js +1 -1
- package/dist-cms/packages/documents/documents/item/document-item-data-resolver.d.ts +2 -2
- package/dist-cms/packages/documents/documents/item/document-item-data-resolver.js +55 -68
- package/dist-cms/packages/documents/documents/item/document-item-ref.element.d.ts +4 -0
- package/dist-cms/packages/documents/documents/item/document-item-ref.element.js +33 -2
- package/dist-cms/packages/documents/documents/item/repository/document-item.server.data-source.d.ts +4 -0
- package/dist-cms/packages/documents/documents/item/repository/document-item.server.data-source.js +12 -3
- package/dist-cms/packages/documents/documents/modals/save-modal/document-save-modal.element.js +1 -5
- package/dist-cms/packages/documents/documents/picker/document-picker-search-result-item.element.d.ts +1 -0
- package/dist-cms/packages/documents/documents/picker/document-picker-search-result-item.element.js +16 -9
- package/dist-cms/packages/documents/documents/property-dataset-context/document-property-dataset.context.d.ts +4 -1
- package/dist-cms/packages/documents/documents/property-dataset-context/document-property-dataset.context.js +3 -0
- package/dist-cms/packages/documents/documents/publishing/publish/modal/document-publish-modal.element.js +9 -13
- package/dist-cms/packages/documents/documents/publishing/publish/modal/document-publish-modal.token.d.ts +1 -0
- package/dist-cms/packages/documents/documents/publishing/schedule-publish/modal/document-schedule-modal.element.js +0 -10
- package/dist-cms/packages/documents/documents/publishing/unpublish/entity-action/unpublish.action.js +5 -19
- package/dist-cms/packages/documents/documents/publishing/unpublish/modal/document-unpublish-modal.element.js +3 -12
- package/dist-cms/packages/documents/documents/publishing/workspace-context/document-publishing.workspace-context.js +3 -7
- package/dist-cms/packages/documents/documents/search/constants.d.ts +1 -0
- package/dist-cms/packages/documents/documents/search/constants.js +1 -0
- package/dist-cms/packages/documents/documents/search/document-search.server.data-source.js +3 -2
- package/dist-cms/packages/documents/documents/search/global-search/constants.d.ts +1 -0
- package/dist-cms/packages/documents/documents/search/global-search/constants.js +1 -0
- package/dist-cms/packages/documents/documents/search/global-search/document-global-search.d.ts +6 -0
- package/dist-cms/packages/documents/documents/search/global-search/document-global-search.js +15 -0
- package/dist-cms/packages/documents/documents/search/global-search/manifests.d.ts +1 -0
- package/dist-cms/packages/documents/documents/search/global-search/manifests.js +23 -0
- package/dist-cms/packages/documents/documents/search/manifests.js +2 -0
- package/dist-cms/packages/documents/documents/search/types.d.ts +1 -0
- package/dist-cms/packages/documents/documents/url/document-urls-data-resolver.d.ts +37 -0
- package/dist-cms/packages/documents/documents/url/document-urls-data-resolver.js +78 -0
- package/dist-cms/packages/documents/documents/url/index.d.ts +1 -0
- package/dist-cms/packages/documents/documents/url/index.js +1 -0
- package/dist-cms/packages/documents/documents/url/info-app/document-links-workspace-info-app.element.d.ts +0 -1
- package/dist-cms/packages/documents/documents/url/info-app/document-links-workspace-info-app.element.js +29 -24
- package/dist-cms/packages/documents/documents/url/repository/document-url.server.data-source.d.ts +4 -0
- package/dist-cms/packages/documents/documents/url/repository/document-url.server.data-source.js +13 -3
- package/dist-cms/packages/documents/documents/url/repository/types.d.ts +1 -1
- package/dist-cms/packages/documents/documents/workspace/actions/save.action.d.ts +3 -3
- package/dist-cms/packages/documents/documents/workspace/actions/save.action.js +2 -2
- package/dist-cms/packages/documents/documents/workspace/document-workspace.context-token.d.ts +2 -2
- package/dist-cms/packages/documents/documents/workspace/document-workspace.context.d.ts +1 -5
- package/dist-cms/packages/documents/documents/workspace/document-workspace.context.js +45 -59
- package/dist-cms/packages/extension-insights/collection/views/table/extension-table-collection-view.element.js +1 -0
- package/dist-cms/packages/language/app-language-select/app-language-select.element.js +7 -2
- package/dist-cms/packages/language/collection/views/table/language-table-collection-view.element.js +1 -0
- package/dist-cms/packages/language/global-contexts/app-language.context.js +14 -12
- package/dist-cms/packages/language/menu/language-menu-structure.context.d.ts +1 -1
- package/dist-cms/packages/language/menu/language-menu-structure.context.js +4 -2
- package/dist-cms/packages/language/repository/item/language-item.server.data-source.d.ts +4 -0
- package/dist-cms/packages/language/repository/item/language-item.server.data-source.js +12 -3
- package/dist-cms/packages/markdown-editor/components/input-markdown-editor/input-markdown.element.js +3 -0
- package/dist-cms/packages/media/media/collection/media-collection.element.js +1 -0
- package/dist-cms/packages/media/media/collection/views/table/media-table-collection-view.element.js +1 -0
- package/dist-cms/packages/media/media/components/input-media/input-media.context.js +4 -0
- package/dist-cms/packages/media/media/constants.d.ts +1 -1
- package/dist-cms/packages/media/media/constants.js +1 -1
- package/dist-cms/packages/media/media/modals/media-picker/media-picker-modal.element.js +8 -0
- package/dist-cms/packages/media/media/repository/item/media-item.server.data-source.d.ts +4 -1
- package/dist-cms/packages/media/media/repository/item/media-item.server.data-source.js +13 -6
- package/dist-cms/packages/media/media/search/constants.d.ts +1 -0
- package/dist-cms/packages/media/media/search/constants.js +1 -0
- package/dist-cms/packages/media/media/search/global-search/constants.d.ts +1 -0
- package/dist-cms/packages/media/media/search/global-search/constants.js +1 -0
- package/dist-cms/packages/media/media/search/global-search/manifests.d.ts +1 -0
- package/dist-cms/packages/media/media/search/global-search/manifests.js +23 -0
- package/dist-cms/packages/media/media/search/global-search/media-global-search.d.ts +15 -0
- package/dist-cms/packages/media/media/search/global-search/media-global-search.js +15 -0
- package/dist-cms/packages/media/media/search/manifests.js +2 -0
- package/dist-cms/packages/media/media/search/media-search.server.data-source.js +3 -2
- package/dist-cms/packages/media/media/search/types.d.ts +1 -0
- package/dist-cms/packages/media/media/url/repository/media-url.server.data-source.d.ts +4 -0
- package/dist-cms/packages/media/media/url/repository/media-url.server.data-source.js +12 -3
- package/dist-cms/packages/media/media-types/constants.d.ts +1 -0
- package/dist-cms/packages/media/media-types/constants.js +1 -0
- package/dist-cms/packages/media/media-types/repository/item/media-type-item.server.data-source.d.ts +4 -0
- package/dist-cms/packages/media/media-types/repository/item/media-type-item.server.data-source.js +12 -3
- package/dist-cms/packages/media/media-types/search/constants.d.ts +2 -0
- package/dist-cms/packages/media/media-types/search/constants.js +2 -0
- package/dist-cms/packages/media/media-types/search/global-search/constants.d.ts +1 -0
- package/dist-cms/packages/media/media-types/search/global-search/constants.js +1 -0
- package/dist-cms/packages/media/media-types/search/global-search/manifests.d.ts +1 -0
- package/dist-cms/packages/media/media-types/search/global-search/manifests.js +22 -0
- package/dist-cms/packages/media/media-types/search/manifests.js +4 -1
- package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/views/media-type-tree-item-table-collection-view.element.js +1 -0
- package/dist-cms/packages/members/member/collection/views/table/member-table-collection-view.element.js +1 -0
- package/dist-cms/packages/members/member/item/repository/member-item.server.data-source.d.ts +4 -0
- package/dist-cms/packages/members/member/item/repository/member-item.server.data-source.js +12 -3
- package/dist-cms/packages/members/member/picker/member-picker-search-result-item.element.js +2 -1
- package/dist-cms/packages/members/member/search/constants.d.ts +1 -0
- package/dist-cms/packages/members/member/search/constants.js +1 -0
- package/dist-cms/packages/members/member/search/global-search/constants.d.ts +1 -0
- package/dist-cms/packages/members/member/search/global-search/constants.js +1 -0
- package/dist-cms/packages/members/member/search/global-search/manifests.d.ts +1 -0
- package/dist-cms/packages/members/member/search/global-search/manifests.js +22 -0
- package/dist-cms/packages/members/member/search/manifests.js +2 -0
- package/dist-cms/packages/members/member-group/collection/views/table/member-group-table-collection-view.element.js +1 -0
- package/dist-cms/packages/members/member-group/repository/item/member-group-item.server.data-source.d.ts +4 -0
- package/dist-cms/packages/members/member-group/repository/item/member-group-item.server.data-source.js +12 -3
- package/dist-cms/packages/members/member-type/constants.d.ts +1 -0
- package/dist-cms/packages/members/member-type/constants.js +1 -0
- package/dist-cms/packages/members/member-type/repository/item/member-type-item.server.data-source.d.ts +4 -0
- package/dist-cms/packages/members/member-type/repository/item/member-type-item.server.data-source.js +12 -3
- package/dist-cms/packages/members/member-type/search/constants.d.ts +2 -0
- package/dist-cms/packages/members/member-type/search/constants.js +2 -0
- package/dist-cms/packages/members/member-type/search/global-search/constants.d.ts +1 -0
- package/dist-cms/packages/members/member-type/search/global-search/constants.js +1 -0
- package/dist-cms/packages/members/member-type/search/global-search/manifests.d.ts +1 -0
- package/dist-cms/packages/members/member-type/search/global-search/manifests.js +22 -0
- package/dist-cms/packages/members/member-type/search/manifests.js +4 -1
- package/dist-cms/packages/multi-url-picker/components/input-multi-url/input-multi-url.element.d.ts +4 -0
- package/dist-cms/packages/multi-url-picker/components/input-multi-url/input-multi-url.element.js +48 -1
- package/dist-cms/packages/multi-url-picker/link-picker-modal/link-picker-modal.element.d.ts +3 -2
- package/dist-cms/packages/multi-url-picker/link-picker-modal/link-picker-modal.element.js +129 -39
- package/dist-cms/packages/packages/package-section/views/installed/installed-packages-section-view-item.element.js +1 -1
- package/dist-cms/packages/relations/relations/reference/workspace-info-app/entity-references-workspace-view-info.element.js +6 -1
- package/dist-cms/packages/search/global-search/global-search-base.d.ts +11 -0
- package/dist-cms/packages/search/global-search/global-search-base.js +49 -0
- package/dist-cms/packages/search/global-search/global-search.extension.d.ts +15 -0
- package/dist-cms/packages/search/global-search/global-search.extension.js +1 -0
- package/dist-cms/packages/search/global-search/index.d.ts +1 -0
- package/dist-cms/packages/search/global-search/index.js +1 -0
- package/dist-cms/packages/search/global-search/types.d.ts +4 -0
- package/dist-cms/packages/search/global-search/types.js +1 -0
- package/dist-cms/packages/search/index.d.ts +1 -0
- package/dist-cms/packages/search/index.js +1 -0
- package/dist-cms/packages/search/search-modal/search-modal.element.d.ts +4 -4
- package/dist-cms/packages/search/search-modal/search-modal.element.js +40 -29
- package/dist-cms/packages/search/types.d.ts +1 -0
- package/dist-cms/packages/static-file/repository/item/static-file-item.server.data-source.d.ts +4 -0
- package/dist-cms/packages/static-file/repository/item/static-file-item.server.data-source.js +14 -7
- package/dist-cms/packages/sysinfo/components/sysinfo.element.js +49 -9
- package/dist-cms/packages/sysinfo/repository/sysinfo.repository.d.ts +3 -0
- package/dist-cms/packages/sysinfo/repository/sysinfo.repository.js +8 -0
- package/dist-cms/packages/templating/templates/constants.d.ts +1 -0
- package/dist-cms/packages/templating/templates/constants.js +1 -0
- package/dist-cms/packages/templating/templates/repository/item/template-item.server.data-source.d.ts +4 -0
- package/dist-cms/packages/templating/templates/repository/item/template-item.server.data-source.js +12 -3
- package/dist-cms/packages/templating/templates/search/constants.d.ts +2 -0
- package/dist-cms/packages/templating/templates/search/constants.js +2 -0
- package/dist-cms/packages/templating/templates/search/global-search/constants.d.ts +1 -0
- package/dist-cms/packages/templating/templates/search/global-search/constants.js +1 -0
- package/dist-cms/packages/templating/templates/search/global-search/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/templates/search/global-search/manifests.js +22 -0
- package/dist-cms/packages/templating/templates/search/manifests.js +4 -1
- package/dist-cms/packages/tiptap/extensions/core/media-upload.tiptap-api.d.ts +6 -1
- package/dist-cms/packages/tiptap/extensions/core/media-upload.tiptap-api.js +16 -6
- package/dist-cms/packages/tiptap/extensions/toolbar/media-picker.tiptap-toolbar-api.d.ts +6 -1
- package/dist-cms/packages/tiptap/extensions/toolbar/media-picker.tiptap-toolbar-api.js +27 -6
- package/dist-cms/packages/user/current-user/action/current-user-app-button.element.d.ts +1 -1
- package/dist-cms/packages/user/current-user/action/current-user-app-button.element.js +4 -8
- package/dist-cms/packages/user/current-user/current-user-action.extension.d.ts +0 -11
- package/dist-cms/packages/user/current-user/external-login/manifests.js +0 -1
- package/dist-cms/packages/user/current-user/mfa-login/manifests.js +0 -1
- package/dist-cms/packages/user/user/collection/views/table/user-table-collection-view.element.js +1 -0
- package/dist-cms/packages/user/user/repository/item/user-item.server.data-source.d.ts +4 -0
- package/dist-cms/packages/user/user/repository/item/user-item.server.data-source.js +12 -3
- package/dist-cms/packages/user/user/workspace/user/components/user-workspace-profile-settings/user-workspace-profile-settings.element.js +25 -22
- package/dist-cms/packages/user/user-group/collection/views/user-group-table-collection-view.element.js +1 -0
- package/dist-cms/packages/user/user-group/repository/item/user-group-item.server.data-source.d.ts +4 -0
- package/dist-cms/packages/user/user-group/repository/item/user-group-item.server.data-source.js +12 -3
- package/dist-cms/packages/webhook/webhook/collection/views/table/webhook-table-collection-view.element.js +1 -0
- package/dist-cms/packages/webhook/webhook/repository/item/webhook-item.server.data-source.d.ts +4 -0
- package/dist-cms/packages/webhook/webhook/repository/item/webhook-item.server.data-source.js +12 -3
- package/dist-cms/packages/webhook/webhook/workspace/webhook-workspace-editor.element.js +2 -0
- package/dist-cms/tsconfig.build.tsbuildinfo +1 -1
- package/dist-cms/umbraco-package-schema.json +298 -0
- package/dist-cms/umbraco-package.json +1 -1
- package/dist-cms/vscode-html-custom-data.json +71 -20
- package/examples/block-custom-view/block-custom-view.ts +8 -0
- package/package.json +1 -1
- package/dist-cms/assets/lang/de-ch.d.ts +0 -3
- package/dist-cms/assets/lang/de-ch.js +0 -15
- package/dist-cms/assets/lang/de-ch.ts +0 -17
- package/dist-cms/assets/lang/fr-ch.d.ts +0 -3
- package/dist-cms/assets/lang/fr-ch.js +0 -15
- package/dist-cms/assets/lang/fr-ch.ts +0 -17
- package/dist-cms/assets/lang/it-ch.d.ts +0 -3
- package/dist-cms/assets/lang/it-ch.js +0 -15
- package/dist-cms/assets/lang/it-ch.ts +0 -17
- /package/dist-cms/assets/lang/{cs-cz.d.ts → cs.d.ts} +0 -0
- /package/dist-cms/assets/lang/{cs-cz.js → cs.js} +0 -0
- /package/dist-cms/assets/lang/{cs-cz.ts → cs.ts} +0 -0
- /package/dist-cms/assets/lang/{cy-gb.d.ts → cy.d.ts} +0 -0
- /package/dist-cms/assets/lang/{cy-gb.js → cy.js} +0 -0
- /package/dist-cms/assets/lang/{cy-gb.ts → cy.ts} +0 -0
- /package/dist-cms/assets/lang/{da-dk.d.ts → da.d.ts} +0 -0
- /package/dist-cms/assets/lang/{de-de.d.ts → de.d.ts} +0 -0
- /package/dist-cms/assets/lang/{de-de.js → de.js} +0 -0
- /package/dist-cms/assets/lang/{de-de.ts → de.ts} +0 -0
- /package/dist-cms/assets/lang/{es-es.d.ts → es.d.ts} +0 -0
- /package/dist-cms/assets/lang/{es-es.js → es.js} +0 -0
- /package/dist-cms/assets/lang/{es-es.ts → es.ts} +0 -0
- /package/dist-cms/assets/lang/{fr-fr.d.ts → fr.d.ts} +0 -0
- /package/dist-cms/assets/lang/{fr-fr.js → fr.js} +0 -0
- /package/dist-cms/assets/lang/{fr-fr.ts → fr.ts} +0 -0
- /package/dist-cms/assets/lang/{he-il.d.ts → he.d.ts} +0 -0
- /package/dist-cms/assets/lang/{he-il.js → he.js} +0 -0
- /package/dist-cms/assets/lang/{he-il.ts → he.ts} +0 -0
- /package/dist-cms/assets/lang/{hr-hr.d.ts → hr.d.ts} +0 -0
- /package/dist-cms/assets/lang/{hr-hr.js → hr.js} +0 -0
- /package/dist-cms/assets/lang/{hr-hr.ts → hr.ts} +0 -0
- /package/dist-cms/assets/lang/{it-it.d.ts → it.d.ts} +0 -0
- /package/dist-cms/assets/lang/{it-it.js → it.js} +0 -0
- /package/dist-cms/assets/lang/{it-it.ts → it.ts} +0 -0
- /package/dist-cms/assets/lang/{ja-jp.d.ts → ja.d.ts} +0 -0
- /package/dist-cms/assets/lang/{ja-jp.js → ja.js} +0 -0
- /package/dist-cms/assets/lang/{ja-jp.ts → ja.ts} +0 -0
- /package/dist-cms/assets/lang/{ko-kr.d.ts → ko.d.ts} +0 -0
- /package/dist-cms/assets/lang/{ko-kr.js → ko.js} +0 -0
- /package/dist-cms/assets/lang/{ko-kr.ts → ko.ts} +0 -0
- /package/dist-cms/assets/lang/{nb-no.d.ts → nb.d.ts} +0 -0
- /package/dist-cms/assets/lang/{nb-no.js → nb.js} +0 -0
- /package/dist-cms/assets/lang/{nb-no.ts → nb.ts} +0 -0
- /package/dist-cms/assets/lang/{nl-nl.d.ts → nl.d.ts} +0 -0
- /package/dist-cms/assets/lang/{nl-nl.js → nl.js} +0 -0
- /package/dist-cms/assets/lang/{nl-nl.ts → nl.ts} +0 -0
- /package/dist-cms/assets/lang/{pl-pl.d.ts → pl.d.ts} +0 -0
- /package/dist-cms/assets/lang/{pl-pl.js → pl.js} +0 -0
- /package/dist-cms/assets/lang/{pl-pl.ts → pl.ts} +0 -0
- /package/dist-cms/assets/lang/{ro-ro.d.ts → ro.d.ts} +0 -0
- /package/dist-cms/assets/lang/{ro-ro.js → ro.js} +0 -0
- /package/dist-cms/assets/lang/{ro-ro.ts → ro.ts} +0 -0
- /package/dist-cms/assets/lang/{ru-ru.d.ts → ru.d.ts} +0 -0
- /package/dist-cms/assets/lang/{ru-ru.js → ru.js} +0 -0
- /package/dist-cms/assets/lang/{ru-ru.ts → ru.ts} +0 -0
- /package/dist-cms/assets/lang/{sv-se.d.ts → sv.d.ts} +0 -0
- /package/dist-cms/assets/lang/{sv-se.js → sv.js} +0 -0
- /package/dist-cms/assets/lang/{sv-se.ts → sv.ts} +0 -0
- /package/dist-cms/assets/lang/{tr-tr.d.ts → tr.d.ts} +0 -0
- /package/dist-cms/assets/lang/{tr-tr.js → tr.js} +0 -0
- /package/dist-cms/assets/lang/{tr-tr.ts → tr.ts} +0 -0
- /package/dist-cms/assets/lang/{uk-ua.d.ts → uk.d.ts} +0 -0
- /package/dist-cms/assets/lang/{uk-ua.js → uk.js} +0 -0
- /package/dist-cms/assets/lang/{uk-ua.ts → uk.ts} +0 -0
- /package/dist-cms/assets/lang/{zh-cn.d.ts → zh.d.ts} +0 -0
- /package/dist-cms/assets/lang/{zh-cn.js → zh.js} +0 -0
- /package/dist-cms/assets/lang/{zh-cn.ts → zh.ts} +0 -0
- /package/dist-cms/packages/core/resources/{tryExecute.function.js → try-execute/tryExecute.function.js} +0 -0
- /package/dist-cms/packages/core/resources/{tryExecuteAndNotify.function.js → try-execute/tryExecuteAndNotify.function.js} +0 -0
|
@@ -60,6 +60,7 @@ export default {
|
|
|
60
60
|
wasCopiedTo: 'was copied to',
|
|
61
61
|
wasDeleted: 'was deleted',
|
|
62
62
|
wasMovedTo: 'was moved to',
|
|
63
|
+
viewActionsFor: (name) => (name ? `View actions for '${name}'` : 'View actions'),
|
|
63
64
|
},
|
|
64
65
|
actionCategories: {
|
|
65
66
|
content: 'Content',
|
|
@@ -109,10 +110,10 @@ export default {
|
|
|
109
110
|
domainExists: "Domain '%0%' has already been assigned",
|
|
110
111
|
domainUpdated: "Domain '%0%' has been updated",
|
|
111
112
|
orEdit: 'Edit Current Domains',
|
|
112
|
-
domainHelpWithVariants: 'Valid domain names are: "example.com", "www.example.com", "example.com:8080", or "https://www.example.com/"
|
|
113
|
+
domainHelpWithVariants: 'Valid domain names are: "example.com", "www.example.com", "example.com:8080", or "https://www.example.com/". Furthermore also one-level paths in domains are supported, e.g. "example.com/en" or "/en".',
|
|
113
114
|
inherit: 'Inherit',
|
|
114
115
|
setLanguage: 'Culture',
|
|
115
|
-
setLanguageHelp: 'Set the culture for nodes below the current node,<br /> or inherit culture from parent nodes. Will also apply<br
|
|
116
|
+
setLanguageHelp: 'Set the culture for nodes below the current node,<br /> or inherit culture from parent nodes. Will also apply<br /> to the current node, unless a domain below applies too.',
|
|
116
117
|
setDomains: 'Domains',
|
|
117
118
|
},
|
|
118
119
|
buttons: {
|
|
@@ -127,7 +128,7 @@ export default {
|
|
|
127
128
|
htmlEdit: 'Edit Html',
|
|
128
129
|
indent: 'Indent Paragraph',
|
|
129
130
|
italic: 'Italic',
|
|
130
|
-
justifyCenter: '
|
|
131
|
+
justifyCenter: 'Centre',
|
|
131
132
|
justifyLeft: 'Justify Left',
|
|
132
133
|
justifyRight: 'Justify Right',
|
|
133
134
|
linkInsert: 'Insert Link',
|
|
@@ -145,12 +146,13 @@ export default {
|
|
|
145
146
|
saveAndPublish: 'Save and publish',
|
|
146
147
|
saveToPublish: 'Save and send for approval',
|
|
147
148
|
saveListView: 'Save list view',
|
|
148
|
-
schedulePublish: 'Schedule',
|
|
149
|
+
schedulePublish: 'Schedule publish',
|
|
149
150
|
saveAndPreview: 'Save and preview',
|
|
150
151
|
showPageDisabled: "Preview is disabled because there's no template assigned",
|
|
151
152
|
styleChoose: 'Choose style',
|
|
152
153
|
styleShow: 'Show styles',
|
|
153
154
|
tableInsert: 'Insert table',
|
|
155
|
+
generateModelsAndClose: 'Generate models and close',
|
|
154
156
|
saveAndGenerateModels: 'Save and generate models',
|
|
155
157
|
undo: 'Undo',
|
|
156
158
|
redo: 'Redo',
|
|
@@ -159,7 +161,6 @@ export default {
|
|
|
159
161
|
confirmActionConfirm: 'Confirm',
|
|
160
162
|
morePublishingOptions: 'More publishing options',
|
|
161
163
|
submitChanges: 'Submit',
|
|
162
|
-
generateModelsAndClose: 'Generate models and close',
|
|
163
164
|
},
|
|
164
165
|
auditTrailsMedia: {
|
|
165
166
|
delete: 'Media deleted',
|
|
@@ -172,6 +173,7 @@ export default {
|
|
|
172
173
|
atViewingFor: 'Viewing for',
|
|
173
174
|
delete: 'Content deleted',
|
|
174
175
|
unpublish: 'Content unpublished',
|
|
176
|
+
unpublishvariant: 'Content unpublished for languages: %0%',
|
|
175
177
|
publish: 'Content saved and Published',
|
|
176
178
|
publishvariant: 'Content saved and published for languages: %0%',
|
|
177
179
|
save: 'Content saved',
|
|
@@ -183,8 +185,8 @@ export default {
|
|
|
183
185
|
sendtopublishvariant: 'Content sent for publishing for languages: %0%',
|
|
184
186
|
sort: 'Sort child items performed by user',
|
|
185
187
|
custom: '%0%',
|
|
186
|
-
contentversionpreventcleanup: '
|
|
187
|
-
contentversionenablecleanup: '
|
|
188
|
+
contentversionpreventcleanup: 'Clean up disabled for version: %0%',
|
|
189
|
+
contentversionenablecleanup: 'Clean up enabled for version: %0%',
|
|
188
190
|
smallAssignDomain: 'Assign Domain',
|
|
189
191
|
smallCopy: 'Copy',
|
|
190
192
|
smallPublish: 'Publish',
|
|
@@ -194,6 +196,7 @@ export default {
|
|
|
194
196
|
smallSaveVariant: 'Save',
|
|
195
197
|
smallDelete: 'Delete',
|
|
196
198
|
smallUnpublish: 'Unpublish',
|
|
199
|
+
smallUnpublishVariant: 'Unpublish',
|
|
197
200
|
smallRollBack: 'Rollback',
|
|
198
201
|
smallSendToPublish: 'Send To Publish',
|
|
199
202
|
smallSendToPublishVariant: 'Send To Publish',
|
|
@@ -202,13 +205,15 @@ export default {
|
|
|
202
205
|
smallContentVersionPreventCleanup: 'Save',
|
|
203
206
|
smallContentVersionEnableCleanup: 'Save',
|
|
204
207
|
historyIncludingVariants: 'History (all variants)',
|
|
205
|
-
unpublishvariant: 'Content unpublished for languages: %0%',
|
|
206
|
-
smallUnpublishVariant: 'Unpublish',
|
|
207
208
|
},
|
|
208
209
|
codefile: {
|
|
209
210
|
createFolderIllegalChars: 'The folder name cannot contain illegal characters.',
|
|
210
211
|
deleteItemFailed: 'Failed to delete item: %0%',
|
|
211
212
|
},
|
|
213
|
+
collection: {
|
|
214
|
+
noItemsTitle: 'No items',
|
|
215
|
+
addCollectionConfiguration: 'Add collection',
|
|
216
|
+
},
|
|
212
217
|
content: {
|
|
213
218
|
isPublished: 'Is Published',
|
|
214
219
|
about: 'About this page',
|
|
@@ -240,9 +245,10 @@ export default {
|
|
|
240
245
|
noDate: 'No date chosen',
|
|
241
246
|
nodeName: 'Page title',
|
|
242
247
|
noMediaLink: 'This media item has no link',
|
|
248
|
+
noProperties: 'No content can be added for this item',
|
|
243
249
|
otherElements: 'Properties',
|
|
244
|
-
parentNotPublished: "This document is published but is not visible because the parent '%0%' is
|
|
245
|
-
parentCultureNotPublished: "This culture is published but is not visible because it is unpublished on
|
|
250
|
+
parentNotPublished: "This document is published but is not visible because the parent '%0%' is unpublished",
|
|
251
|
+
parentCultureNotPublished: "This culture is published but is not visible because it is unpublished on parent '%0%'",
|
|
246
252
|
parentNotPublishedAnomaly: 'This document is published but is not in the cache',
|
|
247
253
|
getUrlException: 'Could not get the URL',
|
|
248
254
|
routeError: 'This document is published but its URL would collide with content %0%',
|
|
@@ -251,7 +257,7 @@ export default {
|
|
|
251
257
|
published: 'Published',
|
|
252
258
|
publishedPendingChanges: 'Published (pending changes)',
|
|
253
259
|
publishStatus: 'Publication Status',
|
|
254
|
-
publishDescendantsHelp: 'Publish <strong>%0%</strong> and all
|
|
260
|
+
publishDescendantsHelp: 'Publish <strong>%0%</strong> and all items underneath and thereby making their content publicly available.',
|
|
255
261
|
publishDescendantsWithVariantsHelp: 'Publish variants and variants of same type underneath and thereby making their content publicly available.',
|
|
256
262
|
noVariantsToProcess: 'There are no available variants',
|
|
257
263
|
releaseDate: 'Publish at',
|
|
@@ -259,7 +265,7 @@ export default {
|
|
|
259
265
|
removeDate: 'Clear date',
|
|
260
266
|
setDate: 'Set date',
|
|
261
267
|
sortDone: 'Sort order is updated',
|
|
262
|
-
sortHelp: 'To sort the nodes, simply drag the nodes or click one of the column headers. You can select
|
|
268
|
+
sortHelp: 'To sort the nodes, simply drag the nodes or click one of the column headers. You can select multiple nodes by holding the "shift" or "control" key while selecting',
|
|
263
269
|
statistics: 'Statistics',
|
|
264
270
|
titleOptional: 'Title (optional)',
|
|
265
271
|
altTextOptional: 'Alternative text (optional)',
|
|
@@ -282,25 +288,25 @@ export default {
|
|
|
282
288
|
scheduledPublishServerTime: 'This translates to the following time on the server:',
|
|
283
289
|
scheduledPublishDocumentation: '<a href="https://docs.umbraco.com/umbraco-cms/fundamentals/data/scheduled-publishing#timezones" target="_blank" rel="noopener">What does this mean?</a>',
|
|
284
290
|
nestedContentDeleteItem: 'Are you sure you want to delete this item?',
|
|
285
|
-
nestedContentEditorNotSupported: 'Property %0% uses editor %1% which is not supported by Nested\n Content.\n ',
|
|
286
291
|
nestedContentDeleteAllItems: 'Are you sure you want to delete all items?',
|
|
292
|
+
nestedContentEditorNotSupported: 'Property %0% uses editor %1% which is not supported by Nested Content.',
|
|
287
293
|
nestedContentNoContentTypes: 'No Content Types are configured for this property.',
|
|
288
294
|
nestedContentAddElementType: 'Add Element Type',
|
|
289
295
|
nestedContentSelectElementTypeModalTitle: 'Select Element Type',
|
|
290
|
-
nestedContentGroupHelpText: 'Select the group whose properties should be displayed. If left blank, the
|
|
291
|
-
nestedContentTemplateHelpTextPart1: 'Enter an angular expression to evaluate against each item for its
|
|
296
|
+
nestedContentGroupHelpText: 'Select the group whose properties should be displayed. If left blank, the first group on the Element Type will be used.',
|
|
297
|
+
nestedContentTemplateHelpTextPart1: 'Enter an angular expression to evaluate against each item for its name. Use',
|
|
292
298
|
nestedContentTemplateHelpTextPart2: 'to display the item index',
|
|
293
299
|
nestedContentNoGroups: 'The selected element type does not contain any supported groups (tabs are not supported by this editor, either change them to groups or use the Block List editor).',
|
|
294
300
|
addTextBox: 'Add another text box',
|
|
295
301
|
removeTextBox: 'Remove this text box',
|
|
296
302
|
contentRoot: 'Content root',
|
|
297
|
-
includeUnpublished: 'Include unpublished
|
|
298
|
-
isSensitiveValue: 'This value is hidden. If you need access to view this value please contact your
|
|
303
|
+
includeUnpublished: 'Include unpublished items.',
|
|
304
|
+
isSensitiveValue: 'This value is hidden. If you need access to view this value please contact your website administrator.',
|
|
299
305
|
isSensitiveValue_short: 'This value is hidden.',
|
|
300
306
|
languagesToPublish: 'What languages would you like to publish?',
|
|
301
307
|
languagesToSendForApproval: 'What languages would you like to send for approval?',
|
|
302
308
|
languagesToSchedule: 'What languages would you like to schedule?',
|
|
303
|
-
languagesToUnpublish: 'Select the languages to unpublish. Unpublishing a mandatory language will
|
|
309
|
+
languagesToUnpublish: 'Select the languages to unpublish. Unpublishing a mandatory language will unpublish all languages.',
|
|
304
310
|
variantsWillBeSaved: 'All new variants will be saved.',
|
|
305
311
|
variantsToPublish: 'Which variants would you like to publish?',
|
|
306
312
|
variantsToSave: 'Choose which variants to be saved.',
|
|
@@ -314,7 +320,6 @@ export default {
|
|
|
314
320
|
createEmpty: 'Create new',
|
|
315
321
|
createFromClipboard: 'Paste from clipboard',
|
|
316
322
|
nodeIsInTrash: 'This item is in the Recycle Bin',
|
|
317
|
-
noProperties: 'No content can be added for this item',
|
|
318
323
|
variantSaveNotAllowed: 'Save is not allowed',
|
|
319
324
|
variantPublishNotAllowed: 'Publish is not allowed',
|
|
320
325
|
variantSendForApprovalNotAllowed: 'Send for approval is not allowed',
|
|
@@ -322,6 +327,8 @@ export default {
|
|
|
322
327
|
variantUnpublishNotAllowed: 'Unpublish is not allowed',
|
|
323
328
|
selectAllVariants: 'Select all variants',
|
|
324
329
|
saveModalTitle: 'Save',
|
|
330
|
+
saveAndPublishModalTitle: 'Save and publish',
|
|
331
|
+
publishModalTitle: 'Publish',
|
|
325
332
|
},
|
|
326
333
|
blueprints: {
|
|
327
334
|
createBlueprintFrom: "Create a new Document Blueprint from '%0%'",
|
|
@@ -332,7 +339,17 @@ export default {
|
|
|
332
339
|
createdBlueprintHeading: 'Document Blueprint created',
|
|
333
340
|
createdBlueprintMessage: "A Document Blueprint was created from '%0%'",
|
|
334
341
|
duplicateBlueprintMessage: 'Another Document Blueprint with the same name already exists',
|
|
335
|
-
blueprintDescription: 'A Document Blueprint is predefined content that an editor can select to use as the
|
|
342
|
+
blueprintDescription: 'A Document Blueprint is predefined content that an editor can select to use as the basis for creating new content',
|
|
343
|
+
},
|
|
344
|
+
entityDetail: {
|
|
345
|
+
notFoundTitle: (entityType) => {
|
|
346
|
+
const entityName = entityType ?? 'Item';
|
|
347
|
+
return `${entityName} not found`;
|
|
348
|
+
},
|
|
349
|
+
notFoundDescription: (entityType) => {
|
|
350
|
+
const entityName = entityType ?? 'item';
|
|
351
|
+
return `The requested ${entityName} could not be found. Please check the URL and try again.`;
|
|
352
|
+
},
|
|
336
353
|
},
|
|
337
354
|
media: {
|
|
338
355
|
clickToUpload: 'Click to upload',
|
|
@@ -385,22 +402,22 @@ export default {
|
|
|
385
402
|
updateData: 'Choose a type and a title',
|
|
386
403
|
noDocumentTypes: 'There are no allowed Document Types available for creating content here. You must enable these in <strong>Document Types</strong> within the <strong>Settings</strong> section, by editing the <strong>Allowed child node types</strong> under <strong>Permissions</strong>.',
|
|
387
404
|
noDocumentTypesAtRoot: 'There are no Document Types available for creating content here. You must create these in <strong>Document Types</strong> within the <strong>Settings</strong> section.',
|
|
388
|
-
noDocumentTypesWithNoSettingsAccess: "The selected page in the content tree doesn't allow for any pages
|
|
405
|
+
noDocumentTypesWithNoSettingsAccess: "The selected page in the content tree doesn't allow for any pages to be created below it.",
|
|
389
406
|
noDocumentTypesEditPermissions: 'Edit permissions for this Document Type',
|
|
390
407
|
noDocumentTypesCreateNew: 'Create a new Document Type',
|
|
391
408
|
noDocumentTypesAllowedAtRoot: 'There are no allowed Document Types available for creating content here. You must enable these in <strong>Document Types</strong> within the <strong>Settings</strong> section, by changing the <strong>Allow as root</strong> option under <strong>Permissions</strong>.',
|
|
392
409
|
noMediaTypes: 'There are no allowed Media Types available for creating media here. You must enable these in <strong>Media Types</strong> within the <strong>Settings</strong> section, by editing the <strong>Allowed child node types</strong> under <strong>Permissions</strong>.',
|
|
393
|
-
noMediaTypesWithNoSettingsAccess: "The selected media in the tree doesn't allow for any other media to be
|
|
394
|
-
noMediaTypesEditPermissions: 'Edit permissions for this Media
|
|
410
|
+
noMediaTypesWithNoSettingsAccess: "The selected media in the tree doesn't allow for any other media to be created below it.",
|
|
411
|
+
noMediaTypesEditPermissions: 'Edit permissions for this Media Type',
|
|
395
412
|
documentTypeWithoutTemplate: 'Document Type without a template',
|
|
396
413
|
documentTypeWithTemplate: 'Document Type with Template',
|
|
397
|
-
documentTypeWithTemplateDescription: 'The data definition for a content page that can be created by
|
|
414
|
+
documentTypeWithTemplateDescription: 'The data definition for a content page that can be created by editors in the content tree and is directly accessible via a URL.',
|
|
398
415
|
documentType: 'Document Type',
|
|
399
|
-
documentTypeDescription: 'The data definition for a content component that can be created by editors in
|
|
416
|
+
documentTypeDescription: 'The data definition for a content component that can be created by editors in the content tree and be picked on other pages but has no direct URL.',
|
|
400
417
|
elementType: 'Element Type',
|
|
401
|
-
elementTypeDescription: "Defines the schema for a repeating set of properties, for example, in a 'Block
|
|
418
|
+
elementTypeDescription: "Defines the schema for a repeating set of properties, for example, in a 'Block List' or 'Block Grid' property editor.",
|
|
402
419
|
composition: 'Composition',
|
|
403
|
-
compositionDescription: "Defines a re-usable set of properties that can be included in the definition of
|
|
420
|
+
compositionDescription: "Defines a re-usable set of properties that can be included in the definition of multiple other Document Types. For example, a set of 'Common Page Settings'.",
|
|
404
421
|
folder: 'Folder',
|
|
405
422
|
folderDescription: 'Used to organise items and other folders. Keep items structured and easy to access.',
|
|
406
423
|
newFolder: 'New folder',
|
|
@@ -428,10 +445,10 @@ export default {
|
|
|
428
445
|
discardChanges: 'Discard changes',
|
|
429
446
|
unsavedChanges: 'Discard unsaved changes',
|
|
430
447
|
unsavedChangesWarning: 'Are you sure you want to navigate away from this page? You have unsaved changes',
|
|
431
|
-
confirmListViewPublish: 'Publishing will make the selected items
|
|
432
|
-
confirmListViewUnpublish: 'Unpublishing will
|
|
433
|
-
confirmPublish: 'Publishing will make this
|
|
434
|
-
confirmUnpublish: 'Unpublishing will
|
|
448
|
+
confirmListViewPublish: 'Publishing will make the selected items publicly available.',
|
|
449
|
+
confirmListViewUnpublish: 'Unpublishing will make the selected items and all their descendants publicly unavailable.',
|
|
450
|
+
confirmPublish: 'Publishing will make this content and all its published descendants publicly available.',
|
|
451
|
+
confirmUnpublish: 'Unpublishing will make this content publicly unavailable.',
|
|
435
452
|
doctypeChangeWarning: 'You have unsaved changes. Making changes to the Document Type will discard the changes.',
|
|
436
453
|
},
|
|
437
454
|
bulk: {
|
|
@@ -486,7 +503,7 @@ export default {
|
|
|
486
503
|
insertMacro: 'Click to add a Macro',
|
|
487
504
|
inserttable: 'Insert table',
|
|
488
505
|
languagedeletewarning: 'This will delete the language and all content related to the language',
|
|
489
|
-
languageChangeWarning: 'Changing the culture for a language may be an expensive operation and will result
|
|
506
|
+
languageChangeWarning: 'Changing the culture for a language may be an expensive operation and will result in the content cache and indexes being rebuilt',
|
|
490
507
|
lastEdited: 'Last edited',
|
|
491
508
|
link: 'Link',
|
|
492
509
|
linkinternal: 'Internal link',
|
|
@@ -498,16 +515,16 @@ export default {
|
|
|
498
515
|
permissionsSet: 'Set permissions for',
|
|
499
516
|
permissionsSetForGroup: 'Set permissions for %0% for user group %1%',
|
|
500
517
|
permissionsHelp: 'Select the users groups you want to set permissions for',
|
|
501
|
-
recycleBinDeleting: 'The items in the recycle bin are now being deleted. Please do not close this window
|
|
518
|
+
recycleBinDeleting: 'The items in the recycle bin are now being deleted. Please do not close this window while this operation takes place',
|
|
502
519
|
recycleBinIsEmpty: 'The recycle bin is now empty',
|
|
503
520
|
recycleBinWarning: 'When items are deleted from the recycle bin, they will be gone forever',
|
|
504
521
|
regexSearchError: "<a target='_blank' rel='noopener' href='http://regexlib.com'>regexlib.com</a>'s webservice is currently experiencing some problems, which we have no control over. We are very sorry for this inconvenience.",
|
|
505
|
-
regexSearchHelp: "Search for a regular expression to add validation to a form field. Example: 'email
|
|
522
|
+
regexSearchHelp: "Search for a regular expression to add validation to a form field. Example: 'email, 'zip-code', 'URL'.",
|
|
506
523
|
removeMacro: 'Remove Macro',
|
|
507
524
|
requiredField: 'Required Field',
|
|
508
525
|
sitereindexed: 'Site is reindexed',
|
|
509
|
-
siterepublished: 'The website cache has been refreshed. All publish content is now up to date. While all
|
|
510
|
-
siterepublishHelp: 'The website cache will be refreshed. All published content will be updated, while
|
|
526
|
+
siterepublished: 'The website cache has been refreshed. All publish content is now up to date. While all unpublished content is still unpublished',
|
|
527
|
+
siterepublishHelp: 'The website cache will be refreshed. All published content will be updated, while unpublished content will stay unpublished.',
|
|
511
528
|
tableColumns: 'Number of columns',
|
|
512
529
|
tableRows: 'Number of rows',
|
|
513
530
|
thumbnailimageclickfororiginal: 'Click on the image to see full size',
|
|
@@ -558,14 +575,14 @@ export default {
|
|
|
558
575
|
unLinkYourConfirm: 'You are about to un-link your Umbraco and {0} accounts and you will be logged out.',
|
|
559
576
|
linkedToService: 'Your account is linked to this service',
|
|
560
577
|
selectEditor: 'Select editor',
|
|
578
|
+
selectEditorConfiguration: 'Select configuration',
|
|
561
579
|
selectSnippet: 'Select snippet',
|
|
562
|
-
variantdeletewarning: 'This will delete the node and all its languages. If you only want to delete one
|
|
580
|
+
variantdeletewarning: 'This will delete the node and all its languages. If you only want to delete one language, you should unpublish the node in that language instead.',
|
|
563
581
|
propertyuserpickerremovewarning: 'This will remove the user <strong>%0%</strong>.',
|
|
564
582
|
userremovewarning: 'This will remove the user <strong>%0%</strong> from the <strong>%1%</strong> group',
|
|
565
583
|
yesRemove: 'Yes, remove',
|
|
566
584
|
deleteLayout: 'You are deleting the layout',
|
|
567
585
|
deletingALayout: 'Modifying layout will result in loss of data for any existing content that is based on this configuration.',
|
|
568
|
-
selectEditorConfiguration: 'Select configuration',
|
|
569
586
|
seeErrorAction: 'See error',
|
|
570
587
|
seeErrorDialogHeadline: 'Error details',
|
|
571
588
|
},
|
|
@@ -588,7 +605,7 @@ export default {
|
|
|
588
605
|
},
|
|
589
606
|
examineManagement: {
|
|
590
607
|
configuredSearchers: 'Configured Searchers',
|
|
591
|
-
configuredSearchersDescription: 'Shows properties and tools for any configured Searcher (
|
|
608
|
+
configuredSearchersDescription: 'Shows properties and tools for any configured Searcher (e.g. such as a multi-index searcher)',
|
|
592
609
|
fieldValues: 'Field values',
|
|
593
610
|
healthStatus: 'Health status',
|
|
594
611
|
healthStatusDescription: 'The health status of the index and if it can be read',
|
|
@@ -596,21 +613,23 @@ export default {
|
|
|
596
613
|
indexInfo: 'Index info',
|
|
597
614
|
contentInIndex: 'Content in index',
|
|
598
615
|
indexInfoDescription: 'Lists the properties of the index',
|
|
599
|
-
manageIndexes:
|
|
600
|
-
manageIndexesDescription: 'Allows you to view the details of each index and provides some tools for
|
|
616
|
+
manageIndexes: 'Manage Examine indexes',
|
|
617
|
+
manageIndexesDescription: 'Allows you to view the details of each index and provides some tools for managing the indexes',
|
|
601
618
|
rebuildIndex: 'Rebuild index',
|
|
602
|
-
rebuildIndexWarning: '
|
|
619
|
+
rebuildIndexWarning: 'This will cause the index to be rebuilt.<br /> Depending on how much content there is in your site this could take a while.<br /> It is not recommended to rebuild an index during times of high website traffic or when editors are editing content.',
|
|
603
620
|
searchers: 'Searchers',
|
|
604
621
|
searchDescription: 'Search the index and view the results',
|
|
605
622
|
tools: 'Tools',
|
|
606
623
|
toolsDescription: 'Tools to manage the index',
|
|
607
624
|
fields: 'fields',
|
|
608
625
|
indexCannotRead: 'The index cannot be read and will need to be rebuilt',
|
|
609
|
-
processIsTakingLonger: 'The process is taking longer than expected, check the Umbraco log to see if there
|
|
626
|
+
processIsTakingLonger: 'The process is taking longer than expected, check the Umbraco log to see if there have been any errors during this operation',
|
|
610
627
|
indexCannotRebuild: 'This index cannot be rebuilt because it has no assigned',
|
|
611
628
|
iIndexPopulator: 'IIndexPopulator',
|
|
612
629
|
noResults: 'No results were found',
|
|
613
630
|
searchResultsFound: 'Showing %0% - %1% of %2% result(s) - Page %3% of %4%',
|
|
631
|
+
corruptStatus: 'Possible corrupt index detected',
|
|
632
|
+
corruptErrorDescription: 'Error received when evaluating the index:',
|
|
614
633
|
},
|
|
615
634
|
placeholders: {
|
|
616
635
|
username: 'Enter your username',
|
|
@@ -650,6 +669,7 @@ export default {
|
|
|
650
669
|
folderWasRenamed: '%0% was renamed to %1%',
|
|
651
670
|
},
|
|
652
671
|
editdatatype: {
|
|
672
|
+
canChangePropertyEditorHelp: 'Changing a property editor on a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
|
|
653
673
|
addPrevalue: 'Add prevalue',
|
|
654
674
|
dataBaseDatatype: 'Database datatype',
|
|
655
675
|
guid: 'Property editor GUID',
|
|
@@ -664,18 +684,17 @@ export default {
|
|
|
664
684
|
selectFolder: 'Select the folder to move',
|
|
665
685
|
inTheTree: 'to in the tree structure below',
|
|
666
686
|
wasMoved: 'was moved underneath',
|
|
667
|
-
canChangePropertyEditorHelp: 'Changing a property editor on a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
|
|
668
687
|
hasReferencesDeleteConsequence: 'Deleting <strong>%0%</strong> will delete the properties and their data from the following items',
|
|
669
688
|
acceptDeleteConsequence: 'I understand this action will delete the properties and data based on this Data Type',
|
|
670
689
|
noConfiguration: 'There is no configuration for this property editor.',
|
|
671
690
|
},
|
|
672
691
|
errorHandling: {
|
|
673
|
-
errorButDataWasSaved: 'Your data has been saved, but before you can publish this page there are some
|
|
674
|
-
errorChangingProviderPassword: 'The current membership provider does not support changing password
|
|
692
|
+
errorButDataWasSaved: 'Your data has been saved, but before you can publish this page there are some errors you need to fix first:',
|
|
693
|
+
errorChangingProviderPassword: 'The current membership provider does not support changing password (EnablePasswordRetrieval need to be true)',
|
|
675
694
|
errorExistsWithoutTab: '%0% already exists',
|
|
676
695
|
errorHeader: 'There were errors:',
|
|
677
696
|
errorHeaderWithoutTab: 'There were errors:',
|
|
678
|
-
errorInPasswordFormat: 'The password should be a minimum of %0% characters long and contain at least %1
|
|
697
|
+
errorInPasswordFormat: 'The password should be a minimum of %0% characters long and contain at least %1% non-alpha numeric character(s)',
|
|
679
698
|
errorIntegerWithoutTab: '%0% must be an integer',
|
|
680
699
|
errorMandatory: 'The %0% field in the %1% tab is mandatory',
|
|
681
700
|
errorMandatoryWithoutTab: '%0% is a mandatory field',
|
|
@@ -687,13 +706,13 @@ export default {
|
|
|
687
706
|
concurrencyError: 'Optimistic concurrency failure, object has been modified',
|
|
688
707
|
receivedErrorFromServer: 'Received an error from the server',
|
|
689
708
|
dissallowedMediaType: 'The specified file type has been disallowed by the administrator',
|
|
690
|
-
codemirroriewarning: "NOTE! Even though CodeMirror is enabled by configuration, it is disabled in
|
|
709
|
+
codemirroriewarning: "NOTE! Even though CodeMirror is enabled by configuration, it is disabled in Internet Explorer because it's not stable enough.",
|
|
691
710
|
contentTypeAliasAndNameNotNull: 'Please fill both alias and name on the new property type!',
|
|
692
711
|
filePermissionsError: 'There is a problem with read/write access to a specific file or folder',
|
|
693
712
|
macroErrorLoadingPartialView: 'Error loading Partial View script (file: %0%)',
|
|
694
713
|
missingTitle: 'Please enter a title',
|
|
695
714
|
missingType: 'Please choose a type',
|
|
696
|
-
pictureResizeBiggerThanOrg: "You're about to make the picture larger than the original size. Are you sure
|
|
715
|
+
pictureResizeBiggerThanOrg: "You're about to make the picture larger than the original size. Are you sure that you want to proceed?",
|
|
697
716
|
startNodeDoesNotExists: 'Startnode deleted, please contact your administrator',
|
|
698
717
|
stylesMustMarkBeforeSelect: 'Please mark content before changing style',
|
|
699
718
|
stylesNoStylesOnPage: 'No active styles available',
|
|
@@ -713,7 +732,7 @@ export default {
|
|
|
713
732
|
invalidRequest: 'Invalid request',
|
|
714
733
|
invalidClient: 'Invalid client',
|
|
715
734
|
invalidGrant: 'Invalid grant',
|
|
716
|
-
unauthorizedClient: '
|
|
735
|
+
unauthorizedClient: 'Unauthorised client',
|
|
717
736
|
unsupportedGrantType: 'Unsupported grant type',
|
|
718
737
|
invalidScope: 'Invalid scope',
|
|
719
738
|
serverError: 'Server error',
|
|
@@ -838,7 +857,7 @@ export default {
|
|
|
838
857
|
retrieve: 'Retrieve',
|
|
839
858
|
retry: 'Retry',
|
|
840
859
|
rights: 'Permissions',
|
|
841
|
-
scheduledPublishing: '
|
|
860
|
+
scheduledPublishing: 'Schedule publish',
|
|
842
861
|
umbracoInfo: 'Umbraco info',
|
|
843
862
|
search: 'Search',
|
|
844
863
|
searchNoResult: 'Sorry, we can not find what you are looking for.',
|
|
@@ -958,45 +977,45 @@ export default {
|
|
|
958
977
|
},
|
|
959
978
|
installer: {
|
|
960
979
|
databaseErrorCannotConnect: 'The installer cannot connect to the database.',
|
|
961
|
-
databaseErrorWebConfig: 'Could not save the web.config file. Please modify the connection string
|
|
980
|
+
databaseErrorWebConfig: 'Could not save the web.config file. Please modify the connection string manually.',
|
|
962
981
|
databaseFound: 'Your database has been found and is identified as',
|
|
963
982
|
databaseHeader: 'Database configuration',
|
|
964
|
-
databaseInstall: '
|
|
983
|
+
databaseInstall: 'Press the <strong>install</strong> button to install the Umbraco %0% database',
|
|
965
984
|
databaseInstallDone: 'Umbraco %0% has now been copied to your database. Press <strong>Next</strong> to proceed.',
|
|
966
|
-
databaseNotFound: '<p>Database not found! Please check that the information in the "connection string" of the "web.config" file is correct.</p
|
|
967
|
-
databaseText: 'To complete this step, you must know some information regarding your database server ("connection string").<br
|
|
968
|
-
databaseUpgrade: "
|
|
969
|
-
databaseUpgradeDone: 'Your database has been upgraded to the final version %0%.<br />Press <strong>Next</strong> to
|
|
985
|
+
databaseNotFound: '<p>Database not found! Please check that the information in the "connection string" of the "web.config" file is correct.</p><p>To proceed, please edit the "web.config" file (using Visual Studio or your favourite text editor), scroll to the bottom, add the connection string for your database in the key named "UmbracoDbDSN" and save the file.</p><p>Click the <strong>retry</strong> button when done.<br /><a href="https://our.umbraco.com/documentation/Reference/Config/webconfig/" target="_blank" rel="noopener">More information on editing web.config here</a>.</p>',
|
|
986
|
+
databaseText: 'To complete this step, you must know some information regarding your database server ("connection string").<br /> Please contact your ISP if necessary. If you\'re installing on a local machine or server you might need information from your system administrator.',
|
|
987
|
+
databaseUpgrade: " <p> Press the <strong>upgrade</strong> button to upgrade your database to Umbraco %0%</p> <p> Don't worry - no content will be deleted and everything will continue working afterwards! </p> ",
|
|
988
|
+
databaseUpgradeDone: 'Your database has been upgraded to the final version %0%.<br />Press <strong>Next</strong> to proceed.',
|
|
970
989
|
databaseUpToDate: 'Your current database is up-to-date!. Click <strong>next</strong> to continue the configuration wizard',
|
|
971
990
|
defaultUserChangePass: "<strong>The Default users' password needs to be changed!</strong>",
|
|
972
991
|
defaultUserDisabled: '<strong>The Default user has been disabled or has no access to Umbraco!</strong></p><p>No further actions needs to be taken. Click <strong>Next</strong> to proceed.',
|
|
973
992
|
defaultUserPassChanged: "<strong>The Default user's password has been successfully changed since the installation!</strong></p><p>No further actions needs to be taken. Click <strong>Next</strong> to proceed.",
|
|
974
993
|
defaultUserPasswordChanged: 'The password is changed!',
|
|
975
994
|
greatStart: 'Get a great start, watch our introduction videos',
|
|
976
|
-
licenseText: 'By clicking the next button (or modifying the umbracoConfigurationStatus in web.config)
|
|
995
|
+
licenseText: 'By clicking the next button (or modifying the umbracoConfigurationStatus in web.config), you accept the license for this software as specified in the box below. Notice that this Umbraco distribution consists of two different licenses, the open source MIT license for the framework and the Umbraco freeware license that covers the UI.',
|
|
977
996
|
None: 'Not installed yet.',
|
|
978
997
|
permissionsAffectedFolders: 'Affected files and folders',
|
|
979
998
|
permissionsAffectedFoldersMoreInfo: 'More information on setting up permissions for Umbraco here',
|
|
980
|
-
permissionsAffectedFoldersText: 'You need to grant ASP.NET modify permissions to the following
|
|
981
|
-
permissionsAlmostPerfect: '<strong>Your permission settings are almost perfect!</strong><br /><br
|
|
999
|
+
permissionsAffectedFoldersText: 'You need to grant ASP.NET modify permissions to the following files/folders',
|
|
1000
|
+
permissionsAlmostPerfect: '<strong>Your permission settings are almost perfect!</strong><br /><br /> You can run Umbraco without problems, but you will not be able to install packages which are recommended to take full advantage of Umbraco.',
|
|
982
1001
|
permissionsHowtoResolve: 'How to Resolve',
|
|
983
1002
|
permissionsHowtoResolveLink: 'Click here to read the text version',
|
|
984
1003
|
permissionsHowtoResolveText: 'Watch our <strong>video tutorial</strong> on setting up folder permissions for Umbraco or read the text version.',
|
|
985
|
-
permissionsMaybeAnIssue: '<strong>Your permission settings might be an issue!</strong
|
|
986
|
-
permissionsNotReady: "<strong>Your permission settings are not ready for Umbraco!</strong
|
|
987
|
-
permissionsPerfect: '<strong>Your permission settings are perfect!</strong><br /><br
|
|
1004
|
+
permissionsMaybeAnIssue: '<strong>Your permission settings might be an issue!</strong><br/><br />You can run Umbraco without problems, but you will not be able to create folders or install packages which are recommended to take full advantage of Umbraco.',
|
|
1005
|
+
permissionsNotReady: "<strong>Your permission settings are not ready for Umbraco!</strong><br /><br />In order to run Umbraco, you'll need to update your permission settings.",
|
|
1006
|
+
permissionsPerfect: '<strong>Your permission settings are perfect!</strong><br /><br />You are ready to run Umbraco and install packages!',
|
|
988
1007
|
permissionsResolveFolderIssues: 'Resolving folder issue',
|
|
989
|
-
permissionsResolveFolderIssuesLink: 'Follow this link for more information on problems with ASP.NET and
|
|
1008
|
+
permissionsResolveFolderIssuesLink: 'Follow this link for more information on problems with ASP.NET and creating folders',
|
|
990
1009
|
permissionsSettingUpPermissions: 'Setting up folder permissions',
|
|
991
|
-
permissionsText: "
|
|
1010
|
+
permissionsText: " Umbraco needs write/modify access to certain directories in order to store files like pictures and PDF's. It also stores temporary data (aka: cache) for enhancing the performance of your website.",
|
|
992
1011
|
runwayFromScratch: 'I want to start from scratch',
|
|
993
|
-
runwayFromScratchText: '
|
|
1012
|
+
runwayFromScratchText: 'Your website is completely empty at the moment, so that\'s perfect if you want to start from scratch and create your own Document Types and templates. (<a href="https://umbraco.tv/documentation/videos/for-site-builders/foundation/document-types">learn how</a>) You can still choose to install Runway later on. Please go to the Developer section and choose Packages.',
|
|
994
1013
|
runwayHeader: "You've just set up a clean Umbraco platform. What do you want to do next?",
|
|
995
1014
|
runwayInstalled: 'Runway is installed',
|
|
996
|
-
runwayInstalledText: '
|
|
1015
|
+
runwayInstalledText: 'You have the foundation in place. Select what modules you wish to install on top of it.<br /> This is our list of recommended modules, check off the ones you would like to install, or view the <a href="#" onclick="toggleModules(); return false;" id="toggleModuleList">full list of modules</a> ',
|
|
997
1016
|
runwayOnlyProUsers: 'Only recommended for experienced users',
|
|
998
1017
|
runwaySimpleSite: 'I want to start with a simple website',
|
|
999
|
-
runwaySimpleSiteText: '
|
|
1018
|
+
runwaySimpleSiteText: '<p>"Runway" is a simple website providing some basic Document Types and templates. The installer can set up Runway for you automatically, but you can easily edit, extend or remove it. It\'s not necessary and you can perfectly use Umbraco without it. However, Runway offers an easy foundation based on best practices to get you started faster than ever. If you choose to install Runway, you can optionally select basic building blocks called Runway Modules to enhance your Runway pages.</p> <small><em>Included with Runway:</em> Home page, Getting Started page, Installing Modules page.<br /> <em>Optional Modules:</em> Top Navigation, Sitemap, Contact, Gallery.</small>',
|
|
1000
1019
|
runwayWhatIsRunway: 'What is Runway',
|
|
1001
1020
|
step1: 'Step 1/5 Accept license',
|
|
1002
1021
|
step2: 'Step 2/5: Database configuration',
|
|
@@ -1004,17 +1023,17 @@ export default {
|
|
|
1004
1023
|
step4: 'Step 4/5: Check Umbraco security',
|
|
1005
1024
|
step5: 'Step 5/5: Umbraco is ready to get you started',
|
|
1006
1025
|
thankYou: 'Thank you for choosing Umbraco',
|
|
1007
|
-
theEndBrowseSite: '<h3>Browse your new site</h3
|
|
1026
|
+
theEndBrowseSite: '<h3>Browse your new site</h3> You installed Runway, so why not see how your new website looks.',
|
|
1008
1027
|
theEndFurtherHelp: '<h3>Further help and information</h3>\nGet help from our award winning community, browse the documentation or watch some free videos on how to build a simple site, how to use packages and a quick guide to the Umbraco terminology',
|
|
1009
1028
|
theEndHeader: 'Umbraco %0% is installed and ready for use',
|
|
1010
|
-
theEndInstallFailed: "To finish the installation, you'll need to
|
|
1011
|
-
theEndInstallSuccess: 'You can get <strong>started instantly</strong> by clicking the "Launch Umbraco" button below
|
|
1029
|
+
theEndInstallFailed: "To finish the installation, you'll need to manually edit the <strong>/web.config file</strong> and update the AppSetting key <strong>UmbracoConfigurationStatus</strong> in the bottom to the value of <strong>'%0%'</strong>.",
|
|
1030
|
+
theEndInstallSuccess: 'You can get <strong>started instantly</strong> by clicking the "Launch Umbraco" button below.<br />If you are <strong>new to Umbraco</strong>, you can find plenty of resources on our getting started pages.',
|
|
1012
1031
|
theEndOpenUmbraco: '<h3>Launch Umbraco</h3>\nTo manage your website, simply open the Umbraco backoffice and start adding content, updating the templates and stylesheets or add new functionality',
|
|
1013
1032
|
Unavailable: 'Connection to database failed.',
|
|
1014
1033
|
Version3: 'Umbraco Version 3',
|
|
1015
1034
|
Version4: 'Umbraco Version 4',
|
|
1016
1035
|
watch: 'Watch',
|
|
1017
|
-
welcomeIntro: 'This wizard will guide you through the process of configuring <strong>Umbraco %0%</strong> for a fresh install or upgrading from version 3.0
|
|
1036
|
+
welcomeIntro: 'This wizard will guide you through the process of configuring <strong>Umbraco %0%</strong> for a fresh install or upgrading from version 3.0.<br /><br />Press <strong>"next"</strong> to start the wizard.',
|
|
1018
1037
|
},
|
|
1019
1038
|
language: {
|
|
1020
1039
|
cultureCode: 'Culture Code',
|
|
@@ -1053,7 +1072,7 @@ export default {
|
|
|
1053
1072
|
notAllowedByContentType: 'The current node is not allowed under the chosen node because of its type',
|
|
1054
1073
|
notAllowedByPath: 'The current node cannot be moved to one of its subpages neither can the parent and destination be the same',
|
|
1055
1074
|
notAllowedAtRoot: 'The current node cannot exist at the root',
|
|
1056
|
-
notValid: "The action isn't allowed since you have insufficient permissions on 1 or more child
|
|
1075
|
+
notValid: "The action isn't allowed since you have insufficient permissions on 1 or more child documents.",
|
|
1057
1076
|
relateToOriginal: 'Relate copied items to original',
|
|
1058
1077
|
},
|
|
1059
1078
|
notifications: {
|
|
@@ -1065,7 +1084,7 @@ export default {
|
|
|
1065
1084
|
actions: 'Actions',
|
|
1066
1085
|
created: 'Created',
|
|
1067
1086
|
createPackage: 'Create package',
|
|
1068
|
-
chooseLocalPackageText: '
|
|
1087
|
+
chooseLocalPackageText: 'Choose Package from your machine, by clicking the Browse<br /> button and locating the package. Umbraco packages usually have a ".umb" or ".zip" extension. ',
|
|
1069
1088
|
deletewarning: 'This will delete the package',
|
|
1070
1089
|
includeAllChildNodes: 'Include all child nodes',
|
|
1071
1090
|
installed: 'Installed',
|
|
@@ -1080,7 +1099,7 @@ export default {
|
|
|
1080
1099
|
packageSearch: 'Search for packages',
|
|
1081
1100
|
packageSearchResults: 'Results for',
|
|
1082
1101
|
packageNoResults: 'We couldn’t find anything for',
|
|
1083
|
-
packageNoResultsDescription: 'Please try searching for another package or browse through the categories
|
|
1102
|
+
packageNoResultsDescription: 'Please try searching for another package or browse through the categories',
|
|
1084
1103
|
packagesPopular: 'Popular',
|
|
1085
1104
|
packagesPromoted: 'Promoted',
|
|
1086
1105
|
packagesNew: 'New releases',
|
|
@@ -1095,32 +1114,32 @@ export default {
|
|
|
1095
1114
|
packageDownloads: 'Downloads',
|
|
1096
1115
|
packageLikes: 'Likes',
|
|
1097
1116
|
packageCompatibility: 'Compatibility',
|
|
1098
|
-
packageCompatibilityDescription: 'This package is compatible with the following versions of Umbraco, as
|
|
1117
|
+
packageCompatibilityDescription: 'This package is compatible with the following versions of Umbraco, as reported by community members. Full compatibility cannot be guaranteed for versions reported below 100%',
|
|
1099
1118
|
packageExternalSources: 'External sources',
|
|
1100
1119
|
packageAuthor: 'Author',
|
|
1101
1120
|
packageDocumentation: 'Documentation',
|
|
1102
1121
|
packageMetaData: 'Package meta data',
|
|
1103
1122
|
packageName: 'Package name',
|
|
1104
1123
|
packageNoItemsHeader: "Package doesn't contain any items",
|
|
1105
|
-
packageNoItemsText: 'This package file doesn\'t contain any items to uninstall.<br/><br
|
|
1124
|
+
packageNoItemsText: 'This package file doesn\'t contain any items to uninstall.<br/><br/> You can safely remove this from the system by clicking "uninstall package" below.',
|
|
1106
1125
|
packageOptions: 'Package options',
|
|
1107
1126
|
packageMigrationsRun: 'Run pending package migrations',
|
|
1108
1127
|
packageMigrationsConfirmText: 'Do you want to run the pending package migrations?',
|
|
1128
|
+
packageMigrationsComplete: 'Package migrations have successfully completed.',
|
|
1129
|
+
packageMigrationsNonePending: 'All package migrations have successfully completed.',
|
|
1109
1130
|
packageReadme: 'Package readme',
|
|
1110
1131
|
packageRepository: 'Package repository',
|
|
1111
1132
|
packageUninstallConfirm: 'Confirm package uninstall',
|
|
1112
1133
|
packageUninstalledHeader: 'Package was uninstalled',
|
|
1113
1134
|
packageUninstalledText: 'The package was successfully uninstalled',
|
|
1114
1135
|
packageUninstallHeader: 'Uninstall package',
|
|
1115
|
-
packageUninstallText: 'You can unselect items you do not wish to remove, at this time, below. When you click "confirm uninstall" all checked-off items will be removed.<br
|
|
1136
|
+
packageUninstallText: 'You can unselect items you do not wish to remove, at this time, below. When you click "confirm uninstall" all checked-off items will be removed.<br /> <span style="color: Red; font-weight: bold;">Notice:</span> any documents, media etc depending on the items you remove, will stop working, and could lead to system instability, so uninstall with caution. If in doubt, contact the package author.',
|
|
1116
1137
|
packageVersion: 'Package version',
|
|
1117
1138
|
verifiedToWorkOnUmbracoCloud: 'Verified to work on Umbraco Cloud',
|
|
1118
|
-
packageMigrationsComplete: 'Package migrations have successfully completed.',
|
|
1119
|
-
packageMigrationsNonePending: 'All package migrations have successfully completed.',
|
|
1120
1139
|
},
|
|
1121
1140
|
paste: {
|
|
1122
1141
|
doNothing: 'Paste with full formatting (Not recommended)',
|
|
1123
|
-
errorMessage: "The text you're trying to paste contains special characters or formatting. This could be
|
|
1142
|
+
errorMessage: "The text you're trying to paste contains special characters or formatting. This could be caused by copying text from Microsoft Word. Umbraco can remove special characters or formatting automatically, so the pasted content will be more suitable for the web.",
|
|
1124
1143
|
removeAll: 'Paste as raw text without any formatting at all',
|
|
1125
1144
|
removeSpecialFormattering: 'Paste, but remove formatting (Recommended)',
|
|
1126
1145
|
},
|
|
@@ -1144,11 +1163,12 @@ export default {
|
|
|
1144
1163
|
paMembersHelp: 'If you wish to grant access to specific members',
|
|
1145
1164
|
},
|
|
1146
1165
|
publish: {
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1166
|
+
contentPublishedFailedIsTrashed: '%0% could not be published because the item is in the recycle bin.',
|
|
1167
|
+
contentPublishedFailedAwaitingRelease: '%0% could not be published because the item is scheduled for release.',
|
|
1168
|
+
contentPublishedFailedExpired: '%0% could not be published because the item has expired.',
|
|
1169
|
+
contentPublishedFailedInvalid: '%0% could not be published because these properties: %1% did not pass validation rules.',
|
|
1170
|
+
contentPublishedFailedByEvent: '%0% could not be published, a 3rd party add-in cancelled the action.',
|
|
1171
|
+
contentPublishedFailedByParent: '%0% can not be published, because a parent page is not published.',
|
|
1152
1172
|
contentPublishedFailedByMissingName: '%0% can not be published, because its missing a name.',
|
|
1153
1173
|
includeUnpublished: 'Include unpublished subpages',
|
|
1154
1174
|
inProgress: 'Publishing in progress - please wait...',
|
|
@@ -1156,9 +1176,8 @@ export default {
|
|
|
1156
1176
|
nodePublish: '%0% has been published',
|
|
1157
1177
|
nodePublishAll: '%0% and subpages have been published',
|
|
1158
1178
|
publishAll: 'Publish %0% and all its subpages',
|
|
1159
|
-
publishHelp: 'Click <em>Publish</em> to publish <strong>%0%</strong> and thereby making its content publicly available.<br/><br
|
|
1179
|
+
publishHelp: 'Click <em>Publish</em> to publish <strong>%0%</strong> and thereby making its content publicly available.<br/><br /> You can publish this page and all its subpages by checking <em>Include unpublished subpages</em> below. ',
|
|
1160
1180
|
invalidPublishBranchPermissions: 'Insufficient user permissions to publish all descendant documents',
|
|
1161
|
-
contentPublishedFailedIsTrashed: '%0% could not be published because the item is in the recycle bin.',
|
|
1162
1181
|
contentPublishedFailedReqCultureValidationError: "Validation failed for required language '%0%'. This language was saved but not published.",
|
|
1163
1182
|
},
|
|
1164
1183
|
colorpicker: {
|
|
@@ -1224,12 +1243,16 @@ export default {
|
|
|
1224
1243
|
editMediaEntryLabel: 'Edit %0% on %1%',
|
|
1225
1244
|
confirmCancelMediaEntryCreationHeadline: 'Discard creation?',
|
|
1226
1245
|
confirmCancelMediaEntryCreationMessage: 'Are you sure you want to cancel the creation.',
|
|
1227
|
-
confirmCancelMediaEntryHasChanges: 'You have made changes to this content. Are you sure you want to
|
|
1246
|
+
confirmCancelMediaEntryHasChanges: 'You have made changes to this content. Are you sure you want to discard them?',
|
|
1228
1247
|
confirmRemoveAllMediaEntryMessage: 'Remove all medias?',
|
|
1229
1248
|
tabClipboard: 'Clipboard',
|
|
1230
1249
|
notAllowed: 'Not allowed',
|
|
1231
1250
|
openMediaPicker: 'Open media picker',
|
|
1232
1251
|
},
|
|
1252
|
+
propertyEditorPicker: {
|
|
1253
|
+
title: 'Select a property editor',
|
|
1254
|
+
openPropertyEditorPicker: 'Select a property editor UI',
|
|
1255
|
+
},
|
|
1233
1256
|
relatedlinks: {
|
|
1234
1257
|
enterExternal: 'enter external link',
|
|
1235
1258
|
chooseInternal: 'choose internal page',
|
|
@@ -1253,7 +1276,7 @@ export default {
|
|
|
1253
1276
|
noDiff: 'There are no differences between the current (draft) version and the selected version',
|
|
1254
1277
|
documentRolledBack: 'Document has been rolled back',
|
|
1255
1278
|
headline: 'Select a version to compare with the current version',
|
|
1256
|
-
htmlHelp: 'This displays the selected version as HTML, if you wish to see the difference between 2
|
|
1279
|
+
htmlHelp: 'This displays the selected version as HTML, if you wish to see the difference between 2 versions at the same time, use the diff view',
|
|
1257
1280
|
rollbackTo: 'Rollback to',
|
|
1258
1281
|
selectVersion: 'Select version',
|
|
1259
1282
|
view: 'View',
|
|
@@ -1285,7 +1308,7 @@ export default {
|
|
|
1285
1308
|
},
|
|
1286
1309
|
settings: {
|
|
1287
1310
|
defaulttemplate: 'Default template',
|
|
1288
|
-
importDocumentTypeHelp: 'To import a Document Type, find the ".udt" file on your computer by clicking the
|
|
1311
|
+
importDocumentTypeHelp: 'To import a Document Type, find the ".udt" file on your computer by clicking the "Import" button (you\'ll be asked for confirmation on the next screen)',
|
|
1289
1312
|
newtabname: 'New Tab Title',
|
|
1290
1313
|
nodetype: 'Node type',
|
|
1291
1314
|
objecttype: 'Type',
|
|
@@ -1296,7 +1319,7 @@ export default {
|
|
|
1296
1319
|
tabs: 'Tabs',
|
|
1297
1320
|
contentTypeEnabled: 'Master Content Type enabled',
|
|
1298
1321
|
contentTypeUses: 'This Content Type uses',
|
|
1299
|
-
noPropertiesDefinedOnTab: 'No properties defined on this tab. Click on the "add a new property" link at
|
|
1322
|
+
noPropertiesDefinedOnTab: 'No properties defined on this tab. Click on the "add a new property" link at the top to create a new property.',
|
|
1300
1323
|
createMatchingTemplate: 'Create matching template',
|
|
1301
1324
|
addIcon: 'Add icon',
|
|
1302
1325
|
},
|
|
@@ -1304,7 +1327,7 @@ export default {
|
|
|
1304
1327
|
sortOrder: 'Sort order',
|
|
1305
1328
|
sortCreationDate: 'Creation date',
|
|
1306
1329
|
sortDone: 'Sorting complete.',
|
|
1307
|
-
sortHelp: 'Drag the different items up or down below to set how they should be arranged. Or click the
|
|
1330
|
+
sortHelp: 'Drag the different items up or down below to set how they should be arranged. Or click the column headers to sort the entire collection of items',
|
|
1308
1331
|
sortPleaseWait: 'Please wait. Items are being sorted, this can take a while.',
|
|
1309
1332
|
sortEmptyState: 'This node has no child nodes to sort',
|
|
1310
1333
|
},
|
|
@@ -1313,6 +1336,7 @@ export default {
|
|
|
1313
1336
|
validationFailedMessage: 'Validation errors must be fixed before the item can be saved',
|
|
1314
1337
|
operationFailedHeader: 'Failed',
|
|
1315
1338
|
operationSavedHeader: 'Saved',
|
|
1339
|
+
operationSavedHeaderReloadUser: 'Saved. To view the changes please reload your browser',
|
|
1316
1340
|
invalidUserPermissionsText: 'Insufficient user permissions, could not complete the operation',
|
|
1317
1341
|
operationCancelledHeader: 'Cancelled',
|
|
1318
1342
|
operationCancelledText: 'Operation was cancelled by a 3rd party add-in',
|
|
@@ -1338,6 +1362,8 @@ export default {
|
|
|
1338
1362
|
editContentPublishedText: 'and is visible on the website',
|
|
1339
1363
|
editContentUnpublishedHeader: 'Document unpublished',
|
|
1340
1364
|
editContentUnpublishedText: 'and is no longer visible on the website',
|
|
1365
|
+
editVariantPublishedText: '%0% published and is visible on the website',
|
|
1366
|
+
editVariantSavedText: '%0% saved',
|
|
1341
1367
|
editBlueprintSavedHeader: 'Document Blueprint saved',
|
|
1342
1368
|
editBlueprintSavedText: 'Changes have been successfully saved',
|
|
1343
1369
|
editContentSavedHeader: 'Document saved',
|
|
@@ -1370,6 +1396,7 @@ export default {
|
|
|
1370
1396
|
templateSavedHeader: 'Template saved',
|
|
1371
1397
|
templateSavedText: 'Template saved without any errors!',
|
|
1372
1398
|
contentUnpublished: 'Content unpublished',
|
|
1399
|
+
contentMandatoryCultureUnpublished: "The mandatory language '%0%' was unpublished. All languages for this content item are now unpublished.",
|
|
1373
1400
|
partialViewSavedHeader: 'Partial view saved',
|
|
1374
1401
|
partialViewSavedText: 'Partial view saved without any errors!',
|
|
1375
1402
|
partialViewErrorHeader: 'Partial view not saved',
|
|
@@ -1389,38 +1416,34 @@ export default {
|
|
|
1389
1416
|
deleteUserSuccess: 'User %0% was deleted',
|
|
1390
1417
|
resendInviteHeader: 'Invite user',
|
|
1391
1418
|
resendInviteSuccess: 'Invitation has been re-sent to %0%',
|
|
1419
|
+
contentReqCulturePublishError: "Cannot publish the document since the required '%0%' is not published",
|
|
1392
1420
|
documentTypeExportedSuccess: 'Document Type was exported to file',
|
|
1393
1421
|
documentTypeExportedError: 'An error occurred while exporting the Document Type',
|
|
1394
1422
|
dictionaryItemExportedSuccess: 'Dictionary item(s) was exported to file',
|
|
1395
1423
|
dictionaryItemExportedError: 'An error occurred while exporting the dictionary item(s)',
|
|
1396
1424
|
dictionaryItemImported: 'The following dictionary item(s) has been imported!',
|
|
1397
|
-
publishWithNoDomains: 'Domains are not configured for multilingual site, please contact an administrator
|
|
1398
|
-
publishWithMissingDomain: 'There is no domain configured for %0%, please contact an administrator, see
|
|
1425
|
+
publishWithNoDomains: 'Domains are not configured for multilingual site, please contact an administrator, see log for more information',
|
|
1426
|
+
publishWithMissingDomain: 'There is no domain configured for %0%, please contact an administrator, see log for more information',
|
|
1399
1427
|
copySuccessMessage: 'Your system information has successfully been copied to the clipboard',
|
|
1400
1428
|
cannotCopyInformation: 'Could not copy your system information to the clipboard',
|
|
1401
1429
|
webhookSaved: 'Webhook saved',
|
|
1402
|
-
operationSavedHeaderReloadUser: 'Saved. To view the changes please reload your browser',
|
|
1403
1430
|
editMultiContentPublishedText: '%0% documents published and are visible on the website',
|
|
1404
1431
|
editMultiContentUnpublishedText: '%0% documents unpublished and are no longer visible on the website',
|
|
1405
|
-
editVariantPublishedText: '%0% published and is visible on the website',
|
|
1406
1432
|
editVariantUnpublishedText: '%0% unpublished and is no longer visible on the website',
|
|
1407
1433
|
editMultiVariantPublishedText: '%0% documents published for languages %1% and are visible on the website',
|
|
1408
1434
|
editMultiVariantUnpublishedText: '%0% documents unpublished for languages %1% and are no longer visible on the website',
|
|
1409
1435
|
editContentScheduledSavedText: 'A schedule for publishing has been updated',
|
|
1410
1436
|
editContentScheduledNotSavedText: 'The schedule for publishing could not be updated',
|
|
1411
|
-
editVariantSavedText: '%0% saved',
|
|
1412
1437
|
editVariantSendToPublishText: '%0% changes have been sent for approval',
|
|
1413
1438
|
contentCultureUnpublished: 'Content variation %0% unpublished',
|
|
1414
|
-
contentMandatoryCultureUnpublished: "The mandatory language '%0%' was unpublished. All languages for this content item are now unpublished.",
|
|
1415
|
-
contentReqCulturePublishError: "Cannot publish the document since the required '%0%' is not published",
|
|
1416
1439
|
contentCultureValidationError: "Validation failed for language '%0%'",
|
|
1417
1440
|
scheduleErrReleaseDate1: 'The release date cannot be in the past',
|
|
1418
1441
|
scheduleErrReleaseDate2: "Cannot schedule the document for publishing since the required '%0%' is not published",
|
|
1419
1442
|
scheduleErrReleaseDate3: "Cannot schedule the document for publishing since the required '%0%' has a publish date later than a non mandatory language",
|
|
1420
1443
|
scheduleErrExpireDate1: 'The expire date cannot be in the past',
|
|
1421
1444
|
scheduleErrExpireDate2: 'The expire date cannot be before the release date',
|
|
1422
|
-
preventCleanupEnableError: 'An error occurred while enabling version
|
|
1423
|
-
preventCleanupDisableError: 'An error occurred while disabling version
|
|
1445
|
+
preventCleanupEnableError: 'An error occurred while enabling version clean up for %0%',
|
|
1446
|
+
preventCleanupDisableError: 'An error occurred while disabling version clean up for %0%',
|
|
1424
1447
|
offlineHeadline: 'Offline',
|
|
1425
1448
|
offlineMessage: 'You are currently offline. Please check your internet connection.',
|
|
1426
1449
|
onlineHeadline: 'Online',
|
|
@@ -1430,7 +1453,7 @@ export default {
|
|
|
1430
1453
|
addRule: 'Add style',
|
|
1431
1454
|
editRule: 'Edit style',
|
|
1432
1455
|
editorRules: 'Rich text editor styles',
|
|
1433
|
-
editorRulesHelp: 'Define the styles that should be available in the rich text editor for this
|
|
1456
|
+
editorRulesHelp: 'Define the styles that should be available in the rich text editor for this stylesheet',
|
|
1434
1457
|
editstylesheet: 'Edit stylesheet',
|
|
1435
1458
|
editstylesheetproperty: 'Edit stylesheet property',
|
|
1436
1459
|
nameHelp: 'The name displayed in the editor style selector',
|
|
@@ -1453,25 +1476,25 @@ export default {
|
|
|
1453
1476
|
insert: 'Insert',
|
|
1454
1477
|
insertDesc: 'Choose what to insert into your template',
|
|
1455
1478
|
insertDictionaryItem: 'Dictionary item',
|
|
1456
|
-
insertDictionaryItemDesc: 'A dictionary item is a placeholder for a translatable piece of text, which
|
|
1479
|
+
insertDictionaryItemDesc: 'A dictionary item is a placeholder for a translatable piece of text, which makes it easy to create designs for multilingual websites.',
|
|
1457
1480
|
insertMacro: 'Macro',
|
|
1458
|
-
insertMacroDesc: '
|
|
1481
|
+
insertMacroDesc: 'A Macro is a configurable component which is great for reusable parts of your design, where you need the option to provide parameters, such as galleries, forms and lists.',
|
|
1459
1482
|
insertPageField: 'Value',
|
|
1460
|
-
insertPageFieldDesc: 'Displays the value of a named field from the current page, with options to modify
|
|
1483
|
+
insertPageFieldDesc: 'Displays the value of a named field from the current page, with options to modify the value or fallback to alternative values.',
|
|
1461
1484
|
insertPartialView: 'Partial view',
|
|
1462
|
-
insertPartialViewDesc: "
|
|
1485
|
+
insertPartialViewDesc: "A partial view is a separate template file which can be rendered inside another template, it's great for reusing markup or for separating complex templates into separate files.",
|
|
1463
1486
|
mastertemplate: 'Master template',
|
|
1464
1487
|
quickGuide: 'Quick guide to template tags',
|
|
1465
1488
|
noMaster: 'No master',
|
|
1466
1489
|
renderBody: 'Render child template',
|
|
1467
|
-
renderBodyDesc: '
|
|
1490
|
+
renderBodyDesc: 'Renders the contents of a child template, by inserting a <code>@RenderBody()</code> placeholder.',
|
|
1468
1491
|
defineSection: 'Define a named section',
|
|
1469
|
-
defineSectionDesc: '
|
|
1492
|
+
defineSectionDesc: 'Defines a part of your template as a named section by wrapping it in <code>@section { ... }</code>. This can be rendered in a specific area of the parent of this template, by using <code>@RenderSection</code>.',
|
|
1470
1493
|
renderSection: 'Render a named section',
|
|
1471
|
-
renderSectionDesc: '
|
|
1494
|
+
renderSectionDesc: 'Renders a named area of a child template, by inserting a <code>@RenderSection(name)</code> placeholder. This renders an area of a child template which is wrapped in a corresponding <code>@section [name]{ ... }</code> definition.',
|
|
1472
1495
|
sectionName: 'Section Name',
|
|
1473
1496
|
sectionMandatory: 'Section is mandatory',
|
|
1474
|
-
sectionMandatoryDesc: '
|
|
1497
|
+
sectionMandatoryDesc: 'If mandatory, the child template must contain a <code>@section</code> definition, otherwise an error is shown.',
|
|
1475
1498
|
queryBuilder: 'Query builder',
|
|
1476
1499
|
itemsReturned: 'items returned, in',
|
|
1477
1500
|
publishedItemsReturned: 'Currently %0% published items returned, in %1% ms',
|
|
@@ -1522,7 +1545,7 @@ export default {
|
|
|
1522
1545
|
clickToInsertMacro: 'Click to insert macro',
|
|
1523
1546
|
placeholderWriteHere: 'Write here...',
|
|
1524
1547
|
gridLayouts: 'Grid Layouts',
|
|
1525
|
-
gridLayoutsDetail: 'Layouts are the overall work area for the grid editor, usually you only need one or
|
|
1548
|
+
gridLayoutsDetail: 'Layouts are the overall work area for the grid editor, usually you only need one or two different layouts',
|
|
1526
1549
|
addGridLayout: 'Add Grid Layout',
|
|
1527
1550
|
editGridLayout: 'Edit Grid Layout',
|
|
1528
1551
|
addGridLayoutDetail: 'Adjust the layout by setting column widths and adding additional sections',
|
|
@@ -1549,14 +1572,14 @@ export default {
|
|
|
1549
1572
|
warning: 'Warning',
|
|
1550
1573
|
warningText: '<p>Modifying a row configuration name will result in loss of data for any existing content that is based on this configuration.</p> <p><strong>Modifying only the label will not result in data loss.</strong></p>',
|
|
1551
1574
|
youAreDeleting: 'You are deleting the row configuration',
|
|
1552
|
-
deletingARow: '
|
|
1575
|
+
deletingARow: 'Deleting a row configuration name will result in loss of data for any existing content that is based on this configuration.',
|
|
1553
1576
|
deleteLayout: 'You are deleting the layout',
|
|
1554
|
-
deletingALayout: 'Modifying a layout will result in loss of data for any existing content that is based
|
|
1577
|
+
deletingALayout: 'Modifying a layout will result in loss of data for any existing content that is based on this configuration.',
|
|
1555
1578
|
},
|
|
1556
1579
|
contentTypeEditor: {
|
|
1557
1580
|
compositions: 'Compositions',
|
|
1558
1581
|
group: 'Group',
|
|
1559
|
-
groupReorderSameAliasError: 'You can\'t move the group %0% to this tab because the group will get the same
|
|
1582
|
+
groupReorderSameAliasError: 'You can\'t move the group %0% to this tab because the group will get the same alias as a tab: "%1%". Rename the group to continue.',
|
|
1560
1583
|
noGroups: 'You have not added any groups',
|
|
1561
1584
|
addGroup: 'Add group',
|
|
1562
1585
|
inheritedFrom: 'Inherited from',
|
|
@@ -1568,14 +1591,14 @@ export default {
|
|
|
1568
1591
|
allowedTemplatesHeading: 'Allowed Templates',
|
|
1569
1592
|
allowedTemplatesDescription: 'Choose which templates editors are allowed to use on content of this type',
|
|
1570
1593
|
allowAtRootHeading: 'Allow at root',
|
|
1571
|
-
allowAtRootDescription: 'Allow editors to create content of this type in the root of the content tree
|
|
1594
|
+
allowAtRootDescription: 'Allow editors to create content of this type in the root of the content tree.',
|
|
1572
1595
|
childNodesHeading: 'Allowed child node types',
|
|
1573
1596
|
childNodesDescription: 'Allow content of the specified types to be created underneath content of this type.',
|
|
1574
1597
|
chooseChildNode: 'Choose child node',
|
|
1575
|
-
compositionsDescription: 'Inherit tabs and properties from an existing Document Type. New tabs will be
|
|
1576
|
-
compositionInUse: 'This Content Type is used in a composition, and therefore cannot be composed itself
|
|
1598
|
+
compositionsDescription: 'Inherit tabs and properties from an existing Document Type. New tabs will be added to the current Document Type or merged if a tab with an identical name exists.',
|
|
1599
|
+
compositionInUse: 'This Content Type is used in a composition, and therefore cannot be composed itself.',
|
|
1577
1600
|
noAvailableCompositions: 'There are no Content Types available to use as a composition.',
|
|
1578
|
-
compositionRemoveWarning: "Removing a composition will delete all the associated property data. Once you
|
|
1601
|
+
compositionRemoveWarning: "Removing a composition will delete all the associated property data. Once you save the Document Type there's no way back.",
|
|
1579
1602
|
availableEditors: 'Create new',
|
|
1580
1603
|
reuse: 'Use existing',
|
|
1581
1604
|
editorSettings: 'Editor settings',
|
|
@@ -1591,9 +1614,9 @@ export default {
|
|
|
1591
1614
|
allDocumentTypes: 'All Document Types',
|
|
1592
1615
|
allDocuments: 'All Documents',
|
|
1593
1616
|
allMediaItems: 'All media items',
|
|
1594
|
-
usingThisDocument: 'using this Document Type will be deleted permanently, please confirm you want to
|
|
1595
|
-
usingThisMedia: 'using this Media Type will be deleted permanently, please confirm you want to delete
|
|
1596
|
-
usingThisMember: 'using this Member Type will be deleted permanently, please confirm you want to delete
|
|
1617
|
+
usingThisDocument: 'using this Document Type will be deleted permanently, please confirm you want to delete these as well.',
|
|
1618
|
+
usingThisMedia: 'using this Media Type will be deleted permanently, please confirm you want to delete these as well.',
|
|
1619
|
+
usingThisMember: 'using this Member Type will be deleted permanently, please confirm you want to delete these as well',
|
|
1597
1620
|
andAllDocuments: 'and all documents using this type',
|
|
1598
1621
|
andAllMediaItems: 'and all media items using this type',
|
|
1599
1622
|
andAllMembers: 'and all members using this type',
|
|
@@ -1605,7 +1628,7 @@ export default {
|
|
|
1605
1628
|
showOnMemberProfileDescription: 'Allow this property value to be displayed on the member profile page',
|
|
1606
1629
|
tabHasNoSortOrder: 'tab has no sort order',
|
|
1607
1630
|
compositionUsageHeading: 'Where is this composition used?',
|
|
1608
|
-
compositionUsageSpecification: 'This composition is currently used in the composition of the following
|
|
1631
|
+
compositionUsageSpecification: 'This composition is currently used in the composition of the following Content Types:',
|
|
1609
1632
|
variantsHeading: 'Variation',
|
|
1610
1633
|
cultureVariantHeading: 'Allow vary by culture',
|
|
1611
1634
|
segmentVariantHeading: 'Allow segmentation',
|
|
@@ -1621,8 +1644,8 @@ export default {
|
|
|
1621
1644
|
allowVaryBySegment: 'Allow segmentation',
|
|
1622
1645
|
elementType: 'Element Type',
|
|
1623
1646
|
elementHeading: 'Is an Element Type',
|
|
1624
|
-
elementDescription: 'An Element Type is meant to be used within other Document Types, and not in the Content
|
|
1625
|
-
elementCannotToggle: 'A Document Type cannot be changed to an Element Type once it has been used to
|
|
1647
|
+
elementDescription: 'An Element Type is meant to be used within other Document Types, and not in the Content tree.',
|
|
1648
|
+
elementCannotToggle: 'A Document Type cannot be changed to an Element Type once it has been used to create one or more content items.',
|
|
1626
1649
|
elementDoesNotSupport: 'This is not applicable for an Element Type',
|
|
1627
1650
|
propertyHasChanges: 'You have made changes to this property. Are you sure you want to discard them?',
|
|
1628
1651
|
displaySettingsHeadline: 'Appearance',
|
|
@@ -1637,15 +1660,15 @@ export default {
|
|
|
1637
1660
|
convertToTab: 'Convert to tab',
|
|
1638
1661
|
tabDirectPropertiesDropZone: 'Drag properties here to place directly on the tab',
|
|
1639
1662
|
removeChildNode: 'You are removing the child node',
|
|
1640
|
-
removeChildNodeWarning: 'Removing a child node will limit the editors options to create different content
|
|
1663
|
+
removeChildNodeWarning: 'Removing a child node will limit the editors options to create different content types beneath a node.',
|
|
1641
1664
|
usingEditor: 'using this editor will get updated with the new settings.',
|
|
1642
|
-
historyCleanupHeading: 'History
|
|
1643
|
-
historyCleanupDescription: 'Allow overriding the global history
|
|
1665
|
+
historyCleanupHeading: 'History clean up',
|
|
1666
|
+
historyCleanupDescription: 'Allow overriding the global history clean up settings.',
|
|
1644
1667
|
historyCleanupKeepAllVersionsNewerThanDays: 'Keep all versions newer than days',
|
|
1645
1668
|
historyCleanupKeepLatestVersionPerDayForDays: 'Keep latest version per day for days',
|
|
1646
|
-
historyCleanupPreventCleanup: 'Prevent
|
|
1647
|
-
historyCleanupEnableCleanup: 'Enable
|
|
1648
|
-
historyCleanupGloballyDisabled: '<strong>NOTE!</strong> The
|
|
1669
|
+
historyCleanupPreventCleanup: 'Prevent clean up',
|
|
1670
|
+
historyCleanupEnableCleanup: 'Enable clean up',
|
|
1671
|
+
historyCleanupGloballyDisabled: '<strong>NOTE!</strong> The clean up of historically content versions are disabled globally. These settings will not take effect before it is enabled.',
|
|
1649
1672
|
changeDataTypeHelpText: 'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
|
|
1650
1673
|
collection: 'Collection',
|
|
1651
1674
|
collectionDescription: 'Configures an overview of child content.',
|
|
@@ -1687,13 +1710,13 @@ export default {
|
|
|
1687
1710
|
addLanguage: 'Add language',
|
|
1688
1711
|
culture: 'ISO code',
|
|
1689
1712
|
mandatoryLanguage: 'Mandatory language',
|
|
1690
|
-
mandatoryLanguageHelp: 'Properties on this language have to be filled out before the node can be
|
|
1713
|
+
mandatoryLanguageHelp: 'Properties on this language have to be filled out before the node can be published.',
|
|
1691
1714
|
defaultLanguage: 'Default language',
|
|
1692
1715
|
defaultLanguageHelp: 'An Umbraco site can only have one default language set.',
|
|
1693
1716
|
changingDefaultLanguageWarning: 'Switching default language may result in default content missing.',
|
|
1694
1717
|
fallsbackToLabel: 'Falls back to',
|
|
1695
1718
|
noFallbackLanguageOption: 'No fall back language',
|
|
1696
|
-
fallbackLanguageDescription: 'To allow multi-lingual content to fall back to another language if not
|
|
1719
|
+
fallbackLanguageDescription: 'To allow multi-lingual content to fall back to another language if not present in the requested language, select it here.',
|
|
1697
1720
|
fallbackLanguage: 'Fall back language',
|
|
1698
1721
|
none: 'none',
|
|
1699
1722
|
invariantPropertyUnlockHelp: '<strong>%0%</strong> is shared across languages and segments.',
|
|
@@ -1756,13 +1779,13 @@ export default {
|
|
|
1756
1779
|
DownloadXmlDTD: 'Download XML DTD',
|
|
1757
1780
|
fields: 'Fields',
|
|
1758
1781
|
includeSubpages: 'Include subpages',
|
|
1759
|
-
noTranslators: 'No translator users found. Please create a translator user before you start sending
|
|
1782
|
+
noTranslators: 'No translator users found. Please create a translator user before you start sending content to translation',
|
|
1760
1783
|
pageHasBeenSendToTranslation: "The page '%0%' has been send to translation",
|
|
1761
1784
|
sendToTranslate: "Send the page '%0%' to translation",
|
|
1762
1785
|
totalWords: 'Total words',
|
|
1763
1786
|
translateTo: 'Translate to',
|
|
1764
1787
|
translationDone: 'Translation completed.',
|
|
1765
|
-
translationDoneHelp: "You can preview the pages, you've just translated, by clicking below. If the
|
|
1788
|
+
translationDoneHelp: "You can preview the pages, you've just translated, by clicking below. If the original page is found, you will get a comparison of the 2 pages.",
|
|
1766
1789
|
translationFailed: 'Translation failed, the XML file might be corrupt',
|
|
1767
1790
|
translationOptions: 'Translation options',
|
|
1768
1791
|
translator: 'Translator',
|
|
@@ -1821,7 +1844,7 @@ export default {
|
|
|
1821
1844
|
},
|
|
1822
1845
|
user: {
|
|
1823
1846
|
access: 'Access',
|
|
1824
|
-
accessHelp: 'Based on the assigned groups and start nodes, the user has access to the following nodes
|
|
1847
|
+
accessHelp: 'Based on the assigned groups and start nodes, the user has access to the following nodes',
|
|
1825
1848
|
assignAccess: 'Assign access',
|
|
1826
1849
|
administrators: 'Administrator',
|
|
1827
1850
|
categoryField: 'Category field',
|
|
@@ -1850,10 +1873,10 @@ export default {
|
|
|
1850
1873
|
noLockouts: "hasn't been locked out",
|
|
1851
1874
|
noPasswordChange: "The password hasn't been changed",
|
|
1852
1875
|
confirmNewPassword: 'Confirm new password',
|
|
1853
|
-
changePasswordDescription: "You can change your password for accessing the Umbraco backoffice by filling
|
|
1876
|
+
changePasswordDescription: "You can change your password for accessing the Umbraco backoffice by filling out the form below and click the 'Change Password' button",
|
|
1854
1877
|
contentChannel: 'Content Channel',
|
|
1855
1878
|
createAnotherUser: 'Create another user',
|
|
1856
|
-
createUserHelp: 'Create new users to give them access to Umbraco. When a new user is created a password
|
|
1879
|
+
createUserHelp: 'Create new users to give them access to Umbraco. When a new user is created a password will be generated that you can share with the user.',
|
|
1857
1880
|
descriptionField: 'Description field',
|
|
1858
1881
|
disabled: 'Disable User',
|
|
1859
1882
|
documentType: 'Document Type',
|
|
@@ -1865,9 +1888,11 @@ export default {
|
|
|
1865
1888
|
groupsHelp: 'Add groups to assign access and permissions',
|
|
1866
1889
|
invite: 'Invite',
|
|
1867
1890
|
inviteAnotherUser: 'Invite another user',
|
|
1868
|
-
inviteUserHelp: 'Invite new users to give them access to Umbraco. An invite email will be sent to the
|
|
1891
|
+
inviteUserHelp: 'Invite new users to give them access to Umbraco. An invite email will be sent to the user with information on how to log in to Umbraco. Invites last for 72 hours.',
|
|
1869
1892
|
language: 'UI Culture',
|
|
1870
1893
|
languageHelp: 'Set the culture you will see in menus and dialogs',
|
|
1894
|
+
languageNotFound: (culture, baseCulture) => `The specified culture "${culture}" was not found, the base culture of "${baseCulture}" will be used.`,
|
|
1895
|
+
languageNotFoundFallback: (culture, baseCulture) => `Neither the specified culture "${culture}" or base culture "${baseCulture}" was found, the default fallback culture of "English (UK)" will be used.`,
|
|
1871
1896
|
lastLockoutDate: 'Last lockout date',
|
|
1872
1897
|
lastLogin: 'Last login',
|
|
1873
1898
|
lastPasswordChangeDate: 'Password last changed',
|
|
@@ -1937,7 +1962,7 @@ export default {
|
|
|
1937
1962
|
startnodeshelp: 'Limit the content tree to specific start nodes',
|
|
1938
1963
|
updateDate: 'User last updated',
|
|
1939
1964
|
userCreated: 'has been created',
|
|
1940
|
-
userCreatedSuccessHelp: 'The new user has successfully been created. To log in to Umbraco use the
|
|
1965
|
+
userCreatedSuccessHelp: 'The new user has successfully been created. To log in to Umbraco use the password below.',
|
|
1941
1966
|
userHasPassword: 'The user already has a password set',
|
|
1942
1967
|
userHasGroup: "The user is already in group '%0%'",
|
|
1943
1968
|
userLockoutNotEnabled: 'Lockout is not enabled for this user',
|
|
@@ -1948,10 +1973,10 @@ export default {
|
|
|
1948
1973
|
usergroup: 'User group',
|
|
1949
1974
|
usergroups: 'User groups',
|
|
1950
1975
|
userInvited: 'has been invited',
|
|
1951
|
-
userInvitedSuccessHelp: 'An invitation has been sent to the new user with details about how to log in to
|
|
1952
|
-
userinviteWelcomeMessage:
|
|
1953
|
-
userinviteExpiredMessage: 'Welcome to Umbraco! Unfortunately your invite has expired. Please contact your
|
|
1954
|
-
userinviteAvatarMessage: 'Uploading a photo of yourself will make it easy for other users to
|
|
1976
|
+
userInvitedSuccessHelp: 'An invitation has been sent to the new user with details about how to log in to Umbraco.',
|
|
1977
|
+
userinviteWelcomeMessage: "Hello there and welcome to Umbraco! In just 1 minute you'll be good to go, we just need you to setup a password and add a picture for your avatar.",
|
|
1978
|
+
userinviteExpiredMessage: 'Welcome to Umbraco! Unfortunately your invite has expired. Please contact your administrator and ask them to resend it.',
|
|
1979
|
+
userinviteAvatarMessage: 'Uploading a photo of yourself will make it easy for other users to recognise you. Click the circle above to upload your photo.',
|
|
1955
1980
|
writer: 'Writer',
|
|
1956
1981
|
configureTwoFactor: 'Configure Two-Factor',
|
|
1957
1982
|
change: 'Change',
|
|
@@ -2036,27 +2061,27 @@ export default {
|
|
|
2036
2061
|
legacyOptionDescription: 'This option is no longer supported, please select something else',
|
|
2037
2062
|
numberMinimum: "Value must be greater than or equal to '%0%'.",
|
|
2038
2063
|
numberMaximum: "Value must be less than or equal to '%0%'.",
|
|
2039
|
-
numberMisconfigured: "Minimum value '%0%'
|
|
2064
|
+
numberMisconfigured: "Minimum value '%0%'must be less than the maximum value '%1%'.",
|
|
2040
2065
|
invalidExtensions: 'One or more of the extensions are invalid.',
|
|
2041
2066
|
allowedExtensions: 'Allowed extensions are:',
|
|
2042
2067
|
disallowedExtensions: 'Disallowed extensions are:',
|
|
2043
2068
|
},
|
|
2044
2069
|
healthcheck: {
|
|
2045
2070
|
checkSuccessMessage: "Value is set to the recommended value: '%0%'.",
|
|
2046
|
-
checkErrorMessageDifferentExpectedValue: "Expected value '%1%' for '%2%' in configuration file '%3%', but
|
|
2047
|
-
checkErrorMessageUnexpectedValue: "Found unexpected value '%0%' for '%2%' in configuration file '%3%'
|
|
2071
|
+
checkErrorMessageDifferentExpectedValue: "Expected value '%1%' for '%2%' in configuration file '%3%', but found '%0%'.",
|
|
2072
|
+
checkErrorMessageUnexpectedValue: "Found unexpected value '%0%' for '%2%' in configuration file '%3%'.",
|
|
2048
2073
|
macroErrorModeCheckSuccessMessage: "MacroErrors are set to '%0%'.",
|
|
2049
|
-
macroErrorModeCheckErrorMessage: "MacroErrors are set to '%0%' which will prevent some or all pages in
|
|
2074
|
+
macroErrorModeCheckErrorMessage: "MacroErrors are set to '%0%' which will prevent some or all pages in your site from loading completely if there are any errors in macros. Rectifying this will set the value to '%1%'.",
|
|
2050
2075
|
httpsCheckValidCertificate: "Your website's certificate is valid.",
|
|
2051
2076
|
httpsCheckInvalidCertificate: "Certificate validation error: '%0%'",
|
|
2052
2077
|
httpsCheckExpiredCertificate: "Your website's SSL certificate has expired.",
|
|
2053
2078
|
httpsCheckExpiringCertificate: "Your website's SSL certificate is expiring in %0% days.",
|
|
2054
2079
|
healthCheckInvalidUrl: "Error pinging the URL %0% - '%1%'",
|
|
2055
2080
|
httpsCheckIsCurrentSchemeHttps: 'You are currently %0% viewing the site using the HTTPS scheme.',
|
|
2056
|
-
httpsCheckConfigurationRectifyNotPossible: "The appSetting 'Umbraco:CMS:Global:UseHttps' is set to 'false' in
|
|
2057
|
-
httpsCheckConfigurationCheckResult: "The appSetting 'Umbraco:CMS:Global:UseHttps' is set to '%0%' in your
|
|
2081
|
+
httpsCheckConfigurationRectifyNotPossible: "The appSetting 'Umbraco:CMS:Global:UseHttps' is set to 'false' in your appSettings.json file. Once you access this site using the HTTPS scheme, that should be set to 'true'.",
|
|
2082
|
+
httpsCheckConfigurationCheckResult: "The appSetting 'Umbraco:CMS:Global:UseHttps' is set to '%0%' in your appSettings.json file, your cookies are %1% marked as secure.",
|
|
2058
2083
|
compilationDebugCheckSuccessMessage: 'Debug compilation mode is disabled.',
|
|
2059
|
-
compilationDebugCheckErrorMessage: 'Debug compilation mode is currently enabled. It is recommended to
|
|
2084
|
+
compilationDebugCheckErrorMessage: 'Debug compilation mode is currently enabled. It is recommended to disable this setting before go live.',
|
|
2060
2085
|
umbracoApplicationUrlCheckResultTrue: "The appSetting 'Umbraco:CMS:WebRouting:UmbracoApplicationUrl' is set to <strong>%0%</strong>.",
|
|
2061
2086
|
umbracoApplicationUrlCheckResultFalse: "The appSetting 'Umbraco:CMS:WebRouting:UmbracoApplicationUrl' is not set.",
|
|
2062
2087
|
clickJackingCheckHeaderFound: 'The header or meta-tag <strong>X-Frame-Options</strong> used to control whether a site can be IFRAMEd by another was found.',
|
|
@@ -2067,18 +2092,18 @@ export default {
|
|
|
2067
2092
|
hSTSCheckHeaderNotFound: 'The header <strong>Strict-Transport-Security</strong> was not found.',
|
|
2068
2093
|
hSTSCheckHeaderFoundOnLocalhost: 'The header <strong>Strict-Transport-Security</strong>, also known as the HSTS-header, was found. <strong>This header should not be present on localhost.</strong>',
|
|
2069
2094
|
hSTSCheckHeaderNotFoundOnLocalhost: 'The header <strong>Strict-Transport-Security</strong> was not found. This header should not be present on localhost.',
|
|
2070
|
-
xssProtectionCheckHeaderFound: 'The header <strong>X-XSS-Protection</strong> was found. <strong>It is recommended not to add this header to your website</strong>.<br
|
|
2095
|
+
xssProtectionCheckHeaderFound: 'The header <strong>X-XSS-Protection</strong> was found. <strong>It is recommended not to add this header to your website</strong>.<br />You can read about this on the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection" target="_blank" rel="noopener" class="btn-link -underline">Mozilla</a> website ',
|
|
2071
2096
|
xssProtectionCheckHeaderNotFound: 'The header <strong>X-XSS-Protection</strong> was not found.',
|
|
2072
2097
|
excessiveHeadersFound: 'The following headers revealing information about the website technology were found: <strong>%0%</strong>.',
|
|
2073
|
-
excessiveHeadersNotFound: 'No headers revealing information about the website technology were found
|
|
2074
|
-
smtpMailSettingsNotFound: '
|
|
2075
|
-
smtpMailSettingsHostNotConfigured: '
|
|
2076
|
-
smtpMailSettingsConnectionSuccess: 'SMTP settings are configured correctly and the service is operating
|
|
2077
|
-
smtpMailSettingsConnectionFail: "The SMTP server configured with host '%0%' and port '%1%' could not be
|
|
2098
|
+
excessiveHeadersNotFound: 'No headers revealing information about the website technology were found.',
|
|
2099
|
+
smtpMailSettingsNotFound: "The 'Umbraco:CMS:Global:Smtp' configuration could not be found.",
|
|
2100
|
+
smtpMailSettingsHostNotConfigured: "The 'Umbraco:CMS:Global:Smtp:Host' configuration could not be found.",
|
|
2101
|
+
smtpMailSettingsConnectionSuccess: 'SMTP settings are configured correctly and the service is operating as expected.',
|
|
2102
|
+
smtpMailSettingsConnectionFail: "The SMTP server configured with host '%0%' and port '%1%' could not be reached. Please check to ensure the SMTP settings in the configuration 'Umbraco:CMS:Global:Smtp' are correct.",
|
|
2078
2103
|
notificationEmailsCheckSuccessMessage: 'Notification email has been set to <strong>%0%</strong>.',
|
|
2079
2104
|
notificationEmailsCheckErrorMessage: 'Notification email is still set to the default value of <strong>%0%</strong>.',
|
|
2080
2105
|
checkGroup: 'Check group',
|
|
2081
|
-
helpText: '
|
|
2106
|
+
helpText: '<p>The health checker evaluates various areas of your site for best practice settings, configuration, potential problems, etc. You can easily fix problems by pressing a button. You can add your own health checks, have a look at <a href="https://docs.umbraco.com/umbraco-cms/extending/health-check" target="_blank" rel="noopener" class="btn-link -underline">the documentation for more information</a> about custom health checks.</p>',
|
|
2082
2107
|
},
|
|
2083
2108
|
redirectUrls: {
|
|
2084
2109
|
disableUrlTracker: 'Disable URL tracker',
|
|
@@ -2088,7 +2113,7 @@ export default {
|
|
|
2088
2113
|
redirectUrlManagement: 'Redirect URL Management',
|
|
2089
2114
|
panelInformation: 'The following URLs redirect to this content item:',
|
|
2090
2115
|
noRedirects: 'No redirects have been made',
|
|
2091
|
-
noRedirectsDescription: 'When a published page gets renamed or moved a redirect will automatically be
|
|
2116
|
+
noRedirectsDescription: 'When a published page gets renamed or moved a redirect will automatically be made to the new page.',
|
|
2092
2117
|
redirectRemoved: 'Redirect URL removed.',
|
|
2093
2118
|
redirectRemoveError: 'Error removing redirect URL.',
|
|
2094
2119
|
redirectRemoveWarning: 'This will remove the redirect',
|
|
@@ -2110,7 +2135,7 @@ export default {
|
|
|
2110
2135
|
contentTrashed: 'Trashed content with Id: {0} related to original parent content with Id: {1}',
|
|
2111
2136
|
mediaTrashed: 'Trashed media with Id: {0} related to original parent media item with Id: {1}',
|
|
2112
2137
|
itemCannotBeRestored: 'Cannot automatically restore this item',
|
|
2113
|
-
itemCannotBeRestoredHelpText: 'There is no location where this item can be automatically restored. You
|
|
2138
|
+
itemCannotBeRestoredHelpText: 'There is no location where this item can be automatically restored. You can move the item manually using the tree below.',
|
|
2114
2139
|
wasRestored: 'was restored under',
|
|
2115
2140
|
},
|
|
2116
2141
|
relationType: {
|
|
@@ -2184,7 +2209,7 @@ export default {
|
|
|
2184
2209
|
tabExpand: 'View more options',
|
|
2185
2210
|
searchOverlayTitle: 'Search the Umbraco backoffice',
|
|
2186
2211
|
searchOverlayDescription: 'Search for content nodes, media nodes etc. across the backoffice.',
|
|
2187
|
-
searchInputDescription: 'When autocomplete results are available, press up and down arrows, or use the
|
|
2212
|
+
searchInputDescription: 'When autocomplete results are available, press up and down arrows, or use the tab key and use the enter key to select.',
|
|
2188
2213
|
path: 'Path:',
|
|
2189
2214
|
foundIn: 'Found in',
|
|
2190
2215
|
hasTranslation: 'Has translation',
|
|
@@ -2249,9 +2274,9 @@ export default {
|
|
|
2249
2274
|
searchOurUmbracoWithGoogle: 'Search Our Umbraco with Google',
|
|
2250
2275
|
searchOurUmbracoForumsUsingGoogle: 'Search Our Umbraco forums using Google',
|
|
2251
2276
|
searchUmbracoSource: 'Search Umbraco Source',
|
|
2252
|
-
searchWithinUmbracoSourceCodeOnGithub: 'Search within Umbraco source code on
|
|
2277
|
+
searchWithinUmbracoSourceCodeOnGithub: 'Search within Umbraco source code on GitHub',
|
|
2253
2278
|
searchUmbracoIssues: 'Search Umbraco Issues',
|
|
2254
|
-
searchUmbracoIssuesOnGithub: 'Search Umbraco Issues on
|
|
2279
|
+
searchUmbracoIssuesOnGithub: 'Search Umbraco Issues on GitHub',
|
|
2255
2280
|
deleteThisSearch: 'Delete this search',
|
|
2256
2281
|
findLogsWithRequestId: 'Find Logs with Request ID',
|
|
2257
2282
|
findLogsWithNamespace: 'Find Logs with Namespace',
|
|
@@ -2287,29 +2312,29 @@ export default {
|
|
|
2287
2312
|
nuCache: {
|
|
2288
2313
|
refreshStatus: 'Refresh status',
|
|
2289
2314
|
memoryCache: 'Memory Cache',
|
|
2290
|
-
memoryCacheDescription: '
|
|
2315
|
+
memoryCacheDescription: 'This button lets you reload the in-memory cache, by entirely reloading it from the database cache (but it does not rebuild that database cache). This is relatively fast. Use it when you think that the memory cache has not been properly refreshed, after some events triggered — which would indicate a minor Umbraco issue. (note: triggers the reload on all servers in an LB environment, and will clear the second level cache if you have it enabled).',
|
|
2291
2316
|
reload: 'Reload',
|
|
2292
2317
|
databaseCache: 'Database Cache',
|
|
2293
|
-
databaseCacheDescription: '
|
|
2318
|
+
databaseCacheDescription: 'This button lets you rebuild the database cache, e.g. the content of the cmsContentNu table. <strong>Rebuilding can be expensive.</strong> Use it when reloading is not enough, and you think that the database cache has not been properly generated — which would indicate some critical Umbraco issue.',
|
|
2294
2319
|
rebuild: 'Rebuild',
|
|
2295
2320
|
internals: 'Internals',
|
|
2296
|
-
internalsDescription: '
|
|
2321
|
+
internalsDescription: 'This button lets you trigger a NuCache snapshots collection (after running a fullCLR GC). Unless you know what that means, you probably do <em>not</em> need to use it.',
|
|
2297
2322
|
collect: 'Collect',
|
|
2298
2323
|
publishedCacheStatus: 'Published Cache Status',
|
|
2299
2324
|
caches: 'Caches',
|
|
2300
2325
|
},
|
|
2301
2326
|
profiling: {
|
|
2302
2327
|
performanceProfiling: 'Performance profiling',
|
|
2303
|
-
performanceProfilingDescription: "
|
|
2328
|
+
performanceProfilingDescription: "<p>Umbraco currently runs in debug mode. This means you can use the built-in performance profiler to assess the performance when rendering pages.</p><p>If you want to activate the profiler for a specific page rendering, simply add <strong>umbDebug=true</strong> to the querystring when requesting the page.</p><p>If you want the profiler to be activated by default for all page renderings, you can use the toggle below. It will set a cookie in your browser, which then activates the profiler automatically. In other words, the profiler will only be active by default in <em>your</em> browser - not everyone else's.</p>",
|
|
2304
2329
|
activateByDefault: 'Activate the profiler by default',
|
|
2305
2330
|
reminder: 'Friendly reminder',
|
|
2306
|
-
reminderDescription: '
|
|
2307
|
-
profilerEnabledDescription: "
|
|
2331
|
+
reminderDescription: '<p>You should never let a production site run in debug mode. Debug mode is turned off by setting <strong>Umbraco:CMS:Hosting:Debug</strong> to <strong>false</strong> in appsettings.json, appsettings.{Environment}.json or via an environment variable.</p>',
|
|
2332
|
+
profilerEnabledDescription: "<p>Umbraco currently does not run in debug mode, so you can't use the built-in profiler. This is how it should be for a production site.</p><p>Debug mode is turned on by setting <strong>Umbraco:CMS:Hosting:Debug</strong> to <strong>true</strong> in appsettings.json, appsettings.{Environment}.json or via an environment variable.</p>",
|
|
2308
2333
|
},
|
|
2309
2334
|
settingsDashboardVideos: {
|
|
2310
2335
|
trainingHeadline: 'Hours of Umbraco training videos are only a click away',
|
|
2311
|
-
trainingDescription: '
|
|
2312
|
-
learningBaseDescription: '
|
|
2336
|
+
trainingDescription: '<p>Want to master Umbraco? Spend a couple of minutes learning some best practices by watching one of these videos about using Umbraco. And visit <a href="https://umbraco.tv" target="_blank" rel="noopener">umbraco.tv</a> for even more Umbraco videos</p>',
|
|
2337
|
+
learningBaseDescription: ' <p>Want to master Umbraco? Spend a few minutes learning some best practices by visiting <a class="btn-link -underline" href="https://www.youtube.com/c/UmbracoLearningBase" target="_blank" rel="noopener">the Umbraco Learning Base Youtube channel</a>. Here you can find a bunch of video material covering many aspects of Umbraco.</p> ',
|
|
2313
2338
|
getStarted: 'To get you started',
|
|
2314
2339
|
},
|
|
2315
2340
|
settingsDashboard: {
|
|
@@ -2320,7 +2345,7 @@ export default {
|
|
|
2320
2345
|
trainingHeader: 'Training',
|
|
2321
2346
|
trainingDescription: 'Find out about real-life training and certification opportunities',
|
|
2322
2347
|
supportHeader: 'Support',
|
|
2323
|
-
supportDescription: 'Extend your team with a highly skilled and passionate bunch of Umbraco know-it-alls',
|
|
2348
|
+
supportDescription: 'Extend your team with a highly skilled and passionate bunch of Umbraco know-it-alls.',
|
|
2324
2349
|
videosHeader: 'Videos',
|
|
2325
2350
|
videosDescription: 'Watch our free tutorial videos on the Umbraco Learning Base YouTube channel, to get up to speed quickly with Umbraco.',
|
|
2326
2351
|
getHelp: 'Get the help you need',
|
|
@@ -2331,7 +2356,7 @@ export default {
|
|
|
2331
2356
|
},
|
|
2332
2357
|
startupDashboard: {
|
|
2333
2358
|
fallbackHeadline: 'Welcome to The Friendly CMS',
|
|
2334
|
-
fallbackDescription: "Thank you for choosing Umbraco - we think this could be the beginning of something
|
|
2359
|
+
fallbackDescription: "Thank you for choosing Umbraco - we think this could be the beginning of something beautiful. While it may feel overwhelming at first, we've done a lot to make the learning curve as smooth and fast as possible.",
|
|
2335
2360
|
},
|
|
2336
2361
|
welcomeDashboard: {
|
|
2337
2362
|
ourUmbracoHeadline: 'Our Umbraco - The Friendliest Community',
|
|
@@ -2358,13 +2383,13 @@ export default {
|
|
|
2358
2383
|
headlineEditorAppearance: 'Block appearance',
|
|
2359
2384
|
headlineDataModels: 'Data models',
|
|
2360
2385
|
headlineCatalogueAppearance: 'Catalogue appearance',
|
|
2361
|
-
labelBackgroundColor: 'Background
|
|
2362
|
-
labelIconColor: 'Icon
|
|
2386
|
+
labelBackgroundColor: 'Background colour',
|
|
2387
|
+
labelIconColor: 'Icon colour',
|
|
2363
2388
|
labelContentElementType: 'Content model',
|
|
2364
2389
|
labelLabelTemplate: 'Label',
|
|
2365
2390
|
labelCustomView: 'Custom view',
|
|
2366
2391
|
labelCustomViewInfoTitle: 'Show custom view description',
|
|
2367
|
-
labelCustomViewDescription: 'Overwrite how this block appears in the backoffice UI. Pick a .html file
|
|
2392
|
+
labelCustomViewDescription: 'Overwrite how this block appears in the backoffice UI. Pick a .html file containing your presentation.',
|
|
2368
2393
|
labelSettingsElementType: 'Settings model',
|
|
2369
2394
|
labelEditorSize: 'Overlay editor size',
|
|
2370
2395
|
addCustomView: 'Add custom view',
|
|
@@ -2372,10 +2397,10 @@ export default {
|
|
|
2372
2397
|
confirmDeleteBlockTitle: 'Delete %0%?',
|
|
2373
2398
|
confirmDeleteBlockMessage: 'Are you sure you want to delete this %0%?',
|
|
2374
2399
|
confirmDeleteBlockTypeMessage: 'Are you sure you want to delete the block configuration <strong>%0%</strong>?',
|
|
2375
|
-
confirmDeleteBlockTypeNotice: 'The content of this block will still be present, editing of this content
|
|
2400
|
+
confirmDeleteBlockTypeNotice: 'The content of this block will still be present, editing of this content will no longer be available and will be shown as unsupported content.',
|
|
2376
2401
|
confirmDeleteBlockGroupTitle: 'Delete group?',
|
|
2377
|
-
confirmDeleteBlockGroupMessage: 'Are you sure you want to delete group <strong>%0%</strong
|
|
2378
|
-
confirmDeleteBlockGroupNotice: 'The content of these Blocks will still be present, editing of this content
|
|
2402
|
+
confirmDeleteBlockGroupMessage: 'Are you sure you want to delete group <strong>%0%</strong> and all the Block configurations of this?',
|
|
2403
|
+
confirmDeleteBlockGroupNotice: 'The content of these Blocks will still be present, editing of this content will no longer be available and will be shown as unsupported content.',
|
|
2379
2404
|
blockConfigurationOverlayTitle: "Configuration of '%0%'",
|
|
2380
2405
|
elementTypeDoesNotExist: 'Cannot be edited cause ElementType does not exist.',
|
|
2381
2406
|
thumbnail: 'Thumbnail',
|
|
@@ -2447,7 +2472,7 @@ export default {
|
|
|
2447
2472
|
tabAdvanced: 'Advanced',
|
|
2448
2473
|
headlineAllowance: 'Permissions',
|
|
2449
2474
|
getSampleHeadline: 'Install Sample Configuration',
|
|
2450
|
-
getSampleDescription: "This will add basic Blocks and help you get started with the Block Grid Editor. You'll get Blocks for Headline, Rich Text, Image, as well as a Two Column Layout.
|
|
2475
|
+
getSampleDescription: "This will add basic Blocks and help you get started with the Block Grid Editor. You'll get Blocks for Headline, Rich Text, Image, as well as a Two Column Layout.",
|
|
2451
2476
|
getSampleButton: 'Install',
|
|
2452
2477
|
actionEnterSortMode: 'Sort mode',
|
|
2453
2478
|
actionExitSortMode: 'End sort mode',
|
|
@@ -2468,11 +2493,11 @@ export default {
|
|
|
2468
2493
|
},
|
|
2469
2494
|
contentTemplatesDashboard: {
|
|
2470
2495
|
whatHeadline: 'What are Document Blueprints?',
|
|
2471
|
-
whatDescription: 'Document Blueprints are pre-defined content that can be selected when creating a new
|
|
2496
|
+
whatDescription: 'Document Blueprints are pre-defined content that can be selected when creating a new content node.',
|
|
2472
2497
|
createHeadline: 'How do I create a Document Blueprint?',
|
|
2473
|
-
createDescription: '
|
|
2498
|
+
createDescription: '<p>There are two ways to create a Document Blueprint:</p><ul><li>Right-click a content node and select "Create Document Blueprint" to create a new Document Blueprint.</li><li>Right-click the Document Blueprints tree in the Settings section and select the Document Type you want to create a Document Blueprint for.</li></ul><p>Once given a name, editors can start using the Document Blueprint as a foundation for their new page.</p>',
|
|
2474
2499
|
manageHeadline: 'How do I manage Document Blueprints?',
|
|
2475
|
-
manageDescription: 'You can edit and delete Document Blueprints from the "Document Blueprints" tree in the
|
|
2500
|
+
manageDescription: 'You can edit and delete Document Blueprints from the "Document Blueprints" tree in the Settings section. Expand the Document Type which the Document Blueprint is based on and click it to edit or delete it.',
|
|
2476
2501
|
},
|
|
2477
2502
|
preview: {
|
|
2478
2503
|
endLabel: 'End',
|
|
@@ -2480,11 +2505,11 @@ export default {
|
|
|
2480
2505
|
openWebsiteLabel: 'Preview website',
|
|
2481
2506
|
openWebsiteTitle: 'Open website in preview mode',
|
|
2482
2507
|
returnToPreviewHeadline: 'Preview website?',
|
|
2483
|
-
returnToPreviewDescription: 'You have ended preview mode, do you want to enable it again to view the
|
|
2508
|
+
returnToPreviewDescription: 'You have ended preview mode, do you want to enable it again to view the latest saved version of your website?',
|
|
2484
2509
|
returnToPreviewAcceptButton: 'Preview latest version',
|
|
2485
2510
|
returnToPreviewDeclineButton: 'View published version',
|
|
2486
2511
|
viewPublishedContentHeadline: 'View published version?',
|
|
2487
|
-
viewPublishedContentDescription: 'You are in Preview Mode, do you want exit in order to view the
|
|
2512
|
+
viewPublishedContentDescription: 'You are in Preview Mode, do you want exit in order to view the published version of your website?',
|
|
2488
2513
|
viewPublishedContentAcceptButton: 'View published version',
|
|
2489
2514
|
viewPublishedContentDeclineButton: 'Stay in preview mode',
|
|
2490
2515
|
},
|
|
@@ -2498,17 +2523,13 @@ export default {
|
|
|
2498
2523
|
searchResult: 'item returned',
|
|
2499
2524
|
searchResults: 'items returned',
|
|
2500
2525
|
},
|
|
2501
|
-
propertyEditorPicker: {
|
|
2502
|
-
title: 'Select a property editor',
|
|
2503
|
-
openPropertyEditorPicker: 'Select a property editor UI',
|
|
2504
|
-
},
|
|
2505
2526
|
analytics: {
|
|
2506
2527
|
consentForAnalytics: 'Consent for telemetry data',
|
|
2507
2528
|
analyticsLevelSavedSuccess: 'Telemetry level saved!',
|
|
2508
|
-
analyticsDescription: 'In order to improve Umbraco and add new functionality based on as relevant information as possible, we would like to collect system- and usage information from your installation
|
|
2509
|
-
minimalLevelDescription: 'We will only send an
|
|
2510
|
-
basicLevelDescription: 'We will send an
|
|
2511
|
-
detailedLevelDescription: 'We will send
|
|
2529
|
+
analyticsDescription: 'In order to improve Umbraco and add new functionality based on as relevant information as possible, we would like to collect system- and usage information from your installation.<br>Aggregate data will be shared on a regular basis as well as learnings from these metrics.<br>Hopefully, you will help us collect some valuable data.<br><br>We <strong>WILL NOT</strong> collect any personal data such as content, code, user information, and all data will be fully anonymised.',
|
|
2530
|
+
minimalLevelDescription: 'We will only send an anonymised site ID to let us know that the site exists.',
|
|
2531
|
+
basicLevelDescription: 'We will send an anonymised site ID, Umbraco version, and packages installed',
|
|
2532
|
+
detailedLevelDescription: 'We will send: <ul><li>Anonymised site ID, Umbraco version, and packages installed.</li><li>Number of: Root nodes, Content nodes, Media, Document Types, Templates, Languages, Domains, User Group, Users, Members, Backoffice external login providers, and Property Editors in use.</li><li>System information: Webserver, server OS, server framework, server OS language, and database provider.</li><li>Configuration settings: ModelsBuilder mode, if custom Umbraco path exists, ASP environment, whether the delivery API is enabled, and allows public access, and if you are in debug mode.</li></ul> <em>We might change what we send on the Detailed level in the future. If so, it will be listed above.<br>By choosing "Detailed" you agree to current and future anonymised information being collected.</em>',
|
|
2512
2533
|
},
|
|
2513
2534
|
routing: {
|
|
2514
2535
|
routeNotFoundTitle: 'Not found',
|
|
@@ -2576,13 +2597,38 @@ export default {
|
|
|
2576
2597
|
linkPicker: {
|
|
2577
2598
|
modalSource: 'Source',
|
|
2578
2599
|
modalManual: 'Manual',
|
|
2579
|
-
modalAnchorValidationMessage: 'Please enter an anchor or querystring,
|
|
2600
|
+
modalAnchorValidationMessage: 'Please enter an anchor or querystring, select a document or media item, or manually configure the URL.',
|
|
2580
2601
|
resetUrlHeadline: 'Reset URL?',
|
|
2581
2602
|
resetUrlMessage: 'Are you sure you want to reset this URL?',
|
|
2582
2603
|
resetUrlLabel: 'Reset',
|
|
2583
2604
|
},
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2605
|
+
uiCulture: {
|
|
2606
|
+
ar: 'العربية',
|
|
2607
|
+
bs: 'Bosanski',
|
|
2608
|
+
cs: 'Česky',
|
|
2609
|
+
cy: 'Cymraeg',
|
|
2610
|
+
da: 'Dansk',
|
|
2611
|
+
de: 'Deutsch',
|
|
2612
|
+
en: 'English (UK)',
|
|
2613
|
+
'en-us': 'English (US)',
|
|
2614
|
+
es: 'Español',
|
|
2615
|
+
fr: 'Français',
|
|
2616
|
+
he: 'Hebrew',
|
|
2617
|
+
hr: 'Hrvatski',
|
|
2618
|
+
it: 'Italiano',
|
|
2619
|
+
ja: '日本語',
|
|
2620
|
+
ko: '한국어',
|
|
2621
|
+
nb: 'Norsk Bokmål',
|
|
2622
|
+
nl: 'Nederlands',
|
|
2623
|
+
pl: 'Polski',
|
|
2624
|
+
pt: 'Português',
|
|
2625
|
+
'pt-br': 'Português (Brasil)',
|
|
2626
|
+
ro: 'Romana',
|
|
2627
|
+
ru: 'Русский',
|
|
2628
|
+
sv: 'Svenska',
|
|
2629
|
+
tr: 'Türkçe',
|
|
2630
|
+
uk: 'Українська',
|
|
2631
|
+
zh: '中文',
|
|
2632
|
+
'zh-tw': '中文(正體,台灣)',
|
|
2587
2633
|
},
|
|
2588
2634
|
};
|