@instructure/canvas-rce 5.6.3 → 5.6.4
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/CHANGELOG.md +4 -0
- package/coverage/canvas-rce-jest.xml +1688 -1620
- package/coverage/canvas-rce-junit.xml +409 -409
- package/es/enhance-user-content/enhance_user_content.js +7 -2
- package/es/enhance-user-content/instructure_helper.js +10 -2
- package/es/rce/RCEWrapper.js +7 -4
- package/es/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/es/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/es/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/es/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/es/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/es/rce/tinyRCE.js +1 -0
- package/lib/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/enhance-user-content/instructure_helper.js +10 -2
- package/lib/rce/RCEWrapper.js +7 -4
- package/lib/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/rce/tinyRCE.js +1 -0
- package/lib/translated/ar/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ar/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ar/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ar/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ar/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ca/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ca/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ca/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ca/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ca/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/cy/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/cy/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/cy/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/cy/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/cy/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/da/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/da/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/da/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/da/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/da/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/da-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/da-x-k12/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/da-x-k12/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/da-x-k12/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/da-x-k12/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/de/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/de/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/de/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/de/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/de/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/el/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/el/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/el/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/el/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/el/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en-AU-x-unimelb/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en-GB-x-ukhe/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en_AU/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en_AU/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en_AU/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en_AU/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en_AU/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en_CA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en_CA/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en_CA/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en_CA/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en_CA/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en_CY/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en_CY/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en_CY/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en_CY/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en_CY/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en_GB/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en_GB/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en_GB/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en_GB/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en_GB/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/es/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/es/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/es/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/es/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/es/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/es_ES/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/es_ES/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/es_ES/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/es_ES/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/es_ES/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/es_GT/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/es_GT/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/es_GT/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/es_GT/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/es_GT/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/fa_IR/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/fa_IR/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/fa_IR/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/fa_IR/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/fa_IR/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/fi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/fi/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/fi/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/fi/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/fi/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/fr/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/fr/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/fr/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/fr/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/fr/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/fr_CA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/fr_CA/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/fr_CA/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/fr_CA/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/fr_CA/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/he/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/he/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/he/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/he/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/he/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ht/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ht/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ht/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ht/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ht/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/hu/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/hu/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/hu/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/hu/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/hu/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/hy/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/hy/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/hy/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/hy/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/hy/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/is/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/is/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/is/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/is/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/is/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/it/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/it/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/it/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/it/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/it/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ja/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ja/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ja/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ja/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ja/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ko/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ko/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ko/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ko/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ko/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/mi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/mi/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/mi/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/mi/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/mi/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/nb/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/nb/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/nb/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/nb/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/nb/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/nb-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/nb-x-k12/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/nb-x-k12/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/nb-x-k12/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/nb-x-k12/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/nl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/nl/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/nl/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/nl/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/nl/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/nn/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/nn/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/nn/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/nn/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/nn/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/pl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/pl/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/pl/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/pl/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/pl/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/pt/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/pt/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/pt/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/pt/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/pt/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/pt_BR/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/pt_BR/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/pt_BR/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/pt_BR/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/pt_BR/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ru/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ru/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ru/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ru/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ru/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/se/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/se/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/se/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/se/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/se/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/sl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/sl/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/sl/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/sl/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/sl/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/sv/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/sv/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/sv/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/sv/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/sv/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/sv-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/sv-x-k12/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/sv-x-k12/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/sv-x-k12/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/sv-x-k12/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/sv_SE/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/sv_SE/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/sv_SE/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/sv_SE/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/sv_SE/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/tg/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/tg/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/tg/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/tg/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/tg/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/th/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/th/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/th/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/th/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/th/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/th_TH/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/th_TH/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/th_TH/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/th_TH/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/th_TH/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/tr/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/tr/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/tr/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/tr/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/tr/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/uk_UA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/uk_UA/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/uk_UA/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/uk_UA/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/uk_UA/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/vi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/vi/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/vi/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/vi/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/vi/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/vi_VN/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/vi_VN/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/vi_VN/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/vi_VN/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/vi_VN/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/zh/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/zh/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/zh/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/zh/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/zh/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/zh-Hans/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/zh-Hans/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/zh-Hans/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/zh-Hans/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/zh-Hans/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/zh-Hant/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/zh-Hant/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/zh-Hant/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/zh-Hant/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/zh-Hant/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/zh_HK/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/zh_HK/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/zh_HK/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/zh_HK/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/zh_HK/modules/rce/tinyRCE.js +1 -0
- package/package.json +3 -2
- package/testcafe/build/100.js +5 -5
- package/testcafe/build/101.js +5 -5
- package/testcafe/build/102.js +1 -1
- package/testcafe/build/103.js +1 -1
- package/testcafe/build/22.js +1 -1
- package/testcafe/build/23.js +39 -3
- package/testcafe/build/27.js +84 -84
- package/testcafe/build/28.js +99 -83
- package/testcafe/build/29.js +107 -51
- package/testcafe/build/30.js +59 -47
- package/testcafe/build/31.js +64 -28
- package/testcafe/build/32.js +28 -16
- package/testcafe/build/33.js +10 -10
- package/testcafe/build/34.js +16 -16
- package/testcafe/build/35.js +27 -15
- package/testcafe/build/36.js +19 -18
- package/testcafe/build/37.js +22 -11
- package/testcafe/build/38.js +14 -13
- package/testcafe/build/39.js +8 -8
- package/testcafe/build/40.js +6 -6
- package/testcafe/build/41.js +6 -6
- package/testcafe/build/42.js +6 -6
- package/testcafe/build/43.js +10 -10
- package/testcafe/build/44.js +5 -5
- package/testcafe/build/45.js +5 -5
- package/testcafe/build/46.js +3 -3
- package/testcafe/build/47.js +6 -6
- package/testcafe/build/48.js +10 -10
- package/testcafe/build/49.js +8 -8
- package/testcafe/build/5.js +1 -1
- package/testcafe/build/50.js +6 -6
- package/testcafe/build/51.js +8 -8
- package/testcafe/build/52.js +6 -6
- package/testcafe/build/53.js +6 -6
- package/testcafe/build/54.js +8 -8
- package/testcafe/build/55.js +8 -8
- package/testcafe/build/56.js +6 -6
- package/testcafe/build/57.js +8 -8
- package/testcafe/build/58.js +8 -8
- package/testcafe/build/59.js +10 -10
- package/testcafe/build/60.js +6 -6
- package/testcafe/build/61.js +6 -6
- package/testcafe/build/62.js +8 -8
- package/testcafe/build/63.js +8 -8
- package/testcafe/build/64.js +8 -8
- package/testcafe/build/65.js +17 -6
- package/testcafe/build/66.js +3 -3
- package/testcafe/build/67.js +5 -5
- package/testcafe/build/68.js +5 -5
- package/testcafe/build/69.js +5 -5
- package/testcafe/build/70.js +5 -5
- package/testcafe/build/71.js +6 -6
- package/testcafe/build/72.js +6 -6
- package/testcafe/build/73.js +6 -6
- package/testcafe/build/74.js +6 -6
- package/testcafe/build/75.js +6 -6
- package/testcafe/build/76.js +6 -6
- package/testcafe/build/77.js +5 -5
- package/testcafe/build/78.js +5 -5
- package/testcafe/build/79.js +5 -5
- package/testcafe/build/80.js +5 -5
- package/testcafe/build/81.js +3 -3
- package/testcafe/build/82.js +5 -5
- package/testcafe/build/83.js +5 -5
- package/testcafe/build/84.js +3 -3
- package/testcafe/build/85.js +3 -3
- package/testcafe/build/86.js +5 -5
- package/testcafe/build/87.js +3 -3
- package/testcafe/build/88.js +5 -5
- package/testcafe/build/89.js +3 -3
- package/testcafe/build/90.js +5 -5
- package/testcafe/build/91.js +3 -3
- package/testcafe/build/92.js +5 -5
- package/testcafe/build/93.js +3 -3
- package/testcafe/build/94.js +5 -5
- package/testcafe/build/95.js +3 -3
- package/testcafe/build/96.js +3 -3
- package/testcafe/build/97.js +5 -5
- package/testcafe/build/98.js +5 -5
- package/testcafe/build/99.js +5 -5
- package/testcafe/build/testcafe.js +18 -6
package/testcafe/build/43.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[43],{
|
|
2
2
|
|
|
3
|
-
/***/ "./src/translations/locales/
|
|
4
|
-
|
|
5
|
-
!*** ./src/translations/locales/
|
|
6
|
-
|
|
3
|
+
/***/ "./src/translations/locales/el.js":
|
|
4
|
+
/*!****************************************!*\
|
|
5
|
+
!*** ./src/translations/locales/el.js ***!
|
|
6
|
+
\****************************************/
|
|
7
7
|
/*! no exports provided */
|
|
8
8
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9
9
|
|
|
10
10
|
"use strict";
|
|
11
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _tinymce_en_GB__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../tinymce/en_GB */ \"./src/translations/tinymce/en_GB.js\");\n/* harmony import */ var _tinymce_en_GB__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tinymce_en_GB__WEBPACK_IMPORTED_MODULE_1__);\n/*\n * Copyright (C) 2021 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\nconst locale = {\n \"access_the_pretty_html_editor_37168efe\": {\n \"message\": \"Access the pretty HTML editor\"\n },\n \"accessibility_checker_b3af1f6c\": {\n \"message\": \"Accessibility Checker\"\n },\n \"add_8523c19b\": {\n \"message\": \"Add\"\n },\n \"add_another_f4e50d57\": {\n \"message\": \"Add another\"\n },\n \"add_cc_subtitles_55f0394e\": {\n \"message\": \"Add CC/Subtitles\"\n },\n \"add_image_60b2de07\": {\n \"message\": \"Add Image\"\n },\n \"aleph_f4ffd155\": {\n \"message\": \"Aleph\"\n },\n \"align_11050992\": {\n \"message\": \"Align\"\n },\n \"alignment_and_lists_5cebcb69\": {\n \"message\": \"Alignment and Lists\"\n },\n \"all_4321c3a1\": {\n \"message\": \"All\"\n },\n \"all_apps_a50dea49\": {\n \"message\": \"All Apps\"\n },\n \"alpha_15d59033\": {\n \"message\": \"Alpha\"\n },\n \"alphabetical_55b5b4e0\": {\n \"message\": \"Alphabetical\"\n },\n \"alt_text_611fb322\": {\n \"message\": \"Alt Text\"\n },\n \"amalg_coproduct_c589fb12\": {\n \"message\": \"Amalg (Coproduct)\"\n },\n \"an_error_occured_reading_the_file_ff48558b\": {\n \"message\": \"An error occured reading the file\"\n },\n \"an_error_occurred_making_a_network_request_d1bda348\": {\n \"message\": \"An error occurred making a network request\"\n },\n \"an_error_occurred_uploading_your_media_71f1444d\": {\n \"message\": \"An error occurred uploading your media.\"\n },\n \"and_7fcc2911\": {\n \"message\": \"And\"\n },\n \"angle_c5b4ec50\": {\n \"message\": \"Angle\"\n },\n \"announcement_list_da155734\": {\n \"message\": \"Announcement List\"\n },\n \"announcements_a4b8ed4a\": {\n \"message\": \"Announcements\"\n },\n \"apply_781a2546\": {\n \"message\": \"Apply\"\n },\n \"apply_changes_to_all_instances_of_this_icon_maker__2642f466\": {\n \"message\": \"Apply changes to all instances of this Icon Maker Icon in the Subject\"\n },\n \"approaches_the_limit_893aeec9\": {\n \"message\": \"Approaches the Limit\"\n },\n \"approximately_e7965800\": {\n \"message\": \"Approximately\"\n },\n \"apps_54d24a47\": {\n \"message\": \"Apps\"\n },\n \"arrows_464a3e54\": {\n \"message\": \"Arrows\"\n },\n \"art_icon_8e1daad\": {\n \"message\": \"Art Icon\"\n },\n \"aspect_ratio_will_be_preserved_cb5fdfb8\": {\n \"message\": \"Aspect ratio will be preserved\"\n },\n \"assignments_1e02582c\": {\n \"message\": \"Assignments\"\n },\n \"asterisk_82255584\": {\n \"message\": \"Asterisk\"\n },\n \"attributes_963ba262\": {\n \"message\": \"Attributes\"\n },\n \"audio_and_video_recording_not_supported_please_use_5ce3f0d7\": {\n \"message\": \"Audio and video recording not supported; please use a different browser.\"\n },\n \"audio_options_feb58e2c\": {\n \"message\": \"Audio Options\"\n },\n \"audio_options_tray_33a90711\": {\n \"message\": \"Audio Options Tray\"\n },\n \"audio_player_for_title_20cc70d\": {\n \"message\": \"Audio player for { title }\"\n },\n \"auto_saved_content_exists_would_you_like_to_load_t_fee528f2\": {\n \"message\": \"Auto-saved content exists. Would you like to load the auto-saved content instead?\"\n },\n \"available_folders_694d0436\": {\n \"message\": \"Available folders\"\n },\n \"backslash_b2d5442d\": {\n \"message\": \"Backslash\"\n },\n \"bar_ec63ed6\": {\n \"message\": \"Bar\"\n },\n \"basic_554cdc0a\": {\n \"message\": \"Basic\"\n },\n \"because_501841b\": {\n \"message\": \"Because\"\n },\n \"below_81d4dceb\": {\n \"message\": \"Below\"\n },\n \"beta_cb5f307e\": {\n \"message\": \"Beta\"\n },\n \"big_circle_16b2e604\": {\n \"message\": \"Big Circle\"\n },\n \"binomial_coefficient_ea5b9bb7\": {\n \"message\": \"Binomial Coefficient\"\n },\n \"black_4cb01371\": {\n \"message\": \"Black\"\n },\n \"blue_daf8fea9\": {\n \"message\": \"Blue\"\n },\n \"bottom_15a2a9be\": {\n \"message\": \"Bottom\"\n },\n \"bottom_third_5f5fec1d\": {\n \"message\": \"Bottom Third\"\n },\n \"bowtie_5f9629e4\": {\n \"message\": \"Bowtie\"\n },\n \"brick_f2656265\": {\n \"message\": \"Brick\"\n },\n \"c_2001_acme_inc_283f7f80\": {\n \"message\": \"(c) 2001 Acme Inc.\"\n },\n \"cancel_caeb1e68\": {\n \"message\": \"Cancel\"\n },\n \"cap_product_3a5265a6\": {\n \"message\": \"Cap Product\"\n },\n \"center_align_e68d9997\": {\n \"message\": \"Centre Align\"\n },\n \"centered_dot_64d5e378\": {\n \"message\": \"Centred Dot\"\n },\n \"centered_horizontal_dots_451c5815\": {\n \"message\": \"Centred Horizontal Dots\"\n },\n \"chi_54a32644\": {\n \"message\": \"Chi\"\n },\n \"choose_caption_file_9c45bc4e\": {\n \"message\": \"Choose caption file\"\n },\n \"choose_usage_rights_33683854\": {\n \"message\": \"Choose usage rights...\"\n },\n \"circle_484abe63\": {\n \"message\": \"Circle\"\n },\n \"circle_unordered_list_9e3a0763\": {\n \"message\": \"circle unordered list\"\n },\n \"clear_2084585f\": {\n \"message\": \"Clear\"\n },\n \"clear_image_3213fe62\": {\n \"message\": \"Clear image\"\n },\n \"clear_selected_file_82388e50\": {\n \"message\": \"Clear selected file\"\n },\n \"clear_selected_file_filename_2fe8a58e\": {\n \"message\": \"Clear selected file: { filename }\"\n },\n \"click_or_shift_click_for_the_html_editor_25d70bb4\": {\n \"message\": \"Click or shift-click for the html editor.\"\n },\n \"click_to_embed_imagename_c41ea8df\": {\n \"message\": \"Click to embed { imageName }\"\n },\n \"click_to_hide_preview_3c707763\": {\n \"message\": \"Click to hide preview\"\n },\n \"click_to_insert_a_link_into_the_editor_c19613aa\": {\n \"message\": \"Click to insert a link into the editor.\"\n },\n \"click_to_show_preview_faa27051\": {\n \"message\": \"Click to show preview\"\n },\n \"close_a_menu_or_dialog_also_returns_you_to_the_edi_739079e6\": {\n \"message\": \"Close a menu or dialogue. Also returns you to the editor area\"\n },\n \"close_d634289d\": {\n \"message\": \"Close\"\n },\n \"closed_caption_file_must_be_less_than_maxkb_kb_5880f752\": {\n \"message\": \"Closed caption file must be less than { maxKb } kb\"\n },\n \"closed_captions_subtitles_e6aaa016\": {\n \"message\": \"Closed Captions/Subtitles\"\n },\n \"clubs_suit_c1ffedff\": {\n \"message\": \"Clubs (Suit)\"\n },\n \"collaborations_5c56c15f\": {\n \"message\": \"Collaborations\"\n },\n \"collapse_to_hide_types_1ab46d2e\": {\n \"message\": \"Collapse to hide { types }\"\n },\n \"color_picker_6b359edf\": {\n \"message\": \"Colour Picker\"\n },\n \"color_picker_colorname_selected_ad4cf400\": {\n \"message\": \"Colour Picker ({ colorName } selected)\"\n },\n \"complex_numbers_a543d004\": {\n \"message\": \"Complex Numbers\"\n },\n \"computer_1d7dfa6f\": {\n \"message\": \"Computer\"\n },\n \"congruent_5a244acd\": {\n \"message\": \"Congruent\"\n },\n \"contains_311f37b7\": {\n \"message\": \"Contains\"\n },\n \"content_1440204b\": {\n \"message\": \"Content\"\n },\n \"content_is_still_being_uploaded_if_you_continue_it_8f06d0cb\": {\n \"message\": \"Content is still being uploaded, if you continue it will not be embedded properly.\"\n },\n \"content_subtype_5ce35e88\": {\n \"message\": \"Content Subtype\"\n },\n \"content_type_2cf90d95\": {\n \"message\": \"Content Type\"\n },\n \"coproduct_e7838082\": {\n \"message\": \"Coproduct\"\n },\n \"copyright_holder_66ee111\": {\n \"message\": \"Copyright Holder:\"\n },\n \"count_plural_0_0_words_one_1_word_other_words_acf32eca\": {\n \"message\": \"{ count, plural,\\n =0 {0 words}\\n one {1 word}\\n other {# words}\\n}\"\n },\n \"count_plural_one_item_loaded_other_items_loaded_857023b7\": {\n \"message\": \"{ count, plural,\\n one {# item loaded}\\n other {# items loaded}\\n}\"\n },\n \"course_documents_104d76e0\": {\n \"message\": \"Subject Documents\"\n },\n \"course_files_62deb8f8\": {\n \"message\": \"Subject Files\"\n },\n \"course_files_a31f97fc\": {\n \"message\": \"Subject files\"\n },\n \"course_images_f8511d04\": {\n \"message\": \"Subject Images\"\n },\n \"course_link_b369426\": {\n \"message\": \"Subject Link\"\n },\n \"course_links_b56959b9\": {\n \"message\": \"Subject Links\"\n },\n \"course_media_ec759ad\": {\n \"message\": \"Subject Media\"\n },\n \"course_navigation_dd035109\": {\n \"message\": \"Subject Navigation\"\n },\n \"create_icon_110d6463\": {\n \"message\": \"Create Icon\"\n },\n \"create_icon_maker_icon_c716bffe\": {\n \"message\": \"Create Icon Maker Icon\"\n },\n \"creative_commons_license_725584ae\": {\n \"message\": \"Creative Commons Licence:\"\n },\n \"crop_image_41bf940c\": {\n \"message\": \"Crop image\"\n },\n \"crop_image_807ebb08\": {\n \"message\": \"Crop Image\"\n },\n \"cup_product_14174434\": {\n \"message\": \"Cup Product\"\n },\n \"current_image_f16c249c\": {\n \"message\": \"Current Image\"\n },\n \"custom_6979cd81\": {\n \"message\": \"Custom\"\n },\n \"cyan_c1d5f68a\": {\n \"message\": \"Cyan\"\n },\n \"dagger_57e0f4e5\": {\n \"message\": \"Dagger\"\n },\n \"date_added_ed5ad465\": {\n \"message\": \"Date Added\"\n },\n \"decorative_icon_9a7f3fc3\": {\n \"message\": \"Decorative Icon\"\n },\n \"decorative_type_upper_f2c95e3\": {\n \"message\": \"Decorative { TYPE_UPPER }\"\n },\n \"decrease_indent_d9cf469d\": {\n \"message\": \"Decrease Indent\"\n },\n \"deep_purple_bb3e2907\": {\n \"message\": \"Deep Purple\"\n },\n \"default_bulleted_unordered_list_47079da8\": {\n \"message\": \"default bulleted unordered list\"\n },\n \"default_numerical_ordered_list_48dd3548\": {\n \"message\": \"default numerical ordered list\"\n },\n \"definite_integral_fe7ffed1\": {\n \"message\": \"Definite Integral\"\n },\n \"degree_symbol_4a823d5f\": {\n \"message\": \"Degree Symbol\"\n },\n \"delimiters_4db4840d\": {\n \"message\": \"Delimiters\"\n },\n \"delta_53765780\": {\n \"message\": \"Delta\"\n },\n \"describe_the_icon_f6a18823\": {\n \"message\": \"(Describe the icon)\"\n },\n \"describe_the_type_ff448da5\": {\n \"message\": \"(Describe the { TYPE })\"\n },\n \"describe_the_video_2fe8f46a\": {\n \"message\": \"(Describe the video)\"\n },\n \"details_98a31b68\": {\n \"message\": \"Details\"\n },\n \"diagonal_dots_7d71b57e\": {\n \"message\": \"Diagonal Dots\"\n },\n \"diamond_b8dfe7ae\": {\n \"message\": \"Diamond\"\n },\n \"diamonds_suit_526abaaf\": {\n \"message\": \"Diamonds (Suit)\"\n },\n \"digamma_258ade94\": {\n \"message\": \"Digamma\"\n },\n \"dimension_type_f5fa9170\": {\n \"message\": \"Dimension Type\"\n },\n \"dimensions_45ddb7b7\": {\n \"message\": \"Dimensions\"\n },\n \"directionality_26ae9e08\": {\n \"message\": \"Directionality\"\n },\n \"directly_edit_latex_b7e9235b\": {\n \"message\": \"Directly Edit LaTeX\"\n },\n \"disable_preview_222bdf72\": {\n \"message\": \"Disable Preview\"\n },\n \"discussions_a5f96392\": {\n \"message\": \"Discussions\"\n },\n \"discussions_index_6c36ced\": {\n \"message\": \"Discussions Index\"\n },\n \"disjoint_union_e74351a8\": {\n \"message\": \"Disjoint Union\"\n },\n \"display_options_315aba85\": {\n \"message\": \"Display Options\"\n },\n \"display_text_link_opens_in_a_new_tab_75e9afc9\": {\n \"message\": \"Display Text Link (Opens in a new tab)\"\n },\n \"division_sign_72190870\": {\n \"message\": \"Division Sign\"\n },\n \"document_678cd7bf\": {\n \"message\": \"Document\"\n },\n \"documents_81393201\": {\n \"message\": \"Documents\"\n },\n \"done_54e3d4b6\": {\n \"message\": \"Done\"\n },\n \"double_dagger_faf78681\": {\n \"message\": \"Double Dagger\"\n },\n \"down_and_left_diagonal_arrow_40ef602c\": {\n \"message\": \"Down And Left Diagonal Arrow\"\n },\n \"down_and_right_diagonal_arrow_6ea0f460\": {\n \"message\": \"Down And Right Diagonal Arrow\"\n },\n \"download_filename_2baae924\": {\n \"message\": \"Download { filename }\"\n },\n \"downward_arrow_cca52012\": {\n \"message\": \"Downward Arrow\"\n },\n \"downward_pointing_triangle_2a12a601\": {\n \"message\": \"Downward Pointing Triangle\"\n },\n \"drag_a_file_here_1bf656d5\": {\n \"message\": \"Drag a file here\"\n },\n \"drag_and_drop_or_click_to_browse_your_computer_60772d6d\": {\n \"message\": \"Drag and drop, or click to browse your computer\"\n },\n \"drag_handle_use_up_and_down_arrows_to_resize_e29eae5c\": {\n \"message\": \"Drag handle. Use up and down arrows to resize\"\n },\n \"due_multiple_dates_cc0ee3f5\": {\n \"message\": \"Due: Multiple Dates\"\n },\n \"due_when_7eed10c6\": {\n \"message\": \"Due: { when }\"\n },\n \"edit_alt_text_for_this_icon_instance_9c6fc5fd\": {\n \"message\": \"Edit alt text for this icon instance\"\n },\n \"edit_course_link_5a5c3c59\": {\n \"message\": \"Edit Subject Link\"\n },\n \"edit_equation_f5279959\": {\n \"message\": \"Edit Equation\"\n },\n \"edit_existing_icon_maker_icon_5d0ebb3f\": {\n \"message\": \"Edit Existing Icon Maker Icon\"\n },\n \"edit_icon_2c6b0e91\": {\n \"message\": \"Edit Icon\"\n },\n \"edit_link_7f53bebb\": {\n \"message\": \"Edit Link\"\n },\n \"editor_statusbar_26ac81fc\": {\n \"message\": \"Editor Statusbar\"\n },\n \"embed_828fac4a\": {\n \"message\": \"Embed\"\n },\n \"embed_code_314f1bd5\": {\n \"message\": \"Embed Code\"\n },\n \"embed_image_1080badc\": {\n \"message\": \"Embed Image\"\n },\n \"embed_video_a97a64af\": {\n \"message\": \"Embed Video\"\n },\n \"embedded_content_aaeb4d3d\": {\n \"message\": \"embedded content\"\n },\n \"empty_set_91a92df4\": {\n \"message\": \"Empty Set\"\n },\n \"encircled_dot_8f5e51c\": {\n \"message\": \"Encircled Dot\"\n },\n \"encircled_minus_72745096\": {\n \"message\": \"Encircled Minus\"\n },\n \"encircled_plus_36d8d104\": {\n \"message\": \"Encircled Plus\"\n },\n \"encircled_times_5700096d\": {\n \"message\": \"Encircled Times\"\n },\n \"engineering_icon_f8f3cf43\": {\n \"message\": \"Engineering Icon\"\n },\n \"english_icon_25bfe845\": {\n \"message\": \"English Icon\"\n },\n \"enter_at_least_3_characters_to_search_4f037ee0\": {\n \"message\": \"Enter at least 3 characters to search\"\n },\n \"epsilon_54bb8afa\": {\n \"message\": \"Epsilon\"\n },\n \"epsilon_variant_d31f1e77\": {\n \"message\": \"Epsilon (Variant)\"\n },\n \"equals_sign_c51bdc58\": {\n \"message\": \"Equals Sign\"\n },\n \"equation_1c5ac93c\": {\n \"message\": \"Equation\"\n },\n \"equation_editor_39fbc3f1\": {\n \"message\": \"Equation Editor\"\n },\n \"equivalence_class_7b0f11c0\": {\n \"message\": \"Equivalence Class\"\n },\n \"equivalent_identity_654b3ce5\": {\n \"message\": \"Equivalent (Identity)\"\n },\n \"eta_b8828f99\": {\n \"message\": \"Eta\"\n },\n \"exists_2e62bdaa\": {\n \"message\": \"Exists\"\n },\n \"expand_preview_by_default_2abbf9f8\": {\n \"message\": \"Expand preview by Default\"\n },\n \"expand_to_see_types_f5d29352\": {\n \"message\": \"Expand to see { types }\"\n },\n \"external_link_d3f9e62a\": {\n \"message\": \"External Link\"\n },\n \"external_tools_6e77821\": {\n \"message\": \"External Tools\"\n },\n \"extra_large_b6cdf1ff\": {\n \"message\": \"Extra Large\"\n },\n \"extra_small_9ae33252\": {\n \"message\": \"Extra Small\"\n },\n \"extracurricular_icon_67c8ca42\": {\n \"message\": \"Extracurricular Icon\"\n },\n \"f_function_fe422d65\": {\n \"message\": \"F (function)\"\n },\n \"failed_getting_file_contents_e9ea19f4\": {\n \"message\": \"Failed getting file contents\"\n },\n \"file_storage_quota_exceeded_b7846cd1\": {\n \"message\": \"File storage quota exceeded\"\n },\n \"file_url_c12b64be\": {\n \"message\": \"File URL\"\n },\n \"filename_file_icon_602eb5de\": {\n \"message\": \"{ filename } file icon\"\n },\n \"filename_image_preview_6cef8f26\": {\n \"message\": \"{ filename } image preview\"\n },\n \"filename_text_preview_e41ca2d8\": {\n \"message\": \"{ filename } text preview\"\n },\n \"files_c300e900\": {\n \"message\": \"Files\"\n },\n \"files_index_af7c662b\": {\n \"message\": \"Files Index\"\n },\n \"flat_music_76d5a5c3\": {\n \"message\": \"Flat (Music)\"\n },\n \"focus_element_options_toolbar_18d993e\": {\n \"message\": \"Focus element options toolbar\"\n },\n \"folder_tree_fbab0726\": {\n \"message\": \"Folder tree\"\n },\n \"for_all_b919f972\": {\n \"message\": \"For All\"\n },\n \"format_4247a9c5\": {\n \"message\": \"Format\"\n },\n \"formatting_5b143aa8\": {\n \"message\": \"Formatting\"\n },\n \"forward_slash_3f90f35e\": {\n \"message\": \"Forward Slash\"\n },\n \"found_auto_saved_content_3f6e4ca5\": {\n \"message\": \"Found auto-saved content\"\n },\n \"found_count_plural_0_results_one_result_other_resu_46aeaa01\": {\n \"message\": \"Found { count, plural,\\n =0 {# results}\\n one {# result}\\n other {# results}\\n}\"\n },\n \"fraction_41bac7af\": {\n \"message\": \"Fraction\"\n },\n \"fullscreen_873bf53f\": {\n \"message\": \"Fullscreen\"\n },\n \"gamma_1767928\": {\n \"message\": \"Gamma\"\n },\n \"generating_preview_45b53be0\": {\n \"message\": \"Generating preview...\"\n },\n \"gif_png_format_images_larger_than_size_kb_are_not__7af3bdbd\": {\n \"message\": \"GIF/PNG format images larger than { size } KB are not currently supported.\"\n },\n \"go_to_the_editor_s_menubar_e6674c81\": {\n \"message\": \"Go to the editor''s menubar\"\n },\n \"go_to_the_editor_s_toolbar_a5cb875f\": {\n \"message\": \"Go to the editor''s toolbar\"\n },\n \"grades_a61eba0a\": {\n \"message\": \"Grades\"\n },\n \"greater_than_e98af662\": {\n \"message\": \"Greater Than\"\n },\n \"greater_than_or_equal_b911949a\": {\n \"message\": \"Greater Than Or Equal\"\n },\n \"greek_65c5b3f7\": {\n \"message\": \"Greek\"\n },\n \"green_15af4778\": {\n \"message\": \"Green\"\n },\n \"grey_a55dceff\": {\n \"message\": \"Grey\"\n },\n \"group_documents_8bfd6ae6\": {\n \"message\": \"Group Documents\"\n },\n \"group_files_4324f3df\": {\n \"message\": \"Group Files\"\n },\n \"group_files_82e5dcdb\": {\n \"message\": \"Group files\"\n },\n \"group_images_98e0ac17\": {\n \"message\": \"Group Images\"\n },\n \"group_isomorphism_45b1458c\": {\n \"message\": \"Group Isomorphism\"\n },\n \"group_link_63e626b3\": {\n \"message\": \"Group Link\"\n },\n \"group_links_9493129e\": {\n \"message\": \"Group Links\"\n },\n \"group_media_2f3d128a\": {\n \"message\": \"Group Media\"\n },\n \"group_navigation_99f191a\": {\n \"message\": \"Group Navigation\"\n },\n \"h_bar_bb94deae\": {\n \"message\": \"H Bar\"\n },\n \"hat_ea321e35\": {\n \"message\": \"Hat\"\n },\n \"heading_2_5b84eed2\": {\n \"message\": \"Heading 2\"\n },\n \"heading_3_2c83de44\": {\n \"message\": \"Heading 3\"\n },\n \"heading_4_b2e74be7\": {\n \"message\": \"Heading 4\"\n },\n \"health_icon_8d292eb5\": {\n \"message\": \"Health Icon\"\n },\n \"hearts_suit_e50e04ca\": {\n \"message\": \"Hearts (Suit)\"\n },\n \"height_69b03e15\": {\n \"message\": \"Height\"\n },\n \"hexagon_d8468e0d\": {\n \"message\": \"Hexagon\"\n },\n \"hide_description_bfb5502e\": {\n \"message\": \"Hide description\"\n },\n \"hide_title_description_caf092ef\": {\n \"message\": \"Hide { title } description\"\n },\n \"home_351838cd\": {\n \"message\": \"Home\"\n },\n \"html_code_editor_fd967a44\": {\n \"message\": \"html code editor\"\n },\n \"html_editor_fb2ab713\": {\n \"message\": \"HTML Editor\"\n },\n \"i_have_obtained_permission_to_use_this_file_6386f087\": {\n \"message\": \"I have obtained permission to use this file.\"\n },\n \"i_hold_the_copyright_71ee91b1\": {\n \"message\": \"I hold the copyright\"\n },\n \"icon_215a1dc6\": {\n \"message\": \"Icon\"\n },\n \"icon_8168b2f8\": {\n \"message\": \"icon\"\n },\n \"icon_color_b86dd6d6\": {\n \"message\": \"Icon Colour\"\n },\n \"icon_maker_icons_cc560f7e\": {\n \"message\": \"Icon Maker Icons\"\n },\n \"icon_options_7e32746e\": {\n \"message\": \"Icon Options\"\n },\n \"icon_options_tray_2b407977\": {\n \"message\": \"Icon Options Tray\"\n },\n \"icon_shape_30b61e7\": {\n \"message\": \"Icon Shape\"\n },\n \"icon_size_9353edea\": {\n \"message\": \"Icon Size\"\n },\n \"if_left_empty_link_text_will_display_as_course_lin_61087540\": {\n \"message\": \"If left empty link, text will display as subject link name\"\n },\n \"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5\": {\n \"message\": \"If you do not select usage rights now, this file will be unpublished after it''s uploaded.\"\n },\n \"image_8ad06\": {\n \"message\": \"Image\"\n },\n \"image_c1c98202\": {\n \"message\": \"image\"\n },\n \"image_options_5412d02c\": {\n \"message\": \"Image Options\"\n },\n \"image_options_tray_90a46006\": {\n \"message\": \"Image Options Tray\"\n },\n \"image_to_crop_3a34487d\": {\n \"message\": \"Image to crop\"\n },\n \"images_7ce26570\": {\n \"message\": \"Images\"\n },\n \"imaginary_portion_of_complex_number_2c733ffa\": {\n \"message\": \"Imaginary Portion (of Complex Number)\"\n },\n \"in_element_of_19ca2f33\": {\n \"message\": \"In (Element Of)\"\n },\n \"increase_indent_6af90f7c\": {\n \"message\": \"Increase Indent\"\n },\n \"indefinite_integral_6623307e\": {\n \"message\": \"Indefinite Integral\"\n },\n \"indigo_2035fc55\": {\n \"message\": \"Indigo\"\n },\n \"inference_fed5c960\": {\n \"message\": \"Inference\"\n },\n \"infinity_7a10f206\": {\n \"message\": \"Infinity\"\n },\n \"insert_593145ef\": {\n \"message\": \"Insert\"\n },\n \"insert_equella_links_49a8dacd\": {\n \"message\": \"Insert Equella Links\"\n },\n \"insert_link_6dc23cae\": {\n \"message\": \"Insert Link\"\n },\n \"insert_math_equation_57c6e767\": {\n \"message\": \"Insert Maths Equation\"\n },\n \"integers_336344e1\": {\n \"message\": \"Integers\"\n },\n \"intersection_cd4590e4\": {\n \"message\": \"Intersection\"\n },\n \"invalid_entry_f7d2a0f5\": {\n \"message\": \"Invalid entry.\"\n },\n \"invalid_file_c11ba11\": {\n \"message\": \"Invalid File\"\n },\n \"invalid_file_type_881cc9b2\": {\n \"message\": \"Invalid file type\"\n },\n \"invalid_url_cbde79f\": {\n \"message\": \"Invalid URL\"\n },\n \"iota_11c932a9\": {\n \"message\": \"Iota\"\n },\n \"kappa_2f14c816\": {\n \"message\": \"Kappa\"\n },\n \"kappa_variant_eb64574b\": {\n \"message\": \"Kappa (Variant)\"\n },\n \"keyboard_shortcuts_ed1844bd\": {\n \"message\": \"Keyboard Shortcuts\"\n },\n \"lambda_4f602498\": {\n \"message\": \"Lambda\"\n },\n \"language_arts_icon_a798b0f8\": {\n \"message\": \"Language Arts Icon\"\n },\n \"languages_icon_9d20539\": {\n \"message\": \"Languages Icon\"\n },\n \"large_9c5e80e7\": {\n \"message\": \"Large\"\n },\n \"left_align_43d95491\": {\n \"message\": \"Left Align\"\n },\n \"left_angle_bracket_c87a6d07\": {\n \"message\": \"Left Angle Bracket\"\n },\n \"left_arrow_4fde1a64\": {\n \"message\": \"Left Arrow\"\n },\n \"left_arrow_with_hook_5bfcad93\": {\n \"message\": \"Left Arrow With Hook\"\n },\n \"left_ceiling_ee9dd88a\": {\n \"message\": \"Left Ceiling\"\n },\n \"left_curly_brace_1726fb4\": {\n \"message\": \"Left Curly Brace\"\n },\n \"left_downard_harpoon_arrow_1d7b3d2e\": {\n \"message\": \"Left Downard Harpoon Arrow\"\n },\n \"left_floor_29ac2274\": {\n \"message\": \"Left Floor\"\n },\n \"left_to_right_e9b4fd06\": {\n \"message\": \"Left-to-Right\"\n },\n \"left_upward_harpoon_arrow_3a562a96\": {\n \"message\": \"Left Upward Harpoon Arrow\"\n },\n \"leftward_arrow_1e4765de\": {\n \"message\": \"Leftward Arrow\"\n },\n \"leftward_pointing_triangle_d14532ce\": {\n \"message\": \"Leftward Pointing Triangle\"\n },\n \"less_than_a26c0641\": {\n \"message\": \"Less Than\"\n },\n \"less_than_or_equal_be5216cb\": {\n \"message\": \"Less Than Or Equal\"\n },\n \"library_icon_ae1e54cf\": {\n \"message\": \"Library Icon\"\n },\n \"light_blue_5374f600\": {\n \"message\": \"Light Blue\"\n },\n \"link_7262adec\": {\n \"message\": \"Link\"\n },\n \"link_options_a16b758b\": {\n \"message\": \"Link Options\"\n },\n \"links_14b70841\": {\n \"message\": \"Links\"\n },\n \"links_to_an_external_site_de74145d\": {\n \"message\": \"Links to an external site.\"\n },\n \"load_more_35d33c7\": {\n \"message\": \"Load More\"\n },\n \"loading_25990131\": {\n \"message\": \"Loading...\"\n },\n \"loading_bde52856\": {\n \"message\": \"Loading\"\n },\n \"loading_closed_captions_subtitles_failed_95ceef47\": {\n \"message\": \"loading closed captions/subtitles failed.\"\n },\n \"loading_failed_b3524381\": {\n \"message\": \"Loading failed...\"\n },\n \"loading_failed_e6a9d8ef\": {\n \"message\": \"Loading failed.\"\n },\n \"loading_folders_d8b5869e\": {\n \"message\": \"Loading folders\"\n },\n \"loading_please_wait_d276220a\": {\n \"message\": \"Loading, please wait\"\n },\n \"loading_preview_9f077aa1\": {\n \"message\": \"Loading preview\"\n },\n \"locked_762f138b\": {\n \"message\": \"Locked\"\n },\n \"logical_equivalence_76fca396\": {\n \"message\": \"Logical Equivalence\"\n },\n \"logical_equivalence_short_8efd7b4f\": {\n \"message\": \"Logical Equivalence (Short)\"\n },\n \"logical_equivalence_short_and_thick_1e1f654d\": {\n \"message\": \"Logical Equivalence (Short And Thick)\"\n },\n \"logical_equivalence_thick_662dd3f2\": {\n \"message\": \"Logical Equivalence (Thick)\"\n },\n \"low_horizontal_dots_cc08498e\": {\n \"message\": \"Low Horizontal Dots\"\n },\n \"magenta_4a65993c\": {\n \"message\": \"Magenta\"\n },\n \"maps_to_e5ef7382\": {\n \"message\": \"Maps To\"\n },\n \"math_icon_ad4e9d03\": {\n \"message\": \"Math Icon\"\n },\n \"media_af190855\": {\n \"message\": \"Media\"\n },\n \"media_file_is_processing_please_try_again_later_58a6d49\": {\n \"message\": \"Media file is processing. Please try again later.\"\n },\n \"medium_5a8e9ead\": {\n \"message\": \"Medium\"\n },\n \"middle_27dc1d5\": {\n \"message\": \"Middle\"\n },\n \"minimize_file_preview_da911944\": {\n \"message\": \"Minimise File Preview\"\n },\n \"minimize_video_20aa554b\": {\n \"message\": \"Minimise Video\"\n },\n \"minus_fd961e2e\": {\n \"message\": \"Minus\"\n },\n \"minus_plus_3461f637\": {\n \"message\": \"Minus/Plus\"\n },\n \"misc_3b692ea7\": {\n \"message\": \"Misc\"\n },\n \"miscellaneous_e9818229\": {\n \"message\": \"Miscellaneous\"\n },\n \"modules_c4325335\": {\n \"message\": \"Modules\"\n },\n \"mu_37223b8b\": {\n \"message\": \"Mu\"\n },\n \"multi_color_image_63d7372f\": {\n \"message\": \"Multi Colour Image\"\n },\n \"multiplication_sign_15f95c22\": {\n \"message\": \"Multiplication Sign\"\n },\n \"music_icon_4db5c972\": {\n \"message\": \"Music Icon\"\n },\n \"must_be_at_least_percentage_22e373b6\": {\n \"message\": \"Must be at least { percentage }%\"\n },\n \"must_be_at_least_width_x_height_px_41dc825e\": {\n \"message\": \"Must be at least { width } x { height }px\"\n },\n \"my_files_2f621040\": {\n \"message\": \"My files\"\n },\n \"n_th_root_9991a6e4\": {\n \"message\": \"N-th Root\"\n },\n \"nabla_1e216d25\": {\n \"message\": \"Nabla\"\n },\n \"name_1aed4a1b\": {\n \"message\": \"Name\"\n },\n \"name_color_ceec76ff\": {\n \"message\": \"{ name } ({ color })\"\n },\n \"natural_music_54a70258\": {\n \"message\": \"Natural (Music)\"\n },\n \"natural_numbers_3da07060\": {\n \"message\": \"Natural Numbers\"\n },\n \"navigate_through_the_menu_or_toolbar_415a4e50\": {\n \"message\": \"Navigate through the menu or toolbar\"\n },\n \"nested_greater_than_d852e60d\": {\n \"message\": \"Nested Greater Than\"\n },\n \"nested_less_than_27d17e58\": {\n \"message\": \"Nested Less Than\"\n },\n \"next_page_d2a39853\": {\n \"message\": \"Next Page\"\n },\n \"no_changes_to_save_d29f6e91\": {\n \"message\": \"No changes to save.\"\n },\n \"no_e16d9132\": {\n \"message\": \"No\"\n },\n \"no_file_chosen_9a880793\": {\n \"message\": \"No file chosen\"\n },\n \"no_preview_is_available_for_this_file_f940114a\": {\n \"message\": \"No preview is available for this file.\"\n },\n \"no_results_940393cf\": {\n \"message\": \"No results.\"\n },\n \"no_results_found_for_filterterm_ad1b04c8\": {\n \"message\": \"No results found for { filterTerm }\"\n },\n \"no_results_found_for_term_1564c08e\": {\n \"message\": \"No results found for { term }.\"\n },\n \"none_3b5e34d2\": {\n \"message\": \"None\"\n },\n \"none_selected_b93d56d2\": {\n \"message\": \"None Selected\"\n },\n \"not_equal_6e2980e6\": {\n \"message\": \"Not Equal\"\n },\n \"not_in_not_an_element_of_fb1ffb54\": {\n \"message\": \"Not In (Not An Element Of)\"\n },\n \"not_negation_1418ebb8\": {\n \"message\": \"Not (Negation)\"\n },\n \"not_subset_dc2b5e84\": {\n \"message\": \"Not Subset\"\n },\n \"not_subset_strict_23d282bf\": {\n \"message\": \"Not Subset (Strict)\"\n },\n \"not_superset_5556b913\": {\n \"message\": \"Not Superset\"\n },\n \"not_superset_strict_24e06f36\": {\n \"message\": \"Not Superset (Strict)\"\n },\n \"nu_1c0f6848\": {\n \"message\": \"Nu\"\n },\n \"octagon_e48be9f\": {\n \"message\": \"Octagon\"\n },\n \"olive_6a3e4d6b\": {\n \"message\": \"Olive\"\n },\n \"omega_8f2c3463\": {\n \"message\": \"Omega\"\n },\n \"one_of_the_following_styles_must_be_added_to_save__1de769aa\": {\n \"message\": \"One of the following styles must be added to save an icon: Icon Colour, Outline Size, Icon Text, or Image\"\n },\n \"open_circle_e9bd069\": {\n \"message\": \"Open Circle\"\n },\n \"open_this_keyboard_shortcuts_dialog_9658b83a\": {\n \"message\": \"Open this keyboard shortcuts dialog\"\n },\n \"open_title_application_fd624fc5\": {\n \"message\": \"Open { title } application\"\n },\n \"operators_a2ef9a93\": {\n \"message\": \"Operators\"\n },\n \"or_9b70ccaa\": {\n \"message\": \"Or\"\n },\n \"orange_81386a62\": {\n \"message\": \"Orange\"\n },\n \"ordered_and_unordered_lists_cfadfc38\": {\n \"message\": \"Ordered and Unordered Lists\"\n },\n \"other_editor_shortcuts_may_be_found_at_404aba4a\": {\n \"message\": \"Other editor shortcuts may be found at\"\n },\n \"outline_color_3ef2cea7\": {\n \"message\": \"Outline Colour\"\n },\n \"outline_size_a6059a21\": {\n \"message\": \"Outline Size\"\n },\n \"p_is_not_a_valid_protocol_which_must_be_ftp_http_h_adf13fc2\": {\n \"message\": \"{ p } is not a valid protocol which must be ftp, http, https, mailto, skype, tel or may be omitted\"\n },\n \"pages_e5414c2c\": {\n \"message\": \"Pages\"\n },\n \"paragraph_5e5ad8eb\": {\n \"message\": \"Paragraph\"\n },\n \"parallel_d55d6e38\": {\n \"message\": \"Parallel\"\n },\n \"partial_derivative_4a9159df\": {\n \"message\": \"Partial (Derivative)\"\n },\n \"pentagon_17d82ea3\": {\n \"message\": \"Pentagon\"\n },\n \"people_b4ebb13c\": {\n \"message\": \"People\"\n },\n \"percentage_34ab7c2c\": {\n \"message\": \"Percentage\"\n },\n \"percentage_must_be_a_number_8033c341\": {\n \"message\": \"Percentage must be a number\"\n },\n \"performing_arts_icon_f3497486\": {\n \"message\": \"Performing Arts Icon\"\n },\n \"perpendicular_7c48ede4\": {\n \"message\": \"Perpendicular\"\n },\n \"phi_4ac33b6d\": {\n \"message\": \"Phi\"\n },\n \"phi_variant_c9bb3ac5\": {\n \"message\": \"Phi (Variant)\"\n },\n \"physical_education_icon_d7dffd3e\": {\n \"message\": \"Physical Education Icon\"\n },\n \"pi_dc4f0bd8\": {\n \"message\": \"Pi\"\n },\n \"pi_variant_10f5f520\": {\n \"message\": \"Pi (Variant)\"\n },\n \"pink_68ad45cb\": {\n \"message\": \"Pink\"\n },\n \"pixels_52ece7d1\": {\n \"message\": \"Pixels\"\n },\n \"play_media_comment_35257210\": {\n \"message\": \"Play media comment.\"\n },\n \"play_media_comment_by_name_from_createdat_c230123d\": {\n \"message\": \"Play media comment by { name } from { createdAt }.\"\n },\n \"plus_d43cd4ec\": {\n \"message\": \"Plus\"\n },\n \"plus_minus_f8be2e83\": {\n \"message\": \"Plus/Minus\"\n },\n \"posted_when_a578f5ab\": {\n \"message\": \"Posted: { when }\"\n },\n \"power_set_4f26f316\": {\n \"message\": \"Power Set\"\n },\n \"precedes_196b9aef\": {\n \"message\": \"Precedes\"\n },\n \"precedes_equal_20701e84\": {\n \"message\": \"Precedes Equal\"\n },\n \"preformatted_d0670862\": {\n \"message\": \"Preformatted\"\n },\n \"preview_53003fd2\": {\n \"message\": \"Preview\"\n },\n \"preview_in_overlay_ed772c46\": {\n \"message\": \"Preview in overlay\"\n },\n \"preview_inline_9787330\": {\n \"message\": \"Preview inline\"\n },\n \"previous_page_928fc112\": {\n \"message\": \"Previous Page\"\n },\n \"prime_917ea60e\": {\n \"message\": \"Prime\"\n },\n \"prime_numbers_13464f61\": {\n \"message\": \"Prime Numbers\"\n },\n \"product_39cf144f\": {\n \"message\": \"Product\"\n },\n \"proportional_f02800cc\": {\n \"message\": \"Proportional\"\n },\n \"protocol_must_be_ftp_http_https_mailto_skype_tel_o_73beb4f8\": {\n \"message\": \"Protocol must be ftp, http, https, mailto, skype, tel or may be omitted\"\n },\n \"psi_e3f5f0f7\": {\n \"message\": \"Psi\"\n },\n \"published_c944a23d\": {\n \"message\": \"published\"\n },\n \"published_when_302d8e23\": {\n \"message\": \"Published: { when }\"\n },\n \"pumpkin_904428d5\": {\n \"message\": \"Pumpkin\"\n },\n \"purple_7678a9fc\": {\n \"message\": \"Purple\"\n },\n \"quaternions_877024e0\": {\n \"message\": \"Quaternions\"\n },\n \"quizzes_7e598f57\": {\n \"message\": \"Quizzes\"\n },\n \"rational_numbers_80ddaa4a\": {\n \"message\": \"Rational Numbers\"\n },\n \"real_numbers_7c99df94\": {\n \"message\": \"Real Numbers\"\n },\n \"real_portion_of_complex_number_7dad33b5\": {\n \"message\": \"Real Portion (of Complex Number)\"\n },\n \"record_7c9448b\": {\n \"message\": \"Record\"\n },\n \"record_upload_media_5fdce166\": {\n \"message\": \"Record/Upload Media\"\n },\n \"red_8258edf3\": {\n \"message\": \"Red\"\n },\n \"relationships_6602af70\": {\n \"message\": \"Relationships\"\n },\n \"religion_icon_246e0be1\": {\n \"message\": \"Religion Icon\"\n },\n \"remove_link_d1f2f4d0\": {\n \"message\": \"Remove Link\"\n },\n \"replace_e61834a7\": {\n \"message\": \"Replace\"\n },\n \"reset_95a81614\": {\n \"message\": \"Reset\"\n },\n \"resize_ec83d538\": {\n \"message\": \"Resize\"\n },\n \"restore_auto_save_deccd84b\": {\n \"message\": \"Restore auto-save?\"\n },\n \"reverse_turnstile_does_not_yield_7558be06\": {\n \"message\": \"Reverse Turnstile (Does Not Yield)\"\n },\n \"rho_a0244a36\": {\n \"message\": \"Rho\"\n },\n \"rho_variant_415245cd\": {\n \"message\": \"Rho (Variant)\"\n },\n \"rich_content_editor_2708ef21\": {\n \"message\": \"Rich Content Editor\"\n },\n \"rich_text_area_press_alt_0_for_rich_content_editor_9d23437f\": {\n \"message\": \"Rich Text Area. Press ALT+0 for Rich Content Editor shortcuts.\"\n },\n \"right_align_39e7a32a\": {\n \"message\": \"Right Align\"\n },\n \"right_angle_bracket_d704e2d6\": {\n \"message\": \"Right Angle Bracket\"\n },\n \"right_arrow_35e0eddf\": {\n \"message\": \"Right Arrow\"\n },\n \"right_arrow_with_hook_29d92d31\": {\n \"message\": \"Right Arrow With Hook\"\n },\n \"right_ceiling_839dc744\": {\n \"message\": \"Right Ceiling\"\n },\n \"right_curly_brace_5159d5cd\": {\n \"message\": \"Right Curly Brace\"\n },\n \"right_downward_harpoon_arrow_d71b114f\": {\n \"message\": \"Right Downward Harpoon Arrow\"\n },\n \"right_floor_5392d5cf\": {\n \"message\": \"Right Floor\"\n },\n \"right_to_left_9cfb092a\": {\n \"message\": \"Right-to-Left\"\n },\n \"right_upward_harpoon_arrow_f5a34c73\": {\n \"message\": \"Right Upward Harpoon Arrow\"\n },\n \"rightward_arrow_32932107\": {\n \"message\": \"Rightward Arrow\"\n },\n \"rightward_pointing_triangle_60330f5c\": {\n \"message\": \"Rightward Pointing Triangle\"\n },\n \"rotate_image_90_degrees_2ab77c05\": {\n \"message\": \"Rotate image -90 degrees\"\n },\n \"rotate_image_90_degrees_6c92cd42\": {\n \"message\": \"Rotate image 90 degrees\"\n },\n \"rotation_9699c538\": {\n \"message\": \"Rotation\"\n },\n \"sadly_the_pretty_html_editor_is_not_keyboard_acces_50da7665\": {\n \"message\": \"Sadly, the pretty HTML editor is not keyboard accessible. Access the raw HTML editor here.\"\n },\n \"save_11a80ec3\": {\n \"message\": \"Save\"\n },\n \"saved_icon_maker_icons_df86e2a1\": {\n \"message\": \"Saved Icon Maker Icons\"\n },\n \"script_l_42a7b254\": {\n \"message\": \"Script L\"\n },\n \"search_280d00bd\": {\n \"message\": \"Search\"\n },\n \"search_term_b2d2235\": {\n \"message\": \"Search Term\"\n },\n \"select_crop_shape_d441feeb\": {\n \"message\": \"Select crop shape\"\n },\n \"select_language_7c93a900\": {\n \"message\": \"Select Language\"\n },\n \"selected_274ce24f\": {\n \"message\": \"Selected\"\n },\n \"selected_linkfilename_c093b1f2\": {\n \"message\": \"Selected { linkFileName }\"\n },\n \"set_minus_b46e9b88\": {\n \"message\": \"Set Minus\"\n },\n \"sharp_music_ab956814\": {\n \"message\": \"Sharp (Music)\"\n },\n \"shift_o_to_open_the_pretty_html_editor_55ff5a31\": {\n \"message\": \"Shift-O to open the pretty html editor.\"\n },\n \"show_audio_options_b489926b\": {\n \"message\": \"Show audio options\"\n },\n \"show_image_options_1e2ecc6b\": {\n \"message\": \"Show image options\"\n },\n \"show_link_options_545338fd\": {\n \"message\": \"Show link options\"\n },\n \"show_video_options_6ed3721a\": {\n \"message\": \"Show video options\"\n },\n \"sigma_5c35e553\": {\n \"message\": \"Sigma\"\n },\n \"sigma_variant_8155625\": {\n \"message\": \"Sigma (Variant)\"\n },\n \"single_color_image_4e5d4dbc\": {\n \"message\": \"Single Colour Image\"\n },\n \"single_color_image_color_95fa9a87\": {\n \"message\": \"Single Colour Image Colour\"\n },\n \"size_b30e1077\": {\n \"message\": \"Size\"\n },\n \"size_of_caption_file_is_greater_than_the_maximum_m_bff5f86e\": {\n \"message\": \"Size of caption file is greater than the maximum { max } kb allowed file size.\"\n },\n \"small_b070434a\": {\n \"message\": \"Small\"\n },\n \"solid_circle_9f061dfc\": {\n \"message\": \"Solid Circle\"\n },\n \"something_went_wrong_89195131\": {\n \"message\": \"Something went wrong.\"\n },\n \"something_went_wrong_and_i_don_t_know_what_to_show_e0c54ec8\": {\n \"message\": \"Something went wrong and I don''t know what to show you.\"\n },\n \"something_went_wrong_check_your_connection_reload__c7868286\": {\n \"message\": \"Something went wrong. Check your connection, reload the page, and try again.\"\n },\n \"something_went_wrong_d238c551\": {\n \"message\": \"Something went wrong\"\n },\n \"sort_by_e75f9e3e\": {\n \"message\": \"Sort By\"\n },\n \"spades_suit_b37020c2\": {\n \"message\": \"Spades (Suit)\"\n },\n \"square_511eb3b3\": {\n \"message\": \"Square\"\n },\n \"square_cap_9ec88646\": {\n \"message\": \"Square Cap\"\n },\n \"square_cup_b0665113\": {\n \"message\": \"Square Cup\"\n },\n \"square_root_e8bcbc60\": {\n \"message\": \"Square Root\"\n },\n \"square_root_symbol_d0898a53\": {\n \"message\": \"Square Root Symbol\"\n },\n \"square_subset_17be67cb\": {\n \"message\": \"Square Subset\"\n },\n \"square_subset_strict_7044e84f\": {\n \"message\": \"Square Subset (Strict)\"\n },\n \"square_superset_3be8dae1\": {\n \"message\": \"Square Superset\"\n },\n \"square_superset_strict_fa4262e4\": {\n \"message\": \"Square Superset (Strict)\"\n },\n \"square_unordered_list_b15ce93b\": {\n \"message\": \"square unordered list\"\n },\n \"star_8d156e09\": {\n \"message\": \"Star\"\n },\n \"steel_blue_14296f08\": {\n \"message\": \"Steel Blue\"\n },\n \"styles_2aa721ef\": {\n \"message\": \"Styles\"\n },\n \"submit_a3cc6859\": {\n \"message\": \"Submit\"\n },\n \"subscript_59744f96\": {\n \"message\": \"Subscript\"\n },\n \"subset_19c1a92f\": {\n \"message\": \"Subset\"\n },\n \"subset_strict_8d8948d6\": {\n \"message\": \"Subset (Strict)\"\n },\n \"succeeds_9cc31be9\": {\n \"message\": \"Succeeds\"\n },\n \"succeeds_equal_158e8c3a\": {\n \"message\": \"Succeeds Equal\"\n },\n \"sum_b0842d31\": {\n \"message\": \"Sum\"\n },\n \"superscript_8cb349a2\": {\n \"message\": \"Superscript\"\n },\n \"superscript_and_subscript_37f94a50\": {\n \"message\": \"Superscript and Subscript\"\n },\n \"superset_c4db8a7a\": {\n \"message\": \"Superset\"\n },\n \"superset_strict_c77dd6d2\": {\n \"message\": \"Superset (Strict)\"\n },\n \"supported_file_types_srt_or_webvtt_7d827ed\": {\n \"message\": \"Supported file types: SRT or WebVTT\"\n },\n \"switch_to_pretty_html_editor_a3cee15f\": {\n \"message\": \"Switch to pretty HTML Editor\"\n },\n \"switch_to_raw_html_editor_f970ae1a\": {\n \"message\": \"Switch to raw HTML Editor\"\n },\n \"switch_to_the_html_editor_146dfffd\": {\n \"message\": \"Switch to the html editor\"\n },\n \"switch_to_the_rich_text_editor_63c1ecf6\": {\n \"message\": \"Switch to the rich text editor\"\n },\n \"syllabus_f191f65b\": {\n \"message\": \"Subject overview\"\n },\n \"tab_arrows_4cf5abfc\": {\n \"message\": \"TAB/Arrows\"\n },\n \"tau_880974b7\": {\n \"message\": \"Tau\"\n },\n \"teal_f729a294\": {\n \"message\": \"Teal\"\n },\n \"text_7f4593da\": {\n \"message\": \"Text\"\n },\n \"text_background_color_16e61c3f\": {\n \"message\": \"Text Background Colour\"\n },\n \"text_color_acf75eb6\": {\n \"message\": \"Text Colour\"\n },\n \"text_optional_384f94f7\": {\n \"message\": \"Text (optional)\"\n },\n \"text_position_8df8c162\": {\n \"message\": \"Text Position\"\n },\n \"text_size_887c2f6\": {\n \"message\": \"Text Size\"\n },\n \"the_document_preview_is_currently_being_processed__7d9ea135\": {\n \"message\": \"The document preview is currently being processed. Please try again later.\"\n },\n \"the_material_is_in_the_public_domain_279c39a3\": {\n \"message\": \"The material is in the public domain\"\n },\n \"the_material_is_licensed_under_creative_commons_3242cb5e\": {\n \"message\": \"The material is licensed under Creative Commons\"\n },\n \"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2\": {\n \"message\": \"The material is subject to an exception - e.g. fair use, the right to quote, or others under applicable copyright laws\"\n },\n \"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b\": {\n \"message\": \"The pretty html editor is not keyboard accessible. Press Shift O to open the raw html editor.\"\n },\n \"therefore_d860e024\": {\n \"message\": \"Therefore\"\n },\n \"theta_ce2d2350\": {\n \"message\": \"Theta\"\n },\n \"theta_variant_fff6da6f\": {\n \"message\": \"Theta (Variant)\"\n },\n \"thick_downward_arrow_b85add4c\": {\n \"message\": \"Thick Downward Arrow\"\n },\n \"thick_left_arrow_d5f3e925\": {\n \"message\": \"Thick Left Arrow\"\n },\n \"thick_leftward_arrow_6ab89880\": {\n \"message\": \"Thick Leftward Arrow\"\n },\n \"thick_right_arrow_3ed5e8f7\": {\n \"message\": \"Thick Right Arrow\"\n },\n \"thick_rightward_arrow_a2e1839e\": {\n \"message\": \"Thick Rightward Arrow\"\n },\n \"thick_upward_arrow_acd20328\": {\n \"message\": \"Thick Upward Arrow\"\n },\n \"this_document_cannot_be_displayed_within_canvas_7aba77be\": {\n \"message\": \"This document cannot be displayed within Canvas.\"\n },\n \"this_equation_cannot_be_rendered_in_basic_view_9b6c07ae\": {\n \"message\": \"This equation cannot be rendered in Basic View.\"\n },\n \"this_image_is_currently_unavailable_25c68857\": {\n \"message\": \"This image is currently unavailable\"\n },\n \"though_your_video_will_have_the_correct_title_in_t_90e427f3\": {\n \"message\": \"Though your video will have the correct title in the browser, we failed to update it in the database.\"\n },\n \"title_ee03d132\": {\n \"message\": \"Title\"\n },\n \"to_be_posted_when_d24bf7dc\": {\n \"message\": \"To Be Posted: { when }\"\n },\n \"to_do_when_2783d78f\": {\n \"message\": \"To Do: { when }\"\n },\n \"toggle_summary_group_413df9ac\": {\n \"message\": \"Toggle { summary } group\"\n },\n \"toggle_tooltip_d3b7cb86\": {\n \"message\": \"Toggle tooltip\"\n },\n \"tools_2fcf772e\": {\n \"message\": \"Tools\"\n },\n \"top_66e0adb6\": {\n \"message\": \"Top\"\n },\n \"totalresults_results_found_numdisplayed_results_cu_a0a44975\": {\n \"message\": \"{ totalResults } results found, { numDisplayed } results currently displayed\"\n },\n \"tray_839df38a\": {\n \"message\": \"Tray\"\n },\n \"triangle_6072304e\": {\n \"message\": \"Triangle\"\n },\n \"turnstile_yields_f9e76df1\": {\n \"message\": \"Turnstile (Yields)\"\n },\n \"type_control_f9_to_access_image_options_text_a47e319f\": {\n \"message\": \"type Control F9 to access image options. { text }\"\n },\n \"type_control_f9_to_access_link_options_text_4ead9682\": {\n \"message\": \"type Control F9 to access link options. { text }\"\n },\n \"type_control_f9_to_access_table_options_text_92141329\": {\n \"message\": \"type Control F9 to access table options. { text }\"\n },\n \"union_e6b57a53\": {\n \"message\": \"Union\"\n },\n \"unpublished_dfd8801\": {\n \"message\": \"unpublished\"\n },\n \"untitled_efdc2d7d\": {\n \"message\": \"untitled\"\n },\n \"up_and_left_diagonal_arrow_e4a74a23\": {\n \"message\": \"Up And Left Diagonal Arrow\"\n },\n \"up_and_right_diagonal_arrow_935b902e\": {\n \"message\": \"Up And Right Diagonal Arrow\"\n },\n \"upload_document_253f0478\": {\n \"message\": \"Upload Document\"\n },\n \"upload_file_fd2361b8\": {\n \"message\": \"Upload File\"\n },\n \"upload_image_6120b609\": {\n \"message\": \"Upload Image\"\n },\n \"upload_media_ce31135a\": {\n \"message\": \"Upload Media\"\n },\n \"upload_record_media_e4207d72\": {\n \"message\": \"Upload/Record Media\"\n },\n \"uploading_19e8a4e7\": {\n \"message\": \"Uploading\"\n },\n \"uppercase_alphabetic_ordered_list_3f5aa6b2\": {\n \"message\": \"uppercase alphabetic ordered list\"\n },\n \"uppercase_delta_d4f4bc41\": {\n \"message\": \"Uppercase Delta\"\n },\n \"uppercase_gamma_86f492e9\": {\n \"message\": \"Uppercase Gamma\"\n },\n \"uppercase_lambda_c78d8ed4\": {\n \"message\": \"Uppercase Lambda\"\n },\n \"uppercase_omega_8aedfa2\": {\n \"message\": \"Uppercase Omega\"\n },\n \"uppercase_phi_caa36724\": {\n \"message\": \"Uppercase Phi\"\n },\n \"uppercase_pi_fcc70f5e\": {\n \"message\": \"Uppercase Pi\"\n },\n \"uppercase_psi_6395acbe\": {\n \"message\": \"Uppercase Psi\"\n },\n \"uppercase_roman_numeral_ordered_list_853f292b\": {\n \"message\": \"uppercase Roman numeral ordered list\"\n },\n \"uppercase_sigma_dbb70e92\": {\n \"message\": \"Uppercase Sigma\"\n },\n \"uppercase_theta_49afc891\": {\n \"message\": \"Uppercase Theta\"\n },\n \"uppercase_upsilon_8c1e623e\": {\n \"message\": \"Uppercase Upsilon\"\n },\n \"uppercase_xi_341e8556\": {\n \"message\": \"Uppercase Xi\"\n },\n \"upsilon_33651634\": {\n \"message\": \"Upsilon\"\n },\n \"upward_and_downward_pointing_arrow_fa90a918\": {\n \"message\": \"Upward And Downward Pointing Arrow\"\n },\n \"upward_and_downward_pointing_arrow_thick_d420fdef\": {\n \"message\": \"Upward And Downward Pointing Arrow (Thick)\"\n },\n \"upward_arrow_9992cb2d\": {\n \"message\": \"Upward Arrow\"\n },\n \"upward_pointing_triangle_d078d7cb\": {\n \"message\": \"Upward Pointing Triangle\"\n },\n \"url_22a5f3b8\": {\n \"message\": \"URL\"\n },\n \"usage_right_ff96f3e2\": {\n \"message\": \"Usage Right:\"\n },\n \"usage_rights_required_5fe4dd68\": {\n \"message\": \"Usage Rights (required)\"\n },\n \"use_arrow_keys_to_navigate_options_2021cc50\": {\n \"message\": \"Use arrow keys to navigate options.\"\n },\n \"use_arrow_keys_to_select_a_shape_c8eb57ed\": {\n \"message\": \"Use arrow keys to select a shape.\"\n },\n \"use_arrow_keys_to_select_a_size_699a19f4\": {\n \"message\": \"Use arrow keys to select a size.\"\n },\n \"use_arrow_keys_to_select_a_text_position_72f9137c\": {\n \"message\": \"Use arrow keys to select a text position.\"\n },\n \"use_arrow_keys_to_select_a_text_size_65e89336\": {\n \"message\": \"Use arrow keys to select a text size.\"\n },\n \"use_arrow_keys_to_select_an_outline_size_e009d6b0\": {\n \"message\": \"Use arrow keys to select an outline size.\"\n },\n \"used_by_screen_readers_to_describe_the_content_of__4f14b4e4\": {\n \"message\": \"Used by screen readers to describe the content of an { TYPE }\"\n },\n \"used_by_screen_readers_to_describe_the_content_of__b1e76d9e\": {\n \"message\": \"Used by screen readers to describe the content of an image\"\n },\n \"used_by_screen_readers_to_describe_the_video_37ebad25\": {\n \"message\": \"Used by screen readers to describe the video\"\n },\n \"user_documents_c206e61f\": {\n \"message\": \"User Documents\"\n },\n \"user_files_78e21703\": {\n \"message\": \"User Files\"\n },\n \"user_images_b6490852\": {\n \"message\": \"User Images\"\n },\n \"user_media_14fbf656\": {\n \"message\": \"User Media\"\n },\n \"vector_notation_cf6086ab\": {\n \"message\": \"Vector (Notation)\"\n },\n \"vertical_bar_set_builder_notation_4300495f\": {\n \"message\": \"Vertical Bar (Set Builder Notation)\"\n },\n \"vertical_dots_bfb21f14\": {\n \"message\": \"Vertical Dots\"\n },\n \"video_options_24ef6e5d\": {\n \"message\": \"Video Options\"\n },\n \"video_options_tray_3b9809a5\": {\n \"message\": \"Video Options Tray\"\n },\n \"video_player_for_9e7d373b\": {\n \"message\": \"Video player for \"\n },\n \"video_player_for_title_ffd9fbc4\": {\n \"message\": \"Video player for { title }\"\n },\n \"view_ba339f93\": {\n \"message\": \"View\"\n },\n \"view_description_30446afc\": {\n \"message\": \"View description\"\n },\n \"view_keyboard_shortcuts_34d1be0b\": {\n \"message\": \"View keyboard shortcuts\"\n },\n \"view_title_description_67940918\": {\n \"message\": \"View { title } description\"\n },\n \"white_87fa64fd\": {\n \"message\": \"White\"\n },\n \"width_492fec76\": {\n \"message\": \"Width\"\n },\n \"width_and_height_must_be_numbers_110ab2e3\": {\n \"message\": \"Width and height must be numbers\"\n },\n \"width_x_height_px_ff3ccb93\": {\n \"message\": \"{ width } x { height }px\"\n },\n \"wiki_home_9cd54d0\": {\n \"message\": \"Wiki Home\"\n },\n \"wreath_product_200b38ef\": {\n \"message\": \"Wreath Product\"\n },\n \"xi_149681d0\": {\n \"message\": \"Xi\"\n },\n \"yes_dde87d5\": {\n \"message\": \"Yes\"\n },\n \"you_have_unsaved_changes_in_the_icon_maker_tray_do_e8cf5f1b\": {\n \"message\": \"You have unsaved changes in the Icon Maker tray. Do you want to continue without saving these changes?\"\n },\n \"you_may_not_upload_an_empty_file_11c31eb2\": {\n \"message\": \"You may not upload an empty file.\"\n },\n \"your_image_has_been_compressed_for_icon_maker_imag_2e45cd91\": {\n \"message\": \"Your image has been compressed for Icon Maker. Images less than { size } KB will not be compressed.\"\n },\n \"zeta_5ef24f0e\": {\n \"message\": \"Zeta\"\n },\n \"zoom_f3e54d69\": {\n \"message\": \"Zoom\"\n },\n \"zoom_in_image_bb97d4f\": {\n \"message\": \"Zoom in image\"\n },\n \"zoom_out_image_d0a0a2ec\": {\n \"message\": \"Zoom out image\"\n }\n};\n_format_message__WEBPACK_IMPORTED_MODULE_0__[\"default\"].addLocale({\n 'en-AU-x-unimelb': locale\n});\n\n//# sourceURL=webpack:///./src/translations/locales/en-AU-x-unimelb.js?");
|
|
11
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _tinymce_el__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../tinymce/el */ \"./src/translations/tinymce/el.js\");\n/* harmony import */ var _tinymce_el__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tinymce_el__WEBPACK_IMPORTED_MODULE_1__);\n/*\n * Copyright (C) 2021 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\nconst locale = {\n \"add_8523c19b\": {\n \"message\": \"Πρόσθεση\"\n },\n \"all_4321c3a1\": {\n \"message\": \"Όλα\"\n },\n \"alpha_15d59033\": {\n \"message\": \"Alpha\"\n },\n \"announcement_list_da155734\": {\n \"message\": \"Λίστα Ανακοινώσεων\"\n },\n \"announcements_a4b8ed4a\": {\n \"message\": \"Ανακοινώσεις\"\n },\n \"apply_781a2546\": {\n \"message\": \"Εφαρμογή\"\n },\n \"apps_54d24a47\": {\n \"message\": \"Εφαρμογές\"\n },\n \"arrows_464a3e54\": {\n \"message\": \"Βέλη\"\n },\n \"aspect_ratio_will_be_preserved_cb5fdfb8\": {\n \"message\": \"Ο λόγος του μήκους της εικόνας προς το ύψος της θα διατηρηθεί\"\n },\n \"assignments_1e02582c\": {\n \"message\": \"Εργασίες\"\n },\n \"attributes_963ba262\": {\n \"message\": \"Πεδία\"\n },\n \"basic_554cdc0a\": {\n \"message\": \"Βασική\"\n },\n \"blue_daf8fea9\": {\n \"message\": \"Μπλε\"\n },\n \"c_2001_acme_inc_283f7f80\": {\n \"message\": \"(c) 2001 Acme Inc.\"\n },\n \"cancel_caeb1e68\": {\n \"message\": \"Ακύρωση\"\n },\n \"choose_usage_rights_33683854\": {\n \"message\": \"Επιλέξτε δικαιώματα χρήσης...\"\n },\n \"clear_2084585f\": {\n \"message\": \"Καθαρισμός\"\n },\n \"click_to_embed_imagename_c41ea8df\": {\n \"message\": \"Κάντε κλικ για να ενσωματώσετε την εικόνα { imageName }\"\n },\n \"click_to_insert_a_link_into_the_editor_c19613aa\": {\n \"message\": \"Κάντε κλικ για να εισάγετε σύνδεσμο μέσα στον επεξεργαστή\"\n },\n \"close_d634289d\": {\n \"message\": \"Κλείσιμο\"\n },\n \"collaborations_5c56c15f\": {\n \"message\": \"Συνεργασίες\"\n },\n \"content_1440204b\": {\n \"message\": \"Περιεχόμενο\"\n },\n \"content_type_2cf90d95\": {\n \"message\": \"Τύπος Περιεχομένου\"\n },\n \"copyright_holder_66ee111\": {\n \"message\": \"Κάτοχος Πνευματικών Δικαιωμάτων:\"\n },\n \"count_plural_one_item_loaded_other_items_loaded_857023b7\": {\n \"message\": \"{ count, plural,\\n one {}\\n other {}\\n}\"\n },\n \"course_files_62deb8f8\": {\n \"message\": \"Αρχεία Μαθήματος\"\n },\n \"course_files_a31f97fc\": {\n \"message\": \"Αρχεία μαθήματος\"\n },\n \"course_navigation_dd035109\": {\n \"message\": \"Πλοήγηση στο μάθημα\"\n },\n \"creative_commons_license_725584ae\": {\n \"message\": \"Άδεια Creative Commons:\"\n },\n \"cyan_c1d5f68a\": {\n \"message\": \"Κυανό\"\n },\n \"decrease_indent_d9cf469d\": {\n \"message\": \"Μείωση Εσοχής Κειμένου\"\n },\n \"deep_purple_bb3e2907\": {\n \"message\": \"Βαθύ μοβ\"\n },\n \"delimiters_4db4840d\": {\n \"message\": \"Οριοθέτες\"\n },\n \"details_98a31b68\": {\n \"message\": \"Λεπτομέρειες\"\n },\n \"dimensions_45ddb7b7\": {\n \"message\": \"Διαστάσεις\"\n },\n \"discussions_a5f96392\": {\n \"message\": \"Συζητήσεις\"\n },\n \"discussions_index_6c36ced\": {\n \"message\": \"Ευρετήριο Συζητήσεων\"\n },\n \"done_54e3d4b6\": {\n \"message\": \"Ολοκληρώθηκε\"\n },\n \"due_multiple_dates_cc0ee3f5\": {\n \"message\": \"<mrk mid=\\\"4290\\\" mtype=\\\"seg\\\">Καταληκτική Ημερ/νία:</mrk> <mrk mid=\\\"4291\\\" mtype=\\\"seg\\\">Πολλαπλές Ημερομηνίες</mrk>\"\n },\n \"embed_image_1080badc\": {\n \"message\": \"Ενσωμάτωση εικόνας\"\n },\n \"external_tools_6e77821\": {\n \"message\": \"Εξωτερικά Εργαλεία\"\n },\n \"files_c300e900\": {\n \"message\": \"Αρχεία\"\n },\n \"files_index_af7c662b\": {\n \"message\": \"Ευρετήριο Αρχείων\"\n },\n \"format_4247a9c5\": {\n \"message\": \"Τύπος\"\n },\n \"generating_preview_45b53be0\": {\n \"message\": \"Δημιουργία προεπισκόπησης...\"\n },\n \"grades_a61eba0a\": {\n \"message\": \"Βαθμοί\"\n },\n \"greek_65c5b3f7\": {\n \"message\": \"Ελληνικά\"\n },\n \"green_15af4778\": {\n \"message\": \"Πράσινο\"\n },\n \"group_files_82e5dcdb\": {\n \"message\": \"Αρχεία ομάδας\"\n },\n \"group_navigation_99f191a\": {\n \"message\": \"Πλοήγηση στην Ομάδα\"\n },\n \"home_351838cd\": {\n \"message\": \"Αρχική Σελίδα\"\n },\n \"html_editor_fb2ab713\": {\n \"message\": \"Επεξεργαστής HTML\"\n },\n \"i_have_obtained_permission_to_use_this_file_6386f087\": {\n \"message\": \"Πήρα άδεια για να χρησιμοποιήσω αυτό το αρχείο.\"\n },\n \"i_hold_the_copyright_71ee91b1\": {\n \"message\": \"Έχω τα πνευματικά δικαιώματα\"\n },\n \"icon_215a1dc6\": {\n \"message\": \"Εικονίδιο\"\n },\n \"image_8ad06\": {\n \"message\": \"Εικόνα\"\n },\n \"images_7ce26570\": {\n \"message\": \"Εικόνες\"\n },\n \"increase_indent_6af90f7c\": {\n \"message\": \"Αύξηση Εσοχής Κειμένου\"\n },\n \"indigo_2035fc55\": {\n \"message\": \"Λουλακί\"\n },\n \"insert_593145ef\": {\n \"message\": \"Εισαγωγή\"\n },\n \"insert_equella_links_49a8dacd\": {\n \"message\": \"Εισαγωγή Συνδέσμων τύπου Equella\"\n },\n \"insert_link_6dc23cae\": {\n \"message\": \"Εισαγωγή Συνδέσμου\"\n },\n \"insert_math_equation_57c6e767\": {\n \"message\": \"Εισαγωγή Μαθηματικής Εξίσωσης\"\n },\n \"invalid_file_type_881cc9b2\": {\n \"message\": \"Μη έγκυρος τύπος αρχείου\"\n },\n \"invalid_url_cbde79f\": {\n \"message\": \"Μη έγκυρο URL\"\n },\n \"keyboard_shortcuts_ed1844bd\": {\n \"message\": \"Συντομεύσεις πληκτρολογίου\"\n },\n \"light_blue_5374f600\": {\n \"message\": \"Μπλε Ανοιχτό\"\n },\n \"link_7262adec\": {\n \"message\": \"Σύνδεσμος\"\n },\n \"links_14b70841\": {\n \"message\": \"Σύνδεσμοι\"\n },\n \"links_to_an_external_site_de74145d\": {\n \"message\": \"Σύνδεσμοι σε εξωτερική ιστοσελίδα.\"\n },\n \"loading_25990131\": {\n \"message\": \"Φόρτωση...\"\n },\n \"loading_bde52856\": {\n \"message\": \"Φόρτωση\"\n },\n \"loading_failed_b3524381\": {\n \"message\": \"Η Φόρτωση Απέτυχε\"\n },\n \"locked_762f138b\": {\n \"message\": \"Κλειδωμένο\"\n },\n \"media_af190855\": {\n \"message\": \"Δεδομένα\"\n },\n \"minimize_file_preview_da911944\": {\n \"message\": \"Ελαχιστοποίηση Προεπισκόπησης Αρχείου\"\n },\n \"minimize_video_20aa554b\": {\n \"message\": \"Ελαχιστοποίηση Βίντεο\"\n },\n \"misc_3b692ea7\": {\n \"message\": \"Διάφορα\"\n },\n \"modules_c4325335\": {\n \"message\": \"Ενότητες\"\n },\n \"my_files_2f621040\": {\n \"message\": \"Τα αρχεία μου\"\n },\n \"name_1aed4a1b\": {\n \"message\": \"Όνομα\"\n },\n \"no_e16d9132\": {\n \"message\": \"μη δημοσιευμένο\"\n },\n \"no_preview_is_available_for_this_file_f940114a\": {\n \"message\": \"Δεν υπάρχει διαθέσιμη προεπισκόπηση για αυτό το αρχείο.\"\n },\n \"no_results_940393cf\": {\n \"message\": \"Δεν υπάρχουν Αποτελέσματα\"\n },\n \"none_3b5e34d2\": {\n \"message\": \"Κανένα\"\n },\n \"operators_a2ef9a93\": {\n \"message\": \"Χειριστές\"\n },\n \"orange_81386a62\": {\n \"message\": \"Πορτοκαλί\"\n },\n \"pages_e5414c2c\": {\n \"message\": \"Σελίδες\"\n },\n \"people_b4ebb13c\": {\n \"message\": \"Κοινό\"\n },\n \"percentage_34ab7c2c\": {\n \"message\": \"Εκατοστιαία αναλογία\"\n },\n \"pink_68ad45cb\": {\n \"message\": \"Ροζ\"\n },\n \"preview_53003fd2\": {\n \"message\": \"Προεπισκόπηση\"\n },\n \"published_c944a23d\": {\n \"message\": \"δημοσιευμένο/α\"\n },\n \"purple_7678a9fc\": {\n \"message\": \"Μοβ\"\n },\n \"quizzes_7e598f57\": {\n \"message\": \"Κουίζ\"\n },\n \"record_7c9448b\": {\n \"message\": \"Ηχογράφηση\"\n },\n \"red_8258edf3\": {\n \"message\": \"Κόκκινο\"\n },\n \"relationships_6602af70\": {\n \"message\": \"Σχέσεις\"\n },\n \"replace_e61834a7\": {\n \"message\": \"Αντικατάσταση\"\n },\n \"reset_95a81614\": {\n \"message\": \"Επαναφορά\"\n },\n \"rich_content_editor_2708ef21\": {\n \"message\": \"Επεξεργαστής Πλούσιου Περιεχομένου-rich content\"\n },\n \"save_11a80ec3\": {\n \"message\": \"Αποθήκευση\"\n },\n \"search_280d00bd\": {\n \"message\": \"Αναζήτηση\"\n },\n \"size_b30e1077\": {\n \"message\": \"Μέγεθος\"\n },\n \"star_8d156e09\": {\n \"message\": \" \"\n },\n \"submit_a3cc6859\": {\n \"message\": \"Υποβολή\"\n },\n \"syllabus_f191f65b\": {\n \"message\": \"Αναλυτικό Πρόγραμμα\"\n },\n \"teal_f729a294\": {\n \"message\": \"Γαλαζοπράσινο\"\n },\n \"the_document_preview_is_currently_being_processed__7d9ea135\": {\n \"message\": \"<mrk mid=\\\"5994\\\" mtype=\\\"seg\\\">Η προεπισκόπηση του εγγράφου δημιουργείται αυτή τη στιγμή.</mrk> <mrk mid=\\\"5995\\\" mtype=\\\"seg\\\">Παρακαλώ δοκιμάστε ξανά αργότερα.</mrk>\"\n },\n \"the_material_is_in_the_public_domain_279c39a3\": {\n \"message\": \"Το υλικό βρίσκεται στο δημόσιο domain\"\n },\n \"the_material_is_licensed_under_creative_commons_3242cb5e\": {\n \"message\": \"Το υλικό φέρει άδεια Creative Commons\"\n },\n \"this_document_cannot_be_displayed_within_canvas_7aba77be\": {\n \"message\": \"Αυτό το έγγραφο δεν μπορεί να εμφανιστεί μέσα στο Canvas.\"\n },\n \"this_equation_cannot_be_rendered_in_basic_view_9b6c07ae\": {\n \"message\": \"Αυτή η εξίσωση δεν είναι δυνατό να αναπαραχθεί στην Βασική Μορφή\"\n },\n \"title_ee03d132\": {\n \"message\": \"Τίτλος\"\n },\n \"unpublished_dfd8801\": {\n \"message\": \"μη δημοσιευμένο\"\n },\n \"upload_file_fd2361b8\": {\n \"message\": \"Φόρτωση Αρχείου\"\n },\n \"upload_media_ce31135a\": {\n \"message\": \"Μεταφόρτωση Αρχείου Πολυμέσων\"\n },\n \"uploading_19e8a4e7\": {\n \"message\": \"Γίνεται φόρτωση...\"\n },\n \"url_22a5f3b8\": {\n \"message\": \"URL\"\n },\n \"usage_right_ff96f3e2\": {\n \"message\": \"Δικαίωμα Χρήσης:\"\n },\n \"view_ba339f93\": {\n \"message\": \"Προβολή\"\n },\n \"white_87fa64fd\": {\n \"message\": \"Λευκό\"\n },\n \"wiki_home_9cd54d0\": {\n \"message\": \"Αρχική Σελίδα Wiki\"\n },\n \"yes_dde87d5\": {\n \"message\": \"Ναι\"\n },\n \"zoom_f3e54d69\": {\n \"message\": \"Μεγένθυνση\"\n }\n};\n_format_message__WEBPACK_IMPORTED_MODULE_0__[\"default\"].addLocale({\n el: locale\n});\n\n//# sourceURL=webpack:///./src/translations/locales/el.js?");
|
|
12
12
|
|
|
13
13
|
/***/ }),
|
|
14
14
|
|
|
15
|
-
/***/ "./src/translations/tinymce/
|
|
16
|
-
|
|
17
|
-
!*** ./src/translations/tinymce/
|
|
18
|
-
|
|
15
|
+
/***/ "./src/translations/tinymce/el.js":
|
|
16
|
+
/*!****************************************!*\
|
|
17
|
+
!*** ./src/translations/tinymce/el.js ***!
|
|
18
|
+
\****************************************/
|
|
19
19
|
/*! no static exports found */
|
|
20
20
|
/***/ (function(module, exports) {
|
|
21
21
|
|
|
22
|
-
eval("tinymce.addI18n('en_GB', {\n Cut: 'Cut',\n 'Heading 5': 'Heading 5',\n 'Header 2': 'Header 2',\n \"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.\": \"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.\",\n 'Heading 4': 'Heading 4',\n Div: 'Div',\n 'Heading 2': 'Heading 2',\n Paste: 'Paste',\n Close: 'Close',\n 'Font Family': 'Font Family',\n Pre: 'Pre',\n 'Align right': 'Align right',\n 'New document': 'New document',\n Blockquote: 'Blockquote',\n 'Numbered list': 'Numbered list',\n 'Heading 1': 'Heading 1',\n Headings: 'Headings',\n 'Increase indent': 'Increase indent',\n Formats: 'Formats',\n Headers: 'Headers',\n 'Select all': 'Select all',\n 'Header 3': 'Header 3',\n Blocks: 'Blocks',\n Undo: 'Undo',\n Strikethrough: 'Strike-through',\n 'Bullet list': 'Bullet list',\n 'Header 1': 'Header 1',\n Superscript: 'Superscript',\n 'Clear formatting': 'Clear formatting',\n 'Font Sizes': 'Font Sizes',\n Subscript: 'Subscript',\n 'Header 6': 'Header 6',\n Redo: 'Redo',\n Paragraph: 'Paragraph',\n Ok: 'Ok',\n Bold: 'Bold',\n Code: 'Code',\n Italic: 'Italic',\n 'Align center': 'Align centre',\n 'Header 5': 'Header 5',\n 'Heading 6': 'Heading 6',\n 'Heading 3': 'Heading 3',\n 'Decrease indent': 'Decrease indent',\n 'Header 4': 'Header 4',\n 'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.': 'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.',\n Underline: 'Underline',\n Cancel: 'Cancel',\n Justify: 'Justify',\n Inline: 'Inline',\n Copy: 'Copy',\n 'Align left': 'Align left',\n 'Visual aids': 'Visual aids',\n 'Lower Greek': 'Lower Greek',\n Square: 'Square',\n Default: 'Default',\n 'Lower Alpha': 'Lower Alpha',\n Circle: 'Circle',\n Disc: 'Disc',\n 'Upper Alpha': 'Upper Alpha',\n 'Upper Roman': 'Upper Roman',\n 'Lower Roman': 'Lower Roman',\n 'Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.': 'ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.',\n Name: 'Name',\n Anchor: 'Anchor',\n Id: 'ID',\n 'You have unsaved changes are you sure you want to navigate away?': 'You have unsaved changes are you sure you want to navigate away?',\n 'Restore last draft': 'Restore last draft',\n 'Special character': 'Special character',\n 'Source code': 'Source code',\n Language: 'Language',\n 'Insert/Edit code sample': 'Insert/Edit code sample',\n B: 'B',\n R: 'R',\n G: 'G',\n Color: 'Colour',\n 'Right to left': 'Right to left',\n 'Left to right': 'Left to right',\n Emoticons: 'Emoticons',\n Robots: 'Robots',\n 'Document properties': 'Document properties',\n Title: 'Title',\n Keywords: 'Keywords',\n Encoding: 'Encoding',\n Description: 'Description',\n Author: 'Author',\n Fullscreen: 'Full-screen',\n 'Horizontal line': 'Horizontal line',\n 'Horizontal space': 'Horizontal space',\n 'Insert/edit image': 'Insert/edit image',\n General: 'General',\n Advanced: 'Advanced',\n Source: 'Source',\n Border: 'Border',\n 'Constrain proportions': 'Constrain proportions',\n 'Vertical space': 'Vertical space',\n 'Image description': 'Image description',\n Style: 'Style',\n Dimensions: 'Dimensions',\n 'Insert image': 'Insert image',\n Image: 'Image',\n 'Zoom in': 'Zoom in',\n Contrast: 'Contrast',\n Back: 'Back',\n Gamma: 'Gamma',\n 'Flip horizontally': 'Flip horizontally',\n Resize: 'Resize',\n Sharpen: 'Sharpen',\n 'Zoom out': 'Zoom out',\n 'Image options': 'Image options',\n Apply: 'Apply',\n Brightness: 'Brightness',\n 'Rotate clockwise': 'Rotate clockwise',\n 'Rotate counterclockwise': 'Rotate counterclockwise',\n 'Edit image': 'Edit image',\n 'Color levels': 'Colour levels',\n Crop: 'Crop',\n Orientation: 'Orientation',\n 'Flip vertically': 'Flip vertically',\n Invert: 'Invert',\n 'Date/time': 'Date/time',\n 'Insert date/time': 'Insert date/time',\n 'Remove link': 'Remove link',\n Url: 'URL',\n 'Text to display': 'Text to display',\n Anchors: 'Anchors',\n 'Insert link': 'Insert link',\n Link: 'Link',\n 'New window': 'New window',\n None: 'None',\n 'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?': 'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?',\n 'Paste or type a link': 'Paste or type a link',\n Target: 'Target',\n 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?': 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?',\n 'Insert/edit link': 'Insert/edit link',\n 'Insert/edit video': 'Insert/edit video',\n Media: 'Media',\n 'Alternative source': 'Alternative source',\n 'Paste your embed code below:': 'Paste your embed code below:',\n 'Insert video': 'Insert video',\n Poster: 'Poster',\n 'Insert/edit media': 'Insert/edit media',\n Embed: 'Embed',\n 'Nonbreaking space': 'Non-breaking space',\n 'Page break': 'Page break',\n 'Paste as text': 'Paste as text',\n Preview: 'Preview',\n Print: 'Print',\n Save: 'Save',\n 'Could not find the specified string.': 'Could not find the specified string.',\n Replace: 'Replace',\n Next: 'Next',\n 'Whole words': 'Whole words',\n 'Find and replace': 'Find and replace',\n 'Replace with': 'Replace with',\n Find: 'Find',\n 'Replace all': 'Replace all',\n 'Match case': 'Match case',\n Prev: 'Prev',\n Spellcheck: 'Spell-check',\n Finish: 'Finish',\n 'Ignore all': 'Ignore all',\n Ignore: 'Ignore',\n 'Add to Dictionary': 'Add to Dictionary',\n 'Insert row before': 'Insert row before',\n Rows: 'Rows',\n Height: 'Height',\n 'Paste row after': 'Paste row after',\n Alignment: 'Alignment',\n 'Border color': 'Border colour',\n 'Column group': 'Column group',\n Row: 'Row',\n 'Insert column before': 'Insert column before',\n 'Split cell': 'Split cell',\n 'Cell padding': 'Cell padding',\n 'Cell spacing': 'Cell spacing',\n 'Row type': 'Row type',\n 'Insert table': 'Insert table',\n Body: 'Body',\n Caption: 'Caption',\n Footer: 'Footer',\n 'Delete row': 'Delete row',\n 'Paste row before': 'Paste row before',\n Scope: 'Scope',\n 'Delete table': 'Delete table',\n 'H Align': 'H Align',\n Top: 'Top',\n 'Header cell': 'Header cell',\n Column: 'Column',\n 'Row group': 'Row group',\n Cell: 'Cell',\n Middle: 'Middle',\n 'Cell type': 'Cell type',\n 'Copy row': 'Copy row',\n 'Row properties': 'Row properties',\n 'Table properties': 'Table properties',\n Bottom: 'Bottom',\n 'V Align': 'V Align',\n Header: 'Header',\n Right: 'Right',\n 'Insert column after': 'Insert column after',\n Cols: 'Cols',\n 'Insert row after': 'Insert row after',\n Width: 'Width',\n 'Cell properties': 'Cell properties',\n Left: 'Left',\n 'Cut row': 'Cut row',\n 'Delete column': 'Delete column',\n Center: 'Centre',\n 'Merge cells': 'Merge cells',\n 'Insert template': 'Insert template',\n Templates: 'Templates',\n 'Background color': 'Background colour',\n 'Custom...': 'Custom...',\n 'Custom color': 'Custom colour',\n 'No color': 'No colour',\n 'Text color': 'Text colour',\n 'Table of Contents': 'Table of Contents',\n 'Show blocks': 'Show blocks',\n 'Show invisible characters': 'Show invisible characters',\n 'Words: {0}': 'Words: {0}',\n Insert: 'Insert',\n File: 'File',\n Edit: 'Edit',\n 'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help': 'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help',\n Tools: 'Tools',\n View: 'View',\n Table: 'Table',\n Format: 'Format'\n});\n\n//# sourceURL=webpack:///./src/translations/tinymce/en_GB.js?");
|
|
22
|
+
eval("tinymce.addI18n('el', {\n Redo: '\\u0395\\u03c0\\u03b1\\u03bd\\u03ac\\u03bb\\u03b7\\u03c8\\u03b7',\n Undo: '\\u0391\\u03bd\\u03b1\\u03af\\u03c1\\u03b5\\u03c3\\u03b7',\n Cut: '\\u0391\\u03c0\\u03bf\\u03ba\\u03bf\\u03c0\\u03ae',\n Copy: '\\u0391\\u03bd\\u03c4\\u03b9\\u03b3\\u03c1\\u03b1\\u03c6\\u03ae',\n Paste: '\\u0395\\u03c0\\u03b9\\u03ba\\u03cc\\u03bb\\u03bb\\u03b7\\u03c3\\u03b7',\n 'Select all': '\\u0395\\u03c0\\u03b9\\u03bb\\u03bf\\u03b3\\u03ae \\u03cc\\u03bb\\u03c9\\u03bd',\n 'New document': '\\u039d\\u03ad\\u03bf \\u03ad\\u03b3\\u03b3\\u03c1\\u03b1\\u03c6\\u03bf',\n Ok: '\\u0395\\u03bd\\u03c4\\u03ac\\u03be\\u03b5\\u03b9',\n Cancel: '\\u0391\\u03ba\\u03cd\\u03c1\\u03c9\\u03c3\\u03b7',\n 'Visual aids': 'O\\u03c0\\u03c4\\u03b9\\u03ba\\u03ac \\u03b2\\u03bf\\u03b7\\u03b8\\u03ae\\u03bc\\u03b1\\u03c4\\u03b1 ',\n Bold: '\\u0388\\u03bd\\u03c4\\u03bf\\u03bd\\u03b7',\n Italic: '\\u03a0\\u03bb\\u03ac\\u03b3\\u03b9\\u03b1',\n Underline: '\\u03a5\\u03c0\\u03bf\\u03b3\\u03c1\\u03ac\\u03bc\\u03bc\\u03b9\\u03c3\\u03b7',\n Strikethrough: '\\u0394\\u03b9\\u03b1\\u03ba\\u03c1\\u03b9\\u03c4\\u03ae \\u03b4\\u03b9\\u03b1\\u03b3\\u03c1\\u03b1\\u03c6\\u03ae',\n Superscript: '\\u0395\\u03ba\\u03b8\\u03ad\\u03c4\\u03b7\\u03c2',\n Subscript: '\\u0394\\u03b5\\u03af\\u03ba\\u03c4\\u03b7\\u03c2',\n 'Clear formatting': '\\u0391\\u03c0\\u03b1\\u03bb\\u03bf\\u03b9\\u03c6\\u03ae \\u03bc\\u03bf\\u03c1\\u03c6\\u03bf\\u03c0\\u03bf\\u03af\\u03b7\\u03c3\\u03b7\\u03c2',\n 'Align left': '\\u03a3\\u03c4\\u03bf\\u03af\\u03c7\\u03b9\\u03c3\\u03b7 \\u03b1\\u03c1\\u03b9\\u03c3\\u03c4\\u03b5\\u03c1\\u03ac',\n 'Align center': '\\u03a3\\u03c4\\u03bf\\u03af\\u03c7\\u03b9\\u03c3\\u03b7 \\u03c3\\u03c4\\u03bf \\u03ba\\u03ad\\u03bd\\u03c4\\u03c1\\u03bf',\n 'Align right': '\\u03a3\\u03c4\\u03bf\\u03af\\u03c7\\u03b9\\u03c3\\u03b7 \\u03b4\\u03b5\\u03be\\u03b9\\u03ac',\n Justify: '\\u03a0\\u03bb\\u03ae\\u03c1\\u03b7\\u03c2 \\u03c3\\u03c4\\u03bf\\u03af\\u03c7\\u03b9\\u03c3\\u03b7',\n 'Bullet list': '\\u039b\\u03af\\u03c3\\u03c4\\u03b1 \\u03bc\\u03b5 \\u03ba\\u03bf\\u03c5\\u03ba\\u03ba\\u03af\\u03b4\\u03b5\\u03c2',\n 'Numbered list': '\\u0391\\u03c1\\u03b9\\u03b8\\u03bc\\u03b7\\u03bc\\u03ad\\u03bd\\u03b7 \\u03bb\\u03af\\u03c3\\u03c4\\u03b1',\n 'Decrease indent': '\\u039c\\u03b5\\u03af\\u03c9\\u03c3\\u03b7 \\u03b5\\u03c3\\u03bf\\u03c7\\u03ae\\u03c2',\n 'Increase indent': '\\u0391\\u03cd\\u03be\\u03b7\\u03c3\\u03b7 \\u03b5\\u03c3\\u03bf\\u03c7\\u03ae\\u03c2',\n Close: '\\u039a\\u03bb\\u03b5\\u03af\\u03c3\\u03b9\\u03bc\\u03bf',\n Formats: '\\u039c\\u03bf\\u03c1\\u03c6\\u03bf\\u03c0\\u03bf\\u03af\\u03b7\\u03c3\\u03b7',\n \"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.\": '\\u039f \\u03c0\\u03b5\\u03c1\\u03b9\\u03b7\\u03b3\\u03b7\\u03c4\\u03ae\\u03c2 \\u03c3\\u03b1\\u03c2 \\u03b4\\u03b5\\u03bd \\u03c5\\u03c0\\u03bf\\u03c3\\u03c4\\u03b7\\u03c1\\u03af\\u03b6\\u03b5\\u03b9 \\u03ac\\u03bc\\u03b5\\u03c3\\u03b7 \\u03c0\\u03c1\\u03cc\\u03c3\\u03b2\\u03b1\\u03c3\\u03b7 \\u03c3\\u03c4\\u03bf \\u03c0\\u03c1\\u03cc\\u03c7\\u03b5\\u03b9\\u03c1\\u03bf. \\u03a0\\u03b1\\u03c1\\u03b1\\u03ba\\u03b1\\u03bb\\u03ce \\u03c7\\u03c1\\u03b7\\u03c3\\u03b9\\u03bc\\u03bf\\u03c0\\u03bf\\u03b9\\u03ae\\u03c3\\u03c4\\u03b5 \\u03c4\\u03b9\\u03c2 \\u03c3\\u03c5\\u03bd\\u03c4\\u03bf\\u03bc\\u03b5\\u03cd\\u03c3\\u03b5\\u03b9\\u03c2 \\u03c0\\u03bb\\u03b7\\u03ba\\u03c4\\u03c1\\u03bf\\u03bb\\u03bf\\u03b3\\u03af\\u03bf\\u03c5 Ctrl+X/C/V.',\n Headers: '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b5\\u03c2',\n 'Header 1': '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b1 1',\n 'Header 2': '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b1 2',\n 'Header 3': '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b1 3',\n 'Header 4': '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b1 4',\n 'Header 5': '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b1 5',\n 'Header 6': '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b1 6',\n Headings: '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b5\\u03c2',\n 'Heading 1': '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b1 1',\n 'Heading 2': '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b1 2',\n 'Heading 3': '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b1 3',\n 'Heading 4': '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b1 4',\n 'Heading 5': '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b1 5',\n 'Heading 6': '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b1 6',\n Preformatted: '\\u03a0\\u03c1\\u03bf\\u03b4\\u03b9\\u03b1\\u03bc\\u03bf\\u03c1\\u03c6\\u03c9\\u03bc\\u03ad\\u03bd\\u03bf',\n Div: 'Div',\n Pre: 'Pre',\n Code: '\\u039a\\u03ce\\u03b4\\u03b9\\u03ba\\u03b1\\u03c2',\n Paragraph: '\\u03a0\\u03b1\\u03c1\\u03ac\\u03b3\\u03c1\\u03b1\\u03c6\\u03bf\\u03c2',\n Blockquote: '\\u03a0\\u03b5\\u03c1\\u03b9\\u03bf\\u03c7\\u03ae \\u03c0\\u03b1\\u03c1\\u03ac\\u03b8\\u03b5\\u03c3\\u03b7\\u03c2',\n Inline: '\\u0395\\u03bd\\u03c3\\u03c9\\u03bc\\u03b1\\u03c4\\u03c9\\u03bc\\u03ad\\u03bd\\u03b7',\n Blocks: '\\u03a4\\u03bc\\u03ae\\u03bc\\u03b1\\u03c4\\u03b1',\n 'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.': '\\u0397 \\u03b5\\u03c0\\u03b9\\u03ba\\u03cc\\u03bb\\u03bb\\u03b7\\u03c3\\u03b7 \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03c4\\u03ce\\u03c1\\u03b1 \\u03c3\\u03b5 \\u03bb\\u03b5\\u03b9\\u03c4\\u03bf\\u03c5\\u03c1\\u03b3\\u03af\\u03b1 \\u03b1\\u03c0\\u03bb\\u03bf\\u03cd \\u03ba\\u03b5\\u03b9\\u03bc\\u03ad\\u03bd\\u03bf\\u03c5. \\u03a4\\u03b1 \\u03c0\\u03b5\\u03c1\\u03b9\\u03b5\\u03c7\\u03cc\\u03bc\\u03b5\\u03bd\\u03b1 \\u03bc\\u03b9\\u03b1\\u03c2 \\u03b5\\u03c0\\u03b9\\u03ba\\u03cc\\u03bb\\u03bb\\u03b7\\u03c3\\u03b7\\u03c2 \\u03b8\\u03b1 \\u03b5\\u03c0\\u03b9\\u03ba\\u03bf\\u03bb\\u03bb\\u03bf\\u03cd\\u03bd\\u03c4\\u03b1\\u03b9 \\u03c9\\u03c2 \\u03b1\\u03c0\\u03bb\\u03cc \\u03ba\\u03b5\\u03af\\u03bc\\u03b5\\u03bd\\u03bf \\u03cc\\u03c3\\u03bf \\u03b7 \\u03bb\\u03b5\\u03b9\\u03c4\\u03bf\\u03c5\\u03c1\\u03b3\\u03af\\u03b1 \\u03b1\\u03c5\\u03c4\\u03ae \\u03c0\\u03b1\\u03c1\\u03b1\\u03bc\\u03ad\\u03bd\\u03b5\\u03b9 \\u03b5\\u03bd\\u03b5\\u03c1\\u03b3\\u03ae.',\n 'Font Family': '\\u0393\\u03c1\\u03b1\\u03bc\\u03bc\\u03b1\\u03c4\\u03bf\\u03c3\\u03b5\\u03b9\\u03c1\\u03ac',\n 'Font Sizes': '\\u039c\\u03ad\\u03b3\\u03b5\\u03b8\\u03bf\\u03c2',\n Class: '\\u039a\\u03bb\\u03ac\\u03c3\\u03b7',\n 'Browse for an image': '\\u0391\\u03bd\\u03b1\\u03b6\\u03b7\\u03c4\\u03ae\\u03c3\\u03c4\\u03b5 \\u03bc\\u03b9\\u03b1 \\u03b5\\u03b9\\u03ba\\u03cc\\u03bd\\u03b1',\n OR: '\\u0389',\n 'Drop an image here': '\\u03a1\\u03af\\u03be\\u03c4\\u03b5 \\u03bc\\u03b9\\u03b1 \\u03b5\\u03b9\\u03ba\\u03cc\\u03bd\\u03b1 \\u03b5\\u03b4\\u03ce',\n Upload: '\\u039c\\u03b5\\u03c4\\u03b1\\u03c6\\u03cc\\u03c1\\u03c4\\u03c9\\u03c3\\u03b7',\n Block: '\\u03a4\\u03bc\\u03ae\\u03bc\\u03b1',\n Align: '\\u03a3\\u03c4\\u03bf\\u03af\\u03c7\\u03b9\\u03c3\\u03b7',\n Default: '\\u03a0\\u03c1\\u03bf\\u03ba\\u03b1\\u03b8\\u03bf\\u03c1\\u03b9\\u03c3\\u03bc\\u03ad\\u03bd\\u03bf',\n Circle: '\\u039a\\u03cd\\u03ba\\u03bb\\u03bf\\u03c2',\n Disc: '\\u0394\\u03af\\u03c3\\u03ba\\u03bf\\u03c2',\n Square: '\\u03a4\\u03b5\\u03c4\\u03c1\\u03ac\\u03b3\\u03c9\\u03bd\\u03bf',\n 'Lower Alpha': '\\u03a0\\u03b5\\u03b6\\u03ac \\u03bb\\u03b1\\u03c4\\u03b9\\u03bd\\u03b9\\u03ba\\u03ac',\n 'Lower Greek': '\\u03a0\\u03b5\\u03b6\\u03ac \\u03b5\\u03bb\\u03bb\\u03b7\\u03bd\\u03b9\\u03ba\\u03ac',\n 'Lower Roman': '\\u03a0\\u03b5\\u03b6\\u03ac \\u03c1\\u03c9\\u03bc\\u03b1\\u03ca\\u03ba\\u03ac',\n 'Upper Alpha': '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03b1\\u03af\\u03b1 \\u03bb\\u03b1\\u03c4\\u03b9\\u03bd\\u03b9\\u03ba\\u03ac',\n 'Upper Roman': '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03b1\\u03af\\u03b1 \\u03c1\\u03c9\\u03bc\\u03b1\\u03ca\\u03ba\\u03ac',\n Anchor: '\\u0391\\u03b3\\u03ba\\u03cd\\u03c1\\u03c9\\u03c3\\u03b7',\n Name: '\\u038c\\u03bd\\u03bf\\u03bc\\u03b1',\n Id: '\\u039a\\u03c9\\u03b4\\u03b9\\u03ba\\u03cc\\u03c2',\n 'Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.': '\\u039f \\u039a\\u03c9\\u03b4\\u03b9\\u03ba\\u03cc\\u03c2 \\u03c0\\u03c1\\u03ad\\u03c0\\u03b5\\u03b9 \\u03bd\\u03b1 \\u03b1\\u03c1\\u03c7\\u03af\\u03b6\\u03b5\\u03b9 \\u03bc\\u03b5 \\u03ad\\u03bd\\u03b1 \\u03b3\\u03c1\\u03ac\\u03bc\\u03bc\\u03b1, \\u03b1\\u03ba\\u03bf\\u03bb\\u03bf\\u03c5\\u03b8\\u03bf\\u03cd\\u03bc\\u03b5\\u03bd\\u03bf \\u03bc\\u03cc\\u03bd\\u03bf \\u03b1\\u03c0\\u03cc \\u03b3\\u03c1\\u03ac\\u03bc\\u03bc\\u03b1\\u03c4\\u03b1, \\u03b1\\u03c1\\u03b9\\u03b8\\u03bc\\u03bf\\u03cd\\u03c2, \\u03c0\\u03b1\\u03cd\\u03bb\\u03b5\\u03c2, \\u03c4\\u03b5\\u03bb\\u03b5\\u03af\\u03b5\\u03c2, \\u03ac\\u03bd\\u03c9 \\u03c4\\u03b5\\u03bb\\u03b5\\u03af\\u03b1 \\u03ae \\u03c5\\u03c0\\u03bf\\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03af\\u03c3\\u03b5\\u03b9\\u03c2.',\n 'You have unsaved changes are you sure you want to navigate away?': '\\u0388\\u03c7\\u03b5\\u03c4\\u03b5 \\u03bc\\u03b7 \\u03b1\\u03c0\\u03bf\\u03b8\\u03b7\\u03ba\\u03b5\\u03c5\\u03bc\\u03ad\\u03bd\\u03b5\\u03c2 \\u03b1\\u03bb\\u03bb\\u03b1\\u03b3\\u03ad\\u03c2. \\u0395\\u03af\\u03c3\\u03c4\\u03b5 \\u03b2\\u03ad\\u03b2\\u03b1\\u03b9\\u03bf\\u03b9 \\u03cc\\u03c4\\u03b9 \\u03b8\\u03ad\\u03bb\\u03b5\\u03c4\\u03b5 \\u03bd\\u03b1 \\u03c6\\u03cd\\u03b3\\u03b5\\u03c4\\u03b5 \\u03b1\\u03c0\\u03cc \\u03c4\\u03b7\\u03bd \\u03c3\\u03b5\\u03bb\\u03af\\u03b4\\u03b1;',\n 'Restore last draft': '\\u0395\\u03c0\\u03b1\\u03bd\\u03b1\\u03c6\\u03bf\\u03c1\\u03ac \\u03c4\\u03b5\\u03bb\\u03b5\\u03c5\\u03c4\\u03b1\\u03af\\u03bf\\u03c5 \\u03c3\\u03c7\\u03b5\\u03b4\\u03af\\u03bf\\u03c5',\n 'Special character': '\\u0395\\u03b9\\u03b4\\u03b9\\u03ba\\u03cc\\u03c2 \\u03c7\\u03b1\\u03c1\\u03b1\\u03ba\\u03c4\\u03ae\\u03c1\\u03b1\\u03c2',\n 'Source code': '\\u03a0\\u03b7\\u03b3\\u03b1\\u03af\\u03bf\\u03c2 \\u03ba\\u03ce\\u03b4\\u03b9\\u03ba\\u03b1\\u03c2',\n 'Insert/Edit code sample': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae/\\u0395\\u03c0\\u03b5\\u03be\\u03b5\\u03c1\\u03b3\\u03b1\\u03c3\\u03af\\u03b1 \\u03b4\\u03b5\\u03af\\u03b3\\u03bc\\u03b1\\u03c4\\u03bf\\u03c2 \\u03ba\\u03ce\\u03b4\\u03b9\\u03ba\\u03b1',\n Language: '\\u0393\\u03bb\\u03ce\\u03c3\\u03c3\\u03b1',\n 'Code sample': '\\u0394\\u03b5\\u03af\\u03b3\\u03bc\\u03b1 \\u039a\\u03ce\\u03b4\\u03b9\\u03ba\\u03b1',\n Color: '\\u03a7\\u03c1\\u03ce\\u03bc\\u03b1',\n R: '\\u03ba',\n G: '\\u03a0',\n B: '\\u039c',\n 'Left to right': '\\u0391\\u03c0\\u03cc \\u03b1\\u03c1\\u03b9\\u03c3\\u03c4\\u03b5\\u03c1\\u03ac \\u03c0\\u03c1\\u03bf\\u03c2 \\u03c4\\u03b1 \\u03b4\\u03b5\\u03be\\u03b9\\u03ac',\n 'Right to left': '\\u0391\\u03c0\\u03cc \\u03b4\\u03b5\\u03be\\u03b9\\u03ac \\u03c0\\u03c1\\u03bf\\u03c2 \\u03c4\\u03b1 \\u03b1\\u03c1\\u03b9\\u03c3\\u03c4\\u03b5\\u03c1\\u03ac',\n Emoticons: '\\u03a6\\u03b1\\u03c4\\u03c3\\u03bf\\u03cd\\u03bb\\u03b5\\u03c2',\n 'Document properties': '\\u0399\\u03b4\\u03b9\\u03cc\\u03c4\\u03b7\\u03c4\\u03b5\\u03c2 \\u03b5\\u03b3\\u03b3\\u03c1\\u03ac\\u03c6\\u03bf\\u03c5',\n Title: '\\u03a4\\u03af\\u03c4\\u03bb\\u03bf\\u03c2',\n Keywords: '\\u039b\\u03ad\\u03be\\u03b5\\u03b9\\u03c2 \\u03ba\\u03bb\\u03b5\\u03b9\\u03b4\\u03b9\\u03ac',\n Description: '\\u03a0\\u03b5\\u03c1\\u03b9\\u03b3\\u03c1\\u03b1\\u03c6\\u03ae',\n Robots: '\\u03a1\\u03bf\\u03bc\\u03c0\\u03cc\\u03c4',\n Author: '\\u03a3\\u03c5\\u03bd\\u03c4\\u03ac\\u03ba\\u03c4\\u03b7\\u03c2',\n Encoding: '\\u039a\\u03c9\\u03b4\\u03b9\\u03ba\\u03bf\\u03c0\\u03bf\\u03af\\u03b7\\u03c3\\u03b7',\n Fullscreen: '\\u03a0\\u03bb\\u03ae\\u03c1\\u03b7\\u03c2 \\u03bf\\u03b8\\u03cc\\u03bd\\u03b7',\n Action: '\\u0395\\u03bd\\u03ad\\u03c1\\u03b3\\u03b5\\u03b9\\u03b1',\n Shortcut: '\\u03a3\\u03c5\\u03bd\\u03c4\\u03cc\\u03bc\\u03b5\\u03c5\\u03c3\\u03b7',\n Help: '\\u0392\\u03bf\\u03ae\\u03b8\\u03b5\\u03b9\\u03b1',\n Address: '\\u0394\\u03b9\\u03b5\\u03cd\\u03b8\\u03c5\\u03bd\\u03c3\\u03b7',\n 'Focus to menubar': '\\u0395\\u03c3\\u03c4\\u03af\\u03b1\\u03c3\\u03b7 \\u03c3\\u03c4\\u03bf \\u03bc\\u03b5\\u03bd\\u03bf\\u03cd',\n 'Focus to toolbar': '\\u0395\\u03c3\\u03c4\\u03af\\u03b1\\u03c3\\u03b7 \\u03c3\\u03c4\\u03b7 \\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03ae \\u03b5\\u03c1\\u03b3\\u03b1\\u03bb\\u03b5\\u03af\\u03c9\\u03bd',\n 'Focus to element path': '\\u0395\\u03c3\\u03c4\\u03af\\u03b1\\u03c3\\u03b7 \\u03c3\\u03c4\\u03b7 \\u03b4\\u03b9\\u03b1\\u03b4\\u03c1\\u03bf\\u03bc\\u03ae \\u03c3\\u03c4\\u03bf\\u03b9\\u03c7\\u03b5\\u03af\\u03bf\\u03c5',\n 'Focus to contextual toolbar': '\\u0395\\u03c3\\u03c4\\u03af\\u03b1\\u03c3\\u03b7 \\u03c3\\u03c4\\u03b7 \\u03c3\\u03c5\\u03bd\\u03b1\\u03c6\\u03ae \\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03ae \\u03b5\\u03c1\\u03b3\\u03b1\\u03bb\\u03b5\\u03af\\u03c9\\u03bd',\n 'Insert link (if link plugin activated)': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae \\u03c3\\u03c5\\u03bd\\u03b4\\u03ad\\u03c3\\u03bc\\u03bf\\u03c5 (\\u03b5\\u03ac\\u03bd \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03b5\\u03bd\\u03b5\\u03c1\\u03b3\\u03bf\\u03c0\\u03bf\\u03b9\\u03b7\\u03bc\\u03ad\\u03bd\\u03bf \\u03c4\\u03bf \\u03c0\\u03c1\\u03cc\\u03c3\\u03b8\\u03b5\\u03c4\\u03bf \\u03c4\\u03bf\\u03c5 \\u03c3\\u03c5\\u03bd\\u03b4\\u03ad\\u03c3\\u03bc\\u03bf\\u03c5)',\n 'Save (if save plugin activated)': '\\u0391\\u03c0\\u03bf\\u03b8\\u03ae\\u03ba\\u03b5\\u03c5\\u03c3\\u03b7 (\\u03b5\\u03ac\\u03bd \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03b5\\u03bd\\u03b5\\u03c1\\u03b3\\u03bf\\u03c0\\u03bf\\u03b9\\u03b7\\u03bc\\u03ad\\u03bd\\u03bf \\u03c4\\u03bf \\u03c0\\u03c1\\u03cc\\u03c3\\u03b8\\u03b5\\u03c4\\u03bf \\u03c4\\u03b7\\u03c2 \\u03b1\\u03c0\\u03bf\\u03b8\\u03ae\\u03ba\\u03b5\\u03c5\\u03c3\\u03b7\\u03c2)',\n 'Find (if searchreplace plugin activated)': '\\u0395\\u03cd\\u03c1\\u03b5\\u03c3\\u03b7 (\\u03b5\\u03ac\\u03bd \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03b5\\u03bd\\u03b5\\u03c1\\u03b3\\u03bf\\u03c0\\u03bf\\u03b9\\u03b7\\u03bc\\u03ad\\u03bd\\u03bf \\u03c4\\u03bf \\u03c0\\u03c1\\u03cc\\u03c3\\u03b8\\u03b5\\u03c4\\u03bf \\u03c4\\u03b7\\u03c2 \\u03b1\\u03bd\\u03b1\\u03b6\\u03ae\\u03c4\\u03b7\\u03c3\\u03b7\\u03c2)',\n 'Plugins installed ({0}):': '\\u0395\\u03b3\\u03ba\\u03b1\\u03c4\\u03b5\\u03c3\\u03c4\\u03b7\\u03bc\\u03ad\\u03bd\\u03b1 \\u03c0\\u03c1\\u03cc\\u03c3\\u03b8\\u03b5\\u03c4\\u03b1 ({0}):',\n 'Premium plugins:': '\\u03a0\\u03c1\\u03cc\\u03c3\\u03b8\\u03b5\\u03c4\\u03b1 \\u03c5\\u03c8\\u03b7\\u03bb\\u03ae\\u03c2 \\u03c0\\u03bf\\u03b9\\u03cc\\u03c4\\u03b7\\u03c4\\u03b1\\u03c2:',\n 'Learn more...': '\\u039c\\u03ac\\u03b8\\u03b5\\u03c4\\u03b5 \\u03c0\\u03b5\\u03c1\\u03b9\\u03c3\\u03c3\\u03cc\\u03c4\\u03b5\\u03c1\\u03b1...',\n 'You are using {0}': '\\u03a7\\u03c1\\u03b7\\u03c3\\u03b9\\u03bc\\u03bf\\u03c0\\u03bf\\u03b9\\u03b5\\u03af\\u03c4\\u03b5 {0}',\n Plugins: '\\u03a0\\u03c1\\u03cc\\u03c3\\u03b8\\u03b5\\u03c4\\u03b1',\n 'Handy Shortcuts': '\\u03a7\\u03c1\\u03ae\\u03c3\\u03b9\\u03bc\\u03b5\\u03c2 \\u03c3\\u03c5\\u03bd\\u03c4\\u03bf\\u03bc\\u03b5\\u03cd\\u03c3\\u03b5\\u03b9\\u03c2',\n 'Horizontal line': '\\u039f\\u03c1\\u03b9\\u03b6\\u03cc\\u03bd\\u03c4\\u03b9\\u03b1 \\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03ae',\n 'Insert/edit image': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae/\\u03b5\\u03c0\\u03b5\\u03be\\u03b5\\u03c1\\u03b3\\u03b1\\u03c3\\u03af\\u03b1 \\u03b5\\u03b9\\u03ba\\u03cc\\u03bd\\u03b1\\u03c2',\n 'Image description': '\\u03a0\\u03b5\\u03c1\\u03b9\\u03b3\\u03c1\\u03b1\\u03c6\\u03ae \\u03b5\\u03b9\\u03ba\\u03cc\\u03bd\\u03b1\\u03c2',\n Source: '\\u03a0\\u03b7\\u03b3\\u03ae',\n Dimensions: '\\u0394\\u03b9\\u03b1\\u03c3\\u03c4\\u03ac\\u03c3\\u03b5\\u03b9\\u03c2',\n 'Constrain proportions': '\\u03a0\\u03b5\\u03c1\\u03b9\\u03bf\\u03c1\\u03b9\\u03c3\\u03bc\\u03cc\\u03c2 \\u03b1\\u03bd\\u03b1\\u03bb\\u03bf\\u03b3\\u03b9\\u03ce\\u03bd',\n General: '\\u0393\\u03b5\\u03bd\\u03b9\\u03ba\\u03ac',\n Advanced: '\\u0393\\u03b9\\u03b1 \\u03a0\\u03c1\\u03bf\\u03c7\\u03c9\\u03c1\\u03b7\\u03bc\\u03ad\\u03bd\\u03bf\\u03c5\\u03c2',\n Style: '\\u0395\\u03bc\\u03c6\\u03ac\\u03bd\\u03b9\\u03c3\\u03b7',\n 'Vertical space': '\\u039a\\u03ac\\u03b8\\u03b5\\u03c4\\u03bf \\u03b4\\u03b9\\u03ac\\u03c3\\u03c4\\u03b7\\u03bc\\u03b1',\n 'Horizontal space': '\\u039f\\u03c1\\u03b9\\u03b6\\u03cc\\u03bd\\u03c4\\u03b9\\u03bf \\u03b4\\u03b9\\u03ac\\u03c3\\u03c4\\u03b7\\u03bc\\u03b1',\n Border: '\\u03a0\\u03bb\\u03b1\\u03af\\u03c3\\u03b9\\u03bf',\n 'Insert image': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae \\u03b5\\u03b9\\u03ba\\u03cc\\u03bd\\u03b1\\u03c2',\n Image: '\\u0395\\u03b9\\u03ba\\u03cc\\u03bd\\u03b1',\n 'Image list': '\\u039b\\u03af\\u03c3\\u03c4\\u03b1 \\u03b5\\u03b9\\u03ba\\u03cc\\u03bd\\u03c9\\u03bd',\n 'Rotate counterclockwise': '\\u03a0\\u03b5\\u03c1\\u03b9\\u03c3\\u03c4\\u03c1\\u03bf\\u03c6\\u03ae \\u03b1\\u03c1\\u03b9\\u03c3\\u03c4\\u03b5\\u03c1\\u03cc\\u03c3\\u03c4\\u03c1\\u03bf\\u03c6\\u03b1',\n 'Rotate clockwise': '\\u03a0\\u03b5\\u03c1\\u03b9\\u03c3\\u03c4\\u03c1\\u03bf\\u03c6\\u03ae \\u03b4\\u03b5\\u03be\\u03b9\\u03cc\\u03c3\\u03c4\\u03c1\\u03bf\\u03c6\\u03b1',\n 'Flip vertically': '\\u0391\\u03bd\\u03b1\\u03c3\\u03c4\\u03c1\\u03bf\\u03c6\\u03ae \\u03ba\\u03b1\\u03b8\\u03ad\\u03c4\\u03c9\\u03c2',\n 'Flip horizontally': '\\u0391\\u03bd\\u03b1\\u03c3\\u03c4\\u03c1\\u03bf\\u03c6\\u03ae \\u03bf\\u03c1\\u03b9\\u03b6\\u03bf\\u03bd\\u03c4\\u03af\\u03c9\\u03c2',\n 'Edit image': '\\u0395\\u03c0\\u03b5\\u03be\\u03b5\\u03c1\\u03b3\\u03b1\\u03c3\\u03af\\u03b1 \\u03b5\\u03b9\\u03ba\\u03cc\\u03bd\\u03b1\\u03c2',\n 'Image options': '\\u0395\\u03c0\\u03b9\\u03bb\\u03bf\\u03b3\\u03ad\\u03c2 \\u03b5\\u03b9\\u03ba\\u03cc\\u03bd\\u03b1\\u03c2',\n 'Zoom in': '\\u039c\\u03b5\\u03b3\\u03ad\\u03b8\\u03c5\\u03bd\\u03c3\\u03b7',\n 'Zoom out': '\\u03a3\\u03bc\\u03af\\u03ba\\u03c1\\u03c5\\u03bd\\u03c3\\u03b7',\n Crop: '\\u03a0\\u03b5\\u03c1\\u03b9\\u03ba\\u03bf\\u03c0\\u03ae',\n Resize: '\\u0391\\u03bb\\u03bb\\u03b1\\u03b3\\u03ae \\u03bc\\u03b5\\u03b3\\u03ad\\u03b8\\u03bf\\u03c5\\u03c2',\n Orientation: '\\u03a0\\u03c1\\u03bf\\u03c3\\u03b1\\u03bd\\u03b1\\u03c4\\u03bf\\u03bb\\u03b9\\u03c3\\u03bc\\u03cc\\u03c2',\n Brightness: '\\u03a6\\u03c9\\u03c4\\u03b5\\u03b9\\u03bd\\u03cc\\u03c4\\u03b7\\u03c4\\u03b1',\n Sharpen: '\\u038c\\u03be\\u03c5\\u03bd\\u03c3\\u03b7',\n Contrast: '\\u0391\\u03bd\\u03c4\\u03af\\u03b8\\u03b5\\u03c3\\u03b7',\n 'Color levels': '\\u0395\\u03c0\\u03af\\u03c0\\u03b5\\u03b4\\u03b1 \\u03c7\\u03c1\\u03ce\\u03bc\\u03b1\\u03c4\\u03bf\\u03c2',\n Gamma: '\\u0393\\u03ac\\u03bc\\u03bc\\u03b1',\n Invert: '\\u0391\\u03bd\\u03c4\\u03b9\\u03c3\\u03c4\\u03c1\\u03bf\\u03c6\\u03ae',\n Apply: '\\u0395\\u03c6\\u03b1\\u03c1\\u03bc\\u03bf\\u03b3\\u03ae',\n Back: '\\u03a0\\u03af\\u03c3\\u03c9',\n 'Insert date/time': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae \\u03b7\\u03bc\\u03b5\\u03c1\\u03bf\\u03bc\\u03b7\\u03bd\\u03af\\u03b1\\u03c2/\\u03ce\\u03c1\\u03b1\\u03c2',\n 'Date/time': '\\u0397\\u03bc\\u03b5\\u03c1\\u03bf\\u03bc\\u03b7\\u03bd\\u03af\\u03b1/\\u03ce\\u03c1\\u03b1',\n 'Insert link': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae \\u03c3\\u03c5\\u03bd\\u03b4\\u03ad\\u03c3\\u03bc\\u03bf\\u03c5',\n 'Insert/edit link': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae/\\u03b5\\u03c0\\u03b5\\u03be\\u03b5\\u03c1\\u03b3\\u03b1\\u03c3\\u03af\\u03b1 \\u03c3\\u03c5\\u03bd\\u03b4\\u03ad\\u03c3\\u03bc\\u03bf\\u03c5',\n 'Text to display': '\\u039a\\u03b5\\u03af\\u03bc\\u03b5\\u03bd\\u03bf \\u03b3\\u03b9\\u03b1 \\u03b5\\u03bc\\u03c6\\u03ac\\u03bd\\u03b9\\u03c3\\u03b7',\n Url: 'URL',\n Target: '\\u03a0\\u03c1\\u03bf\\u03bf\\u03c1\\u03b9\\u03c3\\u03bc\\u03cc\\u03c2',\n None: '\\u039a\\u03b1\\u03bc\\u03af\\u03b1',\n 'New window': '\\u039d\\u03ad\\u03bf \\u03c0\\u03b1\\u03c1\\u03ac\\u03b8\\u03c5\\u03c1\\u03bf',\n 'Remove link': '\\u0391\\u03c6\\u03b1\\u03af\\u03c1\\u03b5\\u03c3\\u03b7 \\u03c3\\u03c5\\u03bd\\u03b4\\u03ad\\u03c3\\u03bc\\u03bf\\u03c5',\n Anchors: '\\u0386\\u03b3\\u03ba\\u03c5\\u03c1\\u03b5\\u03c2',\n Link: '\\u03a3\\u03cd\\u03bd\\u03b4\\u03b5\\u03c3\\u03bc\\u03bf\\u03c2',\n 'Paste or type a link': '\\u0395\\u03c0\\u03b9\\u03ba\\u03bf\\u03bb\\u03bb\\u03ae\\u03c3\\u03c4\\u03b5 \\u03ae \\u03c0\\u03bb\\u03b7\\u03ba\\u03c4\\u03c1\\u03bf\\u03bb\\u03bf\\u03b3\\u03ae\\u03c3\\u03c4\\u03b5 \\u03ad\\u03bd\\u03b1 \\u03c3\\u03cd\\u03bd\\u03b4\\u03b5\\u03c3\\u03bc\\u03bf',\n 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?': '\\u0397 \\u03b4\\u03b9\\u03b5\\u03cd\\u03b8\\u03c5\\u03bd\\u03c3\\u03b7 URL \\u03c0\\u03bf\\u03c5 \\u03b5\\u03b9\\u03c3\\u03ac\\u03c7\\u03b8\\u03b7\\u03ba\\u03b5 \\u03c0\\u03b9\\u03b8\\u03b1\\u03bd\\u03ce\\u03c2 \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03b4\\u03b9\\u03b5\\u03cd\\u03b8\\u03c5\\u03bd\\u03c3\\u03b7 email. \\u0398\\u03ad\\u03bb\\u03b5\\u03c4\\u03b5 \\u03bd\\u03b1 \\u03c0\\u03c1\\u03bf\\u03c3\\u03b8\\u03ad\\u03c3\\u03b5\\u03c4\\u03b5 \\u03c4\\u03bf \\u03b1\\u03c0\\u03b1\\u03b9\\u03c4\\u03bf\\u03cd\\u03bc\\u03b5\\u03bd\\u03bf \\u03c0\\u03c1\\u03cc\\u03b8\\u03b7\\u03bc\\u03b1 mailto:;',\n 'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?': '\\u0397 \\u03b4\\u03b9\\u03b5\\u03cd\\u03b8\\u03c5\\u03bd\\u03c3\\u03b7 URL \\u03c0\\u03bf\\u03c5 \\u03b5\\u03b9\\u03c3\\u03ac\\u03c7\\u03b8\\u03b7\\u03ba\\u03b5 \\u03c0\\u03b9\\u03b8\\u03b1\\u03bd\\u03ce\\u03c2 \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03b5\\u03be\\u03c9\\u03c4\\u03b5\\u03c1\\u03b9\\u03ba\\u03cc\\u03c2 \\u03c3\\u03cd\\u03bd\\u03b4\\u03b5\\u03c3\\u03bc\\u03bf\\u03c2. \\u0398\\u03ad\\u03bb\\u03b5\\u03c4\\u03b5 \\u03bd\\u03b1 \\u03c0\\u03c1\\u03bf\\u03c3\\u03b8\\u03ad\\u03c3\\u03b5\\u03c4\\u03b5 \\u03c4\\u03bf \\u03b1\\u03c0\\u03b1\\u03b9\\u03c4\\u03bf\\u03cd\\u03bc\\u03b5\\u03bd\\u03bf \\u03c0\\u03c1\\u03cc\\u03b8\\u03b7\\u03bc\\u03b1 http://;',\n 'Link list': '\\u039b\\u03af\\u03c3\\u03c4\\u03b1 \\u03c3\\u03c5\\u03bd\\u03b4\\u03ad\\u03c3\\u03bc\\u03c9\\u03bd',\n 'Insert video': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae \\u03b2\\u03af\\u03bd\\u03c4\\u03b5\\u03bf',\n 'Insert/edit video': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae/\\u03b5\\u03c0\\u03b5\\u03be\\u03b5\\u03c1\\u03b3\\u03b1\\u03c3\\u03af\\u03b1 \\u03b2\\u03af\\u03bd\\u03c4\\u03b5\\u03bf',\n 'Insert/edit media': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae/\\u03b5\\u03c0\\u03b5\\u03be\\u03b5\\u03c1\\u03b3\\u03b1\\u03c3\\u03af\\u03b1 media',\n 'Alternative source': '\\u0395\\u03bd\\u03b1\\u03bb\\u03bb\\u03b1\\u03ba\\u03c4\\u03b9\\u03ba\\u03ae \\u03c0\\u03c1\\u03bf\\u03ad\\u03bb\\u03b5\\u03c5\\u03c3\\u03b7',\n Poster: '\\u0391\\u03c6\\u03af\\u03c3\\u03b1',\n 'Paste your embed code below:': '\\u0395\\u03b9\\u03c3\\u03ac\\u03b3\\u03b5\\u03c4\\u03b5 \\u03c4\\u03bf\\u03bd \\u03b5\\u03bd\\u03c3\\u03c9\\u03bc\\u03b1\\u03c4\\u03c9\\u03bc\\u03ad\\u03bd\\u03bf \\u03ba\\u03ce\\u03b4\\u03b9\\u03ba\\u03b1 \\u03c0\\u03b1\\u03c1\\u03b1\\u03ba\\u03ac\\u03c4\\u03c9:',\n Embed: '\\u0395\\u03bd\\u03c3\\u03c9\\u03bc\\u03ac\\u03c4\\u03c9\\u03c3\\u03b7',\n Media: '\\u039c\\u03ad\\u03c3\\u03b1 (\\u03bc\\u03af\\u03bd\\u03c4\\u03b9\\u03b1)',\n 'Nonbreaking space': '\\u039a\\u03b5\\u03bd\\u03cc \\u03c7\\u03c9\\u03c1\\u03af\\u03c2 \\u03b4\\u03b9\\u03b1\\u03ba\\u03bf\\u03c0\\u03ae',\n 'Page break': '\\u0391\\u03bb\\u03bb\\u03b1\\u03b3\\u03ae \\u03c3\\u03b5\\u03bb\\u03af\\u03b4\\u03b1\\u03c2',\n 'Paste as text': '\\u0395\\u03c0\\u03b9\\u03ba\\u03cc\\u03bb\\u03bb\\u03b7\\u03c3\\u03b7 \\u03c9\\u03c2 \\u03ba\\u03b5\\u03af\\u03bc\\u03b5\\u03bd\\u03bf',\n Preview: '\\u03a0\\u03c1\\u03bf\\u03b5\\u03c0\\u03b9\\u03c3\\u03ba\\u03cc\\u03c0\\u03b7\\u03c3\\u03b7',\n Print: '\\u0395\\u03ba\\u03c4\\u03cd\\u03c0\\u03c9\\u03c3\\u03b7',\n Save: '\\u0391\\u03c0\\u03bf\\u03b8\\u03ae\\u03ba\\u03b5\\u03c5\\u03c3\\u03b7',\n Find: '\\u0395\\u03cd\\u03c1\\u03b5\\u03c3\\u03b7',\n 'Replace with': '\\u0391\\u03bd\\u03c4\\u03b9\\u03ba\\u03b1\\u03c4\\u03ac\\u03c3\\u03c4\\u03b1\\u03c3\\u03b7 \\u03bc\\u03b5',\n Replace: '\\u0391\\u03bd\\u03c4\\u03b9\\u03ba\\u03b1\\u03c4\\u03ac\\u03c3\\u03c4\\u03b1\\u03c3\\u03b7',\n 'Replace all': '\\u0391\\u03bd\\u03c4\\u03b9\\u03ba\\u03b1\\u03c4\\u03ac\\u03c3\\u03c4\\u03b1\\u03c3\\u03b7 \\u03cc\\u03bb\\u03c9\\u03bd',\n Prev: '\\u03a0\\u03c1\\u03bf\\u03b7\\u03b3.',\n Next: '\\u0395\\u03c0\\u03cc\\u03bc.',\n 'Find and replace': '\\u0395\\u03cd\\u03c1\\u03b5\\u03c3\\u03b7 \\u03ba\\u03b1\\u03b9 \\u03b1\\u03bd\\u03c4\\u03b9\\u03ba\\u03b1\\u03c4\\u03ac\\u03c3\\u03c4\\u03b1\\u03c3\\u03b7',\n 'Could not find the specified string.': '\\u0394\\u03b5\\u03bd \\u03ae\\u03c4\\u03b1\\u03bd \\u03b4\\u03c5\\u03bd\\u03b1\\u03c4\\u03ae \\u03b7 \\u03b5\\u03cd\\u03c1\\u03b5\\u03c3\\u03b7 \\u03c4\\u03bf\\u03c5 \\u03ba\\u03b1\\u03b8\\u03bf\\u03c1\\u03b9\\u03c3\\u03bc\\u03ad\\u03bd\\u03bf\\u03c5 \\u03b1\\u03bb\\u03c6\\u03b1\\u03c1\\u03b9\\u03b8\\u03bc\\u03b7\\u03c4\\u03b9\\u03ba\\u03bf\\u03cd.',\n 'Match case': '\\u03a4\\u03b1\\u03af\\u03c1\\u03b9\\u03b1\\u03c3\\u03bc\\u03b1 \\u03c0\\u03b5\\u03b6\\u03ce\\u03bd/\\u03ba\\u03b5\\u03c6\\u03b1\\u03bb\\u03b1\\u03af\\u03c9\\u03bd',\n 'Whole words': '\\u039f\\u03bb\\u03cc\\u03ba\\u03bb\\u03b7\\u03c1\\u03b5\\u03c2 \\u03bb\\u03ad\\u03be\\u03b5\\u03b9\\u03c2',\n Spellcheck: '\\u039f\\u03c1\\u03b8\\u03bf\\u03b3\\u03c1\\u03b1\\u03c6\\u03b9\\u03ba\\u03cc\\u03c2 \\u03ad\\u03bb\\u03b5\\u03b3\\u03c7\\u03bf\\u03c2 ',\n Ignore: '\\u03a0\\u03b1\\u03c1\\u03ac\\u03b2\\u03bb\\u03b5\\u03c8\\u03b7',\n 'Ignore all': '\\u03a0\\u03b1\\u03c1\\u03ac\\u03b2\\u03bb\\u03b5\\u03c8\\u03b7 \\u03cc\\u03bb\\u03c9\\u03bd',\n Finish: '\\u03a4\\u03ad\\u03bb\\u03bf\\u03c2',\n 'Add to Dictionary': '\\u03a0\\u03c1\\u03bf\\u03c3\\u03b8\\u03ae\\u03ba\\u03b7 \\u03c3\\u03c4\\u03bf \\u039b\\u03b5\\u03be\\u03b9\\u03ba\\u03cc',\n 'Insert table': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae \\u03c0\\u03af\\u03bd\\u03b1\\u03ba\\u03b1',\n 'Table properties': '\\u0399\\u03b4\\u03b9\\u03cc\\u03c4\\u03b7\\u03c4\\u03b5\\u03c2 \\u03c0\\u03af\\u03bd\\u03b1\\u03ba\\u03b1',\n 'Delete table': '\\u0394\\u03b9\\u03b1\\u03b3\\u03c1\\u03b1\\u03c6\\u03ae \\u03c0\\u03af\\u03bd\\u03b1\\u03ba\\u03b1',\n Cell: '\\u039a\\u03b5\\u03bb\\u03af',\n Row: '\\u0393\\u03c1\\u03b1\\u03bc\\u03bc\\u03ae',\n Column: '\\u03a3\\u03c4\\u03ae\\u03bb\\u03b7',\n 'Cell properties': '\\u0399\\u03b4\\u03b9\\u03cc\\u03c4\\u03b7\\u03c4\\u03b5\\u03c2 \\u03ba\\u03b5\\u03bb\\u03b9\\u03bf\\u03cd',\n 'Merge cells': '\\u03a3\\u03c5\\u03b3\\u03c7\\u03ce\\u03bd\\u03b5\\u03c5\\u03c3\\u03b7 \\u03ba\\u03b5\\u03bb\\u03b9\\u03ce\\u03bd',\n 'Split cell': '\\u0394\\u03b9\\u03b1\\u03af\\u03c1\\u03b5\\u03c3\\u03b7 \\u03ba\\u03b5\\u03bb\\u03b9\\u03bf\\u03cd',\n 'Insert row before': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae \\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03ae\\u03c2 \\u03b5\\u03c0\\u03ac\\u03bd\\u03c9',\n 'Insert row after': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae \\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03ae\\u03c2 \\u03ba\\u03ac\\u03c4\\u03c9',\n 'Delete row': '\\u0394\\u03b9\\u03b1\\u03b3\\u03c1\\u03b1\\u03c6\\u03ae \\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03ae\\u03c2',\n 'Row properties': '\\u0399\\u03b4\\u03b9\\u03cc\\u03c4\\u03b7\\u03c4\\u03b5\\u03c2 \\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03ae\\u03c2',\n 'Cut row': '\\u0391\\u03c0\\u03bf\\u03ba\\u03bf\\u03c0\\u03ae \\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03ae\\u03c2',\n 'Copy row': '\\u0391\\u03bd\\u03c4\\u03b9\\u03b3\\u03c1\\u03b1\\u03c6\\u03ae \\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03ae\\u03c2',\n 'Paste row before': '\\u0395\\u03c0\\u03b9\\u03ba\\u03cc\\u03bb\\u03bb\\u03b7\\u03c3\\u03b7 \\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03ae\\u03c2 \\u03b5\\u03c0\\u03ac\\u03bd\\u03c9',\n 'Paste row after': '\\u0395\\u03c0\\u03b9\\u03ba\\u03cc\\u03bb\\u03bb\\u03b7\\u03c3\\u03b7 \\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03ae\\u03c2 \\u03ba\\u03ac\\u03c4\\u03c9',\n 'Insert column before': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae \\u03c3\\u03c4\\u03ae\\u03bb\\u03b7\\u03c2 \\u03b1\\u03c1\\u03b9\\u03c3\\u03c4\\u03b5\\u03c1\\u03ac',\n 'Insert column after': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae \\u03c3\\u03c4\\u03ae\\u03bb\\u03b7\\u03c2 \\u03b4\\u03b5\\u03be\\u03b9\\u03ac',\n 'Delete column': '\\u0394\\u03b9\\u03b1\\u03b3\\u03c1\\u03b1\\u03c6\\u03ae \\u03c3\\u03c4\\u03ae\\u03bb\\u03b7\\u03c2',\n Cols: '\\u03a3\\u03c4\\u03ae\\u03bb\\u03b5\\u03c2',\n Rows: '\\u0393\\u03c1\\u03b1\\u03bc\\u03bc\\u03ad\\u03c2',\n Width: '\\u03a0\\u03bb\\u03ac\\u03c4\\u03bf\\u03c2',\n Height: '\\u038e\\u03c8\\u03bf\\u03c2',\n 'Cell spacing': '\\u0391\\u03c0\\u03cc\\u03c3\\u03c4\\u03b1\\u03c3\\u03b7 \\u03ba\\u03b5\\u03bb\\u03b9\\u03ce\\u03bd',\n 'Cell padding': '\\u0391\\u03bd\\u03b1\\u03c0\\u03bb\\u03ae\\u03c1\\u03c9\\u03c3\\u03b7 \\u03ba\\u03b5\\u03bb\\u03b9\\u03ce\\u03bd',\n Caption: '\\u039b\\u03b5\\u03b6\\u03ac\\u03bd\\u03c4\\u03b1',\n Left: '\\u0391\\u03c1\\u03b9\\u03c3\\u03c4\\u03b5\\u03c1\\u03ac',\n Center: '\\u039a\\u03b5\\u03bd\\u03c4\\u03c1\\u03b1\\u03c1\\u03b9\\u03c3\\u03bc\\u03ad\\u03bd\\u03b7',\n Right: '\\u0394\\u03b5\\u03be\\u03b9\\u03ac',\n 'Cell type': '\\u03a4\\u03cd\\u03c0\\u03bf\\u03c2 \\u03ba\\u03b5\\u03bb\\u03b9\\u03bf\\u03cd',\n Scope: '\\u0388\\u03ba\\u03c4\\u03b1\\u03c3\\u03b7',\n Alignment: '\\u03a3\\u03c4\\u03bf\\u03af\\u03c7\\u03b9\\u03c3\\u03b7',\n 'H Align': '\\u039f\\u03c1. \\u03a3\\u03c4\\u03bf\\u03af\\u03c7\\u03b9\\u03c3\\u03b7',\n 'V Align': '\\u039a. \\u03a3\\u03c4\\u03bf\\u03af\\u03c7\\u03b9\\u03c3\\u03b7',\n Top: '\\u039a\\u03bf\\u03c1\\u03c5\\u03c6\\u03ae',\n Middle: '\\u039c\\u03ad\\u03c3\\u03b7',\n Bottom: '\\u039a\\u03ac\\u03c4\\u03c9',\n 'Header cell': '\\u039a\\u03b5\\u03bb\\u03af-\\u03ba\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b1',\n 'Row group': '\\u039f\\u03bc\\u03ac\\u03b4\\u03b1 \\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03ce\\u03bd',\n 'Column group': '\\u039f\\u03bc\\u03ac\\u03b4\\u03b1 \\u03c3\\u03c4\\u03b7\\u03bb\\u03ce\\u03bd',\n 'Row type': '\\u03a4\\u03cd\\u03c0\\u03bf\\u03c2 \\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03ae\\u03c2',\n Header: '\\u039a\\u03b5\\u03c6\\u03b1\\u03bb\\u03af\\u03b4\\u03b1',\n Body: '\\u03a3\\u03ce\\u03bc\\u03b1',\n Footer: '\\u03a5\\u03c0\\u03bf\\u03c3\\u03ad\\u03bb\\u03b9\\u03b4\\u03bf',\n 'Border color': '\\u03a7\\u03c1\\u03ce\\u03bc\\u03b1 \\u03c0\\u03bb\\u03b1\\u03b9\\u03c3\\u03af\\u03bf\\u03c5',\n 'Insert template': '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae \\u03c0\\u03c1\\u03bf\\u03c4\\u03cd\\u03c0\\u03bf\\u03c5 ',\n Templates: '\\u03a0\\u03c1\\u03cc\\u03c4\\u03c5\\u03c0\\u03b1',\n Template: '\\u03a0\\u03c1\\u03cc\\u03c4\\u03c5\\u03c0\\u03bf',\n 'Text color': '\\u03a7\\u03c1\\u03ce\\u03bc\\u03b1 \\u03ba\\u03b5\\u03b9\\u03bc\\u03ad\\u03bd\\u03bf\\u03c5 ',\n 'Background color': '\\u03a7\\u03c1\\u03ce\\u03bc\\u03b1 \\u03c6\\u03cc\\u03bd\\u03c4\\u03bf\\u03c5',\n 'Custom...': '\\u03a0\\u03c1\\u03bf\\u03c3\\u03b1\\u03c1\\u03bc\\u03bf\\u03b3\\u03ae...',\n 'Custom color': '\\u03a0\\u03c1\\u03bf\\u03c3\\u03b1\\u03c1\\u03bc\\u03bf\\u03c3\\u03bc\\u03ad\\u03bd\\u03bf \\u03c7\\u03c1\\u03ce\\u03bc\\u03b1',\n 'No color': '\\u03a7\\u03c9\\u03c1\\u03af\\u03c2 \\u03c7\\u03c1\\u03ce\\u03bc\\u03b1',\n 'Table of Contents': '\\u03a0\\u03af\\u03bd\\u03b1\\u03ba\\u03b1\\u03c2 \\u03a0\\u03b5\\u03c1\\u03b9\\u03b5\\u03c7\\u03bf\\u03bc\\u03ad\\u03bd\\u03c9\\u03bd',\n 'Show blocks': '\\u0395\\u03bc\\u03c6\\u03ac\\u03bd\\u03b9\\u03c3\\u03b7 \\u03c4\\u03bc\\u03b7\\u03bc\\u03ac\\u03c4\\u03c9\\u03bd',\n 'Show invisible characters': '\\u0395\\u03bc\\u03c6\\u03ac\\u03bd\\u03b9\\u03c3\\u03b7 \\u03ba\\u03c1\\u03c5\\u03c6\\u03ce\\u03bd \\u03c7\\u03b1\\u03c1\\u03b1\\u03ba\\u03c4\\u03ae\\u03c1\\u03c9\\u03bd',\n 'Words: {0}': '\\u039b\\u03ad\\u03be\\u03b5\\u03b9\\u03c2: {0}',\n '{0} words': '{0} \\u03bb\\u03ad\\u03be\\u03b5\\u03b9\\u03c2',\n File: '\\u0391\\u03c1\\u03c7\\u03b5\\u03af\\u03bf',\n Edit: '\\u0395\\u03c0\\u03b5\\u03be\\u03b5\\u03c1\\u03b3\\u03b1\\u03c3\\u03af\\u03b1',\n Insert: '\\u0395\\u03b9\\u03c3\\u03b1\\u03b3\\u03c9\\u03b3\\u03ae',\n View: '\\u03a0\\u03c1\\u03bf\\u03b2\\u03bf\\u03bb\\u03ae',\n Format: '\\u039c\\u03bf\\u03c1\\u03c6\\u03bf\\u03c0\\u03bf\\u03af\\u03b7\\u03c3\\u03b7',\n Table: '\\u03a0\\u03af\\u03bd\\u03b1\\u03ba\\u03b1\\u03c2',\n Tools: '\\u0395\\u03c1\\u03b3\\u03b1\\u03bb\\u03b5\\u03af\\u03b1',\n 'Powered by {0}': '\\u03a4\\u03c1\\u03bf\\u03c6\\u03bf\\u03b4\\u03bf\\u03c4\\u03b5\\u03af\\u03c4\\u03b1\\u03b9 \\u03b1\\u03c0\\u03cc {0}',\n 'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help': '\\u03a0\\u03b5\\u03c1\\u03b9\\u03bf\\u03c7\\u03ae \\u0395\\u03bc\\u03c0\\u03bb\\u03bf\\u03c5\\u03c4\\u03b9\\u03c3\\u03bc\\u03ad\\u03bd\\u03bf \\u039a\\u03b5\\u03b9\\u03bc\\u03ad\\u03bd\\u03bf\\u03c5. \\u03a0\\u03b1\\u03c4\\u03ae\\u03c3\\u03c4\\u03b5 ALT-F9 \\u03b3\\u03b9\\u03b1 \\u03c4\\u03bf \\u03bc\\u03b5\\u03bd\\u03bf\\u03cd. \\u03a0\\u03b1\\u03c4\\u03ae\\u03c3\\u03c4\\u03b5 ALT-F10 \\u03b3\\u03b9\\u03b1 \\u03c4\\u03b7 \\u03b3\\u03c1\\u03b1\\u03bc\\u03bc\\u03ae \\u03b5\\u03c1\\u03b3\\u03b1\\u03bb\\u03b5\\u03af\\u03c9\\u03bd. \\u03a0\\u03b1\\u03c4\\u03ae\\u03c3\\u03c4\\u03b5 ALT-0 \\u03b3\\u03b9\\u03b1 \\u03b2\\u03bf\\u03ae\\u03b8\\u03b5\\u03b9\\u03b1'\n});\n\n//# sourceURL=webpack:///./src/translations/tinymce/el.js?");
|
|
23
23
|
|
|
24
24
|
/***/ })
|
|
25
25
|
|