@instructure/canvas-rce 5.13.1 → 5.13.5
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 +24 -0
- package/README.md +1 -3
- package/es/bridge/Bridge.js +0 -4
- package/es/defaultTinymceConfig.js +1 -1
- package/es/getTranslations.js +5 -1
- package/es/index.js +2 -0
- package/es/rce/RCE.js +3 -1
- package/es/rce/RCEVariants.js +121 -0
- package/es/rce/RCEWrapper.js +96 -47
- package/es/rce/RCEWrapperProps.js +5 -2
- package/es/rce/StatusBar.js +67 -17
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Footer.js +1 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Preview.js +1 -1
- package/es/rce/plugins/instructure_icon_maker/components/IconMakerTray.js +6 -1
- package/es/rce/plugins/instructure_rce_external_tools/RceToolWrapper.js +9 -9
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +25 -3
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.js +1 -1
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogTray.js +1 -1
- package/es/rce/plugins/instructure_rce_external_tools/plugin.js +4 -1
- package/es/rce/plugins/shared/CanvasContentTray.js +6 -158
- package/es/rce/plugins/shared/Filter.js +0 -17
- package/es/rce/plugins/shared/FixedContentTray.js +7 -4
- package/es/rce/plugins/shared/ImageOptionsForm.js +3 -2
- package/es/rce/plugins/shared/Upload/CanvasContentPanel.js +160 -0
- package/es/rce/plugins/shared/Upload/ComputerPanel.js +1 -0
- package/es/rce/plugins/shared/Upload/PanelFilter.js +144 -0
- package/es/rce/plugins/shared/Upload/UploadFile.js +10 -2
- package/es/rce/plugins/shared/Upload/UploadFileModal.js +47 -11
- package/es/rce/plugins/shared/Upload/UsageRightsSelectBox.js +20 -20
- package/es/rce/plugins/shared/Upload/index.js +19 -0
- package/es/rce/plugins/shared/ai_tools/AIResponseModal.js +70 -0
- package/es/rce/plugins/shared/ai_tools/AIToolsTray.js +510 -0
- package/es/rce/plugins/shared/ai_tools/aiicons.js +59 -0
- package/es/rce/plugins/shared/ai_tools/index.js +20 -0
- package/es/rce/plugins/shared/canvasContentUtils.js +190 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/defaultFetchOptions.js +31 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/doFetchApi.js +85 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/get-cookie.js +29 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/index.js +22 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/parse-link-header.js +116 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/query-string-encoding.js +51 -0
- package/es/rce/plugins/shared/linkUtils.js +1 -1
- package/es/rce/plugins/shared/useFilterSettings.js +35 -0
- package/es/sidebar/actions/upload.js +5 -2
- package/es/translations/locales/ar.js +64 -1
- package/es/translations/locales/ca.js +65 -2
- package/es/translations/locales/cy.js +64 -1
- package/es/translations/locales/da-x-k12.js +65 -2
- package/es/translations/locales/da.js +65 -2
- package/es/translations/locales/de.js +65 -2
- package/es/translations/locales/el.js +9 -0
- package/es/translations/locales/en-AU-x-unimelb.js +65 -2
- package/es/translations/locales/en-GB-x-ukhe.js +65 -2
- package/es/translations/locales/en.js +65 -2
- package/es/translations/locales/en_AU.js +65 -2
- package/es/translations/locales/en_CA.js +65 -2
- package/es/translations/locales/en_CY.js +65 -2
- package/es/translations/locales/en_GB.js +65 -2
- package/es/translations/locales/es.js +64 -1
- package/es/translations/locales/es_ES.js +64 -1
- package/es/translations/locales/fa_IR.js +9 -0
- package/es/translations/locales/fi.js +64 -1
- package/es/translations/locales/fr.js +65 -2
- package/es/translations/locales/fr_CA.js +65 -2
- package/es/translations/locales/ga.js +116 -2
- package/es/translations/locales/he.js +9 -0
- package/es/translations/locales/hi.js +2543 -0
- package/es/translations/locales/ht.js +65 -2
- package/es/translations/locales/hu.js +440 -2
- package/es/translations/locales/hy.js +9 -0
- package/es/translations/locales/id.js +65 -2
- package/es/translations/locales/is.js +65 -2
- package/es/translations/locales/it.js +65 -2
- package/es/translations/locales/ja.js +65 -2
- package/es/translations/locales/ko.js +3 -0
- package/es/translations/locales/mi.js +65 -2
- package/es/translations/locales/ms.js +64 -1
- package/es/translations/locales/nb-x-k12.js +65 -2
- package/es/translations/locales/nb.js +65 -2
- package/es/translations/locales/nl.js +65 -2
- package/es/translations/locales/nn.js +156 -3
- package/es/translations/locales/pl.js +64 -1
- package/es/translations/locales/pt.js +64 -1
- package/es/translations/locales/pt_BR.js +65 -2
- package/es/translations/locales/ru.js +64 -1
- package/es/translations/locales/sl.js +65 -2
- package/es/translations/locales/sv-x-k12.js +65 -2
- package/es/translations/locales/sv.js +65 -2
- package/es/translations/locales/th.js +64 -1
- package/es/translations/locales/tr.js +9 -0
- package/es/translations/locales/uk_UA.js +9 -0
- package/es/translations/locales/vi.js +64 -1
- package/es/translations/locales/zh-Hans.js +64 -1
- package/es/translations/locales/zh-Hant.js +65 -2
- package/es/translations/locales/zh.js +64 -1
- package/es/translations/locales/zh_HK.js +65 -2
- package/es/translations/tinymce/ar_SA.js +4 -0
- package/es/translations/tinymce/bg_BG.js +4 -0
- package/es/translations/tinymce/ca.js +4 -0
- package/es/translations/tinymce/cs.js +4 -0
- package/es/translations/tinymce/cy.js +4 -0
- package/es/translations/tinymce/da.js +4 -0
- package/es/translations/tinymce/de.js +4 -0
- package/es/translations/tinymce/el.js +4 -0
- package/es/translations/tinymce/es.js +4 -0
- package/es/translations/tinymce/fa_IR.js +4 -0
- package/es/translations/tinymce/fr_FR.js +4 -0
- package/es/translations/tinymce/ga.js +4 -0
- package/es/translations/tinymce/he_IL.js +4 -0
- package/es/translations/tinymce/hu_HU.js +4 -0
- package/es/translations/tinymce/hy.js +4 -0
- package/es/translations/tinymce/id.js +4 -0
- package/es/translations/tinymce/it.js +4 -0
- package/es/translations/tinymce/ja.js +4 -0
- package/es/translations/tinymce/ko_KR.js +4 -0
- package/es/translations/tinymce/nb_NO.js +4 -0
- package/es/translations/tinymce/nl.js +4 -0
- package/es/translations/tinymce/pl.js +4 -0
- package/es/translations/tinymce/pt_BR.js +4 -0
- package/es/translations/tinymce/pt_PT.js +4 -0
- package/es/translations/tinymce/ro.js +4 -0
- package/es/translations/tinymce/ru.js +4 -0
- package/es/translations/tinymce/ru_RU.js +5 -1
- package/es/translations/tinymce/sl.js +4 -0
- package/es/translations/tinymce/sr.js +4 -0
- package/es/translations/tinymce/sv_SE.js +4 -0
- package/es/translations/tinymce/th.js +5 -1
- package/es/translations/tinymce/tr_TR.js +4 -0
- package/es/translations/tinymce/uk_UA.js +4 -0
- package/es/translations/tinymce/vi_VN.js +4 -0
- package/es/translations/tinymce/zh_CN.js +4 -0
- package/es/translations/tinymce/zh_TW.js +4 -0
- package/jest/jest-setup.js +1 -0
- package/package.json +1 -1
|
@@ -96,6 +96,9 @@ const locale = {
|
|
|
96
96
|
"content_type_2cf90d95": {
|
|
97
97
|
"message": "Բովանդակության տեսակ"
|
|
98
98
|
},
|
|
99
|
+
"copy_9748f9f": {
|
|
100
|
+
"message": "Պատճենել"
|
|
101
|
+
},
|
|
99
102
|
"copyright_holder_66ee111": {
|
|
100
103
|
"message": "Հեղինակային իրավունք ունեցող անձը՝"
|
|
101
104
|
},
|
|
@@ -372,6 +375,9 @@ const locale = {
|
|
|
372
375
|
"reset_95a81614": {
|
|
373
376
|
"message": "Սկզբնական Վիճակին Բերել"
|
|
374
377
|
},
|
|
378
|
+
"retry_ebd5f8ba": {
|
|
379
|
+
"message": "Փորձել կրկին"
|
|
380
|
+
},
|
|
375
381
|
"rich_content_editor_2708ef21": {
|
|
376
382
|
"message": "Ֆորմատավորված տեքստի խմբագիր"
|
|
377
383
|
},
|
|
@@ -393,6 +399,9 @@ const locale = {
|
|
|
393
399
|
"submit_a3cc6859": {
|
|
394
400
|
"message": "Ուղարկել"
|
|
395
401
|
},
|
|
402
|
+
"submitting_b90fac62": {
|
|
403
|
+
"message": "Ուղարկվում է..."
|
|
404
|
+
},
|
|
396
405
|
"syllabus_f191f65b": {
|
|
397
406
|
"message": "Դասընթացի ծրագիր"
|
|
398
407
|
},
|
|
@@ -54,6 +54,12 @@ const locale = {
|
|
|
54
54
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
55
55
|
"message": "Tautan berdekatan dengan URL yang sama harus berupa tautan tunggal."
|
|
56
56
|
},
|
|
57
|
+
"ai_response_9624e8e8": {
|
|
58
|
+
"message": "Respons AI"
|
|
59
|
+
},
|
|
60
|
+
"ai_tools_fda01177": {
|
|
61
|
+
"message": "Alat AI"
|
|
62
|
+
},
|
|
57
63
|
"aleph_f4ffd155": {
|
|
58
64
|
"message": "Aleph"
|
|
59
65
|
},
|
|
@@ -90,6 +96,9 @@ const locale = {
|
|
|
90
96
|
"an_error_occurred_making_a_network_request_d1bda348": {
|
|
91
97
|
"message": "Kesalahan terjadi saat membuat permintaan jaringan"
|
|
92
98
|
},
|
|
99
|
+
"an_error_occurred_processing_your_request_a3a38d84": {
|
|
100
|
+
"message": "Terjadi kesalahan saat memproses permintaan Anda"
|
|
101
|
+
},
|
|
93
102
|
"an_error_occurred_uploading_your_media_71f1444d": {
|
|
94
103
|
"message": "Terjadi kesalahan saat mengunggah media Anda."
|
|
95
104
|
},
|
|
@@ -333,6 +342,9 @@ const locale = {
|
|
|
333
342
|
"complex_numbers_a543d004": {
|
|
334
343
|
"message": "Bilangan Kompleks"
|
|
335
344
|
},
|
|
345
|
+
"compose_44c904f4": {
|
|
346
|
+
"message": "Tulis"
|
|
347
|
+
},
|
|
336
348
|
"computer_1d7dfa6f": {
|
|
337
349
|
"message": "Komputer"
|
|
338
350
|
},
|
|
@@ -360,6 +372,9 @@ const locale = {
|
|
|
360
372
|
"coproduct_e7838082": {
|
|
361
373
|
"message": "Produk bersama"
|
|
362
374
|
},
|
|
375
|
+
"copy_9748f9f": {
|
|
376
|
+
"message": "Salin"
|
|
377
|
+
},
|
|
363
378
|
"copyright_holder_66ee111": {
|
|
364
379
|
"message": "Pemegang Hak Cipta:"
|
|
365
380
|
},
|
|
@@ -528,6 +543,9 @@ const locale = {
|
|
|
528
543
|
"disjoint_union_e74351a8": {
|
|
529
544
|
"message": "Disjoint Union"
|
|
530
545
|
},
|
|
546
|
+
"dislike_14befc48": {
|
|
547
|
+
"message": "Tidak Sukai"
|
|
548
|
+
},
|
|
531
549
|
"display_options_315aba85": {
|
|
532
550
|
"message": "Opsi Tampilan"
|
|
533
551
|
},
|
|
@@ -603,8 +621,8 @@ const locale = {
|
|
|
603
621
|
"edit_link_7f53bebb": {
|
|
604
622
|
"message": "Edit Tautan"
|
|
605
623
|
},
|
|
606
|
-
"
|
|
607
|
-
"message": "
|
|
624
|
+
"editor_status_bar_653f44ee": {
|
|
625
|
+
"message": "Bilah Status Editor"
|
|
608
626
|
},
|
|
609
627
|
"element_starting_with_start_91bf4c3b": {
|
|
610
628
|
"message": "Elemen yang mulai dengan { start }"
|
|
@@ -657,6 +675,9 @@ const locale = {
|
|
|
657
675
|
"enter_search_text_26cb4459": {
|
|
658
676
|
"message": "mauskkan teks pencarian"
|
|
659
677
|
},
|
|
678
|
+
"enter_text_8b35c65b": {
|
|
679
|
+
"message": "Masukkan teks"
|
|
680
|
+
},
|
|
660
681
|
"epsilon_54bb8afa": {
|
|
661
682
|
"message": "Epsilon"
|
|
662
683
|
},
|
|
@@ -720,6 +741,9 @@ const locale = {
|
|
|
720
741
|
"failed_getting_file_contents_e9ea19f4": {
|
|
721
742
|
"message": "Gagal mengambil konten file"
|
|
722
743
|
},
|
|
744
|
+
"failed_to_copy_response_d3def551": {
|
|
745
|
+
"message": "Gagal menyalin respons"
|
|
746
|
+
},
|
|
723
747
|
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
724
748
|
"message": "Gagal mengambil konten dari alat eksternal"
|
|
725
749
|
},
|
|
@@ -897,6 +921,12 @@ const locale = {
|
|
|
897
921
|
"height_69b03e15": {
|
|
898
922
|
"message": "Tinggi"
|
|
899
923
|
},
|
|
924
|
+
"hello_please_describe_the_modifications_you_would__49b19837": {
|
|
925
|
+
"message": "Halo. Silakan jelaskan modifikasi yang Anda inginkan untuk membuat komposisi Anda."
|
|
926
|
+
},
|
|
927
|
+
"hello_please_describe_the_modifications_you_would__600dbbf0": {
|
|
928
|
+
"message": "Halo. Silakan jelaskan modifikasi yang Anda inginkan untuk membuat pilihan Anda."
|
|
929
|
+
},
|
|
900
930
|
"hexagon_d8468e0d": {
|
|
901
931
|
"message": "Heksagon"
|
|
902
932
|
},
|
|
@@ -924,6 +954,9 @@ const locale = {
|
|
|
924
954
|
"i_hold_the_copyright_71ee91b1": {
|
|
925
955
|
"message": "Saya memiliki hak cipta"
|
|
926
956
|
},
|
|
957
|
+
"i_m_sorry_but_i_cannot_find_the_ai_s_answer_67569d19": {
|
|
958
|
+
"message": "Maaf, saya tidak dapat menemukan jawaban AI"
|
|
959
|
+
},
|
|
927
960
|
"icon_215a1dc6": {
|
|
928
961
|
"message": "Ikon"
|
|
929
962
|
},
|
|
@@ -1170,6 +1203,9 @@ const locale = {
|
|
|
1170
1203
|
"links_to_an_external_site_de74145d": {
|
|
1171
1204
|
"message": "Tautan ke situs eksternal."
|
|
1172
1205
|
},
|
|
1206
|
+
"lists_cd1336fc": {
|
|
1207
|
+
"message": "Daftar"
|
|
1208
|
+
},
|
|
1173
1209
|
"lists_should_be_formatted_as_lists_f862de8d": {
|
|
1174
1210
|
"message": "Daftar harus diformat sebagai daftar."
|
|
1175
1211
|
},
|
|
@@ -1275,6 +1311,9 @@ const locale = {
|
|
|
1275
1311
|
"miscellaneous_e9818229": {
|
|
1276
1312
|
"message": "Lain-Lain"
|
|
1277
1313
|
},
|
|
1314
|
+
"modify_6b0b13e3": {
|
|
1315
|
+
"message": "Modifikasi"
|
|
1316
|
+
},
|
|
1278
1317
|
"module_90d9fd32": {
|
|
1279
1318
|
"message": "Modul"
|
|
1280
1319
|
},
|
|
@@ -1563,6 +1602,9 @@ const locale = {
|
|
|
1563
1602
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1564
1603
|
"message": "Silakan izinkan Canvas untuk mengakses mikrofon dan webcam Anda."
|
|
1565
1604
|
},
|
|
1605
|
+
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1606
|
+
"message": "Silakan jelaskan apa yang Anda ingin buat."
|
|
1607
|
+
},
|
|
1566
1608
|
"plus_d43cd4ec": {
|
|
1567
1609
|
"message": "Plus"
|
|
1568
1610
|
},
|
|
@@ -1707,12 +1749,18 @@ const locale = {
|
|
|
1707
1749
|
"resize_ec83d538": {
|
|
1708
1750
|
"message": "Ubah Ukuran"
|
|
1709
1751
|
},
|
|
1752
|
+
"response_copied_to_clipboard_130d66cd": {
|
|
1753
|
+
"message": "Respons disalin ke clipboard"
|
|
1754
|
+
},
|
|
1710
1755
|
"restore_auto_save_deccd84b": {
|
|
1711
1756
|
"message": "Pulihkan simpan otomatis?"
|
|
1712
1757
|
},
|
|
1713
1758
|
"result_index_of_max_7db5ad8b": {
|
|
1714
1759
|
"message": "Hasil { index } dari { max }."
|
|
1715
1760
|
},
|
|
1761
|
+
"retry_ebd5f8ba": {
|
|
1762
|
+
"message": "Coba lagi"
|
|
1763
|
+
},
|
|
1716
1764
|
"reverse_turnstile_does_not_yield_7558be06": {
|
|
1717
1765
|
"message": "Kembalikan Turnstile (Tidak Menghasilkan)"
|
|
1718
1766
|
},
|
|
@@ -1863,6 +1911,9 @@ const locale = {
|
|
|
1863
1911
|
"shortcut_911d6255": {
|
|
1864
1912
|
"message": "Pintasan"
|
|
1865
1913
|
},
|
|
1914
|
+
"show_all_967a90f0": {
|
|
1915
|
+
"message": "Tampilkan semua"
|
|
1916
|
+
},
|
|
1866
1917
|
"show_audio_options_b489926b": {
|
|
1867
1918
|
"message": "Tampilkan opsi audio"
|
|
1868
1919
|
},
|
|
@@ -1986,6 +2037,9 @@ const locale = {
|
|
|
1986
2037
|
"submit_a3cc6859": {
|
|
1987
2038
|
"message": "Serahkan"
|
|
1988
2039
|
},
|
|
2040
|
+
"submitting_b90fac62": {
|
|
2041
|
+
"message": "Menyerahkan..."
|
|
2042
|
+
},
|
|
1989
2043
|
"subscript_59744f96": {
|
|
1990
2044
|
"message": "Subscript"
|
|
1991
2045
|
},
|
|
@@ -2385,6 +2439,9 @@ const locale = {
|
|
|
2385
2439
|
"view_word_and_character_counts_a743dd0c": {
|
|
2386
2440
|
"message": "Lihat jumlah kata dan karakter"
|
|
2387
2441
|
},
|
|
2442
|
+
"waiting_for_response_1efd0c50": {
|
|
2443
|
+
"message": "Menunggu respons"
|
|
2444
|
+
},
|
|
2388
2445
|
"we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
|
|
2389
2446
|
"message": "Kami tidak dapat mendeteksi mikrofon yang berfungsi yang tersambung ke perangkat Anda."
|
|
2390
2447
|
},
|
|
@@ -2403,6 +2460,9 @@ const locale = {
|
|
|
2403
2460
|
"webpages_should_only_have_a_single_h1_which_is_aut_dc99189e": {
|
|
2404
2461
|
"message": "Halaman web hanya boleh memiliki H1 tunggal, yang secara otomatis digunakan oleh judul halaman. Heading pertama pada konten Anda harus berupa H2."
|
|
2405
2462
|
},
|
|
2463
|
+
"what_would_you_like_to_do_6dc0d541": {
|
|
2464
|
+
"message": "Apa yang Anda ingin lakukan?"
|
|
2465
|
+
},
|
|
2406
2466
|
"when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
|
|
2407
2467
|
"message": "Saat markup digunakan yang secara visual memformat item sebagai daftar tetapi tidak mengindikasikan hubungan daftar, pengguna dapat kesulitan dalam menavigasikan informasi."
|
|
2408
2468
|
},
|
|
@@ -2433,6 +2493,9 @@ const locale = {
|
|
|
2433
2493
|
"wreath_product_200b38ef": {
|
|
2434
2494
|
"message": "Produk Wreath"
|
|
2435
2495
|
},
|
|
2496
|
+
"writing_assistant_a30ac16a": {
|
|
2497
|
+
"message": "Asisten Penulisan"
|
|
2498
|
+
},
|
|
2436
2499
|
"xi_149681d0": {
|
|
2437
2500
|
"message": "Xi"
|
|
2438
2501
|
},
|
|
@@ -53,6 +53,12 @@ const locale = {
|
|
|
53
53
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
54
54
|
"message": "Samliggjandi tenglar með sömu vefslóð eiga að vera stakur tengill."
|
|
55
55
|
},
|
|
56
|
+
"ai_response_9624e8e8": {
|
|
57
|
+
"message": "Gervigreindarsvörun"
|
|
58
|
+
},
|
|
59
|
+
"ai_tools_fda01177": {
|
|
60
|
+
"message": "Gervigreindarverkfæri"
|
|
61
|
+
},
|
|
56
62
|
"aleph_f4ffd155": {
|
|
57
63
|
"message": "Aleph"
|
|
58
64
|
},
|
|
@@ -89,6 +95,9 @@ const locale = {
|
|
|
89
95
|
"an_error_occurred_making_a_network_request_d1bda348": {
|
|
90
96
|
"message": "Villa kom upp við netbeiðni"
|
|
91
97
|
},
|
|
98
|
+
"an_error_occurred_processing_your_request_a3a38d84": {
|
|
99
|
+
"message": "Villa kom upp við að vinna úr beiðni þinni"
|
|
100
|
+
},
|
|
92
101
|
"an_error_occurred_uploading_your_media_71f1444d": {
|
|
93
102
|
"message": "Villa kom upp við að hlaða upp margmiðlunarefninu."
|
|
94
103
|
},
|
|
@@ -332,6 +341,9 @@ const locale = {
|
|
|
332
341
|
"complex_numbers_a543d004": {
|
|
333
342
|
"message": "Tvinntölur"
|
|
334
343
|
},
|
|
344
|
+
"compose_44c904f4": {
|
|
345
|
+
"message": "Semja"
|
|
346
|
+
},
|
|
335
347
|
"computer_1d7dfa6f": {
|
|
336
348
|
"message": "Tölva"
|
|
337
349
|
},
|
|
@@ -359,6 +371,9 @@ const locale = {
|
|
|
359
371
|
"coproduct_e7838082": {
|
|
360
372
|
"message": "Hjámargfeldi"
|
|
361
373
|
},
|
|
374
|
+
"copy_9748f9f": {
|
|
375
|
+
"message": "Afrita"
|
|
376
|
+
},
|
|
362
377
|
"copyright_holder_66ee111": {
|
|
363
378
|
"message": "Handhafi útgáfuréttar:"
|
|
364
379
|
},
|
|
@@ -527,6 +542,9 @@ const locale = {
|
|
|
527
542
|
"disjoint_union_e74351a8": {
|
|
528
543
|
"message": "Ósamræmt samband"
|
|
529
544
|
},
|
|
545
|
+
"dislike_14befc48": {
|
|
546
|
+
"message": "Líka ekki"
|
|
547
|
+
},
|
|
530
548
|
"display_options_315aba85": {
|
|
531
549
|
"message": "Sýningar valkostir"
|
|
532
550
|
},
|
|
@@ -602,8 +620,8 @@ const locale = {
|
|
|
602
620
|
"edit_link_7f53bebb": {
|
|
603
621
|
"message": "Breyta tengli"
|
|
604
622
|
},
|
|
605
|
-
"
|
|
606
|
-
"message": "
|
|
623
|
+
"editor_status_bar_653f44ee": {
|
|
624
|
+
"message": "Stöðustika ritils"
|
|
607
625
|
},
|
|
608
626
|
"element_starting_with_start_91bf4c3b": {
|
|
609
627
|
"message": "Eining byrjar á { start }"
|
|
@@ -656,6 +674,9 @@ const locale = {
|
|
|
656
674
|
"enter_search_text_26cb4459": {
|
|
657
675
|
"message": "færðu inn leitartexta"
|
|
658
676
|
},
|
|
677
|
+
"enter_text_8b35c65b": {
|
|
678
|
+
"message": "Settu inn texta"
|
|
679
|
+
},
|
|
659
680
|
"epsilon_54bb8afa": {
|
|
660
681
|
"message": "Epsílon"
|
|
661
682
|
},
|
|
@@ -719,6 +740,9 @@ const locale = {
|
|
|
719
740
|
"failed_getting_file_contents_e9ea19f4": {
|
|
720
741
|
"message": "Gat ekki sótt skráarinnihald"
|
|
721
742
|
},
|
|
743
|
+
"failed_to_copy_response_d3def551": {
|
|
744
|
+
"message": "Ekki tókst að afrita svar"
|
|
745
|
+
},
|
|
722
746
|
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
723
747
|
"message": "Mistókst að sækja efni frá ytra verkfæri"
|
|
724
748
|
},
|
|
@@ -896,6 +920,12 @@ const locale = {
|
|
|
896
920
|
"height_69b03e15": {
|
|
897
921
|
"message": "Hæð"
|
|
898
922
|
},
|
|
923
|
+
"hello_please_describe_the_modifications_you_would__49b19837": {
|
|
924
|
+
"message": "Halló. Vinsamlegast lýstu breytingunum sem þú vilt gera á samsetningu þinni."
|
|
925
|
+
},
|
|
926
|
+
"hello_please_describe_the_modifications_you_would__600dbbf0": {
|
|
927
|
+
"message": "Halló. Vinsamlegast lýstu breytingunum sem þú vilt gera á vali þínu."
|
|
928
|
+
},
|
|
899
929
|
"hexagon_d8468e0d": {
|
|
900
930
|
"message": "Sexhyrningur"
|
|
901
931
|
},
|
|
@@ -923,6 +953,9 @@ const locale = {
|
|
|
923
953
|
"i_hold_the_copyright_71ee91b1": {
|
|
924
954
|
"message": "Ég hef höfundarréttinn"
|
|
925
955
|
},
|
|
956
|
+
"i_m_sorry_but_i_cannot_find_the_ai_s_answer_67569d19": {
|
|
957
|
+
"message": "Því miður finn ég ekki svar gervigreindar"
|
|
958
|
+
},
|
|
926
959
|
"icon_215a1dc6": {
|
|
927
960
|
"message": "Tákn"
|
|
928
961
|
},
|
|
@@ -1169,6 +1202,9 @@ const locale = {
|
|
|
1169
1202
|
"links_to_an_external_site_de74145d": {
|
|
1170
1203
|
"message": "Tenglar á ytra svæði."
|
|
1171
1204
|
},
|
|
1205
|
+
"lists_cd1336fc": {
|
|
1206
|
+
"message": "Listar"
|
|
1207
|
+
},
|
|
1172
1208
|
"lists_should_be_formatted_as_lists_f862de8d": {
|
|
1173
1209
|
"message": "Lista ætti að sníða sem lista."
|
|
1174
1210
|
},
|
|
@@ -1274,6 +1310,9 @@ const locale = {
|
|
|
1274
1310
|
"miscellaneous_e9818229": {
|
|
1275
1311
|
"message": "Ýmislegt"
|
|
1276
1312
|
},
|
|
1313
|
+
"modify_6b0b13e3": {
|
|
1314
|
+
"message": "Breyta"
|
|
1315
|
+
},
|
|
1277
1316
|
"module_90d9fd32": {
|
|
1278
1317
|
"message": "Eining"
|
|
1279
1318
|
},
|
|
@@ -1562,6 +1601,9 @@ const locale = {
|
|
|
1562
1601
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1563
1602
|
"message": "Leyfðu Canvas að fá aðgang að hljóðnemanum og vefmyndavélinni."
|
|
1564
1603
|
},
|
|
1604
|
+
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1605
|
+
"message": "Lýstu því sem þú vilt semja."
|
|
1606
|
+
},
|
|
1565
1607
|
"plus_d43cd4ec": {
|
|
1566
1608
|
"message": "Plús"
|
|
1567
1609
|
},
|
|
@@ -1706,12 +1748,18 @@ const locale = {
|
|
|
1706
1748
|
"resize_ec83d538": {
|
|
1707
1749
|
"message": "Breyta stærð"
|
|
1708
1750
|
},
|
|
1751
|
+
"response_copied_to_clipboard_130d66cd": {
|
|
1752
|
+
"message": "Svar afritað á klemmuspjald"
|
|
1753
|
+
},
|
|
1709
1754
|
"restore_auto_save_deccd84b": {
|
|
1710
1755
|
"message": "Endurheimta sjálfvirka vistun?"
|
|
1711
1756
|
},
|
|
1712
1757
|
"result_index_of_max_7db5ad8b": {
|
|
1713
1758
|
"message": "Niðurstaða { index } af { max }."
|
|
1714
1759
|
},
|
|
1760
|
+
"retry_ebd5f8ba": {
|
|
1761
|
+
"message": "Reyna aftur"
|
|
1762
|
+
},
|
|
1715
1763
|
"reverse_turnstile_does_not_yield_7558be06": {
|
|
1716
1764
|
"message": "Afturkross (gefur ekki af sér)"
|
|
1717
1765
|
},
|
|
@@ -1862,6 +1910,9 @@ const locale = {
|
|
|
1862
1910
|
"shortcut_911d6255": {
|
|
1863
1911
|
"message": "Flýtileið"
|
|
1864
1912
|
},
|
|
1913
|
+
"show_all_967a90f0": {
|
|
1914
|
+
"message": "Sýna allt"
|
|
1915
|
+
},
|
|
1865
1916
|
"show_audio_options_b489926b": {
|
|
1866
1917
|
"message": "Sýna valkosti hljóðs"
|
|
1867
1918
|
},
|
|
@@ -1985,6 +2036,9 @@ const locale = {
|
|
|
1985
2036
|
"submit_a3cc6859": {
|
|
1986
2037
|
"message": "Leggja fram"
|
|
1987
2038
|
},
|
|
2039
|
+
"submitting_b90fac62": {
|
|
2040
|
+
"message": "Skila..."
|
|
2041
|
+
},
|
|
1988
2042
|
"subscript_59744f96": {
|
|
1989
2043
|
"message": "Undirskrift"
|
|
1990
2044
|
},
|
|
@@ -2384,6 +2438,9 @@ const locale = {
|
|
|
2384
2438
|
"view_word_and_character_counts_a743dd0c": {
|
|
2385
2439
|
"message": "Skoða orða- og stafatalingu"
|
|
2386
2440
|
},
|
|
2441
|
+
"waiting_for_response_1efd0c50": {
|
|
2442
|
+
"message": "Bíður eftir svari"
|
|
2443
|
+
},
|
|
2387
2444
|
"we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
|
|
2388
2445
|
"message": "Ekki greindist tengdur og virkur hljóðnemi í tækinu þínu."
|
|
2389
2446
|
},
|
|
@@ -2402,6 +2459,9 @@ const locale = {
|
|
|
2402
2459
|
"webpages_should_only_have_a_single_h1_which_is_aut_dc99189e": {
|
|
2403
2460
|
"message": "Vefsíður ættu aðeins að hafa einn H1, sem er sjálfkrafa notaður sem titill síðunnar. Fyrsti hausinn í efninu þínu ætti að vera H2."
|
|
2404
2461
|
},
|
|
2462
|
+
"what_would_you_like_to_do_6dc0d541": {
|
|
2463
|
+
"message": "Hvað viltu gera?"
|
|
2464
|
+
},
|
|
2405
2465
|
"when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
|
|
2406
2466
|
"message": "Þegar merkingar eru notaðar sem sníða atriði sjónrænt sem lista en sýna ekki lista-sambandið, gætu notendur átt í erfiðleikum við að átta sig á upplýsingunum."
|
|
2407
2467
|
},
|
|
@@ -2432,6 +2492,9 @@ const locale = {
|
|
|
2432
2492
|
"wreath_product_200b38ef": {
|
|
2433
2493
|
"message": "Sveigfeldi"
|
|
2434
2494
|
},
|
|
2495
|
+
"writing_assistant_a30ac16a": {
|
|
2496
|
+
"message": "Ritráðgjafi"
|
|
2497
|
+
},
|
|
2435
2498
|
"xi_149681d0": {
|
|
2436
2499
|
"message": "Xi"
|
|
2437
2500
|
},
|
|
@@ -54,6 +54,12 @@ const locale = {
|
|
|
54
54
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
55
55
|
"message": "I link adiacenti con lo stesso URL devono essere un singolo link."
|
|
56
56
|
},
|
|
57
|
+
"ai_response_9624e8e8": {
|
|
58
|
+
"message": "Risposta IA"
|
|
59
|
+
},
|
|
60
|
+
"ai_tools_fda01177": {
|
|
61
|
+
"message": "Strumenti IA"
|
|
62
|
+
},
|
|
57
63
|
"aleph_f4ffd155": {
|
|
58
64
|
"message": "Aleph"
|
|
59
65
|
},
|
|
@@ -90,6 +96,9 @@ const locale = {
|
|
|
90
96
|
"an_error_occurred_making_a_network_request_d1bda348": {
|
|
91
97
|
"message": "Si è verificato un errore durante la creazione di una richiesta di rete"
|
|
92
98
|
},
|
|
99
|
+
"an_error_occurred_processing_your_request_a3a38d84": {
|
|
100
|
+
"message": "Si è verificato un errore durante l’elaborazione della richiesta"
|
|
101
|
+
},
|
|
93
102
|
"an_error_occurred_uploading_your_media_71f1444d": {
|
|
94
103
|
"message": "Si è verificato un errore durante il caricamento dei file multimediali."
|
|
95
104
|
},
|
|
@@ -333,6 +342,9 @@ const locale = {
|
|
|
333
342
|
"complex_numbers_a543d004": {
|
|
334
343
|
"message": "Numeri complessi"
|
|
335
344
|
},
|
|
345
|
+
"compose_44c904f4": {
|
|
346
|
+
"message": "Componi"
|
|
347
|
+
},
|
|
336
348
|
"computer_1d7dfa6f": {
|
|
337
349
|
"message": "Computer"
|
|
338
350
|
},
|
|
@@ -360,6 +372,9 @@ const locale = {
|
|
|
360
372
|
"coproduct_e7838082": {
|
|
361
373
|
"message": "Coprodotto"
|
|
362
374
|
},
|
|
375
|
+
"copy_9748f9f": {
|
|
376
|
+
"message": "Copia"
|
|
377
|
+
},
|
|
363
378
|
"copyright_holder_66ee111": {
|
|
364
379
|
"message": "Titolare del copyright:"
|
|
365
380
|
},
|
|
@@ -528,6 +543,9 @@ const locale = {
|
|
|
528
543
|
"disjoint_union_e74351a8": {
|
|
529
544
|
"message": "Unione non contigua"
|
|
530
545
|
},
|
|
546
|
+
"dislike_14befc48": {
|
|
547
|
+
"message": "Non mi piace"
|
|
548
|
+
},
|
|
531
549
|
"display_options_315aba85": {
|
|
532
550
|
"message": "Visualizza opzioni"
|
|
533
551
|
},
|
|
@@ -603,8 +621,8 @@ const locale = {
|
|
|
603
621
|
"edit_link_7f53bebb": {
|
|
604
622
|
"message": "Modifica collegamento"
|
|
605
623
|
},
|
|
606
|
-
"
|
|
607
|
-
"message": "
|
|
624
|
+
"editor_status_bar_653f44ee": {
|
|
625
|
+
"message": "Editor barra di stato"
|
|
608
626
|
},
|
|
609
627
|
"element_starting_with_start_91bf4c3b": {
|
|
610
628
|
"message": "Elemento che inizia con { start }"
|
|
@@ -657,6 +675,9 @@ const locale = {
|
|
|
657
675
|
"enter_search_text_26cb4459": {
|
|
658
676
|
"message": "inserisci testo di ricerca"
|
|
659
677
|
},
|
|
678
|
+
"enter_text_8b35c65b": {
|
|
679
|
+
"message": "Inserisci testo"
|
|
680
|
+
},
|
|
660
681
|
"epsilon_54bb8afa": {
|
|
661
682
|
"message": "Epsilon"
|
|
662
683
|
},
|
|
@@ -720,6 +741,9 @@ const locale = {
|
|
|
720
741
|
"failed_getting_file_contents_e9ea19f4": {
|
|
721
742
|
"message": "Impossibile ottenere contenuto file"
|
|
722
743
|
},
|
|
744
|
+
"failed_to_copy_response_d3def551": {
|
|
745
|
+
"message": "Impossibile copiare risposta"
|
|
746
|
+
},
|
|
723
747
|
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
724
748
|
"message": "Impossibile recuperare il contenuto dallo strumento esterno"
|
|
725
749
|
},
|
|
@@ -897,6 +921,12 @@ const locale = {
|
|
|
897
921
|
"height_69b03e15": {
|
|
898
922
|
"message": "Altezza"
|
|
899
923
|
},
|
|
924
|
+
"hello_please_describe_the_modifications_you_would__49b19837": {
|
|
925
|
+
"message": "Ciao. Descrivi le modifiche che vuoi apportare al tuo testo."
|
|
926
|
+
},
|
|
927
|
+
"hello_please_describe_the_modifications_you_would__600dbbf0": {
|
|
928
|
+
"message": "Ciao. Descrivi le modifiche che vuoi apportare alla tua selezione."
|
|
929
|
+
},
|
|
900
930
|
"hexagon_d8468e0d": {
|
|
901
931
|
"message": "Esagono"
|
|
902
932
|
},
|
|
@@ -924,6 +954,9 @@ const locale = {
|
|
|
924
954
|
"i_hold_the_copyright_71ee91b1": {
|
|
925
955
|
"message": "Sono il proprietario del copyright"
|
|
926
956
|
},
|
|
957
|
+
"i_m_sorry_but_i_cannot_find_the_ai_s_answer_67569d19": {
|
|
958
|
+
"message": "Spiacente, impossibile trovare la risposta dell’IA"
|
|
959
|
+
},
|
|
927
960
|
"icon_215a1dc6": {
|
|
928
961
|
"message": "Icona"
|
|
929
962
|
},
|
|
@@ -1170,6 +1203,9 @@ const locale = {
|
|
|
1170
1203
|
"links_to_an_external_site_de74145d": {
|
|
1171
1204
|
"message": "Collega a un sito esterno."
|
|
1172
1205
|
},
|
|
1206
|
+
"lists_cd1336fc": {
|
|
1207
|
+
"message": "Elenchi"
|
|
1208
|
+
},
|
|
1173
1209
|
"lists_should_be_formatted_as_lists_f862de8d": {
|
|
1174
1210
|
"message": "Gli elenchi devono essere formattati come elenchi."
|
|
1175
1211
|
},
|
|
@@ -1275,6 +1311,9 @@ const locale = {
|
|
|
1275
1311
|
"miscellaneous_e9818229": {
|
|
1276
1312
|
"message": "Varie"
|
|
1277
1313
|
},
|
|
1314
|
+
"modify_6b0b13e3": {
|
|
1315
|
+
"message": "Modifica"
|
|
1316
|
+
},
|
|
1278
1317
|
"module_90d9fd32": {
|
|
1279
1318
|
"message": "Modulo"
|
|
1280
1319
|
},
|
|
@@ -1563,6 +1602,9 @@ const locale = {
|
|
|
1563
1602
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1564
1603
|
"message": "Consenti a Canvas di accedere al tuo microfono e alla tua webcam."
|
|
1565
1604
|
},
|
|
1605
|
+
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1606
|
+
"message": "Descrivi cosa vorresti scrivere."
|
|
1607
|
+
},
|
|
1566
1608
|
"plus_d43cd4ec": {
|
|
1567
1609
|
"message": "Più"
|
|
1568
1610
|
},
|
|
@@ -1707,12 +1749,18 @@ const locale = {
|
|
|
1707
1749
|
"resize_ec83d538": {
|
|
1708
1750
|
"message": "Ridimensiona"
|
|
1709
1751
|
},
|
|
1752
|
+
"response_copied_to_clipboard_130d66cd": {
|
|
1753
|
+
"message": "Risposta copiata negli appunti"
|
|
1754
|
+
},
|
|
1710
1755
|
"restore_auto_save_deccd84b": {
|
|
1711
1756
|
"message": "Ripristinare salvataggio automatico?"
|
|
1712
1757
|
},
|
|
1713
1758
|
"result_index_of_max_7db5ad8b": {
|
|
1714
1759
|
"message": "Risultato { index } di { max }."
|
|
1715
1760
|
},
|
|
1761
|
+
"retry_ebd5f8ba": {
|
|
1762
|
+
"message": "Riprova"
|
|
1763
|
+
},
|
|
1716
1764
|
"reverse_turnstile_does_not_yield_7558be06": {
|
|
1717
1765
|
"message": "Barra verticale con barra orizzontale inversa (non si piega)"
|
|
1718
1766
|
},
|
|
@@ -1863,6 +1911,9 @@ const locale = {
|
|
|
1863
1911
|
"shortcut_911d6255": {
|
|
1864
1912
|
"message": "Scorciatoia"
|
|
1865
1913
|
},
|
|
1914
|
+
"show_all_967a90f0": {
|
|
1915
|
+
"message": "Mostra tutto"
|
|
1916
|
+
},
|
|
1866
1917
|
"show_audio_options_b489926b": {
|
|
1867
1918
|
"message": "Mostra opzioni audio"
|
|
1868
1919
|
},
|
|
@@ -1986,6 +2037,9 @@ const locale = {
|
|
|
1986
2037
|
"submit_a3cc6859": {
|
|
1987
2038
|
"message": "Invia"
|
|
1988
2039
|
},
|
|
2040
|
+
"submitting_b90fac62": {
|
|
2041
|
+
"message": "Invio in corso..."
|
|
2042
|
+
},
|
|
1989
2043
|
"subscript_59744f96": {
|
|
1990
2044
|
"message": "Pedice"
|
|
1991
2045
|
},
|
|
@@ -2385,6 +2439,9 @@ const locale = {
|
|
|
2385
2439
|
"view_word_and_character_counts_a743dd0c": {
|
|
2386
2440
|
"message": "Visualizza conteggio parole e caratteri"
|
|
2387
2441
|
},
|
|
2442
|
+
"waiting_for_response_1efd0c50": {
|
|
2443
|
+
"message": "In attesa di risposta"
|
|
2444
|
+
},
|
|
2388
2445
|
"we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
|
|
2389
2446
|
"message": "Impossibile rilevare un microfono funzionante collegato al tuo dispositivo."
|
|
2390
2447
|
},
|
|
@@ -2403,6 +2460,9 @@ const locale = {
|
|
|
2403
2460
|
"webpages_should_only_have_a_single_h1_which_is_aut_dc99189e": {
|
|
2404
2461
|
"message": "Le pagine web devono avere solo un’unica H1, che viene utilizzata automaticamente dal titolo della pagina. La prima intestazione dei contenuti deve essere H2."
|
|
2405
2462
|
},
|
|
2463
|
+
"what_would_you_like_to_do_6dc0d541": {
|
|
2464
|
+
"message": "Cosa vorresti fare?"
|
|
2465
|
+
},
|
|
2406
2466
|
"when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
|
|
2407
2467
|
"message": "Quando viene utilizzato il markup che formatta visivamente gli elementi come elenco ma non indica la relazione tra gli elenchi, gli utenti potrebbero avere difficoltà a spostarsi tra le informazioni."
|
|
2408
2468
|
},
|
|
@@ -2433,6 +2493,9 @@ const locale = {
|
|
|
2433
2493
|
"wreath_product_200b38ef": {
|
|
2434
2494
|
"message": "Tilde verticale"
|
|
2435
2495
|
},
|
|
2496
|
+
"writing_assistant_a30ac16a": {
|
|
2497
|
+
"message": "Assistente scrittura"
|
|
2498
|
+
},
|
|
2436
2499
|
"xi_149681d0": {
|
|
2437
2500
|
"message": "Xi"
|
|
2438
2501
|
},
|