@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
|
@@ -222,6 +222,9 @@ const locale = {
|
|
|
222
222
|
"centered_horizontal_dots_451c5815": {
|
|
223
223
|
"message": "Midtstilt horisontale prikkar"
|
|
224
224
|
},
|
|
225
|
+
"change_alt_text_92654906": {
|
|
226
|
+
"message": "Endre alternativ tekst"
|
|
227
|
+
},
|
|
225
228
|
"change_heading_tag_to_paragraph_a61e3113": {
|
|
226
229
|
"message": "Endre overskrifts-tag til avsnitt"
|
|
227
230
|
},
|
|
@@ -237,6 +240,9 @@ const locale = {
|
|
|
237
240
|
"characters_9d897d1c": {
|
|
238
241
|
"message": "Teikn"
|
|
239
242
|
},
|
|
243
|
+
"characters_no_spaces_485e5367": {
|
|
244
|
+
"message": "Teikn (Ingen mellomrom)"
|
|
245
|
+
},
|
|
240
246
|
"check_accessibility_3c78211c": {
|
|
241
247
|
"message": "Sjekk tilgjengeligheit"
|
|
242
248
|
},
|
|
@@ -324,6 +330,9 @@ const locale = {
|
|
|
324
330
|
"complex_numbers_a543d004": {
|
|
325
331
|
"message": "Komplekse tal"
|
|
326
332
|
},
|
|
333
|
+
"compose_44c904f4": {
|
|
334
|
+
"message": "Komponere"
|
|
335
|
+
},
|
|
327
336
|
"computer_1d7dfa6f": {
|
|
328
337
|
"message": "Datamaskin"
|
|
329
338
|
},
|
|
@@ -336,6 +345,9 @@ const locale = {
|
|
|
336
345
|
"content_1440204b": {
|
|
337
346
|
"message": "Innhald"
|
|
338
347
|
},
|
|
348
|
+
"content_in_the_editor_will_be_changed_press_cancel_d5bf3357": {
|
|
349
|
+
"message": "Innhald i editoren vil bli endra. Vel avbryt for å behalde det opprinnelege innhaldet"
|
|
350
|
+
},
|
|
339
351
|
"content_is_still_being_uploaded_if_you_continue_it_8f06d0cb": {
|
|
340
352
|
"message": "Innhald lastar framleis og vil ikkje bli integrert godt nok dersom du held fram."
|
|
341
353
|
},
|
|
@@ -348,9 +360,15 @@ const locale = {
|
|
|
348
360
|
"coproduct_e7838082": {
|
|
349
361
|
"message": "Koprodukt"
|
|
350
362
|
},
|
|
363
|
+
"copy_9748f9f": {
|
|
364
|
+
"message": "Kopi"
|
|
365
|
+
},
|
|
351
366
|
"copyright_holder_66ee111": {
|
|
352
367
|
"message": "Rettshavar:"
|
|
353
368
|
},
|
|
369
|
+
"could_not_insert_content_itemtype_items_are_not_cu_638dfecd": {
|
|
370
|
+
"message": "Kunne ikkje sette inn innhald: \"{ itemType }\" er for augneblinken ikkje støtta i Canvas"
|
|
371
|
+
},
|
|
354
372
|
"count_40eced3b": {
|
|
355
373
|
"message": "Antal"
|
|
356
374
|
},
|
|
@@ -405,12 +423,18 @@ const locale = {
|
|
|
405
423
|
"current_image_f16c249c": {
|
|
406
424
|
"message": "Gjeldande bilde"
|
|
407
425
|
},
|
|
426
|
+
"current_link_945a47ee": {
|
|
427
|
+
"message": "Gjeldande lenke"
|
|
428
|
+
},
|
|
408
429
|
"current_volume_level_c55ab825": {
|
|
409
430
|
"message": "Gjeldande volumnivå"
|
|
410
431
|
},
|
|
411
432
|
"custom_6979cd81": {
|
|
412
433
|
"message": "Eigendefinert"
|
|
413
434
|
},
|
|
435
|
+
"custom_width_and_height_pixels_946eea7c": {
|
|
436
|
+
"message": "Eigendefinert bredde og høgde (pikslar)"
|
|
437
|
+
},
|
|
414
438
|
"cyan_c1d5f68a": {
|
|
415
439
|
"message": "Cyan"
|
|
416
440
|
},
|
|
@@ -582,9 +606,6 @@ const locale = {
|
|
|
582
606
|
"edit_link_7f53bebb": {
|
|
583
607
|
"message": "Endre lenke"
|
|
584
608
|
},
|
|
585
|
-
"editor_statusbar_26ac81fc": {
|
|
586
|
-
"message": "Statusrad editor"
|
|
587
|
-
},
|
|
588
609
|
"element_starting_with_start_91bf4c3b": {
|
|
589
610
|
"message": "Element som startar med { start }"
|
|
590
611
|
},
|
|
@@ -630,6 +651,12 @@ const locale = {
|
|
|
630
651
|
"enter_at_least_3_characters_to_search_4f037ee0": {
|
|
631
652
|
"message": "Oppgi minst 3 teikn for å søke"
|
|
632
653
|
},
|
|
654
|
+
"enter_replacement_text_17631bbc": {
|
|
655
|
+
"message": "sett inn ny tekst"
|
|
656
|
+
},
|
|
657
|
+
"enter_search_text_26cb4459": {
|
|
658
|
+
"message": "oppgi søketekst"
|
|
659
|
+
},
|
|
633
660
|
"epsilon_54bb8afa": {
|
|
634
661
|
"message": "Epsilon"
|
|
635
662
|
},
|
|
@@ -645,6 +672,9 @@ const locale = {
|
|
|
645
672
|
"equation_editor_39fbc3f1": {
|
|
646
673
|
"message": "Likningseditor"
|
|
647
674
|
},
|
|
675
|
+
"equilibrium_6ff3040b": {
|
|
676
|
+
"message": "Likevekt"
|
|
677
|
+
},
|
|
648
678
|
"equivalence_class_7b0f11c0": {
|
|
649
679
|
"message": "Ekvivalensklasse"
|
|
650
680
|
},
|
|
@@ -669,6 +699,9 @@ const locale = {
|
|
|
669
699
|
"external_link_d3f9e62a": {
|
|
670
700
|
"message": "Ekstern lenke"
|
|
671
701
|
},
|
|
702
|
+
"external_tool_frame_70b32473": {
|
|
703
|
+
"message": "Ekstern verktøyramme"
|
|
704
|
+
},
|
|
672
705
|
"external_tools_6e77821": {
|
|
673
706
|
"message": "Eksterne verktøy"
|
|
674
707
|
},
|
|
@@ -687,6 +720,9 @@ const locale = {
|
|
|
687
720
|
"failed_getting_file_contents_e9ea19f4": {
|
|
688
721
|
"message": "Henting av filinnhald mislukkast"
|
|
689
722
|
},
|
|
723
|
+
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
724
|
+
"message": "Kunne ikkje hente innhald frå eksternt verktøy"
|
|
725
|
+
},
|
|
690
726
|
"file_name_8fd421ff": {
|
|
691
727
|
"message": "Filnamn"
|
|
692
728
|
},
|
|
@@ -714,12 +750,18 @@ const locale = {
|
|
|
714
750
|
"find_8d605019": {
|
|
715
751
|
"message": "Finn"
|
|
716
752
|
},
|
|
753
|
+
"find_and_replace_6e345933": {
|
|
754
|
+
"message": "Finn og erstatt"
|
|
755
|
+
},
|
|
717
756
|
"finish_bc343002": {
|
|
718
757
|
"message": "Fullfør"
|
|
719
758
|
},
|
|
720
759
|
"fix_heading_hierarchy_f60884c4": {
|
|
721
760
|
"message": "Fiks overskriftshierarkiet"
|
|
722
761
|
},
|
|
762
|
+
"flat_music_76d5a5c3": {
|
|
763
|
+
"message": "Under (Musikk)"
|
|
764
|
+
},
|
|
723
765
|
"focus_element_options_toolbar_18d993e": {
|
|
724
766
|
"message": "Sentrer alternativ-menyen"
|
|
725
767
|
},
|
|
@@ -948,6 +990,9 @@ const locale = {
|
|
|
948
990
|
"indefinite_integral_6623307e": {
|
|
949
991
|
"message": "Ubestemt integral"
|
|
950
992
|
},
|
|
993
|
+
"index_of_max_80dcf7a5": {
|
|
994
|
+
"message": "{ index } av { max }"
|
|
995
|
+
},
|
|
951
996
|
"indigo_2035fc55": {
|
|
952
997
|
"message": "Indigo"
|
|
953
998
|
},
|
|
@@ -1047,6 +1092,9 @@ const locale = {
|
|
|
1047
1092
|
"leave_as_is_4facfe55": {
|
|
1048
1093
|
"message": "Forlat som det er"
|
|
1049
1094
|
},
|
|
1095
|
+
"left_3ea9d375": {
|
|
1096
|
+
"message": "Venstre"
|
|
1097
|
+
},
|
|
1050
1098
|
"left_align_43d95491": {
|
|
1051
1099
|
"message": "Venstrejuster"
|
|
1052
1100
|
},
|
|
@@ -1101,6 +1149,9 @@ const locale = {
|
|
|
1101
1149
|
"link_options_a16b758b": {
|
|
1102
1150
|
"message": "Lenkealternativ"
|
|
1103
1151
|
},
|
|
1152
|
+
"link_type_linktypemessage_c6d26815": {
|
|
1153
|
+
"message": "Lenketype: { linkTypeMessage }"
|
|
1154
|
+
},
|
|
1104
1155
|
"link_with_text_starting_with_start_b3fcbe71": {
|
|
1105
1156
|
"message": "Lenke med tekst som startar med { start }"
|
|
1106
1157
|
},
|
|
@@ -1176,6 +1227,9 @@ const locale = {
|
|
|
1176
1227
|
"media_file_is_processing_please_try_again_later_58a6d49": {
|
|
1177
1228
|
"message": "Mediefil vart prosessert. Prøv på ny seinare."
|
|
1178
1229
|
},
|
|
1230
|
+
"media_title_2112243b": {
|
|
1231
|
+
"message": "Mediatittel"
|
|
1232
|
+
},
|
|
1179
1233
|
"medium_5a8e9ead": {
|
|
1180
1234
|
"message": "Medium"
|
|
1181
1235
|
},
|
|
@@ -1215,6 +1269,9 @@ const locale = {
|
|
|
1215
1269
|
"modules_c4325335": {
|
|
1216
1270
|
"message": "Modular"
|
|
1217
1271
|
},
|
|
1272
|
+
"moving_image_to_crop_directionword_6f66cde2": {
|
|
1273
|
+
"message": "Flytter bildet til utskjering { directionWord }"
|
|
1274
|
+
},
|
|
1218
1275
|
"mu_37223b8b": {
|
|
1219
1276
|
"message": "Mu"
|
|
1220
1277
|
},
|
|
@@ -1266,12 +1323,33 @@ const locale = {
|
|
|
1266
1323
|
"next_40e12421": {
|
|
1267
1324
|
"message": "Neste"
|
|
1268
1325
|
},
|
|
1326
|
+
"next_findtext_9d69f0fe": {
|
|
1327
|
+
"message": "Neste { findText }"
|
|
1328
|
+
},
|
|
1269
1329
|
"no_accessibility_issues_were_detected_f8d3c875": {
|
|
1270
1330
|
"message": "Ingen problem med tilgjengeligheit funne"
|
|
1271
1331
|
},
|
|
1332
|
+
"no_announcements_created_yet_c44a94f4": {
|
|
1333
|
+
"message": "Ingen kunngjeringer oppretta endå"
|
|
1334
|
+
},
|
|
1335
|
+
"no_announcements_found_20185afc": {
|
|
1336
|
+
"message": "Ingen kunngjeringer funne"
|
|
1337
|
+
},
|
|
1338
|
+
"no_assignments_created_yet_1b236d87": {
|
|
1339
|
+
"message": "Ingen oppgåver oppretta endå"
|
|
1340
|
+
},
|
|
1341
|
+
"no_assignments_found_79e46d7f": {
|
|
1342
|
+
"message": "Ingen oppgåver funne"
|
|
1343
|
+
},
|
|
1272
1344
|
"no_changes_to_save_d29f6e91": {
|
|
1273
1345
|
"message": "Ingen endringar å lagre."
|
|
1274
1346
|
},
|
|
1347
|
+
"no_discussions_created_yet_ff99abe3": {
|
|
1348
|
+
"message": "Ingen diskusjonar oppretta endå"
|
|
1349
|
+
},
|
|
1350
|
+
"no_discussions_found_9284063b": {
|
|
1351
|
+
"message": "Ingen diskusjonar funne"
|
|
1352
|
+
},
|
|
1275
1353
|
"no_e16d9132": {
|
|
1276
1354
|
"message": "Nei"
|
|
1277
1355
|
},
|
|
@@ -1281,12 +1359,27 @@ const locale = {
|
|
|
1281
1359
|
"no_headers_9bc7dc7f": {
|
|
1282
1360
|
"message": "Ingen overskrifter"
|
|
1283
1361
|
},
|
|
1362
|
+
"no_modules_created_yet_c71b6d4d": {
|
|
1363
|
+
"message": "Ingen modular oppretta endå"
|
|
1364
|
+
},
|
|
1365
|
+
"no_modules_found_2df43a40": {
|
|
1366
|
+
"message": "Ingen moduler funne"
|
|
1367
|
+
},
|
|
1284
1368
|
"no_pages_created_yet_c379fa6e": {
|
|
1285
1369
|
"message": "Ingen sider er oppretta."
|
|
1286
1370
|
},
|
|
1371
|
+
"no_pages_found_6799350": {
|
|
1372
|
+
"message": "Ingen sider funne"
|
|
1373
|
+
},
|
|
1287
1374
|
"no_preview_is_available_for_this_file_f940114a": {
|
|
1288
1375
|
"message": "Førehandsvising er ikkje tilgjengeleg for denne fila."
|
|
1289
1376
|
},
|
|
1377
|
+
"no_quizzes_created_yet_1a2370b9": {
|
|
1378
|
+
"message": "Ingen quizar oppretta endå"
|
|
1379
|
+
},
|
|
1380
|
+
"no_quizzes_found_c80c537a": {
|
|
1381
|
+
"message": "Ingen quizar funne"
|
|
1382
|
+
},
|
|
1290
1383
|
"no_results_940393cf": {
|
|
1291
1384
|
"message": "Utan resultat. "
|
|
1292
1385
|
},
|
|
@@ -1341,6 +1434,9 @@ const locale = {
|
|
|
1341
1434
|
"one_of_the_following_styles_must_be_added_to_save__1de769aa": {
|
|
1342
1435
|
"message": "Ein av dei følgande stilane må leggast til for å lagre ikonet: farge, storleik, tekst, eller bilde"
|
|
1343
1436
|
},
|
|
1437
|
+
"one_or_more_files_failed_to_paste_please_try_uploa_7fa39dd3": {
|
|
1438
|
+
"message": "Ein eller fleire filer kunne ikkje limast inn. Prøv å laste opp eller dra og slipp filer."
|
|
1439
|
+
},
|
|
1344
1440
|
"open_circle_e9bd069": {
|
|
1345
1441
|
"message": "Open sirkel"
|
|
1346
1442
|
},
|
|
@@ -1467,6 +1563,9 @@ const locale = {
|
|
|
1467
1563
|
"preformatted_d0670862": {
|
|
1468
1564
|
"message": "Førehandsformatert"
|
|
1469
1565
|
},
|
|
1566
|
+
"prepend_findtext_append_8e0e769a": {
|
|
1567
|
+
"message": "{ prepend }{ findText }{ append }"
|
|
1568
|
+
},
|
|
1470
1569
|
"prev_f82cbc48": {
|
|
1471
1570
|
"message": "Førre"
|
|
1472
1571
|
},
|
|
@@ -1485,6 +1584,9 @@ const locale = {
|
|
|
1485
1584
|
"previous_bd2ac015": {
|
|
1486
1585
|
"message": "Førre"
|
|
1487
1586
|
},
|
|
1587
|
+
"previous_findtext_8dfbfd30": {
|
|
1588
|
+
"message": "Førre { findText }"
|
|
1589
|
+
},
|
|
1488
1590
|
"prime_917ea60e": {
|
|
1489
1591
|
"message": "Primtal"
|
|
1490
1592
|
},
|
|
@@ -1557,9 +1659,27 @@ const locale = {
|
|
|
1557
1659
|
"remove_link_d1f2f4d0": {
|
|
1558
1660
|
"message": "Fjern lenke"
|
|
1559
1661
|
},
|
|
1662
|
+
"replace_all_d3d68b3": {
|
|
1663
|
+
"message": "Erstatt alt"
|
|
1664
|
+
},
|
|
1665
|
+
"replace_all_findtext_with_replacetext_da574b32": {
|
|
1666
|
+
"message": "Erstatt alt { findText } med { replaceText }"
|
|
1667
|
+
},
|
|
1560
1668
|
"replace_e61834a7": {
|
|
1561
1669
|
"message": "Erstatt"
|
|
1562
1670
|
},
|
|
1671
|
+
"replace_findtext_with_replacetext_7b5c7fb3": {
|
|
1672
|
+
"message": "Erstatt { findText } med { replaceText }"
|
|
1673
|
+
},
|
|
1674
|
+
"replace_with_eeff01ad": {
|
|
1675
|
+
"message": "Erstatt med"
|
|
1676
|
+
},
|
|
1677
|
+
"replaced_alertfindtext_with_alertreplacetext_de5c1795": {
|
|
1678
|
+
"message": "Erstatta { alertFindText } med { alertReplaceText }"
|
|
1679
|
+
},
|
|
1680
|
+
"replaced_all_alertfindtext_with_alertreplacetext_83fdfe59": {
|
|
1681
|
+
"message": "Erstatta alt { alertFindText } med { alertReplaceText }"
|
|
1682
|
+
},
|
|
1563
1683
|
"reset_95a81614": {
|
|
1564
1684
|
"message": "Tilbakestill"
|
|
1565
1685
|
},
|
|
@@ -1569,6 +1689,12 @@ const locale = {
|
|
|
1569
1689
|
"restore_auto_save_deccd84b": {
|
|
1570
1690
|
"message": "Gjenopprette auto-lagring?"
|
|
1571
1691
|
},
|
|
1692
|
+
"result_index_of_max_7db5ad8b": {
|
|
1693
|
+
"message": "Resultat { index } av { max }."
|
|
1694
|
+
},
|
|
1695
|
+
"retry_ebd5f8ba": {
|
|
1696
|
+
"message": "Prøv på nytt"
|
|
1697
|
+
},
|
|
1572
1698
|
"rho_a0244a36": {
|
|
1573
1699
|
"message": "Rho"
|
|
1574
1700
|
},
|
|
@@ -1581,6 +1707,9 @@ const locale = {
|
|
|
1581
1707
|
"rich_text_area_press_oskey_f8_for_rich_content_edi_c2f651d": {
|
|
1582
1708
|
"message": "Rikt tekstområde. Trykk { OSKey }+F8 for hurtigtastar i teksteditoren."
|
|
1583
1709
|
},
|
|
1710
|
+
"right_71ffdc4d": {
|
|
1711
|
+
"message": "Høgre"
|
|
1712
|
+
},
|
|
1584
1713
|
"right_align_39e7a32a": {
|
|
1585
1714
|
"message": "Høgrejuster"
|
|
1586
1715
|
},
|
|
@@ -1695,6 +1824,9 @@ const locale = {
|
|
|
1695
1824
|
"set_table_header_cfab13a0": {
|
|
1696
1825
|
"message": "Legg inn tabelloverskrift"
|
|
1697
1826
|
},
|
|
1827
|
+
"sharp_music_ab956814": {
|
|
1828
|
+
"message": "Over (Musikk)"
|
|
1829
|
+
},
|
|
1698
1830
|
"shift_arrows_4d5785fe": {
|
|
1699
1831
|
"message": "SHIFT+Piltastar"
|
|
1700
1832
|
},
|
|
@@ -1704,6 +1836,9 @@ const locale = {
|
|
|
1704
1836
|
"shortcut_911d6255": {
|
|
1705
1837
|
"message": "Snarveg"
|
|
1706
1838
|
},
|
|
1839
|
+
"show_all_967a90f0": {
|
|
1840
|
+
"message": "Vis alt"
|
|
1841
|
+
},
|
|
1707
1842
|
"show_audio_options_b489926b": {
|
|
1708
1843
|
"message": "Vis lydalternativ"
|
|
1709
1844
|
},
|
|
@@ -1713,6 +1848,9 @@ const locale = {
|
|
|
1713
1848
|
"show_link_options_545338fd": {
|
|
1714
1849
|
"message": "Vis lenkealternativ"
|
|
1715
1850
|
},
|
|
1851
|
+
"show_studio_media_options_a0c748c6": {
|
|
1852
|
+
"message": "Vis medievalg for studio"
|
|
1853
|
+
},
|
|
1716
1854
|
"show_video_options_6ed3721a": {
|
|
1717
1855
|
"message": "Vis videoalternativ"
|
|
1718
1856
|
},
|
|
@@ -1809,12 +1947,18 @@ const locale = {
|
|
|
1809
1947
|
"steel_blue_14296f08": {
|
|
1810
1948
|
"message": "Stålblå"
|
|
1811
1949
|
},
|
|
1950
|
+
"studio_media_options_ee504361": {
|
|
1951
|
+
"message": "Medieval for studio"
|
|
1952
|
+
},
|
|
1812
1953
|
"styles_2aa721ef": {
|
|
1813
1954
|
"message": "Stilar"
|
|
1814
1955
|
},
|
|
1815
1956
|
"submit_a3cc6859": {
|
|
1816
1957
|
"message": "Send!"
|
|
1817
1958
|
},
|
|
1959
|
+
"submitting_b90fac62": {
|
|
1960
|
+
"message": "Leverer..."
|
|
1961
|
+
},
|
|
1818
1962
|
"subscript_59744f96": {
|
|
1819
1963
|
"message": "Senka skrift"
|
|
1820
1964
|
},
|
|
@@ -2013,6 +2157,9 @@ const locale = {
|
|
|
2013
2157
|
"up_c553575d": {
|
|
2014
2158
|
"message": "Opp"
|
|
2015
2159
|
},
|
|
2160
|
+
"updated_link_a827e441": {
|
|
2161
|
+
"message": "Oppdatert lenke"
|
|
2162
|
+
},
|
|
2016
2163
|
"upload_document_253f0478": {
|
|
2017
2164
|
"message": "Last opp dokument frå disk"
|
|
2018
2165
|
},
|
|
@@ -2193,6 +2340,9 @@ const locale = {
|
|
|
2193
2340
|
"white_87fa64fd": {
|
|
2194
2341
|
"message": "Kvit"
|
|
2195
2342
|
},
|
|
2343
|
+
"why_523b3d8c": {
|
|
2344
|
+
"message": "Kvifor"
|
|
2345
|
+
},
|
|
2196
2346
|
"width_492fec76": {
|
|
2197
2347
|
"message": "Vidde"
|
|
2198
2348
|
},
|
|
@@ -2208,6 +2358,9 @@ const locale = {
|
|
|
2208
2358
|
"word_count_c77fe3a6": {
|
|
2209
2359
|
"message": "Ordtelling"
|
|
2210
2360
|
},
|
|
2361
|
+
"words_b448b7d5": {
|
|
2362
|
+
"message": "Ord"
|
|
2363
|
+
},
|
|
2211
2364
|
"wreath_product_200b38ef": {
|
|
2212
2365
|
"message": "Kransprodukt"
|
|
2213
2366
|
},
|
|
@@ -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
|
},
|