@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.
Files changed (494) hide show
  1. package/dist-cms/apps/preview/apps/manifests.js +7 -0
  2. package/dist-cms/apps/preview/apps/preview-segment.element.d.ts +16 -0
  3. package/dist-cms/apps/preview/apps/preview-segment.element.js +96 -0
  4. package/dist-cms/apps/preview/preview.context.d.ts +9 -6
  5. package/dist-cms/apps/preview/preview.context.js +61 -24
  6. package/dist-cms/assets/lang/{da-dk.js → da.js} +3 -2
  7. package/dist-cms/assets/lang/{da-dk.ts → da.ts} +3 -2
  8. package/dist-cms/assets/lang/en-us.js +19 -2354
  9. package/dist-cms/assets/lang/en-us.ts +22 -2548
  10. package/dist-cms/assets/lang/en.js +244 -198
  11. package/dist-cms/assets/lang/en.ts +250 -216
  12. package/dist-cms/assets/lang/pt-br.d.ts +2 -2
  13. package/dist-cms/assets/lang/pt-br.ts +2 -2
  14. package/dist-cms/assets/lang/pt.d.ts +13 -0
  15. package/dist-cms/assets/lang/pt.js +1 -0
  16. package/dist-cms/assets/lang/pt.ts +12 -0
  17. package/dist-cms/custom-elements.json +116 -16
  18. package/dist-cms/libs/observable-api/states/array-state.d.ts +6 -6
  19. package/dist-cms/libs/observable-api/states/array-state.js +3 -3
  20. package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-properties.element.d.ts +1 -1
  21. package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-properties.element.js +7 -7
  22. package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-property.element.js +1 -1
  23. package/dist-cms/packages/block/block-grid/components/block-grid-entry/block-grid-entry.element.js +6 -0
  24. package/dist-cms/packages/block/block-grid/property-editors/block-grid-area-type-permission/block-grid-area-type-permission.element.d.ts +2 -3
  25. package/dist-cms/packages/block/block-grid/property-editors/block-grid-area-type-permission/block-grid-area-type-permission.element.js +8 -3
  26. package/dist-cms/packages/block/block-list/components/block-list-entry/block-list-entry.element.js +6 -0
  27. package/dist-cms/packages/block/block-rte/components/block-rte-entry/block-rte-entry.element.js +7 -0
  28. package/dist-cms/packages/block/block-type/components/input-block-type/input-block-type.element.js +7 -2
  29. package/dist-cms/packages/clipboard/clipboard-entry/picker/clipboard-entry-picker.element.js +1 -1
  30. package/dist-cms/packages/clipboard/property/value-translator/copy/clipboard-copy-translator-value-resolver.js +6 -1
  31. package/dist-cms/packages/content/content/controller/merge-content-variant-data.controller.js +1 -0
  32. package/dist-cms/packages/content/content/property-dataset-context/element-property-dataset.context.js +4 -1
  33. package/dist-cms/packages/content/content/workspace/content-detail-workspace-base.d.ts +8 -2
  34. package/dist-cms/packages/content/content/workspace/content-detail-workspace-base.js +20 -13
  35. package/dist-cms/packages/content/content/workspace/views/edit/content-editor-properties.element.d.ts +1 -1
  36. package/dist-cms/packages/content/content/workspace/views/edit/content-editor-properties.element.js +7 -7
  37. package/dist-cms/packages/content/content/workspace/views/edit/content-editor-property.element.js +1 -1
  38. package/dist-cms/packages/content/content-type/global-components/content-type-workspace-editor-header.element.js +4 -1
  39. package/dist-cms/packages/content/content-type/modals/composition-picker/composition-picker-modal.element.d.ts +1 -0
  40. package/dist-cms/packages/content/content-type/modals/composition-picker/composition-picker-modal.element.js +18 -2
  41. package/dist-cms/packages/content/content-type/modals/composition-picker/composition-picker-modal.token.d.ts +1 -0
  42. package/dist-cms/packages/content/content-type/structure/content-type-structure-manager.class.d.ts +21 -3
  43. package/dist-cms/packages/content/content-type/structure/content-type-structure-manager.class.js +62 -43
  44. package/dist-cms/packages/content/content-type/workspace/content-type-workspace-context-base.js +1 -1
  45. package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor-properties.element.js +36 -3
  46. package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor-tab.element.js +25 -1
  47. package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor.element.js +17 -6
  48. package/dist-cms/packages/core/auth/auth.context.js +1 -1
  49. package/dist-cms/packages/core/auth/modals/umb-app-auth-modal.element.js +5 -5
  50. package/dist-cms/packages/core/backend-api/types.gen.d.ts +2 -0
  51. package/dist-cms/packages/core/collection/default/collection-default.context.d.ts +2 -0
  52. package/dist-cms/packages/core/collection/default/collection-default.context.js +22 -1
  53. package/dist-cms/packages/core/collection/default/collection-default.element.d.ts +1 -0
  54. package/dist-cms/packages/core/collection/default/collection-default.element.js +9 -1
  55. package/dist-cms/packages/core/collection/extensions/collection.extension.d.ts +1 -0
  56. package/dist-cms/packages/core/collection/types.d.ts +1 -0
  57. package/dist-cms/packages/core/components/body-layout/body-layout.element.js +7 -8
  58. package/dist-cms/packages/core/components/dropdown/dropdown.element.d.ts +4 -2
  59. package/dist-cms/packages/core/components/dropdown/dropdown.element.js +19 -13
  60. package/dist-cms/packages/core/components/entity-actions-bundle/entity-actions-bundle.element.d.ts +1 -1
  61. package/dist-cms/packages/core/components/entity-actions-bundle/entity-actions-bundle.element.js +16 -12
  62. package/dist-cms/packages/core/culture/manifests.d.ts +1 -1
  63. package/dist-cms/packages/core/entity/constants.d.ts +1 -0
  64. package/dist-cms/packages/core/entity/constants.js +1 -0
  65. package/dist-cms/packages/core/entity/contexts/parent/constants.d.ts +1 -0
  66. package/dist-cms/packages/core/entity/contexts/parent/constants.js +1 -0
  67. package/dist-cms/packages/core/entity/contexts/parent/index.d.ts +1 -0
  68. package/dist-cms/packages/core/entity/contexts/parent/index.js +1 -0
  69. package/dist-cms/packages/core/entity/contexts/parent/parent.entity-context-token.d.ts +3 -0
  70. package/dist-cms/packages/core/entity/contexts/parent/parent.entity-context-token.js +2 -0
  71. package/dist-cms/packages/core/entity/contexts/parent/parent.entity-context.d.ts +26 -0
  72. package/dist-cms/packages/core/entity/contexts/parent/parent.entity-context.js +33 -0
  73. package/dist-cms/packages/core/entity/index.d.ts +1 -0
  74. package/dist-cms/packages/core/entity/index.js +1 -0
  75. package/dist-cms/packages/core/entity-action/common/create/create.action.js +1 -0
  76. package/dist-cms/packages/core/entity-action/default/entity-action.element.d.ts +2 -1
  77. package/dist-cms/packages/core/entity-action/default/entity-action.element.js +5 -4
  78. package/dist-cms/packages/core/entity-action/global-components/entity-actions-table-column-view/entity-actions-table-column-view.element.d.ts +2 -2
  79. package/dist-cms/packages/core/entity-action/global-components/entity-actions-table-column-view/entity-actions-table-column-view.element.js +4 -1
  80. package/dist-cms/packages/core/entity-item/entity-item-ref/entity-item-ref.element.d.ts +9 -0
  81. package/dist-cms/packages/core/entity-item/entity-item-ref/entity-item-ref.element.js +80 -2
  82. package/dist-cms/packages/core/entity-item/index.d.ts +1 -0
  83. package/dist-cms/packages/core/entity-item/index.js +1 -0
  84. package/dist-cms/packages/core/entity-item/item-data-api-get-request-controller/index.d.ts +1 -0
  85. package/dist-cms/packages/core/entity-item/item-data-api-get-request-controller/index.js +1 -0
  86. package/dist-cms/packages/core/entity-item/item-data-api-get-request-controller/item-data-api-get-request.controller.d.ts +12 -0
  87. package/dist-cms/packages/core/entity-item/item-data-api-get-request-controller/item-data-api-get-request.controller.js +46 -0
  88. package/dist-cms/packages/core/entity-item/item-data-api-get-request-controller/types.d.ts +7 -0
  89. package/dist-cms/packages/core/entity-item/item-data-api-get-request-controller/types.js +1 -0
  90. package/dist-cms/packages/core/entity-item/types.d.ts +1 -0
  91. package/dist-cms/packages/core/localization/components/ui-culture-input/ui-culture-input.element.d.ts +5 -6
  92. package/dist-cms/packages/core/localization/components/ui-culture-input/ui-culture-input.element.js +57 -39
  93. package/dist-cms/packages/core/localization/manifests.js +99 -119
  94. package/dist-cms/packages/core/menu/components/menu-item-layout/menu-item-layout.element.js +8 -3
  95. package/dist-cms/packages/core/menu/index.d.ts +2 -0
  96. package/dist-cms/packages/core/menu/index.js +2 -0
  97. package/dist-cms/packages/core/menu/menu-structure-workspace-context.context-token.d.ts +3 -0
  98. package/dist-cms/packages/core/menu/menu-structure-workspace-context.context-token.js +2 -0
  99. package/dist-cms/packages/core/menu/menu-tree-structure-workspace-context-base.d.ts +3 -0
  100. package/dist-cms/packages/core/menu/menu-tree-structure-workspace-context-base.js +53 -10
  101. package/dist-cms/packages/core/menu/menu-variant-structure-workspace-context.context-token.d.ts +3 -0
  102. package/dist-cms/packages/core/menu/menu-variant-structure-workspace-context.context-token.js +2 -0
  103. package/dist-cms/packages/core/menu/menu-variant-structure-workspace-context.interface.d.ts +6 -0
  104. package/dist-cms/packages/core/menu/menu-variant-structure-workspace-context.interface.js +1 -0
  105. package/dist-cms/packages/core/menu/menu-variant-tree-structure-workspace-context-base.d.ts +4 -0
  106. package/dist-cms/packages/core/menu/menu-variant-tree-structure-workspace-context-base.js +55 -21
  107. package/dist-cms/packages/core/menu/section-sidebar-menu-with-entity-actions/section-sidebar-menu-with-entity-actions.element.d.ts +5 -0
  108. package/dist-cms/packages/core/menu/section-sidebar-menu-with-entity-actions/section-sidebar-menu-with-entity-actions.element.js +22 -3
  109. package/dist-cms/packages/core/picker/search/picker-search-result.element.d.ts +3 -0
  110. package/dist-cms/packages/core/picker/search/picker-search-result.element.js +13 -6
  111. package/dist-cms/packages/core/picker/search/result-item/default/default-picker-search-result-item.element.js +2 -1
  112. package/dist-cms/packages/core/picker/search/result-item/picker-search-result-item-element-base.d.ts +1 -0
  113. package/dist-cms/packages/core/picker/search/result-item/picker-search-result-item-element-base.js +5 -1
  114. package/dist-cms/packages/core/property/manifests.d.ts +1 -1
  115. package/dist-cms/packages/core/property/property-dataset/property-dataset-base-context.js +7 -2
  116. package/dist-cms/packages/core/property/property-guard-manager/variant-property-guard.manager.d.ts +15 -2
  117. package/dist-cms/packages/core/property/property-guard-manager/variant-property-guard.manager.js +22 -15
  118. package/dist-cms/packages/core/property/property-value-cloner/property-value-clone.controller.js +2 -0
  119. package/dist-cms/packages/core/property/property-value-preset/property-value-preset-builder.controller.js +6 -1
  120. package/dist-cms/packages/core/property-action/components/property-action-menu/property-action-menu.element.js +6 -1
  121. package/dist-cms/packages/core/repository/item/item-server-data-source-base.d.ts +5 -6
  122. package/dist-cms/packages/core/repository/item/item-server-data-source-base.js +14 -9
  123. package/dist-cms/packages/core/repository/repository-details.manager.d.ts +1 -1
  124. package/dist-cms/packages/core/repository/repository-details.manager.js +6 -3
  125. package/dist-cms/packages/core/resources/api-interceptor.controller.d.ts +6 -0
  126. package/dist-cms/packages/core/resources/api-interceptor.controller.js +16 -0
  127. package/dist-cms/packages/core/resources/data-api/types.d.ts +7 -0
  128. package/dist-cms/packages/core/resources/data-api/types.js +1 -0
  129. package/dist-cms/packages/core/resources/index.d.ts +4 -7
  130. package/dist-cms/packages/core/resources/index.js +4 -7
  131. package/dist-cms/packages/core/resources/try-execute/batch-try-execute.function.d.ts +9 -0
  132. package/dist-cms/packages/core/resources/try-execute/batch-try-execute.function.js +11 -0
  133. package/dist-cms/packages/core/resources/try-execute/index.d.ts +5 -0
  134. package/dist-cms/packages/core/resources/try-execute/index.js +5 -0
  135. package/dist-cms/packages/core/resources/{try-execute.controller.d.ts → try-execute/try-execute.controller.d.ts} +2 -2
  136. package/dist-cms/packages/core/resources/{try-execute.controller.js → try-execute/try-execute.controller.js} +3 -3
  137. package/dist-cms/packages/core/resources/{tryExecute.function.d.ts → try-execute/tryExecute.function.d.ts} +1 -1
  138. package/dist-cms/packages/core/resources/{tryExecuteAndNotify.function.d.ts → try-execute/tryExecuteAndNotify.function.d.ts} +1 -1
  139. package/dist-cms/packages/core/resources/{tryXhrRequest.function.d.ts → try-execute/tryXhrRequest.function.d.ts} +1 -1
  140. package/dist-cms/packages/core/resources/{tryXhrRequest.function.js → try-execute/tryXhrRequest.function.js} +3 -3
  141. package/dist-cms/packages/core/resources/types.d.ts +1 -0
  142. package/dist-cms/packages/core/section/section-default.element.js +3 -0
  143. package/dist-cms/packages/core/sorter/sorter.controller.d.ts +23 -6
  144. package/dist-cms/packages/core/sorter/sorter.controller.js +224 -81
  145. package/dist-cms/packages/core/temporary-file/config/config.repository.d.ts +1 -0
  146. package/dist-cms/packages/core/temporary-file/config/config.repository.js +7 -3
  147. package/dist-cms/packages/core/temporary-file/config/config.server.data-source.js +1 -1
  148. package/dist-cms/packages/core/temporary-file/manifests.d.ts +1 -1
  149. package/dist-cms/packages/core/temporary-file/temporary-file-manager.class.js +15 -4
  150. package/dist-cms/packages/core/themes/manifests.d.ts +1 -1
  151. package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-context-base.d.ts +1 -1
  152. package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-context-base.js +17 -3
  153. package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-element-base.d.ts +1 -0
  154. package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-element-base.js +7 -4
  155. package/dist-cms/packages/core/tree/tree-picker-modal/tree-picker-modal.element.js +1 -1
  156. package/dist-cms/packages/core/utils/array/batch-array.d.ts +7 -0
  157. package/dist-cms/packages/core/utils/array/batch-array.js +13 -0
  158. package/dist-cms/packages/core/utils/array/index.d.ts +1 -0
  159. package/dist-cms/packages/core/utils/array/index.js +1 -0
  160. package/dist-cms/packages/core/utils/index.d.ts +1 -0
  161. package/dist-cms/packages/core/utils/index.js +1 -0
  162. package/dist-cms/packages/core/utils/media/image-size.function.d.ts +5 -3
  163. package/dist-cms/packages/core/utils/media/image-size.function.js +9 -11
  164. package/dist-cms/packages/core/validation/controllers/bind-server-validation-to-form-control.controller.js +1 -1
  165. package/dist-cms/packages/core/validation/controllers/form-control-validator.controller.js +4 -4
  166. package/dist-cms/packages/core/validation/controllers/validation-path-translation/validation-property-path-translation.controller.js +1 -0
  167. package/dist-cms/packages/core/validation/controllers/validation.controller.js +4 -4
  168. package/dist-cms/packages/core/variant/constants.d.ts +1 -0
  169. package/dist-cms/packages/core/variant/constants.js +1 -0
  170. package/dist-cms/packages/core/variant/context/constants.d.ts +1 -0
  171. package/dist-cms/packages/core/variant/context/constants.js +1 -0
  172. package/dist-cms/packages/core/variant/context/index.d.ts +1 -0
  173. package/dist-cms/packages/core/variant/context/index.js +1 -0
  174. package/dist-cms/packages/core/variant/context/variant.context.d.ts +91 -0
  175. package/dist-cms/packages/core/variant/context/variant.context.js +141 -0
  176. package/dist-cms/packages/core/variant/context/variant.context.token.d.ts +3 -0
  177. package/dist-cms/packages/core/variant/context/variant.context.token.js +2 -0
  178. package/dist-cms/packages/core/variant/index.d.ts +2 -0
  179. package/dist-cms/packages/core/variant/index.js +2 -0
  180. package/dist-cms/packages/core/workspace/components/workspace-action/common/index.d.ts +1 -0
  181. package/dist-cms/packages/core/workspace/components/workspace-action/common/index.js +1 -0
  182. package/dist-cms/packages/core/workspace/components/workspace-action/common/save/index.d.ts +2 -0
  183. package/dist-cms/packages/core/workspace/components/workspace-action/common/save/index.js +1 -0
  184. package/dist-cms/packages/core/workspace/components/workspace-action/common/save/save.action.d.ts +13 -0
  185. package/dist-cms/packages/core/workspace/components/workspace-action/common/save/save.action.js +31 -0
  186. package/dist-cms/packages/core/workspace/components/workspace-action/common/save/types.d.ts +6 -0
  187. package/dist-cms/packages/core/workspace/components/workspace-action/common/save/types.js +1 -0
  188. package/dist-cms/packages/core/workspace/components/workspace-action/common/submit/submit.action.d.ts +0 -1
  189. package/dist-cms/packages/core/workspace/components/workspace-action/common/submit/submit.action.js +0 -4
  190. package/dist-cms/packages/core/workspace/components/workspace-breadcrumb/workspace-menu-breadcrumb/workspace-menu-breadcrumb.element.d.ts +1 -1
  191. package/dist-cms/packages/core/workspace/components/workspace-breadcrumb/workspace-menu-breadcrumb/workspace-menu-breadcrumb.element.js +3 -6
  192. package/dist-cms/packages/core/workspace/components/workspace-breadcrumb/workspace-variant-menu-breadcrumb/workspace-variant-menu-breadcrumb.element.d.ts +1 -1
  193. package/dist-cms/packages/core/workspace/components/workspace-breadcrumb/workspace-variant-menu-breadcrumb/workspace-variant-menu-breadcrumb.element.js +3 -5
  194. package/dist-cms/packages/core/workspace/components/workspace-editor/workspace-editor.element.js +1 -2
  195. package/dist-cms/packages/core/workspace/components/workspace-entity-action-menu/workspace-entity-action-menu.element.js +3 -3
  196. package/dist-cms/packages/core/workspace/components/workspace-split-view/workspace-split-view-variant-selector.element.js +1 -0
  197. package/dist-cms/packages/core/workspace/contexts/tokens/index.d.ts +5 -1
  198. package/dist-cms/packages/core/workspace/contexts/tokens/index.js +2 -0
  199. package/dist-cms/packages/core/workspace/contexts/tokens/saveable-workspace-context.interface.d.ts +4 -0
  200. package/dist-cms/packages/core/workspace/contexts/tokens/saveable-workspace-context.interface.js +1 -0
  201. package/dist-cms/packages/core/workspace/contexts/tokens/saveable-workspace.context-token.d.ts +4 -0
  202. package/dist-cms/packages/core/workspace/contexts/tokens/saveable-workspace.context-token.js +2 -0
  203. package/dist-cms/packages/core/workspace/contexts/tokens/submittable-tree-entity-workspace-context.interface.d.ts +36 -0
  204. package/dist-cms/packages/core/workspace/contexts/tokens/submittable-tree-entity-workspace-context.interface.js +1 -0
  205. package/dist-cms/packages/core/workspace/contexts/tokens/submittable-tree-entity-workspace.context-token.d.ts +4 -0
  206. package/dist-cms/packages/core/workspace/contexts/tokens/submittable-tree-entity-workspace.context-token.js +2 -0
  207. package/dist-cms/packages/core/workspace/entity-detail/entity-detail-workspace-base.d.ts +33 -1
  208. package/dist-cms/packages/core/workspace/entity-detail/entity-detail-workspace-base.js +46 -9
  209. package/dist-cms/packages/core/workspace/info-app/global-components/workspace-info-app-layout.element.js +0 -4
  210. package/dist-cms/packages/core/workspace/submittable/submittable-workspace-context-base.d.ts +1 -0
  211. package/dist-cms/packages/core/workspace/submittable/submittable-workspace-context-base.js +8 -3
  212. package/dist-cms/packages/core/workspace/workspace-property-dataset/invariant-workspace-property-dataset-context.js +4 -1
  213. package/dist-cms/packages/data-type/constants.d.ts +1 -0
  214. package/dist-cms/packages/data-type/constants.js +1 -0
  215. package/dist-cms/packages/data-type/modals/data-type-picker-flow/data-type-picker-flow-data-type-picker-modal.element.js +1 -1
  216. package/dist-cms/packages/data-type/repository/item/data-type-item.server.data-source.d.ts +4 -0
  217. package/dist-cms/packages/data-type/repository/item/data-type-item.server.data-source.js +12 -3
  218. package/dist-cms/packages/data-type/search/constants.d.ts +2 -0
  219. package/dist-cms/packages/data-type/search/constants.js +2 -0
  220. package/dist-cms/packages/data-type/search/global-search/constants.d.ts +1 -0
  221. package/dist-cms/packages/data-type/search/global-search/constants.js +1 -0
  222. package/dist-cms/packages/data-type/search/global-search/manifests.d.ts +1 -0
  223. package/dist-cms/packages/data-type/search/global-search/manifests.js +22 -0
  224. package/dist-cms/packages/data-type/search/manifests.js +2 -0
  225. package/dist-cms/packages/data-type/tree/tree-item-children/collection/views/data-type-tree-item-table-collection-view.element.js +1 -0
  226. package/dist-cms/packages/dictionary/repository/item/dictionary-item.server.data-source.d.ts +4 -0
  227. package/dist-cms/packages/dictionary/repository/item/dictionary-item.server.data-source.js +12 -3
  228. package/dist-cms/packages/dictionary/search/constants.d.ts +1 -0
  229. package/dist-cms/packages/dictionary/search/constants.js +1 -0
  230. package/dist-cms/packages/dictionary/search/global-search/constants.d.ts +1 -0
  231. package/dist-cms/packages/dictionary/search/global-search/constants.js +1 -0
  232. package/dist-cms/packages/dictionary/search/global-search/manifests.d.ts +1 -0
  233. package/dist-cms/packages/dictionary/search/global-search/manifests.js +22 -0
  234. package/dist-cms/packages/dictionary/search/manifests.js +2 -0
  235. package/dist-cms/packages/documents/document-blueprints/entity-actions/create/manifests.js +1 -1
  236. package/dist-cms/packages/documents/document-blueprints/repository/item/document-blueprint-item.server.data-source.d.ts +4 -1
  237. package/dist-cms/packages/documents/document-blueprints/repository/item/document-blueprint-item.server.data-source.js +13 -6
  238. package/dist-cms/packages/documents/document-types/components/input-document-type/input-document-type.element.js +4 -1
  239. package/dist-cms/packages/documents/document-types/picker/document-type-picker-search-result-item.element.js +2 -1
  240. package/dist-cms/packages/documents/document-types/repository/item/document-type-item.server.data-source.d.ts +4 -0
  241. package/dist-cms/packages/documents/document-types/repository/item/document-type-item.server.data-source.js +13 -3
  242. package/dist-cms/packages/documents/document-types/search/constants.d.ts +1 -0
  243. package/dist-cms/packages/documents/document-types/search/constants.js +1 -0
  244. package/dist-cms/packages/documents/document-types/search/global-search/constants.d.ts +1 -0
  245. package/dist-cms/packages/documents/document-types/search/global-search/constants.js +1 -0
  246. package/dist-cms/packages/documents/document-types/search/global-search/manifests.d.ts +1 -0
  247. package/dist-cms/packages/documents/document-types/search/global-search/manifests.js +22 -0
  248. package/dist-cms/packages/documents/document-types/search/manifests.js +2 -0
  249. package/dist-cms/packages/documents/document-types/tree/tree-item-children/collection/views/document-type-tree-item-table-collection-view.element.js +1 -0
  250. package/dist-cms/packages/documents/documents/collection/document-collection.context.d.ts +2 -0
  251. package/dist-cms/packages/documents/documents/collection/document-collection.context.js +23 -0
  252. package/dist-cms/packages/documents/documents/collection/views/table/column-layouts/document-entity-actions-table-column-view.element.js +1 -0
  253. package/dist-cms/packages/documents/documents/components/input-document/input-document.context.js +4 -0
  254. package/dist-cms/packages/documents/documents/entity-actions/duplicate/repository/document-duplicate.server.data-source.js +1 -1
  255. package/dist-cms/packages/documents/documents/entity-actions/move-to/repository/document-move.server.data-source.js +1 -1
  256. package/dist-cms/packages/documents/documents/item/document-item-data-resolver.d.ts +2 -2
  257. package/dist-cms/packages/documents/documents/item/document-item-data-resolver.js +55 -68
  258. package/dist-cms/packages/documents/documents/item/document-item-ref.element.d.ts +4 -0
  259. package/dist-cms/packages/documents/documents/item/document-item-ref.element.js +33 -2
  260. package/dist-cms/packages/documents/documents/item/repository/document-item.server.data-source.d.ts +4 -0
  261. package/dist-cms/packages/documents/documents/item/repository/document-item.server.data-source.js +12 -3
  262. package/dist-cms/packages/documents/documents/modals/save-modal/document-save-modal.element.js +1 -5
  263. package/dist-cms/packages/documents/documents/picker/document-picker-search-result-item.element.d.ts +1 -0
  264. package/dist-cms/packages/documents/documents/picker/document-picker-search-result-item.element.js +16 -9
  265. package/dist-cms/packages/documents/documents/property-dataset-context/document-property-dataset.context.d.ts +4 -1
  266. package/dist-cms/packages/documents/documents/property-dataset-context/document-property-dataset.context.js +3 -0
  267. package/dist-cms/packages/documents/documents/publishing/publish/modal/document-publish-modal.element.js +9 -13
  268. package/dist-cms/packages/documents/documents/publishing/publish/modal/document-publish-modal.token.d.ts +1 -0
  269. package/dist-cms/packages/documents/documents/publishing/schedule-publish/modal/document-schedule-modal.element.js +0 -10
  270. package/dist-cms/packages/documents/documents/publishing/unpublish/entity-action/unpublish.action.js +5 -19
  271. package/dist-cms/packages/documents/documents/publishing/unpublish/modal/document-unpublish-modal.element.js +3 -12
  272. package/dist-cms/packages/documents/documents/publishing/workspace-context/document-publishing.workspace-context.js +3 -7
  273. package/dist-cms/packages/documents/documents/search/constants.d.ts +1 -0
  274. package/dist-cms/packages/documents/documents/search/constants.js +1 -0
  275. package/dist-cms/packages/documents/documents/search/document-search.server.data-source.js +3 -2
  276. package/dist-cms/packages/documents/documents/search/global-search/constants.d.ts +1 -0
  277. package/dist-cms/packages/documents/documents/search/global-search/constants.js +1 -0
  278. package/dist-cms/packages/documents/documents/search/global-search/document-global-search.d.ts +6 -0
  279. package/dist-cms/packages/documents/documents/search/global-search/document-global-search.js +15 -0
  280. package/dist-cms/packages/documents/documents/search/global-search/manifests.d.ts +1 -0
  281. package/dist-cms/packages/documents/documents/search/global-search/manifests.js +23 -0
  282. package/dist-cms/packages/documents/documents/search/manifests.js +2 -0
  283. package/dist-cms/packages/documents/documents/search/types.d.ts +1 -0
  284. package/dist-cms/packages/documents/documents/url/document-urls-data-resolver.d.ts +37 -0
  285. package/dist-cms/packages/documents/documents/url/document-urls-data-resolver.js +78 -0
  286. package/dist-cms/packages/documents/documents/url/index.d.ts +1 -0
  287. package/dist-cms/packages/documents/documents/url/index.js +1 -0
  288. package/dist-cms/packages/documents/documents/url/info-app/document-links-workspace-info-app.element.d.ts +0 -1
  289. package/dist-cms/packages/documents/documents/url/info-app/document-links-workspace-info-app.element.js +29 -24
  290. package/dist-cms/packages/documents/documents/url/repository/document-url.server.data-source.d.ts +4 -0
  291. package/dist-cms/packages/documents/documents/url/repository/document-url.server.data-source.js +13 -3
  292. package/dist-cms/packages/documents/documents/url/repository/types.d.ts +1 -1
  293. package/dist-cms/packages/documents/documents/workspace/actions/save.action.d.ts +3 -3
  294. package/dist-cms/packages/documents/documents/workspace/actions/save.action.js +2 -2
  295. package/dist-cms/packages/documents/documents/workspace/document-workspace.context-token.d.ts +2 -2
  296. package/dist-cms/packages/documents/documents/workspace/document-workspace.context.d.ts +1 -5
  297. package/dist-cms/packages/documents/documents/workspace/document-workspace.context.js +45 -59
  298. package/dist-cms/packages/extension-insights/collection/views/table/extension-table-collection-view.element.js +1 -0
  299. package/dist-cms/packages/language/app-language-select/app-language-select.element.js +7 -2
  300. package/dist-cms/packages/language/collection/views/table/language-table-collection-view.element.js +1 -0
  301. package/dist-cms/packages/language/global-contexts/app-language.context.js +14 -12
  302. package/dist-cms/packages/language/menu/language-menu-structure.context.d.ts +1 -1
  303. package/dist-cms/packages/language/menu/language-menu-structure.context.js +4 -2
  304. package/dist-cms/packages/language/repository/item/language-item.server.data-source.d.ts +4 -0
  305. package/dist-cms/packages/language/repository/item/language-item.server.data-source.js +12 -3
  306. package/dist-cms/packages/markdown-editor/components/input-markdown-editor/input-markdown.element.js +3 -0
  307. package/dist-cms/packages/media/media/collection/media-collection.element.js +1 -0
  308. package/dist-cms/packages/media/media/collection/views/table/media-table-collection-view.element.js +1 -0
  309. package/dist-cms/packages/media/media/components/input-media/input-media.context.js +4 -0
  310. package/dist-cms/packages/media/media/constants.d.ts +1 -1
  311. package/dist-cms/packages/media/media/constants.js +1 -1
  312. package/dist-cms/packages/media/media/modals/media-picker/media-picker-modal.element.js +8 -0
  313. package/dist-cms/packages/media/media/repository/item/media-item.server.data-source.d.ts +4 -1
  314. package/dist-cms/packages/media/media/repository/item/media-item.server.data-source.js +13 -6
  315. package/dist-cms/packages/media/media/search/constants.d.ts +1 -0
  316. package/dist-cms/packages/media/media/search/constants.js +1 -0
  317. package/dist-cms/packages/media/media/search/global-search/constants.d.ts +1 -0
  318. package/dist-cms/packages/media/media/search/global-search/constants.js +1 -0
  319. package/dist-cms/packages/media/media/search/global-search/manifests.d.ts +1 -0
  320. package/dist-cms/packages/media/media/search/global-search/manifests.js +23 -0
  321. package/dist-cms/packages/media/media/search/global-search/media-global-search.d.ts +15 -0
  322. package/dist-cms/packages/media/media/search/global-search/media-global-search.js +15 -0
  323. package/dist-cms/packages/media/media/search/manifests.js +2 -0
  324. package/dist-cms/packages/media/media/search/media-search.server.data-source.js +3 -2
  325. package/dist-cms/packages/media/media/search/types.d.ts +1 -0
  326. package/dist-cms/packages/media/media/url/repository/media-url.server.data-source.d.ts +4 -0
  327. package/dist-cms/packages/media/media/url/repository/media-url.server.data-source.js +12 -3
  328. package/dist-cms/packages/media/media-types/constants.d.ts +1 -0
  329. package/dist-cms/packages/media/media-types/constants.js +1 -0
  330. package/dist-cms/packages/media/media-types/repository/item/media-type-item.server.data-source.d.ts +4 -0
  331. package/dist-cms/packages/media/media-types/repository/item/media-type-item.server.data-source.js +12 -3
  332. package/dist-cms/packages/media/media-types/search/constants.d.ts +2 -0
  333. package/dist-cms/packages/media/media-types/search/constants.js +2 -0
  334. package/dist-cms/packages/media/media-types/search/global-search/constants.d.ts +1 -0
  335. package/dist-cms/packages/media/media-types/search/global-search/constants.js +1 -0
  336. package/dist-cms/packages/media/media-types/search/global-search/manifests.d.ts +1 -0
  337. package/dist-cms/packages/media/media-types/search/global-search/manifests.js +22 -0
  338. package/dist-cms/packages/media/media-types/search/manifests.js +4 -1
  339. package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/views/media-type-tree-item-table-collection-view.element.js +1 -0
  340. package/dist-cms/packages/members/member/collection/views/table/member-table-collection-view.element.js +1 -0
  341. package/dist-cms/packages/members/member/item/repository/member-item.server.data-source.d.ts +4 -0
  342. package/dist-cms/packages/members/member/item/repository/member-item.server.data-source.js +12 -3
  343. package/dist-cms/packages/members/member/picker/member-picker-search-result-item.element.js +2 -1
  344. package/dist-cms/packages/members/member/search/constants.d.ts +1 -0
  345. package/dist-cms/packages/members/member/search/constants.js +1 -0
  346. package/dist-cms/packages/members/member/search/global-search/constants.d.ts +1 -0
  347. package/dist-cms/packages/members/member/search/global-search/constants.js +1 -0
  348. package/dist-cms/packages/members/member/search/global-search/manifests.d.ts +1 -0
  349. package/dist-cms/packages/members/member/search/global-search/manifests.js +22 -0
  350. package/dist-cms/packages/members/member/search/manifests.js +2 -0
  351. package/dist-cms/packages/members/member-group/collection/views/table/member-group-table-collection-view.element.js +1 -0
  352. package/dist-cms/packages/members/member-group/repository/item/member-group-item.server.data-source.d.ts +4 -0
  353. package/dist-cms/packages/members/member-group/repository/item/member-group-item.server.data-source.js +12 -3
  354. package/dist-cms/packages/members/member-type/constants.d.ts +1 -0
  355. package/dist-cms/packages/members/member-type/constants.js +1 -0
  356. package/dist-cms/packages/members/member-type/repository/item/member-type-item.server.data-source.d.ts +4 -0
  357. package/dist-cms/packages/members/member-type/repository/item/member-type-item.server.data-source.js +12 -3
  358. package/dist-cms/packages/members/member-type/search/constants.d.ts +2 -0
  359. package/dist-cms/packages/members/member-type/search/constants.js +2 -0
  360. package/dist-cms/packages/members/member-type/search/global-search/constants.d.ts +1 -0
  361. package/dist-cms/packages/members/member-type/search/global-search/constants.js +1 -0
  362. package/dist-cms/packages/members/member-type/search/global-search/manifests.d.ts +1 -0
  363. package/dist-cms/packages/members/member-type/search/global-search/manifests.js +22 -0
  364. package/dist-cms/packages/members/member-type/search/manifests.js +4 -1
  365. package/dist-cms/packages/multi-url-picker/components/input-multi-url/input-multi-url.element.d.ts +4 -0
  366. package/dist-cms/packages/multi-url-picker/components/input-multi-url/input-multi-url.element.js +48 -1
  367. package/dist-cms/packages/multi-url-picker/link-picker-modal/link-picker-modal.element.d.ts +3 -2
  368. package/dist-cms/packages/multi-url-picker/link-picker-modal/link-picker-modal.element.js +129 -39
  369. package/dist-cms/packages/packages/package-section/views/installed/installed-packages-section-view-item.element.js +1 -1
  370. package/dist-cms/packages/relations/relations/reference/workspace-info-app/entity-references-workspace-view-info.element.js +6 -1
  371. package/dist-cms/packages/search/global-search/global-search-base.d.ts +11 -0
  372. package/dist-cms/packages/search/global-search/global-search-base.js +49 -0
  373. package/dist-cms/packages/search/global-search/global-search.extension.d.ts +15 -0
  374. package/dist-cms/packages/search/global-search/global-search.extension.js +1 -0
  375. package/dist-cms/packages/search/global-search/index.d.ts +1 -0
  376. package/dist-cms/packages/search/global-search/index.js +1 -0
  377. package/dist-cms/packages/search/global-search/types.d.ts +4 -0
  378. package/dist-cms/packages/search/global-search/types.js +1 -0
  379. package/dist-cms/packages/search/index.d.ts +1 -0
  380. package/dist-cms/packages/search/index.js +1 -0
  381. package/dist-cms/packages/search/search-modal/search-modal.element.d.ts +4 -4
  382. package/dist-cms/packages/search/search-modal/search-modal.element.js +40 -29
  383. package/dist-cms/packages/search/types.d.ts +1 -0
  384. package/dist-cms/packages/static-file/repository/item/static-file-item.server.data-source.d.ts +4 -0
  385. package/dist-cms/packages/static-file/repository/item/static-file-item.server.data-source.js +14 -7
  386. package/dist-cms/packages/sysinfo/components/sysinfo.element.js +49 -9
  387. package/dist-cms/packages/sysinfo/repository/sysinfo.repository.d.ts +3 -0
  388. package/dist-cms/packages/sysinfo/repository/sysinfo.repository.js +8 -0
  389. package/dist-cms/packages/templating/templates/constants.d.ts +1 -0
  390. package/dist-cms/packages/templating/templates/constants.js +1 -0
  391. package/dist-cms/packages/templating/templates/repository/item/template-item.server.data-source.d.ts +4 -0
  392. package/dist-cms/packages/templating/templates/repository/item/template-item.server.data-source.js +12 -3
  393. package/dist-cms/packages/templating/templates/search/constants.d.ts +2 -0
  394. package/dist-cms/packages/templating/templates/search/constants.js +2 -0
  395. package/dist-cms/packages/templating/templates/search/global-search/constants.d.ts +1 -0
  396. package/dist-cms/packages/templating/templates/search/global-search/constants.js +1 -0
  397. package/dist-cms/packages/templating/templates/search/global-search/manifests.d.ts +1 -0
  398. package/dist-cms/packages/templating/templates/search/global-search/manifests.js +22 -0
  399. package/dist-cms/packages/templating/templates/search/manifests.js +4 -1
  400. package/dist-cms/packages/tiptap/extensions/core/media-upload.tiptap-api.d.ts +6 -1
  401. package/dist-cms/packages/tiptap/extensions/core/media-upload.tiptap-api.js +16 -6
  402. package/dist-cms/packages/tiptap/extensions/toolbar/media-picker.tiptap-toolbar-api.d.ts +6 -1
  403. package/dist-cms/packages/tiptap/extensions/toolbar/media-picker.tiptap-toolbar-api.js +27 -6
  404. package/dist-cms/packages/user/current-user/action/current-user-app-button.element.d.ts +1 -1
  405. package/dist-cms/packages/user/current-user/action/current-user-app-button.element.js +4 -8
  406. package/dist-cms/packages/user/current-user/current-user-action.extension.d.ts +0 -11
  407. package/dist-cms/packages/user/current-user/external-login/manifests.js +0 -1
  408. package/dist-cms/packages/user/current-user/mfa-login/manifests.js +0 -1
  409. package/dist-cms/packages/user/user/collection/views/table/user-table-collection-view.element.js +1 -0
  410. package/dist-cms/packages/user/user/repository/item/user-item.server.data-source.d.ts +4 -0
  411. package/dist-cms/packages/user/user/repository/item/user-item.server.data-source.js +12 -3
  412. package/dist-cms/packages/user/user/workspace/user/components/user-workspace-profile-settings/user-workspace-profile-settings.element.js +25 -22
  413. package/dist-cms/packages/user/user-group/collection/views/user-group-table-collection-view.element.js +1 -0
  414. package/dist-cms/packages/user/user-group/repository/item/user-group-item.server.data-source.d.ts +4 -0
  415. package/dist-cms/packages/user/user-group/repository/item/user-group-item.server.data-source.js +12 -3
  416. package/dist-cms/packages/webhook/webhook/collection/views/table/webhook-table-collection-view.element.js +1 -0
  417. package/dist-cms/packages/webhook/webhook/repository/item/webhook-item.server.data-source.d.ts +4 -0
  418. package/dist-cms/packages/webhook/webhook/repository/item/webhook-item.server.data-source.js +12 -3
  419. package/dist-cms/packages/webhook/webhook/workspace/webhook-workspace-editor.element.js +2 -0
  420. package/dist-cms/tsconfig.build.tsbuildinfo +1 -1
  421. package/dist-cms/umbraco-package-schema.json +298 -0
  422. package/dist-cms/umbraco-package.json +1 -1
  423. package/dist-cms/vscode-html-custom-data.json +71 -20
  424. package/examples/block-custom-view/block-custom-view.ts +8 -0
  425. package/package.json +1 -1
  426. package/dist-cms/assets/lang/de-ch.d.ts +0 -3
  427. package/dist-cms/assets/lang/de-ch.js +0 -15
  428. package/dist-cms/assets/lang/de-ch.ts +0 -17
  429. package/dist-cms/assets/lang/fr-ch.d.ts +0 -3
  430. package/dist-cms/assets/lang/fr-ch.js +0 -15
  431. package/dist-cms/assets/lang/fr-ch.ts +0 -17
  432. package/dist-cms/assets/lang/it-ch.d.ts +0 -3
  433. package/dist-cms/assets/lang/it-ch.js +0 -15
  434. package/dist-cms/assets/lang/it-ch.ts +0 -17
  435. /package/dist-cms/assets/lang/{cs-cz.d.ts → cs.d.ts} +0 -0
  436. /package/dist-cms/assets/lang/{cs-cz.js → cs.js} +0 -0
  437. /package/dist-cms/assets/lang/{cs-cz.ts → cs.ts} +0 -0
  438. /package/dist-cms/assets/lang/{cy-gb.d.ts → cy.d.ts} +0 -0
  439. /package/dist-cms/assets/lang/{cy-gb.js → cy.js} +0 -0
  440. /package/dist-cms/assets/lang/{cy-gb.ts → cy.ts} +0 -0
  441. /package/dist-cms/assets/lang/{da-dk.d.ts → da.d.ts} +0 -0
  442. /package/dist-cms/assets/lang/{de-de.d.ts → de.d.ts} +0 -0
  443. /package/dist-cms/assets/lang/{de-de.js → de.js} +0 -0
  444. /package/dist-cms/assets/lang/{de-de.ts → de.ts} +0 -0
  445. /package/dist-cms/assets/lang/{es-es.d.ts → es.d.ts} +0 -0
  446. /package/dist-cms/assets/lang/{es-es.js → es.js} +0 -0
  447. /package/dist-cms/assets/lang/{es-es.ts → es.ts} +0 -0
  448. /package/dist-cms/assets/lang/{fr-fr.d.ts → fr.d.ts} +0 -0
  449. /package/dist-cms/assets/lang/{fr-fr.js → fr.js} +0 -0
  450. /package/dist-cms/assets/lang/{fr-fr.ts → fr.ts} +0 -0
  451. /package/dist-cms/assets/lang/{he-il.d.ts → he.d.ts} +0 -0
  452. /package/dist-cms/assets/lang/{he-il.js → he.js} +0 -0
  453. /package/dist-cms/assets/lang/{he-il.ts → he.ts} +0 -0
  454. /package/dist-cms/assets/lang/{hr-hr.d.ts → hr.d.ts} +0 -0
  455. /package/dist-cms/assets/lang/{hr-hr.js → hr.js} +0 -0
  456. /package/dist-cms/assets/lang/{hr-hr.ts → hr.ts} +0 -0
  457. /package/dist-cms/assets/lang/{it-it.d.ts → it.d.ts} +0 -0
  458. /package/dist-cms/assets/lang/{it-it.js → it.js} +0 -0
  459. /package/dist-cms/assets/lang/{it-it.ts → it.ts} +0 -0
  460. /package/dist-cms/assets/lang/{ja-jp.d.ts → ja.d.ts} +0 -0
  461. /package/dist-cms/assets/lang/{ja-jp.js → ja.js} +0 -0
  462. /package/dist-cms/assets/lang/{ja-jp.ts → ja.ts} +0 -0
  463. /package/dist-cms/assets/lang/{ko-kr.d.ts → ko.d.ts} +0 -0
  464. /package/dist-cms/assets/lang/{ko-kr.js → ko.js} +0 -0
  465. /package/dist-cms/assets/lang/{ko-kr.ts → ko.ts} +0 -0
  466. /package/dist-cms/assets/lang/{nb-no.d.ts → nb.d.ts} +0 -0
  467. /package/dist-cms/assets/lang/{nb-no.js → nb.js} +0 -0
  468. /package/dist-cms/assets/lang/{nb-no.ts → nb.ts} +0 -0
  469. /package/dist-cms/assets/lang/{nl-nl.d.ts → nl.d.ts} +0 -0
  470. /package/dist-cms/assets/lang/{nl-nl.js → nl.js} +0 -0
  471. /package/dist-cms/assets/lang/{nl-nl.ts → nl.ts} +0 -0
  472. /package/dist-cms/assets/lang/{pl-pl.d.ts → pl.d.ts} +0 -0
  473. /package/dist-cms/assets/lang/{pl-pl.js → pl.js} +0 -0
  474. /package/dist-cms/assets/lang/{pl-pl.ts → pl.ts} +0 -0
  475. /package/dist-cms/assets/lang/{ro-ro.d.ts → ro.d.ts} +0 -0
  476. /package/dist-cms/assets/lang/{ro-ro.js → ro.js} +0 -0
  477. /package/dist-cms/assets/lang/{ro-ro.ts → ro.ts} +0 -0
  478. /package/dist-cms/assets/lang/{ru-ru.d.ts → ru.d.ts} +0 -0
  479. /package/dist-cms/assets/lang/{ru-ru.js → ru.js} +0 -0
  480. /package/dist-cms/assets/lang/{ru-ru.ts → ru.ts} +0 -0
  481. /package/dist-cms/assets/lang/{sv-se.d.ts → sv.d.ts} +0 -0
  482. /package/dist-cms/assets/lang/{sv-se.js → sv.js} +0 -0
  483. /package/dist-cms/assets/lang/{sv-se.ts → sv.ts} +0 -0
  484. /package/dist-cms/assets/lang/{tr-tr.d.ts → tr.d.ts} +0 -0
  485. /package/dist-cms/assets/lang/{tr-tr.js → tr.js} +0 -0
  486. /package/dist-cms/assets/lang/{tr-tr.ts → tr.ts} +0 -0
  487. /package/dist-cms/assets/lang/{uk-ua.d.ts → uk.d.ts} +0 -0
  488. /package/dist-cms/assets/lang/{uk-ua.js → uk.js} +0 -0
  489. /package/dist-cms/assets/lang/{uk-ua.ts → uk.ts} +0 -0
  490. /package/dist-cms/assets/lang/{zh-cn.d.ts → zh.d.ts} +0 -0
  491. /package/dist-cms/assets/lang/{zh-cn.js → zh.js} +0 -0
  492. /package/dist-cms/assets/lang/{zh-cn.ts → zh.ts} +0 -0
  493. /package/dist-cms/packages/core/resources/{tryExecute.function.js → try-execute/tryExecute.function.js} +0 -0
  494. /package/dist-cms/packages/core/resources/{tryExecuteAndNotify.function.js → try-execute/tryExecuteAndNotify.function.js} +0 -0
@@ -72,6 +72,7 @@ export default {
72
72
  wasCopiedTo: 'was copied to',
73
73
  wasDeleted: 'was deleted',
74
74
  wasMovedTo: 'was moved to',
75
+ viewActionsFor: (name) => (name ? `View actions for '${name}'` : 'View actions'),
75
76
  },
76
77
  actionCategories: {
77
78
  content: 'Content',
@@ -122,11 +123,11 @@ export default {
122
123
  domainUpdated: "Domain '%0%' has been updated",
123
124
  orEdit: 'Edit Current Domains',
124
125
  domainHelpWithVariants:
125
- 'Valid domain names are: "example.com", "www.example.com", "example.com:8080", or "https://www.example.com/".\n Furthermore also one-level paths in domains are supported, eg. "example.com/en" or "/en".',
126
+ '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".',
126
127
  inherit: 'Inherit',
127
128
  setLanguage: 'Culture',
128
129
  setLanguageHelp:
129
- 'Set the culture for nodes below the current node,<br /> or inherit culture from parent nodes. Will also apply<br />\n to the current node, unless a domain below applies too.',
130
+ '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.',
130
131
  setDomains: 'Domains',
131
132
  },
132
133
  buttons: {
@@ -141,7 +142,7 @@ export default {
141
142
  htmlEdit: 'Edit Html',
142
143
  indent: 'Indent Paragraph',
143
144
  italic: 'Italic',
144
- justifyCenter: 'Center',
145
+ justifyCenter: 'Centre',
145
146
  justifyLeft: 'Justify Left',
146
147
  justifyRight: 'Justify Right',
147
148
  linkInsert: 'Insert Link',
@@ -159,12 +160,13 @@ export default {
159
160
  saveAndPublish: 'Save and publish',
160
161
  saveToPublish: 'Save and send for approval',
161
162
  saveListView: 'Save list view',
162
- schedulePublish: 'Schedule',
163
+ schedulePublish: 'Schedule publish',
163
164
  saveAndPreview: 'Save and preview',
164
165
  showPageDisabled: "Preview is disabled because there's no template assigned",
165
166
  styleChoose: 'Choose style',
166
167
  styleShow: 'Show styles',
167
168
  tableInsert: 'Insert table',
169
+ generateModelsAndClose: 'Generate models and close',
168
170
  saveAndGenerateModels: 'Save and generate models',
169
171
  undo: 'Undo',
170
172
  redo: 'Redo',
@@ -173,7 +175,6 @@ export default {
173
175
  confirmActionConfirm: 'Confirm',
174
176
  morePublishingOptions: 'More publishing options',
175
177
  submitChanges: 'Submit',
176
- generateModelsAndClose: 'Generate models and close',
177
178
  },
178
179
  auditTrailsMedia: {
179
180
  delete: 'Media deleted',
@@ -186,6 +187,7 @@ export default {
186
187
  atViewingFor: 'Viewing for',
187
188
  delete: 'Content deleted',
188
189
  unpublish: 'Content unpublished',
190
+ unpublishvariant: 'Content unpublished for languages: %0%',
189
191
  publish: 'Content saved and Published',
190
192
  publishvariant: 'Content saved and published for languages: %0%',
191
193
  save: 'Content saved',
@@ -197,8 +199,8 @@ export default {
197
199
  sendtopublishvariant: 'Content sent for publishing for languages: %0%',
198
200
  sort: 'Sort child items performed by user',
199
201
  custom: '%0%',
200
- contentversionpreventcleanup: 'Cleanup disabled for version: %0%',
201
- contentversionenablecleanup: 'Cleanup enabled for version: %0%',
202
+ contentversionpreventcleanup: 'Clean up disabled for version: %0%',
203
+ contentversionenablecleanup: 'Clean up enabled for version: %0%',
202
204
  smallAssignDomain: 'Assign Domain',
203
205
  smallCopy: 'Copy',
204
206
  smallPublish: 'Publish',
@@ -208,6 +210,7 @@ export default {
208
210
  smallSaveVariant: 'Save',
209
211
  smallDelete: 'Delete',
210
212
  smallUnpublish: 'Unpublish',
213
+ smallUnpublishVariant: 'Unpublish',
211
214
  smallRollBack: 'Rollback',
212
215
  smallSendToPublish: 'Send To Publish',
213
216
  smallSendToPublishVariant: 'Send To Publish',
@@ -216,13 +219,15 @@ export default {
216
219
  smallContentVersionPreventCleanup: 'Save',
217
220
  smallContentVersionEnableCleanup: 'Save',
218
221
  historyIncludingVariants: 'History (all variants)',
219
- unpublishvariant: 'Content unpublished for languages: %0%',
220
- smallUnpublishVariant: 'Unpublish',
221
222
  },
222
223
  codefile: {
223
224
  createFolderIllegalChars: 'The folder name cannot contain illegal characters.',
224
225
  deleteItemFailed: 'Failed to delete item: %0%',
225
226
  },
227
+ collection: {
228
+ noItemsTitle: 'No items',
229
+ addCollectionConfiguration: 'Add collection',
230
+ },
226
231
  content: {
227
232
  isPublished: 'Is Published',
228
233
  about: 'About this page',
@@ -254,11 +259,10 @@ export default {
254
259
  noDate: 'No date chosen',
255
260
  nodeName: 'Page title',
256
261
  noMediaLink: 'This media item has no link',
262
+ noProperties: 'No content can be added for this item',
257
263
  otherElements: 'Properties',
258
- parentNotPublished:
259
- "This document is published but is not visible because the parent '%0%' is\n unpublished\n ",
260
- parentCultureNotPublished:
261
- "This culture is published but is not visible because it is unpublished on\n parent '%0%'\n ",
264
+ parentNotPublished: "This document is published but is not visible because the parent '%0%' is unpublished",
265
+ parentCultureNotPublished: "This culture is published but is not visible because it is unpublished on parent '%0%'",
262
266
  parentNotPublishedAnomaly: 'This document is published but is not in the cache',
263
267
  getUrlException: 'Could not get the URL',
264
268
  routeError: 'This document is published but its URL would collide with content %0%',
@@ -268,7 +272,7 @@ export default {
268
272
  publishedPendingChanges: 'Published (pending changes)',
269
273
  publishStatus: 'Publication Status',
270
274
  publishDescendantsHelp:
271
- 'Publish <strong>%0%</strong> and all content items underneath and thereby making their content publicly available.',
275
+ 'Publish <strong>%0%</strong> and all items underneath and thereby making their content publicly available.',
272
276
  publishDescendantsWithVariantsHelp:
273
277
  'Publish variants and variants of same type underneath and thereby making their content publicly available.',
274
278
  noVariantsToProcess: 'There are no available variants',
@@ -278,7 +282,7 @@ export default {
278
282
  setDate: 'Set date',
279
283
  sortDone: 'Sort order is updated',
280
284
  sortHelp:
281
- 'To sort the nodes, simply drag the nodes or click one of the column headers. You can select\n multiple nodes by holding the "shift" or "control" key while selecting\n ',
285
+ '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',
282
286
  statistics: 'Statistics',
283
287
  titleOptional: 'Title (optional)',
284
288
  altTextOptional: 'Alternative text (optional)',
@@ -302,31 +306,29 @@ export default {
302
306
  scheduledPublishDocumentation:
303
307
  '<a href="https://docs.umbraco.com/umbraco-cms/fundamentals/data/scheduled-publishing#timezones" target="_blank" rel="noopener">What does this mean?</a>',
304
308
  nestedContentDeleteItem: 'Are you sure you want to delete this item?',
305
- nestedContentEditorNotSupported:
306
- 'Property %0% uses editor %1% which is not supported by Nested\n Content.\n ',
307
309
  nestedContentDeleteAllItems: 'Are you sure you want to delete all items?',
310
+ nestedContentEditorNotSupported: 'Property %0% uses editor %1% which is not supported by Nested Content.',
308
311
  nestedContentNoContentTypes: 'No Content Types are configured for this property.',
309
312
  nestedContentAddElementType: 'Add Element Type',
310
313
  nestedContentSelectElementTypeModalTitle: 'Select Element Type',
311
314
  nestedContentGroupHelpText:
312
- 'Select the group whose properties should be displayed. If left blank, the\n first group on the Element Type will be used.\n ',
313
- nestedContentTemplateHelpTextPart1:
314
- 'Enter an angular expression to evaluate against each item for its\n name. Use\n ',
315
+ 'Select the group whose properties should be displayed. If left blank, the first group on the Element Type will be used.',
316
+ nestedContentTemplateHelpTextPart1: 'Enter an angular expression to evaluate against each item for its name. Use',
315
317
  nestedContentTemplateHelpTextPart2: 'to display the item index',
316
318
  nestedContentNoGroups:
317
319
  '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).',
318
320
  addTextBox: 'Add another text box',
319
321
  removeTextBox: 'Remove this text box',
320
322
  contentRoot: 'Content root',
321
- includeUnpublished: 'Include unpublished content items.',
323
+ includeUnpublished: 'Include unpublished items.',
322
324
  isSensitiveValue:
323
- 'This value is hidden. If you need access to view this value please contact your\n website administrator.\n ',
325
+ 'This value is hidden. If you need access to view this value please contact your website administrator.',
324
326
  isSensitiveValue_short: 'This value is hidden.',
325
327
  languagesToPublish: 'What languages would you like to publish?',
326
328
  languagesToSendForApproval: 'What languages would you like to send for approval?',
327
329
  languagesToSchedule: 'What languages would you like to schedule?',
328
330
  languagesToUnpublish:
329
- 'Select the languages to unpublish. Unpublishing a mandatory language will\n unpublish all languages.\n ',
331
+ 'Select the languages to unpublish. Unpublishing a mandatory language will unpublish all languages.',
330
332
  variantsWillBeSaved: 'All new variants will be saved.',
331
333
  variantsToPublish: 'Which variants would you like to publish?',
332
334
  variantsToSave: 'Choose which variants to be saved.',
@@ -340,7 +342,6 @@ export default {
340
342
  createEmpty: 'Create new',
341
343
  createFromClipboard: 'Paste from clipboard',
342
344
  nodeIsInTrash: 'This item is in the Recycle Bin',
343
- noProperties: 'No content can be added for this item',
344
345
  variantSaveNotAllowed: 'Save is not allowed',
345
346
  variantPublishNotAllowed: 'Publish is not allowed',
346
347
  variantSendForApprovalNotAllowed: 'Send for approval is not allowed',
@@ -348,6 +349,8 @@ export default {
348
349
  variantUnpublishNotAllowed: 'Unpublish is not allowed',
349
350
  selectAllVariants: 'Select all variants',
350
351
  saveModalTitle: 'Save',
352
+ saveAndPublishModalTitle: 'Save and publish',
353
+ publishModalTitle: 'Publish',
351
354
  },
352
355
  blueprints: {
353
356
  createBlueprintFrom: "Create a new Document Blueprint from '%0%'",
@@ -359,7 +362,17 @@ export default {
359
362
  createdBlueprintMessage: "A Document Blueprint was created from '%0%'",
360
363
  duplicateBlueprintMessage: 'Another Document Blueprint with the same name already exists',
361
364
  blueprintDescription:
362
- 'A Document Blueprint is predefined content that an editor can select to use as the\n basis for creating new content\n ',
365
+ 'A Document Blueprint is predefined content that an editor can select to use as the basis for creating new content',
366
+ },
367
+ entityDetail: {
368
+ notFoundTitle: (entityType: string) => {
369
+ const entityName = entityType ?? 'Item';
370
+ return `${entityName} not found`;
371
+ },
372
+ notFoundDescription: (entityType: string) => {
373
+ const entityName = entityType ?? 'item';
374
+ return `The requested ${entityName} could not be found. Please check the URL and try again.`;
375
+ },
363
376
  },
364
377
  media: {
365
378
  clickToUpload: 'Click to upload',
@@ -415,7 +428,7 @@ export default {
415
428
  noDocumentTypesAtRoot:
416
429
  '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.',
417
430
  noDocumentTypesWithNoSettingsAccess:
418
- "The selected page in the content tree doesn't allow for any pages\n to be created below it.\n ",
431
+ "The selected page in the content tree doesn't allow for any pages to be created below it.",
419
432
  noDocumentTypesEditPermissions: 'Edit permissions for this Document Type',
420
433
  noDocumentTypesCreateNew: 'Create a new Document Type',
421
434
  noDocumentTypesAllowedAtRoot:
@@ -423,21 +436,21 @@ export default {
423
436
  noMediaTypes:
424
437
  '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>.',
425
438
  noMediaTypesWithNoSettingsAccess:
426
- "The selected media in the tree doesn't allow for any other media to be\n created below it.\n ",
427
- noMediaTypesEditPermissions: 'Edit permissions for this Media Types',
439
+ "The selected media in the tree doesn't allow for any other media to be created below it.",
440
+ noMediaTypesEditPermissions: 'Edit permissions for this Media Type',
428
441
  documentTypeWithoutTemplate: 'Document Type without a template',
429
442
  documentTypeWithTemplate: 'Document Type with Template',
430
443
  documentTypeWithTemplateDescription:
431
- 'The data definition for a content page that can be created by\n editors in the content tree and is directly accessible via a URL.\n ',
444
+ 'The data definition for a content page that can be created by editors in the content tree and is directly accessible via a URL.',
432
445
  documentType: 'Document Type',
433
446
  documentTypeDescription:
434
- 'The data definition for a content component that can be created by editors in\n the content tree and be picked on other pages but has no direct URL.\n ',
447
+ '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.',
435
448
  elementType: 'Element Type',
436
449
  elementTypeDescription:
437
- "Defines the schema for a repeating set of properties, for example, in a 'Block\n List' or 'Block Grid' property editor.\n ",
450
+ "Defines the schema for a repeating set of properties, for example, in a 'Block List' or 'Block Grid' property editor.",
438
451
  composition: 'Composition',
439
452
  compositionDescription:
440
- "Defines a re-usable set of properties that can be included in the definition of\n multiple other Document Types. For example, a set of 'Common Page Settings'.\n ",
453
+ "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'.",
441
454
  folder: 'Folder',
442
455
  folderDescription: 'Used to organise items and other folders. Keep items structured and easy to access.',
443
456
  newFolder: 'New folder',
@@ -465,10 +478,11 @@ export default {
465
478
  discardChanges: 'Discard changes',
466
479
  unsavedChanges: 'Discard unsaved changes',
467
480
  unsavedChangesWarning: 'Are you sure you want to navigate away from this page? You have unsaved changes',
468
- confirmListViewPublish: 'Publishing will make the selected items visible on the site.',
469
- confirmListViewUnpublish: 'Unpublishing will remove the selected items and all their descendants from the site.',
470
- confirmPublish: 'Publishing will make this page and all its published descendants visible on the site.',
471
- confirmUnpublish: 'Unpublishing will remove this page and all its descendants from the site.',
481
+ confirmListViewPublish: 'Publishing will make the selected items publicly available.',
482
+ confirmListViewUnpublish:
483
+ 'Unpublishing will make the selected items and all their descendants publicly unavailable.',
484
+ confirmPublish: 'Publishing will make this content and all its published descendants publicly available.',
485
+ confirmUnpublish: 'Unpublishing will make this content publicly unavailable.',
472
486
  doctypeChangeWarning: 'You have unsaved changes. Making changes to the Document Type will discard the changes.',
473
487
  },
474
488
  bulk: {
@@ -526,7 +540,7 @@ export default {
526
540
  inserttable: 'Insert table',
527
541
  languagedeletewarning: 'This will delete the language and all content related to the language',
528
542
  languageChangeWarning:
529
- 'Changing the culture for a language may be an expensive operation and will result\n in the content cache and indexes being rebuilt\n ',
543
+ 'Changing the culture for a language may be an expensive operation and will result in the content cache and indexes being rebuilt',
530
544
  lastEdited: 'Last edited',
531
545
  link: 'Link',
532
546
  linkinternal: 'Internal link',
@@ -539,20 +553,20 @@ export default {
539
553
  permissionsSetForGroup: 'Set permissions for %0% for user group %1%',
540
554
  permissionsHelp: 'Select the users groups you want to set permissions for',
541
555
  recycleBinDeleting:
542
- 'The items in the recycle bin are now being deleted. Please do not close this window\n while this operation takes place\n ',
556
+ 'The items in the recycle bin are now being deleted. Please do not close this window while this operation takes place',
543
557
  recycleBinIsEmpty: 'The recycle bin is now empty',
544
558
  recycleBinWarning: 'When items are deleted from the recycle bin, they will be gone forever',
545
559
  regexSearchError:
546
560
  "<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.",
547
561
  regexSearchHelp:
548
- "Search for a regular expression to add validation to a form field. Example: 'email,\n 'zip-code', 'URL'.\n ",
562
+ "Search for a regular expression to add validation to a form field. Example: 'email, 'zip-code', 'URL'.",
549
563
  removeMacro: 'Remove Macro',
550
564
  requiredField: 'Required Field',
551
565
  sitereindexed: 'Site is reindexed',
552
566
  siterepublished:
553
- 'The website cache has been refreshed. All publish content is now up to date. While all\n unpublished content is still unpublished\n ',
567
+ 'The website cache has been refreshed. All publish content is now up to date. While all unpublished content is still unpublished',
554
568
  siterepublishHelp:
555
- 'The website cache will be refreshed. All published content will be updated, while\n unpublished content will stay unpublished.\n ',
569
+ 'The website cache will be refreshed. All published content will be updated, while unpublished content will stay unpublished.',
556
570
  tableColumns: 'Number of columns',
557
571
  tableRows: 'Number of rows',
558
572
  thumbnailimageclickfororiginal: 'Click on the image to see full size',
@@ -604,16 +618,16 @@ export default {
604
618
  unLinkYourConfirm: 'You are about to un-link your Umbraco and {0} accounts and you will be logged out.',
605
619
  linkedToService: 'Your account is linked to this service',
606
620
  selectEditor: 'Select editor',
621
+ selectEditorConfiguration: 'Select configuration',
607
622
  selectSnippet: 'Select snippet',
608
623
  variantdeletewarning:
609
- 'This will delete the node and all its languages. If you only want to delete one\n language, you should unpublish the node in that language instead.\n ',
624
+ '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.',
610
625
  propertyuserpickerremovewarning: 'This will remove the user <strong>%0%</strong>.',
611
626
  userremovewarning: 'This will remove the user <strong>%0%</strong> from the <strong>%1%</strong> group',
612
627
  yesRemove: 'Yes, remove',
613
628
  deleteLayout: 'You are deleting the layout',
614
629
  deletingALayout:
615
630
  'Modifying layout will result in loss of data for any existing content that is based on this configuration.',
616
- selectEditorConfiguration: 'Select configuration',
617
631
  seeErrorAction: 'See error',
618
632
  seeErrorDialogHeadline: 'Error details',
619
633
  },
@@ -638,7 +652,7 @@ export default {
638
652
  examineManagement: {
639
653
  configuredSearchers: 'Configured Searchers',
640
654
  configuredSearchersDescription:
641
- 'Shows properties and tools for any configured Searcher (i.e. such as a\n multi-index searcher)\n ',
655
+ 'Shows properties and tools for any configured Searcher (e.g. such as a multi-index searcher)',
642
656
  fieldValues: 'Field values',
643
657
  healthStatus: 'Health status',
644
658
  healthStatusDescription: 'The health status of the index and if it can be read',
@@ -646,12 +660,12 @@ export default {
646
660
  indexInfo: 'Index info',
647
661
  contentInIndex: 'Content in index',
648
662
  indexInfoDescription: 'Lists the properties of the index',
649
- manageIndexes: "Manage Examine's indexes",
663
+ manageIndexes: 'Manage Examine indexes',
650
664
  manageIndexesDescription:
651
- 'Allows you to view the details of each index and provides some tools for\n managing the indexes\n ',
665
+ 'Allows you to view the details of each index and provides some tools for managing the indexes',
652
666
  rebuildIndex: 'Rebuild index',
653
667
  rebuildIndexWarning:
654
- '\n This will cause the index to be rebuilt.<br />\n Depending on how much content there is in your site this could take a while.<br />\n It is not recommended to rebuild an index during times of high website traffic or when editors are editing content.\n ',
668
+ '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.',
655
669
  searchers: 'Searchers',
656
670
  searchDescription: 'Search the index and view the results',
657
671
  tools: 'Tools',
@@ -659,11 +673,13 @@ export default {
659
673
  fields: 'fields',
660
674
  indexCannotRead: 'The index cannot be read and will need to be rebuilt',
661
675
  processIsTakingLonger:
662
- 'The process is taking longer than expected, check the Umbraco log to see if there\n have been any errors during this operation\n ',
676
+ 'The process is taking longer than expected, check the Umbraco log to see if there have been any errors during this operation',
663
677
  indexCannotRebuild: 'This index cannot be rebuilt because it has no assigned',
664
678
  iIndexPopulator: 'IIndexPopulator',
665
679
  noResults: 'No results were found',
666
680
  searchResultsFound: 'Showing %0% - %1% of %2% result(s) - Page %3% of %4%',
681
+ corruptStatus: 'Possible corrupt index detected',
682
+ corruptErrorDescription: 'Error received when evaluating the index:',
667
683
  },
668
684
  placeholders: {
669
685
  username: 'Enter your username',
@@ -703,6 +719,8 @@ export default {
703
719
  folderWasRenamed: '%0% was renamed to %1%',
704
720
  },
705
721
  editdatatype: {
722
+ canChangePropertyEditorHelp:
723
+ '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.',
706
724
  addPrevalue: 'Add prevalue',
707
725
  dataBaseDatatype: 'Database datatype',
708
726
  guid: 'Property editor GUID',
@@ -717,8 +735,6 @@ export default {
717
735
  selectFolder: 'Select the folder to move',
718
736
  inTheTree: 'to in the tree structure below',
719
737
  wasMoved: 'was moved underneath',
720
- canChangePropertyEditorHelp:
721
- '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.',
722
738
  hasReferencesDeleteConsequence:
723
739
  'Deleting <strong>%0%</strong> will delete the properties and their data from the following items',
724
740
  acceptDeleteConsequence: 'I understand this action will delete the properties and data based on this Data Type',
@@ -726,14 +742,14 @@ export default {
726
742
  },
727
743
  errorHandling: {
728
744
  errorButDataWasSaved:
729
- 'Your data has been saved, but before you can publish this page there are some\n errors you need to fix first:\n ',
745
+ 'Your data has been saved, but before you can publish this page there are some errors you need to fix first:',
730
746
  errorChangingProviderPassword:
731
- 'The current membership provider does not support changing password\n (EnablePasswordRetrieval need to be true)\n ',
747
+ 'The current membership provider does not support changing password (EnablePasswordRetrieval need to be true)',
732
748
  errorExistsWithoutTab: '%0% already exists',
733
749
  errorHeader: 'There were errors:',
734
750
  errorHeaderWithoutTab: 'There were errors:',
735
751
  errorInPasswordFormat:
736
- 'The password should be a minimum of %0% characters long and contain at least %1%\n non-alpha numeric character(s)\n ',
752
+ 'The password should be a minimum of %0% characters long and contain at least %1% non-alpha numeric character(s)',
737
753
  errorIntegerWithoutTab: '%0% must be an integer',
738
754
  errorMandatory: 'The %0% field in the %1% tab is mandatory',
739
755
  errorMandatoryWithoutTab: '%0% is a mandatory field',
@@ -746,14 +762,14 @@ export default {
746
762
  receivedErrorFromServer: 'Received an error from the server',
747
763
  dissallowedMediaType: 'The specified file type has been disallowed by the administrator',
748
764
  codemirroriewarning:
749
- "NOTE! Even though CodeMirror is enabled by configuration, it is disabled in\n Internet Explorer because it's not stable enough.\n ",
765
+ "NOTE! Even though CodeMirror is enabled by configuration, it is disabled in Internet Explorer because it's not stable enough.",
750
766
  contentTypeAliasAndNameNotNull: 'Please fill both alias and name on the new property type!',
751
767
  filePermissionsError: 'There is a problem with read/write access to a specific file or folder',
752
768
  macroErrorLoadingPartialView: 'Error loading Partial View script (file: %0%)',
753
769
  missingTitle: 'Please enter a title',
754
770
  missingType: 'Please choose a type',
755
771
  pictureResizeBiggerThanOrg:
756
- "You're about to make the picture larger than the original size. Are you sure\n that you want to proceed?\n ",
772
+ "You're about to make the picture larger than the original size. Are you sure that you want to proceed?",
757
773
  startNodeDoesNotExists: 'Startnode deleted, please contact your administrator',
758
774
  stylesMustMarkBeforeSelect: 'Please mark content before changing style',
759
775
  stylesNoStylesOnPage: 'No active styles available',
@@ -774,7 +790,7 @@ export default {
774
790
  invalidRequest: 'Invalid request',
775
791
  invalidClient: 'Invalid client',
776
792
  invalidGrant: 'Invalid grant',
777
- unauthorizedClient: 'Unauthorized client',
793
+ unauthorizedClient: 'Unauthorised client',
778
794
  unsupportedGrantType: 'Unsupported grant type',
779
795
  invalidScope: 'Invalid scope',
780
796
  serverError: 'Server error',
@@ -899,7 +915,7 @@ export default {
899
915
  retrieve: 'Retrieve',
900
916
  retry: 'Retry',
901
917
  rights: 'Permissions',
902
- scheduledPublishing: 'Scheduled Publishing',
918
+ scheduledPublishing: 'Schedule publish',
903
919
  umbracoInfo: 'Umbraco info',
904
920
  search: 'Search',
905
921
  searchNoResult: 'Sorry, we can not find what you are looking for.',
@@ -1018,20 +1034,19 @@ export default {
1018
1034
  },
1019
1035
  installer: {
1020
1036
  databaseErrorCannotConnect: 'The installer cannot connect to the database.',
1021
- databaseErrorWebConfig:
1022
- 'Could not save the web.config file. Please modify the connection string\n manually.\n ',
1037
+ databaseErrorWebConfig: 'Could not save the web.config file. Please modify the connection string manually.',
1023
1038
  databaseFound: 'Your database has been found and is identified as',
1024
1039
  databaseHeader: 'Database configuration',
1025
- databaseInstall: '\n Press the <strong>install</strong> button to install the Umbraco %0% database\n ',
1040
+ databaseInstall: 'Press the <strong>install</strong> button to install the Umbraco %0% database',
1026
1041
  databaseInstallDone: 'Umbraco %0% has now been copied to your database. Press <strong>Next</strong> to proceed.',
1027
1042
  databaseNotFound:
1028
- '<p>Database not found! Please check that the information in the "connection string" of the "web.config" file is correct.</p>\n <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>\n <p>\n Click the <strong>retry</strong> button when\n done.<br /><a href="https://our.umbraco.com/documentation/Reference/Config/webconfig/" target="_blank" rel="noopener">\n\t\t\t More information on editing web.config here</a>.</p>',
1043
+ '<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>',
1029
1044
  databaseText:
1030
- 'To complete this step, you must know some information regarding your database server ("connection string").<br />\n Please contact your ISP if necessary.\n If you\'re installing on a local machine or server you might need information from your system administrator.',
1045
+ '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.',
1031
1046
  databaseUpgrade:
1032
- "\n <p>\n Press the <strong>upgrade</strong> button to upgrade your database to Umbraco %0%</p>\n <p>\n Don't worry - no content will be deleted and everything will continue working afterwards!\n </p>\n ",
1047
+ " <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> ",
1033
1048
  databaseUpgradeDone:
1034
- 'Your database has been upgraded to the final version %0%.<br />Press <strong>Next</strong> to\n proceed. ',
1049
+ 'Your database has been upgraded to the final version %0%.<br />Press <strong>Next</strong> to proceed.',
1035
1050
  databaseUpToDate:
1036
1051
  'Your current database is up-to-date!. Click <strong>next</strong> to continue the configuration wizard',
1037
1052
  defaultUserChangePass: "<strong>The Default users' password needs to be changed!</strong>",
@@ -1042,41 +1057,40 @@ export default {
1042
1057
  defaultUserPasswordChanged: 'The password is changed!',
1043
1058
  greatStart: 'Get a great start, watch our introduction videos',
1044
1059
  licenseText:
1045
- 'By clicking the next button (or modifying the umbracoConfigurationStatus in web.config),\n you accept the license for this software as specified in the box below. Notice that this Umbraco distribution\n consists of two different licenses, the open source MIT license for the framework and the Umbraco freeware license\n that covers the UI.\n ',
1060
+ '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.',
1046
1061
  None: 'Not installed yet.',
1047
1062
  permissionsAffectedFolders: 'Affected files and folders',
1048
1063
  permissionsAffectedFoldersMoreInfo: 'More information on setting up permissions for Umbraco here',
1049
- permissionsAffectedFoldersText:
1050
- 'You need to grant ASP.NET modify permissions to the following\n files/folders\n ',
1064
+ permissionsAffectedFoldersText: 'You need to grant ASP.NET modify permissions to the following files/folders',
1051
1065
  permissionsAlmostPerfect:
1052
- '<strong>Your permission settings are almost perfect!</strong><br /><br />\n You can run Umbraco without problems, but you will not be able to install packages which are recommended to take full advantage of Umbraco.',
1066
+ '<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.',
1053
1067
  permissionsHowtoResolve: 'How to Resolve',
1054
1068
  permissionsHowtoResolveLink: 'Click here to read the text version',
1055
1069
  permissionsHowtoResolveText:
1056
1070
  'Watch our <strong>video tutorial</strong> on setting up folder permissions for Umbraco or read the text version.',
1057
1071
  permissionsMaybeAnIssue:
1058
- '<strong>Your permission settings might be an issue!</strong>\n <br/><br />\n 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.',
1072
+ '<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.',
1059
1073
  permissionsNotReady:
1060
- "<strong>Your permission settings are not ready for Umbraco!</strong>\n <br /><br />\n In order to run Umbraco, you'll need to update your permission settings.",
1074
+ "<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.",
1061
1075
  permissionsPerfect:
1062
- '<strong>Your permission settings are perfect!</strong><br /><br />\n You are ready to run Umbraco and install packages!',
1076
+ '<strong>Your permission settings are perfect!</strong><br /><br />You are ready to run Umbraco and install packages!',
1063
1077
  permissionsResolveFolderIssues: 'Resolving folder issue',
1064
1078
  permissionsResolveFolderIssuesLink:
1065
- 'Follow this link for more information on problems with ASP.NET and\n creating folders\n ',
1079
+ 'Follow this link for more information on problems with ASP.NET and creating folders',
1066
1080
  permissionsSettingUpPermissions: 'Setting up folder permissions',
1067
1081
  permissionsText:
1068
- "\n Umbraco needs write/modify access to certain directories in order to store files like pictures and PDF's.\n It also stores temporary data (aka: cache) for enhancing the performance of your website.\n ",
1082
+ " 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.",
1069
1083
  runwayFromScratch: 'I want to start from scratch',
1070
1084
  runwayFromScratchText:
1071
- '\n 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.\n (<a href="https://umbraco.tv/documentation/videos/for-site-builders/foundation/document-types">learn how</a>)\n You can still choose to install Runway later on. Please go to the Developer section and choose Packages.\n ',
1085
+ '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.',
1072
1086
  runwayHeader: "You've just set up a clean Umbraco platform. What do you want to do next?",
1073
1087
  runwayInstalled: 'Runway is installed',
1074
1088
  runwayInstalledText:
1075
- '\n You have the foundation in place. Select what modules you wish to install on top of it.<br />\n 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>\n ',
1089
+ '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> ',
1076
1090
  runwayOnlyProUsers: 'Only recommended for experienced users',
1077
1091
  runwaySimpleSite: 'I want to start with a simple website',
1078
1092
  runwaySimpleSiteText:
1079
- '\n <p>\n "Runway" is a simple website providing some basic Document Types and templates. The installer can set up Runway for you automatically,\n but you can easily edit, extend or remove it. It\'s not necessary and you can perfectly use Umbraco without it. However,\n Runway offers an easy foundation based on best practices to get you started faster than ever.\n If you choose to install Runway, you can optionally select basic building blocks called Runway Modules to enhance your Runway pages.\n </p>\n <small>\n <em>Included with Runway:</em> Home page, Getting Started page, Installing Modules page.<br />\n <em>Optional Modules:</em> Top Navigation, Sitemap, Contact, Gallery.\n </small>\n ',
1093
+ '<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>',
1080
1094
  runwayWhatIsRunway: 'What is Runway',
1081
1095
  step1: 'Step 1/5 Accept license',
1082
1096
  step2: 'Step 2/5: Database configuration',
@@ -1084,14 +1098,14 @@ export default {
1084
1098
  step4: 'Step 4/5: Check Umbraco security',
1085
1099
  step5: 'Step 5/5: Umbraco is ready to get you started',
1086
1100
  thankYou: 'Thank you for choosing Umbraco',
1087
- theEndBrowseSite: '<h3>Browse your new site</h3>\nYou installed Runway, so why not see how your new website looks.',
1101
+ theEndBrowseSite: '<h3>Browse your new site</h3> You installed Runway, so why not see how your new website looks.',
1088
1102
  theEndFurtherHelp:
1089
1103
  '<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',
1090
1104
  theEndHeader: 'Umbraco %0% is installed and ready for use',
1091
1105
  theEndInstallFailed:
1092
- "To finish the installation, you'll need to\n 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>.",
1106
+ "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>.",
1093
1107
  theEndInstallSuccess:
1094
- 'You can get <strong>started instantly</strong> by clicking the "Launch Umbraco" button below. <br />If you are <strong>new to Umbraco</strong>,\nyou can find plenty of resources on our getting started pages.',
1108
+ '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.',
1095
1109
  theEndOpenUmbraco:
1096
1110
  '<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',
1097
1111
  Unavailable: 'Connection to database failed.',
@@ -1099,7 +1113,7 @@ export default {
1099
1113
  Version4: 'Umbraco Version 4',
1100
1114
  watch: 'Watch',
1101
1115
  welcomeIntro:
1102
- 'This wizard will guide you through the process of configuring <strong>Umbraco %0%</strong> for a fresh install or upgrading from version 3.0.\n <br /><br />\n Press <strong>"next"</strong> to start the wizard.',
1116
+ '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.',
1103
1117
  },
1104
1118
  language: {
1105
1119
  cultureCode: 'Culture Code',
@@ -1139,8 +1153,7 @@ export default {
1139
1153
  notAllowedByPath:
1140
1154
  'The current node cannot be moved to one of its subpages neither can the parent and destination be the same',
1141
1155
  notAllowedAtRoot: 'The current node cannot exist at the root',
1142
- notValid:
1143
- "The action isn't allowed since you have insufficient permissions on 1 or more child\n documents.\n ",
1156
+ notValid: "The action isn't allowed since you have insufficient permissions on 1 or more child documents.",
1144
1157
  relateToOriginal: 'Relate copied items to original',
1145
1158
  },
1146
1159
  notifications: {
@@ -1153,7 +1166,7 @@ export default {
1153
1166
  created: 'Created',
1154
1167
  createPackage: 'Create package',
1155
1168
  chooseLocalPackageText:
1156
- '\n Choose Package from your machine, by clicking the Browse<br />\n button and locating the package. Umbraco packages usually have a ".umb" or ".zip" extension.\n ',
1169
+ 'Choose Package from your machine, by clicking the Browse<br /> button and locating the package. Umbraco packages usually have a ".umb" or ".zip" extension. ',
1157
1170
  deletewarning: 'This will delete the package',
1158
1171
  includeAllChildNodes: 'Include all child nodes',
1159
1172
  installed: 'Installed',
@@ -1169,7 +1182,7 @@ export default {
1169
1182
  packageSearch: 'Search for packages',
1170
1183
  packageSearchResults: 'Results for',
1171
1184
  packageNoResults: 'We couldn’t find anything for',
1172
- packageNoResultsDescription: 'Please try searching for another package or browse through the categories\n ',
1185
+ packageNoResultsDescription: 'Please try searching for another package or browse through the categories',
1173
1186
  packagesPopular: 'Popular',
1174
1187
  packagesPromoted: 'Promoted',
1175
1188
  packagesNew: 'New releases',
@@ -1185,7 +1198,7 @@ export default {
1185
1198
  packageLikes: 'Likes',
1186
1199
  packageCompatibility: 'Compatibility',
1187
1200
  packageCompatibilityDescription:
1188
- 'This package is compatible with the following versions of Umbraco, as\n reported by community members. Full compatibility cannot be guaranteed for versions reported below 100%\n ',
1201
+ '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%',
1189
1202
  packageExternalSources: 'External sources',
1190
1203
  packageAuthor: 'Author',
1191
1204
  packageDocumentation: 'Documentation',
@@ -1193,10 +1206,12 @@ export default {
1193
1206
  packageName: 'Package name',
1194
1207
  packageNoItemsHeader: "Package doesn't contain any items",
1195
1208
  packageNoItemsText:
1196
- 'This package file doesn\'t contain any items to uninstall.<br/><br/>\n You can safely remove this from the system by clicking "uninstall package" below.',
1209
+ '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.',
1197
1210
  packageOptions: 'Package options',
1198
1211
  packageMigrationsRun: 'Run pending package migrations',
1199
1212
  packageMigrationsConfirmText: 'Do you want to run the pending package migrations?',
1213
+ packageMigrationsComplete: 'Package migrations have successfully completed.',
1214
+ packageMigrationsNonePending: 'All package migrations have successfully completed.',
1200
1215
  packageReadme: 'Package readme',
1201
1216
  packageRepository: 'Package repository',
1202
1217
  packageUninstallConfirm: 'Confirm package uninstall',
@@ -1204,16 +1219,14 @@ export default {
1204
1219
  packageUninstalledText: 'The package was successfully uninstalled',
1205
1220
  packageUninstallHeader: 'Uninstall package',
1206
1221
  packageUninstallText:
1207
- '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 />\n <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,\n so uninstall with caution. If in doubt, contact the package author.',
1222
+ '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.',
1208
1223
  packageVersion: 'Package version',
1209
1224
  verifiedToWorkOnUmbracoCloud: 'Verified to work on Umbraco Cloud',
1210
- packageMigrationsComplete: 'Package migrations have successfully completed.',
1211
- packageMigrationsNonePending: 'All package migrations have successfully completed.',
1212
1225
  },
1213
1226
  paste: {
1214
1227
  doNothing: 'Paste with full formatting (Not recommended)',
1215
1228
  errorMessage:
1216
- "The text you're trying to paste contains special characters or formatting. This could be\n caused by copying text from Microsoft Word. Umbraco can remove special characters or formatting automatically, so\n the pasted content will be more suitable for the web.\n ",
1229
+ "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.",
1217
1230
  removeAll: 'Paste as raw text without any formatting at all',
1218
1231
  removeSpecialFormattering: 'Paste, but remove formatting (Recommended)',
1219
1232
  },
@@ -1237,13 +1250,13 @@ export default {
1237
1250
  paMembersHelp: 'If you wish to grant access to specific members',
1238
1251
  },
1239
1252
  publish: {
1240
- contentPublishedFailedAwaitingRelease:
1241
- '\n %0% could not be published because the item is scheduled for release.\n ',
1242
- contentPublishedFailedExpired: '\n %0% could not be published because the item has expired.\n ',
1253
+ contentPublishedFailedIsTrashed: '%0% could not be published because the item is in the recycle bin.',
1254
+ contentPublishedFailedAwaitingRelease: '%0% could not be published because the item is scheduled for release.',
1255
+ contentPublishedFailedExpired: '%0% could not be published because the item has expired.',
1243
1256
  contentPublishedFailedInvalid:
1244
- '\n %0% could not be published because these properties: %1% did not pass validation rules.\n ',
1245
- contentPublishedFailedByEvent: '\n %0% could not be published, a 3rd party add-in cancelled the action.\n ',
1246
- contentPublishedFailedByParent: '\n %0% can not be published, because a parent page is not published.\n ',
1257
+ '%0% could not be published because these properties: %1% did not pass validation rules.',
1258
+ contentPublishedFailedByEvent: '%0% could not be published, a 3rd party add-in cancelled the action.',
1259
+ contentPublishedFailedByParent: '%0% can not be published, because a parent page is not published.',
1247
1260
  contentPublishedFailedByMissingName: '%0% can not be published, because its missing a name.',
1248
1261
  includeUnpublished: 'Include unpublished subpages',
1249
1262
  inProgress: 'Publishing in progress - please wait...',
@@ -1252,9 +1265,8 @@ export default {
1252
1265
  nodePublishAll: '%0% and subpages have been published',
1253
1266
  publishAll: 'Publish %0% and all its subpages',
1254
1267
  publishHelp:
1255
- 'Click <em>Publish</em> to publish <strong>%0%</strong> and thereby making its content publicly available.<br/><br />\n You can publish this page and all its subpages by checking <em>Include unpublished subpages</em> below.\n ',
1268
+ '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. ',
1256
1269
  invalidPublishBranchPermissions: 'Insufficient user permissions to publish all descendant documents',
1257
- contentPublishedFailedIsTrashed: '%0% could not be published because the item is in the recycle bin.',
1258
1270
  contentPublishedFailedReqCultureValidationError:
1259
1271
  "Validation failed for required language '%0%'. This language was saved but not published.",
1260
1272
  },
@@ -1328,13 +1340,16 @@ export default {
1328
1340
  editMediaEntryLabel: 'Edit %0% on %1%',
1329
1341
  confirmCancelMediaEntryCreationHeadline: 'Discard creation?',
1330
1342
  confirmCancelMediaEntryCreationMessage: 'Are you sure you want to cancel the creation.',
1331
- confirmCancelMediaEntryHasChanges:
1332
- 'You have made changes to this content. Are you sure you want to\n discard them?\n ',
1343
+ confirmCancelMediaEntryHasChanges: 'You have made changes to this content. Are you sure you want to discard them?',
1333
1344
  confirmRemoveAllMediaEntryMessage: 'Remove all medias?',
1334
1345
  tabClipboard: 'Clipboard',
1335
1346
  notAllowed: 'Not allowed',
1336
1347
  openMediaPicker: 'Open media picker',
1337
1348
  },
1349
+ propertyEditorPicker: {
1350
+ title: 'Select a property editor',
1351
+ openPropertyEditorPicker: 'Select a property editor UI',
1352
+ },
1338
1353
  relatedlinks: {
1339
1354
  enterExternal: 'enter external link',
1340
1355
  chooseInternal: 'choose internal page',
@@ -1360,7 +1375,7 @@ export default {
1360
1375
  documentRolledBack: 'Document has been rolled back',
1361
1376
  headline: 'Select a version to compare with the current version',
1362
1377
  htmlHelp:
1363
- 'This displays the selected version as HTML, if you wish to see the difference between 2\n versions at the same time, use the diff view\n ',
1378
+ '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',
1364
1379
  rollbackTo: 'Rollback to',
1365
1380
  selectVersion: 'Select version',
1366
1381
  view: 'View',
@@ -1393,7 +1408,7 @@ export default {
1393
1408
  settings: {
1394
1409
  defaulttemplate: 'Default template',
1395
1410
  importDocumentTypeHelp:
1396
- 'To import a Document Type, find the ".udt" file on your computer by clicking the\n "Import" button (you\'ll be asked for confirmation on the next screen)\n ',
1411
+ '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)',
1397
1412
  newtabname: 'New Tab Title',
1398
1413
  nodetype: 'Node type',
1399
1414
  objecttype: 'Type',
@@ -1405,7 +1420,7 @@ export default {
1405
1420
  contentTypeEnabled: 'Master Content Type enabled',
1406
1421
  contentTypeUses: 'This Content Type uses',
1407
1422
  noPropertiesDefinedOnTab:
1408
- 'No properties defined on this tab. Click on the "add a new property" link at\n the top to create a new property.\n ',
1423
+ 'No properties defined on this tab. Click on the "add a new property" link at the top to create a new property.',
1409
1424
  createMatchingTemplate: 'Create matching template',
1410
1425
  addIcon: 'Add icon',
1411
1426
  },
@@ -1414,7 +1429,7 @@ export default {
1414
1429
  sortCreationDate: 'Creation date',
1415
1430
  sortDone: 'Sorting complete.',
1416
1431
  sortHelp:
1417
- 'Drag the different items up or down below to set how they should be arranged. Or click the\n column headers to sort the entire collection of items\n ',
1432
+ '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',
1418
1433
  sortPleaseWait: 'Please wait. Items are being sorted, this can take a while.',
1419
1434
  sortEmptyState: 'This node has no child nodes to sort',
1420
1435
  },
@@ -1423,6 +1438,7 @@ export default {
1423
1438
  validationFailedMessage: 'Validation errors must be fixed before the item can be saved',
1424
1439
  operationFailedHeader: 'Failed',
1425
1440
  operationSavedHeader: 'Saved',
1441
+ operationSavedHeaderReloadUser: 'Saved. To view the changes please reload your browser',
1426
1442
  invalidUserPermissionsText: 'Insufficient user permissions, could not complete the operation',
1427
1443
  operationCancelledHeader: 'Cancelled',
1428
1444
  operationCancelledText: 'Operation was cancelled by a 3rd party add-in',
@@ -1449,6 +1465,8 @@ export default {
1449
1465
  editContentPublishedText: 'and is visible on the website',
1450
1466
  editContentUnpublishedHeader: 'Document unpublished',
1451
1467
  editContentUnpublishedText: 'and is no longer visible on the website',
1468
+ editVariantPublishedText: '%0% published and is visible on the website',
1469
+ editVariantSavedText: '%0% saved',
1452
1470
  editBlueprintSavedHeader: 'Document Blueprint saved',
1453
1471
  editBlueprintSavedText: 'Changes have been successfully saved',
1454
1472
  editContentSavedHeader: 'Document saved',
@@ -1481,6 +1499,8 @@ export default {
1481
1499
  templateSavedHeader: 'Template saved',
1482
1500
  templateSavedText: 'Template saved without any errors!',
1483
1501
  contentUnpublished: 'Content unpublished',
1502
+ contentMandatoryCultureUnpublished:
1503
+ "The mandatory language '%0%' was unpublished. All languages for this content item are now unpublished.",
1484
1504
  partialViewSavedHeader: 'Partial view saved',
1485
1505
  partialViewSavedText: 'Partial view saved without any errors!',
1486
1506
  partialViewErrorHeader: 'Partial view not saved',
@@ -1500,34 +1520,29 @@ export default {
1500
1520
  deleteUserSuccess: 'User %0% was deleted',
1501
1521
  resendInviteHeader: 'Invite user',
1502
1522
  resendInviteSuccess: 'Invitation has been re-sent to %0%',
1523
+ contentReqCulturePublishError: "Cannot publish the document since the required '%0%' is not published",
1503
1524
  documentTypeExportedSuccess: 'Document Type was exported to file',
1504
1525
  documentTypeExportedError: 'An error occurred while exporting the Document Type',
1505
1526
  dictionaryItemExportedSuccess: 'Dictionary item(s) was exported to file',
1506
1527
  dictionaryItemExportedError: 'An error occurred while exporting the dictionary item(s)',
1507
1528
  dictionaryItemImported: 'The following dictionary item(s) has been imported!',
1508
1529
  publishWithNoDomains:
1509
- 'Domains are not configured for multilingual site, please contact an administrator,\n see log for more information\n ',
1530
+ 'Domains are not configured for multilingual site, please contact an administrator, see log for more information',
1510
1531
  publishWithMissingDomain:
1511
- 'There is no domain configured for %0%, please contact an administrator, see\n log for more information\n ',
1532
+ 'There is no domain configured for %0%, please contact an administrator, see log for more information',
1512
1533
  copySuccessMessage: 'Your system information has successfully been copied to the clipboard',
1513
1534
  cannotCopyInformation: 'Could not copy your system information to the clipboard',
1514
1535
  webhookSaved: 'Webhook saved',
1515
- operationSavedHeaderReloadUser: 'Saved. To view the changes please reload your browser',
1516
1536
  editMultiContentPublishedText: '%0% documents published and are visible on the website',
1517
1537
  editMultiContentUnpublishedText: '%0% documents unpublished and are no longer visible on the website',
1518
- editVariantPublishedText: '%0% published and is visible on the website',
1519
1538
  editVariantUnpublishedText: '%0% unpublished and is no longer visible on the website',
1520
1539
  editMultiVariantPublishedText: '%0% documents published for languages %1% and are visible on the website',
1521
1540
  editMultiVariantUnpublishedText:
1522
1541
  '%0% documents unpublished for languages %1% and are no longer visible on the website',
1523
1542
  editContentScheduledSavedText: 'A schedule for publishing has been updated',
1524
1543
  editContentScheduledNotSavedText: 'The schedule for publishing could not be updated',
1525
- editVariantSavedText: '%0% saved',
1526
1544
  editVariantSendToPublishText: '%0% changes have been sent for approval',
1527
1545
  contentCultureUnpublished: 'Content variation %0% unpublished',
1528
- contentMandatoryCultureUnpublished:
1529
- "The mandatory language '%0%' was unpublished. All languages for this content item are now unpublished.",
1530
- contentReqCulturePublishError: "Cannot publish the document since the required '%0%' is not published",
1531
1546
  contentCultureValidationError: "Validation failed for language '%0%'",
1532
1547
  scheduleErrReleaseDate1: 'The release date cannot be in the past',
1533
1548
  scheduleErrReleaseDate2: "Cannot schedule the document for publishing since the required '%0%' is not published",
@@ -1535,8 +1550,8 @@ export default {
1535
1550
  "Cannot schedule the document for publishing since the required '%0%' has a publish date later than a non mandatory language",
1536
1551
  scheduleErrExpireDate1: 'The expire date cannot be in the past',
1537
1552
  scheduleErrExpireDate2: 'The expire date cannot be before the release date',
1538
- preventCleanupEnableError: 'An error occurred while enabling version cleanup for %0%',
1539
- preventCleanupDisableError: 'An error occurred while disabling version cleanup for %0%',
1553
+ preventCleanupEnableError: 'An error occurred while enabling version clean up for %0%',
1554
+ preventCleanupDisableError: 'An error occurred while disabling version clean up for %0%',
1540
1555
  offlineHeadline: 'Offline',
1541
1556
  offlineMessage: 'You are currently offline. Please check your internet connection.',
1542
1557
  onlineHeadline: 'Online',
@@ -1546,8 +1561,7 @@ export default {
1546
1561
  addRule: 'Add style',
1547
1562
  editRule: 'Edit style',
1548
1563
  editorRules: 'Rich text editor styles',
1549
- editorRulesHelp:
1550
- 'Define the styles that should be available in the rich text editor for this\n stylesheet\n ',
1564
+ editorRulesHelp: 'Define the styles that should be available in the rich text editor for this stylesheet',
1551
1565
  editstylesheet: 'Edit stylesheet',
1552
1566
  editstylesheetproperty: 'Edit stylesheet property',
1553
1567
  nameHelp: 'The name displayed in the editor style selector',
@@ -1571,32 +1585,31 @@ export default {
1571
1585
  insertDesc: 'Choose what to insert into your template',
1572
1586
  insertDictionaryItem: 'Dictionary item',
1573
1587
  insertDictionaryItemDesc:
1574
- 'A dictionary item is a placeholder for a translatable piece of text, which\n makes it easy to create designs for multilingual websites.\n ',
1588
+ 'A dictionary item is a placeholder for a translatable piece of text, which makes it easy to create designs for multilingual websites.',
1575
1589
  insertMacro: 'Macro',
1576
1590
  insertMacroDesc:
1577
- '\n A Macro is a configurable component which is great for\n reusable parts of your design, where you need the option to provide parameters,\n such as galleries, forms and lists.\n ',
1591
+ '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.',
1578
1592
  insertPageField: 'Value',
1579
1593
  insertPageFieldDesc:
1580
- 'Displays the value of a named field from the current page, with options to modify\n the value or fallback to alternative values.\n ',
1594
+ 'Displays the value of a named field from the current page, with options to modify the value or fallback to alternative values.',
1581
1595
  insertPartialView: 'Partial view',
1582
1596
  insertPartialViewDesc:
1583
- "\n A partial view is a separate template file which can be rendered inside another\n template, it's great for reusing markup or for separating complex templates into separate files.\n ",
1597
+ "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.",
1584
1598
  mastertemplate: 'Master template',
1585
1599
  quickGuide: 'Quick guide to template tags',
1586
1600
  noMaster: 'No master',
1587
1601
  renderBody: 'Render child template',
1588
- renderBodyDesc:
1589
- '\n Renders the contents of a child template, by inserting a\n <code>@RenderBody()</code> placeholder.\n ',
1602
+ renderBodyDesc: 'Renders the contents of a child template, by inserting a <code>@RenderBody()</code> placeholder.',
1590
1603
  defineSection: 'Define a named section',
1591
1604
  defineSectionDesc:
1592
- '\n Defines a part of your template as a named section by wrapping it in\n <code>@section { ... }</code>. This can be rendered in a\n specific area of the parent of this template, by using <code>@RenderSection</code>.\n ',
1605
+ '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>.',
1593
1606
  renderSection: 'Render a named section',
1594
1607
  renderSectionDesc:
1595
- '\n Renders a named area of a child template, by inserting a <code>@RenderSection(name)</code> placeholder.\n This renders an area of a child template which is wrapped in a corresponding <code>@section [name]{ ... }</code> definition.\n ',
1608
+ '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.',
1596
1609
  sectionName: 'Section Name',
1597
1610
  sectionMandatory: 'Section is mandatory',
1598
1611
  sectionMandatoryDesc:
1599
- '\n If mandatory, the child template must contain a <code>@section</code> definition, otherwise an error is shown.\n ',
1612
+ 'If mandatory, the child template must contain a <code>@section</code> definition, otherwise an error is shown.',
1600
1613
  queryBuilder: 'Query builder',
1601
1614
  itemsReturned: 'items returned, in',
1602
1615
  publishedItemsReturned: 'Currently %0% published items returned, in %1% ms',
@@ -1648,7 +1661,7 @@ export default {
1648
1661
  placeholderWriteHere: 'Write here...',
1649
1662
  gridLayouts: 'Grid Layouts',
1650
1663
  gridLayoutsDetail:
1651
- 'Layouts are the overall work area for the grid editor, usually you only need one or\n two different layouts\n ',
1664
+ 'Layouts are the overall work area for the grid editor, usually you only need one or two different layouts',
1652
1665
  addGridLayout: 'Add Grid Layout',
1653
1666
  editGridLayout: 'Edit Grid Layout',
1654
1667
  addGridLayoutDetail: 'Adjust the layout by setting column widths and adding additional sections',
@@ -1677,16 +1690,16 @@ export default {
1677
1690
  '<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>',
1678
1691
  youAreDeleting: 'You are deleting the row configuration',
1679
1692
  deletingARow:
1680
- '\n Deleting a row configuration name will result in loss of data for any existing content that is based on this\n configuration.\n ',
1693
+ 'Deleting a row configuration name will result in loss of data for any existing content that is based on this configuration.',
1681
1694
  deleteLayout: 'You are deleting the layout',
1682
1695
  deletingALayout:
1683
- 'Modifying a layout will result in loss of data for any existing content that is based\n on this configuration.\n ',
1696
+ 'Modifying a layout will result in loss of data for any existing content that is based on this configuration.',
1684
1697
  },
1685
1698
  contentTypeEditor: {
1686
1699
  compositions: 'Compositions',
1687
1700
  group: 'Group',
1688
1701
  groupReorderSameAliasError:
1689
- 'You can\'t move the group %0% to this tab because the group will get the same\n alias as a tab: "%1%". Rename the group to continue.\n ',
1702
+ '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.',
1690
1703
  noGroups: 'You have not added any groups',
1691
1704
  addGroup: 'Add group',
1692
1705
  inheritedFrom: 'Inherited from',
@@ -1698,16 +1711,16 @@ export default {
1698
1711
  allowedTemplatesHeading: 'Allowed Templates',
1699
1712
  allowedTemplatesDescription: 'Choose which templates editors are allowed to use on content of this type',
1700
1713
  allowAtRootHeading: 'Allow at root',
1701
- allowAtRootDescription: 'Allow editors to create content of this type in the root of the content tree.\n ',
1714
+ allowAtRootDescription: 'Allow editors to create content of this type in the root of the content tree.',
1702
1715
  childNodesHeading: 'Allowed child node types',
1703
1716
  childNodesDescription: 'Allow content of the specified types to be created underneath content of this type.',
1704
1717
  chooseChildNode: 'Choose child node',
1705
1718
  compositionsDescription:
1706
- 'Inherit tabs and properties from an existing Document Type. New tabs will be\n added to the current Document Type or merged if a tab with an identical name exists.\n ',
1707
- compositionInUse: 'This Content Type is used in a composition, and therefore cannot be composed itself.\n ',
1719
+ '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.',
1720
+ compositionInUse: 'This Content Type is used in a composition, and therefore cannot be composed itself.',
1708
1721
  noAvailableCompositions: 'There are no Content Types available to use as a composition.',
1709
1722
  compositionRemoveWarning:
1710
- "Removing a composition will delete all the associated property data. Once you\n save the Document Type there's no way back.\n ",
1723
+ "Removing a composition will delete all the associated property data. Once you save the Document Type there's no way back.",
1711
1724
  availableEditors: 'Create new',
1712
1725
  reuse: 'Use existing',
1713
1726
  editorSettings: 'Editor settings',
@@ -1724,11 +1737,11 @@ export default {
1724
1737
  allDocuments: 'All Documents',
1725
1738
  allMediaItems: 'All media items',
1726
1739
  usingThisDocument:
1727
- 'using this Document Type will be deleted permanently, please confirm you want to\n delete these as well.\n ',
1740
+ 'using this Document Type will be deleted permanently, please confirm you want to delete these as well.',
1728
1741
  usingThisMedia:
1729
- 'using this Media Type will be deleted permanently, please confirm you want to delete\n these as well.\n ',
1742
+ 'using this Media Type will be deleted permanently, please confirm you want to delete these as well.',
1730
1743
  usingThisMember:
1731
- 'using this Member Type will be deleted permanently, please confirm you want to delete\n these as well\n ',
1744
+ 'using this Member Type will be deleted permanently, please confirm you want to delete these as well',
1732
1745
  andAllDocuments: 'and all documents using this type',
1733
1746
  andAllMediaItems: 'and all media items using this type',
1734
1747
  andAllMembers: 'and all members using this type',
@@ -1742,7 +1755,7 @@ export default {
1742
1755
  tabHasNoSortOrder: 'tab has no sort order',
1743
1756
  compositionUsageHeading: 'Where is this composition used?',
1744
1757
  compositionUsageSpecification:
1745
- 'This composition is currently used in the composition of the following\n Content Types:\n ',
1758
+ 'This composition is currently used in the composition of the following Content Types:',
1746
1759
  variantsHeading: 'Variation',
1747
1760
  cultureVariantHeading: 'Allow vary by culture',
1748
1761
  segmentVariantHeading: 'Allow segmentation',
@@ -1758,10 +1771,9 @@ export default {
1758
1771
  allowVaryBySegment: 'Allow segmentation',
1759
1772
  elementType: 'Element Type',
1760
1773
  elementHeading: 'Is an Element Type',
1761
- elementDescription:
1762
- 'An Element Type is meant to be used within other Document Types, and not in the Content\n tree.\n ',
1774
+ elementDescription: 'An Element Type is meant to be used within other Document Types, and not in the Content tree.',
1763
1775
  elementCannotToggle:
1764
- 'A Document Type cannot be changed to an Element Type once it has been used to\n create one or more content items.\n ',
1776
+ 'A Document Type cannot be changed to an Element Type once it has been used to create one or more content items.',
1765
1777
  elementDoesNotSupport: 'This is not applicable for an Element Type',
1766
1778
  propertyHasChanges: 'You have made changes to this property. Are you sure you want to discard them?',
1767
1779
  displaySettingsHeadline: 'Appearance',
@@ -1777,16 +1789,16 @@ export default {
1777
1789
  tabDirectPropertiesDropZone: 'Drag properties here to place directly on the tab',
1778
1790
  removeChildNode: 'You are removing the child node',
1779
1791
  removeChildNodeWarning:
1780
- 'Removing a child node will limit the editors options to create different content\n types beneath a node.\n ',
1792
+ 'Removing a child node will limit the editors options to create different content types beneath a node.',
1781
1793
  usingEditor: 'using this editor will get updated with the new settings.',
1782
- historyCleanupHeading: 'History cleanup',
1783
- historyCleanupDescription: 'Allow overriding the global history cleanup settings.',
1794
+ historyCleanupHeading: 'History clean up',
1795
+ historyCleanupDescription: 'Allow overriding the global history clean up settings.',
1784
1796
  historyCleanupKeepAllVersionsNewerThanDays: 'Keep all versions newer than days',
1785
1797
  historyCleanupKeepLatestVersionPerDayForDays: 'Keep latest version per day for days',
1786
- historyCleanupPreventCleanup: 'Prevent cleanup',
1787
- historyCleanupEnableCleanup: 'Enable cleanup',
1798
+ historyCleanupPreventCleanup: 'Prevent clean up',
1799
+ historyCleanupEnableCleanup: 'Enable clean up',
1788
1800
  historyCleanupGloballyDisabled:
1789
- '<strong>NOTE!</strong> The cleanup of historically content versions are disabled globally. These settings will not take effect before it is enabled.',
1801
+ '<strong>NOTE!</strong> The clean up of historically content versions are disabled globally. These settings will not take effect before it is enabled.',
1790
1802
  changeDataTypeHelpText:
1791
1803
  'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
1792
1804
  collection: 'Collection',
@@ -1829,15 +1841,14 @@ export default {
1829
1841
  addLanguage: 'Add language',
1830
1842
  culture: 'ISO code',
1831
1843
  mandatoryLanguage: 'Mandatory language',
1832
- mandatoryLanguageHelp:
1833
- 'Properties on this language have to be filled out before the node can be\n published.\n ',
1844
+ mandatoryLanguageHelp: 'Properties on this language have to be filled out before the node can be published.',
1834
1845
  defaultLanguage: 'Default language',
1835
1846
  defaultLanguageHelp: 'An Umbraco site can only have one default language set.',
1836
1847
  changingDefaultLanguageWarning: 'Switching default language may result in default content missing.',
1837
1848
  fallsbackToLabel: 'Falls back to',
1838
1849
  noFallbackLanguageOption: 'No fall back language',
1839
1850
  fallbackLanguageDescription:
1840
- 'To allow multi-lingual content to fall back to another language if not\n present in the requested language, select it here.\n ',
1851
+ 'To allow multi-lingual content to fall back to another language if not present in the requested language, select it here.',
1841
1852
  fallbackLanguage: 'Fall back language',
1842
1853
  none: 'none',
1843
1854
  invariantPropertyUnlockHelp: '<strong>%0%</strong> is shared across languages and segments.',
@@ -1901,14 +1912,14 @@ export default {
1901
1912
  fields: 'Fields',
1902
1913
  includeSubpages: 'Include subpages',
1903
1914
  noTranslators:
1904
- 'No translator users found. Please create a translator user before you start sending\n content to translation\n ',
1915
+ 'No translator users found. Please create a translator user before you start sending content to translation',
1905
1916
  pageHasBeenSendToTranslation: "The page '%0%' has been send to translation",
1906
1917
  sendToTranslate: "Send the page '%0%' to translation",
1907
1918
  totalWords: 'Total words',
1908
1919
  translateTo: 'Translate to',
1909
1920
  translationDone: 'Translation completed.',
1910
1921
  translationDoneHelp:
1911
- "You can preview the pages, you've just translated, by clicking below. If the\n original page is found, you will get a comparison of the 2 pages.\n ",
1922
+ "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.",
1912
1923
  translationFailed: 'Translation failed, the XML file might be corrupt',
1913
1924
  translationOptions: 'Translation options',
1914
1925
  translator: 'Translator',
@@ -1967,7 +1978,7 @@ export default {
1967
1978
  },
1968
1979
  user: {
1969
1980
  access: 'Access',
1970
- accessHelp: 'Based on the assigned groups and start nodes, the user has access to the following nodes\n ',
1981
+ accessHelp: 'Based on the assigned groups and start nodes, the user has access to the following nodes',
1971
1982
  assignAccess: 'Assign access',
1972
1983
  administrators: 'Administrator',
1973
1984
  categoryField: 'Category field',
@@ -1997,11 +2008,11 @@ export default {
1997
2008
  noPasswordChange: "The password hasn't been changed",
1998
2009
  confirmNewPassword: 'Confirm new password',
1999
2010
  changePasswordDescription:
2000
- "You can change your password for accessing the Umbraco backoffice by filling\n out the form below and click the 'Change Password' button\n ",
2011
+ "You can change your password for accessing the Umbraco backoffice by filling out the form below and click the 'Change Password' button",
2001
2012
  contentChannel: 'Content Channel',
2002
2013
  createAnotherUser: 'Create another user',
2003
2014
  createUserHelp:
2004
- 'Create new users to give them access to Umbraco. When a new user is created a password\n will be generated that you can share with the user.\n ',
2015
+ '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.',
2005
2016
  descriptionField: 'Description field',
2006
2017
  disabled: 'Disable User',
2007
2018
  documentType: 'Document Type',
@@ -2014,9 +2025,13 @@ export default {
2014
2025
  invite: 'Invite',
2015
2026
  inviteAnotherUser: 'Invite another user',
2016
2027
  inviteUserHelp:
2017
- 'Invite new users to give them access to Umbraco. An invite email will be sent to the\n user with information on how to log in to Umbraco. Invites last for 72 hours.\n ',
2028
+ '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.',
2018
2029
  language: 'UI Culture',
2019
2030
  languageHelp: 'Set the culture you will see in menus and dialogs',
2031
+ languageNotFound: (culture: string, baseCulture: string) =>
2032
+ `The specified culture "${culture}" was not found, the base culture of "${baseCulture}" will be used.`,
2033
+ languageNotFoundFallback: (culture: string, baseCulture: string) =>
2034
+ `Neither the specified culture "${culture}" or base culture "${baseCulture}" was found, the default fallback culture of "English (UK)" will be used.`,
2020
2035
  lastLockoutDate: 'Last lockout date',
2021
2036
  lastLogin: 'Last login',
2022
2037
  lastPasswordChangeDate: 'Password last changed',
@@ -2087,8 +2102,7 @@ export default {
2087
2102
  startnodeshelp: 'Limit the content tree to specific start nodes',
2088
2103
  updateDate: 'User last updated',
2089
2104
  userCreated: 'has been created',
2090
- userCreatedSuccessHelp:
2091
- 'The new user has successfully been created. To log in to Umbraco use the\n password below.\n ',
2105
+ userCreatedSuccessHelp: 'The new user has successfully been created. To log in to Umbraco use the password below.',
2092
2106
  userHasPassword: 'The user already has a password set',
2093
2107
  userHasGroup: "The user is already in group '%0%'",
2094
2108
  userLockoutNotEnabled: 'Lockout is not enabled for this user',
@@ -2099,14 +2113,13 @@ export default {
2099
2113
  usergroup: 'User group',
2100
2114
  usergroups: 'User groups',
2101
2115
  userInvited: 'has been invited',
2102
- userInvitedSuccessHelp:
2103
- 'An invitation has been sent to the new user with details about how to log in to\n Umbraco.\n ',
2116
+ userInvitedSuccessHelp: 'An invitation has been sent to the new user with details about how to log in to Umbraco.',
2104
2117
  userinviteWelcomeMessage:
2105
- 'Hello there and welcome to Umbraco! In just 1 minute youll be good to go, we\n just need you to setup a password and add a picture for your avatar.\n ',
2118
+ "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.",
2106
2119
  userinviteExpiredMessage:
2107
- 'Welcome to Umbraco! Unfortunately your invite has expired. Please contact your\n administrator and ask them to resend it.\n ',
2120
+ 'Welcome to Umbraco! Unfortunately your invite has expired. Please contact your administrator and ask them to resend it.',
2108
2121
  userinviteAvatarMessage:
2109
- 'Uploading a photo of yourself will make it easy for other users to recognize\n you. Click the circle above to upload your photo.\n ',
2122
+ 'Uploading a photo of yourself will make it easy for other users to recognise you. Click the circle above to upload your photo.',
2110
2123
  writer: 'Writer',
2111
2124
  configureTwoFactor: 'Configure Two-Factor',
2112
2125
  change: 'Change',
@@ -2192,7 +2205,7 @@ export default {
2192
2205
  legacyOptionDescription: 'This option is no longer supported, please select something else',
2193
2206
  numberMinimum: "Value must be greater than or equal to '%0%'.",
2194
2207
  numberMaximum: "Value must be less than or equal to '%0%'.",
2195
- numberMisconfigured: "Minimum value '%0%' must be less than the maximum value '%1%'.",
2208
+ numberMisconfigured: "Minimum value '%0%'must be less than the maximum value '%1%'.",
2196
2209
  invalidExtensions: 'One or more of the extensions are invalid.',
2197
2210
  allowedExtensions: 'Allowed extensions are:',
2198
2211
  disallowedExtensions: 'Disallowed extensions are:',
@@ -2200,11 +2213,11 @@ export default {
2200
2213
  healthcheck: {
2201
2214
  checkSuccessMessage: "Value is set to the recommended value: '%0%'.",
2202
2215
  checkErrorMessageDifferentExpectedValue:
2203
- "Expected value '%1%' for '%2%' in configuration file '%3%', but\n found '%0%'.\n ",
2204
- checkErrorMessageUnexpectedValue: "Found unexpected value '%0%' for '%2%' in configuration file '%3%'.\n ",
2216
+ "Expected value '%1%' for '%2%' in configuration file '%3%', but found '%0%'.",
2217
+ checkErrorMessageUnexpectedValue: "Found unexpected value '%0%' for '%2%' in configuration file '%3%'.",
2205
2218
  macroErrorModeCheckSuccessMessage: "MacroErrors are set to '%0%'.",
2206
2219
  macroErrorModeCheckErrorMessage:
2207
- "MacroErrors are set to '%0%' which will prevent some or all pages in\n your site from loading completely if there are any errors in macros. Rectifying this will set the value to '%1%'.\n ",
2220
+ "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%'.",
2208
2221
  httpsCheckValidCertificate: "Your website's certificate is valid.",
2209
2222
  httpsCheckInvalidCertificate: "Certificate validation error: '%0%'",
2210
2223
  httpsCheckExpiredCertificate: "Your website's SSL certificate has expired.",
@@ -2212,12 +2225,12 @@ export default {
2212
2225
  healthCheckInvalidUrl: "Error pinging the URL %0% - '%1%'",
2213
2226
  httpsCheckIsCurrentSchemeHttps: 'You are currently %0% viewing the site using the HTTPS scheme.',
2214
2227
  httpsCheckConfigurationRectifyNotPossible:
2215
- "The appSetting 'Umbraco:CMS:Global:UseHttps' is set to 'false' in\n your appSettings.json file. Once you access this site using the HTTPS scheme, that should be set to 'true'.\n ",
2228
+ "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'.",
2216
2229
  httpsCheckConfigurationCheckResult:
2217
- "The appSetting 'Umbraco:CMS:Global:UseHttps' is set to '%0%' in your\n appSettings.json file, your cookies are %1% marked as secure.\n ",
2230
+ "The appSetting 'Umbraco:CMS:Global:UseHttps' is set to '%0%' in your appSettings.json file, your cookies are %1% marked as secure.",
2218
2231
  compilationDebugCheckSuccessMessage: 'Debug compilation mode is disabled.',
2219
2232
  compilationDebugCheckErrorMessage:
2220
- 'Debug compilation mode is currently enabled. It is recommended to\n disable this setting before go live.\n ',
2233
+ 'Debug compilation mode is currently enabled. It is recommended to disable this setting before go live.',
2221
2234
  umbracoApplicationUrlCheckResultTrue:
2222
2235
  "The appSetting 'Umbraco:CMS:WebRouting:UmbracoApplicationUrl' is set to <strong>%0%</strong>.",
2223
2236
  umbracoApplicationUrlCheckResultFalse: "The appSetting 'Umbraco:CMS:WebRouting:UmbracoApplicationUrl' is not set.",
@@ -2237,24 +2250,23 @@ export default {
2237
2250
  hSTSCheckHeaderNotFoundOnLocalhost:
2238
2251
  'The header <strong>Strict-Transport-Security</strong> was not found. This header should not be present on localhost.',
2239
2252
  xssProtectionCheckHeaderFound:
2240
- 'The header <strong>X-XSS-Protection</strong> was found. <strong>It is recommended not to add this header to your website</strong>.<br />\n 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 ',
2253
+ '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 ',
2241
2254
  xssProtectionCheckHeaderNotFound: 'The header <strong>X-XSS-Protection</strong> was not found.',
2242
2255
  excessiveHeadersFound:
2243
2256
  'The following headers revealing information about the website technology were found: <strong>%0%</strong>.',
2244
- excessiveHeadersNotFound: 'No headers revealing information about the website technology were found.\n ',
2245
- smtpMailSettingsNotFound: 'In the Web.config file, system.net/mailsettings could not be found.',
2246
- smtpMailSettingsHostNotConfigured:
2247
- 'In the Web.config file system.net/mailsettings section, the host is\n not configured.\n ',
2257
+ excessiveHeadersNotFound: 'No headers revealing information about the website technology were found.',
2258
+ smtpMailSettingsNotFound: "The 'Umbraco:CMS:Global:Smtp' configuration could not be found.",
2259
+ smtpMailSettingsHostNotConfigured: "The 'Umbraco:CMS:Global:Smtp:Host' configuration could not be found.",
2248
2260
  smtpMailSettingsConnectionSuccess:
2249
- 'SMTP settings are configured correctly and the service is operating\n as expected.\n ',
2261
+ 'SMTP settings are configured correctly and the service is operating as expected.',
2250
2262
  smtpMailSettingsConnectionFail:
2251
- "The SMTP server configured with host '%0%' and port '%1%' could not be\n reached. Please check to ensure the SMTP settings in the Web.config file system.net/mailsettings are correct.\n ",
2263
+ "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.",
2252
2264
  notificationEmailsCheckSuccessMessage: 'Notification email has been set to <strong>%0%</strong>.',
2253
2265
  notificationEmailsCheckErrorMessage:
2254
2266
  'Notification email is still set to the default value of <strong>%0%</strong>.',
2255
2267
  checkGroup: 'Check group',
2256
2268
  helpText:
2257
- '\n <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.\n 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>\n ',
2269
+ '<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>',
2258
2270
  },
2259
2271
  redirectUrls: {
2260
2272
  disableUrlTracker: 'Disable URL tracker',
@@ -2265,7 +2277,7 @@ export default {
2265
2277
  panelInformation: 'The following URLs redirect to this content item:',
2266
2278
  noRedirects: 'No redirects have been made',
2267
2279
  noRedirectsDescription:
2268
- 'When a published page gets renamed or moved a redirect will automatically be\n made to the new page.\n ',
2280
+ 'When a published page gets renamed or moved a redirect will automatically be made to the new page.',
2269
2281
  redirectRemoved: 'Redirect URL removed.',
2270
2282
  redirectRemoveError: 'Error removing redirect URL.',
2271
2283
  redirectRemoveWarning: 'This will remove the redirect',
@@ -2288,7 +2300,7 @@ export default {
2288
2300
  mediaTrashed: 'Trashed media with Id: {0} related to original parent media item with Id: {1}',
2289
2301
  itemCannotBeRestored: 'Cannot automatically restore this item',
2290
2302
  itemCannotBeRestoredHelpText:
2291
- 'There is no location where this item can be automatically restored. You\n can move the item manually using the tree below.\n ',
2303
+ 'There is no location where this item can be automatically restored. You can move the item manually using the tree below.',
2292
2304
  wasRestored: 'was restored under',
2293
2305
  },
2294
2306
  relationType: {
@@ -2363,7 +2375,7 @@ export default {
2363
2375
  searchOverlayTitle: 'Search the Umbraco backoffice',
2364
2376
  searchOverlayDescription: 'Search for content nodes, media nodes etc. across the backoffice.',
2365
2377
  searchInputDescription:
2366
- 'When autocomplete results are available, press up and down arrows, or use the\n tab key and use the enter key to select.\n ',
2378
+ 'When autocomplete results are available, press up and down arrows, or use the tab key and use the enter key to select.',
2367
2379
  path: 'Path:',
2368
2380
  foundIn: 'Found in',
2369
2381
  hasTranslation: 'Has translation',
@@ -2428,9 +2440,9 @@ export default {
2428
2440
  searchOurUmbracoWithGoogle: 'Search Our Umbraco with Google',
2429
2441
  searchOurUmbracoForumsUsingGoogle: 'Search Our Umbraco forums using Google',
2430
2442
  searchUmbracoSource: 'Search Umbraco Source',
2431
- searchWithinUmbracoSourceCodeOnGithub: 'Search within Umbraco source code on Github',
2443
+ searchWithinUmbracoSourceCodeOnGithub: 'Search within Umbraco source code on GitHub',
2432
2444
  searchUmbracoIssues: 'Search Umbraco Issues',
2433
- searchUmbracoIssuesOnGithub: 'Search Umbraco Issues on Github',
2445
+ searchUmbracoIssuesOnGithub: 'Search Umbraco Issues on GitHub',
2434
2446
  deleteThisSearch: 'Delete this search',
2435
2447
  findLogsWithRequestId: 'Find Logs with Request ID',
2436
2448
  findLogsWithNamespace: 'Find Logs with Namespace',
@@ -2467,15 +2479,15 @@ export default {
2467
2479
  refreshStatus: 'Refresh status',
2468
2480
  memoryCache: 'Memory Cache',
2469
2481
  memoryCacheDescription:
2470
- '\n This button lets you reload the in-memory cache, by entirely reloading it from the database\n cache (but it does not rebuild that database cache). This is relatively fast.\n Use it when you think that the memory cache has not been properly refreshed, after some events\n triggered&mdash;which would indicate a minor Umbraco issue.\n (note: triggers the reload on all servers in an LB environment, and will clear the second level cache if you have it enabled).\n ',
2482
+ '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 &mdash; 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).',
2471
2483
  reload: 'Reload',
2472
2484
  databaseCache: 'Database Cache',
2473
2485
  databaseCacheDescription:
2474
- '\n This button lets you rebuild the database cache, ie the content of the cmsContentNu table.\n <strong>Rebuilding can be expensive.</strong>\n Use it when reloading is not enough, and you think that the database cache has not been\n properly generated&mdash;which would indicate some critical Umbraco issue.\n ',
2486
+ '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 &mdash; which would indicate some critical Umbraco issue.',
2475
2487
  rebuild: 'Rebuild',
2476
2488
  internals: 'Internals',
2477
2489
  internalsDescription:
2478
- '\n This button lets you trigger a NuCache snapshots collection (after running a fullCLR GC).\n Unless you know what that means, you probably do <em>not</em> need to use it.\n ',
2490
+ '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.',
2479
2491
  collect: 'Collect',
2480
2492
  publishedCacheStatus: 'Published Cache Status',
2481
2493
  caches: 'Caches',
@@ -2483,20 +2495,20 @@ export default {
2483
2495
  profiling: {
2484
2496
  performanceProfiling: 'Performance profiling',
2485
2497
  performanceProfilingDescription:
2486
- "\n <p>\n Umbraco currently runs in debug mode. This means you can use the built-in performance profiler to assess the performance when rendering pages.\n </p>\n <p>\n 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.\n </p>\n <p>\n If you want the profiler to be activated by default for all page renderings, you can use the toggle below.\n It will set a cookie in your browser, which then activates the profiler automatically.\n In other words, the profiler will only be active by default in <em>your</em> browser - not everyone else's.\n </p>\n ",
2498
+ "<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>",
2487
2499
  activateByDefault: 'Activate the profiler by default',
2488
2500
  reminder: 'Friendly reminder',
2489
2501
  reminderDescription:
2490
- '\n <p>\n 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.\n </p>\n ',
2502
+ '<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>',
2491
2503
  profilerEnabledDescription:
2492
- "\n <p>\n 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.\n </p>\n <p>\n 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.\n </p>\n ",
2504
+ "<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>",
2493
2505
  },
2494
2506
  settingsDashboardVideos: {
2495
2507
  trainingHeadline: 'Hours of Umbraco training videos are only a click away',
2496
2508
  trainingDescription:
2497
- '\n <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>\n ',
2509
+ '<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>',
2498
2510
  learningBaseDescription:
2499
- '\n <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>\n ',
2511
+ ' <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> ',
2500
2512
  getStarted: 'To get you started',
2501
2513
  },
2502
2514
  settingsDashboard: {
@@ -2507,7 +2519,7 @@ export default {
2507
2519
  trainingHeader: 'Training',
2508
2520
  trainingDescription: 'Find out about real-life training and certification opportunities',
2509
2521
  supportHeader: 'Support',
2510
- supportDescription: 'Extend your team with a highly skilled and passionate bunch of Umbraco know-it-alls',
2522
+ supportDescription: 'Extend your team with a highly skilled and passionate bunch of Umbraco know-it-alls.',
2511
2523
  videosHeader: 'Videos',
2512
2524
  videosDescription:
2513
2525
  'Watch our free tutorial videos on the Umbraco Learning Base YouTube channel, to get up to speed quickly with Umbraco.',
@@ -2520,7 +2532,7 @@ export default {
2520
2532
  startupDashboard: {
2521
2533
  fallbackHeadline: 'Welcome to The Friendly CMS',
2522
2534
  fallbackDescription:
2523
- "Thank you for choosing Umbraco - we think this could be the beginning of something\n beautiful. While it may feel overwhelming at first, we've done a lot to make the learning curve as smooth and fast\n as possible.\n ",
2535
+ "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.",
2524
2536
  },
2525
2537
  welcomeDashboard: {
2526
2538
  ourUmbracoHeadline: 'Our Umbraco - The Friendliest Community',
@@ -2548,14 +2560,14 @@ export default {
2548
2560
  headlineEditorAppearance: 'Block appearance',
2549
2561
  headlineDataModels: 'Data models',
2550
2562
  headlineCatalogueAppearance: 'Catalogue appearance',
2551
- labelBackgroundColor: 'Background color',
2552
- labelIconColor: 'Icon color',
2563
+ labelBackgroundColor: 'Background colour',
2564
+ labelIconColor: 'Icon colour',
2553
2565
  labelContentElementType: 'Content model',
2554
2566
  labelLabelTemplate: 'Label',
2555
2567
  labelCustomView: 'Custom view',
2556
2568
  labelCustomViewInfoTitle: 'Show custom view description',
2557
2569
  labelCustomViewDescription:
2558
- 'Overwrite how this block appears in the backoffice UI. Pick a .html file\n containing your presentation.\n ',
2570
+ 'Overwrite how this block appears in the backoffice UI. Pick a .html file containing your presentation.',
2559
2571
  labelSettingsElementType: 'Settings model',
2560
2572
  labelEditorSize: 'Overlay editor size',
2561
2573
  addCustomView: 'Add custom view',
@@ -2564,11 +2576,12 @@ export default {
2564
2576
  confirmDeleteBlockMessage: 'Are you sure you want to delete this %0%?',
2565
2577
  confirmDeleteBlockTypeMessage: 'Are you sure you want to delete the block configuration <strong>%0%</strong>?',
2566
2578
  confirmDeleteBlockTypeNotice:
2567
- 'The content of this block will still be present, editing of this content\n will no longer be available and will be shown as unsupported content.\n ',
2579
+ '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.',
2568
2580
  confirmDeleteBlockGroupTitle: 'Delete group?',
2569
- confirmDeleteBlockGroupMessage: 'Are you sure you want to delete group <strong>%0%</strong>?',
2581
+ confirmDeleteBlockGroupMessage:
2582
+ 'Are you sure you want to delete group <strong>%0%</strong> and all the Block configurations of this?',
2570
2583
  confirmDeleteBlockGroupNotice:
2571
- 'The content of these Blocks will still be present, editing of this content\n will no longer be available and will be shown as unsupported content.\n ',
2584
+ '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.',
2572
2585
  blockConfigurationOverlayTitle: "Configuration of '%0%'",
2573
2586
  elementTypeDoesNotExist: 'Cannot be edited cause ElementType does not exist.',
2574
2587
  thumbnail: 'Thumbnail',
@@ -2650,7 +2663,7 @@ export default {
2650
2663
  headlineAllowance: 'Permissions',
2651
2664
  getSampleHeadline: 'Install Sample Configuration',
2652
2665
  getSampleDescription:
2653
- "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. ",
2666
+ "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.",
2654
2667
  getSampleButton: 'Install',
2655
2668
  actionEnterSortMode: 'Sort mode',
2656
2669
  actionExitSortMode: 'End sort mode',
@@ -2675,13 +2688,13 @@ export default {
2675
2688
  contentTemplatesDashboard: {
2676
2689
  whatHeadline: 'What are Document Blueprints?',
2677
2690
  whatDescription:
2678
- 'Document Blueprints are pre-defined content that can be selected when creating a new\n content node.\n ',
2691
+ 'Document Blueprints are pre-defined content that can be selected when creating a new content node.',
2679
2692
  createHeadline: 'How do I create a Document Blueprint?',
2680
2693
  createDescription:
2681
- '\n <p>There are two ways to create a Document Blueprint:</p>\n <ul>\n <li>Right-click a content node and select "Create Document Blueprint" to create a new Document Blueprint.</li>\n <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>\n </ul>\n <p>Once given a name, editors can start using the Document Blueprint as a foundation for their new page.</p>\n ',
2694
+ '<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>',
2682
2695
  manageHeadline: 'How do I manage Document Blueprints?',
2683
2696
  manageDescription:
2684
- 'You can edit and delete Document Blueprints from the "Document Blueprints" tree in the\n Settings section. Expand the Document Type which the Document Blueprint is based on and click it to edit or delete\n it.\n ',
2697
+ '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.',
2685
2698
  },
2686
2699
  preview: {
2687
2700
  endLabel: 'End',
@@ -2690,12 +2703,12 @@ export default {
2690
2703
  openWebsiteTitle: 'Open website in preview mode',
2691
2704
  returnToPreviewHeadline: 'Preview website?',
2692
2705
  returnToPreviewDescription:
2693
- 'You have ended preview mode, do you want to enable it again to view the\n latest saved version of your website?\n ',
2706
+ 'You have ended preview mode, do you want to enable it again to view the latest saved version of your website?',
2694
2707
  returnToPreviewAcceptButton: 'Preview latest version',
2695
2708
  returnToPreviewDeclineButton: 'View published version',
2696
2709
  viewPublishedContentHeadline: 'View published version?',
2697
2710
  viewPublishedContentDescription:
2698
- 'You are in Preview Mode, do you want exit in order to view the\n published version of your website?\n ',
2711
+ 'You are in Preview Mode, do you want exit in order to view the published version of your website?',
2699
2712
  viewPublishedContentAcceptButton: 'View published version',
2700
2713
  viewPublishedContentDeclineButton: 'Stay in preview mode',
2701
2714
  },
@@ -2709,19 +2722,15 @@ export default {
2709
2722
  searchResult: 'item returned',
2710
2723
  searchResults: 'items returned',
2711
2724
  },
2712
- propertyEditorPicker: {
2713
- title: 'Select a property editor',
2714
- openPropertyEditorPicker: 'Select a property editor UI',
2715
- },
2716
2725
  analytics: {
2717
2726
  consentForAnalytics: 'Consent for telemetry data',
2718
2727
  analyticsLevelSavedSuccess: 'Telemetry level saved!',
2719
2728
  analyticsDescription:
2720
- '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.\n<br>Aggregate data will be shared on a regular basis as well as learnings from these metrics.\n<br>Hopefully, you will help us collect some valuable data.\n<br>\n<br>We <strong>WILL NOT</strong> collect any personal data such as content, code, user information, and all data will be fully anonymized.',
2721
- minimalLevelDescription: 'We will only send an anonymized site ID to let us know that the site exists.',
2722
- basicLevelDescription: 'We will send an anonymized site ID, Umbraco version, and packages installed',
2729
+ '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.',
2730
+ minimalLevelDescription: 'We will only send an anonymised site ID to let us know that the site exists.',
2731
+ basicLevelDescription: 'We will send an anonymised site ID, Umbraco version, and packages installed',
2723
2732
  detailedLevelDescription:
2724
- 'We will send:\n<ul>\n <li>Anonymized site ID, Umbraco version, and packages installed.</li>\n <li>Number of: Root nodes, Content nodes, Macros, Media, Document Types, Templates, Languages, Domains, User Group, Users, Members, Backoffice external login providers, and Property Editors in use.</li>\n <li>System information: Webserver, server OS, server framework, server OS language, and database provider.</li>\n <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>\n</ul>\n<em>We might change what we send on the Detailed level in the future. If so, it will be listed above.\n<br>By choosing "Detailed" you agree to current and future anonymized information being collected.</em>',
2733
+ '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>',
2725
2734
  },
2726
2735
  routing: {
2727
2736
  routeNotFoundTitle: 'Not found',
@@ -2790,13 +2799,38 @@ export default {
2790
2799
  modalSource: 'Source',
2791
2800
  modalManual: 'Manual',
2792
2801
  modalAnchorValidationMessage:
2793
- 'Please enter an anchor or querystring, or select a published document or media item, or manually configure the URL.',
2802
+ 'Please enter an anchor or querystring, select a document or media item, or manually configure the URL.',
2794
2803
  resetUrlHeadline: 'Reset URL?',
2795
2804
  resetUrlMessage: 'Are you sure you want to reset this URL?',
2796
2805
  resetUrlLabel: 'Reset',
2797
2806
  },
2798
- collection: {
2799
- noItemsTitle: 'No items',
2800
- addCollectionConfiguration: 'Add collection',
2807
+ uiCulture: {
2808
+ ar: 'العربية',
2809
+ bs: 'Bosanski',
2810
+ cs: 'Česky',
2811
+ cy: 'Cymraeg',
2812
+ da: 'Dansk',
2813
+ de: 'Deutsch',
2814
+ en: 'English (UK)',
2815
+ 'en-us': 'English (US)',
2816
+ es: 'Español',
2817
+ fr: 'Français',
2818
+ he: 'Hebrew',
2819
+ hr: 'Hrvatski',
2820
+ it: 'Italiano',
2821
+ ja: '日本語',
2822
+ ko: '한국어',
2823
+ nb: 'Norsk Bokmål',
2824
+ nl: 'Nederlands',
2825
+ pl: 'Polski',
2826
+ pt: 'Português',
2827
+ 'pt-br': 'Português (Brasil)',
2828
+ ro: 'Romana',
2829
+ ru: 'Русский',
2830
+ sv: 'Svenska',
2831
+ tr: 'Türkçe',
2832
+ uk: 'Українська',
2833
+ zh: '中文',
2834
+ 'zh-tw': '中文(正體,台灣)',
2801
2835
  },
2802
2836
  } as UmbLocalizationDictionary;