@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.
- package/dist-cms/apps/app/app.element.js +17 -7
- package/dist-cms/apps/app/app.element.js.map +1 -1
- package/dist-cms/custom-elements.json +148 -25
- package/dist-cms/external/backend-api/index.js +1 -1
- package/dist-cms/external/rxjs/index.js +2 -2
- package/dist-cms/external/tinymce/index.js +49 -0
- package/dist-cms/mocks/data/data-type.data.js +69 -1
- package/dist-cms/mocks/data/data-type.data.js.map +1 -1
- package/dist-cms/mocks/data/document-type.data.js +18 -0
- package/dist-cms/mocks/data/document-type.data.js.map +1 -1
- package/dist-cms/mocks/data/document.data.js +7 -0
- package/dist-cms/mocks/data/document.data.js.map +1 -1
- package/dist-cms/mocks/data/template.data.d.ts +1 -1
- package/dist-cms/mocks/data/template.data.js +14 -5
- package/dist-cms/mocks/data/template.data.js.map +1 -1
- package/dist-cms/mocks/handlers/images.handlers.d.ts +1 -0
- package/dist-cms/mocks/handlers/images.handlers.js +8 -0
- package/dist-cms/mocks/handlers/images.handlers.js.map +1 -0
- package/dist-cms/mocks/handlers/manifests.handlers.js +1 -1
- package/dist-cms/mocks/handlers/manifests.handlers.js.map +1 -1
- package/dist-cms/mocks/handlers/rte-embed.handlers.js +6 -2
- package/dist-cms/mocks/handlers/rte-embed.handlers.js.map +1 -1
- package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.d.ts +15 -0
- package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.js +17 -0
- package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.js.map +1 -1
- package/dist-cms/packages/core/components/index.d.ts +1 -0
- package/dist-cms/packages/core/components/index.js +1 -0
- package/dist-cms/packages/core/components/index.js.map +1 -1
- package/dist-cms/packages/core/components/input-tiny-mce/index.d.ts +6 -0
- package/dist-cms/packages/core/components/input-tiny-mce/index.js +7 -0
- package/dist-cms/packages/core/components/input-tiny-mce/index.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.d.ts +5 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.js +46 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.d.ts +29 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.js +270 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.d.ts +3 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.js +39 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.d.ts +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.js +79 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.d.ts +6 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.js +54 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/tiny-mce-plugin.d.ts +12 -0
- package/dist-cms/packages/core/components/input-tiny-mce/tiny-mce-plugin.js +8 -0
- package/dist-cms/packages/core/components/input-tiny-mce/tiny-mce-plugin.js.map +1 -0
- package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.d.ts +3 -3
- package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js +10 -10
- package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js.map +1 -1
- package/dist-cms/packages/core/components/property-type-based-property/property-type-based-property.element.js +3 -3
- package/dist-cms/packages/core/components/property-type-based-property/property-type-based-property.element.js.map +1 -1
- package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.d.ts +1 -1
- package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.js +5 -5
- package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.js.map +1 -1
- package/dist-cms/packages/core/extension-registry/models/index.d.ts +4 -2
- package/dist-cms/packages/core/extension-registry/models/index.js +1 -0
- package/dist-cms/packages/core/extension-registry/models/index.js.map +1 -1
- package/dist-cms/packages/core/extension-registry/models/property-editor.model.d.ts +5 -5
- package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.d.ts +38 -0
- package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.js +2 -0
- package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.js.map +1 -0
- package/dist-cms/packages/core/index.d.ts +1 -0
- package/dist-cms/packages/core/index.js +3 -0
- package/dist-cms/packages/core/index.js.map +1 -1
- package/dist-cms/packages/core/macro/index.d.ts +1 -0
- package/dist-cms/packages/core/macro/index.js +2 -0
- package/dist-cms/packages/core/macro/index.js.map +1 -0
- package/dist-cms/packages/core/macro/macro.service.d.ts +26 -0
- package/dist-cms/packages/core/macro/macro.service.js +117 -0
- package/dist-cms/packages/core/macro/macro.service.js.map +1 -0
- package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.d.ts +17 -0
- package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.js +92 -0
- package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.js.map +1 -0
- package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.d.ts +3 -5
- package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.js +11 -11
- package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.js.map +1 -1
- package/dist-cms/packages/core/modal/common/manifests.js +6 -0
- package/dist-cms/packages/core/modal/common/manifests.js.map +1 -1
- package/dist-cms/packages/core/modal/token/code-editor-modal.token.d.ts +12 -0
- package/dist-cms/packages/core/modal/token/code-editor-modal.token.js +6 -0
- package/dist-cms/packages/core/modal/token/code-editor-modal.token.js.map +1 -0
- package/dist-cms/packages/core/modal/token/embedded-media-modal.token.d.ts +8 -7
- package/dist-cms/packages/core/modal/token/embedded-media-modal.token.js +2 -1
- package/dist-cms/packages/core/modal/token/embedded-media-modal.token.js.map +1 -1
- package/dist-cms/packages/core/modal/token/index.d.ts +1 -0
- package/dist-cms/packages/core/modal/token/index.js +1 -0
- package/dist-cms/packages/core/modal/token/index.js.map +1 -1
- package/dist-cms/packages/core/property-editors/manifests.d.ts +1 -1
- package/dist-cms/packages/core/property-editors/manifests.js +2 -2
- package/dist-cms/packages/core/property-editors/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Label.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.Label.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Label.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.RichText.d.ts +2 -0
- package/dist-cms/packages/core/property-editors/models/{Umbraco.TinyMCE.js → Umbraco.RichText.js} +4 -3
- package/dist-cms/packages/core/property-editors/models/Umbraco.RichText.js.map +1 -0
- package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/manifests.js +2 -2
- package/dist-cms/packages/core/property-editors/models/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-list/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-list/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/checkbox-list/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/checkbox-list/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/order-by/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/order-by/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/color-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/color-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/date-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/date-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/dropdown/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/dropdown/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/eye-dropper/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/eye-dropper/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/icon-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/icon-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/image-cropper/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/image-cropper/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/label/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/label/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/markdown-editor/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/markdown-editor/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/media-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/media-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/member-group-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/member-group-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/member-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/member-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/multi-url-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/multi-url-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/multiple-text-string/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/multiple-text-string/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/number/manifests.js +2 -2
- package/dist-cms/packages/core/property-editors/uis/number/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/number-range/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/number-range/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/order-direction/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/order-direction/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/overlay-size/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/overlay-size/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/radio-button-list/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/radio-button-list/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/slider/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/slider/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/text-box/manifests.js +2 -2
- package/dist-cms/packages/core/property-editors/uis/text-box/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/textarea/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/textarea/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.d.ts +18 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.js +31 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.d.ts +2 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.js +52 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.js.map +1 -0
- 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
- 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
- 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
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.d.ts +16 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.js +45 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.d.ts +25 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.js +123 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/manifests.js +210 -7
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.d.ts +2 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.js +84 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.d.ts +5 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.js +34 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.d.ts +5 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.js +69 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.d.ts +6 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.js +168 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.d.ts +5 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.js +166 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.d.ts +5 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.js +141 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.d.ts +2 -1
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.js +16 -7
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/toggle/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/toggle/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/tree-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/tree-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/upload-field/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/upload-field/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/user-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/user-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/value-type/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/value-type/manifests.js.map +1 -1
- package/dist-cms/packages/documents/documents/property-editors/Umbraco.ContentPicker.d.ts +2 -2
- package/dist-cms/packages/documents/documents/property-editors/Umbraco.ContentPicker.js +1 -1
- package/dist-cms/packages/documents/documents/property-editors/Umbraco.ContentPicker.js.map +1 -1
- package/dist-cms/packages/documents/documents/property-editors/document-picker/manifests.js +1 -1
- package/dist-cms/packages/documents/documents/property-editors/document-picker/manifests.js.map +1 -1
- package/dist-cms/packages/media/media/repository/media.repository.js +12 -24
- package/dist-cms/packages/media/media/repository/media.repository.js.map +1 -1
- package/dist-cms/packages/members/members/repository/member.repository.js +6 -21
- package/dist-cms/packages/members/members/repository/member.repository.js.map +1 -1
- package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.d.ts +1 -1
- package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.js +5 -5
- package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.js.map +1 -1
- package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.d.ts +1 -1
- package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.js +1 -1
- package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.js.map +1 -1
- package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.d.ts +1 -1
- package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.js +12 -12
- package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.js.map +1 -1
- package/dist-cms/packages/settings/logviewer/repository/log-viewer.repository.js +11 -25
- package/dist-cms/packages/settings/logviewer/repository/log-viewer.repository.js.map +1 -1
- package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.js +1 -1
- package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.js.map +1 -1
- package/dist-cms/packages/tags/property-editors/tags/manifests.js +1 -1
- package/dist-cms/packages/tags/property-editors/tags/manifests.js.map +1 -1
- package/dist-cms/packages/templating/stylesheets/repository/stylesheet.repository.js +3 -20
- package/dist-cms/packages/templating/stylesheets/repository/stylesheet.repository.js.map +1 -1
- package/dist-cms/packages/templating/templates/repository/sources/template.detail.server.data.d.ts +2 -2
- package/dist-cms/packages/templating/templates/repository/sources/template.detail.server.data.js +2 -2
- package/dist-cms/packages/templating/templates/repository/sources/template.detail.server.data.js.map +1 -1
- package/dist-cms/packages/templating/templates/repository/sources/template.item.server.data.d.ts +1 -1
- package/dist-cms/packages/templating/templates/repository/sources/template.tree.server.data.d.ts +1 -1
- package/dist-cms/packages/templating/templates/repository/template-item.store.d.ts +1 -1
- package/dist-cms/packages/templating/templates/repository/template.repository.d.ts +3 -3
- package/dist-cms/packages/templating/templates/repository/template.repository.js +2 -2
- package/dist-cms/packages/templating/templates/repository/template.repository.js.map +1 -1
- package/dist-cms/packages/templating/templates/workspace/template-workspace-editor.element.js +3 -33
- package/dist-cms/packages/templating/templates/workspace/template-workspace-editor.element.js.map +1 -1
- package/dist-cms/packages/templating/templates/workspace/template-workspace.context.d.ts +6 -3
- package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js +35 -23
- package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js.map +1 -1
- package/dist-cms/shared/auth/auth.context.d.ts +1 -0
- package/dist-cms/shared/auth/auth.context.js +3 -0
- package/dist-cms/shared/auth/auth.context.js.map +1 -1
- package/dist-cms/shared/auth/auth.interface.d.ts +4 -0
- package/dist-cms/shared/repository/repository-items.manager.d.ts +1 -1
- package/dist-cms/shared/repository/repository-items.manager.js +7 -2
- package/dist-cms/shared/repository/repository-items.manager.js.map +1 -1
- package/dist-cms/shared/utils/index.d.ts +6 -0
- package/dist-cms/shared/utils/index.js +1 -0
- package/dist-cms/shared/utils/index.js.map +1 -1
- package/dist-cms/shared/utils/media-helper.service.d.ts +44 -0
- package/dist-cms/shared/utils/media-helper.service.js +152 -0
- package/dist-cms/shared/utils/media-helper.service.js.map +1 -0
- package/dist-cms/tinymce/CHANGELOG.md +3253 -0
- package/dist-cms/tinymce/README.md +71 -0
- package/dist-cms/tinymce/bower.json +27 -0
- package/dist-cms/tinymce/composer.json +52 -0
- package/dist-cms/tinymce/icons/default/icons.js +191 -0
- package/dist-cms/tinymce/icons/default/icons.min.js +1 -0
- package/dist-cms/tinymce/icons/default/index.js +7 -0
- package/dist-cms/tinymce/langs/ar.js +407 -0
- package/dist-cms/tinymce/langs/az.js +406 -0
- package/dist-cms/tinymce/langs/be.js +406 -0
- package/dist-cms/tinymce/langs/bg_BG.js +406 -0
- package/dist-cms/tinymce/langs/bn_BD.js +406 -0
- package/dist-cms/tinymce/langs/ca.js +406 -0
- package/dist-cms/tinymce/langs/cs.js +406 -0
- package/dist-cms/tinymce/langs/cy.js +406 -0
- package/dist-cms/tinymce/langs/da.js +406 -0
- package/dist-cms/tinymce/langs/de.js +406 -0
- package/dist-cms/tinymce/langs/dv.js +406 -0
- package/dist-cms/tinymce/langs/el.js +406 -0
- package/dist-cms/tinymce/langs/eo.js +406 -0
- package/dist-cms/tinymce/langs/es.js +406 -0
- package/dist-cms/tinymce/langs/es_MX.js +406 -0
- package/dist-cms/tinymce/langs/et.js +406 -0
- package/dist-cms/tinymce/langs/eu.js +406 -0
- package/dist-cms/tinymce/langs/fa.js +407 -0
- package/dist-cms/tinymce/langs/fi.js +406 -0
- package/dist-cms/tinymce/langs/fr_FR.js +406 -0
- package/dist-cms/tinymce/langs/ga.js +406 -0
- package/dist-cms/tinymce/langs/gl.js +406 -0
- package/dist-cms/tinymce/langs/he_IL.js +407 -0
- package/dist-cms/tinymce/langs/hi.js +406 -0
- package/dist-cms/tinymce/langs/hr.js +406 -0
- package/dist-cms/tinymce/langs/hu_HU.js +406 -0
- package/dist-cms/tinymce/langs/hy.js +406 -0
- package/dist-cms/tinymce/langs/id.js +406 -0
- package/dist-cms/tinymce/langs/is_IS.js +406 -0
- package/dist-cms/tinymce/langs/it.js +406 -0
- package/dist-cms/tinymce/langs/ja.js +406 -0
- package/dist-cms/tinymce/langs/kab.js +406 -0
- package/dist-cms/tinymce/langs/kk.js +406 -0
- package/dist-cms/tinymce/langs/ko_KR.js +406 -0
- package/dist-cms/tinymce/langs/ku.js +407 -0
- package/dist-cms/tinymce/langs/lt.js +406 -0
- package/dist-cms/tinymce/langs/lv.js +406 -0
- package/dist-cms/tinymce/langs/nb_NO.js +406 -0
- package/dist-cms/tinymce/langs/ne.js +406 -0
- package/dist-cms/tinymce/langs/nl.js +406 -0
- package/dist-cms/tinymce/langs/nl_BE.js +406 -0
- package/dist-cms/tinymce/langs/oc.js +406 -0
- package/dist-cms/tinymce/langs/pl.js +406 -0
- package/dist-cms/tinymce/langs/pt_BR.js +406 -0
- package/dist-cms/tinymce/langs/ro.js +406 -0
- package/dist-cms/tinymce/langs/ru.js +406 -0
- package/dist-cms/tinymce/langs/sk.js +406 -0
- package/dist-cms/tinymce/langs/sl_SI.js +406 -0
- package/dist-cms/tinymce/langs/sq.js +406 -0
- package/dist-cms/tinymce/langs/sr.js +406 -0
- package/dist-cms/tinymce/langs/sv_SE.js +406 -0
- package/dist-cms/tinymce/langs/ta.js +406 -0
- package/dist-cms/tinymce/langs/tg.js +406 -0
- package/dist-cms/tinymce/langs/th_TH.js +406 -0
- package/dist-cms/tinymce/langs/tr.js +406 -0
- package/dist-cms/tinymce/langs/ug.js +406 -0
- package/dist-cms/tinymce/langs/uk.js +406 -0
- package/dist-cms/tinymce/langs/vi.js +406 -0
- package/dist-cms/tinymce/langs/zh-Hans.js +406 -0
- package/dist-cms/tinymce/langs/zh-Hant.js +406 -0
- package/dist-cms/tinymce/langs/zh_HK.js +406 -0
- package/dist-cms/tinymce/langs/zh_MO.js +406 -0
- package/dist-cms/tinymce/langs/zh_SG.js +406 -0
- package/dist-cms/tinymce/license.txt +21 -0
- package/dist-cms/tinymce/models/dom/index.js +7 -0
- package/dist-cms/tinymce/models/dom/model.js +8040 -0
- package/dist-cms/tinymce/models/dom/model.min.js +4 -0
- package/dist-cms/tinymce/package.json +32 -0
- package/dist-cms/tinymce/plugins/accordion/index.js +7 -0
- package/dist-cms/tinymce/plugins/accordion/plugin.js +1033 -0
- package/dist-cms/tinymce/plugins/accordion/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/advlist/index.js +7 -0
- package/dist-cms/tinymce/plugins/advlist/plugin.js +259 -0
- package/dist-cms/tinymce/plugins/advlist/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/anchor/index.js +7 -0
- package/dist-cms/tinymce/plugins/anchor/plugin.js +214 -0
- package/dist-cms/tinymce/plugins/anchor/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/autolink/index.js +7 -0
- package/dist-cms/tinymce/plugins/autolink/plugin.js +228 -0
- package/dist-cms/tinymce/plugins/autolink/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/autoresize/index.js +7 -0
- package/dist-cms/tinymce/plugins/autoresize/plugin.js +192 -0
- package/dist-cms/tinymce/plugins/autoresize/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/autosave/index.js +7 -0
- package/dist-cms/tinymce/plugins/autosave/plugin.js +233 -0
- package/dist-cms/tinymce/plugins/autosave/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/charmap/index.js +7 -0
- package/dist-cms/tinymce/plugins/charmap/plugin.js +1658 -0
- package/dist-cms/tinymce/plugins/charmap/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/code/index.js +7 -0
- package/dist-cms/tinymce/plugins/code/plugin.js +85 -0
- package/dist-cms/tinymce/plugins/code/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/codesample/index.js +7 -0
- package/dist-cms/tinymce/plugins/codesample/plugin.js +2463 -0
- package/dist-cms/tinymce/plugins/codesample/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/directionality/index.js +7 -0
- package/dist-cms/tinymce/plugins/directionality/plugin.js +395 -0
- package/dist-cms/tinymce/plugins/directionality/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/emoticons/index.js +7 -0
- package/dist-cms/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
- package/dist-cms/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
- package/dist-cms/tinymce/plugins/emoticons/js/emojis.js +1 -0
- package/dist-cms/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
- package/dist-cms/tinymce/plugins/emoticons/plugin.js +595 -0
- package/dist-cms/tinymce/plugins/emoticons/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/fullscreen/index.js +7 -0
- package/dist-cms/tinymce/plugins/fullscreen/plugin.js +1196 -0
- package/dist-cms/tinymce/plugins/fullscreen/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/help/index.js +7 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ar.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ca.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/cs.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/da.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/de.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/el.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/en.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/es.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/eu.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fa.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fi.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/he_IL.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hi.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hr.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/id.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/it.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ja.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/kk.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ms.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/nl.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pl.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ro.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ru.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sk.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/th_TH.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/tr.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/uk.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/vi.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
- package/dist-cms/tinymce/plugins/help/plugin.js +893 -0
- package/dist-cms/tinymce/plugins/help/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/image/index.js +7 -0
- package/dist-cms/tinymce/plugins/image/plugin.js +1504 -0
- package/dist-cms/tinymce/plugins/image/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/importcss/index.js +7 -0
- package/dist-cms/tinymce/plugins/importcss/plugin.js +344 -0
- package/dist-cms/tinymce/plugins/importcss/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/insertdatetime/index.js +7 -0
- package/dist-cms/tinymce/plugins/insertdatetime/plugin.js +187 -0
- package/dist-cms/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/link/index.js +7 -0
- package/dist-cms/tinymce/plugins/link/plugin.js +1241 -0
- package/dist-cms/tinymce/plugins/link/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/lists/index.js +7 -0
- package/dist-cms/tinymce/plugins/lists/plugin.js +1948 -0
- package/dist-cms/tinymce/plugins/lists/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/media/index.js +7 -0
- package/dist-cms/tinymce/plugins/media/plugin.js +1235 -0
- package/dist-cms/tinymce/plugins/media/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/nonbreaking/index.js +7 -0
- package/dist-cms/tinymce/plugins/nonbreaking/plugin.js +123 -0
- package/dist-cms/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/pagebreak/index.js +7 -0
- package/dist-cms/tinymce/plugins/pagebreak/plugin.js +117 -0
- package/dist-cms/tinymce/plugins/pagebreak/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/preview/index.js +7 -0
- package/dist-cms/tinymce/plugins/preview/plugin.js +97 -0
- package/dist-cms/tinymce/plugins/preview/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/quickbars/index.js +7 -0
- package/dist-cms/tinymce/plugins/quickbars/plugin.js +438 -0
- package/dist-cms/tinymce/plugins/quickbars/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/save/index.js +7 -0
- package/dist-cms/tinymce/plugins/save/plugin.js +118 -0
- package/dist-cms/tinymce/plugins/save/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/searchreplace/index.js +7 -0
- package/dist-cms/tinymce/plugins/searchreplace/plugin.js +1093 -0
- package/dist-cms/tinymce/plugins/searchreplace/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/table/index.js +7 -0
- package/dist-cms/tinymce/plugins/table/plugin.js +3462 -0
- package/dist-cms/tinymce/plugins/table/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/template/index.js +7 -0
- package/dist-cms/tinymce/plugins/template/plugin.js +567 -0
- package/dist-cms/tinymce/plugins/template/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/visualblocks/index.js +7 -0
- package/dist-cms/tinymce/plugins/visualblocks/plugin.js +98 -0
- package/dist-cms/tinymce/plugins/visualblocks/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/visualchars/index.js +7 -0
- package/dist-cms/tinymce/plugins/visualchars/plugin.js +560 -0
- package/dist-cms/tinymce/plugins/visualchars/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/wordcount/index.js +7 -0
- package/dist-cms/tinymce/plugins/wordcount/plugin.js +405 -0
- package/dist-cms/tinymce/plugins/wordcount/plugin.min.js +4 -0
- package/dist-cms/tinymce/skins/content/dark/content.css +66 -0
- package/dist-cms/tinymce/skins/content/dark/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/default/content.css +61 -0
- package/dist-cms/tinymce/skins/content/default/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/document/content.css +66 -0
- package/dist-cms/tinymce/skins/content/document/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/tinymce-5/content.css +61 -0
- package/dist-cms/tinymce/skins/content/tinymce-5/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/tinymce-5-dark/content.css +66 -0
- package/dist-cms/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/writer/content.css +62 -0
- package/dist-cms/tinymce/skins/content/writer/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide/content.css +785 -0
- package/dist-cms/tinymce/skins/ui/oxide/content.inline.css +779 -0
- package/dist-cms/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide/skin.css +3688 -0
- package/dist-cms/tinymce/skins/ui/oxide/skin.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide/skin.shadowdom.css +30 -0
- package/dist-cms/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/content.css +766 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/content.inline.css +779 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/skin.css +3691 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +30 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/content.css +785 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/content.inline.css +779 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/skin.css +3782 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/skin.shadowdom.css +30 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.css +766 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.inline.css +779 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.css +3782 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.css +30 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
- package/dist-cms/tinymce/themes/silver/index.js +7 -0
- package/dist-cms/tinymce/themes/silver/theme.js +30167 -0
- package/dist-cms/tinymce/themes/silver/theme.min.js +4 -0
- package/dist-cms/tinymce/tinymce.d.ts +3206 -0
- package/dist-cms/tinymce/tinymce.js +31297 -0
- package/dist-cms/tinymce/tinymce.min.js +4 -0
- package/dist-cms/tsconfig.tsbuildinfo +1 -1
- package/dist-cms/umbraco-package-schema.json +83 -7
- package/dist-cms/vscode-html-custom-data.json +86 -17
- package/package.json +4 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TinyMCE.d.ts +0 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.TinyMCE.js.map +0 -1
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.d.ts +0 -2
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.js +0 -13
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.js.map +0 -1
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.d.ts +0 -16
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.js +0 -34
- 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("ja", {
|
|
2
|
+
"Redo": "\u3084\u308a\u76f4\u3057",
|
|
3
|
+
"Undo": "\u5143\u306b\u623b\u3059",
|
|
4
|
+
"Cut": "\u5207\u308a\u53d6\u308a",
|
|
5
|
+
"Copy": "\u30b3\u30d4\u30fc",
|
|
6
|
+
"Paste": "\u8cbc\u308a\u4ed8\u3051",
|
|
7
|
+
"Select all": "\u3059\u3079\u3066\u9078\u629e",
|
|
8
|
+
"New document": "\u65b0\u898f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8",
|
|
9
|
+
"Ok": "OK",
|
|
10
|
+
"Cancel": "\u53d6\u6d88",
|
|
11
|
+
"Visual aids": "\u8868\u306e\u67a0\u7dda\u3092\u70b9\u7dda\u3067\u8868\u793a",
|
|
12
|
+
"Bold": "\u592a\u5b57",
|
|
13
|
+
"Italic": "\u659c\u4f53",
|
|
14
|
+
"Underline": "\u4e0b\u7dda",
|
|
15
|
+
"Strikethrough": "\u53d6\u6d88\u7dda",
|
|
16
|
+
"Superscript": "\u4e0a\u4ed8\u304d",
|
|
17
|
+
"Subscript": "\u4e0b\u4ed8\u304d",
|
|
18
|
+
"Clear formatting": "\u66f8\u5f0f\u3092\u30af\u30ea\u30a2",
|
|
19
|
+
"Remove": "\u524a\u9664",
|
|
20
|
+
"Align left": "\u5de6\u63c3\u3048",
|
|
21
|
+
"Align center": "\u4e2d\u592e\u63c3\u3048",
|
|
22
|
+
"Align right": "\u53f3\u63c3\u3048",
|
|
23
|
+
"No alignment": "\u914d\u7f6e\u306a\u3057",
|
|
24
|
+
"Justify": "\u4e21\u7aef\u63c3\u3048",
|
|
25
|
+
"Bullet list": "\u7b87\u6761\u66f8\u304d",
|
|
26
|
+
"Numbered list": "\u756a\u53f7\u4ed8\u304d\u7b87\u6761\u66f8\u304d",
|
|
27
|
+
"Decrease indent": "\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u6e1b\u3089\u3059",
|
|
28
|
+
"Increase indent": "\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u5897\u3084\u3059",
|
|
29
|
+
"Close": "\u9589\u3058\u308b",
|
|
30
|
+
"Formats": "\u66f8\u5f0f",
|
|
31
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u304a\u4f7f\u3044\u306e\u30d6\u30e9\u30a6\u30b6\u3067\u306f\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u6a5f\u80fd\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u30ad\u30fc\u30dc\u30fc\u30c9\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\uff08Ctrl+X, Ctrl+C, Ctrl+V\uff09\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
|
|
32
|
+
"Headings": "\u898b\u51fa\u3057",
|
|
33
|
+
"Heading 1": "\u898b\u51fa\u30571",
|
|
34
|
+
"Heading 2": "\u898b\u51fa\u30572",
|
|
35
|
+
"Heading 3": "\u898b\u51fa\u30573",
|
|
36
|
+
"Heading 4": "\u898b\u51fa\u30574",
|
|
37
|
+
"Heading 5": "\u898b\u51fa\u30575",
|
|
38
|
+
"Heading 6": "\u898b\u51fa\u30576",
|
|
39
|
+
"Preformatted": "\u66f8\u5f0f\u8a2d\u5b9a\u6e08\u307f",
|
|
40
|
+
"Div": "\u5206\u5272",
|
|
41
|
+
"Pre": "\u6574\u5f62\u6e08\u307f\u30c6\u30ad\u30b9\u30c8",
|
|
42
|
+
"Code": "\u30b3\u30fc\u30c9",
|
|
43
|
+
"Paragraph": "\u6bb5\u843d",
|
|
44
|
+
"Blockquote": "\u5f15\u7528",
|
|
45
|
+
"Inline": "\u30a4\u30f3\u30e9\u30a4\u30f3",
|
|
46
|
+
"Blocks": "\u30d6\u30ed\u30c3\u30af",
|
|
47
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u8cbc\u308a\u4ed8\u3051\u306f\u73fe\u5728\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u30e2\u30fc\u30c9\u3067\u3059\u3002\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30aa\u30d5\u306b\u3057\u306a\u3044\u9650\u308a\u5185\u5bb9\u306f\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u3068\u3057\u3066\u8cbc\u308a\u4ed8\u3051\u3089\u308c\u307e\u3059\u3002",
|
|
48
|
+
"Fonts": "\u30d5\u30a9\u30f3\u30c8",
|
|
49
|
+
"Font sizes": "\u30d5\u30a9\u30f3\u30c8\u306e\u30b5\u30a4\u30ba",
|
|
50
|
+
"Class": "\u30af\u30e9\u30b9",
|
|
51
|
+
"Browse for an image": "\u753b\u50cf\u3092\u53c2\u7167",
|
|
52
|
+
"OR": "\u307e\u305f\u306f",
|
|
53
|
+
"Drop an image here": "\u3053\u3053\u306b\u753b\u50cf\u3092\u30c9\u30ed\u30c3\u30d7",
|
|
54
|
+
"Upload": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9",
|
|
55
|
+
"Uploading image": "\u753b\u50cf\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4e2d",
|
|
56
|
+
"Block": "\u30d6\u30ed\u30c3\u30af",
|
|
57
|
+
"Align": "\u914d\u7f6e",
|
|
58
|
+
"Default": "\u65e2\u5b9a",
|
|
59
|
+
"Circle": "\u4e38",
|
|
60
|
+
"Disc": "\u9ed2\u4e38",
|
|
61
|
+
"Square": "\u56db\u89d2",
|
|
62
|
+
"Lower Alpha": "\u5c0f\u6587\u5b57\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8",
|
|
63
|
+
"Lower Greek": "\u5c0f\u6587\u5b57\u30ae\u30ea\u30b7\u30e3\u6587\u5b57",
|
|
64
|
+
"Lower Roman": "\u5c0f\u6587\u5b57\u30ed\u30fc\u30de\u5b57",
|
|
65
|
+
"Upper Alpha": "\u5927\u6587\u5b57\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8",
|
|
66
|
+
"Upper Roman": "\u5927\u6587\u5b57\u30ed\u30fc\u30de\u5b57",
|
|
67
|
+
"Anchor...": "\u30a2\u30f3\u30ab\u30fc...",
|
|
68
|
+
"Anchor": "\u30a2\u30f3\u30ab\u30fc",
|
|
69
|
+
"Name": "\u540d\u524d",
|
|
70
|
+
"ID": "ID",
|
|
71
|
+
"ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "ID\u306f\u6587\u5b57\u3067\u59cb\u307e\u308a\u3001\u305d\u306e\u5f8c\u306b\u6587\u5b57\u3001\u6570\u5b57\u3001\u30c0\u30c3\u30b7\u30e5\u3001\u30d4\u30ea\u30aa\u30c9\u3001\u30b3\u30ed\u30f3\u3001\u307e\u305f\u306f\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2\u304c\u7d9a\u304f\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",
|
|
72
|
+
"You have unsaved changes are you sure you want to navigate away?": "\u307e\u3060\u4fdd\u5b58\u3057\u3066\u3044\u306a\u3044\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u30da\u30fc\u30b8\u3092\u96e2\u308c\u307e\u3059\u304b\uff1f",
|
|
73
|
+
"Restore last draft": "\u524d\u56de\u306e\u4e0b\u66f8\u304d\u3092\u56de\u5fa9",
|
|
74
|
+
"Special character...": "\u7279\u6b8a\u6587\u5b57...",
|
|
75
|
+
"Special Character": "\u7279\u6b8a\u6587\u5b57",
|
|
76
|
+
"Source code": "\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9",
|
|
77
|
+
"Insert/Edit code sample": "\u30b3\u30fc\u30c9\u30b5\u30f3\u30d7\u30eb\u306e\u633f\u5165/\u7de8\u96c6",
|
|
78
|
+
"Language": "\u8a00\u8a9e",
|
|
79
|
+
"Code sample...": "\u30b3\u30fc\u30c9\u306e\u30b5\u30f3\u30d7\u30eb...",
|
|
80
|
+
"Left to right": "\u5de6\u304b\u3089\u53f3",
|
|
81
|
+
"Right to left": "\u53f3\u304b\u3089\u5de6",
|
|
82
|
+
"Title": "\u30bf\u30a4\u30c8\u30eb",
|
|
83
|
+
"Fullscreen": "\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3",
|
|
84
|
+
"Action": "\u30a2\u30af\u30b7\u30e7\u30f3",
|
|
85
|
+
"Shortcut": "\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8",
|
|
86
|
+
"Help": "\u30d8\u30eb\u30d7",
|
|
87
|
+
"Address": "\u30a2\u30c9\u30ec\u30b9",
|
|
88
|
+
"Focus to menubar": "\u30e1\u30cb\u30e5\u30fc\u30d0\u30fc\u306b\u30d5\u30a9\u30fc\u30ab\u30b9",
|
|
89
|
+
"Focus to toolbar": "\u30c4\u30fc\u30eb\u30d0\u30fc\u306b\u30d5\u30a9\u30fc\u30ab\u30b9",
|
|
90
|
+
"Focus to element path": "\u8981\u7d20\u30d1\u30b9\u306b\u30d5\u30a9\u30fc\u30ab\u30b9",
|
|
91
|
+
"Focus to contextual toolbar": "\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u30c4\u30fc\u30eb\u30d0\u30fc\u306b\u30d5\u30a9\u30fc\u30ab\u30b9",
|
|
92
|
+
"Insert link (if link plugin activated)": "\u30ea\u30f3\u30af\u3092\u633f\u5165 (\u30ea\u30f3\u30af\u30d7\u30e9\u30b0\u30a4\u30f3\u6709\u52b9\u6642)",
|
|
93
|
+
"Save (if save plugin activated)": "\u4fdd\u5b58 (\u4fdd\u5b58\u30d7\u30e9\u30b0\u30a4\u30f3\u6709\u52b9\u6642)",
|
|
94
|
+
"Find (if searchreplace plugin activated)": "\u691c\u7d22 (\u7f6e\u63db\u30d7\u30e9\u30b0\u30a4\u30f3\u6709\u52b9\u6642)",
|
|
95
|
+
"Plugins installed ({0}):": "\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u30d7\u30e9\u30b0\u30a4\u30f3 ({0})\uff1a",
|
|
96
|
+
"Premium plugins:": "\u30d7\u30ec\u30df\u30a2\u30e0\u30d7\u30e9\u30b0\u30a4\u30f3\uff1a",
|
|
97
|
+
"Learn more...": "\u8a73\u7d30...",
|
|
98
|
+
"You are using {0}": "{0}\u3092\u4f7f\u7528\u4e2d",
|
|
99
|
+
"Plugins": "\u30d7\u30e9\u30b0\u30a4\u30f3",
|
|
100
|
+
"Handy Shortcuts": "\u4fbf\u5229\u306a\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8",
|
|
101
|
+
"Horizontal line": "\u6c34\u5e73\u7f6b\u7dda",
|
|
102
|
+
"Insert/edit image": "\u753b\u50cf\u306e\u633f\u5165/\u7de8\u96c6",
|
|
103
|
+
"Alternative description": "\u4ee3\u66ff\u306e\u8aac\u660e\u6587",
|
|
104
|
+
"Accessibility": "\u30a2\u30af\u30bb\u30b7\u30d3\u30ea\u30c6\u30a3",
|
|
105
|
+
"Image is decorative": "\u753b\u50cf\u306f\u88c5\u98fe\u753b\u50cf",
|
|
106
|
+
"Source": "\u30bd\u30fc\u30b9",
|
|
107
|
+
"Dimensions": "\u30b5\u30a4\u30ba",
|
|
108
|
+
"Constrain proportions": "\u7e26\u6a2a\u6bd4\u3092\u56fa\u5b9a",
|
|
109
|
+
"General": "\u4e00\u822c",
|
|
110
|
+
"Advanced": "\u8a73\u7d30",
|
|
111
|
+
"Style": "\u30b9\u30bf\u30a4\u30eb",
|
|
112
|
+
"Vertical space": "\u4e0a\u4e0b\u4f59\u767d",
|
|
113
|
+
"Horizontal space": "\u5de6\u53f3\u4f59\u767d",
|
|
114
|
+
"Border": "\u30dc\u30fc\u30c0\u30fc",
|
|
115
|
+
"Insert image": "\u753b\u50cf\u306e\u633f\u5165",
|
|
116
|
+
"Image...": "\u753b\u50cf..",
|
|
117
|
+
"Image list": "\u753b\u50cf\u30ea\u30b9\u30c8",
|
|
118
|
+
"Resize": "\u30b5\u30a4\u30ba\u5909\u66f4",
|
|
119
|
+
"Insert date/time": "\u65e5\u4ed8/\u6642\u523b\u306e\u633f\u5165",
|
|
120
|
+
"Date/time": "\u65e5\u4ed8/\u6642\u523b",
|
|
121
|
+
"Insert/edit link": "\u30ea\u30f3\u30af\u306e\u633f\u5165/\u7de8\u96c6",
|
|
122
|
+
"Text to display": "\u8868\u793a\u3059\u308b\u30c6\u30ad\u30b9\u30c8",
|
|
123
|
+
"Url": "URL",
|
|
124
|
+
"Open link in...": "\u30ea\u30f3\u30af\u306e\u958b\u304d\u65b9...",
|
|
125
|
+
"Current window": "\u540c\u3058\u30a6\u30a3\u30f3\u30c9\u30a6",
|
|
126
|
+
"None": "\u306a\u3057",
|
|
127
|
+
"New window": "\u65b0\u898f\u30a6\u30a3\u30f3\u30c9\u30a6",
|
|
128
|
+
"Open link": "\u30ea\u30f3\u30af\u3092\u958b\u304f",
|
|
129
|
+
"Remove link": "\u30ea\u30f3\u30af\u306e\u524a\u9664",
|
|
130
|
+
"Anchors": "\u30a2\u30f3\u30ab\u30fc",
|
|
131
|
+
"Link...": "\u30ea\u30f3\u30af...",
|
|
132
|
+
"Paste or type a link": "\u30ea\u30f3\u30af\u3092\u30da\u30fc\u30b9\u30c8\u307e\u305f\u306f\u5165\u529b",
|
|
133
|
+
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u5165\u529b\u3055\u308c\u305fURL\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u3088\u3046\u3067\u3059\u3002\u300cmailto:\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f",
|
|
134
|
+
"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "\u5165\u529b\u3055\u308c\u305fURL\u306f\u5916\u90e8\u30ea\u30f3\u30af\u306e\u3088\u3046\u3067\u3059\u3002\u300chttp://\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f",
|
|
135
|
+
"The URL you entered seems to be an external link. Do you want to add the required https:// prefix?": "\u5165\u529b\u3055\u308c\u305fURL\u306f\u5916\u90e8\u30ea\u30f3\u30af\u306e\u3088\u3046\u3067\u3059\u3002\u5fc5\u8981\u306a\u300chttps://\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f",
|
|
136
|
+
"Link list": "\u30ea\u30f3\u30af\u306e\u4e00\u89a7",
|
|
137
|
+
"Insert video": "\u52d5\u753b\u306e\u633f\u5165",
|
|
138
|
+
"Insert/edit video": "\u52d5\u753b\u306e\u633f\u5165/\u7de8\u96c6",
|
|
139
|
+
"Insert/edit media": "\u30e1\u30c7\u30a3\u30a2\u306e\u633f\u5165/\u7de8\u96c6",
|
|
140
|
+
"Alternative source": "\u4ee3\u66ff\u30bd\u30fc\u30b9",
|
|
141
|
+
"Alternative source URL": "\u4ee3\u66ff\u30bd\u30fc\u30b9URL",
|
|
142
|
+
"Media poster (Image URL)": "\u30e1\u30c7\u30a3\u30a2\u30dd\u30b9\u30bf\u30fc (\u753b\u50cfURL)",
|
|
143
|
+
"Paste your embed code below:": "\u57cb\u3081\u8fbc\u307f\u7528\u30b3\u30fc\u30c9\u3092\u4ee5\u4e0b\u306b\u8cbc\u308a\u4ed8\u3051\u3066\u304f\u3060\u3055\u3044\u3002",
|
|
144
|
+
"Embed": "\u57cb\u3081\u8fbc\u307f",
|
|
145
|
+
"Media...": "\u30e1\u30c7\u30a3\u30a2\u2026",
|
|
146
|
+
"Nonbreaking space": "\u56fa\u5b9a\u30b9\u30da\u30fc\u30b9",
|
|
147
|
+
"Page break": "\u30da\u30fc\u30b8\u533a\u5207\u308a",
|
|
148
|
+
"Paste as text": "\u30c6\u30ad\u30b9\u30c8\u3068\u3057\u3066\u8cbc\u308a\u4ed8\u3051",
|
|
149
|
+
"Preview": "\u30d7\u30ec\u30d3\u30e5\u30fc",
|
|
150
|
+
"Print": "\u5370\u5237",
|
|
151
|
+
"Print...": "\u5370\u5237...",
|
|
152
|
+
"Save": "\u4fdd\u5b58",
|
|
153
|
+
"Find": "\u691c\u7d22...",
|
|
154
|
+
"Replace with": "\u7f6e\u63db\u5f8c\u306e\u6587\u5b57\u5217",
|
|
155
|
+
"Replace": "\u7f6e\u63db",
|
|
156
|
+
"Replace all": "\u3059\u3079\u3066\u7f6e\u63db",
|
|
157
|
+
"Previous": "\u524d\u3078",
|
|
158
|
+
"Next": "\u6b21\u3078",
|
|
159
|
+
"Find and Replace": "\u691c\u7d22\u3068\u7f6e\u63db",
|
|
160
|
+
"Find and replace...": "\u7f6e\u63db...",
|
|
161
|
+
"Could not find the specified string.": "\u304a\u63a2\u3057\u306e\u6587\u5b57\u5217\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002",
|
|
162
|
+
"Match case": "\u5927\u6587\u5b57\u3068\u5c0f\u6587\u5b57\u3092\u533a\u5225",
|
|
163
|
+
"Find whole words only": "\u8a9e\u5168\u4f53\u3092\u542b\u3080\u3082\u306e\u306e\u307f\u691c\u7d22",
|
|
164
|
+
"Find in selection": "\u9078\u629e\u90e8\u5206\u3067\u691c\u7d22",
|
|
165
|
+
"Insert table": "\u8868\u306e\u633f\u5165",
|
|
166
|
+
"Table properties": "\u30c6\u30fc\u30d6\u30eb\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
|
|
167
|
+
"Delete table": "\u30c6\u30fc\u30d6\u30eb\u306e\u524a\u9664",
|
|
168
|
+
"Cell": "\u30bb\u30eb",
|
|
169
|
+
"Row": "\u884c",
|
|
170
|
+
"Column": "\u5217",
|
|
171
|
+
"Cell properties": "\u30bb\u30eb\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
|
|
172
|
+
"Merge cells": "\u30bb\u30eb\u306e\u7d50\u5408",
|
|
173
|
+
"Split cell": "\u30bb\u30eb\u306e\u5206\u5272",
|
|
174
|
+
"Insert row before": "\u524d\u306b\u884c\u3092\u633f\u5165",
|
|
175
|
+
"Insert row after": "\u5f8c\u306b\u884c\u3092\u633f\u5165",
|
|
176
|
+
"Delete row": "\u884c\u306e\u524a\u9664",
|
|
177
|
+
"Row properties": "\u884c\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
|
|
178
|
+
"Cut row": "\u884c\u306e\u5207\u308a\u53d6\u308a",
|
|
179
|
+
"Cut column": "\u5217\u3092\u30ab\u30c3\u30c8",
|
|
180
|
+
"Copy row": "\u884c\u306e\u30b3\u30d4\u30fc",
|
|
181
|
+
"Copy column": "\u5217\u3092\u30b3\u30d4\u30fc",
|
|
182
|
+
"Paste row before": "\u4e0a\u5074\u306b\u884c\u3092\u8cbc\u308a\u4ed8\u3051",
|
|
183
|
+
"Paste column before": "\u524d\u306b\u5217\u3092\u8cbc\u308a\u4ed8\u3051",
|
|
184
|
+
"Paste row after": "\u4e0b\u5074\u306b\u884c\u3092\u8cbc\u308a\u4ed8\u3051",
|
|
185
|
+
"Paste column after": "\u5f8c\u306b\u5217\u3092\u8cbc\u308a\u4ed8\u3051",
|
|
186
|
+
"Insert column before": "\u524d\u306b\u5217\u3092\u633f\u5165",
|
|
187
|
+
"Insert column after": "\u5f8c\u306b\u5217\u3092\u633f\u5165",
|
|
188
|
+
"Delete column": "\u5217\u306e\u524a\u9664",
|
|
189
|
+
"Cols": "\u5217\u6570",
|
|
190
|
+
"Rows": "\u884c\u6570",
|
|
191
|
+
"Width": "\u5e45",
|
|
192
|
+
"Height": "\u9ad8\u3055",
|
|
193
|
+
"Cell spacing": "\u30bb\u30eb\u306e\u9593\u9694",
|
|
194
|
+
"Cell padding": "\u30bb\u30eb\u5185\u306e\u30b9\u30da\u30fc\u30b9",
|
|
195
|
+
"Row clipboard actions": "\u884c\u306e\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u30a2\u30af\u30b7\u30e7\u30f3",
|
|
196
|
+
"Column clipboard actions": "\u5217\u306e\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u30a2\u30af\u30b7\u30e7\u30f3",
|
|
197
|
+
"Table styles": "\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e",
|
|
198
|
+
"Cell styles": "\u30bb\u30eb\u306e\u7a2e\u985e",
|
|
199
|
+
"Column header": "\u5217\u306e\u30d8\u30c3\u30c0\u30fc",
|
|
200
|
+
"Row header": "\u884c\u306e\u30d8\u30c3\u30c0\u30fc",
|
|
201
|
+
"Table caption": "\u30c6\u30fc\u30d6\u30eb\u306e\u898b\u51fa\u3057",
|
|
202
|
+
"Caption": "\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3",
|
|
203
|
+
"Show caption": "\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u306e\u8868\u793a",
|
|
204
|
+
"Left": "\u5de6\u63c3\u3048",
|
|
205
|
+
"Center": "\u4e2d\u592e\u63c3\u3048",
|
|
206
|
+
"Right": "\u53f3\u63c3\u3048",
|
|
207
|
+
"Cell type": "\u30bb\u30eb\u306e\u7a2e\u985e",
|
|
208
|
+
"Scope": "\u30b9\u30b3\u30fc\u30d7",
|
|
209
|
+
"Alignment": "\u914d\u7f6e",
|
|
210
|
+
"Horizontal align": "\u6c34\u5e73\u306b\u6574\u5217",
|
|
211
|
+
"Vertical align": "\u5782\u76f4\u306b\u6574\u5217",
|
|
212
|
+
"Top": "\u4e0a\u63c3\u3048",
|
|
213
|
+
"Middle": "\u4e2d\u592e\u63c3\u3048",
|
|
214
|
+
"Bottom": "\u4e0b\u63c3\u3048",
|
|
215
|
+
"Header cell": "\u30d8\u30c3\u30c0\u30fc\u30bb\u30eb",
|
|
216
|
+
"Row group": "\u884c\u30b0\u30eb\u30fc\u30d7",
|
|
217
|
+
"Column group": "\u5217\u30b0\u30eb\u30fc\u30d7",
|
|
218
|
+
"Row type": "\u884c\u30bf\u30a4\u30d7",
|
|
219
|
+
"Header": "\u30d8\u30c3\u30c0\u30fc",
|
|
220
|
+
"Body": "\u672c\u6587",
|
|
221
|
+
"Footer": "\u30d5\u30c3\u30bf\u30fc",
|
|
222
|
+
"Border color": "\u30dc\u30fc\u30c0\u30fc\u306e\u8272",
|
|
223
|
+
"Solid": "\u5b9f\u7dda",
|
|
224
|
+
"Dotted": "\u70b9\u7dda",
|
|
225
|
+
"Dashed": "\u7834\u7dda",
|
|
226
|
+
"Double": "\u4e8c\u91cd\u7dda",
|
|
227
|
+
"Groove": "\u8c37\u7dda",
|
|
228
|
+
"Ridge": "\u5c71\u7dda",
|
|
229
|
+
"Inset": "\u5185\u7dda",
|
|
230
|
+
"Outset": "\u5916\u7dda",
|
|
231
|
+
"Hidden": "\u975e\u8868\u793a",
|
|
232
|
+
"Insert template...": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u633f\u5165..",
|
|
233
|
+
"Templates": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8",
|
|
234
|
+
"Template": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8",
|
|
235
|
+
"Insert Template": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u633f\u5165..",
|
|
236
|
+
"Text color": "\u30c6\u30ad\u30b9\u30c8\u8272",
|
|
237
|
+
"Background color": "\u80cc\u666f\u8272",
|
|
238
|
+
"Custom...": "\u30e6\u30fc\u30b6\u30fc\u8a2d\u5b9a...",
|
|
239
|
+
"Custom color": "\u30e6\u30fc\u30b6\u30fc\u8a2d\u5b9a\u306e\u8272",
|
|
240
|
+
"No color": "\u8272\u306a\u3057",
|
|
241
|
+
"Remove color": "\u8272\u8a2d\u5b9a\u3092\u89e3\u9664",
|
|
242
|
+
"Show blocks": "\u6587\u7ae0\u306e\u533a\u5207\u308a\u3092\u70b9\u7dda\u3067\u8868\u793a",
|
|
243
|
+
"Show invisible characters": "\u975e\u8868\u793a\u6587\u5b57\u3092\u8868\u793a",
|
|
244
|
+
"Word count": "\u6587\u5b57\u6570\u30ab\u30a6\u30f3\u30c8",
|
|
245
|
+
"Count": "\u30ab\u30a6\u30f3\u30c8",
|
|
246
|
+
"Document": "\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8",
|
|
247
|
+
"Selection": "\u9078\u629e",
|
|
248
|
+
"Words": "\u5358\u8a9e\u6570",
|
|
249
|
+
"Words: {0}": "\u5358\u8a9e\u6570\uff1a{0}",
|
|
250
|
+
"{0} words": "{0}\u8a9e",
|
|
251
|
+
"File": "\u30d5\u30a1\u30a4\u30eb",
|
|
252
|
+
"Edit": "\u7de8\u96c6",
|
|
253
|
+
"Insert": "\u633f\u5165",
|
|
254
|
+
"View": "\u8868\u793a",
|
|
255
|
+
"Format": "\u66f8\u5f0f\u8a2d\u5b9a",
|
|
256
|
+
"Table": "\u8868",
|
|
257
|
+
"Tools": "\u30c4\u30fc\u30eb",
|
|
258
|
+
"Powered by {0}": "{0} \u306b\u3088\u3063\u3066\u642d\u8f09\u3055\u308c\u305f",
|
|
259
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8\u30a8\u30ea\u30a2\u3002ALT-F9\u3067\u30e1\u30cb\u30e5\u30fc\u3001ALT-F10\u3067\u30c4\u30fc\u30eb\u30d0\u30fc\u3001ALT-0\u3067\u30d8\u30eb\u30d7\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002",
|
|
260
|
+
"Image title": "\u753b\u50cf\u30bf\u30a4\u30c8\u30eb",
|
|
261
|
+
"Border width": "\u67a0\u7dda\u5e45",
|
|
262
|
+
"Border style": "\u67a0\u7dda\u30b9\u30bf\u30a4\u30eb",
|
|
263
|
+
"Error": "\u30a8\u30e9\u30fc",
|
|
264
|
+
"Warn": "\u8b66\u544a",
|
|
265
|
+
"Valid": "\u6709\u52b9",
|
|
266
|
+
"To open the popup, press Shift+Enter": "\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3092\u958b\u304f\u306b\u306f\u3001Shift+Enter\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044",
|
|
267
|
+
"Rich Text Area": "\u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8\u30a8\u30ea\u30a2",
|
|
268
|
+
"Rich Text Area. Press ALT-0 for help.": "\u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8\u30a8\u30ea\u30a2\u3002Alt-0\u3067\u30d8\u30eb\u30d7\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002",
|
|
269
|
+
"System Font": "\u30b7\u30b9\u30c6\u30e0\u30d5\u30a9\u30f3\u30c8",
|
|
270
|
+
"Failed to upload image: {0}": "\u753b\u50cf{0}\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f",
|
|
271
|
+
"Failed to load plugin: {0} from url {1}": "URL{1}\u304b\u3089\u306e\u30d7\u30e9\u30b0\u30a4\u30f3{0}\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f",
|
|
272
|
+
"Failed to load plugin url: {0}": "\u30d7\u30e9\u30b0\u30a4\u30f3\u306eURL{0}\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f",
|
|
273
|
+
"Failed to initialize plugin: {0}": "\u30d7\u30e9\u30b0\u30a4\u30f3{0}\u306e\u521d\u671f\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f",
|
|
274
|
+
"example": "\u4f8b",
|
|
275
|
+
"Search": "\u691c\u7d22",
|
|
276
|
+
"All": "\u3059\u3079\u3066",
|
|
277
|
+
"Currency": "\u901a\u8ca8",
|
|
278
|
+
"Text": "\u30c6\u30ad\u30b9\u30c8",
|
|
279
|
+
"Quotations": "\u5f15\u7528",
|
|
280
|
+
"Mathematical": "\u6570\u5b66\u8a18\u53f7",
|
|
281
|
+
"Extended Latin": "\u30e9\u30c6\u30f3\u6587\u5b57\u62e1\u5f35",
|
|
282
|
+
"Symbols": "\u8a18\u53f7",
|
|
283
|
+
"Arrows": "\u77e2\u5370",
|
|
284
|
+
"User Defined": "\u30e6\u30fc\u30b6\u30fc\u5b9a\u7fa9",
|
|
285
|
+
"dollar sign": "\u30c9\u30eb\u8a18\u53f7",
|
|
286
|
+
"currency sign": "\u901a\u8ca8\u8a18\u53f7",
|
|
287
|
+
"euro-currency sign": "\u30e6\u30fc\u30ed\u8a18\u53f7",
|
|
288
|
+
"colon sign": "\u30b3\u30ed\u30f3\u8a18\u53f7",
|
|
289
|
+
"cruzeiro sign": "\u30af\u30eb\u30bc\u30a4\u30ed\u8a18\u53f7",
|
|
290
|
+
"french franc sign": "\u30d5\u30e9\u30f3\u30b9\u30d5\u30e9\u30f3\u8a18\u53f7",
|
|
291
|
+
"lira sign": "\u30ea\u30e9\u8a18\u53f7",
|
|
292
|
+
"mill sign": "\u30df\u30eb\u8a18\u53f7",
|
|
293
|
+
"naira sign": "\u30ca\u30a4\u30e9\u8a18\u53f7",
|
|
294
|
+
"peseta sign": "\u30da\u30bb\u30bf\u8a18\u53f7",
|
|
295
|
+
"rupee sign": "\u30eb\u30d4\u30fc\u8a18\u53f7",
|
|
296
|
+
"won sign": "\u30a6\u30a9\u30f3\u8a18\u53f7",
|
|
297
|
+
"new sheqel sign": "\u65b0\u30b7\u30a7\u30b1\u30eb\u8a18\u53f7",
|
|
298
|
+
"dong sign": "\u30c9\u30f3\u8a18\u53f7",
|
|
299
|
+
"kip sign": "\u30ad\u30fc\u30d7\u8a18\u53f7",
|
|
300
|
+
"tugrik sign": "\u30c8\u30a5\u30b0\u30eb\u30b0\u8a18\u53f7",
|
|
301
|
+
"drachma sign": "\u30c9\u30e9\u30af\u30de\u8a18\u53f7",
|
|
302
|
+
"german penny symbol": "\u30c9\u30a4\u30c4\u30da\u30cb\u30fc\u8a18\u53f7",
|
|
303
|
+
"peso sign": "\u30da\u30bd\u8a18\u53f7",
|
|
304
|
+
"guarani sign": "\u30ac\u30e9\u30cb\u8a18\u53f7",
|
|
305
|
+
"austral sign": "\u30a2\u30a6\u30b9\u30c8\u30e9\u30eb\u8a18\u53f7",
|
|
306
|
+
"hryvnia sign": "\u30d5\u30ea\u30f4\u30cb\u30e3\u8a18\u53f7",
|
|
307
|
+
"cedi sign": "\u30bb\u30c7\u30a3\u8a18\u53f7",
|
|
308
|
+
"livre tournois sign": "\u30c8\u30a5\u30fc\u30eb\u30dd\u30f3\u30c9\u8a18\u53f7",
|
|
309
|
+
"spesmilo sign": "\u30b9\u30da\u30b9\u30df\u30fc\u30ed\u8a18\u53f7",
|
|
310
|
+
"tenge sign": "\u30c6\u30f3\u30b2\u8a18\u53f7",
|
|
311
|
+
"indian rupee sign": "\u30a4\u30f3\u30c9\u30eb\u30d4\u30fc\u8a18\u53f7",
|
|
312
|
+
"turkish lira sign": "\u30c8\u30eb\u30b3\u30ea\u30e9\u8a18\u53f7",
|
|
313
|
+
"nordic mark sign": "\u5317\u6b27\u30de\u30eb\u30af\u8a18\u53f7",
|
|
314
|
+
"manat sign": "\u30de\u30ca\u30c8\u8a18\u53f7",
|
|
315
|
+
"ruble sign": "\u30eb\u30fc\u30d6\u30eb\u8a18\u53f7",
|
|
316
|
+
"yen character": "\u5186\u8a18\u53f7",
|
|
317
|
+
"yuan character": "\u4eba\u6c11\u5143\u8a18\u53f7",
|
|
318
|
+
"yuan character, in hong kong and taiwan": "\u9999\u6e2f\u304a\u3088\u3073\u53f0\u6e7e\u306b\u304a\u3051\u308b\u5143\u8a18\u53f7",
|
|
319
|
+
"yen/yuan character variant one": "\u5186/\u5143\u8a18\u53f7\u306e\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3",
|
|
320
|
+
"Emojis": "\u7d75\u6587\u5b57",
|
|
321
|
+
"Emojis...": "\u7d75\u6587\u5b57...",
|
|
322
|
+
"Loading emojis...": "\u7d75\u6587\u5b57\u3092\u8aad\u307f\u8fbc\u3093\u3067\u3044\u307e\u3059\u2026",
|
|
323
|
+
"Could not load emojis": "\u7d75\u6587\u5b57\u304c\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f",
|
|
324
|
+
"People": "\u4eba",
|
|
325
|
+
"Animals and Nature": "\u52d5\u7269\u3068\u81ea\u7136",
|
|
326
|
+
"Food and Drink": "\u98df\u3079\u7269\u3068\u98f2\u307f\u7269",
|
|
327
|
+
"Activity": "\u884c\u52d5",
|
|
328
|
+
"Travel and Places": "\u65c5\u884c\u3068\u5834\u6240",
|
|
329
|
+
"Objects": "\u7269",
|
|
330
|
+
"Flags": "\u65d7",
|
|
331
|
+
"Characters": "\u6587\u5b57\u6570",
|
|
332
|
+
"Characters (no spaces)": "\u6587\u5b57\u6570 (\u30b9\u30da\u30fc\u30b9\u306a\u3057)",
|
|
333
|
+
"{0} characters": "{0}\u6587\u5b57",
|
|
334
|
+
"Error: Form submit field collision.": "\u30a8\u30e9\u30fc\uff1a\u30d5\u30a9\u30fc\u30e0\u9001\u4fe1\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u7af6\u5408\u3057\u3066\u3044\u307e\u3059\u3002",
|
|
335
|
+
"Error: No form element found.": "\u30a8\u30e9\u30fc\uff1a\u30d5\u30a9\u30fc\u30e0\u8981\u7d20\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002",
|
|
336
|
+
"Color swatch": "\u8272\u306e\u898b\u672c",
|
|
337
|
+
"Color Picker": "\u30ab\u30e9\u30fc\u30d4\u30c3\u30ab\u30fc",
|
|
338
|
+
"Invalid hex color code: {0}": "\u7121\u52b9\u306a16\u9032\u30ab\u30e9\u30fc\u30b3\u30fc\u30c9: {0}",
|
|
339
|
+
"Invalid input": "\u7121\u52b9\u306a\u5165\u529b",
|
|
340
|
+
"R": "\u8d64",
|
|
341
|
+
"Red component": "\u8d64\u8272\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8",
|
|
342
|
+
"G": "\u7dd1",
|
|
343
|
+
"Green component": "\u7dd1\u8272\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8",
|
|
344
|
+
"B": "\u9752",
|
|
345
|
+
"Blue component": "\u9752\u8272\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8",
|
|
346
|
+
"#": "#",
|
|
347
|
+
"Hex color code": "16\u9032\u30ab\u30e9\u30fc\u30b3\u30fc\u30c9",
|
|
348
|
+
"Range 0 to 255": "\u7bc4\u56f20\u301c255",
|
|
349
|
+
"Turquoise": "\u30bf\u30fc\u30b3\u30a4\u30ba",
|
|
350
|
+
"Green": "\u30b0\u30ea\u30fc\u30f3",
|
|
351
|
+
"Blue": "\u30d6\u30eb\u30fc",
|
|
352
|
+
"Purple": "\u30d1\u30fc\u30d7\u30eb",
|
|
353
|
+
"Navy Blue": "\u30cd\u30a4\u30d3\u30fc",
|
|
354
|
+
"Dark Turquoise": "\u30c0\u30fc\u30af\u30bf\u30fc\u30b3\u30a4\u30ba",
|
|
355
|
+
"Dark Green": "\u30c0\u30fc\u30af\u30b0\u30ea\u30fc\u30f3",
|
|
356
|
+
"Medium Blue": "\u30e1\u30c7\u30a3\u30a2\u30e0\u30d6\u30eb\u30fc",
|
|
357
|
+
"Medium Purple": "\u30df\u30c7\u30a3\u30a2\u30e0\u30d1\u30fc\u30d7\u30eb",
|
|
358
|
+
"Midnight Blue": "\u30df\u30c3\u30c9\u30ca\u30a4\u30c8\u30d6\u30eb\u30fc",
|
|
359
|
+
"Yellow": "\u30a4\u30a8\u30ed\u30fc",
|
|
360
|
+
"Orange": "\u30aa\u30ec\u30f3\u30b8",
|
|
361
|
+
"Red": "\u30ec\u30c3\u30c9",
|
|
362
|
+
"Light Gray": "\u30e9\u30a4\u30c8\u30b0\u30ec\u30fc",
|
|
363
|
+
"Gray": "\u30b0\u30ec\u30fc",
|
|
364
|
+
"Dark Yellow": "\u30c0\u30fc\u30af\u30a4\u30a8\u30ed\u30fc",
|
|
365
|
+
"Dark Orange": "\u30c0\u30fc\u30af\u30aa\u30ec\u30f3\u30b8",
|
|
366
|
+
"Dark Red": "\u30c0\u30fc\u30af\u30ec\u30c3\u30c9",
|
|
367
|
+
"Medium Gray": "\u30df\u30c7\u30a3\u30a2\u30e0\u30b0\u30ec\u30fc",
|
|
368
|
+
"Dark Gray": "\u30c0\u30fc\u30af\u30b0\u30ec\u30fc",
|
|
369
|
+
"Light Green": "\u30e9\u30a4\u30c8\u30b0\u30ea\u30fc\u30f3",
|
|
370
|
+
"Light Yellow": "\u30e9\u30a4\u30c8\u30a4\u30a8\u30ed\u30fc",
|
|
371
|
+
"Light Red": "\u30e9\u30a4\u30c8\u30ec\u30c3\u30c9",
|
|
372
|
+
"Light Purple": "\u30e9\u30a4\u30c8\u30d1\u30fc\u30d7\u30eb",
|
|
373
|
+
"Light Blue": "\u30e9\u30a4\u30c8\u30d6\u30eb\u30fc",
|
|
374
|
+
"Dark Purple": "\u30c0\u30fc\u30af\u30d1\u30fc\u30d7\u30eb",
|
|
375
|
+
"Dark Blue": "\u30c0\u30fc\u30af\u30d6\u30eb\u30fc",
|
|
376
|
+
"Black": "\u30d6\u30e9\u30c3\u30af",
|
|
377
|
+
"White": "\u30db\u30ef\u30a4\u30c8",
|
|
378
|
+
"Switch to or from fullscreen mode": "\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3\u30e2\u30fc\u30c9\u5207\u66ff",
|
|
379
|
+
"Open help dialog": "\u30d8\u30eb\u30d7\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u958b\u304f",
|
|
380
|
+
"history": "\u5c65\u6b74",
|
|
381
|
+
"styles": "\u30b9\u30bf\u30a4\u30eb",
|
|
382
|
+
"formatting": "\u66f8\u5f0f",
|
|
383
|
+
"alignment": "\u914d\u7f6e",
|
|
384
|
+
"indentation": "\u30a4\u30f3\u30c7\u30f3\u30c8",
|
|
385
|
+
"Font": "\u30d5\u30a9\u30f3\u30c8",
|
|
386
|
+
"Size": "\u30b5\u30a4\u30ba",
|
|
387
|
+
"More...": "\u8a73\u7d30...",
|
|
388
|
+
"Select...": "\u9078\u629e...",
|
|
389
|
+
"Preferences": "\u30d7\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9",
|
|
390
|
+
"Yes": "\u306f\u3044",
|
|
391
|
+
"No": "\u3044\u3044\u3048",
|
|
392
|
+
"Keyboard Navigation": "\u30ad\u30fc\u30dc\u30fc\u30c9\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3",
|
|
393
|
+
"Version": "\u30d0\u30fc\u30b8\u30e7\u30f3",
|
|
394
|
+
"Code view": "\u30b3\u30fc\u30c9\u8868\u793a",
|
|
395
|
+
"Open popup menu for split buttons": "\u5206\u5272\u30dc\u30bf\u30f3\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u30e1\u30cb\u30e5\u30fc\u3092\u958b\u304f",
|
|
396
|
+
"List Properties": "\u7b87\u6761\u66f8\u304d\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
|
|
397
|
+
"List properties...": "\u7b87\u6761\u66f8\u304d\u306e\u30d7\u30ed\u30d1\u30c6\u30a3...",
|
|
398
|
+
"Start list at number": "\u756a\u53f7\u30ea\u30b9\u30c8\u306e\u958b\u59cb",
|
|
399
|
+
"Line height": "\u884c\u306e\u9ad8\u3055",
|
|
400
|
+
"Dropped file type is not supported": "\u30c9\u30ed\u30c3\u30d7\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093",
|
|
401
|
+
"Loading...": "\u8aad\u307f\u8fbc\u3093\u3067\u3044\u307e\u3059...",
|
|
402
|
+
"ImageProxy HTTP error: Rejected request": "\u753b\u50cf\u30d7\u30ed\u30ad\u30b7 HTTP\u30a8\u30e9\u30fc\uff1a\u62d2\u5426\u3055\u308c\u305f\u30ea\u30af\u30a8\u30b9\u30c8",
|
|
403
|
+
"ImageProxy HTTP error: Could not find Image Proxy": "\u753b\u50cf\u30d7\u30ed\u30ad\u30b7 HTTP\u30a8\u30e9\u30fc\uff1a\u753b\u50cf\u30d7\u30ed\u30ad\u30b7\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f",
|
|
404
|
+
"ImageProxy HTTP error: Incorrect Image Proxy URL": "\u753b\u50cf\u30d7\u30ed\u30ad\u30b7 HTTP\u30a8\u30e9\u30fc\uff1a\u4e0d\u6b63\u306a\u753b\u50cf\u30d7\u30ed\u30ad\u30b7URL",
|
|
405
|
+
"ImageProxy HTTP error: Unknown ImageProxy error": "\u753b\u50cf\u30d7\u30ed\u30ad\u30b7 HTTP\u30a8\u30e9\u30fc\uff1a\u4e0d\u660e\u306a\u753b\u50cf\u30d7\u30ed\u30ad\u30b7\u30a8\u30e9\u30fc"
|
|
406
|
+
});
|