@instructure/canvas-rce 5.13.2 → 5.13.6
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 +41 -0
- package/es/bridge/Bridge.js +0 -4
- package/es/defaultTinymceConfig.js +3 -3
- package/es/enhance-user-content/enhance_user_content.js +31 -3
- 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/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/plugin.js +4 -1
- package/es/rce/plugins/shared/CanvasContentTray.js +6 -158
- package/es/rce/plugins/shared/ContentSelection.js +1 -1
- 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/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 +62 -2
- package/es/translations/locales/he.js +9 -0
- package/es/translations/locales/hi.js +119 -2
- package/es/translations/locales/ht.js +65 -2
- package/es/translations/locales/hu.js +15 -3
- 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 +15 -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
|
@@ -54,6 +54,12 @@ const locale = {
|
|
|
54
54
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
55
55
|
"message": "Aangrenzende koppelingen met dezelfde URL moeten één koppeling zijn."
|
|
56
56
|
},
|
|
57
|
+
"ai_response_9624e8e8": {
|
|
58
|
+
"message": "AI-reactie"
|
|
59
|
+
},
|
|
60
|
+
"ai_tools_fda01177": {
|
|
61
|
+
"message": "AI-tools"
|
|
62
|
+
},
|
|
57
63
|
"aleph_f4ffd155": {
|
|
58
64
|
"message": "Alef"
|
|
59
65
|
},
|
|
@@ -90,6 +96,9 @@ const locale = {
|
|
|
90
96
|
"an_error_occurred_making_a_network_request_d1bda348": {
|
|
91
97
|
"message": "Er is een fout opgetreden bij het maken van een netwerkaanvraag"
|
|
92
98
|
},
|
|
99
|
+
"an_error_occurred_processing_your_request_a3a38d84": {
|
|
100
|
+
"message": "Er is een fout opgetreden bij het verwerken van je aanvraag "
|
|
101
|
+
},
|
|
93
102
|
"an_error_occurred_uploading_your_media_71f1444d": {
|
|
94
103
|
"message": "Er is een fout opgetreden bij het uploaden van je media."
|
|
95
104
|
},
|
|
@@ -333,6 +342,9 @@ const locale = {
|
|
|
333
342
|
"complex_numbers_a543d004": {
|
|
334
343
|
"message": "Complexe getallen"
|
|
335
344
|
},
|
|
345
|
+
"compose_44c904f4": {
|
|
346
|
+
"message": "Samenstellen"
|
|
347
|
+
},
|
|
336
348
|
"computer_1d7dfa6f": {
|
|
337
349
|
"message": "Computer"
|
|
338
350
|
},
|
|
@@ -360,6 +372,9 @@ const locale = {
|
|
|
360
372
|
"coproduct_e7838082": {
|
|
361
373
|
"message": "Coproduct"
|
|
362
374
|
},
|
|
375
|
+
"copy_9748f9f": {
|
|
376
|
+
"message": "Kopiëren"
|
|
377
|
+
},
|
|
363
378
|
"copyright_holder_66ee111": {
|
|
364
379
|
"message": "Houder van auteursrecht:"
|
|
365
380
|
},
|
|
@@ -528,6 +543,9 @@ const locale = {
|
|
|
528
543
|
"disjoint_union_e74351a8": {
|
|
529
544
|
"message": "Disjuncte verbinding"
|
|
530
545
|
},
|
|
546
|
+
"dislike_14befc48": {
|
|
547
|
+
"message": "Afkeuren"
|
|
548
|
+
},
|
|
531
549
|
"display_options_315aba85": {
|
|
532
550
|
"message": "Weergaveopties"
|
|
533
551
|
},
|
|
@@ -603,8 +621,8 @@ const locale = {
|
|
|
603
621
|
"edit_link_7f53bebb": {
|
|
604
622
|
"message": "Link bewerken"
|
|
605
623
|
},
|
|
606
|
-
"
|
|
607
|
-
"message": "Statusbalk
|
|
624
|
+
"editor_status_bar_653f44ee": {
|
|
625
|
+
"message": "Statusbalk editor"
|
|
608
626
|
},
|
|
609
627
|
"element_starting_with_start_91bf4c3b": {
|
|
610
628
|
"message": "Element dat begint met { start }"
|
|
@@ -657,6 +675,9 @@ const locale = {
|
|
|
657
675
|
"enter_search_text_26cb4459": {
|
|
658
676
|
"message": "voer zoektekst in"
|
|
659
677
|
},
|
|
678
|
+
"enter_text_8b35c65b": {
|
|
679
|
+
"message": "Tekst invoeren"
|
|
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": "Kan geen bestandsinhoud ophalen"
|
|
722
743
|
},
|
|
744
|
+
"failed_to_copy_response_d3def551": {
|
|
745
|
+
"message": "Kopiëren van reactie mislukt"
|
|
746
|
+
},
|
|
723
747
|
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
724
748
|
"message": "Kan geen inhoud ophalen uit externe tool"
|
|
725
749
|
},
|
|
@@ -897,6 +921,12 @@ const locale = {
|
|
|
897
921
|
"height_69b03e15": {
|
|
898
922
|
"message": "Hoogte"
|
|
899
923
|
},
|
|
924
|
+
"hello_please_describe_the_modifications_you_would__49b19837": {
|
|
925
|
+
"message": "Hallo. Beschrijf de wijzigingen die je aan je compositie wilt aanbrengen."
|
|
926
|
+
},
|
|
927
|
+
"hello_please_describe_the_modifications_you_would__600dbbf0": {
|
|
928
|
+
"message": "Hallo. Beschrijf de wijzigingen die je aan je selectie wilt aanbrengen."
|
|
929
|
+
},
|
|
900
930
|
"hexagon_d8468e0d": {
|
|
901
931
|
"message": "Zeshoek"
|
|
902
932
|
},
|
|
@@ -924,6 +954,9 @@ const locale = {
|
|
|
924
954
|
"i_hold_the_copyright_71ee91b1": {
|
|
925
955
|
"message": "Ik heb het auteursrecht"
|
|
926
956
|
},
|
|
957
|
+
"i_m_sorry_but_i_cannot_find_the_ai_s_answer_67569d19": {
|
|
958
|
+
"message": "Het spijt me maar ik kan het antwoord van de AI niet vinden"
|
|
959
|
+
},
|
|
927
960
|
"icon_215a1dc6": {
|
|
928
961
|
"message": "Pictogram"
|
|
929
962
|
},
|
|
@@ -1170,6 +1203,9 @@ const locale = {
|
|
|
1170
1203
|
"links_to_an_external_site_de74145d": {
|
|
1171
1204
|
"message": "Koppelingen naar een externe site."
|
|
1172
1205
|
},
|
|
1206
|
+
"lists_cd1336fc": {
|
|
1207
|
+
"message": "Lijsten"
|
|
1208
|
+
},
|
|
1173
1209
|
"lists_should_be_formatted_as_lists_f862de8d": {
|
|
1174
1210
|
"message": "Lijsten moeten als lijst worden opgemaakt."
|
|
1175
1211
|
},
|
|
@@ -1275,6 +1311,9 @@ const locale = {
|
|
|
1275
1311
|
"miscellaneous_e9818229": {
|
|
1276
1312
|
"message": "Diversen"
|
|
1277
1313
|
},
|
|
1314
|
+
"modify_6b0b13e3": {
|
|
1315
|
+
"message": "Wijzigen"
|
|
1316
|
+
},
|
|
1278
1317
|
"module_90d9fd32": {
|
|
1279
1318
|
"message": "Module"
|
|
1280
1319
|
},
|
|
@@ -1563,6 +1602,9 @@ const locale = {
|
|
|
1563
1602
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1564
1603
|
"message": "Geef Canvas toegang tot je microfoon en webcam."
|
|
1565
1604
|
},
|
|
1605
|
+
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1606
|
+
"message": "Beschrijf wat je wilt opstellen."
|
|
1607
|
+
},
|
|
1566
1608
|
"plus_d43cd4ec": {
|
|
1567
1609
|
"message": "Plus"
|
|
1568
1610
|
},
|
|
@@ -1707,12 +1749,18 @@ const locale = {
|
|
|
1707
1749
|
"resize_ec83d538": {
|
|
1708
1750
|
"message": "Grootte wijzigen"
|
|
1709
1751
|
},
|
|
1752
|
+
"response_copied_to_clipboard_130d66cd": {
|
|
1753
|
+
"message": "Reactie gekopieerd naar klembord"
|
|
1754
|
+
},
|
|
1710
1755
|
"restore_auto_save_deccd84b": {
|
|
1711
1756
|
"message": "Automatisch opslaan herstellen?"
|
|
1712
1757
|
},
|
|
1713
1758
|
"result_index_of_max_7db5ad8b": {
|
|
1714
1759
|
"message": "Resultaat { index } van { max }."
|
|
1715
1760
|
},
|
|
1761
|
+
"retry_ebd5f8ba": {
|
|
1762
|
+
"message": "Opnieuw proberen"
|
|
1763
|
+
},
|
|
1716
1764
|
"reverse_turnstile_does_not_yield_7558be06": {
|
|
1717
1765
|
"message": "Inverse tourniquet (conclusie volgt)"
|
|
1718
1766
|
},
|
|
@@ -1863,6 +1911,9 @@ const locale = {
|
|
|
1863
1911
|
"shortcut_911d6255": {
|
|
1864
1912
|
"message": "Snelkoppeling"
|
|
1865
1913
|
},
|
|
1914
|
+
"show_all_967a90f0": {
|
|
1915
|
+
"message": "Alles tonen"
|
|
1916
|
+
},
|
|
1866
1917
|
"show_audio_options_b489926b": {
|
|
1867
1918
|
"message": "Audio-opties weergeven"
|
|
1868
1919
|
},
|
|
@@ -1986,6 +2037,9 @@ const locale = {
|
|
|
1986
2037
|
"submit_a3cc6859": {
|
|
1987
2038
|
"message": "Inleveren"
|
|
1988
2039
|
},
|
|
2040
|
+
"submitting_b90fac62": {
|
|
2041
|
+
"message": "Bezig met inleveren..."
|
|
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": "Aantal woorden en tekens bekijken"
|
|
2387
2441
|
},
|
|
2442
|
+
"waiting_for_response_1efd0c50": {
|
|
2443
|
+
"message": "Wachten op antwoord"
|
|
2444
|
+
},
|
|
2388
2445
|
"we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
|
|
2389
2446
|
"message": "We kunnen geen werkende microfoon detecteren die op je apparaat is aangesloten."
|
|
2390
2447
|
},
|
|
@@ -2403,6 +2460,9 @@ const locale = {
|
|
|
2403
2460
|
"webpages_should_only_have_a_single_h1_which_is_aut_dc99189e": {
|
|
2404
2461
|
"message": "Webpagina''s moeten maar één H1 hebben, die automatisch wordt gebruikt als titel van de pagina. De eerste koptekst van je inhoud moet een H2 zijn."
|
|
2405
2462
|
},
|
|
2463
|
+
"what_would_you_like_to_do_6dc0d541": {
|
|
2464
|
+
"message": "Wat wil je doen?"
|
|
2465
|
+
},
|
|
2406
2466
|
"when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
|
|
2407
2467
|
"message": "Wanneer een markering is gebruikt die items visueel opmaakt als een lijst maar de lijstrelatie niet aangeeft, kan het voor gebruikers moeilijk zijn om door de informatie te navigeren."
|
|
2408
2468
|
},
|
|
@@ -2433,6 +2493,9 @@ const locale = {
|
|
|
2433
2493
|
"wreath_product_200b38ef": {
|
|
2434
2494
|
"message": "Kransproduct"
|
|
2435
2495
|
},
|
|
2496
|
+
"writing_assistant_a30ac16a": {
|
|
2497
|
+
"message": "Schrijfassistent"
|
|
2498
|
+
},
|
|
2436
2499
|
"xi_149681d0": {
|
|
2437
2500
|
"message": "Xi"
|
|
2438
2501
|
},
|
|
@@ -330,6 +330,9 @@ const locale = {
|
|
|
330
330
|
"complex_numbers_a543d004": {
|
|
331
331
|
"message": "Komplekse tal"
|
|
332
332
|
},
|
|
333
|
+
"compose_44c904f4": {
|
|
334
|
+
"message": "Komponere"
|
|
335
|
+
},
|
|
333
336
|
"computer_1d7dfa6f": {
|
|
334
337
|
"message": "Datamaskin"
|
|
335
338
|
},
|
|
@@ -357,6 +360,9 @@ const locale = {
|
|
|
357
360
|
"coproduct_e7838082": {
|
|
358
361
|
"message": "Koprodukt"
|
|
359
362
|
},
|
|
363
|
+
"copy_9748f9f": {
|
|
364
|
+
"message": "Kopi"
|
|
365
|
+
},
|
|
360
366
|
"copyright_holder_66ee111": {
|
|
361
367
|
"message": "Rettshavar:"
|
|
362
368
|
},
|
|
@@ -600,9 +606,6 @@ const locale = {
|
|
|
600
606
|
"edit_link_7f53bebb": {
|
|
601
607
|
"message": "Endre lenke"
|
|
602
608
|
},
|
|
603
|
-
"editor_statusbar_26ac81fc": {
|
|
604
|
-
"message": "Statusrad editor"
|
|
605
|
-
},
|
|
606
609
|
"element_starting_with_start_91bf4c3b": {
|
|
607
610
|
"message": "Element som startar med { start }"
|
|
608
611
|
},
|
|
@@ -1689,6 +1692,9 @@ const locale = {
|
|
|
1689
1692
|
"result_index_of_max_7db5ad8b": {
|
|
1690
1693
|
"message": "Resultat { index } av { max }."
|
|
1691
1694
|
},
|
|
1695
|
+
"retry_ebd5f8ba": {
|
|
1696
|
+
"message": "Prøv på nytt"
|
|
1697
|
+
},
|
|
1692
1698
|
"rho_a0244a36": {
|
|
1693
1699
|
"message": "Rho"
|
|
1694
1700
|
},
|
|
@@ -1830,6 +1836,9 @@ const locale = {
|
|
|
1830
1836
|
"shortcut_911d6255": {
|
|
1831
1837
|
"message": "Snarveg"
|
|
1832
1838
|
},
|
|
1839
|
+
"show_all_967a90f0": {
|
|
1840
|
+
"message": "Vis alt"
|
|
1841
|
+
},
|
|
1833
1842
|
"show_audio_options_b489926b": {
|
|
1834
1843
|
"message": "Vis lydalternativ"
|
|
1835
1844
|
},
|
|
@@ -1947,6 +1956,9 @@ const locale = {
|
|
|
1947
1956
|
"submit_a3cc6859": {
|
|
1948
1957
|
"message": "Send!"
|
|
1949
1958
|
},
|
|
1959
|
+
"submitting_b90fac62": {
|
|
1960
|
+
"message": "Leverer..."
|
|
1961
|
+
},
|
|
1950
1962
|
"subscript_59744f96": {
|
|
1951
1963
|
"message": "Senka skrift"
|
|
1952
1964
|
},
|
|
@@ -54,6 +54,12 @@ const locale = {
|
|
|
54
54
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
55
55
|
"message": "Sąsiadujące łącza o tym samym adresie URL powinny stanowić pojedyncze łącze."
|
|
56
56
|
},
|
|
57
|
+
"ai_response_9624e8e8": {
|
|
58
|
+
"message": "Odpowiedź AI"
|
|
59
|
+
},
|
|
60
|
+
"ai_tools_fda01177": {
|
|
61
|
+
"message": "Narzędzia IA"
|
|
62
|
+
},
|
|
57
63
|
"aleph_f4ffd155": {
|
|
58
64
|
"message": "Alef"
|
|
59
65
|
},
|
|
@@ -90,6 +96,9 @@ const locale = {
|
|
|
90
96
|
"an_error_occurred_making_a_network_request_d1bda348": {
|
|
91
97
|
"message": "Wystąpił błąd podczas przesyłania żądania sieciowego"
|
|
92
98
|
},
|
|
99
|
+
"an_error_occurred_processing_your_request_a3a38d84": {
|
|
100
|
+
"message": "Podczas przetwarzania żądania wystąpił błąd."
|
|
101
|
+
},
|
|
93
102
|
"an_error_occurred_uploading_your_media_71f1444d": {
|
|
94
103
|
"message": "Podczas wysyłania multimediów wystąpił błąd."
|
|
95
104
|
},
|
|
@@ -333,6 +342,9 @@ const locale = {
|
|
|
333
342
|
"complex_numbers_a543d004": {
|
|
334
343
|
"message": "Liczby zespolone"
|
|
335
344
|
},
|
|
345
|
+
"compose_44c904f4": {
|
|
346
|
+
"message": "Utwórz"
|
|
347
|
+
},
|
|
336
348
|
"computer_1d7dfa6f": {
|
|
337
349
|
"message": "Komputer"
|
|
338
350
|
},
|
|
@@ -360,6 +372,9 @@ const locale = {
|
|
|
360
372
|
"coproduct_e7838082": {
|
|
361
373
|
"message": "Suma"
|
|
362
374
|
},
|
|
375
|
+
"copy_9748f9f": {
|
|
376
|
+
"message": "Kopiuj"
|
|
377
|
+
},
|
|
363
378
|
"copyright_holder_66ee111": {
|
|
364
379
|
"message": "Właściciel praw autorskich:"
|
|
365
380
|
},
|
|
@@ -528,6 +543,9 @@ const locale = {
|
|
|
528
543
|
"disjoint_union_e74351a8": {
|
|
529
544
|
"message": "Suma rozłączna"
|
|
530
545
|
},
|
|
546
|
+
"dislike_14befc48": {
|
|
547
|
+
"message": "Odrzuć"
|
|
548
|
+
},
|
|
531
549
|
"display_options_315aba85": {
|
|
532
550
|
"message": "Opcje wyświetlania"
|
|
533
551
|
},
|
|
@@ -603,7 +621,7 @@ const locale = {
|
|
|
603
621
|
"edit_link_7f53bebb": {
|
|
604
622
|
"message": "Edytuj łącze"
|
|
605
623
|
},
|
|
606
|
-
"
|
|
624
|
+
"editor_status_bar_653f44ee": {
|
|
607
625
|
"message": "Pasek stanu edytora"
|
|
608
626
|
},
|
|
609
627
|
"element_starting_with_start_91bf4c3b": {
|
|
@@ -657,6 +675,9 @@ const locale = {
|
|
|
657
675
|
"enter_search_text_26cb4459": {
|
|
658
676
|
"message": "Wpisz tekst do wyszukania"
|
|
659
677
|
},
|
|
678
|
+
"enter_text_8b35c65b": {
|
|
679
|
+
"message": "Wpisz tekst"
|
|
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": "Nie udało się pobrać zawartości pliku"
|
|
722
743
|
},
|
|
744
|
+
"failed_to_copy_response_d3def551": {
|
|
745
|
+
"message": "Nie udało się skopiować odpowiedzi"
|
|
746
|
+
},
|
|
723
747
|
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
724
748
|
"message": "Nie udało się pobrać zawartości z zewnętrznego narzędzia"
|
|
725
749
|
},
|
|
@@ -897,6 +921,12 @@ const locale = {
|
|
|
897
921
|
"height_69b03e15": {
|
|
898
922
|
"message": "Wysokość"
|
|
899
923
|
},
|
|
924
|
+
"hello_please_describe_the_modifications_you_would__49b19837": {
|
|
925
|
+
"message": "Witaj. Opisz, co powinno zmienić się w Twoim wypracowaniu."
|
|
926
|
+
},
|
|
927
|
+
"hello_please_describe_the_modifications_you_would__600dbbf0": {
|
|
928
|
+
"message": "Witaj. Opisz, co powinno zmienić się w Twoich wyborach."
|
|
929
|
+
},
|
|
900
930
|
"hexagon_d8468e0d": {
|
|
901
931
|
"message": "Sześciobok"
|
|
902
932
|
},
|
|
@@ -924,6 +954,9 @@ const locale = {
|
|
|
924
954
|
"i_hold_the_copyright_71ee91b1": {
|
|
925
955
|
"message": "Posiadam prawa autorskie"
|
|
926
956
|
},
|
|
957
|
+
"i_m_sorry_but_i_cannot_find_the_ai_s_answer_67569d19": {
|
|
958
|
+
"message": "Przepraszam, nie mogę znaleźć odpowiedzi AI"
|
|
959
|
+
},
|
|
927
960
|
"icon_215a1dc6": {
|
|
928
961
|
"message": "Ikona"
|
|
929
962
|
},
|
|
@@ -1170,6 +1203,9 @@ const locale = {
|
|
|
1170
1203
|
"links_to_an_external_site_de74145d": {
|
|
1171
1204
|
"message": "Łącza do strony zewnętrznej."
|
|
1172
1205
|
},
|
|
1206
|
+
"lists_cd1336fc": {
|
|
1207
|
+
"message": "Listy"
|
|
1208
|
+
},
|
|
1173
1209
|
"lists_should_be_formatted_as_lists_f862de8d": {
|
|
1174
1210
|
"message": "Listy należy sformatować jako listy."
|
|
1175
1211
|
},
|
|
@@ -1275,6 +1311,9 @@ const locale = {
|
|
|
1275
1311
|
"miscellaneous_e9818229": {
|
|
1276
1312
|
"message": "Różne"
|
|
1277
1313
|
},
|
|
1314
|
+
"modify_6b0b13e3": {
|
|
1315
|
+
"message": "Zmień"
|
|
1316
|
+
},
|
|
1278
1317
|
"module_90d9fd32": {
|
|
1279
1318
|
"message": "Moduł"
|
|
1280
1319
|
},
|
|
@@ -1563,6 +1602,9 @@ const locale = {
|
|
|
1563
1602
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1564
1603
|
"message": "Zezwól Canvas na łączenie się z kamerą sieciową i mikrofonem."
|
|
1565
1604
|
},
|
|
1605
|
+
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1606
|
+
"message": "Opisz, jakie chcesz stworzyć wypracowanie."
|
|
1607
|
+
},
|
|
1566
1608
|
"plus_d43cd4ec": {
|
|
1567
1609
|
"message": "Plus"
|
|
1568
1610
|
},
|
|
@@ -1707,12 +1749,18 @@ const locale = {
|
|
|
1707
1749
|
"resize_ec83d538": {
|
|
1708
1750
|
"message": "Zmień rozmiar"
|
|
1709
1751
|
},
|
|
1752
|
+
"response_copied_to_clipboard_130d66cd": {
|
|
1753
|
+
"message": "Skopiowano odpowiedź do schowka."
|
|
1754
|
+
},
|
|
1710
1755
|
"restore_auto_save_deccd84b": {
|
|
1711
1756
|
"message": "Przywrócić automatycznie zapisaną zawartość?"
|
|
1712
1757
|
},
|
|
1713
1758
|
"result_index_of_max_7db5ad8b": {
|
|
1714
1759
|
"message": "Wynik { index } z { max }."
|
|
1715
1760
|
},
|
|
1761
|
+
"retry_ebd5f8ba": {
|
|
1762
|
+
"message": "Ponów próbę"
|
|
1763
|
+
},
|
|
1716
1764
|
"reverse_turnstile_does_not_yield_7558be06": {
|
|
1717
1765
|
"message": "Kołowrót zwrotny (nie spełnia)"
|
|
1718
1766
|
},
|
|
@@ -1863,6 +1911,9 @@ const locale = {
|
|
|
1863
1911
|
"shortcut_911d6255": {
|
|
1864
1912
|
"message": "Skrót"
|
|
1865
1913
|
},
|
|
1914
|
+
"show_all_967a90f0": {
|
|
1915
|
+
"message": "Pokaż wszystko"
|
|
1916
|
+
},
|
|
1866
1917
|
"show_audio_options_b489926b": {
|
|
1867
1918
|
"message": "Pokaż opcje audio"
|
|
1868
1919
|
},
|
|
@@ -1986,6 +2037,9 @@ const locale = {
|
|
|
1986
2037
|
"submit_a3cc6859": {
|
|
1987
2038
|
"message": "Prześlij"
|
|
1988
2039
|
},
|
|
2040
|
+
"submitting_b90fac62": {
|
|
2041
|
+
"message": "Przesyłanie..."
|
|
2042
|
+
},
|
|
1989
2043
|
"subscript_59744f96": {
|
|
1990
2044
|
"message": "Indeks dolny"
|
|
1991
2045
|
},
|
|
@@ -2385,6 +2439,9 @@ const locale = {
|
|
|
2385
2439
|
"view_word_and_character_counts_a743dd0c": {
|
|
2386
2440
|
"message": "Wyświetl liczbę słów i znaków"
|
|
2387
2441
|
},
|
|
2442
|
+
"waiting_for_response_1efd0c50": {
|
|
2443
|
+
"message": "Oczekiwanie na odpowiedź"
|
|
2444
|
+
},
|
|
2388
2445
|
"we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
|
|
2389
2446
|
"message": "Nie udało się wykryć działającego mikrofonu podłączonego do urządzenia."
|
|
2390
2447
|
},
|
|
@@ -2403,6 +2460,9 @@ const locale = {
|
|
|
2403
2460
|
"webpages_should_only_have_a_single_h1_which_is_aut_dc99189e": {
|
|
2404
2461
|
"message": "Strony internetowe powinny mieć tylko jeden nagłówek H1, który jest automatycznie używany przez tytuł strony. Pierwszym nagłówkiem zawartości powinien być H2."
|
|
2405
2462
|
},
|
|
2463
|
+
"what_would_you_like_to_do_6dc0d541": {
|
|
2464
|
+
"message": "Co chcesz robić?"
|
|
2465
|
+
},
|
|
2406
2466
|
"when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
|
|
2407
2467
|
"message": "Gdy używane jest oznaczenie, które wizualnie formatuje elementy jako listę, ale nie wskazuje na relacje w liście, użytkownicy mogą mieć problem z nawigowaniem po informacjach."
|
|
2408
2468
|
},
|
|
@@ -2433,6 +2493,9 @@ const locale = {
|
|
|
2433
2493
|
"wreath_product_200b38ef": {
|
|
2434
2494
|
"message": "Produkt splotowy"
|
|
2435
2495
|
},
|
|
2496
|
+
"writing_assistant_a30ac16a": {
|
|
2497
|
+
"message": "Asystent pisania"
|
|
2498
|
+
},
|
|
2436
2499
|
"xi_149681d0": {
|
|
2437
2500
|
"message": "Ksi"
|
|
2438
2501
|
},
|
|
@@ -54,6 +54,12 @@ const locale = {
|
|
|
54
54
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
55
55
|
"message": "Ligações adjacentes com o mesmo URL devem ser uma única ligação."
|
|
56
56
|
},
|
|
57
|
+
"ai_response_9624e8e8": {
|
|
58
|
+
"message": "Resposta IA"
|
|
59
|
+
},
|
|
60
|
+
"ai_tools_fda01177": {
|
|
61
|
+
"message": "Ferramentas IA"
|
|
62
|
+
},
|
|
57
63
|
"aleph_f4ffd155": {
|
|
58
64
|
"message": "Alef"
|
|
59
65
|
},
|
|
@@ -90,6 +96,9 @@ const locale = {
|
|
|
90
96
|
"an_error_occurred_making_a_network_request_d1bda348": {
|
|
91
97
|
"message": "Ocorreu um erro ao fazer uma solicitação de rede"
|
|
92
98
|
},
|
|
99
|
+
"an_error_occurred_processing_your_request_a3a38d84": {
|
|
100
|
+
"message": "Ocorreu um erro ao processar o seu pedido"
|
|
101
|
+
},
|
|
93
102
|
"an_error_occurred_uploading_your_media_71f1444d": {
|
|
94
103
|
"message": "Ocorreu um erro ao carregar seu multimédia."
|
|
95
104
|
},
|
|
@@ -333,6 +342,9 @@ const locale = {
|
|
|
333
342
|
"complex_numbers_a543d004": {
|
|
334
343
|
"message": "Números complexos"
|
|
335
344
|
},
|
|
345
|
+
"compose_44c904f4": {
|
|
346
|
+
"message": "Compor"
|
|
347
|
+
},
|
|
336
348
|
"computer_1d7dfa6f": {
|
|
337
349
|
"message": "Computador"
|
|
338
350
|
},
|
|
@@ -360,6 +372,9 @@ const locale = {
|
|
|
360
372
|
"coproduct_e7838082": {
|
|
361
373
|
"message": "Co-produto"
|
|
362
374
|
},
|
|
375
|
+
"copy_9748f9f": {
|
|
376
|
+
"message": "Copiar"
|
|
377
|
+
},
|
|
363
378
|
"copyright_holder_66ee111": {
|
|
364
379
|
"message": "Titular dos direitos de autor:"
|
|
365
380
|
},
|
|
@@ -528,6 +543,9 @@ const locale = {
|
|
|
528
543
|
"disjoint_union_e74351a8": {
|
|
529
544
|
"message": "União Desjunta"
|
|
530
545
|
},
|
|
546
|
+
"dislike_14befc48": {
|
|
547
|
+
"message": "Não gosto"
|
|
548
|
+
},
|
|
531
549
|
"display_options_315aba85": {
|
|
532
550
|
"message": "Opções de exibição"
|
|
533
551
|
},
|
|
@@ -603,7 +621,7 @@ const locale = {
|
|
|
603
621
|
"edit_link_7f53bebb": {
|
|
604
622
|
"message": "Editar ligação"
|
|
605
623
|
},
|
|
606
|
-
"
|
|
624
|
+
"editor_status_bar_653f44ee": {
|
|
607
625
|
"message": "Barra de estado do editor"
|
|
608
626
|
},
|
|
609
627
|
"element_starting_with_start_91bf4c3b": {
|
|
@@ -657,6 +675,9 @@ const locale = {
|
|
|
657
675
|
"enter_search_text_26cb4459": {
|
|
658
676
|
"message": "introduzir texto de pesquisa"
|
|
659
677
|
},
|
|
678
|
+
"enter_text_8b35c65b": {
|
|
679
|
+
"message": "Introduzir texto"
|
|
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": "Falha na obtenção do conteúdo do ficheiro"
|
|
722
743
|
},
|
|
744
|
+
"failed_to_copy_response_d3def551": {
|
|
745
|
+
"message": "Falha ao copiar a resposta"
|
|
746
|
+
},
|
|
723
747
|
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
724
748
|
"message": "Falha na recuperação de conteúdo de ferramenta externa"
|
|
725
749
|
},
|
|
@@ -897,6 +921,12 @@ const locale = {
|
|
|
897
921
|
"height_69b03e15": {
|
|
898
922
|
"message": "Altura"
|
|
899
923
|
},
|
|
924
|
+
"hello_please_describe_the_modifications_you_would__49b19837": {
|
|
925
|
+
"message": "Olá. Por favor, descreva as modificações que gostava de fazer na sua composição."
|
|
926
|
+
},
|
|
927
|
+
"hello_please_describe_the_modifications_you_would__600dbbf0": {
|
|
928
|
+
"message": "Olá. Por favor, descreva as modificações que gostaria de fazer à sua seleção."
|
|
929
|
+
},
|
|
900
930
|
"hexagon_d8468e0d": {
|
|
901
931
|
"message": "Hexágono"
|
|
902
932
|
},
|
|
@@ -924,6 +954,9 @@ const locale = {
|
|
|
924
954
|
"i_hold_the_copyright_71ee91b1": {
|
|
925
955
|
"message": "Sou o titular dos direitos de autor"
|
|
926
956
|
},
|
|
957
|
+
"i_m_sorry_but_i_cannot_find_the_ai_s_answer_67569d19": {
|
|
958
|
+
"message": "Lamento, mas não consigo encontrar a resposta da IA"
|
|
959
|
+
},
|
|
927
960
|
"icon_215a1dc6": {
|
|
928
961
|
"message": "Ícone"
|
|
929
962
|
},
|
|
@@ -1170,6 +1203,9 @@ const locale = {
|
|
|
1170
1203
|
"links_to_an_external_site_de74145d": {
|
|
1171
1204
|
"message": "Ligações para um sitio externo"
|
|
1172
1205
|
},
|
|
1206
|
+
"lists_cd1336fc": {
|
|
1207
|
+
"message": "Listas"
|
|
1208
|
+
},
|
|
1173
1209
|
"lists_should_be_formatted_as_lists_f862de8d": {
|
|
1174
1210
|
"message": "As listas devem ser formatadas como listas."
|
|
1175
1211
|
},
|
|
@@ -1275,6 +1311,9 @@ const locale = {
|
|
|
1275
1311
|
"miscellaneous_e9818229": {
|
|
1276
1312
|
"message": "Diversos"
|
|
1277
1313
|
},
|
|
1314
|
+
"modify_6b0b13e3": {
|
|
1315
|
+
"message": "Modificar"
|
|
1316
|
+
},
|
|
1278
1317
|
"module_90d9fd32": {
|
|
1279
1318
|
"message": "Módulo"
|
|
1280
1319
|
},
|
|
@@ -1563,6 +1602,9 @@ const locale = {
|
|
|
1563
1602
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1564
1603
|
"message": "Por favor, permita que o Canvas aceda ao seu microfone e webcam."
|
|
1565
1604
|
},
|
|
1605
|
+
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1606
|
+
"message": "Por favor, descreva o que gostava de compor."
|
|
1607
|
+
},
|
|
1566
1608
|
"plus_d43cd4ec": {
|
|
1567
1609
|
"message": "Mais"
|
|
1568
1610
|
},
|
|
@@ -1707,12 +1749,18 @@ const locale = {
|
|
|
1707
1749
|
"resize_ec83d538": {
|
|
1708
1750
|
"message": "Redimensionar"
|
|
1709
1751
|
},
|
|
1752
|
+
"response_copied_to_clipboard_130d66cd": {
|
|
1753
|
+
"message": "Resposta copiada para a área de transferência"
|
|
1754
|
+
},
|
|
1710
1755
|
"restore_auto_save_deccd84b": {
|
|
1711
1756
|
"message": "Restaurar o auto-salvamento?"
|
|
1712
1757
|
},
|
|
1713
1758
|
"result_index_of_max_7db5ad8b": {
|
|
1714
1759
|
"message": "Resultado { index } de { max }."
|
|
1715
1760
|
},
|
|
1761
|
+
"retry_ebd5f8ba": {
|
|
1762
|
+
"message": "Tentar novamente"
|
|
1763
|
+
},
|
|
1716
1764
|
"reverse_turnstile_does_not_yield_7558be06": {
|
|
1717
1765
|
"message": "Torniquete reverso (Não Rende)"
|
|
1718
1766
|
},
|
|
@@ -1863,6 +1911,9 @@ const locale = {
|
|
|
1863
1911
|
"shortcut_911d6255": {
|
|
1864
1912
|
"message": "Atalho"
|
|
1865
1913
|
},
|
|
1914
|
+
"show_all_967a90f0": {
|
|
1915
|
+
"message": "Mostrar tudo"
|
|
1916
|
+
},
|
|
1866
1917
|
"show_audio_options_b489926b": {
|
|
1867
1918
|
"message": "Mostrar opções de áudio"
|
|
1868
1919
|
},
|
|
@@ -1986,6 +2037,9 @@ const locale = {
|
|
|
1986
2037
|
"submit_a3cc6859": {
|
|
1987
2038
|
"message": "Submeter"
|
|
1988
2039
|
},
|
|
2040
|
+
"submitting_b90fac62": {
|
|
2041
|
+
"message": "A enviar..."
|
|
2042
|
+
},
|
|
1989
2043
|
"subscript_59744f96": {
|
|
1990
2044
|
"message": "Assinatura"
|
|
1991
2045
|
},
|
|
@@ -2385,6 +2439,9 @@ const locale = {
|
|
|
2385
2439
|
"view_word_and_character_counts_a743dd0c": {
|
|
2386
2440
|
"message": "Ver contagem de palavras e caracteres"
|
|
2387
2441
|
},
|
|
2442
|
+
"waiting_for_response_1efd0c50": {
|
|
2443
|
+
"message": "À espera de resposta"
|
|
2444
|
+
},
|
|
2388
2445
|
"we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
|
|
2389
2446
|
"message": "Não conseguimos detectar um microfone a funcionar ligado ao seu 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": "As páginas web devem ter apenas um único H1, que é automaticamente utilizado pelo título da página. O primeiro título do seu conteúdo deve ser um H2."
|
|
2405
2462
|
},
|
|
2463
|
+
"what_would_you_like_to_do_6dc0d541": {
|
|
2464
|
+
"message": "O que você gostava de fazer?"
|
|
2465
|
+
},
|
|
2406
2466
|
"when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
|
|
2407
2467
|
"message": "Quando a marcação é usada para formatar itens visualmente como uma lista, mas não indica o relacionamento da lista, os utilizadores podem ter dificuldade em navegar pelas informações."
|
|
2408
2468
|
},
|
|
@@ -2433,6 +2493,9 @@ const locale = {
|
|
|
2433
2493
|
"wreath_product_200b38ef": {
|
|
2434
2494
|
"message": "Produto da coroa de flores"
|
|
2435
2495
|
},
|
|
2496
|
+
"writing_assistant_a30ac16a": {
|
|
2497
|
+
"message": "Assistente de redação"
|
|
2498
|
+
},
|
|
2436
2499
|
"xi_149681d0": {
|
|
2437
2500
|
"message": "Xi"
|
|
2438
2501
|
},
|