@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": "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
|
},
|
|
@@ -360,6 +372,9 @@ const locale = {
|
|
|
360
372
|
"coproduct_e7838082": {
|
|
361
373
|
"message": "Comhtháirge"
|
|
362
374
|
},
|
|
375
|
+
"copy_9748f9f": {
|
|
376
|
+
"message": "Cóipeáil"
|
|
377
|
+
},
|
|
363
378
|
"copyright_holder_66ee111": {
|
|
364
379
|
"message": "Sealbhóir Cóipchirt:"
|
|
365
380
|
},
|
|
@@ -528,6 +543,9 @@ const locale = {
|
|
|
528
543
|
"disjoint_union_e74351a8": {
|
|
529
544
|
"message": "Aontas Scartha"
|
|
530
545
|
},
|
|
546
|
+
"dislike_14befc48": {
|
|
547
|
+
"message": "Tabhair ‘ní maith liom’ dó"
|
|
548
|
+
},
|
|
531
549
|
"display_options_315aba85": {
|
|
532
550
|
"message": "Roghanna Taispeána"
|
|
533
551
|
},
|
|
@@ -603,8 +621,8 @@ const locale = {
|
|
|
603
621
|
"edit_link_7f53bebb": {
|
|
604
622
|
"message": "Cuir Nasc in Eagar"
|
|
605
623
|
},
|
|
606
|
-
"
|
|
607
|
-
"message": "Barra
|
|
624
|
+
"editor_status_bar_653f44ee": {
|
|
625
|
+
"message": "Barra Stádais Eagarthóra"
|
|
608
626
|
},
|
|
609
627
|
"element_starting_with_start_91bf4c3b": {
|
|
610
628
|
"message": "Eilimint ag tosú le { start }"
|
|
@@ -657,6 +675,9 @@ const locale = {
|
|
|
657
675
|
"enter_search_text_26cb4459": {
|
|
658
676
|
"message": "cuir isteach téacs cuardaigh"
|
|
659
677
|
},
|
|
678
|
+
"enter_text_8b35c65b": {
|
|
679
|
+
"message": "Cuir isteach téacs"
|
|
680
|
+
},
|
|
660
681
|
"epsilon_54bb8afa": {
|
|
661
682
|
"message": "Eipsealón"
|
|
662
683
|
},
|
|
@@ -720,6 +741,9 @@ const locale = {
|
|
|
720
741
|
"failed_getting_file_contents_e9ea19f4": {
|
|
721
742
|
"message": "Theip ar ábhar an chomhaid a fháil"
|
|
722
743
|
},
|
|
744
|
+
"failed_to_copy_response_d3def551": {
|
|
745
|
+
"message": "Theip an freagra a choipeáil"
|
|
746
|
+
},
|
|
723
747
|
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
724
748
|
"message": "Theip ar ábhar a aisghabháil ón uirlis sheachtrach"
|
|
725
749
|
},
|
|
@@ -897,6 +921,12 @@ const locale = {
|
|
|
897
921
|
"height_69b03e15": {
|
|
898
922
|
"message": "Airde"
|
|
899
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
|
+
},
|
|
900
930
|
"hexagon_d8468e0d": {
|
|
901
931
|
"message": "Heicseagán"
|
|
902
932
|
},
|
|
@@ -924,6 +954,9 @@ const locale = {
|
|
|
924
954
|
"i_hold_the_copyright_71ee91b1": {
|
|
925
955
|
"message": "Tá an cóipcheart agam"
|
|
926
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
|
+
},
|
|
927
960
|
"icon_215a1dc6": {
|
|
928
961
|
"message": "Deilbhín"
|
|
929
962
|
},
|
|
@@ -1170,6 +1203,9 @@ const locale = {
|
|
|
1170
1203
|
"links_to_an_external_site_de74145d": {
|
|
1171
1204
|
"message": "Naisc chuig suíomh seachtrach."
|
|
1172
1205
|
},
|
|
1206
|
+
"lists_cd1336fc": {
|
|
1207
|
+
"message": "Liostaí"
|
|
1208
|
+
},
|
|
1173
1209
|
"lists_should_be_formatted_as_lists_f862de8d": {
|
|
1174
1210
|
"message": "Ba cheart liostaí a fhormáidiú mar liostaí."
|
|
1175
1211
|
},
|
|
@@ -1275,6 +1311,9 @@ const locale = {
|
|
|
1275
1311
|
"miscellaneous_e9818229": {
|
|
1276
1312
|
"message": "Ilchineálach"
|
|
1277
1313
|
},
|
|
1314
|
+
"modify_6b0b13e3": {
|
|
1315
|
+
"message": "Athraigh"
|
|
1316
|
+
},
|
|
1278
1317
|
"module_90d9fd32": {
|
|
1279
1318
|
"message": "Modúl"
|
|
1280
1319
|
},
|
|
@@ -1563,6 +1602,9 @@ const locale = {
|
|
|
1563
1602
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1564
1603
|
"message": "Tabhair cead do Canvas rochtain a fháil ar do mhicreafón agus ceamara gréasáin."
|
|
1565
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
|
+
},
|
|
1566
1608
|
"plus_d43cd4ec": {
|
|
1567
1609
|
"message": "Móide"
|
|
1568
1610
|
},
|
|
@@ -1707,12 +1749,18 @@ const locale = {
|
|
|
1707
1749
|
"resize_ec83d538": {
|
|
1708
1750
|
"message": "Athraigh méid"
|
|
1709
1751
|
},
|
|
1752
|
+
"response_copied_to_clipboard_130d66cd": {
|
|
1753
|
+
"message": "Cóipeáladh an freagra chuig an ngearrthaisce"
|
|
1754
|
+
},
|
|
1710
1755
|
"restore_auto_save_deccd84b": {
|
|
1711
1756
|
"message": "Athchóirigh sábháil uathoibríoch?"
|
|
1712
1757
|
},
|
|
1713
1758
|
"result_index_of_max_7db5ad8b": {
|
|
1714
1759
|
"message": "Toradh { index } de { max }."
|
|
1715
1760
|
},
|
|
1761
|
+
"retry_ebd5f8ba": {
|
|
1762
|
+
"message": "Bain triail eile as"
|
|
1763
|
+
},
|
|
1716
1764
|
"reverse_turnstile_does_not_yield_7558be06": {
|
|
1717
1765
|
"message": "Cas an Geata Droim ar Ais (Ní Ghéilltear)"
|
|
1718
1766
|
},
|
|
@@ -1863,6 +1911,9 @@ const locale = {
|
|
|
1863
1911
|
"shortcut_911d6255": {
|
|
1864
1912
|
"message": "Aicearra"
|
|
1865
1913
|
},
|
|
1914
|
+
"show_all_967a90f0": {
|
|
1915
|
+
"message": "Taispeáin gach rud"
|
|
1916
|
+
},
|
|
1866
1917
|
"show_audio_options_b489926b": {
|
|
1867
1918
|
"message": "Taispeáin roghanna fuaime"
|
|
1868
1919
|
},
|
|
@@ -2385,6 +2436,9 @@ const locale = {
|
|
|
2385
2436
|
"view_word_and_character_counts_a743dd0c": {
|
|
2386
2437
|
"message": "Féach ar líon na bhfocal agus na gcarachtar"
|
|
2387
2438
|
},
|
|
2439
|
+
"waiting_for_response_1efd0c50": {
|
|
2440
|
+
"message": "Ag feitheamh ar fhreagra"
|
|
2441
|
+
},
|
|
2388
2442
|
"we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
|
|
2389
2443
|
"message": "Níorbh fhéidir linn micreafón a bhí ag obair ceangailte le do ghléas a bhrath."
|
|
2390
2444
|
},
|
|
@@ -2403,6 +2457,9 @@ const locale = {
|
|
|
2403
2457
|
"webpages_should_only_have_a_single_h1_which_is_aut_dc99189e": {
|
|
2404
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."
|
|
2405
2459
|
},
|
|
2460
|
+
"what_would_you_like_to_do_6dc0d541": {
|
|
2461
|
+
"message": "Céard ba mhaith leat a dhéanamh?"
|
|
2462
|
+
},
|
|
2406
2463
|
"when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
|
|
2407
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."
|
|
2408
2465
|
},
|
|
@@ -2433,6 +2490,9 @@ const locale = {
|
|
|
2433
2490
|
"wreath_product_200b38ef": {
|
|
2434
2491
|
"message": "Táirge Wreath"
|
|
2435
2492
|
},
|
|
2493
|
+
"writing_assistant_a30ac16a": {
|
|
2494
|
+
"message": "Cúntóir Scríbhneoireachta"
|
|
2495
|
+
},
|
|
2436
2496
|
"xi_149681d0": {
|
|
2437
2497
|
"message": "Xí"
|
|
2438
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
|
},
|
|
@@ -53,6 +53,12 @@ const locale = {
|
|
|
53
53
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
54
54
|
"message": "समान URL वाले निकटवर्ती लिंक एक ही लिंक होने चाहिए।"
|
|
55
55
|
},
|
|
56
|
+
"ai_response_9624e8e8": {
|
|
57
|
+
"message": "AI प्रतिक्रिया"
|
|
58
|
+
},
|
|
59
|
+
"ai_tools_fda01177": {
|
|
60
|
+
"message": "AI उपकरण"
|
|
61
|
+
},
|
|
56
62
|
"aleph_f4ffd155": {
|
|
57
63
|
"message": "एलेफ़"
|
|
58
64
|
},
|
|
@@ -89,6 +95,9 @@ const locale = {
|
|
|
89
95
|
"an_error_occurred_making_a_network_request_d1bda348": {
|
|
90
96
|
"message": "नेटवर्क अनुरोध करते समय त्रुटि उत्पन्न हुई"
|
|
91
97
|
},
|
|
98
|
+
"an_error_occurred_processing_your_request_a3a38d84": {
|
|
99
|
+
"message": "आपके अनुरोध को प्रोसेस करते समय त्रुटि हुई"
|
|
100
|
+
},
|
|
92
101
|
"an_error_occurred_uploading_your_media_71f1444d": {
|
|
93
102
|
"message": "आपका मीडिया अपलोड करने के दौरान त्रुटि उत्पन्न हुई।"
|
|
94
103
|
},
|
|
@@ -332,6 +341,9 @@ const locale = {
|
|
|
332
341
|
"complex_numbers_a543d004": {
|
|
333
342
|
"message": "सम्मिश्र संख्याएं"
|
|
334
343
|
},
|
|
344
|
+
"compose_44c904f4": {
|
|
345
|
+
"message": "लिखें"
|
|
346
|
+
},
|
|
335
347
|
"computer_1d7dfa6f": {
|
|
336
348
|
"message": "कंप्यूटर"
|
|
337
349
|
},
|
|
@@ -344,6 +356,9 @@ const locale = {
|
|
|
344
356
|
"content_1440204b": {
|
|
345
357
|
"message": "सामग्री"
|
|
346
358
|
},
|
|
359
|
+
"content_in_the_editor_will_be_changed_press_cancel_d5bf3357": {
|
|
360
|
+
"message": "संपादक में सामग्री परिवर्तित हो जाएगी। मूल सामग्री को बनाए रखने के लिए रद्द करें दबाएं।"
|
|
361
|
+
},
|
|
347
362
|
"content_is_still_being_uploaded_if_you_continue_it_8f06d0cb": {
|
|
348
363
|
"message": "सामग्री अभी भी अपलोड की जा रही है, यदि आप जारी रखते हैं, तो इसे ठीक से एम्बेड नहीं किया जाएगा।"
|
|
349
364
|
},
|
|
@@ -356,6 +371,9 @@ const locale = {
|
|
|
356
371
|
"coproduct_e7838082": {
|
|
357
372
|
"message": "सह-उत्पाद"
|
|
358
373
|
},
|
|
374
|
+
"copy_9748f9f": {
|
|
375
|
+
"message": "प्रति बनाएं"
|
|
376
|
+
},
|
|
359
377
|
"copyright_holder_66ee111": {
|
|
360
378
|
"message": "कॉपीराइट धारक:"
|
|
361
379
|
},
|
|
@@ -524,6 +542,9 @@ const locale = {
|
|
|
524
542
|
"disjoint_union_e74351a8": {
|
|
525
543
|
"message": "असंयुक्त संघ"
|
|
526
544
|
},
|
|
545
|
+
"dislike_14befc48": {
|
|
546
|
+
"message": "नापसंद करें"
|
|
547
|
+
},
|
|
527
548
|
"display_options_315aba85": {
|
|
528
549
|
"message": "डिस्प्ले के विकल्प"
|
|
529
550
|
},
|
|
@@ -599,8 +620,8 @@ const locale = {
|
|
|
599
620
|
"edit_link_7f53bebb": {
|
|
600
621
|
"message": "लिंक संपादित करें"
|
|
601
622
|
},
|
|
602
|
-
"
|
|
603
|
-
"message": "संपादक
|
|
623
|
+
"editor_status_bar_653f44ee": {
|
|
624
|
+
"message": "संपादक स्थिति पट्टी"
|
|
604
625
|
},
|
|
605
626
|
"element_starting_with_start_91bf4c3b": {
|
|
606
627
|
"message": "{ start } से शुरू होता तत्व"
|
|
@@ -647,6 +668,15 @@ const locale = {
|
|
|
647
668
|
"enter_at_least_3_characters_to_search_4f037ee0": {
|
|
648
669
|
"message": "खोजने के लिए कम से कम 3 कैरेक्टर दर्ज करें"
|
|
649
670
|
},
|
|
671
|
+
"enter_replacement_text_17631bbc": {
|
|
672
|
+
"message": "प्रतिस्थापन पाठ दर्ज करें"
|
|
673
|
+
},
|
|
674
|
+
"enter_search_text_26cb4459": {
|
|
675
|
+
"message": "खोज पाठ दर्ज करें"
|
|
676
|
+
},
|
|
677
|
+
"enter_text_8b35c65b": {
|
|
678
|
+
"message": "पाठ दर्ज करें"
|
|
679
|
+
},
|
|
650
680
|
"epsilon_54bb8afa": {
|
|
651
681
|
"message": "Epsilon"
|
|
652
682
|
},
|
|
@@ -710,6 +740,9 @@ const locale = {
|
|
|
710
740
|
"failed_getting_file_contents_e9ea19f4": {
|
|
711
741
|
"message": "फ़ाइल की सामग्री पाने में विफल"
|
|
712
742
|
},
|
|
743
|
+
"failed_to_copy_response_d3def551": {
|
|
744
|
+
"message": "प्रतिक्रिया की प्रति नहीं बनाई जा सकी"
|
|
745
|
+
},
|
|
713
746
|
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
714
747
|
"message": "बाहरी उपकरण से सामग्री पुनर्प्राप्त करने में विफल"
|
|
715
748
|
},
|
|
@@ -737,6 +770,12 @@ const locale = {
|
|
|
737
770
|
"files_index_af7c662b": {
|
|
738
771
|
"message": "फ़ाइल सूचकांक"
|
|
739
772
|
},
|
|
773
|
+
"find_8d605019": {
|
|
774
|
+
"message": "ढूंढें"
|
|
775
|
+
},
|
|
776
|
+
"find_and_replace_6e345933": {
|
|
777
|
+
"message": "ढूंढें और बदलें"
|
|
778
|
+
},
|
|
740
779
|
"finish_bc343002": {
|
|
741
780
|
"message": "खत्म करें"
|
|
742
781
|
},
|
|
@@ -881,6 +920,12 @@ const locale = {
|
|
|
881
920
|
"height_69b03e15": {
|
|
882
921
|
"message": "ऊंचाई"
|
|
883
922
|
},
|
|
923
|
+
"hello_please_describe_the_modifications_you_would__49b19837": {
|
|
924
|
+
"message": "नमस्कार। कृपया बताएं कि आप अपनी रचना में क्या संशोधन करना चाहते हैं।"
|
|
925
|
+
},
|
|
926
|
+
"hello_please_describe_the_modifications_you_would__600dbbf0": {
|
|
927
|
+
"message": "नमस्कार। कृपया बताएं कि आप अपने चयन में क्या संशोधन करना चाहते हैं।"
|
|
928
|
+
},
|
|
884
929
|
"hexagon_d8468e0d": {
|
|
885
930
|
"message": "षटकोण"
|
|
886
931
|
},
|
|
@@ -908,6 +953,9 @@ const locale = {
|
|
|
908
953
|
"i_hold_the_copyright_71ee91b1": {
|
|
909
954
|
"message": "मेरे पास कॉपीराइट है"
|
|
910
955
|
},
|
|
956
|
+
"i_m_sorry_but_i_cannot_find_the_ai_s_answer_67569d19": {
|
|
957
|
+
"message": "मुझे खेद है, लेकिन मुझे AI का उत्तर नहीं मिल रहा है"
|
|
958
|
+
},
|
|
911
959
|
"icon_215a1dc6": {
|
|
912
960
|
"message": "आइकन"
|
|
913
961
|
},
|
|
@@ -983,6 +1031,9 @@ const locale = {
|
|
|
983
1031
|
"indefinite_integral_6623307e": {
|
|
984
1032
|
"message": "अनिश्चित अभिन्न"
|
|
985
1033
|
},
|
|
1034
|
+
"index_of_max_80dcf7a5": {
|
|
1035
|
+
"message": "{ max }में से { index }"
|
|
1036
|
+
},
|
|
986
1037
|
"indigo_2035fc55": {
|
|
987
1038
|
"message": "इंडिगो"
|
|
988
1039
|
},
|
|
@@ -1151,6 +1202,9 @@ const locale = {
|
|
|
1151
1202
|
"links_to_an_external_site_de74145d": {
|
|
1152
1203
|
"message": "बाहरी साइट के लिए लिंक।"
|
|
1153
1204
|
},
|
|
1205
|
+
"lists_cd1336fc": {
|
|
1206
|
+
"message": "सूचियां"
|
|
1207
|
+
},
|
|
1154
1208
|
"lists_should_be_formatted_as_lists_f862de8d": {
|
|
1155
1209
|
"message": "सूचियों को सूचियों के रूप में स्वरूपित किया जाना चाहिए।"
|
|
1156
1210
|
},
|
|
@@ -1256,6 +1310,9 @@ const locale = {
|
|
|
1256
1310
|
"miscellaneous_e9818229": {
|
|
1257
1311
|
"message": "विविध"
|
|
1258
1312
|
},
|
|
1313
|
+
"modify_6b0b13e3": {
|
|
1314
|
+
"message": "संशोधित करें"
|
|
1315
|
+
},
|
|
1259
1316
|
"module_90d9fd32": {
|
|
1260
1317
|
"message": "मॉड्यूल"
|
|
1261
1318
|
},
|
|
@@ -1322,6 +1379,9 @@ const locale = {
|
|
|
1322
1379
|
"next_40e12421": {
|
|
1323
1380
|
"message": "अगला"
|
|
1324
1381
|
},
|
|
1382
|
+
"next_findtext_9d69f0fe": {
|
|
1383
|
+
"message": "अगला { findText }"
|
|
1384
|
+
},
|
|
1325
1385
|
"no_accessibility_issues_were_detected_f8d3c875": {
|
|
1326
1386
|
"message": "कोई पहुंच संबंधी समस्या नहीं मिली।"
|
|
1327
1387
|
},
|
|
@@ -1379,6 +1439,9 @@ const locale = {
|
|
|
1379
1439
|
"no_results_940393cf": {
|
|
1380
1440
|
"message": "कोई नतीजा नहीं।"
|
|
1381
1441
|
},
|
|
1442
|
+
"no_results_found_58717065": {
|
|
1443
|
+
"message": "कोई नतीजा नहीं मिला"
|
|
1444
|
+
},
|
|
1382
1445
|
"no_results_found_for_filterterm_ad1b04c8": {
|
|
1383
1446
|
"message": "{ filterTerm } के लिए कोई नतीजा नहीं मिला"
|
|
1384
1447
|
},
|
|
@@ -1538,6 +1601,9 @@ const locale = {
|
|
|
1538
1601
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1539
1602
|
"message": "कृपया Canvas को अपने माइक्रोफ़ोन और वेबकैम के लिए एक्सेस की अनुमति दें।"
|
|
1540
1603
|
},
|
|
1604
|
+
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1605
|
+
"message": "कृपया बताएं कि आप क्या लिखना चाहेंगे।"
|
|
1606
|
+
},
|
|
1541
1607
|
"plus_d43cd4ec": {
|
|
1542
1608
|
"message": "घन"
|
|
1543
1609
|
},
|
|
@@ -1559,6 +1625,9 @@ const locale = {
|
|
|
1559
1625
|
"preformatted_d0670862": {
|
|
1560
1626
|
"message": "पूर्वस्वरूपित"
|
|
1561
1627
|
},
|
|
1628
|
+
"prepend_findtext_append_8e0e769a": {
|
|
1629
|
+
"message": "{ prepend }{ findText }{ append }"
|
|
1630
|
+
},
|
|
1562
1631
|
"prev_f82cbc48": {
|
|
1563
1632
|
"message": "पिछला"
|
|
1564
1633
|
},
|
|
@@ -1574,6 +1643,12 @@ const locale = {
|
|
|
1574
1643
|
"preview_inline_9787330": {
|
|
1575
1644
|
"message": "इनलाइन पूर्वावलोकन करें"
|
|
1576
1645
|
},
|
|
1646
|
+
"previous_bd2ac015": {
|
|
1647
|
+
"message": "पिछला"
|
|
1648
|
+
},
|
|
1649
|
+
"previous_findtext_8dfbfd30": {
|
|
1650
|
+
"message": "पिछला { findText }"
|
|
1651
|
+
},
|
|
1577
1652
|
"prime_917ea60e": {
|
|
1578
1653
|
"message": "अभाज्य"
|
|
1579
1654
|
},
|
|
@@ -1646,18 +1721,45 @@ const locale = {
|
|
|
1646
1721
|
"remove_link_d1f2f4d0": {
|
|
1647
1722
|
"message": "लिंक निकालें"
|
|
1648
1723
|
},
|
|
1724
|
+
"replace_all_d3d68b3": {
|
|
1725
|
+
"message": "सभी को प्रतिस्थापित करें"
|
|
1726
|
+
},
|
|
1727
|
+
"replace_all_findtext_with_replacetext_da574b32": {
|
|
1728
|
+
"message": "सभी{ findText } को { replaceText } से प्रतिस्थापित करें"
|
|
1729
|
+
},
|
|
1649
1730
|
"replace_e61834a7": {
|
|
1650
1731
|
"message": "प्रतिस्थापित करें"
|
|
1651
1732
|
},
|
|
1733
|
+
"replace_findtext_with_replacetext_7b5c7fb3": {
|
|
1734
|
+
"message": "{ findText }को { replaceText } से प्रतिस्थापित करें"
|
|
1735
|
+
},
|
|
1736
|
+
"replace_with_eeff01ad": {
|
|
1737
|
+
"message": "इसके साथ प्रतिस्थापित करें:"
|
|
1738
|
+
},
|
|
1739
|
+
"replaced_alertfindtext_with_alertreplacetext_de5c1795": {
|
|
1740
|
+
"message": "{ alertFindText }को { alertReplaceText } से प्रतिस्थापित किया गया"
|
|
1741
|
+
},
|
|
1742
|
+
"replaced_all_alertfindtext_with_alertreplacetext_83fdfe59": {
|
|
1743
|
+
"message": "सभी{ alertFindText } को { alertReplaceText } से प्रतिस्थापित किया गया"
|
|
1744
|
+
},
|
|
1652
1745
|
"reset_95a81614": {
|
|
1653
1746
|
"message": "रीसेट करें"
|
|
1654
1747
|
},
|
|
1655
1748
|
"resize_ec83d538": {
|
|
1656
1749
|
"message": "साइज़ बदलें"
|
|
1657
1750
|
},
|
|
1751
|
+
"response_copied_to_clipboard_130d66cd": {
|
|
1752
|
+
"message": "प्रतिक्रिया की प्रति क्लिपबोर्ड पर बनाई गई"
|
|
1753
|
+
},
|
|
1658
1754
|
"restore_auto_save_deccd84b": {
|
|
1659
1755
|
"message": "स्वत: सहेजें पुनर्स्थापित करें?"
|
|
1660
1756
|
},
|
|
1757
|
+
"result_index_of_max_7db5ad8b": {
|
|
1758
|
+
"message": "कुल{ max } में से { index } नतीजा।"
|
|
1759
|
+
},
|
|
1760
|
+
"retry_ebd5f8ba": {
|
|
1761
|
+
"message": "फिर से कोशिश करें"
|
|
1762
|
+
},
|
|
1661
1763
|
"reverse_turnstile_does_not_yield_7558be06": {
|
|
1662
1764
|
"message": "रिवर्स टर्नस्टाइल (प्रतिफल नहीं देता)"
|
|
1663
1765
|
},
|
|
@@ -1808,6 +1910,9 @@ const locale = {
|
|
|
1808
1910
|
"shortcut_911d6255": {
|
|
1809
1911
|
"message": "शॉर्टकट"
|
|
1810
1912
|
},
|
|
1913
|
+
"show_all_967a90f0": {
|
|
1914
|
+
"message": "सभी दिखाएं"
|
|
1915
|
+
},
|
|
1811
1916
|
"show_audio_options_b489926b": {
|
|
1812
1917
|
"message": "ऑडियो विकल्प दिखाएं"
|
|
1813
1918
|
},
|
|
@@ -1931,6 +2036,9 @@ const locale = {
|
|
|
1931
2036
|
"submit_a3cc6859": {
|
|
1932
2037
|
"message": "सबमिट करें"
|
|
1933
2038
|
},
|
|
2039
|
+
"submitting_b90fac62": {
|
|
2040
|
+
"message": "सबमिट किया जा रहा है..."
|
|
2041
|
+
},
|
|
1934
2042
|
"subscript_59744f96": {
|
|
1935
2043
|
"message": "सबस्क्रिप्ट"
|
|
1936
2044
|
},
|
|
@@ -2330,6 +2438,9 @@ const locale = {
|
|
|
2330
2438
|
"view_word_and_character_counts_a743dd0c": {
|
|
2331
2439
|
"message": "शब्द और कैरेक्टर गिनती देखें"
|
|
2332
2440
|
},
|
|
2441
|
+
"waiting_for_response_1efd0c50": {
|
|
2442
|
+
"message": "प्रतिक्रिया की प्रतिक्षा है"
|
|
2443
|
+
},
|
|
2333
2444
|
"we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
|
|
2334
2445
|
"message": "हम आपकी डिवाइस से कनेक्ट कार्यशील माइक्रोफ़ोन का पता नहीं लगा सके।"
|
|
2335
2446
|
},
|
|
@@ -2348,6 +2459,9 @@ const locale = {
|
|
|
2348
2459
|
"webpages_should_only_have_a_single_h1_which_is_aut_dc99189e": {
|
|
2349
2460
|
"message": "वेबपेजों में केवल एक H1 होना चाहिए, जो पेज के शीर्षक द्वारा स्वचालित रूप से उपयोग किया जाता है। आपकी सामग्री में पहली हेडिंग H2 होनी चाहिए।"
|
|
2350
2461
|
},
|
|
2462
|
+
"what_would_you_like_to_do_6dc0d541": {
|
|
2463
|
+
"message": "आप क्या करना चाहेंगे?"
|
|
2464
|
+
},
|
|
2351
2465
|
"when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
|
|
2352
2466
|
"message": "जब मार्कअप का उपयोग किया जाता है जो आइटमों को एक सूची के रूप में दृश्य रूप से प्रारूपित करता है, लेकिन सूची संबंध को इंगित नहीं करता है, तो उपयोगकर्ताओं को जानकारी नेविगेट करने में कठिनाई हो सकती है।"
|
|
2353
2467
|
},
|
|
@@ -2378,6 +2492,9 @@ const locale = {
|
|
|
2378
2492
|
"wreath_product_200b38ef": {
|
|
2379
2493
|
"message": "पुष्पमाला उत्पाद"
|
|
2380
2494
|
},
|
|
2495
|
+
"writing_assistant_a30ac16a": {
|
|
2496
|
+
"message": "लेखन सहायक"
|
|
2497
|
+
},
|
|
2381
2498
|
"xi_149681d0": {
|
|
2382
2499
|
"message": "शी"
|
|
2383
2500
|
},
|