@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
|
@@ -54,6 +54,12 @@ const locale = {
|
|
|
54
54
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
55
55
|
"message": "Ba cheart go mbeadh naisc in aice leis an URL céanna ina nasc amháin."
|
|
56
56
|
},
|
|
57
|
+
"ai_response_9624e8e8": {
|
|
58
|
+
"message": "Freagra IS"
|
|
59
|
+
},
|
|
60
|
+
"ai_tools_fda01177": {
|
|
61
|
+
"message": "Uirlisí IS"
|
|
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": "Tharla earráid agus iarratas gréasáin á dhéanamh"
|
|
92
98
|
},
|
|
99
|
+
"an_error_occurred_processing_your_request_a3a38d84": {
|
|
100
|
+
"message": "Tharla earráid agus d''iarratas á phróiseáil"
|
|
101
|
+
},
|
|
93
102
|
"an_error_occurred_uploading_your_media_71f1444d": {
|
|
94
103
|
"message": "Tharla earráid agus do mheáin á uaslódáil."
|
|
95
104
|
},
|
|
@@ -333,6 +342,9 @@ const locale = {
|
|
|
333
342
|
"complex_numbers_a543d004": {
|
|
334
343
|
"message": "Uimhreacha Coimpléascacha"
|
|
335
344
|
},
|
|
345
|
+
"compose_44c904f4": {
|
|
346
|
+
"message": "Cum"
|
|
347
|
+
},
|
|
336
348
|
"computer_1d7dfa6f": {
|
|
337
349
|
"message": "Ríomhaire"
|
|
338
350
|
},
|
|
@@ -345,6 +357,9 @@ const locale = {
|
|
|
345
357
|
"content_1440204b": {
|
|
346
358
|
"message": "Ábhar"
|
|
347
359
|
},
|
|
360
|
+
"content_in_the_editor_will_be_changed_press_cancel_d5bf3357": {
|
|
361
|
+
"message": "Athrófar ábhar san eagarthóir. Brúigh Cealaigh chun an t-ábhar bunaidh a choinneáil."
|
|
362
|
+
},
|
|
348
363
|
"content_is_still_being_uploaded_if_you_continue_it_8f06d0cb": {
|
|
349
364
|
"message": "Tá an ábhar fós á uaslódáil, má leanann tú ar aghaidh ní bheidh sé leabaithe i gceart."
|
|
350
365
|
},
|
|
@@ -357,6 +372,9 @@ const locale = {
|
|
|
357
372
|
"coproduct_e7838082": {
|
|
358
373
|
"message": "Comhtháirge"
|
|
359
374
|
},
|
|
375
|
+
"copy_9748f9f": {
|
|
376
|
+
"message": "Cóipeáil"
|
|
377
|
+
},
|
|
360
378
|
"copyright_holder_66ee111": {
|
|
361
379
|
"message": "Sealbhóir Cóipchirt:"
|
|
362
380
|
},
|
|
@@ -525,6 +543,9 @@ const locale = {
|
|
|
525
543
|
"disjoint_union_e74351a8": {
|
|
526
544
|
"message": "Aontas Scartha"
|
|
527
545
|
},
|
|
546
|
+
"dislike_14befc48": {
|
|
547
|
+
"message": "Tabhair ‘ní maith liom’ dó"
|
|
548
|
+
},
|
|
528
549
|
"display_options_315aba85": {
|
|
529
550
|
"message": "Roghanna Taispeána"
|
|
530
551
|
},
|
|
@@ -600,8 +621,8 @@ const locale = {
|
|
|
600
621
|
"edit_link_7f53bebb": {
|
|
601
622
|
"message": "Cuir Nasc in Eagar"
|
|
602
623
|
},
|
|
603
|
-
"
|
|
604
|
-
"message": "Barra
|
|
624
|
+
"editor_status_bar_653f44ee": {
|
|
625
|
+
"message": "Barra Stádais Eagarthóra"
|
|
605
626
|
},
|
|
606
627
|
"element_starting_with_start_91bf4c3b": {
|
|
607
628
|
"message": "Eilimint ag tosú le { start }"
|
|
@@ -648,6 +669,15 @@ const locale = {
|
|
|
648
669
|
"enter_at_least_3_characters_to_search_4f037ee0": {
|
|
649
670
|
"message": "Cuir isteach 3 charachtar ar a laghad le cuardaigh"
|
|
650
671
|
},
|
|
672
|
+
"enter_replacement_text_17631bbc": {
|
|
673
|
+
"message": "cuir isteach téacs athsholáthair"
|
|
674
|
+
},
|
|
675
|
+
"enter_search_text_26cb4459": {
|
|
676
|
+
"message": "cuir isteach téacs cuardaigh"
|
|
677
|
+
},
|
|
678
|
+
"enter_text_8b35c65b": {
|
|
679
|
+
"message": "Cuir isteach téacs"
|
|
680
|
+
},
|
|
651
681
|
"epsilon_54bb8afa": {
|
|
652
682
|
"message": "Eipsealón"
|
|
653
683
|
},
|
|
@@ -711,6 +741,9 @@ const locale = {
|
|
|
711
741
|
"failed_getting_file_contents_e9ea19f4": {
|
|
712
742
|
"message": "Theip ar ábhar an chomhaid a fháil"
|
|
713
743
|
},
|
|
744
|
+
"failed_to_copy_response_d3def551": {
|
|
745
|
+
"message": "Theip an freagra a choipeáil"
|
|
746
|
+
},
|
|
714
747
|
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
715
748
|
"message": "Theip ar ábhar a aisghabháil ón uirlis sheachtrach"
|
|
716
749
|
},
|
|
@@ -738,6 +771,12 @@ const locale = {
|
|
|
738
771
|
"files_index_af7c662b": {
|
|
739
772
|
"message": "Innéacs Comhaid"
|
|
740
773
|
},
|
|
774
|
+
"find_8d605019": {
|
|
775
|
+
"message": "Aimsigh"
|
|
776
|
+
},
|
|
777
|
+
"find_and_replace_6e345933": {
|
|
778
|
+
"message": "Aimsigh agus Athraigh"
|
|
779
|
+
},
|
|
741
780
|
"finish_bc343002": {
|
|
742
781
|
"message": "Críochnaigh"
|
|
743
782
|
},
|
|
@@ -882,6 +921,12 @@ const locale = {
|
|
|
882
921
|
"height_69b03e15": {
|
|
883
922
|
"message": "Airde"
|
|
884
923
|
},
|
|
924
|
+
"hello_please_describe_the_modifications_you_would__49b19837": {
|
|
925
|
+
"message": "Dia duit. Déan cur síos le do thoil ar na mionathruithe ar mhaith leat a dhéanamh ar do phíosa."
|
|
926
|
+
},
|
|
927
|
+
"hello_please_describe_the_modifications_you_would__600dbbf0": {
|
|
928
|
+
"message": "Dia duit. Déan cur síos le do thoil ar na mionathruithe ar mhaith leat a dhéanamh ar do rogha."
|
|
929
|
+
},
|
|
885
930
|
"hexagon_d8468e0d": {
|
|
886
931
|
"message": "Heicseagán"
|
|
887
932
|
},
|
|
@@ -909,6 +954,9 @@ const locale = {
|
|
|
909
954
|
"i_hold_the_copyright_71ee91b1": {
|
|
910
955
|
"message": "Tá an cóipcheart agam"
|
|
911
956
|
},
|
|
957
|
+
"i_m_sorry_but_i_cannot_find_the_ai_s_answer_67569d19": {
|
|
958
|
+
"message": "Tá brón orm, ach ní féidir liom teacht ar fhreagra IS"
|
|
959
|
+
},
|
|
912
960
|
"icon_215a1dc6": {
|
|
913
961
|
"message": "Deilbhín"
|
|
914
962
|
},
|
|
@@ -984,6 +1032,9 @@ const locale = {
|
|
|
984
1032
|
"indefinite_integral_6623307e": {
|
|
985
1033
|
"message": "Slánuimhreach Éiginnte"
|
|
986
1034
|
},
|
|
1035
|
+
"index_of_max_80dcf7a5": {
|
|
1036
|
+
"message": "{ index } de { max }"
|
|
1037
|
+
},
|
|
987
1038
|
"indigo_2035fc55": {
|
|
988
1039
|
"message": "Indeagó"
|
|
989
1040
|
},
|
|
@@ -1152,6 +1203,9 @@ const locale = {
|
|
|
1152
1203
|
"links_to_an_external_site_de74145d": {
|
|
1153
1204
|
"message": "Naisc chuig suíomh seachtrach."
|
|
1154
1205
|
},
|
|
1206
|
+
"lists_cd1336fc": {
|
|
1207
|
+
"message": "Liostaí"
|
|
1208
|
+
},
|
|
1155
1209
|
"lists_should_be_formatted_as_lists_f862de8d": {
|
|
1156
1210
|
"message": "Ba cheart liostaí a fhormáidiú mar liostaí."
|
|
1157
1211
|
},
|
|
@@ -1257,6 +1311,9 @@ const locale = {
|
|
|
1257
1311
|
"miscellaneous_e9818229": {
|
|
1258
1312
|
"message": "Ilchineálach"
|
|
1259
1313
|
},
|
|
1314
|
+
"modify_6b0b13e3": {
|
|
1315
|
+
"message": "Athraigh"
|
|
1316
|
+
},
|
|
1260
1317
|
"module_90d9fd32": {
|
|
1261
1318
|
"message": "Modúl"
|
|
1262
1319
|
},
|
|
@@ -1323,6 +1380,9 @@ const locale = {
|
|
|
1323
1380
|
"next_40e12421": {
|
|
1324
1381
|
"message": "Ar aghaidh"
|
|
1325
1382
|
},
|
|
1383
|
+
"next_findtext_9d69f0fe": {
|
|
1384
|
+
"message": "An chéad { findText } eile"
|
|
1385
|
+
},
|
|
1326
1386
|
"no_accessibility_issues_were_detected_f8d3c875": {
|
|
1327
1387
|
"message": "Níor aimsíodh aon saincheisteanna inrochtaineachta."
|
|
1328
1388
|
},
|
|
@@ -1380,6 +1440,9 @@ const locale = {
|
|
|
1380
1440
|
"no_results_940393cf": {
|
|
1381
1441
|
"message": "Gan torthaí."
|
|
1382
1442
|
},
|
|
1443
|
+
"no_results_found_58717065": {
|
|
1444
|
+
"message": "Níor aimsíodh aon toradh"
|
|
1445
|
+
},
|
|
1383
1446
|
"no_results_found_for_filterterm_ad1b04c8": {
|
|
1384
1447
|
"message": "Níor aimsíodh aon torthaí le haghaidh { filterTerm }"
|
|
1385
1448
|
},
|
|
@@ -1539,6 +1602,9 @@ const locale = {
|
|
|
1539
1602
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1540
1603
|
"message": "Tabhair cead do Canvas rochtain a fháil ar do mhicreafón agus ceamara gréasáin."
|
|
1541
1604
|
},
|
|
1605
|
+
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1606
|
+
"message": "Déan cur síos le do thoil ar cad ba mhaith leat a chumadh."
|
|
1607
|
+
},
|
|
1542
1608
|
"plus_d43cd4ec": {
|
|
1543
1609
|
"message": "Móide"
|
|
1544
1610
|
},
|
|
@@ -1560,6 +1626,9 @@ const locale = {
|
|
|
1560
1626
|
"preformatted_d0670862": {
|
|
1561
1627
|
"message": "Réamhfhormáidithe"
|
|
1562
1628
|
},
|
|
1629
|
+
"prepend_findtext_append_8e0e769a": {
|
|
1630
|
+
"message": "{ prepend }{ findText }{ append }"
|
|
1631
|
+
},
|
|
1563
1632
|
"prev_f82cbc48": {
|
|
1564
1633
|
"message": "Roimhe seo"
|
|
1565
1634
|
},
|
|
@@ -1575,6 +1644,12 @@ const locale = {
|
|
|
1575
1644
|
"preview_inline_9787330": {
|
|
1576
1645
|
"message": "Réamhamharc inlíne"
|
|
1577
1646
|
},
|
|
1647
|
+
"previous_bd2ac015": {
|
|
1648
|
+
"message": "Roimhe Seo"
|
|
1649
|
+
},
|
|
1650
|
+
"previous_findtext_8dfbfd30": {
|
|
1651
|
+
"message": "Roimhe Seo { findText }"
|
|
1652
|
+
},
|
|
1578
1653
|
"prime_917ea60e": {
|
|
1579
1654
|
"message": "Príomha"
|
|
1580
1655
|
},
|
|
@@ -1647,18 +1722,45 @@ const locale = {
|
|
|
1647
1722
|
"remove_link_d1f2f4d0": {
|
|
1648
1723
|
"message": "Bain Nasc"
|
|
1649
1724
|
},
|
|
1725
|
+
"replace_all_d3d68b3": {
|
|
1726
|
+
"message": "Athraigh Gach Rud"
|
|
1727
|
+
},
|
|
1728
|
+
"replace_all_findtext_with_replacetext_da574b32": {
|
|
1729
|
+
"message": "Athraigh { findText } ar fad le { replaceText }"
|
|
1730
|
+
},
|
|
1650
1731
|
"replace_e61834a7": {
|
|
1651
1732
|
"message": "Ionadaigh"
|
|
1652
1733
|
},
|
|
1734
|
+
"replace_findtext_with_replacetext_7b5c7fb3": {
|
|
1735
|
+
"message": "Athraigh { findText } le { replaceText }"
|
|
1736
|
+
},
|
|
1737
|
+
"replace_with_eeff01ad": {
|
|
1738
|
+
"message": "Athraigh le"
|
|
1739
|
+
},
|
|
1740
|
+
"replaced_alertfindtext_with_alertreplacetext_de5c1795": {
|
|
1741
|
+
"message": "Athraíodh { alertFindText } le { alertReplaceText }"
|
|
1742
|
+
},
|
|
1743
|
+
"replaced_all_alertfindtext_with_alertreplacetext_83fdfe59": {
|
|
1744
|
+
"message": "Athraíodh { alertFindText } ar fad le { alertReplaceText }"
|
|
1745
|
+
},
|
|
1653
1746
|
"reset_95a81614": {
|
|
1654
1747
|
"message": "Athshocraigh"
|
|
1655
1748
|
},
|
|
1656
1749
|
"resize_ec83d538": {
|
|
1657
1750
|
"message": "Athraigh méid"
|
|
1658
1751
|
},
|
|
1752
|
+
"response_copied_to_clipboard_130d66cd": {
|
|
1753
|
+
"message": "Cóipeáladh an freagra chuig an ngearrthaisce"
|
|
1754
|
+
},
|
|
1659
1755
|
"restore_auto_save_deccd84b": {
|
|
1660
1756
|
"message": "Athchóirigh sábháil uathoibríoch?"
|
|
1661
1757
|
},
|
|
1758
|
+
"result_index_of_max_7db5ad8b": {
|
|
1759
|
+
"message": "Toradh { index } de { max }."
|
|
1760
|
+
},
|
|
1761
|
+
"retry_ebd5f8ba": {
|
|
1762
|
+
"message": "Bain triail eile as"
|
|
1763
|
+
},
|
|
1662
1764
|
"reverse_turnstile_does_not_yield_7558be06": {
|
|
1663
1765
|
"message": "Cas an Geata Droim ar Ais (Ní Ghéilltear)"
|
|
1664
1766
|
},
|
|
@@ -1809,6 +1911,9 @@ const locale = {
|
|
|
1809
1911
|
"shortcut_911d6255": {
|
|
1810
1912
|
"message": "Aicearra"
|
|
1811
1913
|
},
|
|
1914
|
+
"show_all_967a90f0": {
|
|
1915
|
+
"message": "Taispeáin gach rud"
|
|
1916
|
+
},
|
|
1812
1917
|
"show_audio_options_b489926b": {
|
|
1813
1918
|
"message": "Taispeáin roghanna fuaime"
|
|
1814
1919
|
},
|
|
@@ -2331,6 +2436,9 @@ const locale = {
|
|
|
2331
2436
|
"view_word_and_character_counts_a743dd0c": {
|
|
2332
2437
|
"message": "Féach ar líon na bhfocal agus na gcarachtar"
|
|
2333
2438
|
},
|
|
2439
|
+
"waiting_for_response_1efd0c50": {
|
|
2440
|
+
"message": "Ag feitheamh ar fhreagra"
|
|
2441
|
+
},
|
|
2334
2442
|
"we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
|
|
2335
2443
|
"message": "Níorbh fhéidir linn micreafón a bhí ag obair ceangailte le do ghléas a bhrath."
|
|
2336
2444
|
},
|
|
@@ -2349,6 +2457,9 @@ const locale = {
|
|
|
2349
2457
|
"webpages_should_only_have_a_single_h1_which_is_aut_dc99189e": {
|
|
2350
2458
|
"message": "Níor cheart ach H1 amháin a bheith ag leathanaigh ghréasáin, a úsáideann Teideal an leathanaigh go huathoibríoch. Ba cheart gur H2 an chéad cheannteideal i d’ábhar."
|
|
2351
2459
|
},
|
|
2460
|
+
"what_would_you_like_to_do_6dc0d541": {
|
|
2461
|
+
"message": "Céard ba mhaith leat a dhéanamh?"
|
|
2462
|
+
},
|
|
2352
2463
|
"when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
|
|
2353
2464
|
"message": "Nuair a úsáidtear marcáil a dhéanann formáid amhairc ar mhíreanna mar liosta ach nach léiríonn an gaol liosta, d’fhéadfadh go mbeadh deacracht ag úsáideoirí an fhaisnéis a nascleanúint."
|
|
2354
2465
|
},
|
|
@@ -2379,6 +2490,9 @@ const locale = {
|
|
|
2379
2490
|
"wreath_product_200b38ef": {
|
|
2380
2491
|
"message": "Táirge Wreath"
|
|
2381
2492
|
},
|
|
2493
|
+
"writing_assistant_a30ac16a": {
|
|
2494
|
+
"message": "Cúntóir Scríbhneoireachta"
|
|
2495
|
+
},
|
|
2382
2496
|
"xi_149681d0": {
|
|
2383
2497
|
"message": "Xí"
|
|
2384
2498
|
},
|
|
@@ -111,6 +111,9 @@ const locale = {
|
|
|
111
111
|
"content_type_2cf90d95": {
|
|
112
112
|
"message": "סוג תוכן"
|
|
113
113
|
},
|
|
114
|
+
"copy_9748f9f": {
|
|
115
|
+
"message": "העתקה"
|
|
116
|
+
},
|
|
114
117
|
"copyright_holder_66ee111": {
|
|
115
118
|
"message": "בעלים של זכויות יוצרים:"
|
|
116
119
|
},
|
|
@@ -399,6 +402,9 @@ const locale = {
|
|
|
399
402
|
"reset_95a81614": {
|
|
400
403
|
"message": "חזרה למצב ברירת מחדל"
|
|
401
404
|
},
|
|
405
|
+
"retry_ebd5f8ba": {
|
|
406
|
+
"message": "נסה/י שוב"
|
|
407
|
+
},
|
|
402
408
|
"rich_content_editor_2708ef21": {
|
|
403
409
|
"message": "עורך תוכן עשיר"
|
|
404
410
|
},
|
|
@@ -426,6 +432,9 @@ const locale = {
|
|
|
426
432
|
"submit_a3cc6859": {
|
|
427
433
|
"message": "הגשה"
|
|
428
434
|
},
|
|
435
|
+
"submitting_b90fac62": {
|
|
436
|
+
"message": "מבצע..."
|
|
437
|
+
},
|
|
429
438
|
"syllabus_f191f65b": {
|
|
430
439
|
"message": "תכנית לימודים"
|
|
431
440
|
},
|