@wix/patterns-fields 1.39.0 → 1.41.0
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/cjs/assets/locale/messages_ar.json +8 -0
- package/dist/cjs/assets/locale/messages_bg.json +8 -0
- package/dist/cjs/assets/locale/messages_ca.json +8 -0
- package/dist/cjs/assets/locale/messages_cs.json +8 -0
- package/dist/cjs/assets/locale/messages_da.json +8 -0
- package/dist/cjs/assets/locale/messages_de.json +8 -0
- package/dist/cjs/assets/locale/messages_el.json +8 -0
- package/dist/cjs/assets/locale/messages_en.json +8 -0
- package/dist/cjs/assets/locale/messages_es.json +8 -0
- package/dist/cjs/assets/locale/messages_fi.json +8 -0
- package/dist/cjs/assets/locale/messages_fr.json +8 -0
- package/dist/cjs/assets/locale/messages_he.json +8 -0
- package/dist/cjs/assets/locale/messages_hi.json +8 -0
- package/dist/cjs/assets/locale/messages_hu.json +8 -0
- package/dist/cjs/assets/locale/messages_id.json +8 -0
- package/dist/cjs/assets/locale/messages_it.json +8 -0
- package/dist/cjs/assets/locale/messages_ja.json +8 -0
- package/dist/cjs/assets/locale/messages_ko.json +8 -0
- package/dist/cjs/assets/locale/messages_lt.json +8 -0
- package/dist/cjs/assets/locale/messages_ms.json +8 -0
- package/dist/cjs/assets/locale/messages_nl.json +8 -0
- package/dist/cjs/assets/locale/messages_no.json +8 -0
- package/dist/cjs/assets/locale/messages_pl.json +8 -0
- package/dist/cjs/assets/locale/messages_pt.json +8 -0
- package/dist/cjs/assets/locale/messages_ro.json +8 -0
- package/dist/cjs/assets/locale/messages_ru.json +8 -0
- package/dist/cjs/assets/locale/messages_sk.json +8 -0
- package/dist/cjs/assets/locale/messages_sl.json +8 -0
- package/dist/cjs/assets/locale/messages_sv.json +8 -0
- package/dist/cjs/assets/locale/messages_th.json +8 -0
- package/dist/cjs/assets/locale/messages_tl.json +8 -0
- package/dist/cjs/assets/locale/messages_tr.json +8 -0
- package/dist/cjs/assets/locale/messages_uk.json +8 -0
- package/dist/cjs/assets/locale/messages_vi.json +8 -0
- package/dist/cjs/assets/locale/messages_zh.json +8 -0
- package/dist/cjs/assets/locale/version_file +1 -1
- package/dist/cjs/components/address/input/address-input.st.css.js +3 -3
- package/dist/cjs/components/address/input/address-input.st.css.js.map +1 -1
- package/dist/cjs/components/audio/actions/actions-menu/actions-menu.st.css.js +3 -3
- package/dist/cjs/components/audio/actions/actions-menu/actions-menu.st.css.js.map +1 -1
- package/dist/cjs/components/audio/audio-field/form-audio-field.js +12 -10
- package/dist/cjs/components/audio/audio-field/form-audio-field.js.map +1 -1
- package/dist/cjs/components/audio/audio-field/form-audio-field.st.css.js +4 -4
- package/dist/cjs/components/audio/audio-field/form-audio-field.st.css.js.map +1 -1
- package/dist/cjs/components/audio/audio-player/audio-player.st.css.js +2 -2
- package/dist/cjs/components/audio/audio-player/audio-player.st.css.js.map +1 -1
- package/dist/cjs/components/color-view/cell-color-input.js +195 -0
- package/dist/cjs/components/color-view/cell-color-input.js.map +1 -0
- package/dist/cjs/components/color-view/cell-color-view.js +89 -0
- package/dist/cjs/components/color-view/cell-color-view.js.map +1 -0
- package/dist/cjs/components/color-view/cell-color-view.st.css +8 -0
- package/dist/cjs/components/color-view/cell-color-view.st.css.js +25 -0
- package/dist/cjs/components/color-view/cell-color-view.st.css.js.map +1 -0
- package/dist/cjs/components/color-view/color-input.js +33 -27
- package/dist/cjs/components/color-view/color-input.js.map +1 -1
- package/dist/cjs/components/color-view/color-view.st.css.js +4 -4
- package/dist/cjs/components/color-view/color-view.st.css.js.map +1 -1
- package/dist/cjs/components/color-view/hex.js +16 -0
- package/dist/cjs/components/color-view/hex.js.map +1 -0
- package/dist/cjs/components/color-view/index.js +18 -0
- package/dist/cjs/components/color-view/index.js.map +1 -1
- package/dist/cjs/components/delete-dialog/delete-dialog.st.css.js +3 -3
- package/dist/cjs/components/delete-dialog/delete-dialog.st.css.js.map +1 -1
- package/dist/cjs/components/document/form-document-field.st.css.js +7 -7
- package/dist/cjs/components/document/form-document-field.st.css.js.map +1 -1
- package/dist/cjs/components/exclamation/exclamation.st.css.js +5 -5
- package/dist/cjs/components/exclamation/exclamation.st.css.js.map +1 -1
- package/dist/cjs/components/highlighted-text/highlighted-text.st.css.js +5 -5
- package/dist/cjs/components/highlighted-text/highlighted-text.st.css.js.map +1 -1
- package/dist/cjs/components/image/thumbnail-replace-overlay.st.css.js +3 -3
- package/dist/cjs/components/image/thumbnail-replace-overlay.st.css.js.map +1 -1
- package/dist/cjs/components/media-control/cell-media-edit-shell.st.css.js +2 -2
- package/dist/cjs/components/media-control/cell-media-edit-shell.st.css.js.map +1 -1
- package/dist/cjs/components/media-control/paste-url-button.st.css.js +4 -4
- package/dist/cjs/components/media-control/paste-url-button.st.css.js.map +1 -1
- package/dist/cjs/components/media-gallery/form-media-gallery-field.st.css.js +10 -10
- package/dist/cjs/components/media-gallery/form-media-gallery-field.st.css.js.map +1 -1
- package/dist/cjs/components/media-image/media-image.st.css.js +4 -4
- package/dist/cjs/components/media-image/media-image.st.css.js.map +1 -1
- package/dist/cjs/components/media-image/overlays/overlay.st.css.js +3 -3
- package/dist/cjs/components/media-image/overlays/overlay.st.css.js.map +1 -1
- package/dist/cjs/components/media-loader/media-loader.st.css.js +3 -3
- package/dist/cjs/components/media-loader/media-loader.st.css.js.map +1 -1
- package/dist/cjs/components/media-tag/web-media-tag/media-tag.st.css.js +2 -2
- package/dist/cjs/components/media-tag/web-media-tag/media-tag.st.css.js.map +1 -1
- package/dist/cjs/components/multi-document/cell-multi-document-edit.js +516 -0
- package/dist/cjs/components/multi-document/cell-multi-document-edit.js.map +1 -0
- package/dist/cjs/components/multi-document/cell-multi-document-view.js +65 -0
- package/dist/cjs/components/multi-document/cell-multi-document-view.js.map +1 -0
- package/dist/cjs/components/multi-document/index.js +5 -1
- package/dist/cjs/components/multi-document/index.js.map +1 -1
- package/dist/cjs/components/multi-document/multi-document-input/form-multi-document.st.css.js +5 -5
- package/dist/cjs/components/multi-document/multi-document-input/form-multi-document.st.css.js.map +1 -1
- package/dist/cjs/components/reference/cell-reference-input.st.css.js +3 -3
- package/dist/cjs/components/reference/cell-reference-input.st.css.js.map +1 -1
- package/dist/cjs/components/rich-content/cell-rich-content-input.js +4 -3
- package/dist/cjs/components/rich-content/cell-rich-content-input.js.map +1 -1
- package/dist/cjs/components/rich-content/cell-rich-content-view.js +3 -2
- package/dist/cjs/components/rich-content/cell-rich-content-view.js.map +1 -1
- package/dist/cjs/components/rich-content/hooks/use-plain-text-rich-content.js +1 -1
- package/dist/cjs/components/rich-content/hooks/use-plain-text-rich-content.js.map +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js +4 -4
- package/dist/cjs/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js.map +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js +3 -3
- package/dist/cjs/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js.map +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js +2 -2
- package/dist/cjs/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js.map +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js +3 -3
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js.map +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/hooks.js +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/hooks.js.map +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js +3 -3
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js.map +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js +2 -2
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js.map +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/plugins.js +0 -5
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/plugins.js.map +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.js +169 -192
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.js.map +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js +7 -7
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js.map +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.js +52 -36
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.js.map +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css +7 -0
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js +5 -4
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js.map +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.js +10 -10
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.js.map +1 -1
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js +4 -4
- package/dist/cjs/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js.map +1 -1
- package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js +18 -18
- package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js.map +1 -1
- package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js +4 -4
- package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js.map +1 -1
- package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js +18 -18
- package/dist/cjs/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js.map +1 -1
- package/dist/cjs/components/text/text-view.st.css.js +3 -3
- package/dist/cjs/components/text/text-view.st.css.js.map +1 -1
- package/dist/cjs/components/time-input/cell-time-input.js +8 -7
- package/dist/cjs/components/time-input/cell-time-input.js.map +1 -1
- package/dist/cjs/components/time-input/form-time-input.js +21 -2
- package/dist/cjs/components/time-input/form-time-input.js.map +1 -1
- package/dist/cjs/services/translations.js.map +1 -1
- package/dist/cjs/styles.global.css +1 -1
- package/dist/cjs/validations/rich-content.js +2 -3
- package/dist/cjs/validations/rich-content.js.map +1 -1
- package/dist/esm/assets/locale/messages_ar.json +8 -0
- package/dist/esm/assets/locale/messages_bg.json +8 -0
- package/dist/esm/assets/locale/messages_ca.json +8 -0
- package/dist/esm/assets/locale/messages_cs.json +8 -0
- package/dist/esm/assets/locale/messages_da.json +8 -0
- package/dist/esm/assets/locale/messages_de.json +8 -0
- package/dist/esm/assets/locale/messages_el.json +8 -0
- package/dist/esm/assets/locale/messages_en.json +8 -0
- package/dist/esm/assets/locale/messages_es.json +8 -0
- package/dist/esm/assets/locale/messages_fi.json +8 -0
- package/dist/esm/assets/locale/messages_fr.json +8 -0
- package/dist/esm/assets/locale/messages_he.json +8 -0
- package/dist/esm/assets/locale/messages_hi.json +8 -0
- package/dist/esm/assets/locale/messages_hu.json +8 -0
- package/dist/esm/assets/locale/messages_id.json +8 -0
- package/dist/esm/assets/locale/messages_it.json +8 -0
- package/dist/esm/assets/locale/messages_ja.json +8 -0
- package/dist/esm/assets/locale/messages_ko.json +8 -0
- package/dist/esm/assets/locale/messages_lt.json +8 -0
- package/dist/esm/assets/locale/messages_ms.json +8 -0
- package/dist/esm/assets/locale/messages_nl.json +8 -0
- package/dist/esm/assets/locale/messages_no.json +8 -0
- package/dist/esm/assets/locale/messages_pl.json +8 -0
- package/dist/esm/assets/locale/messages_pt.json +8 -0
- package/dist/esm/assets/locale/messages_ro.json +8 -0
- package/dist/esm/assets/locale/messages_ru.json +8 -0
- package/dist/esm/assets/locale/messages_sk.json +8 -0
- package/dist/esm/assets/locale/messages_sl.json +8 -0
- package/dist/esm/assets/locale/messages_sv.json +8 -0
- package/dist/esm/assets/locale/messages_th.json +8 -0
- package/dist/esm/assets/locale/messages_tl.json +8 -0
- package/dist/esm/assets/locale/messages_tr.json +8 -0
- package/dist/esm/assets/locale/messages_uk.json +8 -0
- package/dist/esm/assets/locale/messages_vi.json +8 -0
- package/dist/esm/assets/locale/messages_zh.json +8 -0
- package/dist/esm/assets/locale/version_file +1 -1
- package/dist/esm/components/address/input/address-input.st.css.js +2 -2
- package/dist/esm/components/audio/actions/actions-menu/actions-menu.st.css.js +2 -2
- package/dist/esm/components/audio/audio-field/form-audio-field.js +2 -0
- package/dist/esm/components/audio/audio-field/form-audio-field.js.map +1 -1
- package/dist/esm/components/audio/audio-field/form-audio-field.st.css.js +2 -2
- package/dist/esm/components/audio/audio-player/audio-player.st.css.js +2 -2
- package/dist/esm/components/audio/audio-player/audio-player.st.css.js.map +1 -1
- package/dist/esm/components/color-view/cell-color-input.js +104 -0
- package/dist/esm/components/color-view/cell-color-input.js.map +1 -0
- package/dist/esm/components/color-view/cell-color-view.js +25 -0
- package/dist/esm/components/color-view/cell-color-view.js.map +1 -0
- package/dist/esm/components/color-view/cell-color-view.st.css +8 -0
- package/dist/esm/components/color-view/cell-color-view.st.css.js +15 -0
- package/dist/esm/components/color-view/cell-color-view.st.css.js.map +1 -0
- package/dist/esm/components/color-view/color-input.js +12 -12
- package/dist/esm/components/color-view/color-input.js.map +1 -1
- package/dist/esm/components/color-view/color-view.st.css.js +2 -2
- package/dist/esm/components/color-view/hex.js +9 -0
- package/dist/esm/components/color-view/hex.js.map +1 -0
- package/dist/esm/components/color-view/index.js +3 -0
- package/dist/esm/components/color-view/index.js.map +1 -1
- package/dist/esm/components/delete-dialog/delete-dialog.st.css.js +2 -2
- package/dist/esm/components/document/form-document-field.st.css.js +2 -2
- package/dist/esm/components/exclamation/exclamation.st.css.js +2 -2
- package/dist/esm/components/highlighted-text/highlighted-text.st.css.js +3 -3
- package/dist/esm/components/image/thumbnail-replace-overlay.st.css.js +2 -2
- package/dist/esm/components/media-control/cell-media-edit-shell.st.css.js +2 -2
- package/dist/esm/components/media-control/cell-media-edit-shell.st.css.js.map +1 -1
- package/dist/esm/components/media-control/paste-url-button.st.css.js +2 -2
- package/dist/esm/components/media-gallery/form-media-gallery-field.st.css.js +2 -2
- package/dist/esm/components/media-image/media-image.st.css.js +3 -3
- package/dist/esm/components/media-image/media-image.st.css.js.map +1 -1
- package/dist/esm/components/media-image/overlays/overlay.st.css.js +2 -2
- package/dist/esm/components/media-loader/media-loader.st.css.js +2 -2
- package/dist/esm/components/media-tag/web-media-tag/media-tag.st.css.js +2 -2
- package/dist/esm/components/multi-document/cell-multi-document-edit.js +148 -0
- package/dist/esm/components/multi-document/cell-multi-document-edit.js.map +1 -0
- package/dist/esm/components/multi-document/cell-multi-document-view.js +26 -0
- package/dist/esm/components/multi-document/cell-multi-document-view.js.map +1 -0
- package/dist/esm/components/multi-document/index.js +2 -0
- package/dist/esm/components/multi-document/index.js.map +1 -1
- package/dist/esm/components/multi-document/multi-document-input/form-multi-document.st.css.js +2 -2
- package/dist/esm/components/multi-document/multi-document-input/form-multi-document.st.css.js.map +1 -1
- package/dist/esm/components/reference/cell-reference-input.st.css.js +2 -2
- package/dist/esm/components/rich-content/cell-rich-content-input.js +4 -3
- package/dist/esm/components/rich-content/cell-rich-content-input.js.map +1 -1
- package/dist/esm/components/rich-content/cell-rich-content-view.js +3 -4
- package/dist/esm/components/rich-content/cell-rich-content-view.js.map +1 -1
- package/dist/esm/components/rich-content/hooks/use-plain-text-rich-content.js +2 -2
- package/dist/esm/components/rich-content/hooks/use-plain-text-rich-content.js.map +1 -1
- package/dist/esm/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.js +2 -2
- package/dist/esm/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js +2 -2
- package/dist/esm/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.js.map +1 -1
- package/dist/esm/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js +2 -2
- package/dist/esm/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.js.map +1 -1
- package/dist/esm/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js +2 -2
- package/dist/esm/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.js.map +1 -1
- package/dist/esm/components/rich-content/rich-content-input/rich-content-common/hooks.js +2 -2
- package/dist/esm/components/rich-content/rich-content-input/rich-content-common/hooks.js.map +1 -1
- package/dist/esm/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.js +2 -2
- package/dist/esm/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js +2 -2
- package/dist/esm/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.js.map +1 -1
- package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/plugins.js +0 -5
- package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/plugins.js.map +1 -1
- package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.js +112 -135
- package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.js.map +1 -1
- package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js +2 -2
- package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.js.map +1 -1
- package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.js +27 -35
- package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.js.map +1 -1
- package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css +7 -0
- package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js +2 -2
- package/dist/esm/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.js.map +1 -1
- package/dist/esm/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.js +2 -2
- package/dist/esm/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.js.map +1 -1
- package/dist/esm/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js +2 -2
- package/dist/esm/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.js.map +1 -1
- package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.js +2 -2
- package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.js +2 -2
- package/dist/esm/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.js +2 -2
- package/dist/esm/components/text/text-view.st.css.js +2 -2
- package/dist/esm/components/text/text-view.st.css.js.map +1 -1
- package/dist/esm/components/time-input/cell-time-input.js +6 -5
- package/dist/esm/components/time-input/cell-time-input.js.map +1 -1
- package/dist/esm/components/time-input/form-time-input.js +8 -3
- package/dist/esm/components/time-input/form-time-input.js.map +1 -1
- package/dist/esm/styles.global.css +1 -1
- package/dist/esm/validations/rich-content.js +3 -4
- package/dist/esm/validations/rich-content.js.map +1 -1
- package/dist/types/components/audio/audio-field/form-audio-field.d.ts.map +1 -1
- package/dist/types/components/audio/audio-player/audio-player.st.css.d.ts.map +1 -1
- package/dist/types/components/color-view/cell-color-input.d.ts +23 -0
- package/dist/types/components/color-view/cell-color-input.d.ts.map +1 -0
- package/dist/types/components/color-view/cell-color-view.d.ts +15 -0
- package/dist/types/components/color-view/cell-color-view.d.ts.map +1 -0
- package/dist/types/components/color-view/cell-color-view.st.css.d.ts +16 -0
- package/dist/types/components/color-view/cell-color-view.st.css.d.ts.map +1 -0
- package/dist/types/components/color-view/color-input.d.ts.map +1 -1
- package/dist/types/components/color-view/hex.d.ts +5 -0
- package/dist/types/components/color-view/hex.d.ts.map +1 -0
- package/dist/types/components/color-view/index.d.ts +3 -0
- package/dist/types/components/color-view/index.d.ts.map +1 -1
- package/dist/types/components/media-control/cell-media-edit-shell.st.css.d.ts.map +1 -1
- package/dist/types/components/media-image/media-image.st.css.d.ts.map +1 -1
- package/dist/types/components/multi-document/cell-multi-document-edit.d.ts +20 -0
- package/dist/types/components/multi-document/cell-multi-document-edit.d.ts.map +1 -0
- package/dist/types/components/multi-document/cell-multi-document-view.d.ts +13 -0
- package/dist/types/components/multi-document/cell-multi-document-view.d.ts.map +1 -0
- package/dist/types/components/multi-document/index.d.ts +4 -0
- package/dist/types/components/multi-document/index.d.ts.map +1 -1
- package/dist/types/components/multi-document/multi-document-input/form-multi-document.st.css.d.ts.map +1 -1
- package/dist/types/components/rich-content/cell-rich-content-input.d.ts +2 -2
- package/dist/types/components/rich-content/cell-rich-content-input.d.ts.map +1 -1
- package/dist/types/components/rich-content/cell-rich-content-view.d.ts.map +1 -1
- package/dist/types/components/rich-content/hooks/use-plain-text-rich-content.d.ts +2 -2
- package/dist/types/components/rich-content/hooks/use-plain-text-rich-content.d.ts.map +1 -1
- package/dist/types/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.d.ts.map +1 -1
- package/dist/types/components/rich-content/rich-content-input/form-input/use-rich-content-form-input.d.ts +2 -2
- package/dist/types/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.d.ts.map +1 -1
- package/dist/types/components/rich-content/rich-content-input/hooks.d.ts +1 -1
- package/dist/types/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.d.ts.map +1 -1
- package/dist/types/components/rich-content/rich-content-input/rich-content-common/hooks.d.ts +3 -3
- package/dist/types/components/rich-content/rich-content-input/rich-content-common/hooks.d.ts.map +1 -1
- package/dist/types/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.d.ts.map +1 -1
- package/dist/types/components/rich-content/rich-content-input/rich-content-editor/plugins.d.ts +2 -2
- package/dist/types/components/rich-content/rich-content-input/rich-content-editor/plugins.d.ts.map +1 -1
- package/dist/types/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.d.ts +12 -11
- package/dist/types/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.d.ts.map +1 -1
- package/dist/types/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.d.ts.map +1 -1
- package/dist/types/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.d.ts +2 -15
- package/dist/types/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.d.ts.map +1 -1
- package/dist/types/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.d.ts +1 -0
- package/dist/types/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.d.ts.map +1 -1
- package/dist/types/components/rich-content/rich-content-input/rich-content-viewer/plugins.d.ts +1 -1
- package/dist/types/components/rich-content/rich-content-input/rich-content-viewer/plugins.d.ts.map +1 -1
- package/dist/types/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.d.ts +5 -3
- package/dist/types/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.d.ts.map +1 -1
- package/dist/types/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.d.ts.map +1 -1
- package/dist/types/components/text/text-view.st.css.d.ts.map +1 -1
- package/dist/types/components/time-input/cell-time-input.d.ts.map +1 -1
- package/dist/types/components/time-input/form-time-input.d.ts.map +1 -1
- package/dist/types/services/translations.d.ts +1 -1
- package/dist/types/services/translations.d.ts.map +1 -1
- package/dist/types/validations/rich-content.d.ts +3 -3
- package/dist/types/validations/rich-content.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/__tests__/components/rich-content-editor.spec.tsx +63 -72
- package/src/__tests__/validations/rich-content.spec.ts +4 -8
- package/src/assets/locale/messages_ar.json +8 -0
- package/src/assets/locale/messages_bg.json +8 -0
- package/src/assets/locale/messages_ca.json +8 -0
- package/src/assets/locale/messages_cs.json +8 -0
- package/src/assets/locale/messages_da.json +8 -0
- package/src/assets/locale/messages_de.json +8 -0
- package/src/assets/locale/messages_el.json +8 -0
- package/src/assets/locale/messages_en.json +8 -0
- package/src/assets/locale/messages_es.json +8 -0
- package/src/assets/locale/messages_fi.json +8 -0
- package/src/assets/locale/messages_fr.json +8 -0
- package/src/assets/locale/messages_he.json +8 -0
- package/src/assets/locale/messages_hi.json +8 -0
- package/src/assets/locale/messages_hu.json +8 -0
- package/src/assets/locale/messages_id.json +8 -0
- package/src/assets/locale/messages_it.json +8 -0
- package/src/assets/locale/messages_ja.json +8 -0
- package/src/assets/locale/messages_ko.json +8 -0
- package/src/assets/locale/messages_lt.json +8 -0
- package/src/assets/locale/messages_ms.json +8 -0
- package/src/assets/locale/messages_nl.json +8 -0
- package/src/assets/locale/messages_no.json +8 -0
- package/src/assets/locale/messages_pl.json +8 -0
- package/src/assets/locale/messages_pt.json +8 -0
- package/src/assets/locale/messages_ro.json +8 -0
- package/src/assets/locale/messages_ru.json +8 -0
- package/src/assets/locale/messages_sk.json +8 -0
- package/src/assets/locale/messages_sl.json +8 -0
- package/src/assets/locale/messages_sv.json +8 -0
- package/src/assets/locale/messages_th.json +8 -0
- package/src/assets/locale/messages_tl.json +8 -0
- package/src/assets/locale/messages_tr.json +8 -0
- package/src/assets/locale/messages_uk.json +8 -0
- package/src/assets/locale/messages_vi.json +8 -0
- package/src/assets/locale/messages_zh.json +8 -0
- package/src/assets/locale/version_file +1 -1
- package/src/components/address/input/address-input.st.css.ts +2 -2
- package/src/components/audio/actions/actions-menu/actions-menu.st.css.ts +2 -2
- package/src/components/audio/audio-field/form-audio-field.st.css.ts +2 -2
- package/src/components/audio/audio-field/form-audio-field.tsx +2 -0
- package/src/components/audio/audio-player/audio-player.st.css.ts +2 -2
- package/src/components/color-view/cell-color-input.tsx +200 -0
- package/src/components/color-view/cell-color-view.st.css +8 -0
- package/src/components/color-view/cell-color-view.st.css.ts +25 -0
- package/src/components/color-view/cell-color-view.tsx +52 -0
- package/src/components/color-view/color-input.tsx +23 -17
- package/src/components/color-view/color-view.st.css.ts +2 -2
- package/src/components/color-view/hex.ts +13 -0
- package/src/components/color-view/index.ts +3 -0
- package/src/components/delete-dialog/delete-dialog.st.css.ts +2 -2
- package/src/components/document/form-document-field.st.css.ts +2 -2
- package/src/components/exclamation/exclamation.st.css.ts +2 -2
- package/src/components/highlighted-text/highlighted-text.st.css.ts +3 -3
- package/src/components/image/thumbnail-replace-overlay.st.css.ts +2 -2
- package/src/components/media-control/cell-media-edit-shell.st.css.ts +2 -2
- package/src/components/media-control/paste-url-button.st.css.ts +2 -2
- package/src/components/media-gallery/form-media-gallery-field.st.css.ts +2 -2
- package/src/components/media-image/media-image.st.css.ts +3 -3
- package/src/components/media-image/overlays/overlay.st.css.ts +2 -2
- package/src/components/media-loader/media-loader.st.css.ts +2 -2
- package/src/components/media-tag/web-media-tag/media-tag.st.css.ts +2 -2
- package/src/components/multi-document/cell-multi-document-edit.tsx +364 -0
- package/src/components/multi-document/cell-multi-document-view.tsx +68 -0
- package/src/components/multi-document/index.ts +4 -0
- package/src/components/multi-document/multi-document-input/form-multi-document.st.css.ts +2 -2
- package/src/components/reference/cell-reference-input.st.css.ts +2 -2
- package/src/components/rich-content/cell-rich-content-input.tsx +11 -14
- package/src/components/rich-content/cell-rich-content-view.tsx +3 -4
- package/src/components/rich-content/hooks/use-plain-text-rich-content.ts +4 -4
- package/src/components/rich-content/rich-content-input/default-value-input/rich-content-default-value-input.st.css.ts +2 -2
- package/src/components/rich-content/rich-content-input/form-input/rich-content-form-input.st.css.ts +2 -2
- package/src/components/rich-content/rich-content-input/form-read-only-input/rich-content-form-read-only-input.st.css.ts +2 -2
- package/src/components/rich-content/rich-content-input/rich-content-common/fullscreen-modal/fullscreen-modal.st.css.ts +2 -2
- package/src/components/rich-content/rich-content-input/rich-content-common/hooks.ts +5 -5
- package/src/components/rich-content/rich-content-input/rich-content-common/publish-loader/publish-loader.st.css.ts +2 -2
- package/src/components/rich-content/rich-content-input/rich-content-common/toggle-fullscreen-button/toggle-fullscreen-button.st.css.ts +2 -2
- package/src/components/rich-content/rich-content-input/rich-content-editor/plugins.ts +0 -6
- package/src/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.st.css.ts +2 -2
- package/src/components/rich-content/rich-content-input/rich-content-editor/rich-content-editor.tsx +346 -355
- package/src/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css +7 -0
- package/src/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.st.css.ts +2 -2
- package/src/components/rich-content/rich-content-input/rich-content-editor/rich-content-toolbar.tsx +35 -62
- package/src/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.st.css.ts +2 -2
- package/src/components/rich-content/rich-content-input/rich-content-viewer/rich-content-viewer.tsx +8 -9
- package/src/components/rich-text/rich-text-input/rich-text-editor/rich-editor.st.css.ts +2 -2
- package/src/components/rich-text/rich-text-input/rich-text-editor/rich-text-editor.st.css.ts +2 -2
- package/src/components/rich-text/rich-text-input/rich-text-editor/toolbar/toolbar.st.css.ts +2 -2
- package/src/components/text/text-view.st.css.ts +2 -2
- package/src/components/time-input/cell-time-input.tsx +6 -12
- package/src/components/time-input/form-time-input.tsx +21 -4
- package/src/services/translations.ts +8 -0
- package/src/styles.global.css +1 -1
- package/src/validations/rich-content.ts +6 -7
|
@@ -20,10 +20,12 @@
|
|
|
20
20
|
"CMS.audio.button.download": "Download track",
|
|
21
21
|
"CMS.mediaGallery.dialog.itemTitlePlaceholder": "Title",
|
|
22
22
|
"auto-patterns.filters.no_value": "No Value",
|
|
23
|
+
"CMS.cellDateTime.placeholder.year": "YYYY",
|
|
23
24
|
"CMS.richTextEditor.toolbar.headerDropdown.button.info": "Learn more",
|
|
24
25
|
"CMS.video.change": "Change Video",
|
|
25
26
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle": "Paragraph 3",
|
|
26
27
|
"CMS.mediaGallery.dialog.itemDescriptionPlaceholder": "Description",
|
|
28
|
+
"CMS.cellDateTime.placeholder.month": "MM",
|
|
27
29
|
"CMS.document.action.open": "Open file",
|
|
28
30
|
"CMS.mediaGallery.dialog.externalLinkTextPlaceholder": "e.g., https://www.mysite.com/",
|
|
29
31
|
"CMS.richTextEditor.toolbar.button.tooltip.full-screen.exit": "Close",
|
|
@@ -31,6 +33,7 @@
|
|
|
31
33
|
"CMS.mediaControl.pasteUrl.placeholder.document": "Paste document URL",
|
|
32
34
|
"auto-patterns.fields.no_results_found": "No results found",
|
|
33
35
|
"auto-patterns.fields.type_mismatch_tip": "The value does not match the field type {typeName}",
|
|
36
|
+
"CMS.cellDateTime.placeholder.day": "DD",
|
|
34
37
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h2.title": "Section Title",
|
|
35
38
|
"CMS.document.action.replaceWithUrl": "Replace with URL",
|
|
36
39
|
"CMS.mediaGallery.addLink.urlLabel": "URL",
|
|
@@ -41,6 +44,7 @@
|
|
|
41
44
|
"CMS.audio.more_actions_tooltip": "More actions",
|
|
42
45
|
"CMS.image.replaceWithUrl.button": "Replace with URL",
|
|
43
46
|
"CMS.mediaGallery.clear": "Delete gallery",
|
|
47
|
+
"CMS.cellDateTime.ariaLabel.date": "Date",
|
|
44
48
|
"auto-patterns.fields.type_mismatch_convert_disabled": "Convert (Not Available)",
|
|
45
49
|
"CMS.mediaControl.pasteUrl.error.document": "Invalid document URL",
|
|
46
50
|
"CMS.mediaGallery.dialog.itemAltTooltip": "Alt text helps boost your site's SEO and improves web accessibility.",
|
|
@@ -75,12 +79,14 @@
|
|
|
75
79
|
"auto-patterns.fields.field_type_multi_document_title": "Multi Document",
|
|
76
80
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.title": "Large Text",
|
|
77
81
|
"CMS.mediaGallery.addLink.titleVideo": "Add a link to your video",
|
|
82
|
+
"CMS.cellDateTime.placeholder.hour": "HH",
|
|
78
83
|
"auto-patterns.time_input.placeholder": "Enter time",
|
|
79
84
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.subtitle": "Paragraph 1",
|
|
80
85
|
"CMS.image.replace": "Replace",
|
|
81
86
|
"CMS.audio.button.play": "Play",
|
|
82
87
|
"auto-patterns.fields.add_video_tooltip": "Add video",
|
|
83
88
|
"CMS.document.delete.title": "Delete \"{filename}\"?",
|
|
89
|
+
"CMS.cellDateTime.placeholder.minute": "MM",
|
|
84
90
|
"auto-patterns.filters.has_value": "Has Value",
|
|
85
91
|
"CMS.richTextEditor.toolbar.button.link.paste.url.title": "Paste URL Here",
|
|
86
92
|
"CMS.audio.button.replace": "Choose track",
|
|
@@ -104,6 +110,7 @@
|
|
|
104
110
|
"CMS.mediaControl.pasteUrl.button.save": "Save",
|
|
105
111
|
"CMS.mediaGallery.addLink.save": "Save",
|
|
106
112
|
"CMS.mediaGallery.dialog.modalTitle": "Manage gallery media",
|
|
113
|
+
"CMS.cellDateTime.ariaLabel.time": "Time",
|
|
107
114
|
"CMS.document.pasteUrl.button": "Add file link (URL)",
|
|
108
115
|
"patterns-fields.text.char_limit_tooltip": "Enter up to {maxLength} characters including spaces.",
|
|
109
116
|
"CMS.mediaGallery.preview.replace": "Replace",
|
|
@@ -152,6 +159,7 @@
|
|
|
152
159
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h5.title": "Title",
|
|
153
160
|
"CMS.mediaControl.pasteUrl.error.image": "Invalid image URL",
|
|
154
161
|
"CMS.mediaGallery.emptyHint": "Select images and videos to add",
|
|
162
|
+
"CMS.cellDateTime.placeholder": "Choose a date and time",
|
|
155
163
|
"CMS.mediaGallery.dialog.settingsNewItemsDirectionEnd": "At the end of the gallery",
|
|
156
164
|
"CMS.image.replaceWithUrl.title": "Paste Image URL",
|
|
157
165
|
"auto-patterns.fields.field_type_address_title": "Address",
|
|
@@ -20,10 +20,12 @@
|
|
|
20
20
|
"CMS.audio.button.download": "Download track",
|
|
21
21
|
"CMS.mediaGallery.dialog.itemTitlePlaceholder": "Title",
|
|
22
22
|
"auto-patterns.filters.no_value": "No Value",
|
|
23
|
+
"CMS.cellDateTime.placeholder.year": "YYYY",
|
|
23
24
|
"CMS.richTextEditor.toolbar.headerDropdown.button.info": "Learn more",
|
|
24
25
|
"CMS.video.change": "Change Video",
|
|
25
26
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle": "Paragraph 3",
|
|
26
27
|
"CMS.mediaGallery.dialog.itemDescriptionPlaceholder": "Description",
|
|
28
|
+
"CMS.cellDateTime.placeholder.month": "MM",
|
|
27
29
|
"CMS.document.action.open": "Open file",
|
|
28
30
|
"CMS.mediaGallery.dialog.externalLinkTextPlaceholder": "e.g., https://www.mysite.com/",
|
|
29
31
|
"CMS.richTextEditor.toolbar.button.tooltip.full-screen.exit": "Close",
|
|
@@ -31,6 +33,7 @@
|
|
|
31
33
|
"CMS.mediaControl.pasteUrl.placeholder.document": "Paste document URL",
|
|
32
34
|
"auto-patterns.fields.no_results_found": "No results found",
|
|
33
35
|
"auto-patterns.fields.type_mismatch_tip": "The value does not match the field type {typeName}",
|
|
36
|
+
"CMS.cellDateTime.placeholder.day": "DD",
|
|
34
37
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h2.title": "Section Title",
|
|
35
38
|
"CMS.document.action.replaceWithUrl": "Replace with URL",
|
|
36
39
|
"CMS.mediaGallery.addLink.urlLabel": "URL",
|
|
@@ -41,6 +44,7 @@
|
|
|
41
44
|
"CMS.audio.more_actions_tooltip": "More actions",
|
|
42
45
|
"CMS.image.replaceWithUrl.button": "Replace with URL",
|
|
43
46
|
"CMS.mediaGallery.clear": "Delete gallery",
|
|
47
|
+
"CMS.cellDateTime.ariaLabel.date": "Date",
|
|
44
48
|
"auto-patterns.fields.type_mismatch_convert_disabled": "Convert (Not Available)",
|
|
45
49
|
"CMS.mediaControl.pasteUrl.error.document": "Invalid document URL",
|
|
46
50
|
"CMS.mediaGallery.dialog.itemAltTooltip": "Alt text helps boost your site's SEO and improves web accessibility.",
|
|
@@ -75,12 +79,14 @@
|
|
|
75
79
|
"auto-patterns.fields.field_type_multi_document_title": "Multi Document",
|
|
76
80
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.title": "Large Text",
|
|
77
81
|
"CMS.mediaGallery.addLink.titleVideo": "Add a link to your video",
|
|
82
|
+
"CMS.cellDateTime.placeholder.hour": "HH",
|
|
78
83
|
"auto-patterns.time_input.placeholder": "Enter time",
|
|
79
84
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.subtitle": "Paragraph 1",
|
|
80
85
|
"CMS.image.replace": "Replace",
|
|
81
86
|
"CMS.audio.button.play": "Play",
|
|
82
87
|
"auto-patterns.fields.add_video_tooltip": "Add video",
|
|
83
88
|
"CMS.document.delete.title": "Delete \"{filename}\"?",
|
|
89
|
+
"CMS.cellDateTime.placeholder.minute": "MM",
|
|
84
90
|
"auto-patterns.filters.has_value": "Has Value",
|
|
85
91
|
"CMS.richTextEditor.toolbar.button.link.paste.url.title": "Paste URL Here",
|
|
86
92
|
"CMS.audio.button.replace": "Choose track",
|
|
@@ -104,6 +110,7 @@
|
|
|
104
110
|
"CMS.mediaControl.pasteUrl.button.save": "Save",
|
|
105
111
|
"CMS.mediaGallery.addLink.save": "Save",
|
|
106
112
|
"CMS.mediaGallery.dialog.modalTitle": "Manage gallery media",
|
|
113
|
+
"CMS.cellDateTime.ariaLabel.time": "Time",
|
|
107
114
|
"CMS.document.pasteUrl.button": "Add file link (URL)",
|
|
108
115
|
"patterns-fields.text.char_limit_tooltip": "Enter up to {maxLength} characters including spaces.",
|
|
109
116
|
"CMS.mediaGallery.preview.replace": "Replace",
|
|
@@ -152,6 +159,7 @@
|
|
|
152
159
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h5.title": "Title",
|
|
153
160
|
"CMS.mediaControl.pasteUrl.error.image": "Invalid image URL",
|
|
154
161
|
"CMS.mediaGallery.emptyHint": "Select images and videos to add",
|
|
162
|
+
"CMS.cellDateTime.placeholder": "Choose a date and time",
|
|
155
163
|
"CMS.mediaGallery.dialog.settingsNewItemsDirectionEnd": "At the end of the gallery",
|
|
156
164
|
"CMS.image.replaceWithUrl.title": "Paste Image URL",
|
|
157
165
|
"auto-patterns.fields.field_type_address_title": "Address",
|
|
@@ -20,10 +20,12 @@
|
|
|
20
20
|
"CMS.audio.button.download": "Download track",
|
|
21
21
|
"CMS.mediaGallery.dialog.itemTitlePlaceholder": "Title",
|
|
22
22
|
"auto-patterns.filters.no_value": "No Value",
|
|
23
|
+
"CMS.cellDateTime.placeholder.year": "YYYY",
|
|
23
24
|
"CMS.richTextEditor.toolbar.headerDropdown.button.info": "Learn more",
|
|
24
25
|
"CMS.video.change": "Change Video",
|
|
25
26
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle": "Paragraph 3",
|
|
26
27
|
"CMS.mediaGallery.dialog.itemDescriptionPlaceholder": "Description",
|
|
28
|
+
"CMS.cellDateTime.placeholder.month": "MM",
|
|
27
29
|
"CMS.document.action.open": "Open file",
|
|
28
30
|
"CMS.mediaGallery.dialog.externalLinkTextPlaceholder": "e.g., https://www.mysite.com/",
|
|
29
31
|
"CMS.richTextEditor.toolbar.button.tooltip.full-screen.exit": "Close",
|
|
@@ -31,6 +33,7 @@
|
|
|
31
33
|
"CMS.mediaControl.pasteUrl.placeholder.document": "Paste document URL",
|
|
32
34
|
"auto-patterns.fields.no_results_found": "No results found",
|
|
33
35
|
"auto-patterns.fields.type_mismatch_tip": "The value does not match the field type {typeName}",
|
|
36
|
+
"CMS.cellDateTime.placeholder.day": "DD",
|
|
34
37
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h2.title": "Section Title",
|
|
35
38
|
"CMS.document.action.replaceWithUrl": "Replace with URL",
|
|
36
39
|
"CMS.mediaGallery.addLink.urlLabel": "URL",
|
|
@@ -41,6 +44,7 @@
|
|
|
41
44
|
"CMS.audio.more_actions_tooltip": "More actions",
|
|
42
45
|
"CMS.image.replaceWithUrl.button": "Replace with URL",
|
|
43
46
|
"CMS.mediaGallery.clear": "Delete gallery",
|
|
47
|
+
"CMS.cellDateTime.ariaLabel.date": "Date",
|
|
44
48
|
"auto-patterns.fields.type_mismatch_convert_disabled": "Convert (Not Available)",
|
|
45
49
|
"CMS.mediaControl.pasteUrl.error.document": "Invalid document URL",
|
|
46
50
|
"CMS.mediaGallery.dialog.itemAltTooltip": "Alt text helps boost your site's SEO and improves web accessibility.",
|
|
@@ -75,12 +79,14 @@
|
|
|
75
79
|
"auto-patterns.fields.field_type_multi_document_title": "Multi Document",
|
|
76
80
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.title": "Large Text",
|
|
77
81
|
"CMS.mediaGallery.addLink.titleVideo": "Add a link to your video",
|
|
82
|
+
"CMS.cellDateTime.placeholder.hour": "HH",
|
|
78
83
|
"auto-patterns.time_input.placeholder": "Enter time",
|
|
79
84
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.subtitle": "Paragraph 1",
|
|
80
85
|
"CMS.image.replace": "Replace",
|
|
81
86
|
"CMS.audio.button.play": "Play",
|
|
82
87
|
"auto-patterns.fields.add_video_tooltip": "Add video",
|
|
83
88
|
"CMS.document.delete.title": "Delete \"{filename}\"?",
|
|
89
|
+
"CMS.cellDateTime.placeholder.minute": "MM",
|
|
84
90
|
"auto-patterns.filters.has_value": "Has Value",
|
|
85
91
|
"CMS.richTextEditor.toolbar.button.link.paste.url.title": "Paste URL Here",
|
|
86
92
|
"CMS.audio.button.replace": "Choose track",
|
|
@@ -104,6 +110,7 @@
|
|
|
104
110
|
"CMS.mediaControl.pasteUrl.button.save": "Save",
|
|
105
111
|
"CMS.mediaGallery.addLink.save": "Save",
|
|
106
112
|
"CMS.mediaGallery.dialog.modalTitle": "Manage gallery media",
|
|
113
|
+
"CMS.cellDateTime.ariaLabel.time": "Time",
|
|
107
114
|
"CMS.document.pasteUrl.button": "Add file link (URL)",
|
|
108
115
|
"patterns-fields.text.char_limit_tooltip": "Enter up to {maxLength} characters including spaces.",
|
|
109
116
|
"CMS.mediaGallery.preview.replace": "Replace",
|
|
@@ -152,6 +159,7 @@
|
|
|
152
159
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h5.title": "Title",
|
|
153
160
|
"CMS.mediaControl.pasteUrl.error.image": "Invalid image URL",
|
|
154
161
|
"CMS.mediaGallery.emptyHint": "Select images and videos to add",
|
|
162
|
+
"CMS.cellDateTime.placeholder": "Choose a date and time",
|
|
155
163
|
"CMS.mediaGallery.dialog.settingsNewItemsDirectionEnd": "At the end of the gallery",
|
|
156
164
|
"CMS.image.replaceWithUrl.title": "Paste Image URL",
|
|
157
165
|
"auto-patterns.fields.field_type_address_title": "Address",
|
|
@@ -20,10 +20,12 @@
|
|
|
20
20
|
"CMS.audio.button.download": "Download",
|
|
21
21
|
"CMS.mediaGallery.dialog.itemTitlePlaceholder": "Title",
|
|
22
22
|
"auto-patterns.filters.no_value": "No Value",
|
|
23
|
+
"CMS.cellDateTime.placeholder.year": "YYYY",
|
|
23
24
|
"CMS.richTextEditor.toolbar.headerDropdown.button.info": "Learn more",
|
|
24
25
|
"CMS.video.change": "Change Video",
|
|
25
26
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle": "Paragraph 3",
|
|
26
27
|
"CMS.mediaGallery.dialog.itemDescriptionPlaceholder": "Description",
|
|
28
|
+
"CMS.cellDateTime.placeholder.month": "MM",
|
|
27
29
|
"CMS.document.action.open": "Open file",
|
|
28
30
|
"CMS.mediaGallery.dialog.externalLinkTextPlaceholder": "e.g., https://www.mysite.com/",
|
|
29
31
|
"CMS.richTextEditor.toolbar.button.tooltip.full-screen.exit": "Close",
|
|
@@ -31,6 +33,7 @@
|
|
|
31
33
|
"CMS.mediaControl.pasteUrl.placeholder.document": "Paste document URL",
|
|
32
34
|
"auto-patterns.fields.no_results_found": "No results found",
|
|
33
35
|
"auto-patterns.fields.type_mismatch_tip": "Hodnota se neshoduje s typem pole {typeName}",
|
|
36
|
+
"CMS.cellDateTime.placeholder.day": "DD",
|
|
34
37
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h2.title": "Section Title",
|
|
35
38
|
"CMS.document.action.replaceWithUrl": "Replace with URL",
|
|
36
39
|
"CMS.mediaGallery.addLink.urlLabel": "URL",
|
|
@@ -41,6 +44,7 @@
|
|
|
41
44
|
"CMS.audio.more_actions_tooltip": "More actions",
|
|
42
45
|
"CMS.image.replaceWithUrl.button": "Replace with URL",
|
|
43
46
|
"CMS.mediaGallery.clear": "Delete gallery",
|
|
47
|
+
"CMS.cellDateTime.ariaLabel.date": "Date",
|
|
44
48
|
"auto-patterns.fields.type_mismatch_convert_disabled": "Konvertovat (Nedostupné)",
|
|
45
49
|
"CMS.mediaControl.pasteUrl.error.document": "Invalid document URL",
|
|
46
50
|
"CMS.mediaGallery.dialog.itemAltTooltip": "Alt text helps boost your site's SEO and improves web accessibility.",
|
|
@@ -75,12 +79,14 @@
|
|
|
75
79
|
"auto-patterns.fields.field_type_multi_document_title": "Multi Document",
|
|
76
80
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.title": "Large Text",
|
|
77
81
|
"CMS.mediaGallery.addLink.titleVideo": "Add a link to your video",
|
|
82
|
+
"CMS.cellDateTime.placeholder.hour": "HH",
|
|
78
83
|
"auto-patterns.time_input.placeholder": "Enter time",
|
|
79
84
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.subtitle": "Paragraph 1",
|
|
80
85
|
"CMS.image.replace": "Replace",
|
|
81
86
|
"CMS.audio.button.play": "Play",
|
|
82
87
|
"auto-patterns.fields.add_video_tooltip": "Add video",
|
|
83
88
|
"CMS.document.delete.title": "Delete \"{filename}\"?",
|
|
89
|
+
"CMS.cellDateTime.placeholder.minute": "MM",
|
|
84
90
|
"auto-patterns.filters.has_value": "Has Value",
|
|
85
91
|
"CMS.richTextEditor.toolbar.button.link.paste.url.title": "Paste URL Here",
|
|
86
92
|
"CMS.audio.button.replace": "Replace",
|
|
@@ -104,6 +110,7 @@
|
|
|
104
110
|
"CMS.mediaControl.pasteUrl.button.save": "Save",
|
|
105
111
|
"CMS.mediaGallery.addLink.save": "Save",
|
|
106
112
|
"CMS.mediaGallery.dialog.modalTitle": "Manage gallery media",
|
|
113
|
+
"CMS.cellDateTime.ariaLabel.time": "Time",
|
|
107
114
|
"CMS.document.pasteUrl.button": "Add file link (URL)",
|
|
108
115
|
"patterns-fields.text.char_limit_tooltip": "Enter up to {maxLength} characters including spaces.",
|
|
109
116
|
"CMS.mediaGallery.preview.replace": "Replace",
|
|
@@ -152,6 +159,7 @@
|
|
|
152
159
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h5.title": "Title",
|
|
153
160
|
"CMS.mediaControl.pasteUrl.error.image": "Invalid image URL",
|
|
154
161
|
"CMS.mediaGallery.emptyHint": "Select images and videos to add",
|
|
162
|
+
"CMS.cellDateTime.placeholder": "Choose a date and time",
|
|
155
163
|
"CMS.mediaGallery.dialog.settingsNewItemsDirectionEnd": "At the end of the gallery",
|
|
156
164
|
"CMS.image.replaceWithUrl.title": "Paste Image URL",
|
|
157
165
|
"auto-patterns.fields.field_type_address_title": "Address",
|
|
@@ -20,10 +20,12 @@
|
|
|
20
20
|
"CMS.audio.button.download": "Download",
|
|
21
21
|
"CMS.mediaGallery.dialog.itemTitlePlaceholder": "Title",
|
|
22
22
|
"auto-patterns.filters.no_value": "No Value",
|
|
23
|
+
"CMS.cellDateTime.placeholder.year": "YYYY",
|
|
23
24
|
"CMS.richTextEditor.toolbar.headerDropdown.button.info": "Learn more",
|
|
24
25
|
"CMS.video.change": "Change Video",
|
|
25
26
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle": "Paragraph 3",
|
|
26
27
|
"CMS.mediaGallery.dialog.itemDescriptionPlaceholder": "Description",
|
|
28
|
+
"CMS.cellDateTime.placeholder.month": "MM",
|
|
27
29
|
"CMS.document.action.open": "Open file",
|
|
28
30
|
"CMS.mediaGallery.dialog.externalLinkTextPlaceholder": "e.g., https://www.mysite.com/",
|
|
29
31
|
"CMS.richTextEditor.toolbar.button.tooltip.full-screen.exit": "Close",
|
|
@@ -31,6 +33,7 @@
|
|
|
31
33
|
"CMS.mediaControl.pasteUrl.placeholder.document": "Paste document URL",
|
|
32
34
|
"auto-patterns.fields.no_results_found": "No results found",
|
|
33
35
|
"auto-patterns.fields.type_mismatch_tip": "Værdien matcher ikke felttypen {typeName}",
|
|
36
|
+
"CMS.cellDateTime.placeholder.day": "DD",
|
|
34
37
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h2.title": "Section Title",
|
|
35
38
|
"CMS.document.action.replaceWithUrl": "Replace with URL",
|
|
36
39
|
"CMS.mediaGallery.addLink.urlLabel": "URL",
|
|
@@ -41,6 +44,7 @@
|
|
|
41
44
|
"CMS.audio.more_actions_tooltip": "More actions",
|
|
42
45
|
"CMS.image.replaceWithUrl.button": "Replace with URL",
|
|
43
46
|
"CMS.mediaGallery.clear": "Delete gallery",
|
|
47
|
+
"CMS.cellDateTime.ariaLabel.date": "Date",
|
|
44
48
|
"auto-patterns.fields.type_mismatch_convert_disabled": "Konverter (ikke tilgængelig)",
|
|
45
49
|
"CMS.mediaControl.pasteUrl.error.document": "Invalid document URL",
|
|
46
50
|
"CMS.mediaGallery.dialog.itemAltTooltip": "Alt text helps boost your site's SEO and improves web accessibility.",
|
|
@@ -75,12 +79,14 @@
|
|
|
75
79
|
"auto-patterns.fields.field_type_multi_document_title": "Multi Document",
|
|
76
80
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.title": "Large Text",
|
|
77
81
|
"CMS.mediaGallery.addLink.titleVideo": "Add a link to your video",
|
|
82
|
+
"CMS.cellDateTime.placeholder.hour": "HH",
|
|
78
83
|
"auto-patterns.time_input.placeholder": "Enter time",
|
|
79
84
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.subtitle": "Paragraph 1",
|
|
80
85
|
"CMS.image.replace": "Replace",
|
|
81
86
|
"CMS.audio.button.play": "Play",
|
|
82
87
|
"auto-patterns.fields.add_video_tooltip": "Add video",
|
|
83
88
|
"CMS.document.delete.title": "Delete \"{filename}\"?",
|
|
89
|
+
"CMS.cellDateTime.placeholder.minute": "MM",
|
|
84
90
|
"auto-patterns.filters.has_value": "Has Value",
|
|
85
91
|
"CMS.richTextEditor.toolbar.button.link.paste.url.title": "Paste URL Here",
|
|
86
92
|
"CMS.audio.button.replace": "Replace",
|
|
@@ -104,6 +110,7 @@
|
|
|
104
110
|
"CMS.mediaControl.pasteUrl.button.save": "Save",
|
|
105
111
|
"CMS.mediaGallery.addLink.save": "Save",
|
|
106
112
|
"CMS.mediaGallery.dialog.modalTitle": "Manage gallery media",
|
|
113
|
+
"CMS.cellDateTime.ariaLabel.time": "Time",
|
|
107
114
|
"CMS.document.pasteUrl.button": "Add file link (URL)",
|
|
108
115
|
"patterns-fields.text.char_limit_tooltip": "Enter up to {maxLength} characters including spaces.",
|
|
109
116
|
"CMS.mediaGallery.preview.replace": "Replace",
|
|
@@ -152,6 +159,7 @@
|
|
|
152
159
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h5.title": "Title",
|
|
153
160
|
"CMS.mediaControl.pasteUrl.error.image": "Invalid image URL",
|
|
154
161
|
"CMS.mediaGallery.emptyHint": "Select images and videos to add",
|
|
162
|
+
"CMS.cellDateTime.placeholder": "Choose a date and time",
|
|
155
163
|
"CMS.mediaGallery.dialog.settingsNewItemsDirectionEnd": "At the end of the gallery",
|
|
156
164
|
"CMS.image.replaceWithUrl.title": "Paste Image URL",
|
|
157
165
|
"auto-patterns.fields.field_type_address_title": "Address",
|
|
@@ -20,10 +20,12 @@
|
|
|
20
20
|
"CMS.audio.button.download": "Download",
|
|
21
21
|
"CMS.mediaGallery.dialog.itemTitlePlaceholder": "Title",
|
|
22
22
|
"auto-patterns.filters.no_value": "No Value",
|
|
23
|
+
"CMS.cellDateTime.placeholder.year": "YYYY",
|
|
23
24
|
"CMS.richTextEditor.toolbar.headerDropdown.button.info": "Learn more",
|
|
24
25
|
"CMS.video.change": "Change Video",
|
|
25
26
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle": "Paragraph 3",
|
|
26
27
|
"CMS.mediaGallery.dialog.itemDescriptionPlaceholder": "Description",
|
|
28
|
+
"CMS.cellDateTime.placeholder.month": "MM",
|
|
27
29
|
"CMS.document.action.open": "Open file",
|
|
28
30
|
"CMS.mediaGallery.dialog.externalLinkTextPlaceholder": "e.g., https://www.mysite.com/",
|
|
29
31
|
"CMS.richTextEditor.toolbar.button.tooltip.full-screen.exit": "Close",
|
|
@@ -31,6 +33,7 @@
|
|
|
31
33
|
"CMS.mediaControl.pasteUrl.placeholder.document": "Paste document URL",
|
|
32
34
|
"auto-patterns.fields.no_results_found": "No results found",
|
|
33
35
|
"auto-patterns.fields.type_mismatch_tip": "Der Wert passt nicht zum Feldtyp „{typeName}“",
|
|
36
|
+
"CMS.cellDateTime.placeholder.day": "DD",
|
|
34
37
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h2.title": "Section Title",
|
|
35
38
|
"CMS.document.action.replaceWithUrl": "Replace with URL",
|
|
36
39
|
"CMS.mediaGallery.addLink.urlLabel": "URL",
|
|
@@ -41,6 +44,7 @@
|
|
|
41
44
|
"CMS.audio.more_actions_tooltip": "More actions",
|
|
42
45
|
"CMS.image.replaceWithUrl.button": "Replace with URL",
|
|
43
46
|
"CMS.mediaGallery.clear": "Delete gallery",
|
|
47
|
+
"CMS.cellDateTime.ariaLabel.date": "Date",
|
|
44
48
|
"auto-patterns.fields.type_mismatch_convert_disabled": "Konvertieren (nicht verfügbar)",
|
|
45
49
|
"CMS.mediaControl.pasteUrl.error.document": "Invalid document URL",
|
|
46
50
|
"CMS.mediaGallery.dialog.itemAltTooltip": "Alt text helps boost your site's SEO and improves web accessibility.",
|
|
@@ -75,12 +79,14 @@
|
|
|
75
79
|
"auto-patterns.fields.field_type_multi_document_title": "Multi Document",
|
|
76
80
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.title": "Large Text",
|
|
77
81
|
"CMS.mediaGallery.addLink.titleVideo": "Add a link to your video",
|
|
82
|
+
"CMS.cellDateTime.placeholder.hour": "HH",
|
|
78
83
|
"auto-patterns.time_input.placeholder": "Enter time",
|
|
79
84
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.subtitle": "Paragraph 1",
|
|
80
85
|
"CMS.image.replace": "Replace",
|
|
81
86
|
"CMS.audio.button.play": "Play",
|
|
82
87
|
"auto-patterns.fields.add_video_tooltip": "Add video",
|
|
83
88
|
"CMS.document.delete.title": "Delete \"{filename}\"?",
|
|
89
|
+
"CMS.cellDateTime.placeholder.minute": "MM",
|
|
84
90
|
"auto-patterns.filters.has_value": "Has Value",
|
|
85
91
|
"CMS.richTextEditor.toolbar.button.link.paste.url.title": "Paste URL Here",
|
|
86
92
|
"CMS.audio.button.replace": "Replace",
|
|
@@ -104,6 +110,7 @@
|
|
|
104
110
|
"CMS.mediaControl.pasteUrl.button.save": "Save",
|
|
105
111
|
"CMS.mediaGallery.addLink.save": "Save",
|
|
106
112
|
"CMS.mediaGallery.dialog.modalTitle": "Manage gallery media",
|
|
113
|
+
"CMS.cellDateTime.ariaLabel.time": "Time",
|
|
107
114
|
"CMS.document.pasteUrl.button": "Add file link (URL)",
|
|
108
115
|
"patterns-fields.text.char_limit_tooltip": "Enter up to {maxLength} characters including spaces.",
|
|
109
116
|
"CMS.mediaGallery.preview.replace": "Replace",
|
|
@@ -152,6 +159,7 @@
|
|
|
152
159
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h5.title": "Title",
|
|
153
160
|
"CMS.mediaControl.pasteUrl.error.image": "Invalid image URL",
|
|
154
161
|
"CMS.mediaGallery.emptyHint": "Select images and videos to add",
|
|
162
|
+
"CMS.cellDateTime.placeholder": "Choose a date and time",
|
|
155
163
|
"CMS.mediaGallery.dialog.settingsNewItemsDirectionEnd": "At the end of the gallery",
|
|
156
164
|
"CMS.image.replaceWithUrl.title": "Paste Image URL",
|
|
157
165
|
"auto-patterns.fields.field_type_address_title": "Address",
|
|
@@ -20,10 +20,12 @@
|
|
|
20
20
|
"CMS.audio.button.download": "Download track",
|
|
21
21
|
"CMS.mediaGallery.dialog.itemTitlePlaceholder": "Title",
|
|
22
22
|
"auto-patterns.filters.no_value": "No Value",
|
|
23
|
+
"CMS.cellDateTime.placeholder.year": "YYYY",
|
|
23
24
|
"CMS.richTextEditor.toolbar.headerDropdown.button.info": "Learn more",
|
|
24
25
|
"CMS.video.change": "Change Video",
|
|
25
26
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle": "Paragraph 3",
|
|
26
27
|
"CMS.mediaGallery.dialog.itemDescriptionPlaceholder": "Description",
|
|
28
|
+
"CMS.cellDateTime.placeholder.month": "MM",
|
|
27
29
|
"CMS.document.action.open": "Open file",
|
|
28
30
|
"CMS.mediaGallery.dialog.externalLinkTextPlaceholder": "e.g., https://www.mysite.com/",
|
|
29
31
|
"CMS.richTextEditor.toolbar.button.tooltip.full-screen.exit": "Close",
|
|
@@ -31,6 +33,7 @@
|
|
|
31
33
|
"CMS.mediaControl.pasteUrl.placeholder.document": "Paste document URL",
|
|
32
34
|
"auto-patterns.fields.no_results_found": "No results found",
|
|
33
35
|
"auto-patterns.fields.type_mismatch_tip": "The value does not match the field type {typeName}",
|
|
36
|
+
"CMS.cellDateTime.placeholder.day": "DD",
|
|
34
37
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h2.title": "Section Title",
|
|
35
38
|
"CMS.document.action.replaceWithUrl": "Replace with URL",
|
|
36
39
|
"CMS.mediaGallery.addLink.urlLabel": "URL",
|
|
@@ -41,6 +44,7 @@
|
|
|
41
44
|
"CMS.audio.more_actions_tooltip": "More actions",
|
|
42
45
|
"CMS.image.replaceWithUrl.button": "Replace with URL",
|
|
43
46
|
"CMS.mediaGallery.clear": "Delete gallery",
|
|
47
|
+
"CMS.cellDateTime.ariaLabel.date": "Date",
|
|
44
48
|
"auto-patterns.fields.type_mismatch_convert_disabled": "Convert (Not Available)",
|
|
45
49
|
"CMS.mediaControl.pasteUrl.error.document": "Invalid document URL",
|
|
46
50
|
"CMS.mediaGallery.dialog.itemAltTooltip": "Alt text helps boost your site's SEO and improves web accessibility.",
|
|
@@ -75,12 +79,14 @@
|
|
|
75
79
|
"auto-patterns.fields.field_type_multi_document_title": "Multi Document",
|
|
76
80
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.title": "Large Text",
|
|
77
81
|
"CMS.mediaGallery.addLink.titleVideo": "Add a link to your video",
|
|
82
|
+
"CMS.cellDateTime.placeholder.hour": "HH",
|
|
78
83
|
"auto-patterns.time_input.placeholder": "Enter time",
|
|
79
84
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.subtitle": "Paragraph 1",
|
|
80
85
|
"CMS.image.replace": "Replace",
|
|
81
86
|
"CMS.audio.button.play": "Play",
|
|
82
87
|
"auto-patterns.fields.add_video_tooltip": "Add video",
|
|
83
88
|
"CMS.document.delete.title": "Delete \"{filename}\"?",
|
|
89
|
+
"CMS.cellDateTime.placeholder.minute": "MM",
|
|
84
90
|
"auto-patterns.filters.has_value": "Has Value",
|
|
85
91
|
"CMS.richTextEditor.toolbar.button.link.paste.url.title": "Paste URL Here",
|
|
86
92
|
"CMS.audio.button.replace": "Choose track",
|
|
@@ -104,6 +110,7 @@
|
|
|
104
110
|
"CMS.mediaControl.pasteUrl.button.save": "Save",
|
|
105
111
|
"CMS.mediaGallery.addLink.save": "Save",
|
|
106
112
|
"CMS.mediaGallery.dialog.modalTitle": "Manage gallery media",
|
|
113
|
+
"CMS.cellDateTime.ariaLabel.time": "Time",
|
|
107
114
|
"CMS.document.pasteUrl.button": "Add file link (URL)",
|
|
108
115
|
"patterns-fields.text.char_limit_tooltip": "Enter up to {maxLength} characters including spaces.",
|
|
109
116
|
"CMS.mediaGallery.preview.replace": "Replace",
|
|
@@ -152,6 +159,7 @@
|
|
|
152
159
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h5.title": "Title",
|
|
153
160
|
"CMS.mediaControl.pasteUrl.error.image": "Invalid image URL",
|
|
154
161
|
"CMS.mediaGallery.emptyHint": "Select images and videos to add",
|
|
162
|
+
"CMS.cellDateTime.placeholder": "Choose a date and time",
|
|
155
163
|
"CMS.mediaGallery.dialog.settingsNewItemsDirectionEnd": "At the end of the gallery",
|
|
156
164
|
"CMS.image.replaceWithUrl.title": "Paste Image URL",
|
|
157
165
|
"auto-patterns.fields.field_type_address_title": "Address",
|
|
@@ -20,10 +20,12 @@
|
|
|
20
20
|
"CMS.audio.button.download": "Download track",
|
|
21
21
|
"CMS.mediaGallery.dialog.itemTitlePlaceholder": "Title",
|
|
22
22
|
"auto-patterns.filters.no_value": "No Value",
|
|
23
|
+
"CMS.cellDateTime.placeholder.year": "YYYY",
|
|
23
24
|
"CMS.richTextEditor.toolbar.headerDropdown.button.info": "Learn more",
|
|
24
25
|
"CMS.video.change": "Change Video",
|
|
25
26
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle": "Paragraph 3",
|
|
26
27
|
"CMS.mediaGallery.dialog.itemDescriptionPlaceholder": "Description",
|
|
28
|
+
"CMS.cellDateTime.placeholder.month": "MM",
|
|
27
29
|
"CMS.document.action.open": "Open file",
|
|
28
30
|
"CMS.mediaGallery.dialog.externalLinkTextPlaceholder": "e.g., https://www.mysite.com/",
|
|
29
31
|
"CMS.richTextEditor.toolbar.button.tooltip.full-screen.exit": "Close",
|
|
@@ -31,6 +33,7 @@
|
|
|
31
33
|
"CMS.mediaControl.pasteUrl.placeholder.document": "Paste document URL",
|
|
32
34
|
"auto-patterns.fields.no_results_found": "No results found",
|
|
33
35
|
"auto-patterns.fields.type_mismatch_tip": "The value does not match the field type {typeName}",
|
|
36
|
+
"CMS.cellDateTime.placeholder.day": "DD",
|
|
34
37
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h2.title": "Section Title",
|
|
35
38
|
"CMS.document.action.replaceWithUrl": "Replace with URL",
|
|
36
39
|
"CMS.mediaGallery.addLink.urlLabel": "URL",
|
|
@@ -41,6 +44,7 @@
|
|
|
41
44
|
"CMS.audio.more_actions_tooltip": "More actions",
|
|
42
45
|
"CMS.image.replaceWithUrl.button": "Replace with URL",
|
|
43
46
|
"CMS.mediaGallery.clear": "Delete gallery",
|
|
47
|
+
"CMS.cellDateTime.ariaLabel.date": "Date",
|
|
44
48
|
"auto-patterns.fields.type_mismatch_convert_disabled": "Convert (Not Available)",
|
|
45
49
|
"CMS.mediaControl.pasteUrl.error.document": "Invalid document URL",
|
|
46
50
|
"CMS.mediaGallery.dialog.itemAltTooltip": "Alt text helps boost your site's SEO and improves web accessibility.",
|
|
@@ -75,12 +79,14 @@
|
|
|
75
79
|
"auto-patterns.fields.field_type_multi_document_title": "Multi Document",
|
|
76
80
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.title": "Large Text",
|
|
77
81
|
"CMS.mediaGallery.addLink.titleVideo": "Add a link to your video",
|
|
82
|
+
"CMS.cellDateTime.placeholder.hour": "HH",
|
|
78
83
|
"auto-patterns.time_input.placeholder": "Enter time",
|
|
79
84
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.subtitle": "Paragraph 1",
|
|
80
85
|
"CMS.image.replace": "Replace",
|
|
81
86
|
"CMS.audio.button.play": "Play",
|
|
82
87
|
"auto-patterns.fields.add_video_tooltip": "Add video",
|
|
83
88
|
"CMS.document.delete.title": "Delete \"{filename}\"?",
|
|
89
|
+
"CMS.cellDateTime.placeholder.minute": "MM",
|
|
84
90
|
"auto-patterns.filters.has_value": "Has Value",
|
|
85
91
|
"CMS.richTextEditor.toolbar.button.link.paste.url.title": "Paste URL Here",
|
|
86
92
|
"CMS.audio.button.replace": "Choose track",
|
|
@@ -104,6 +110,7 @@
|
|
|
104
110
|
"CMS.mediaControl.pasteUrl.button.save": "Save",
|
|
105
111
|
"CMS.mediaGallery.addLink.save": "Save",
|
|
106
112
|
"CMS.mediaGallery.dialog.modalTitle": "Manage gallery media",
|
|
113
|
+
"CMS.cellDateTime.ariaLabel.time": "Time",
|
|
107
114
|
"CMS.document.pasteUrl.button": "Add file link (URL)",
|
|
108
115
|
"patterns-fields.text.char_limit_tooltip": "Enter up to {maxLength} characters including spaces.",
|
|
109
116
|
"CMS.mediaGallery.preview.replace": "Replace",
|
|
@@ -152,6 +159,7 @@
|
|
|
152
159
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h5.title": "Title",
|
|
153
160
|
"CMS.mediaControl.pasteUrl.error.image": "Invalid image URL",
|
|
154
161
|
"CMS.mediaGallery.emptyHint": "Select images and videos to add",
|
|
162
|
+
"CMS.cellDateTime.placeholder": "Choose a date and time",
|
|
155
163
|
"CMS.mediaGallery.dialog.settingsNewItemsDirectionEnd": "At the end of the gallery",
|
|
156
164
|
"CMS.image.replaceWithUrl.title": "Paste Image URL",
|
|
157
165
|
"auto-patterns.fields.field_type_address_title": "Address",
|
|
@@ -20,10 +20,12 @@
|
|
|
20
20
|
"CMS.audio.button.download": "Download",
|
|
21
21
|
"CMS.mediaGallery.dialog.itemTitlePlaceholder": "Title",
|
|
22
22
|
"auto-patterns.filters.no_value": "No Value",
|
|
23
|
+
"CMS.cellDateTime.placeholder.year": "YYYY",
|
|
23
24
|
"CMS.richTextEditor.toolbar.headerDropdown.button.info": "Learn more",
|
|
24
25
|
"CMS.video.change": "Change Video",
|
|
25
26
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle": "Paragraph 3",
|
|
26
27
|
"CMS.mediaGallery.dialog.itemDescriptionPlaceholder": "Description",
|
|
28
|
+
"CMS.cellDateTime.placeholder.month": "MM",
|
|
27
29
|
"CMS.document.action.open": "Open file",
|
|
28
30
|
"CMS.mediaGallery.dialog.externalLinkTextPlaceholder": "e.g., https://www.mysite.com/",
|
|
29
31
|
"CMS.richTextEditor.toolbar.button.tooltip.full-screen.exit": "Close",
|
|
@@ -31,6 +33,7 @@
|
|
|
31
33
|
"CMS.mediaControl.pasteUrl.placeholder.document": "Paste document URL",
|
|
32
34
|
"auto-patterns.fields.no_results_found": "No results found",
|
|
33
35
|
"auto-patterns.fields.type_mismatch_tip": "El valor no coincide con el tipo de campo {typeName}",
|
|
36
|
+
"CMS.cellDateTime.placeholder.day": "DD",
|
|
34
37
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h2.title": "Section Title",
|
|
35
38
|
"CMS.document.action.replaceWithUrl": "Replace with URL",
|
|
36
39
|
"CMS.mediaGallery.addLink.urlLabel": "URL",
|
|
@@ -41,6 +44,7 @@
|
|
|
41
44
|
"CMS.audio.more_actions_tooltip": "More actions",
|
|
42
45
|
"CMS.image.replaceWithUrl.button": "Replace with URL",
|
|
43
46
|
"CMS.mediaGallery.clear": "Delete gallery",
|
|
47
|
+
"CMS.cellDateTime.ariaLabel.date": "Date",
|
|
44
48
|
"auto-patterns.fields.type_mismatch_convert_disabled": "Convertir (no disponible)",
|
|
45
49
|
"CMS.mediaControl.pasteUrl.error.document": "Invalid document URL",
|
|
46
50
|
"CMS.mediaGallery.dialog.itemAltTooltip": "Alt text helps boost your site's SEO and improves web accessibility.",
|
|
@@ -75,12 +79,14 @@
|
|
|
75
79
|
"auto-patterns.fields.field_type_multi_document_title": "Multi Document",
|
|
76
80
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.title": "Large Text",
|
|
77
81
|
"CMS.mediaGallery.addLink.titleVideo": "Add a link to your video",
|
|
82
|
+
"CMS.cellDateTime.placeholder.hour": "HH",
|
|
78
83
|
"auto-patterns.time_input.placeholder": "Enter time",
|
|
79
84
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.subtitle": "Paragraph 1",
|
|
80
85
|
"CMS.image.replace": "Replace",
|
|
81
86
|
"CMS.audio.button.play": "Play",
|
|
82
87
|
"auto-patterns.fields.add_video_tooltip": "Add video",
|
|
83
88
|
"CMS.document.delete.title": "Delete \"{filename}\"?",
|
|
89
|
+
"CMS.cellDateTime.placeholder.minute": "MM",
|
|
84
90
|
"auto-patterns.filters.has_value": "Has Value",
|
|
85
91
|
"CMS.richTextEditor.toolbar.button.link.paste.url.title": "Paste URL Here",
|
|
86
92
|
"CMS.audio.button.replace": "Replace",
|
|
@@ -104,6 +110,7 @@
|
|
|
104
110
|
"CMS.mediaControl.pasteUrl.button.save": "Save",
|
|
105
111
|
"CMS.mediaGallery.addLink.save": "Save",
|
|
106
112
|
"CMS.mediaGallery.dialog.modalTitle": "Manage gallery media",
|
|
113
|
+
"CMS.cellDateTime.ariaLabel.time": "Time",
|
|
107
114
|
"CMS.document.pasteUrl.button": "Add file link (URL)",
|
|
108
115
|
"patterns-fields.text.char_limit_tooltip": "Enter up to {maxLength} characters including spaces.",
|
|
109
116
|
"CMS.mediaGallery.preview.replace": "Replace",
|
|
@@ -152,6 +159,7 @@
|
|
|
152
159
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h5.title": "Title",
|
|
153
160
|
"CMS.mediaControl.pasteUrl.error.image": "Invalid image URL",
|
|
154
161
|
"CMS.mediaGallery.emptyHint": "Select images and videos to add",
|
|
162
|
+
"CMS.cellDateTime.placeholder": "Choose a date and time",
|
|
155
163
|
"CMS.mediaGallery.dialog.settingsNewItemsDirectionEnd": "At the end of the gallery",
|
|
156
164
|
"CMS.image.replaceWithUrl.title": "Paste Image URL",
|
|
157
165
|
"auto-patterns.fields.field_type_address_title": "Address",
|
|
@@ -20,10 +20,12 @@
|
|
|
20
20
|
"CMS.audio.button.download": "Download track",
|
|
21
21
|
"CMS.mediaGallery.dialog.itemTitlePlaceholder": "Title",
|
|
22
22
|
"auto-patterns.filters.no_value": "No Value",
|
|
23
|
+
"CMS.cellDateTime.placeholder.year": "YYYY",
|
|
23
24
|
"CMS.richTextEditor.toolbar.headerDropdown.button.info": "Learn more",
|
|
24
25
|
"CMS.video.change": "Change Video",
|
|
25
26
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p3.subtitle": "Paragraph 3",
|
|
26
27
|
"CMS.mediaGallery.dialog.itemDescriptionPlaceholder": "Description",
|
|
28
|
+
"CMS.cellDateTime.placeholder.month": "MM",
|
|
27
29
|
"CMS.document.action.open": "Open file",
|
|
28
30
|
"CMS.mediaGallery.dialog.externalLinkTextPlaceholder": "e.g., https://www.mysite.com/",
|
|
29
31
|
"CMS.richTextEditor.toolbar.button.tooltip.full-screen.exit": "Close",
|
|
@@ -31,6 +33,7 @@
|
|
|
31
33
|
"CMS.mediaControl.pasteUrl.placeholder.document": "Paste document URL",
|
|
32
34
|
"auto-patterns.fields.no_results_found": "No results found",
|
|
33
35
|
"auto-patterns.fields.type_mismatch_tip": "Data for this item has wrong format. Clear data to enable control.",
|
|
36
|
+
"CMS.cellDateTime.placeholder.day": "DD",
|
|
34
37
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h2.title": "Section Title",
|
|
35
38
|
"CMS.document.action.replaceWithUrl": "Replace with URL",
|
|
36
39
|
"CMS.mediaGallery.addLink.urlLabel": "URL",
|
|
@@ -41,6 +44,7 @@
|
|
|
41
44
|
"CMS.audio.more_actions_tooltip": "More actions",
|
|
42
45
|
"CMS.image.replaceWithUrl.button": "Replace with URL",
|
|
43
46
|
"CMS.mediaGallery.clear": "Delete gallery",
|
|
47
|
+
"CMS.cellDateTime.ariaLabel.date": "Date",
|
|
44
48
|
"auto-patterns.fields.type_mismatch_convert_disabled": "Convert (Not Available)",
|
|
45
49
|
"CMS.mediaControl.pasteUrl.error.document": "Invalid document URL",
|
|
46
50
|
"CMS.mediaGallery.dialog.itemAltTooltip": "Alt text helps boost your site's SEO and improves web accessibility.",
|
|
@@ -75,12 +79,14 @@
|
|
|
75
79
|
"auto-patterns.fields.field_type_multi_document_title": "Multi Document",
|
|
76
80
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.title": "Large Text",
|
|
77
81
|
"CMS.mediaGallery.addLink.titleVideo": "Add a link to your video",
|
|
82
|
+
"CMS.cellDateTime.placeholder.hour": "HH",
|
|
78
83
|
"auto-patterns.time_input.placeholder": "Enter time",
|
|
79
84
|
"CMS.richTextEditor.toolbar.headerDropdown.option.p1.subtitle": "Paragraph 1",
|
|
80
85
|
"CMS.image.replace": "Replace",
|
|
81
86
|
"CMS.audio.button.play": "Play",
|
|
82
87
|
"auto-patterns.fields.add_video_tooltip": "Add video",
|
|
83
88
|
"CMS.document.delete.title": "Delete \"{filename}\"?",
|
|
89
|
+
"CMS.cellDateTime.placeholder.minute": "MM",
|
|
84
90
|
"auto-patterns.filters.has_value": "Has Value",
|
|
85
91
|
"CMS.richTextEditor.toolbar.button.link.paste.url.title": "Paste URL Here",
|
|
86
92
|
"CMS.audio.button.replace": "Choose track",
|
|
@@ -104,6 +110,7 @@
|
|
|
104
110
|
"CMS.mediaControl.pasteUrl.button.save": "Save",
|
|
105
111
|
"CMS.mediaGallery.addLink.save": "Save",
|
|
106
112
|
"CMS.mediaGallery.dialog.modalTitle": "Manage gallery media",
|
|
113
|
+
"CMS.cellDateTime.ariaLabel.time": "Time",
|
|
107
114
|
"CMS.document.pasteUrl.button": "Add file link (URL)",
|
|
108
115
|
"patterns-fields.text.char_limit_tooltip": "Enter up to {maxLength} characters including spaces.",
|
|
109
116
|
"CMS.mediaGallery.preview.replace": "Replace",
|
|
@@ -152,6 +159,7 @@
|
|
|
152
159
|
"CMS.richTextEditor.toolbar.headerDropdown.option.h5.title": "Title",
|
|
153
160
|
"CMS.mediaControl.pasteUrl.error.image": "Invalid image URL",
|
|
154
161
|
"CMS.mediaGallery.emptyHint": "Select images and videos to add",
|
|
162
|
+
"CMS.cellDateTime.placeholder": "Choose a date and time",
|
|
155
163
|
"CMS.mediaGallery.dialog.settingsNewItemsDirectionEnd": "At the end of the gallery",
|
|
156
164
|
"CMS.image.replaceWithUrl.title": "Paste Image URL",
|
|
157
165
|
"auto-patterns.fields.field_type_address_title": "Address",
|