@umbraco-cms/backoffice 14.0.0-a353ecfe → 14.0.0-e0d20272

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 (632) hide show
  1. package/dist-cms/apps/app/app.element.js +17 -7
  2. package/dist-cms/apps/app/app.element.js.map +1 -1
  3. package/dist-cms/custom-elements.json +148 -25
  4. package/dist-cms/external/backend-api/index.js +1 -1
  5. package/dist-cms/external/rxjs/index.js +2 -2
  6. package/dist-cms/external/tinymce/index.js +49 -0
  7. package/dist-cms/mocks/data/data-type.data.js +69 -1
  8. package/dist-cms/mocks/data/data-type.data.js.map +1 -1
  9. package/dist-cms/mocks/data/document-type.data.js +18 -0
  10. package/dist-cms/mocks/data/document-type.data.js.map +1 -1
  11. package/dist-cms/mocks/data/document.data.js +7 -0
  12. package/dist-cms/mocks/data/document.data.js.map +1 -1
  13. package/dist-cms/mocks/data/template.data.d.ts +1 -1
  14. package/dist-cms/mocks/data/template.data.js +14 -5
  15. package/dist-cms/mocks/data/template.data.js.map +1 -1
  16. package/dist-cms/mocks/handlers/images.handlers.d.ts +1 -0
  17. package/dist-cms/mocks/handlers/images.handlers.js +8 -0
  18. package/dist-cms/mocks/handlers/images.handlers.js.map +1 -0
  19. package/dist-cms/mocks/handlers/manifests.handlers.js +1 -1
  20. package/dist-cms/mocks/handlers/manifests.handlers.js.map +1 -1
  21. package/dist-cms/mocks/handlers/rte-embed.handlers.js +6 -2
  22. package/dist-cms/mocks/handlers/rte-embed.handlers.js.map +1 -1
  23. package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.d.ts +15 -0
  24. package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.js +17 -0
  25. package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.js.map +1 -1
  26. package/dist-cms/packages/core/components/index.d.ts +1 -0
  27. package/dist-cms/packages/core/components/index.js +1 -0
  28. package/dist-cms/packages/core/components/index.js.map +1 -1
  29. package/dist-cms/packages/core/components/input-tiny-mce/index.d.ts +6 -0
  30. package/dist-cms/packages/core/components/input-tiny-mce/index.js +7 -0
  31. package/dist-cms/packages/core/components/input-tiny-mce/index.js.map +1 -0
  32. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.d.ts +5 -0
  33. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.js +46 -0
  34. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.js.map +1 -0
  35. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.d.ts +29 -0
  36. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.js +270 -0
  37. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.js.map +1 -0
  38. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.d.ts +3 -0
  39. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.js +39 -0
  40. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.js.map +1 -0
  41. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.d.ts +1 -0
  42. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.js +79 -0
  43. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.js.map +1 -0
  44. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.d.ts +6 -0
  45. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.js +54 -0
  46. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.js.map +1 -0
  47. package/dist-cms/packages/core/components/input-tiny-mce/tiny-mce-plugin.d.ts +12 -0
  48. package/dist-cms/packages/core/components/input-tiny-mce/tiny-mce-plugin.js +8 -0
  49. package/dist-cms/packages/core/components/input-tiny-mce/tiny-mce-plugin.js.map +1 -0
  50. package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.d.ts +3 -3
  51. package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js +10 -10
  52. package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js.map +1 -1
  53. package/dist-cms/packages/core/components/property-type-based-property/property-type-based-property.element.js +3 -3
  54. package/dist-cms/packages/core/components/property-type-based-property/property-type-based-property.element.js.map +1 -1
  55. package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.d.ts +1 -1
  56. package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.js +5 -5
  57. package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.js.map +1 -1
  58. package/dist-cms/packages/core/extension-registry/models/index.d.ts +4 -2
  59. package/dist-cms/packages/core/extension-registry/models/index.js +1 -0
  60. package/dist-cms/packages/core/extension-registry/models/index.js.map +1 -1
  61. package/dist-cms/packages/core/extension-registry/models/property-editor.model.d.ts +5 -5
  62. package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.d.ts +38 -0
  63. package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.js +2 -0
  64. package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.js.map +1 -0
  65. package/dist-cms/packages/core/index.d.ts +1 -0
  66. package/dist-cms/packages/core/index.js +3 -0
  67. package/dist-cms/packages/core/index.js.map +1 -1
  68. package/dist-cms/packages/core/macro/index.d.ts +1 -0
  69. package/dist-cms/packages/core/macro/index.js +2 -0
  70. package/dist-cms/packages/core/macro/index.js.map +1 -0
  71. package/dist-cms/packages/core/macro/macro.service.d.ts +26 -0
  72. package/dist-cms/packages/core/macro/macro.service.js +117 -0
  73. package/dist-cms/packages/core/macro/macro.service.js.map +1 -0
  74. package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.d.ts +17 -0
  75. package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.js +92 -0
  76. package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.js.map +1 -0
  77. package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.d.ts +3 -5
  78. package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.js +11 -11
  79. package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.js.map +1 -1
  80. package/dist-cms/packages/core/modal/common/manifests.js +6 -0
  81. package/dist-cms/packages/core/modal/common/manifests.js.map +1 -1
  82. package/dist-cms/packages/core/modal/token/code-editor-modal.token.d.ts +12 -0
  83. package/dist-cms/packages/core/modal/token/code-editor-modal.token.js +6 -0
  84. package/dist-cms/packages/core/modal/token/code-editor-modal.token.js.map +1 -0
  85. package/dist-cms/packages/core/modal/token/embedded-media-modal.token.d.ts +8 -7
  86. package/dist-cms/packages/core/modal/token/embedded-media-modal.token.js +2 -1
  87. package/dist-cms/packages/core/modal/token/embedded-media-modal.token.js.map +1 -1
  88. package/dist-cms/packages/core/modal/token/index.d.ts +1 -0
  89. package/dist-cms/packages/core/modal/token/index.js +1 -0
  90. package/dist-cms/packages/core/modal/token/index.js.map +1 -1
  91. package/dist-cms/packages/core/property-editors/manifests.d.ts +1 -1
  92. package/dist-cms/packages/core/property-editors/manifests.js +2 -2
  93. package/dist-cms/packages/core/property-editors/manifests.js.map +1 -1
  94. package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.d.ts +2 -2
  95. package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.js +1 -1
  96. package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.js.map +1 -1
  97. package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.d.ts +2 -2
  98. package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.js +1 -1
  99. package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.js.map +1 -1
  100. package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.d.ts +2 -2
  101. package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.js +1 -1
  102. package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.js.map +1 -1
  103. package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.d.ts +2 -2
  104. package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.js +1 -1
  105. package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.js.map +1 -1
  106. package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.d.ts +2 -2
  107. package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.js +1 -1
  108. package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.js.map +1 -1
  109. package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.d.ts +2 -2
  110. package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.js +1 -1
  111. package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.js.map +1 -1
  112. package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.d.ts +2 -2
  113. package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.js +1 -1
  114. package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.js.map +1 -1
  115. package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.d.ts +2 -2
  116. package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.js +1 -1
  117. package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.js.map +1 -1
  118. package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.d.ts +2 -2
  119. package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.js +1 -1
  120. package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.js.map +1 -1
  121. package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.d.ts +2 -2
  122. package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.js +1 -1
  123. package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.js.map +1 -1
  124. package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.d.ts +2 -2
  125. package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.js +1 -1
  126. package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.js.map +1 -1
  127. package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.d.ts +2 -2
  128. package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.js +1 -1
  129. package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.js.map +1 -1
  130. package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.d.ts +2 -2
  131. package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.js +1 -1
  132. package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.js.map +1 -1
  133. package/dist-cms/packages/core/property-editors/models/Umbraco.Label.d.ts +2 -2
  134. package/dist-cms/packages/core/property-editors/models/Umbraco.Label.js +1 -1
  135. package/dist-cms/packages/core/property-editors/models/Umbraco.Label.js.map +1 -1
  136. package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.d.ts +2 -2
  137. package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.js +1 -1
  138. package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.js.map +1 -1
  139. package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.d.ts +2 -2
  140. package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.js +1 -1
  141. package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.js.map +1 -1
  142. package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.d.ts +2 -2
  143. package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.js +1 -1
  144. package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.js.map +1 -1
  145. package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.d.ts +2 -2
  146. package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.js +1 -1
  147. package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.js.map +1 -1
  148. package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.d.ts +2 -2
  149. package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.js +1 -1
  150. package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.js.map +1 -1
  151. package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.d.ts +2 -2
  152. package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.js +1 -1
  153. package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.js.map +1 -1
  154. package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.d.ts +2 -2
  155. package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.js +1 -1
  156. package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.js.map +1 -1
  157. package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.d.ts +2 -2
  158. package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.js +1 -1
  159. package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.js.map +1 -1
  160. package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.d.ts +2 -2
  161. package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.js +1 -1
  162. package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.js.map +1 -1
  163. package/dist-cms/packages/core/property-editors/models/Umbraco.RichText.d.ts +2 -0
  164. package/dist-cms/packages/core/property-editors/models/{Umbraco.TinyMCE.js → Umbraco.RichText.js} +4 -3
  165. package/dist-cms/packages/core/property-editors/models/Umbraco.RichText.js.map +1 -0
  166. package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.d.ts +2 -2
  167. package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.js +1 -1
  168. package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.js.map +1 -1
  169. package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.d.ts +2 -2
  170. package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.js +1 -1
  171. package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.js.map +1 -1
  172. package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.d.ts +2 -2
  173. package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.js +1 -1
  174. package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.js.map +1 -1
  175. package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.d.ts +2 -2
  176. package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.js +1 -1
  177. package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.js.map +1 -1
  178. package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.d.ts +2 -2
  179. package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.js +1 -1
  180. package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.js.map +1 -1
  181. package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.d.ts +2 -2
  182. package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.js +1 -1
  183. package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.js.map +1 -1
  184. package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.d.ts +2 -2
  185. package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.js +1 -1
  186. package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.js.map +1 -1
  187. package/dist-cms/packages/core/property-editors/models/manifests.d.ts +2 -2
  188. package/dist-cms/packages/core/property-editors/models/manifests.js +2 -2
  189. package/dist-cms/packages/core/property-editors/models/manifests.js.map +1 -1
  190. package/dist-cms/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.js +1 -1
  191. package/dist-cms/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.js.map +1 -1
  192. package/dist-cms/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.js +1 -1
  193. package/dist-cms/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.js.map +1 -1
  194. package/dist-cms/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.js +1 -1
  195. package/dist-cms/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.js.map +1 -1
  196. package/dist-cms/packages/core/property-editors/uis/block-grid/manifests.js +1 -1
  197. package/dist-cms/packages/core/property-editors/uis/block-grid/manifests.js.map +1 -1
  198. package/dist-cms/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.js +1 -1
  199. package/dist-cms/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.js.map +1 -1
  200. package/dist-cms/packages/core/property-editors/uis/block-list/manifests.js +1 -1
  201. package/dist-cms/packages/core/property-editors/uis/block-list/manifests.js.map +1 -1
  202. package/dist-cms/packages/core/property-editors/uis/checkbox-list/manifests.js +1 -1
  203. package/dist-cms/packages/core/property-editors/uis/checkbox-list/manifests.js.map +1 -1
  204. package/dist-cms/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.js +1 -1
  205. package/dist-cms/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.js.map +1 -1
  206. package/dist-cms/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.js +1 -1
  207. package/dist-cms/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.js.map +1 -1
  208. package/dist-cms/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.js +1 -1
  209. package/dist-cms/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.js.map +1 -1
  210. package/dist-cms/packages/core/property-editors/uis/collection-view/config/order-by/manifests.js +1 -1
  211. package/dist-cms/packages/core/property-editors/uis/collection-view/config/order-by/manifests.js.map +1 -1
  212. package/dist-cms/packages/core/property-editors/uis/collection-view/manifests.js +1 -1
  213. package/dist-cms/packages/core/property-editors/uis/collection-view/manifests.js.map +1 -1
  214. package/dist-cms/packages/core/property-editors/uis/color-picker/manifests.js +1 -1
  215. package/dist-cms/packages/core/property-editors/uis/color-picker/manifests.js.map +1 -1
  216. package/dist-cms/packages/core/property-editors/uis/date-picker/manifests.js +1 -1
  217. package/dist-cms/packages/core/property-editors/uis/date-picker/manifests.js.map +1 -1
  218. package/dist-cms/packages/core/property-editors/uis/dropdown/manifests.js +1 -1
  219. package/dist-cms/packages/core/property-editors/uis/dropdown/manifests.js.map +1 -1
  220. package/dist-cms/packages/core/property-editors/uis/eye-dropper/manifests.js +1 -1
  221. package/dist-cms/packages/core/property-editors/uis/eye-dropper/manifests.js.map +1 -1
  222. package/dist-cms/packages/core/property-editors/uis/icon-picker/manifests.js +1 -1
  223. package/dist-cms/packages/core/property-editors/uis/icon-picker/manifests.js.map +1 -1
  224. package/dist-cms/packages/core/property-editors/uis/image-cropper/manifests.js +1 -1
  225. package/dist-cms/packages/core/property-editors/uis/image-cropper/manifests.js.map +1 -1
  226. package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/manifests.js +1 -1
  227. package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/manifests.js.map +1 -1
  228. package/dist-cms/packages/core/property-editors/uis/label/manifests.js +1 -1
  229. package/dist-cms/packages/core/property-editors/uis/label/manifests.js.map +1 -1
  230. package/dist-cms/packages/core/property-editors/uis/manifests.js +1 -1
  231. package/dist-cms/packages/core/property-editors/uis/manifests.js.map +1 -1
  232. package/dist-cms/packages/core/property-editors/uis/markdown-editor/manifests.js +1 -1
  233. package/dist-cms/packages/core/property-editors/uis/markdown-editor/manifests.js.map +1 -1
  234. package/dist-cms/packages/core/property-editors/uis/media-picker/manifests.js +1 -1
  235. package/dist-cms/packages/core/property-editors/uis/media-picker/manifests.js.map +1 -1
  236. package/dist-cms/packages/core/property-editors/uis/member-group-picker/manifests.js +1 -1
  237. package/dist-cms/packages/core/property-editors/uis/member-group-picker/manifests.js.map +1 -1
  238. package/dist-cms/packages/core/property-editors/uis/member-picker/manifests.js +1 -1
  239. package/dist-cms/packages/core/property-editors/uis/member-picker/manifests.js.map +1 -1
  240. package/dist-cms/packages/core/property-editors/uis/multi-url-picker/manifests.js +1 -1
  241. package/dist-cms/packages/core/property-editors/uis/multi-url-picker/manifests.js.map +1 -1
  242. package/dist-cms/packages/core/property-editors/uis/multiple-text-string/manifests.js +1 -1
  243. package/dist-cms/packages/core/property-editors/uis/multiple-text-string/manifests.js.map +1 -1
  244. package/dist-cms/packages/core/property-editors/uis/number/manifests.js +2 -2
  245. package/dist-cms/packages/core/property-editors/uis/number/manifests.js.map +1 -1
  246. package/dist-cms/packages/core/property-editors/uis/number-range/manifests.js +1 -1
  247. package/dist-cms/packages/core/property-editors/uis/number-range/manifests.js.map +1 -1
  248. package/dist-cms/packages/core/property-editors/uis/order-direction/manifests.js +1 -1
  249. package/dist-cms/packages/core/property-editors/uis/order-direction/manifests.js.map +1 -1
  250. package/dist-cms/packages/core/property-editors/uis/overlay-size/manifests.js +1 -1
  251. package/dist-cms/packages/core/property-editors/uis/overlay-size/manifests.js.map +1 -1
  252. package/dist-cms/packages/core/property-editors/uis/radio-button-list/manifests.js +1 -1
  253. package/dist-cms/packages/core/property-editors/uis/radio-button-list/manifests.js.map +1 -1
  254. package/dist-cms/packages/core/property-editors/uis/slider/manifests.js +1 -1
  255. package/dist-cms/packages/core/property-editors/uis/slider/manifests.js.map +1 -1
  256. package/dist-cms/packages/core/property-editors/uis/text-box/manifests.js +2 -2
  257. package/dist-cms/packages/core/property-editors/uis/text-box/manifests.js.map +1 -1
  258. package/dist-cms/packages/core/property-editors/uis/textarea/manifests.js +1 -1
  259. package/dist-cms/packages/core/property-editors/uis/textarea/manifests.js.map +1 -1
  260. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.d.ts +18 -0
  261. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.js +31 -0
  262. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.js.map +1 -0
  263. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.d.ts +2 -0
  264. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.js +52 -0
  265. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.js.map +1 -0
  266. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.d.ts +15 -0
  267. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.js +26 -0
  268. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.js.map +1 -0
  269. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.d.ts +16 -0
  270. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.js +45 -0
  271. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.js.map +1 -0
  272. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.d.ts +25 -0
  273. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.js +123 -0
  274. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.js.map +1 -0
  275. package/dist-cms/packages/core/property-editors/uis/tiny-mce/manifests.js +210 -7
  276. package/dist-cms/packages/core/property-editors/uis/tiny-mce/manifests.js.map +1 -1
  277. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.d.ts +2 -0
  278. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.js +84 -0
  279. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.js.map +1 -0
  280. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.d.ts +5 -0
  281. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.js +34 -0
  282. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.js.map +1 -0
  283. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.d.ts +5 -0
  284. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.js +69 -0
  285. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.js.map +1 -0
  286. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.d.ts +6 -0
  287. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.js +168 -0
  288. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.js.map +1 -0
  289. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.d.ts +5 -0
  290. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.js +166 -0
  291. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.js.map +1 -0
  292. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.d.ts +5 -0
  293. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.js +141 -0
  294. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.js.map +1 -0
  295. package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.d.ts +2 -1
  296. package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.js +16 -7
  297. package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.js.map +1 -1
  298. package/dist-cms/packages/core/property-editors/uis/toggle/manifests.js +1 -1
  299. package/dist-cms/packages/core/property-editors/uis/toggle/manifests.js.map +1 -1
  300. package/dist-cms/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.js +1 -1
  301. package/dist-cms/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.js.map +1 -1
  302. package/dist-cms/packages/core/property-editors/uis/tree-picker/manifests.js +1 -1
  303. package/dist-cms/packages/core/property-editors/uis/tree-picker/manifests.js.map +1 -1
  304. package/dist-cms/packages/core/property-editors/uis/upload-field/manifests.js +1 -1
  305. package/dist-cms/packages/core/property-editors/uis/upload-field/manifests.js.map +1 -1
  306. package/dist-cms/packages/core/property-editors/uis/user-picker/manifests.js +1 -1
  307. package/dist-cms/packages/core/property-editors/uis/user-picker/manifests.js.map +1 -1
  308. package/dist-cms/packages/core/property-editors/uis/value-type/manifests.js +1 -1
  309. package/dist-cms/packages/core/property-editors/uis/value-type/manifests.js.map +1 -1
  310. package/dist-cms/packages/documents/documents/property-editors/Umbraco.ContentPicker.d.ts +2 -2
  311. package/dist-cms/packages/documents/documents/property-editors/Umbraco.ContentPicker.js +1 -1
  312. package/dist-cms/packages/documents/documents/property-editors/Umbraco.ContentPicker.js.map +1 -1
  313. package/dist-cms/packages/documents/documents/property-editors/document-picker/manifests.js +1 -1
  314. package/dist-cms/packages/documents/documents/property-editors/document-picker/manifests.js.map +1 -1
  315. package/dist-cms/packages/media/media/repository/media.repository.js +12 -24
  316. package/dist-cms/packages/media/media/repository/media.repository.js.map +1 -1
  317. package/dist-cms/packages/members/members/repository/member.repository.js +6 -21
  318. package/dist-cms/packages/members/members/repository/member.repository.js.map +1 -1
  319. package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.d.ts +1 -1
  320. package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.js +5 -5
  321. package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.js.map +1 -1
  322. package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.d.ts +1 -1
  323. package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.js +1 -1
  324. package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.js.map +1 -1
  325. package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.d.ts +1 -1
  326. package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.js +12 -12
  327. package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.js.map +1 -1
  328. package/dist-cms/packages/settings/logviewer/repository/log-viewer.repository.js +11 -25
  329. package/dist-cms/packages/settings/logviewer/repository/log-viewer.repository.js.map +1 -1
  330. package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.js +1 -1
  331. package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.js.map +1 -1
  332. package/dist-cms/packages/tags/property-editors/tags/manifests.js +1 -1
  333. package/dist-cms/packages/tags/property-editors/tags/manifests.js.map +1 -1
  334. package/dist-cms/packages/templating/stylesheets/repository/stylesheet.repository.js +3 -20
  335. package/dist-cms/packages/templating/stylesheets/repository/stylesheet.repository.js.map +1 -1
  336. package/dist-cms/packages/templating/templates/repository/sources/template.detail.server.data.d.ts +2 -2
  337. package/dist-cms/packages/templating/templates/repository/sources/template.detail.server.data.js +2 -2
  338. package/dist-cms/packages/templating/templates/repository/sources/template.detail.server.data.js.map +1 -1
  339. package/dist-cms/packages/templating/templates/repository/sources/template.item.server.data.d.ts +1 -1
  340. package/dist-cms/packages/templating/templates/repository/sources/template.tree.server.data.d.ts +1 -1
  341. package/dist-cms/packages/templating/templates/repository/template-item.store.d.ts +1 -1
  342. package/dist-cms/packages/templating/templates/repository/template.repository.d.ts +3 -3
  343. package/dist-cms/packages/templating/templates/repository/template.repository.js +2 -2
  344. package/dist-cms/packages/templating/templates/repository/template.repository.js.map +1 -1
  345. package/dist-cms/packages/templating/templates/workspace/template-workspace-editor.element.js +3 -33
  346. package/dist-cms/packages/templating/templates/workspace/template-workspace-editor.element.js.map +1 -1
  347. package/dist-cms/packages/templating/templates/workspace/template-workspace.context.d.ts +6 -3
  348. package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js +35 -23
  349. package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js.map +1 -1
  350. package/dist-cms/shared/auth/auth.context.d.ts +1 -0
  351. package/dist-cms/shared/auth/auth.context.js +3 -0
  352. package/dist-cms/shared/auth/auth.context.js.map +1 -1
  353. package/dist-cms/shared/auth/auth.interface.d.ts +4 -0
  354. package/dist-cms/shared/repository/repository-items.manager.d.ts +1 -1
  355. package/dist-cms/shared/repository/repository-items.manager.js +7 -2
  356. package/dist-cms/shared/repository/repository-items.manager.js.map +1 -1
  357. package/dist-cms/shared/utils/index.d.ts +6 -0
  358. package/dist-cms/shared/utils/index.js +1 -0
  359. package/dist-cms/shared/utils/index.js.map +1 -1
  360. package/dist-cms/shared/utils/media-helper.service.d.ts +44 -0
  361. package/dist-cms/shared/utils/media-helper.service.js +152 -0
  362. package/dist-cms/shared/utils/media-helper.service.js.map +1 -0
  363. package/dist-cms/tinymce/CHANGELOG.md +3253 -0
  364. package/dist-cms/tinymce/README.md +71 -0
  365. package/dist-cms/tinymce/bower.json +27 -0
  366. package/dist-cms/tinymce/composer.json +52 -0
  367. package/dist-cms/tinymce/icons/default/icons.js +191 -0
  368. package/dist-cms/tinymce/icons/default/icons.min.js +1 -0
  369. package/dist-cms/tinymce/icons/default/index.js +7 -0
  370. package/dist-cms/tinymce/langs/ar.js +407 -0
  371. package/dist-cms/tinymce/langs/az.js +406 -0
  372. package/dist-cms/tinymce/langs/be.js +406 -0
  373. package/dist-cms/tinymce/langs/bg_BG.js +406 -0
  374. package/dist-cms/tinymce/langs/bn_BD.js +406 -0
  375. package/dist-cms/tinymce/langs/ca.js +406 -0
  376. package/dist-cms/tinymce/langs/cs.js +406 -0
  377. package/dist-cms/tinymce/langs/cy.js +406 -0
  378. package/dist-cms/tinymce/langs/da.js +406 -0
  379. package/dist-cms/tinymce/langs/de.js +406 -0
  380. package/dist-cms/tinymce/langs/dv.js +406 -0
  381. package/dist-cms/tinymce/langs/el.js +406 -0
  382. package/dist-cms/tinymce/langs/eo.js +406 -0
  383. package/dist-cms/tinymce/langs/es.js +406 -0
  384. package/dist-cms/tinymce/langs/es_MX.js +406 -0
  385. package/dist-cms/tinymce/langs/et.js +406 -0
  386. package/dist-cms/tinymce/langs/eu.js +406 -0
  387. package/dist-cms/tinymce/langs/fa.js +407 -0
  388. package/dist-cms/tinymce/langs/fi.js +406 -0
  389. package/dist-cms/tinymce/langs/fr_FR.js +406 -0
  390. package/dist-cms/tinymce/langs/ga.js +406 -0
  391. package/dist-cms/tinymce/langs/gl.js +406 -0
  392. package/dist-cms/tinymce/langs/he_IL.js +407 -0
  393. package/dist-cms/tinymce/langs/hi.js +406 -0
  394. package/dist-cms/tinymce/langs/hr.js +406 -0
  395. package/dist-cms/tinymce/langs/hu_HU.js +406 -0
  396. package/dist-cms/tinymce/langs/hy.js +406 -0
  397. package/dist-cms/tinymce/langs/id.js +406 -0
  398. package/dist-cms/tinymce/langs/is_IS.js +406 -0
  399. package/dist-cms/tinymce/langs/it.js +406 -0
  400. package/dist-cms/tinymce/langs/ja.js +406 -0
  401. package/dist-cms/tinymce/langs/kab.js +406 -0
  402. package/dist-cms/tinymce/langs/kk.js +406 -0
  403. package/dist-cms/tinymce/langs/ko_KR.js +406 -0
  404. package/dist-cms/tinymce/langs/ku.js +407 -0
  405. package/dist-cms/tinymce/langs/lt.js +406 -0
  406. package/dist-cms/tinymce/langs/lv.js +406 -0
  407. package/dist-cms/tinymce/langs/nb_NO.js +406 -0
  408. package/dist-cms/tinymce/langs/ne.js +406 -0
  409. package/dist-cms/tinymce/langs/nl.js +406 -0
  410. package/dist-cms/tinymce/langs/nl_BE.js +406 -0
  411. package/dist-cms/tinymce/langs/oc.js +406 -0
  412. package/dist-cms/tinymce/langs/pl.js +406 -0
  413. package/dist-cms/tinymce/langs/pt_BR.js +406 -0
  414. package/dist-cms/tinymce/langs/ro.js +406 -0
  415. package/dist-cms/tinymce/langs/ru.js +406 -0
  416. package/dist-cms/tinymce/langs/sk.js +406 -0
  417. package/dist-cms/tinymce/langs/sl_SI.js +406 -0
  418. package/dist-cms/tinymce/langs/sq.js +406 -0
  419. package/dist-cms/tinymce/langs/sr.js +406 -0
  420. package/dist-cms/tinymce/langs/sv_SE.js +406 -0
  421. package/dist-cms/tinymce/langs/ta.js +406 -0
  422. package/dist-cms/tinymce/langs/tg.js +406 -0
  423. package/dist-cms/tinymce/langs/th_TH.js +406 -0
  424. package/dist-cms/tinymce/langs/tr.js +406 -0
  425. package/dist-cms/tinymce/langs/ug.js +406 -0
  426. package/dist-cms/tinymce/langs/uk.js +406 -0
  427. package/dist-cms/tinymce/langs/vi.js +406 -0
  428. package/dist-cms/tinymce/langs/zh-Hans.js +406 -0
  429. package/dist-cms/tinymce/langs/zh-Hant.js +406 -0
  430. package/dist-cms/tinymce/langs/zh_HK.js +406 -0
  431. package/dist-cms/tinymce/langs/zh_MO.js +406 -0
  432. package/dist-cms/tinymce/langs/zh_SG.js +406 -0
  433. package/dist-cms/tinymce/license.txt +21 -0
  434. package/dist-cms/tinymce/models/dom/index.js +7 -0
  435. package/dist-cms/tinymce/models/dom/model.js +8040 -0
  436. package/dist-cms/tinymce/models/dom/model.min.js +4 -0
  437. package/dist-cms/tinymce/package.json +32 -0
  438. package/dist-cms/tinymce/plugins/accordion/index.js +7 -0
  439. package/dist-cms/tinymce/plugins/accordion/plugin.js +1033 -0
  440. package/dist-cms/tinymce/plugins/accordion/plugin.min.js +4 -0
  441. package/dist-cms/tinymce/plugins/advlist/index.js +7 -0
  442. package/dist-cms/tinymce/plugins/advlist/plugin.js +259 -0
  443. package/dist-cms/tinymce/plugins/advlist/plugin.min.js +4 -0
  444. package/dist-cms/tinymce/plugins/anchor/index.js +7 -0
  445. package/dist-cms/tinymce/plugins/anchor/plugin.js +214 -0
  446. package/dist-cms/tinymce/plugins/anchor/plugin.min.js +4 -0
  447. package/dist-cms/tinymce/plugins/autolink/index.js +7 -0
  448. package/dist-cms/tinymce/plugins/autolink/plugin.js +228 -0
  449. package/dist-cms/tinymce/plugins/autolink/plugin.min.js +4 -0
  450. package/dist-cms/tinymce/plugins/autoresize/index.js +7 -0
  451. package/dist-cms/tinymce/plugins/autoresize/plugin.js +192 -0
  452. package/dist-cms/tinymce/plugins/autoresize/plugin.min.js +4 -0
  453. package/dist-cms/tinymce/plugins/autosave/index.js +7 -0
  454. package/dist-cms/tinymce/plugins/autosave/plugin.js +233 -0
  455. package/dist-cms/tinymce/plugins/autosave/plugin.min.js +4 -0
  456. package/dist-cms/tinymce/plugins/charmap/index.js +7 -0
  457. package/dist-cms/tinymce/plugins/charmap/plugin.js +1658 -0
  458. package/dist-cms/tinymce/plugins/charmap/plugin.min.js +4 -0
  459. package/dist-cms/tinymce/plugins/code/index.js +7 -0
  460. package/dist-cms/tinymce/plugins/code/plugin.js +85 -0
  461. package/dist-cms/tinymce/plugins/code/plugin.min.js +4 -0
  462. package/dist-cms/tinymce/plugins/codesample/index.js +7 -0
  463. package/dist-cms/tinymce/plugins/codesample/plugin.js +2463 -0
  464. package/dist-cms/tinymce/plugins/codesample/plugin.min.js +4 -0
  465. package/dist-cms/tinymce/plugins/directionality/index.js +7 -0
  466. package/dist-cms/tinymce/plugins/directionality/plugin.js +395 -0
  467. package/dist-cms/tinymce/plugins/directionality/plugin.min.js +4 -0
  468. package/dist-cms/tinymce/plugins/emoticons/index.js +7 -0
  469. package/dist-cms/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
  470. package/dist-cms/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
  471. package/dist-cms/tinymce/plugins/emoticons/js/emojis.js +1 -0
  472. package/dist-cms/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
  473. package/dist-cms/tinymce/plugins/emoticons/plugin.js +595 -0
  474. package/dist-cms/tinymce/plugins/emoticons/plugin.min.js +4 -0
  475. package/dist-cms/tinymce/plugins/fullscreen/index.js +7 -0
  476. package/dist-cms/tinymce/plugins/fullscreen/plugin.js +1196 -0
  477. package/dist-cms/tinymce/plugins/fullscreen/plugin.min.js +4 -0
  478. package/dist-cms/tinymce/plugins/help/index.js +7 -0
  479. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ar.js +90 -0
  480. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
  481. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ca.js +90 -0
  482. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/cs.js +90 -0
  483. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/da.js +90 -0
  484. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/de.js +90 -0
  485. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/el.js +90 -0
  486. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/en.js +90 -0
  487. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/es.js +90 -0
  488. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/eu.js +90 -0
  489. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fa.js +90 -0
  490. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fi.js +90 -0
  491. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
  492. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/he_IL.js +90 -0
  493. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hi.js +90 -0
  494. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hr.js +90 -0
  495. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
  496. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/id.js +90 -0
  497. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/it.js +90 -0
  498. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ja.js +90 -0
  499. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/kk.js +90 -0
  500. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
  501. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ms.js +90 -0
  502. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
  503. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/nl.js +90 -0
  504. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pl.js +90 -0
  505. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
  506. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
  507. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ro.js +90 -0
  508. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ru.js +90 -0
  509. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sk.js +90 -0
  510. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
  511. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
  512. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/th_TH.js +90 -0
  513. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/tr.js +90 -0
  514. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/uk.js +90 -0
  515. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/vi.js +90 -0
  516. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
  517. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
  518. package/dist-cms/tinymce/plugins/help/plugin.js +893 -0
  519. package/dist-cms/tinymce/plugins/help/plugin.min.js +4 -0
  520. package/dist-cms/tinymce/plugins/image/index.js +7 -0
  521. package/dist-cms/tinymce/plugins/image/plugin.js +1504 -0
  522. package/dist-cms/tinymce/plugins/image/plugin.min.js +4 -0
  523. package/dist-cms/tinymce/plugins/importcss/index.js +7 -0
  524. package/dist-cms/tinymce/plugins/importcss/plugin.js +344 -0
  525. package/dist-cms/tinymce/plugins/importcss/plugin.min.js +4 -0
  526. package/dist-cms/tinymce/plugins/insertdatetime/index.js +7 -0
  527. package/dist-cms/tinymce/plugins/insertdatetime/plugin.js +187 -0
  528. package/dist-cms/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
  529. package/dist-cms/tinymce/plugins/link/index.js +7 -0
  530. package/dist-cms/tinymce/plugins/link/plugin.js +1241 -0
  531. package/dist-cms/tinymce/plugins/link/plugin.min.js +4 -0
  532. package/dist-cms/tinymce/plugins/lists/index.js +7 -0
  533. package/dist-cms/tinymce/plugins/lists/plugin.js +1948 -0
  534. package/dist-cms/tinymce/plugins/lists/plugin.min.js +4 -0
  535. package/dist-cms/tinymce/plugins/media/index.js +7 -0
  536. package/dist-cms/tinymce/plugins/media/plugin.js +1235 -0
  537. package/dist-cms/tinymce/plugins/media/plugin.min.js +4 -0
  538. package/dist-cms/tinymce/plugins/nonbreaking/index.js +7 -0
  539. package/dist-cms/tinymce/plugins/nonbreaking/plugin.js +123 -0
  540. package/dist-cms/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
  541. package/dist-cms/tinymce/plugins/pagebreak/index.js +7 -0
  542. package/dist-cms/tinymce/plugins/pagebreak/plugin.js +117 -0
  543. package/dist-cms/tinymce/plugins/pagebreak/plugin.min.js +4 -0
  544. package/dist-cms/tinymce/plugins/preview/index.js +7 -0
  545. package/dist-cms/tinymce/plugins/preview/plugin.js +97 -0
  546. package/dist-cms/tinymce/plugins/preview/plugin.min.js +4 -0
  547. package/dist-cms/tinymce/plugins/quickbars/index.js +7 -0
  548. package/dist-cms/tinymce/plugins/quickbars/plugin.js +438 -0
  549. package/dist-cms/tinymce/plugins/quickbars/plugin.min.js +4 -0
  550. package/dist-cms/tinymce/plugins/save/index.js +7 -0
  551. package/dist-cms/tinymce/plugins/save/plugin.js +118 -0
  552. package/dist-cms/tinymce/plugins/save/plugin.min.js +4 -0
  553. package/dist-cms/tinymce/plugins/searchreplace/index.js +7 -0
  554. package/dist-cms/tinymce/plugins/searchreplace/plugin.js +1093 -0
  555. package/dist-cms/tinymce/plugins/searchreplace/plugin.min.js +4 -0
  556. package/dist-cms/tinymce/plugins/table/index.js +7 -0
  557. package/dist-cms/tinymce/plugins/table/plugin.js +3462 -0
  558. package/dist-cms/tinymce/plugins/table/plugin.min.js +4 -0
  559. package/dist-cms/tinymce/plugins/template/index.js +7 -0
  560. package/dist-cms/tinymce/plugins/template/plugin.js +567 -0
  561. package/dist-cms/tinymce/plugins/template/plugin.min.js +4 -0
  562. package/dist-cms/tinymce/plugins/visualblocks/index.js +7 -0
  563. package/dist-cms/tinymce/plugins/visualblocks/plugin.js +98 -0
  564. package/dist-cms/tinymce/plugins/visualblocks/plugin.min.js +4 -0
  565. package/dist-cms/tinymce/plugins/visualchars/index.js +7 -0
  566. package/dist-cms/tinymce/plugins/visualchars/plugin.js +560 -0
  567. package/dist-cms/tinymce/plugins/visualchars/plugin.min.js +4 -0
  568. package/dist-cms/tinymce/plugins/wordcount/index.js +7 -0
  569. package/dist-cms/tinymce/plugins/wordcount/plugin.js +405 -0
  570. package/dist-cms/tinymce/plugins/wordcount/plugin.min.js +4 -0
  571. package/dist-cms/tinymce/skins/content/dark/content.css +66 -0
  572. package/dist-cms/tinymce/skins/content/dark/content.min.css +1 -0
  573. package/dist-cms/tinymce/skins/content/default/content.css +61 -0
  574. package/dist-cms/tinymce/skins/content/default/content.min.css +1 -0
  575. package/dist-cms/tinymce/skins/content/document/content.css +66 -0
  576. package/dist-cms/tinymce/skins/content/document/content.min.css +1 -0
  577. package/dist-cms/tinymce/skins/content/tinymce-5/content.css +61 -0
  578. package/dist-cms/tinymce/skins/content/tinymce-5/content.min.css +1 -0
  579. package/dist-cms/tinymce/skins/content/tinymce-5-dark/content.css +66 -0
  580. package/dist-cms/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
  581. package/dist-cms/tinymce/skins/content/writer/content.css +62 -0
  582. package/dist-cms/tinymce/skins/content/writer/content.min.css +1 -0
  583. package/dist-cms/tinymce/skins/ui/oxide/content.css +785 -0
  584. package/dist-cms/tinymce/skins/ui/oxide/content.inline.css +779 -0
  585. package/dist-cms/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
  586. package/dist-cms/tinymce/skins/ui/oxide/content.min.css +1 -0
  587. package/dist-cms/tinymce/skins/ui/oxide/skin.css +3688 -0
  588. package/dist-cms/tinymce/skins/ui/oxide/skin.min.css +1 -0
  589. package/dist-cms/tinymce/skins/ui/oxide/skin.shadowdom.css +30 -0
  590. package/dist-cms/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
  591. package/dist-cms/tinymce/skins/ui/oxide-dark/content.css +766 -0
  592. package/dist-cms/tinymce/skins/ui/oxide-dark/content.inline.css +779 -0
  593. package/dist-cms/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
  594. package/dist-cms/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
  595. package/dist-cms/tinymce/skins/ui/oxide-dark/skin.css +3691 -0
  596. package/dist-cms/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
  597. package/dist-cms/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +30 -0
  598. package/dist-cms/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
  599. package/dist-cms/tinymce/skins/ui/tinymce-5/content.css +785 -0
  600. package/dist-cms/tinymce/skins/ui/tinymce-5/content.inline.css +779 -0
  601. package/dist-cms/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
  602. package/dist-cms/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
  603. package/dist-cms/tinymce/skins/ui/tinymce-5/skin.css +3782 -0
  604. package/dist-cms/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
  605. package/dist-cms/tinymce/skins/ui/tinymce-5/skin.shadowdom.css +30 -0
  606. package/dist-cms/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
  607. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.css +766 -0
  608. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.inline.css +779 -0
  609. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
  610. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
  611. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.css +3782 -0
  612. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
  613. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.css +30 -0
  614. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
  615. package/dist-cms/tinymce/themes/silver/index.js +7 -0
  616. package/dist-cms/tinymce/themes/silver/theme.js +30167 -0
  617. package/dist-cms/tinymce/themes/silver/theme.min.js +4 -0
  618. package/dist-cms/tinymce/tinymce.d.ts +3206 -0
  619. package/dist-cms/tinymce/tinymce.js +31297 -0
  620. package/dist-cms/tinymce/tinymce.min.js +4 -0
  621. package/dist-cms/tsconfig.tsbuildinfo +1 -1
  622. package/dist-cms/umbraco-package-schema.json +83 -7
  623. package/dist-cms/vscode-html-custom-data.json +86 -17
  624. package/package.json +4 -1
  625. package/dist-cms/packages/core/property-editors/models/Umbraco.TinyMCE.d.ts +0 -2
  626. package/dist-cms/packages/core/property-editors/models/Umbraco.TinyMCE.js.map +0 -1
  627. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.d.ts +0 -2
  628. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.js +0 -13
  629. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.js.map +0 -1
  630. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.d.ts +0 -16
  631. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.js +0 -34
  632. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.js.map +0 -1
@@ -0,0 +1,406 @@
1
+ tinymce.addI18n("ko_KR", {
2
+ "Redo": "\ub2e4\uc2dc \uc2e4\ud589",
3
+ "Undo": "\uc2e4\ud589 \ucde8\uc18c",
4
+ "Cut": "\uc798\ub77c\ub0b4\uae30",
5
+ "Copy": "\ubcf5\uc0ac",
6
+ "Paste": "\ubd99\uc5ec\ub123\uae30",
7
+ "Select all": "\uc804\uccb4\uc120\ud0dd",
8
+ "New document": "\uc0c8 \ubb38\uc11c",
9
+ "Ok": "\ud655\uc778",
10
+ "Cancel": "\ucde8\uc18c",
11
+ "Visual aids": "\ud45c\uc758 \ud14c\ub450\ub9ac\ub97c \uc810\uc120\uc73c\ub85c \ud45c\uc2dc",
12
+ "Bold": "\uad75\uac8c",
13
+ "Italic": "\uae30\uc6b8\uc784\uaf34",
14
+ "Underline": "\ubc11\uc904",
15
+ "Strikethrough": "\ucde8\uc18c\uc120",
16
+ "Superscript": "\uc704 \ucca8\uc790",
17
+ "Subscript": "\uc544\ub798 \ucca8\uc790",
18
+ "Clear formatting": "\uc11c\uc2dd \uc9c0\uc6b0\uae30",
19
+ "Remove": "\uc81c\uac70",
20
+ "Align left": "\uc67c\ucabd \uc815\ub82c",
21
+ "Align center": "\uc911\uc559 \uc815\ub82c",
22
+ "Align right": "\uc624\ub978\ucabd \uc815\ub82c",
23
+ "No alignment": "\uc815\ub82c \uc5c6\uc74c",
24
+ "Justify": "\uc591\ucabd \uc815\ub82c",
25
+ "Bullet list": "\uae00\uba38\ub9ac \uae30\ud638 \ubaa9\ub85d",
26
+ "Numbered list": "\ubc88\ud638 \ub9e4\uae30\uae30 \ubaa9\ub85d",
27
+ "Decrease indent": "\ub0b4\uc5b4\uc4f0\uae30",
28
+ "Increase indent": "\ub4e4\uc5ec\uc4f0\uae30",
29
+ "Close": "\ub2eb\uae30",
30
+ "Formats": "\uc11c\uc2dd",
31
+ "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\ube0c\ub77c\uc6b0\uc800\uac00 \ud074\ub9bd\ubcf4\ub4dc \uc811\uadfc\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. Ctrl+X/C/V \ub2e8\ucd95\ud0a4\ub97c \uc774\uc6a9\ud574\uc8fc\uc138\uc694.",
32
+ "Headings": "\uc81c\ubaa9",
33
+ "Heading 1": "\uc81c\ubaa9 1",
34
+ "Heading 2": "\uc81c\ubaa9 2",
35
+ "Heading 3": "\uc81c\ubaa9 3",
36
+ "Heading 4": "\uc81c\ubaa9 4",
37
+ "Heading 5": "\uc81c\ubaa9 5",
38
+ "Heading 6": "\uc81c\ubaa9 6",
39
+ "Preformatted": "\uc11c\uc2dd \ubbf8\uc124\uc815",
40
+ "Div": "Div",
41
+ "Pre": "Pre",
42
+ "Code": "\ucf54\ub4dc",
43
+ "Paragraph": "\ub2e8\ub77d",
44
+ "Blockquote": "\uc778\uc6a9\ubb38",
45
+ "Inline": "\uc778\ub77c\uc778",
46
+ "Blocks": "\ube14\ub85d",
47
+ "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\ubd99\uc5ec\ub123\uae30\uac00 \ud604\uc7ac \uc77c\ubc18 \ud14d\uc2a4\ud2b8 \ubaa8\ub4dc\uc785\ub2c8\ub2e4. \uc774 \uc635\uc158\uc744 \ud574\uc81c\ud560 \ub54c\uae4c\uc9c0 \uc77c\ubc18 \ud14d\uc2a4\ud2b8\ub85c \ubd99\uc5ec\ub123\uc2b5\ub2c8\ub2e4.",
48
+ "Fonts": "\uae00\uaf34",
49
+ "Font sizes": "\uae00\uaf34 \ud06c\uae30",
50
+ "Class": "\ud074\ub798\uc2a4",
51
+ "Browse for an image": "\uc774\ubbf8\uc9c0 \ucc3e\uae30",
52
+ "OR": "\ub610\ub294",
53
+ "Drop an image here": "\uc5ec\uae30\ub85c \uc774\ubbf8\uc9c0\ub97c \ub04c\uc5b4\uc624\uc138\uc694",
54
+ "Upload": "\uc5c5\ub85c\ub4dc",
55
+ "Uploading image": "\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc \uc911",
56
+ "Block": "\ube14\ub85d",
57
+ "Align": "\uc815\ub82c",
58
+ "Default": "\uae30\ubcf8\uac12",
59
+ "Circle": "\ub3d9\uadf8\ub77c\ubbf8",
60
+ "Disc": "\ub514\uc2a4\ud06c",
61
+ "Square": "\ub124\ubaa8",
62
+ "Lower Alpha": "\uc54c\ud30c\ubcb3 \uc18c\ubb38\uc790",
63
+ "Lower Greek": "\uadf8\ub9ac\uc2a4\uc5b4 \uc18c\ubb38\uc790",
64
+ "Lower Roman": "\ub85c\ub9c8\uc790 \uc18c\ubb38\uc790",
65
+ "Upper Alpha": "\uc54c\ud30c\ubcb3 \ub300\ubb38\uc790",
66
+ "Upper Roman": "\ub85c\ub9c8\uc790 \ub300\ubb38\uc790",
67
+ "Anchor...": "\uc575\ucee4...",
68
+ "Anchor": "\ub9c1\ud06c \uc9c0\uc810",
69
+ "Name": "\uc774\ub984",
70
+ "ID": "ID",
71
+ "ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "ID\ub294 \ubb38\uc790\ub85c \uc2dc\uc791\ud574\uc57c \ud558\uba70, \uadf8 \ub2e4\uc74c\uc5d0\ub294 \ubb38\uc790, \uc22b\uc790, \ub300\uc2dc, \uad6c\ub450\uc810, \ucf5c\ub860, \ubc11\uc904 \ubb38\uc790\uac00 \uc62c \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
72
+ "You have unsaved changes are you sure you want to navigate away?": "\uc800\uc7a5\ud558\uc9c0 \uc54a\uc740 \uc815\ubcf4\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud398\uc774\uc9c0\ub97c \ub098\uac00\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",
73
+ "Restore last draft": "\ub9c8\uc9c0\ub9c9 \ucd08\uc548 \ubcf5\uc6d0",
74
+ "Special character...": "\ud2b9\uc218 \ubb38\uc790...",
75
+ "Special Character": "\ud2b9\uc218 \ubb38\uc790",
76
+ "Source code": "\uc18c\uc2a4\ucf54\ub4dc",
77
+ "Insert/Edit code sample": "\ucf54\ub4dc \uc0d8\ud50c \uc0bd\uc785/\ud3b8\uc9d1",
78
+ "Language": "\uc5b8\uc5b4",
79
+ "Code sample...": "\ucf54\ub4dc \uc0d8\ud50c...",
80
+ "Left to right": "\uc67c\ucabd\uc5d0\uc11c \uc624\ub978\ucabd",
81
+ "Right to left": "\uc624\ub978\ucabd\uc5d0\uc11c \uc67c\ucabd",
82
+ "Title": "\uc81c\ubaa9",
83
+ "Fullscreen": "\uc804\uccb4 \ud654\uba74",
84
+ "Action": "\uc791\uc5c5",
85
+ "Shortcut": "\ubc14\ub85c\uac00\uae30",
86
+ "Help": "\ub3c4\uc6c0\ub9d0",
87
+ "Address": "\uc8fc\uc18c",
88
+ "Focus to menubar": "\uba54\ub274\ubc14\uc5d0 \uac15\uc870\ud45c\uc2dc",
89
+ "Focus to toolbar": "\ud234\ubc14\uc5d0 \uac15\uc870\ud45c\uc2dc",
90
+ "Focus to element path": "\uc694\uc18c \uacbd\ub85c\uc5d0 \uac15\uc870\ud45c\uc2dc",
91
+ "Focus to contextual toolbar": "\ucee8\ud14d\uc2a4\ud2b8 \ud234\ubc14\uc5d0 \uac15\uc870\ud45c\uc2dc",
92
+ "Insert link (if link plugin activated)": "\ub9c1\ud06c \uc0bd\uc785 (link \ud50c\ub7ec\uadf8\uc778\uc774 \ud65c\uc131\ud654\ub41c \uacbd\uc6b0)",
93
+ "Save (if save plugin activated)": "\uc800\uc7a5 (save \ud50c\ub7ec\uadf8\uc778\uc774 \ud65c\uc131\ud654\ub41c \uacbd\uc6b0)",
94
+ "Find (if searchreplace plugin activated)": "\ucc3e\uae30 (searchreplace \ud50c\ub7ec\uadf8\uc778\uc774 \ud65c\uc131\ud654\ub41c \uacbd\uc6b0)",
95
+ "Plugins installed ({0}):": "\uc124\uce58\ub41c \ud50c\ub7ec\uadf8\uc778({0}):",
96
+ "Premium plugins:": "\ud504\ub9ac\ubbf8\uc5c4 \ud50c\ub7ec\uadf8\uc778:",
97
+ "Learn more...": "\uc880 \ub354 \uc0b4\ud3b4\ubcf4\uae30...",
98
+ "You are using {0}": "{0} \uc0ac\uc6a9 \uc911",
99
+ "Plugins": "\ud50c\ub7ec\uadf8\uc778",
100
+ "Handy Shortcuts": "\uc720\uc6a9\ud55c \ub2e8\ucd95\ud0a4",
101
+ "Horizontal line": "\uc218\ud3c9\uc120",
102
+ "Insert/edit image": "\uc774\ubbf8\uc9c0 \uc0bd\uc785/\ud3b8\uc9d1",
103
+ "Alternative description": "\ub300\uccb4 \uc124\uba85\ubb38",
104
+ "Accessibility": "\uc811\uadfc\uc131",
105
+ "Image is decorative": "\uc774\ubbf8\uc9c0 \uc7a5\uc2dd \uac00\ub2a5",
106
+ "Source": "\uc18c\uc2a4",
107
+ "Dimensions": "\ud06c\uae30",
108
+ "Constrain proportions": "\ube44\uc728 \uace0\uc815",
109
+ "General": "\uc77c\ubc18",
110
+ "Advanced": "\uc0c1\uc138",
111
+ "Style": "\uc2a4\ud0c0\uc77c",
112
+ "Vertical space": "\uc0c1\ud558 \uc5ec\ubc31",
113
+ "Horizontal space": "\uc88c\uc6b0 \uc5ec\ubc31",
114
+ "Border": "\ud14c\ub450\ub9ac",
115
+ "Insert image": "\uc774\ubbf8\uc9c0 \uc0bd\uc785",
116
+ "Image...": "\uc774\ubbf8\uc9c0...",
117
+ "Image list": "\uc774\ubbf8\uc9c0 \ubaa9\ub85d",
118
+ "Resize": "\ud06c\uae30 \uc870\uc808",
119
+ "Insert date/time": "\ub0a0\uc9dc/\uc2dc\uac04 \uc0bd\uc785",
120
+ "Date/time": "\ub0a0\uc9dc/\uc2dc\uac04",
121
+ "Insert/edit link": "\ub9c1\ud06c \uc0bd\uc785/\ud3b8\uc9d1",
122
+ "Text to display": "\ud45c\uc2dc\ud560 \ud14d\uc2a4\ud2b8",
123
+ "Url": "URL",
124
+ "Open link in...": "...\uc5d0\uc11c \ub9c1\ud06c \uc5f4\uae30",
125
+ "Current window": "\ud604\uc7ac \ucc3d",
126
+ "None": "\uc5c6\uc74c",
127
+ "New window": "\uc0c8 \ucc3d",
128
+ "Open link": "\ub9c1\ud06c \uc5f4\uae30",
129
+ "Remove link": "\ub9c1\ud06c \uc81c\uac70",
130
+ "Anchors": "\uc575\ucee4",
131
+ "Link...": "\ub9c1\ud06c...",
132
+ "Paste or type a link": "\ub9c1\ud06c\ub97c \ubd99\uc5ec\ub123\uac70\ub098 \uc785\ub825\ud558\uc2ed\uc2dc\uc624.",
133
+ "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": '\uc785\ub825\ud558\uc2e0 URL\uc774 \uc774\uba54\uc77c \uc8fc\uc18c\uc778 \uac83 \uac19\uc2b5\ub2c8\ub2e4. "mailto:" \uc811\ub450\uc0ac\ub97c \ucd94\uac00\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?',
134
+ "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": '\uc785\ub825\ud558\uc2e0 URL\uc774 \uc678\ubd80 \ub9c1\ud06c\uc778 \uac83 \uac19\uc2b5\ub2c8\ub2e4. "http://" \uc811\ub450\uc0ac\ub97c \ucd94\uac00\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?',
135
+ "The URL you entered seems to be an external link. Do you want to add the required https:// prefix?": '\uc785\ub825\ud558\uc2e0 URL\uc774 \uc678\ubd80 \ub9c1\ud06c\uc778 \uac83 \uac19\uc2b5\ub2c8\ub2e4. "https://" \uc811\ub450\uc0ac\ub97c \ucd94\uac00\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?',
136
+ "Link list": "\ub9c1\ud06c \ubaa9\ub85d",
137
+ "Insert video": "\ube44\ub514\uc624 \uc0bd\uc785",
138
+ "Insert/edit video": "\ube44\ub514\uc624 \uc0bd\uc785/\ud3b8\uc9d1",
139
+ "Insert/edit media": "\ubbf8\ub514\uc5b4 \uc0bd\uc785/\ud3b8\uc9d1",
140
+ "Alternative source": "\ub300\uccb4 \uc18c\uc2a4",
141
+ "Alternative source URL": "\ub300\uccb4 \uc18c\uc2a4 URL",
142
+ "Media poster (Image URL)": "\ubbf8\ub514\uc5b4 \ud3ec\uc2a4\ud130 (\uc774\ubbf8\uc9c0 URL)",
143
+ "Paste your embed code below:": "\uc0bd\uc785\ud560 \ucf54\ub4dc\ub97c \uc544\ub798\uc5d0 \ubd99\uc5ec \ub123\uc5b4\uc8fc\uc138\uc694.",
144
+ "Embed": "\uc0bd\uc785",
145
+ "Media...": "\ubbf8\ub514\uc5b4...",
146
+ "Nonbreaking space": "\ub744\uc5b4\uc4f0\uae30",
147
+ "Page break": "\ud398\uc774\uc9c0 \uad6c\ubd84\uc790",
148
+ "Paste as text": "\ud14d\uc2a4\ud2b8\ub85c \ubd99\uc5ec\ub123\uae30",
149
+ "Preview": "\ubbf8\ub9ac \ubcf4\uae30",
150
+ "Print": "\uc778\uc1c4",
151
+ "Print...": "\uc778\uc1c4...",
152
+ "Save": "\uc800\uc7a5",
153
+ "Find": "\ucc3e\uae30",
154
+ "Replace with": "\ub2e4\uc74c\uc73c\ub85c \ubc14\uafb8\uae30:",
155
+ "Replace": "\ubc14\uafb8\uae30",
156
+ "Replace all": "\ubaa8\ub450 \ubc14\uafb8\uae30",
157
+ "Previous": "\uc774\uc804",
158
+ "Next": "\ub2e4\uc74c",
159
+ "Find and Replace": "\ucc3e\uae30 \ubc0f \ubc14\uafb8\uae30",
160
+ "Find and replace...": "\ucc3e\uae30 \ubc0f \ubc14\uafb8\uae30...",
161
+ "Could not find the specified string.": "\uc9c0\uc815\ud55c \ubb38\uc790\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
162
+ "Match case": "\ub300/\uc18c\ubb38\uc790 \uad6c\ubd84",
163
+ "Find whole words only": "\ubaa8\ub450 \uc77c\uce58\ud558\ub294 \ub2e8\uc5b4 \ucc3e\uae30",
164
+ "Find in selection": "\uc120\ud0dd\ub41c \ubd80\ubd84\uc5d0\uc11c \uac80\uc0c9",
165
+ "Insert table": "\ud45c \uc0bd\uc785",
166
+ "Table properties": "\ud45c \uc18d\uc131",
167
+ "Delete table": "\ud45c \uc0ad\uc81c",
168
+ "Cell": "\uc140",
169
+ "Row": "\ud589",
170
+ "Column": "\uc5f4",
171
+ "Cell properties": "\uc140 \uc18d\uc131",
172
+ "Merge cells": "\uc140 \ubcd1\ud569",
173
+ "Split cell": "\uc140 \ubd84\ud560",
174
+ "Insert row before": "\uc774\uc804\uc5d0 \ud589 \uc0bd\uc785",
175
+ "Insert row after": "\ub2e4\uc74c\uc5d0 \ud589 \uc0bd\uc785",
176
+ "Delete row": "\ud589 \uc0ad\uc81c",
177
+ "Row properties": "\ud589 \uc18d\uc131",
178
+ "Cut row": "\ud589 \uc798\ub77c\ub0b4\uae30",
179
+ "Cut column": "\uc5f4 \uc798\ub77c\ub0b4\uae30",
180
+ "Copy row": "\ud589 \ubcf5\uc0ac",
181
+ "Copy column": "\uc5f4 \ubcf5\uc0ac",
182
+ "Paste row before": "\uc774\uc804\uc5d0 \ud589 \ubd99\uc5ec\ub123\uae30",
183
+ "Paste column before": "\uc774\uc804\uc5d0 \uc5f4 \ubd99\uc5ec\ub123\uae30",
184
+ "Paste row after": "\ub2e4\uc74c\uc5d0 \ud589 \ubd99\uc5ec\ub123\uae30",
185
+ "Paste column after": "\ub2e4\uc74c\uc5d0 \uc5f4 \ubd99\uc5ec\ub123\uae30",
186
+ "Insert column before": "\uc774\uc804\uc5d0 \uc5f4 \uc0bd\uc785",
187
+ "Insert column after": "\ub2e4\uc74c\uc5d0 \uc5f4 \uc0bd\uc785",
188
+ "Delete column": "\uc5f4 \uc0ad\uc81c",
189
+ "Cols": "\uc5f4 \uc218",
190
+ "Rows": "\ud589 \uc218",
191
+ "Width": "\ub108\ube44",
192
+ "Height": "\ub192\uc774",
193
+ "Cell spacing": "\uc140 \uac04\uaca9",
194
+ "Cell padding": "\uc140 \uc548\ucabd \uc5ec\ubc31",
195
+ "Row clipboard actions": "\ud589 \ud074\ub9bd\ubcf4\ub4dc \ub3d9\uc791",
196
+ "Column clipboard actions": "\uc5f4 \ud074\ub9bd\ubcf4\ub4dc \ub3d9\uc791",
197
+ "Table styles": "\ud45c \ubaa8\uc591",
198
+ "Cell styles": "\uc140 \ubaa8\uc591",
199
+ "Column header": "\uc5f4 \uc81c\ubaa9",
200
+ "Row header": "\ud589 \uc81c\ubaa9",
201
+ "Table caption": "\ud45c \ucea1\uc158",
202
+ "Caption": "\ucea1\uc158",
203
+ "Show caption": "\ucea1\uc158 \ud45c\uc2dc",
204
+ "Left": "\uc67c\ucabd \ub9de\ucda4",
205
+ "Center": "\uac00\uc6b4\ub370 \ub9de\ucda4",
206
+ "Right": "\uc624\ub978\ucabd \ub9de\ucda4",
207
+ "Cell type": "\uc140 \uc720\ud615",
208
+ "Scope": "\ubc94\uc704",
209
+ "Alignment": "\uc815\ub82c",
210
+ "Horizontal align": "\uc218\ud3c9 \uc815\ub82c",
211
+ "Vertical align": "\uc218\uc9c1 \uc815\ub82c",
212
+ "Top": "\uc704\ucabd \ub9de\ucda4",
213
+ "Middle": "\uac00\uc6b4\ub370 \ub9de\ucda4",
214
+ "Bottom": "\uc544\ub798 \ub9de\ucda4",
215
+ "Header cell": "\ud5e4\ub354 \uc140",
216
+ "Row group": "\ud589 \uadf8\ub8f9",
217
+ "Column group": "\uc5f4 \uadf8\ub8f9",
218
+ "Row type": "\ud589 \uc720\ud615",
219
+ "Header": "\uc81c\ubaa9",
220
+ "Body": "\ubcf8\ubb38",
221
+ "Footer": "\ud478\ud130",
222
+ "Border color": "\ud14c\ub450\ub9ac \uc0c9",
223
+ "Solid": "\uc2e4\uc120",
224
+ "Dotted": "\uc810\uc120",
225
+ "Dashed": "\ud30c\uc120",
226
+ "Double": "\uc774\uc911 \uc2e4\uc120",
227
+ "Groove": "\uc785\uccb4 \ud14c\ub450\ub9ac",
228
+ "Ridge": "\ub3cc\ucd9c \ud14c\ub450\ub9ac",
229
+ "Inset": "\uc140 \ud568\ubab0",
230
+ "Outset": "\uc140 \ub3cc\ucd9c",
231
+ "Hidden": "\uc228\uae40",
232
+ "Insert template...": "\ud15c\ud50c\ub9bf \uc0bd\uc785...",
233
+ "Templates": "\ud15c\ud50c\ub9bf",
234
+ "Template": "\ud15c\ud50c\ub9bf",
235
+ "Insert Template": "\ud15c\ud50c\ub9bf \uc0bd\uc785",
236
+ "Text color": "\uae00\uc790 \uc0c9",
237
+ "Background color": "\ubc30\uacbd \uc0c9",
238
+ "Custom...": "\uc0ac\uc6a9\uc790 \uc9c0\uc815...",
239
+ "Custom color": "\uc0ac\uc6a9\uc790 \uc9c0\uc815 \uc0c9",
240
+ "No color": "\uc0c9 \uc5c6\uc74c",
241
+ "Remove color": "\uc0c9 \uc81c\uac70",
242
+ "Show blocks": "\ube14\ub85d \ud45c\uc2dc",
243
+ "Show invisible characters": "\ube44\ud45c\uc2dc \ubb38\uc790 \ud45c\uc2dc",
244
+ "Word count": "\ubb38\uc790 \uc218",
245
+ "Count": "\uac1c\uc218",
246
+ "Document": "\ubb38\uc11c",
247
+ "Selection": "\uc120\ud0dd",
248
+ "Words": "\ub2e8\uc5b4 \uc218",
249
+ "Words: {0}": "\ub2e8\uc5b4 \uc218: {0}",
250
+ "{0} words": "{0}\uac1c\uc758 \ub2e8\uc5b4",
251
+ "File": "\ud30c\uc77c",
252
+ "Edit": "\ud3b8\uc9d1",
253
+ "Insert": "\uc0bd\uc785",
254
+ "View": "\ubcf4\uae30",
255
+ "Format": "\uc11c\uc2dd",
256
+ "Table": "\ud45c",
257
+ "Tools": "\ub3c4\uad6c",
258
+ "Powered by {0}": "{0}\uc5d0\uc11c \uc9c0\uc6d0",
259
+ "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\uc11c\uc2dd \uc788\ub294 \ud14d\uc2a4\ud2b8 \uc601\uc5ed. ALT-F9\ub97c \ub204\ub974\uba74 \uba54\ub274, ALT-F10\uc744 \ub204\ub974\uba74 \ud234\ubc14, ALT-0\uc744 \ub204\ub974\uba74 \ub3c4\uc6c0\ub9d0\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
260
+ "Image title": "\uc774\ubbf8\uc9c0 \uc81c\ubaa9",
261
+ "Border width": "\ud14c\ub450\ub9ac \ub450\uaed8",
262
+ "Border style": "\ud14c\ub450\ub9ac \uc2a4\ud0c0\uc77c",
263
+ "Error": "\uc624\ub958",
264
+ "Warn": "\uacbd\uace0",
265
+ "Valid": "\uc720\ud6a8\ud568",
266
+ "To open the popup, press Shift+Enter": "\ud31d\uc5c5\uc744 \uc5f4\ub824\uba74 Shift+Enter\ub97c \ub204\ub974\uc2ed\uc2dc\uc624.",
267
+ "Rich Text Area": "\uc11c\uc2dd \ud14d\uc2a4\ud2b8 \uc601\uc5ed",
268
+ "Rich Text Area. Press ALT-0 for help.": "\uc11c\uc2dd \uc788\ub294 \ud14d\uc2a4\ud2b8 \uc601\uc5ed. ALT-0\uc744 \ub204\ub974\uba74 \ub3c4\uc6c0\ub9d0\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
269
+ "System Font": "\uc2dc\uc2a4\ud15c \uae00\uaf34",
270
+ "Failed to upload image: {0}": "\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc \uc2e4\ud328: {0}",
271
+ "Failed to load plugin: {0} from url {1}": "URL {1}\ub85c\ubd80\ud130 \ud50c\ub7ec\uadf8\uc778 {0}\uc744 \ubd88\ub7ec\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.",
272
+ "Failed to load plugin url: {0}": "\ud50c\ub7ec\uadf8\uc778 URL {0}\uc744 \ubd88\ub7ec\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.",
273
+ "Failed to initialize plugin: {0}": "\ud50c\ub7ec\uadf8\uc778 {0}\uc758 \ucd08\uae30\ud654\uac00 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4",
274
+ "example": "\uc608\uc81c",
275
+ "Search": "\uac80\uc0c9",
276
+ "All": "\ubaa8\ub450",
277
+ "Currency": "\ud1b5\ud654",
278
+ "Text": "\ud14d\uc2a4\ud2b8",
279
+ "Quotations": "\uc778\uc6a9\ubb38",
280
+ "Mathematical": "\uc218\ud559\uae30\ud638",
281
+ "Extended Latin": "\ud655\uc7a5 \ub77c\ud2f4\uc5b4",
282
+ "Symbols": "\uae30\ud638",
283
+ "Arrows": "\ud654\uc0b4\ud45c",
284
+ "User Defined": "\uc0ac\uc6a9\uc790 \uc815\uc758",
285
+ "dollar sign": "\ub2ec\ub7ec \uae30\ud638",
286
+ "currency sign": "\ud1b5\ud654 \uae30\ud638",
287
+ "euro-currency sign": "\uc720\ub85c\ud654 \uae30\ud638",
288
+ "colon sign": "\ucf5c\ub860 \uae30\ud638",
289
+ "cruzeiro sign": "\ud06c\ub8e8\uc81c\uc774\ub85c \uae30\ud638",
290
+ "french franc sign": "\ud504\ub791\uc2a4 \ud504\ub791 \uae30\ud638",
291
+ "lira sign": "\ub9ac\ub77c \uae30\ud638",
292
+ "mill sign": "\ubc00 \uae30\ud638",
293
+ "naira sign": "\ub098\uc774\ub77c \uae30\ud638",
294
+ "peseta sign": "\ud398\uc138\ud0c0 \uae30\ud638",
295
+ "rupee sign": "\ub8e8\ud53c \uae30\ud638",
296
+ "won sign": "\uc6d0 \uae30\ud638",
297
+ "new sheqel sign": "\ub274 \uc138\ucf08 \uae30\ud638",
298
+ "dong sign": "\ub3d9 \uae30\ud638",
299
+ "kip sign": "\ud0b5 \uae30\ud638",
300
+ "tugrik sign": "\ud22c\uadf8\ub9ac\ud06c \uae30\ud638",
301
+ "drachma sign": "\ub4dc\ub77c\ud06c\ub9c8 \uae30\ud638",
302
+ "german penny symbol": "\ub3c5\uc77c \ud398\ub2c8 \uae30\ud638",
303
+ "peso sign": "\ud398\uc18c \uae30\ud638",
304
+ "guarani sign": "\uacfc\ub77c\ub2c8 \uae30\ud638",
305
+ "austral sign": "\uc544\uc6b0\uc2a4\ud2b8\ub784 \uae30\ud638",
306
+ "hryvnia sign": "\uadf8\ub9ac\ube0c\ub098 \uae30\ud638",
307
+ "cedi sign": "\uc138\ub514 \uae30\ud638",
308
+ "livre tournois sign": "\ub9ac\ube0c\ub974 \ud2b8\ub974\ub204\uc544 \uae30\ud638",
309
+ "spesmilo sign": "\uc2a4\ud398\uc2a4\ubc00\ub85c \uae30\ud638",
310
+ "tenge sign": "\ud161\uac8c \uae30\ud638",
311
+ "indian rupee sign": "\uc778\ub3c4 \ub8e8\ud53c \uae30\ud638",
312
+ "turkish lira sign": "\ud130\ud0a4 \ub9ac\ub77c \uae30\ud638",
313
+ "nordic mark sign": "\ub178\ub974\ub515 \ub9c8\ub974\ud06c \uae30\ud638",
314
+ "manat sign": "\ub9c8\ub098\ud2b8 \uae30\ud638",
315
+ "ruble sign": "\ub8e8\ube14 \uae30\ud638",
316
+ "yen character": "\uc5d4 \uae30\ud638",
317
+ "yuan character": "\uc704\uc548 \uae30\ud638",
318
+ "yuan character, in hong kong and taiwan": "\ub300\ub9cc \uc704\uc548 \uae30\ud638",
319
+ "yen/yuan character variant one": "\uc5d4/\uc704\uc548 \ubb38\uc790 \ubcc0\ud615",
320
+ "Emojis": "\uc5d0\ubaa8\uc9c0",
321
+ "Emojis...": "\uc5d0\ubaa8\uc9c0...",
322
+ "Loading emojis...": "\uc5d0\ubaa8\uc9c0 \ubd88\ub7ec\uc624\ub294 \uc911...",
323
+ "Could not load emojis": "\uc5d0\ubaa8\uc9c0\ub97c \ubd88\ub7ec\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4",
324
+ "People": "\uc0ac\ub78c",
325
+ "Animals and Nature": "\ub3d9\ubb3c\uacfc \uc790\uc5f0",
326
+ "Food and Drink": "\uc74c\uc2dd\uacfc \uc74c\ub8cc",
327
+ "Activity": "\ud65c\ub3d9",
328
+ "Travel and Places": "\uc5ec\ud589\uacfc \uc7a5\uc18c",
329
+ "Objects": "\ubb3c\uac74",
330
+ "Flags": "\uae43\ubc1c",
331
+ "Characters": "\ubb38\uc790 \uc218",
332
+ "Characters (no spaces)": "\ubb38\uc790 \uc218 (\uacf5\ubc31 \uc5c6\uc74c)",
333
+ "{0} characters": "{0} \ubb38\uc790",
334
+ "Error: Form submit field collision.": "\uc624\ub958: \uc591\uc2dd \uc81c\ucd9c \ud544\ub4dc \ubd88\uc77c\uce58",
335
+ "Error: No form element found.": "\uc624\ub958: \uc591\uc2dd \ud56d\ubaa9 \uc5c6\uc74c",
336
+ "Color swatch": "\uc0c9\uc0c1 \uacac\ubcf8",
337
+ "Color Picker": "\uc0c9 \uc120\ud0dd\uae30",
338
+ "Invalid hex color code: {0}": "\ubd80\uc801\uc808\ud55c 16\uc9c4\uc218 \uc0c9\uc0c1 \ucf54\ub4dc: {0}",
339
+ "Invalid input": "\ubd80\uc801\uc808\ud55c \uc785\ub825",
340
+ "R": "\ube68\uac15",
341
+ "Red component": "\uc801\uc0c9 \uc694\uc18c",
342
+ "G": "\ub179\uc0c9",
343
+ "Green component": "\ub179\uc0c9 \uc694\uc18c",
344
+ "B": "\ud30c\ub791",
345
+ "Blue component": "\uccad\uc0c9 \uc694\uc18c",
346
+ "#": "#",
347
+ "Hex color code": "16\uc9c4\uc218 \uc0c9\uc0c1 \ucf54\ub4dc",
348
+ "Range 0 to 255": "0\ubd80\ud130 255\uae4c\uc9c0\uc758 \ubc94\uc704",
349
+ "Turquoise": "\uccad\ub85d\uc0c9",
350
+ "Green": "\ucd08\ub85d\uc0c9",
351
+ "Blue": "\ud30c\ub780\uc0c9",
352
+ "Purple": "\ubcf4\ub77c\uc0c9",
353
+ "Navy Blue": "\ub0a8\uc0c9",
354
+ "Dark Turquoise": "\uc9c4\ud55c \uccad\ub85d\uc0c9",
355
+ "Dark Green": "\uc9c4\ud55c \ucd08\ub85d\uc0c9",
356
+ "Medium Blue": "\uc911\uac04 \ud30c\ub780\uc0c9",
357
+ "Medium Purple": "\uc911\uac04 \ubcf4\ub77c\uc0c9",
358
+ "Midnight Blue": "\uc9c4\ud55c \ud30c\ub780\uc0c9",
359
+ "Yellow": "\ub178\ub780\uc0c9",
360
+ "Orange": "\uc8fc\ud669\uc0c9",
361
+ "Red": "\ube68\uac04\uc0c9",
362
+ "Light Gray": "\ubc1d\uc740 \ud68c\uc0c9",
363
+ "Gray": "\ud68c\uc0c9",
364
+ "Dark Yellow": "\uc9c4\ud55c \ub178\ub780\uc0c9",
365
+ "Dark Orange": "\uc9c4\ud55c \uc8fc\ud669\uc0c9",
366
+ "Dark Red": "\uc9c4\ud55c \ube68\uac04\uc0c9",
367
+ "Medium Gray": "\uc911\uac04 \ud68c\uc0c9",
368
+ "Dark Gray": "\uc9c4\ud55c \ud68c\uc0c9",
369
+ "Light Green": "\ubc1d\uc740 \ub179\uc0c9",
370
+ "Light Yellow": "\ubc1d\uc740 \ub178\ub780\uc0c9",
371
+ "Light Red": "\ubc1d\uc740 \ube68\uac04\uc0c9",
372
+ "Light Purple": "\ubc1d\uc740 \ubcf4\ub77c\uc0c9",
373
+ "Light Blue": "\ubc1d\uc740 \ud30c\ub780\uc0c9",
374
+ "Dark Purple": "\uc9c4\ud55c \ubcf4\ub77c\uc0c9",
375
+ "Dark Blue": "\uc9c4\ud55c \ud30c\ub780\uc0c9",
376
+ "Black": "\uac80\uc740\uc0c9",
377
+ "White": "\ud770\uc0c9",
378
+ "Switch to or from fullscreen mode": "\uc804\uccb4 \ud654\uba74 \ubaa8\ub4dc \uc804\ud658",
379
+ "Open help dialog": "\ub3c4\uc6c0\ub9d0 \ub2e4\uc774\uc5bc\ub85c\uadf8 \uc5f4\uae30",
380
+ "history": "\uc774\ub825",
381
+ "styles": "\uc2a4\ud0c0\uc77c",
382
+ "formatting": "\uc11c\uc2dd",
383
+ "alignment": "\uc815\ub82c",
384
+ "indentation": "\ub4e4\uc5ec\uc4f0\uae30",
385
+ "Font": "\uae00\uaf34",
386
+ "Size": "\ud06c\uae30",
387
+ "More...": "\ub354 \ubcf4\uae30...",
388
+ "Select...": "\uc120\ud0dd...",
389
+ "Preferences": "\ud658\uacbd\uc124\uc815",
390
+ "Yes": "\ub124",
391
+ "No": "\uc544\ub2c8\uc624",
392
+ "Keyboard Navigation": "\ub2e8\ucd95\ud0a4",
393
+ "Version": "\ubc84\uc804",
394
+ "Code view": "\ucf54\ub4dc \ud45c\uc2dc",
395
+ "Open popup menu for split buttons": "\ubd84\ud560 \ubc84\ud2bc\uc73c\ub85c \ud31d\uc5c5 \uba54\ub274 \uc5f4\uae30",
396
+ "List Properties": "\ud56d\ubaa9 \uc18d\uc131",
397
+ "List properties...": "\ud56d\ubaa9 \uc18d\uc131...",
398
+ "Start list at number": "\ubc88\ud638 \ub9ac\uc2a4\ud2b8 \uc2dc\uc791",
399
+ "Line height": "\ud589 \ub192\uc774",
400
+ "Dropped file type is not supported": "\ub04c\uc5b4\ub2e4 \ub193\uc740 \ud30c\uc77c \ud615\uc2dd\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4",
401
+ "Loading...": "\ubd88\ub7ec\uc624\ub294 \uc911...",
402
+ "ImageProxy HTTP error: Rejected request": "ImageProxy HTTP \uc624\ub958: \uc694\uccad \uac70\ubd80",
403
+ "ImageProxy HTTP error: Could not find Image Proxy": "ImageProxy HTTP \uc624\ub958: \uc774\ubbf8\uc9c0 \ud504\ub85d\uc2dc\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4",
404
+ "ImageProxy HTTP error: Incorrect Image Proxy URL": "ImageProxy HTTP \uc624\ub958: \uc62c\ubc14\ub974\uc9c0 \uc54a\uc740 \uc774\ubbf8\uc9c0 \ud504\ub85d\uc2dc URL \uc8fc\uc18c",
405
+ "ImageProxy HTTP error: Unknown ImageProxy error": "ImageProxy HTTP \uc624\ub958: \uc54c \uc218 \uc5c6\ub294 \uc774\ubbf8\uc9c0 \ud504\ub85d\uc2dc \uc624\ub958"
406
+ });