@instructure/canvas-rce 7.2.0 → 7.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/es/enhance-user-content/doc_previews.js +1 -14
- package/es/index.d.ts +1 -0
- package/es/index.js +2 -1
- package/es/rce/AlertMessageArea.d.ts +2 -2
- package/es/rce/AlertMessageArea.js +4 -6
- package/es/rce/RCEGlobals.d.ts +2 -0
- package/es/rce/RCEGlobals.js +1 -0
- package/es/rce/RCEVariants.js +3 -3
- package/es/rce/RCEWrapper.d.ts +14 -12
- package/es/rce/RCEWrapper.js +206 -199
- package/es/rce/plugins/instructure_keyboard_shortcuts_header/clickCallback.d.ts +2 -0
- package/es/rce/plugins/instructure_keyboard_shortcuts_header/clickCallback.js +45 -0
- package/es/rce/plugins/instructure_keyboard_shortcuts_header/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_keyboard_shortcuts_header/plugin.js +43 -0
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionDialog.d.ts +1 -1
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionDialog.js +25 -25
- package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.d.ts +1 -1
- package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +2 -1
- package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.d.ts +1 -1
- package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -1
- package/es/rce/plugins/instructure_record/mediaTranslations.js +1 -1
- package/es/rce/plugins/instructure_studio_media_options/plugin.js +109 -14
- package/es/rce/plugins/instructure_studio_media_options/studioToolbarIcons.d.ts +5 -0
- package/es/rce/plugins/instructure_studio_media_options/studioToolbarIcons.js +23 -0
- package/es/rce/plugins/instructure_wordcount_header/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_wordcount_header/plugin.js +75 -0
- package/es/rce/plugins/shared/ContentSelection.d.ts +1 -2
- package/es/rce/plugins/shared/ContentSelection.js +1 -18
- package/es/rce/plugins/shared/StudioLtiSupportUtils.d.ts +9 -1
- package/es/rce/plugins/shared/StudioLtiSupportUtils.js +94 -1
- package/es/rce/plugins/shared/Upload/ComputerPanel.js +1 -1
- package/es/rce/plugins/shared/Upload/UploadFileModal.js +37 -4
- package/es/rce/plugins/shared/Upload/VideoUrlPanel.d.ts +15 -0
- package/es/rce/plugins/shared/Upload/VideoUrlPanel.js +51 -0
- package/es/rce/plugins/shared/Upload/videoValidationUtils.d.ts +7 -0
- package/es/rce/plugins/shared/Upload/videoValidationUtils.js +58 -0
- package/es/rce/plugins/shared/iframeUtils.d.ts +1 -0
- package/es/rce/plugins/shared/iframeUtils.js +37 -0
- package/es/rce/tinyRCE.js +2 -0
- package/es/sidebar/actions/upload.d.ts +1 -0
- package/es/sidebar/actions/upload.js +56 -0
- package/es/sidebar/containers/sidebarHandlers.d.ts +1 -0
- package/es/sidebar/containers/sidebarHandlers.js +2 -1
- package/es/translations/locales/ar.js +15 -6
- package/es/translations/locales/ca.js +15 -6
- package/es/translations/locales/cy.js +15 -6
- package/es/translations/locales/da-x-k12.js +15 -6
- package/es/translations/locales/da.js +15 -6
- package/es/translations/locales/de.js +15 -6
- package/es/translations/locales/el.js +6 -0
- package/es/translations/locales/en-AU-x-unimelb.js +15 -6
- package/es/translations/locales/en-GB-x-ukhe.js +15 -6
- package/es/translations/locales/en.js +30 -6
- package/es/translations/locales/en_AU.js +15 -6
- package/es/translations/locales/en_CA.js +15 -6
- package/es/translations/locales/en_CY.js +15 -6
- package/es/translations/locales/en_GB.js +15 -6
- package/es/translations/locales/es.js +15 -6
- package/es/translations/locales/es_ES.js +15 -6
- package/es/translations/locales/fa_IR.js +6 -3
- package/es/translations/locales/fi.js +15 -6
- package/es/translations/locales/fr.js +15 -6
- package/es/translations/locales/fr_CA.js +19 -10
- package/es/translations/locales/ga.js +15 -6
- package/es/translations/locales/he.js +6 -0
- package/es/translations/locales/hi.js +15 -6
- package/es/translations/locales/ht.js +15 -6
- package/es/translations/locales/hu.js +6 -6
- package/es/translations/locales/hy.js +6 -0
- package/es/translations/locales/id.js +15 -6
- package/es/translations/locales/is.js +21 -6
- package/es/translations/locales/it.js +15 -6
- package/es/translations/locales/ja.js +15 -6
- package/es/translations/locales/ko.js +6 -0
- package/es/translations/locales/mi.js +15 -6
- package/es/translations/locales/ms.js +15 -6
- package/es/translations/locales/nb-x-k12.js +15 -6
- package/es/translations/locales/nb.js +15 -6
- package/es/translations/locales/nl.js +15 -6
- package/es/translations/locales/nn.js +6 -6
- package/es/translations/locales/pl.js +15 -6
- package/es/translations/locales/pt.js +15 -6
- package/es/translations/locales/pt_BR.js +15 -6
- package/es/translations/locales/ru.js +15 -6
- package/es/translations/locales/sl.js +15 -6
- package/es/translations/locales/sv-x-k12.js +15 -6
- package/es/translations/locales/sv.js +15 -6
- package/es/translations/locales/th.js +15 -6
- package/es/translations/locales/tr.js +6 -3
- package/es/translations/locales/uk_UA.js +6 -3
- package/es/translations/locales/vi.js +15 -6
- package/es/translations/locales/zh-Hans.js +15 -6
- package/es/translations/locales/zh-Hant.js +15 -6
- package/es/translations/locales/zh.js +15 -6
- package/es/translations/locales/zh_HK.js +15 -6
- package/package.json +53 -53
|
@@ -301,12 +301,6 @@ const locale = {
|
|
|
301
301
|
"clear_image_3213fe62": {
|
|
302
302
|
"message": "Cancella immagine"
|
|
303
303
|
},
|
|
304
|
-
"clear_selected_file_82388e50": {
|
|
305
|
-
"message": "Cancella file selezionato"
|
|
306
|
-
},
|
|
307
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
308
|
-
"message": "Cancella file selezionato: { filename }"
|
|
309
|
-
},
|
|
310
304
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
311
305
|
"message": "Fai clic o Maiusc+clic per l’editor html."
|
|
312
306
|
},
|
|
@@ -1711,6 +1705,9 @@ const locale = {
|
|
|
1711
1705
|
"please_enter_a_file_name_f159edc1": {
|
|
1712
1706
|
"message": "Inserire un nome file"
|
|
1713
1707
|
},
|
|
1708
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1709
|
+
"message": "Inserire un URL video valido da una piattaforma supportata."
|
|
1710
|
+
},
|
|
1714
1711
|
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
1712
|
"message": "Selezionare un tipo di file supportato"
|
|
1716
1713
|
},
|
|
@@ -1828,6 +1825,12 @@ const locale = {
|
|
|
1828
1825
|
"religion_icon_246e0be1": {
|
|
1829
1826
|
"message": "Icona Religione"
|
|
1830
1827
|
},
|
|
1828
|
+
"remove_f47dc62a": {
|
|
1829
|
+
"message": "Rimuovi"
|
|
1830
|
+
},
|
|
1831
|
+
"remove_filename_3ea029f6": {
|
|
1832
|
+
"message": "Rimuovi { filename }"
|
|
1833
|
+
},
|
|
1831
1834
|
"remove_heading_style_5fdc8855": {
|
|
1832
1835
|
"message": "Rimuovi stile intestazione"
|
|
1833
1836
|
},
|
|
@@ -2542,6 +2545,9 @@ const locale = {
|
|
|
2542
2545
|
"video_player_for_title_ffd9fbc4": {
|
|
2543
2546
|
"message": "Riproduttore video per { title }"
|
|
2544
2547
|
},
|
|
2548
|
+
"video_url_889d3263": {
|
|
2549
|
+
"message": "URL video"
|
|
2550
|
+
},
|
|
2545
2551
|
"view_all_e13bf0a6": {
|
|
2546
2552
|
"message": "Visualizza tutto"
|
|
2547
2553
|
},
|
|
@@ -2656,6 +2662,9 @@ const locale = {
|
|
|
2656
2662
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2657
2663
|
"message": "La tua webcam potrebbe già essere in uso."
|
|
2658
2664
|
},
|
|
2665
|
+
"youtube_embed_url_5c1018d4": {
|
|
2666
|
+
"message": "URL nidificato YouTube"
|
|
2667
|
+
},
|
|
2659
2668
|
"zeta_5ef24f0e": {
|
|
2660
2669
|
"message": "Zeta"
|
|
2661
2670
|
},
|
|
@@ -301,12 +301,6 @@ const locale = {
|
|
|
301
301
|
"clear_image_3213fe62": {
|
|
302
302
|
"message": "画像を消す"
|
|
303
303
|
},
|
|
304
|
-
"clear_selected_file_82388e50": {
|
|
305
|
-
"message": "選択したファイルを消去する"
|
|
306
|
-
},
|
|
307
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
308
|
-
"message": "選択されたファイルを削除:{ filename }"
|
|
309
|
-
},
|
|
310
304
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
311
305
|
"message": "クリックまたはシフトクリックでHTMLエディタに移動します。"
|
|
312
306
|
},
|
|
@@ -1711,6 +1705,9 @@ const locale = {
|
|
|
1711
1705
|
"please_enter_a_file_name_f159edc1": {
|
|
1712
1706
|
"message": "ファイル名を入力してください"
|
|
1713
1707
|
},
|
|
1708
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1709
|
+
"message": "サポートされているプラットフォームから有効な動画URLを入力してください。"
|
|
1710
|
+
},
|
|
1714
1711
|
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
1712
|
"message": "サポートされているタイプのファイルを選択してください"
|
|
1716
1713
|
},
|
|
@@ -1828,6 +1825,12 @@ const locale = {
|
|
|
1828
1825
|
"religion_icon_246e0be1": {
|
|
1829
1826
|
"message": "宗教学のアイコン"
|
|
1830
1827
|
},
|
|
1828
|
+
"remove_f47dc62a": {
|
|
1829
|
+
"message": "削除"
|
|
1830
|
+
},
|
|
1831
|
+
"remove_filename_3ea029f6": {
|
|
1832
|
+
"message": "{ filename }を削除する"
|
|
1833
|
+
},
|
|
1831
1834
|
"remove_heading_style_5fdc8855": {
|
|
1832
1835
|
"message": "見出しスタイルを削除する"
|
|
1833
1836
|
},
|
|
@@ -2542,6 +2545,9 @@ const locale = {
|
|
|
2542
2545
|
"video_player_for_title_ffd9fbc4": {
|
|
2543
2546
|
"message": "{ title }のビデオプレーヤー"
|
|
2544
2547
|
},
|
|
2548
|
+
"video_url_889d3263": {
|
|
2549
|
+
"message": "動画 URL"
|
|
2550
|
+
},
|
|
2545
2551
|
"view_all_e13bf0a6": {
|
|
2546
2552
|
"message": "すべてを表示する"
|
|
2547
2553
|
},
|
|
@@ -2656,6 +2662,9 @@ const locale = {
|
|
|
2656
2662
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2657
2663
|
"message": "あなたのウェブカメラは既に使用中かもしれません。"
|
|
2658
2664
|
},
|
|
2665
|
+
"youtube_embed_url_5c1018d4": {
|
|
2666
|
+
"message": "YouTube埋め込みURL"
|
|
2667
|
+
},
|
|
2659
2668
|
"zeta_5ef24f0e": {
|
|
2660
2669
|
"message": "ゼータ"
|
|
2661
2670
|
},
|
|
@@ -256,6 +256,9 @@ const locale = {
|
|
|
256
256
|
"operators_a2ef9a93": {
|
|
257
257
|
"message": "연산자"
|
|
258
258
|
},
|
|
259
|
+
"options_3ab0ea65": {
|
|
260
|
+
"message": "옵션"
|
|
261
|
+
},
|
|
259
262
|
"page_50c4823d": {
|
|
260
263
|
"message": "페이지"
|
|
261
264
|
},
|
|
@@ -289,6 +292,9 @@ const locale = {
|
|
|
289
292
|
"relationships_6602af70": {
|
|
290
293
|
"message": "관계"
|
|
291
294
|
},
|
|
295
|
+
"remove_f47dc62a": {
|
|
296
|
+
"message": "제거"
|
|
297
|
+
},
|
|
292
298
|
"reset_95a81614": {
|
|
293
299
|
"message": "원래대로"
|
|
294
300
|
},
|
|
@@ -300,12 +300,6 @@ const locale = {
|
|
|
300
300
|
"clear_image_3213fe62": {
|
|
301
301
|
"message": "Maamaa whakaahua"
|
|
302
302
|
},
|
|
303
|
-
"clear_selected_file_82388e50": {
|
|
304
|
-
"message": "Whakawātea kōnae kua tīpakohia"
|
|
305
|
-
},
|
|
306
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
307
|
-
"message": "Whakawātea kōnae kua tīpakohia: { filename }"
|
|
308
|
-
},
|
|
309
303
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
310
304
|
"message": "Pāwhiri ara neke rānei pāwhiri mo te html editor."
|
|
311
305
|
},
|
|
@@ -1710,6 +1704,9 @@ const locale = {
|
|
|
1710
1704
|
"please_enter_a_file_name_f159edc1": {
|
|
1711
1705
|
"message": "Tēnā koa whakauru he ingoa kōnae"
|
|
1712
1706
|
},
|
|
1707
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1708
|
+
"message": "Whakaurua koa he URL ataata whaimana mai i te papaaho tautoko."
|
|
1709
|
+
},
|
|
1713
1710
|
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1714
1711
|
"message": "Tīpakohia koa tētahi kōnae he momo tautoko"
|
|
1715
1712
|
},
|
|
@@ -1827,6 +1824,12 @@ const locale = {
|
|
|
1827
1824
|
"religion_icon_246e0be1": {
|
|
1828
1825
|
"message": "Whakapono Tohu"
|
|
1829
1826
|
},
|
|
1827
|
+
"remove_f47dc62a": {
|
|
1828
|
+
"message": "Neke"
|
|
1829
|
+
},
|
|
1830
|
+
"remove_filename_3ea029f6": {
|
|
1831
|
+
"message": "Tango { filename }"
|
|
1832
|
+
},
|
|
1830
1833
|
"remove_heading_style_5fdc8855": {
|
|
1831
1834
|
"message": "Tango pane kāhua"
|
|
1832
1835
|
},
|
|
@@ -2541,6 +2544,9 @@ const locale = {
|
|
|
2541
2544
|
"video_player_for_title_ffd9fbc4": {
|
|
2542
2545
|
"message": "Kaitākaro Ataata mō { title }"
|
|
2543
2546
|
},
|
|
2547
|
+
"video_url_889d3263": {
|
|
2548
|
+
"message": "URL Ataata"
|
|
2549
|
+
},
|
|
2544
2550
|
"view_all_e13bf0a6": {
|
|
2545
2551
|
"message": "Titiro ki te Katoa"
|
|
2546
2552
|
},
|
|
@@ -2655,6 +2661,9 @@ const locale = {
|
|
|
2655
2661
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2656
2662
|
"message": "Kei te whakamahia pea tō paetukutuku kāmera."
|
|
2657
2663
|
},
|
|
2664
|
+
"youtube_embed_url_5c1018d4": {
|
|
2665
|
+
"message": "YouTube whakauru URL"
|
|
2666
|
+
},
|
|
2658
2667
|
"zeta_5ef24f0e": {
|
|
2659
2668
|
"message": "Zeta"
|
|
2660
2669
|
},
|
|
@@ -300,12 +300,6 @@ const locale = {
|
|
|
300
300
|
"clear_image_3213fe62": {
|
|
301
301
|
"message": "Kosongkan imej"
|
|
302
302
|
},
|
|
303
|
-
"clear_selected_file_82388e50": {
|
|
304
|
-
"message": "Kosongkan fail yang dipilih"
|
|
305
|
-
},
|
|
306
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
307
|
-
"message": "Kosongkan fail yang dipilih: { filename }"
|
|
308
|
-
},
|
|
309
303
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
310
304
|
"message": "Klik atau Shift+klik untuk mendapatkan editor html."
|
|
311
305
|
},
|
|
@@ -1710,6 +1704,9 @@ const locale = {
|
|
|
1710
1704
|
"please_enter_a_file_name_f159edc1": {
|
|
1711
1705
|
"message": "Sila masukkan nama fail"
|
|
1712
1706
|
},
|
|
1707
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1708
|
+
"message": "Sila masukkan URL video yang sah daripada platform disokong."
|
|
1709
|
+
},
|
|
1713
1710
|
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1714
1711
|
"message": "Sila pilih fail daripada jenis yang disokong"
|
|
1715
1712
|
},
|
|
@@ -1827,6 +1824,12 @@ const locale = {
|
|
|
1827
1824
|
"religion_icon_246e0be1": {
|
|
1828
1825
|
"message": "Ikon Agama"
|
|
1829
1826
|
},
|
|
1827
|
+
"remove_f47dc62a": {
|
|
1828
|
+
"message": "Alih Keluar"
|
|
1829
|
+
},
|
|
1830
|
+
"remove_filename_3ea029f6": {
|
|
1831
|
+
"message": "Alih keluar { filename }"
|
|
1832
|
+
},
|
|
1830
1833
|
"remove_heading_style_5fdc8855": {
|
|
1831
1834
|
"message": "Alih keluar gaya tajuk"
|
|
1832
1835
|
},
|
|
@@ -2541,6 +2544,9 @@ const locale = {
|
|
|
2541
2544
|
"video_player_for_title_ffd9fbc4": {
|
|
2542
2545
|
"message": "Pemain video untuk { title }"
|
|
2543
2546
|
},
|
|
2547
|
+
"video_url_889d3263": {
|
|
2548
|
+
"message": "URL video"
|
|
2549
|
+
},
|
|
2544
2550
|
"view_all_e13bf0a6": {
|
|
2545
2551
|
"message": "Lihat Semua"
|
|
2546
2552
|
},
|
|
@@ -2655,6 +2661,9 @@ const locale = {
|
|
|
2655
2661
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2656
2662
|
"message": "Kamera web anda mungkin sudah digunakan."
|
|
2657
2663
|
},
|
|
2664
|
+
"youtube_embed_url_5c1018d4": {
|
|
2665
|
+
"message": "URL benam YouTube"
|
|
2666
|
+
},
|
|
2658
2667
|
"zeta_5ef24f0e": {
|
|
2659
2668
|
"message": "Zeta"
|
|
2660
2669
|
},
|
|
@@ -301,12 +301,6 @@ const locale = {
|
|
|
301
301
|
"clear_image_3213fe62": {
|
|
302
302
|
"message": "Fjern bilde"
|
|
303
303
|
},
|
|
304
|
-
"clear_selected_file_82388e50": {
|
|
305
|
-
"message": "Fjern valgt fil"
|
|
306
|
-
},
|
|
307
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
308
|
-
"message": "Fjern valgt fil: { filename }"
|
|
309
|
-
},
|
|
310
304
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
311
305
|
"message": "Klikk eller skift-klikk for html-redigeringsprogrammet."
|
|
312
306
|
},
|
|
@@ -1711,6 +1705,9 @@ const locale = {
|
|
|
1711
1705
|
"please_enter_a_file_name_f159edc1": {
|
|
1712
1706
|
"message": "Skriv inn et filnavn"
|
|
1713
1707
|
},
|
|
1708
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1709
|
+
"message": "Angi en gyldig video-URL fra en støttet plattform."
|
|
1710
|
+
},
|
|
1714
1711
|
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
1712
|
"message": "Velg en fil av støttet filtype"
|
|
1716
1713
|
},
|
|
@@ -1828,6 +1825,12 @@ const locale = {
|
|
|
1828
1825
|
"religion_icon_246e0be1": {
|
|
1829
1826
|
"message": "Religion-ikon"
|
|
1830
1827
|
},
|
|
1828
|
+
"remove_f47dc62a": {
|
|
1829
|
+
"message": "Fjern"
|
|
1830
|
+
},
|
|
1831
|
+
"remove_filename_3ea029f6": {
|
|
1832
|
+
"message": "Fjern { filename }"
|
|
1833
|
+
},
|
|
1831
1834
|
"remove_heading_style_5fdc8855": {
|
|
1832
1835
|
"message": "Fjern tittelstil"
|
|
1833
1836
|
},
|
|
@@ -2542,6 +2545,9 @@ const locale = {
|
|
|
2542
2545
|
"video_player_for_title_ffd9fbc4": {
|
|
2543
2546
|
"message": "Video avspiller for { title }"
|
|
2544
2547
|
},
|
|
2548
|
+
"video_url_889d3263": {
|
|
2549
|
+
"message": "Video-URL"
|
|
2550
|
+
},
|
|
2545
2551
|
"view_all_e13bf0a6": {
|
|
2546
2552
|
"message": "Vis alle"
|
|
2547
2553
|
},
|
|
@@ -2656,6 +2662,9 @@ const locale = {
|
|
|
2656
2662
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2657
2663
|
"message": "Webkameraet ditt kan allerede være i bruk."
|
|
2658
2664
|
},
|
|
2665
|
+
"youtube_embed_url_5c1018d4": {
|
|
2666
|
+
"message": "YouTube-innebygd URL"
|
|
2667
|
+
},
|
|
2659
2668
|
"zeta_5ef24f0e": {
|
|
2660
2669
|
"message": "Zeta"
|
|
2661
2670
|
},
|
|
@@ -301,12 +301,6 @@ const locale = {
|
|
|
301
301
|
"clear_image_3213fe62": {
|
|
302
302
|
"message": "Fjern bilde"
|
|
303
303
|
},
|
|
304
|
-
"clear_selected_file_82388e50": {
|
|
305
|
-
"message": "Fjern valgt fil"
|
|
306
|
-
},
|
|
307
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
308
|
-
"message": "Fjern valgt fil: { filename }"
|
|
309
|
-
},
|
|
310
304
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
311
305
|
"message": "Klikk eller skift-klikk for html-redigeringsprogrammet."
|
|
312
306
|
},
|
|
@@ -1711,6 +1705,9 @@ const locale = {
|
|
|
1711
1705
|
"please_enter_a_file_name_f159edc1": {
|
|
1712
1706
|
"message": "Skriv inn et filnavn"
|
|
1713
1707
|
},
|
|
1708
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1709
|
+
"message": "Angi en gyldig video-URL fra en støttet plattform."
|
|
1710
|
+
},
|
|
1714
1711
|
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
1712
|
"message": "Velg en fil av støttet filtype"
|
|
1716
1713
|
},
|
|
@@ -1828,6 +1825,12 @@ const locale = {
|
|
|
1828
1825
|
"religion_icon_246e0be1": {
|
|
1829
1826
|
"message": "Religion-ikon"
|
|
1830
1827
|
},
|
|
1828
|
+
"remove_f47dc62a": {
|
|
1829
|
+
"message": "Fjern"
|
|
1830
|
+
},
|
|
1831
|
+
"remove_filename_3ea029f6": {
|
|
1832
|
+
"message": "Fjern { filename }"
|
|
1833
|
+
},
|
|
1831
1834
|
"remove_heading_style_5fdc8855": {
|
|
1832
1835
|
"message": "Fjern tittelstil"
|
|
1833
1836
|
},
|
|
@@ -2542,6 +2545,9 @@ const locale = {
|
|
|
2542
2545
|
"video_player_for_title_ffd9fbc4": {
|
|
2543
2546
|
"message": "Video avspiller for { title }"
|
|
2544
2547
|
},
|
|
2548
|
+
"video_url_889d3263": {
|
|
2549
|
+
"message": "Video-URL"
|
|
2550
|
+
},
|
|
2545
2551
|
"view_all_e13bf0a6": {
|
|
2546
2552
|
"message": "Vis alle"
|
|
2547
2553
|
},
|
|
@@ -2656,6 +2662,9 @@ const locale = {
|
|
|
2656
2662
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2657
2663
|
"message": "Webkameraet ditt kan allerede være i bruk."
|
|
2658
2664
|
},
|
|
2665
|
+
"youtube_embed_url_5c1018d4": {
|
|
2666
|
+
"message": "YouTube-innebygd URL"
|
|
2667
|
+
},
|
|
2659
2668
|
"zeta_5ef24f0e": {
|
|
2660
2669
|
"message": "Zeta"
|
|
2661
2670
|
},
|
|
@@ -301,12 +301,6 @@ const locale = {
|
|
|
301
301
|
"clear_image_3213fe62": {
|
|
302
302
|
"message": "Afbeelding wissen"
|
|
303
303
|
},
|
|
304
|
-
"clear_selected_file_82388e50": {
|
|
305
|
-
"message": "Verwijder geselecteerd bestand"
|
|
306
|
-
},
|
|
307
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
308
|
-
"message": "Verwijder geselecteerd bestand: { filename }"
|
|
309
|
-
},
|
|
310
304
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
311
305
|
"message": "Klik of schuif-klik voor de HTML-editor."
|
|
312
306
|
},
|
|
@@ -1711,6 +1705,9 @@ const locale = {
|
|
|
1711
1705
|
"please_enter_a_file_name_f159edc1": {
|
|
1712
1706
|
"message": "Voer een bestandsnaam in"
|
|
1713
1707
|
},
|
|
1708
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1709
|
+
"message": "Voer een geldige video-URL in van een ondersteund platform."
|
|
1710
|
+
},
|
|
1714
1711
|
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
1712
|
"message": "Selecteer een bestand van een ondersteund type"
|
|
1716
1713
|
},
|
|
@@ -1828,6 +1825,12 @@ const locale = {
|
|
|
1828
1825
|
"religion_icon_246e0be1": {
|
|
1829
1826
|
"message": "Religiepictogram"
|
|
1830
1827
|
},
|
|
1828
|
+
"remove_f47dc62a": {
|
|
1829
|
+
"message": "Verwijderen"
|
|
1830
|
+
},
|
|
1831
|
+
"remove_filename_3ea029f6": {
|
|
1832
|
+
"message": "{ filename } verwijderen"
|
|
1833
|
+
},
|
|
1831
1834
|
"remove_heading_style_5fdc8855": {
|
|
1832
1835
|
"message": "Koptekststijl verwijderen"
|
|
1833
1836
|
},
|
|
@@ -2542,6 +2545,9 @@ const locale = {
|
|
|
2542
2545
|
"video_player_for_title_ffd9fbc4": {
|
|
2543
2546
|
"message": "Videospeler voor { title }"
|
|
2544
2547
|
},
|
|
2548
|
+
"video_url_889d3263": {
|
|
2549
|
+
"message": "Video-URL"
|
|
2550
|
+
},
|
|
2545
2551
|
"view_all_e13bf0a6": {
|
|
2546
2552
|
"message": "Alles weergeven"
|
|
2547
2553
|
},
|
|
@@ -2656,6 +2662,9 @@ const locale = {
|
|
|
2656
2662
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2657
2663
|
"message": "Mogelijk is je webcam al in gebruik."
|
|
2658
2664
|
},
|
|
2665
|
+
"youtube_embed_url_5c1018d4": {
|
|
2666
|
+
"message": "Insluitings-URL YouTube"
|
|
2667
|
+
},
|
|
2659
2668
|
"zeta_5ef24f0e": {
|
|
2660
2669
|
"message": "Zeta"
|
|
2661
2670
|
},
|
|
@@ -271,12 +271,6 @@ const locale = {
|
|
|
271
271
|
"clear_image_3213fe62": {
|
|
272
272
|
"message": "Tøm bilde"
|
|
273
273
|
},
|
|
274
|
-
"clear_selected_file_82388e50": {
|
|
275
|
-
"message": "Fjern vald fil"
|
|
276
|
-
},
|
|
277
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
278
|
-
"message": "Fjern vald fil: { filename }"
|
|
279
|
-
},
|
|
280
274
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
281
275
|
"message": "Klikk eller shift+klikk for å gå til html-editoren."
|
|
282
276
|
},
|
|
@@ -1453,6 +1447,9 @@ const locale = {
|
|
|
1453
1447
|
"operators_a2ef9a93": {
|
|
1454
1448
|
"message": "Operatør"
|
|
1455
1449
|
},
|
|
1450
|
+
"options_3ab0ea65": {
|
|
1451
|
+
"message": "Alternativ"
|
|
1452
|
+
},
|
|
1456
1453
|
"or_9b70ccaa": {
|
|
1457
1454
|
"message": "Eller"
|
|
1458
1455
|
},
|
|
@@ -1654,6 +1651,9 @@ const locale = {
|
|
|
1654
1651
|
"religion_icon_246e0be1": {
|
|
1655
1652
|
"message": "Religion-ikon"
|
|
1656
1653
|
},
|
|
1654
|
+
"remove_f47dc62a": {
|
|
1655
|
+
"message": "Fjern"
|
|
1656
|
+
},
|
|
1657
1657
|
"remove_heading_style_5fdc8855": {
|
|
1658
1658
|
"message": "Fjern stil på overskrift"
|
|
1659
1659
|
},
|
|
@@ -301,12 +301,6 @@ const locale = {
|
|
|
301
301
|
"clear_image_3213fe62": {
|
|
302
302
|
"message": "Wyczyść obraz"
|
|
303
303
|
},
|
|
304
|
-
"clear_selected_file_82388e50": {
|
|
305
|
-
"message": "Usuń wybrany plik"
|
|
306
|
-
},
|
|
307
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
308
|
-
"message": "Usuń wybrany plik: { filename }"
|
|
309
|
-
},
|
|
310
304
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
311
305
|
"message": "Kliknij lub naciśnij Shift i kliknij, aby otworzyć edytor html."
|
|
312
306
|
},
|
|
@@ -1711,6 +1705,9 @@ const locale = {
|
|
|
1711
1705
|
"please_enter_a_file_name_f159edc1": {
|
|
1712
1706
|
"message": "Wpisz nazwę pliku"
|
|
1713
1707
|
},
|
|
1708
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1709
|
+
"message": "Wprowadź prawidłowy adres URL wideo z obsługiwanej platformy."
|
|
1710
|
+
},
|
|
1714
1711
|
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
1712
|
"message": "Wybierz plik obsługiwanego typu"
|
|
1716
1713
|
},
|
|
@@ -1828,6 +1825,12 @@ const locale = {
|
|
|
1828
1825
|
"religion_icon_246e0be1": {
|
|
1829
1826
|
"message": "Ikona religii"
|
|
1830
1827
|
},
|
|
1828
|
+
"remove_f47dc62a": {
|
|
1829
|
+
"message": "Usuń"
|
|
1830
|
+
},
|
|
1831
|
+
"remove_filename_3ea029f6": {
|
|
1832
|
+
"message": "Usuń { filename }"
|
|
1833
|
+
},
|
|
1831
1834
|
"remove_heading_style_5fdc8855": {
|
|
1832
1835
|
"message": "Usuń styl nagłówka"
|
|
1833
1836
|
},
|
|
@@ -2542,6 +2545,9 @@ const locale = {
|
|
|
2542
2545
|
"video_player_for_title_ffd9fbc4": {
|
|
2543
2546
|
"message": "Odtwarzacz wideo dla { title }"
|
|
2544
2547
|
},
|
|
2548
|
+
"video_url_889d3263": {
|
|
2549
|
+
"message": "Adres URL wideo"
|
|
2550
|
+
},
|
|
2545
2551
|
"view_all_e13bf0a6": {
|
|
2546
2552
|
"message": "Wyświetl wszystkie"
|
|
2547
2553
|
},
|
|
@@ -2656,6 +2662,9 @@ const locale = {
|
|
|
2656
2662
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2657
2663
|
"message": "Kamera sieciowa może być już w użyciu."
|
|
2658
2664
|
},
|
|
2665
|
+
"youtube_embed_url_5c1018d4": {
|
|
2666
|
+
"message": "Osadź adres URL z serwisu YouTube"
|
|
2667
|
+
},
|
|
2659
2668
|
"zeta_5ef24f0e": {
|
|
2660
2669
|
"message": "Zeta"
|
|
2661
2670
|
},
|
|
@@ -301,12 +301,6 @@ const locale = {
|
|
|
301
301
|
"clear_image_3213fe62": {
|
|
302
302
|
"message": "Limpar imagem"
|
|
303
303
|
},
|
|
304
|
-
"clear_selected_file_82388e50": {
|
|
305
|
-
"message": "Apagar o ficheiro selecionado"
|
|
306
|
-
},
|
|
307
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
308
|
-
"message": "Apagar o ficheiro selecionado: { filename }"
|
|
309
|
-
},
|
|
310
304
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
311
305
|
"message": "Clicar ou clicar com o shift para o editor html."
|
|
312
306
|
},
|
|
@@ -1711,6 +1705,9 @@ const locale = {
|
|
|
1711
1705
|
"please_enter_a_file_name_f159edc1": {
|
|
1712
1706
|
"message": "Por favor insira um nome de ficheiro"
|
|
1713
1707
|
},
|
|
1708
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1709
|
+
"message": "Insira um URL de vídeo válido de uma plataforma compatível."
|
|
1710
|
+
},
|
|
1714
1711
|
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
1712
|
"message": "Selecione um ficheiro de um tipo suportado"
|
|
1716
1713
|
},
|
|
@@ -1828,6 +1825,12 @@ const locale = {
|
|
|
1828
1825
|
"religion_icon_246e0be1": {
|
|
1829
1826
|
"message": "Ícone Religião"
|
|
1830
1827
|
},
|
|
1828
|
+
"remove_f47dc62a": {
|
|
1829
|
+
"message": "Eliminar"
|
|
1830
|
+
},
|
|
1831
|
+
"remove_filename_3ea029f6": {
|
|
1832
|
+
"message": "Remover { filename }"
|
|
1833
|
+
},
|
|
1831
1834
|
"remove_heading_style_5fdc8855": {
|
|
1832
1835
|
"message": "Remova estilo de cabeçalho"
|
|
1833
1836
|
},
|
|
@@ -2542,6 +2545,9 @@ const locale = {
|
|
|
2542
2545
|
"video_player_for_title_ffd9fbc4": {
|
|
2543
2546
|
"message": "Leitor de vídeo para { title }"
|
|
2544
2547
|
},
|
|
2548
|
+
"video_url_889d3263": {
|
|
2549
|
+
"message": "URL do vídeo"
|
|
2550
|
+
},
|
|
2545
2551
|
"view_all_e13bf0a6": {
|
|
2546
2552
|
"message": "Ver tudo"
|
|
2547
2553
|
},
|
|
@@ -2656,6 +2662,9 @@ const locale = {
|
|
|
2656
2662
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2657
2663
|
"message": "Sua webcam já pode estar em uso."
|
|
2658
2664
|
},
|
|
2665
|
+
"youtube_embed_url_5c1018d4": {
|
|
2666
|
+
"message": "URL incorporado do YouTube"
|
|
2667
|
+
},
|
|
2659
2668
|
"zeta_5ef24f0e": {
|
|
2660
2669
|
"message": "Zeta"
|
|
2661
2670
|
},
|
|
@@ -301,12 +301,6 @@ const locale = {
|
|
|
301
301
|
"clear_image_3213fe62": {
|
|
302
302
|
"message": "Limpar imagem"
|
|
303
303
|
},
|
|
304
|
-
"clear_selected_file_82388e50": {
|
|
305
|
-
"message": "Limpar arquivo selecionado"
|
|
306
|
-
},
|
|
307
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
308
|
-
"message": "Limpar arquivo selecionado: { filename }"
|
|
309
|
-
},
|
|
310
304
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
311
305
|
"message": "Clique ou clique e segure Shift para o editor de html."
|
|
312
306
|
},
|
|
@@ -1711,6 +1705,9 @@ const locale = {
|
|
|
1711
1705
|
"please_enter_a_file_name_f159edc1": {
|
|
1712
1706
|
"message": "Por favor insira o nome do arquivo."
|
|
1713
1707
|
},
|
|
1708
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1709
|
+
"message": "Insira um URL de vídeo válido de uma plataforma compatível."
|
|
1710
|
+
},
|
|
1714
1711
|
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
1712
|
"message": "Selecione um arquivo de um tipo compatível"
|
|
1716
1713
|
},
|
|
@@ -1828,6 +1825,12 @@ const locale = {
|
|
|
1828
1825
|
"religion_icon_246e0be1": {
|
|
1829
1826
|
"message": "Ícone de religião"
|
|
1830
1827
|
},
|
|
1828
|
+
"remove_f47dc62a": {
|
|
1829
|
+
"message": "Remover"
|
|
1830
|
+
},
|
|
1831
|
+
"remove_filename_3ea029f6": {
|
|
1832
|
+
"message": "Remover { filename }"
|
|
1833
|
+
},
|
|
1831
1834
|
"remove_heading_style_5fdc8855": {
|
|
1832
1835
|
"message": "Remover estilo do título"
|
|
1833
1836
|
},
|
|
@@ -2542,6 +2545,9 @@ const locale = {
|
|
|
2542
2545
|
"video_player_for_title_ffd9fbc4": {
|
|
2543
2546
|
"message": "Reprodutor de vídeo para { title }"
|
|
2544
2547
|
},
|
|
2548
|
+
"video_url_889d3263": {
|
|
2549
|
+
"message": "URL do vídeo"
|
|
2550
|
+
},
|
|
2545
2551
|
"view_all_e13bf0a6": {
|
|
2546
2552
|
"message": "Visualizar todos"
|
|
2547
2553
|
},
|
|
@@ -2656,6 +2662,9 @@ const locale = {
|
|
|
2656
2662
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2657
2663
|
"message": "Sua webcam já pode estar em uso."
|
|
2658
2664
|
},
|
|
2665
|
+
"youtube_embed_url_5c1018d4": {
|
|
2666
|
+
"message": "URL integrado do YouTube"
|
|
2667
|
+
},
|
|
2659
2668
|
"zeta_5ef24f0e": {
|
|
2660
2669
|
"message": "Zeta"
|
|
2661
2670
|
},
|
|
@@ -301,12 +301,6 @@ const locale = {
|
|
|
301
301
|
"clear_image_3213fe62": {
|
|
302
302
|
"message": "Удалить изображение"
|
|
303
303
|
},
|
|
304
|
-
"clear_selected_file_82388e50": {
|
|
305
|
-
"message": "Очистить выбранный файл"
|
|
306
|
-
},
|
|
307
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
308
|
-
"message": "Удалить выбранный файл: { filename }"
|
|
309
|
-
},
|
|
310
304
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
311
305
|
"message": "Щелкнуть или щелкнуть с нажатием на клавишу shift, чтобы обратиться к редактору html."
|
|
312
306
|
},
|
|
@@ -1711,6 +1705,9 @@ const locale = {
|
|
|
1711
1705
|
"please_enter_a_file_name_f159edc1": {
|
|
1712
1706
|
"message": "Введите имя файла"
|
|
1713
1707
|
},
|
|
1708
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1709
|
+
"message": "Введите действительный URL-адрес видео с поддерживаемой платформы."
|
|
1710
|
+
},
|
|
1714
1711
|
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
1712
|
"message": "Выберите файл поддерживаемого типа"
|
|
1716
1713
|
},
|
|
@@ -1828,6 +1825,12 @@ const locale = {
|
|
|
1828
1825
|
"religion_icon_246e0be1": {
|
|
1829
1826
|
"message": "Значок религии"
|
|
1830
1827
|
},
|
|
1828
|
+
"remove_f47dc62a": {
|
|
1829
|
+
"message": "Удалить"
|
|
1830
|
+
},
|
|
1831
|
+
"remove_filename_3ea029f6": {
|
|
1832
|
+
"message": "Удалить { filename }"
|
|
1833
|
+
},
|
|
1831
1834
|
"remove_heading_style_5fdc8855": {
|
|
1832
1835
|
"message": "Удалить стиль заголовка"
|
|
1833
1836
|
},
|
|
@@ -2542,6 +2545,9 @@ const locale = {
|
|
|
2542
2545
|
"video_player_for_title_ffd9fbc4": {
|
|
2543
2546
|
"message": "Видеоплеер для { title }"
|
|
2544
2547
|
},
|
|
2548
|
+
"video_url_889d3263": {
|
|
2549
|
+
"message": "URL видео"
|
|
2550
|
+
},
|
|
2545
2551
|
"view_all_e13bf0a6": {
|
|
2546
2552
|
"message": "Просмотреть все"
|
|
2547
2553
|
},
|
|
@@ -2656,6 +2662,9 @@ const locale = {
|
|
|
2656
2662
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2657
2663
|
"message": "Ваша веб-камера может уже использоваться."
|
|
2658
2664
|
},
|
|
2665
|
+
"youtube_embed_url_5c1018d4": {
|
|
2666
|
+
"message": "URL для вставки в YouTube"
|
|
2667
|
+
},
|
|
2659
2668
|
"zeta_5ef24f0e": {
|
|
2660
2669
|
"message": "Зета"
|
|
2661
2670
|
},
|