@instructure/canvas-rce 5.15.7 → 7.0.0
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 +43 -0
- package/Dockerfile +1 -1
- package/es/bridge/Bridge.d.ts +6 -0
- package/es/common/browser.js +2 -2
- package/es/common/fileUrl.js +13 -3
- package/es/defaultTinymceConfig.js +165 -4
- package/es/enhance-user-content/enhance_user_content.js +1 -1
- package/es/enhance-user-content/instructure_helper.js +7 -3
- package/es/rce/RCEGlobals.d.ts +0 -2
- package/es/rce/RCEGlobals.js +0 -1
- package/es/rce/RCEVariants.d.ts +1 -1
- package/es/rce/RCEVariants.js +8 -8
- package/es/rce/RCEWrapper.d.ts +0 -2
- package/es/rce/RCEWrapper.js +6 -27
- package/es/rce/contentRendering.js +3 -2
- package/es/rce/plugins/instructure_equation/EquationEditorModal/index.d.ts +1 -1
- package/es/rce/plugins/instructure_image/ImageEmbedOptions.js +4 -7
- package/es/rce/plugins/instructure_image/ImageOptionsTray/index.js +33 -9
- package/es/rce/plugins/instructure_rce_external_tools/RceToolWrapper.d.ts +1 -1
- package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +1 -2
- package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.d.ts +13 -3
- package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +12 -4
- package/es/rce/plugins/instructure_record/mediaTranslations.d.ts +3 -0
- package/es/rce/plugins/instructure_record/mediaTranslations.js +4 -1
- package/es/rce/plugins/shared/ContentSelection.js +4 -7
- package/es/rce/plugins/shared/DimensionsInput/DimensionInput.d.ts +4 -2
- package/es/rce/plugins/shared/DimensionsInput/DimensionInput.js +10 -3
- package/es/rce/plugins/shared/DimensionsInput/index.d.ts +2 -0
- package/es/rce/plugins/shared/DimensionsInput/index.js +9 -5
- package/es/rce/plugins/shared/ImageOptionsForm.d.ts +4 -1
- package/es/rce/plugins/shared/ImageOptionsForm.js +13 -3
- package/es/rce/plugins/shared/Upload/UrlPanel.d.ts +9 -3
- package/es/rce/plugins/shared/Upload/UrlPanel.js +13 -4
- package/es/rce/plugins/shared/do-fetch-api-effect/parse-link-header.js +1 -1
- package/es/rce/plugins/shared/fileTypeUtils.js +1 -1
- package/es/rce/plugins/tinymce-a11y-checker/node-checker.js +3 -2
- package/es/rce/plugins/tinymce-a11y-checker/plugin.js +50 -52
- package/es/rce/plugins/tinymce-a11y-checker/utils/dom.d.ts +6 -0
- package/es/rce/plugins/tinymce-a11y-checker/utils/dom.js +15 -0
- package/es/rce/plugins/tinymce-a11y-checker/utils/rule-enhancer.d.ts +14 -0
- package/es/rce/plugins/tinymce-a11y-checker/utils/rule-enhancer.js +53 -0
- package/es/rce/screenreaderOnFormat.d.ts +2 -0
- package/es/rce/screenreaderOnFormat.js +109 -0
- package/es/rce/style.js +29 -29
- package/es/rcs/api.d.ts +4 -1
- package/es/rcs/api.js +9 -13
- package/es/translations/locales/ar.js +42 -0
- package/es/translations/locales/ca.js +42 -0
- package/es/translations/locales/cy.js +42 -0
- package/es/translations/locales/da-x-k12.js +42 -0
- package/es/translations/locales/da.js +42 -0
- package/es/translations/locales/de.js +42 -0
- package/es/translations/locales/en-AU-x-unimelb.js +42 -0
- package/es/translations/locales/en-GB-x-ukhe.js +42 -0
- package/es/translations/locales/en.js +54 -0
- package/es/translations/locales/en_AU.js +42 -0
- package/es/translations/locales/en_CA.js +42 -0
- package/es/translations/locales/en_CY.js +42 -0
- package/es/translations/locales/en_GB.js +42 -0
- package/es/translations/locales/es.js +42 -0
- package/es/translations/locales/es_ES.js +42 -0
- package/es/translations/locales/fi.js +42 -0
- package/es/translations/locales/fr.js +42 -0
- package/es/translations/locales/fr_CA.js +42 -0
- package/es/translations/locales/ga.js +114 -0
- package/es/translations/locales/hi.js +42 -0
- package/es/translations/locales/ht.js +42 -0
- package/es/translations/locales/id.js +42 -0
- package/es/translations/locales/is.js +42 -0
- package/es/translations/locales/it.js +42 -0
- package/es/translations/locales/ja.js +42 -0
- package/es/translations/locales/mi.js +42 -0
- package/es/translations/locales/ms.js +42 -0
- package/es/translations/locales/nb-x-k12.js +42 -0
- package/es/translations/locales/nb.js +42 -0
- package/es/translations/locales/nl.js +42 -0
- package/es/translations/locales/pl.js +42 -0
- package/es/translations/locales/pt.js +42 -0
- package/es/translations/locales/pt_BR.js +42 -0
- package/es/translations/locales/ru.js +42 -0
- package/es/translations/locales/sl.js +42 -0
- package/es/translations/locales/sv-x-k12.js +42 -0
- package/es/translations/locales/sv.js +42 -0
- package/es/translations/locales/th.js +42 -0
- package/es/translations/locales/vi.js +42 -0
- package/es/translations/locales/zh-Hans.js +42 -0
- package/es/translations/locales/zh-Hant.js +42 -0
- package/es/translations/locales/zh.js +42 -0
- package/es/translations/locales/zh_HK.js +42 -0
- package/es/util/loadingPlaceholder.js +4 -3
- package/package.json +55 -54
- package/coverage/canvas-rce-jest.xml +0 -7028
- package/tsconfig.tsbuildinfo +0 -1
|
@@ -52,6 +52,12 @@ const locale = {
|
|
|
52
52
|
"additional_considerations_f3801683": {
|
|
53
53
|
"message": "Considérations supplémentaires"
|
|
54
54
|
},
|
|
55
|
+
"address_applied_64269b0b": {
|
|
56
|
+
"message": "Adresse appliquée"
|
|
57
|
+
},
|
|
58
|
+
"address_removed_fcb496e0": {
|
|
59
|
+
"message": "Adresse supprimée"
|
|
60
|
+
},
|
|
55
61
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
56
62
|
"message": "Liens adjacents avec la même URL devrait être une liaison unique."
|
|
57
63
|
},
|
|
@@ -208,6 +214,12 @@ const locale = {
|
|
|
208
214
|
"blue_daf8fea9": {
|
|
209
215
|
"message": "Bleu"
|
|
210
216
|
},
|
|
217
|
+
"bold_applied_42d547b7": {
|
|
218
|
+
"message": "Caractères gras appliqués"
|
|
219
|
+
},
|
|
220
|
+
"bold_removed_da474a5c": {
|
|
221
|
+
"message": "Caractères gras supprimés"
|
|
222
|
+
},
|
|
211
223
|
"border_5b08b06d": {
|
|
212
224
|
"message": "Frontière"
|
|
213
225
|
},
|
|
@@ -574,6 +586,12 @@ const locale = {
|
|
|
574
586
|
"display_text_link_opens_in_a_new_tab_75e9afc9": {
|
|
575
587
|
"message": "Afficher le lien texte (s’ouvre dans un nouvel onglet)"
|
|
576
588
|
},
|
|
589
|
+
"div_applied_49ad83fc": {
|
|
590
|
+
"message": "Div appliquée"
|
|
591
|
+
},
|
|
592
|
+
"div_removed_d13f8e17": {
|
|
593
|
+
"message": "Div supprimée"
|
|
594
|
+
},
|
|
577
595
|
"division_sign_72190870": {
|
|
578
596
|
"message": "Signe de division"
|
|
579
597
|
},
|
|
@@ -931,6 +949,12 @@ const locale = {
|
|
|
931
949
|
"heading_4_b2e74be7": {
|
|
932
950
|
"message": "En-tête 4"
|
|
933
951
|
},
|
|
952
|
+
"heading_h_applied_eccd294d": {
|
|
953
|
+
"message": "En-tête { h } appliqué"
|
|
954
|
+
},
|
|
955
|
+
"heading_h_removed_745f24a6": {
|
|
956
|
+
"message": "En-tête { h } supprimé"
|
|
957
|
+
},
|
|
934
958
|
"heading_levels_should_not_be_skipped_3947c0e0": {
|
|
935
959
|
"message": "Les niveaux d''entête ne doivent pas être ignorés."
|
|
936
960
|
},
|
|
@@ -1117,6 +1141,12 @@ const locale = {
|
|
|
1117
1141
|
"issue_num_total_f94536cf": {
|
|
1118
1142
|
"message": "Problème { num }/{ total }"
|
|
1119
1143
|
},
|
|
1144
|
+
"italic_applied_8f59a684": {
|
|
1145
|
+
"message": "Italique appliqué"
|
|
1146
|
+
},
|
|
1147
|
+
"italic_removed_17cbab6f": {
|
|
1148
|
+
"message": "Italique supprimé"
|
|
1149
|
+
},
|
|
1120
1150
|
"kappa_2f14c816": {
|
|
1121
1151
|
"message": "Kappa"
|
|
1122
1152
|
},
|
|
@@ -1576,6 +1606,12 @@ const locale = {
|
|
|
1576
1606
|
"paragraph_5e5ad8eb": {
|
|
1577
1607
|
"message": "Paragraphe"
|
|
1578
1608
|
},
|
|
1609
|
+
"paragraph_applied_959b3fe5": {
|
|
1610
|
+
"message": "Paragraphe appliqué"
|
|
1611
|
+
},
|
|
1612
|
+
"paragraph_removed_d09320e": {
|
|
1613
|
+
"message": "Paragraphe supprimé"
|
|
1614
|
+
},
|
|
1579
1615
|
"paragraph_starting_with_start_a59923f8": {
|
|
1580
1616
|
"message": "Paragraphe commençant par { start }"
|
|
1581
1617
|
},
|
|
@@ -2308,6 +2344,12 @@ const locale = {
|
|
|
2308
2344
|
"unable_to_determine_resource_selection_url_7867e060": {
|
|
2309
2345
|
"message": "Impossible de déterminer l’URL de sélection des ressources"
|
|
2310
2346
|
},
|
|
2347
|
+
"underline_applied_ae01ec97": {
|
|
2348
|
+
"message": "Soulignement appliqué"
|
|
2349
|
+
},
|
|
2350
|
+
"underline_removed_3693e17c": {
|
|
2351
|
+
"message": "Soulignement supprimé"
|
|
2352
|
+
},
|
|
2311
2353
|
"union_e6b57a53": {
|
|
2312
2354
|
"message": "Union"
|
|
2313
2355
|
},
|
|
@@ -52,6 +52,12 @@ const locale = {
|
|
|
52
52
|
"additional_considerations_f3801683": {
|
|
53
53
|
"message": "Breithnithe breise"
|
|
54
54
|
},
|
|
55
|
+
"address_applied_64269b0b": {
|
|
56
|
+
"message": "Cuireadh an seoladh i bhfeidhm"
|
|
57
|
+
},
|
|
58
|
+
"address_removed_fcb496e0": {
|
|
59
|
+
"message": "Baineadh an seoladh"
|
|
60
|
+
},
|
|
55
61
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
56
62
|
"message": "Ba cheart go mbeadh naisc in aice leis an URL céanna ina nasc amháin."
|
|
57
63
|
},
|
|
@@ -175,6 +181,9 @@ const locale = {
|
|
|
175
181
|
"available_folders_694d0436": {
|
|
176
182
|
"message": "Fillteáin atá ar fáil"
|
|
177
183
|
},
|
|
184
|
+
"background_1bc88842": {
|
|
185
|
+
"message": "Cúlra"
|
|
186
|
+
},
|
|
178
187
|
"backslash_b2d5442d": {
|
|
179
188
|
"message": "Cúlslais"
|
|
180
189
|
},
|
|
@@ -205,6 +214,15 @@ const locale = {
|
|
|
205
214
|
"blue_daf8fea9": {
|
|
206
215
|
"message": "Gorm"
|
|
207
216
|
},
|
|
217
|
+
"bold_applied_42d547b7": {
|
|
218
|
+
"message": "Cuireadh cló trom i bhfeidhm"
|
|
219
|
+
},
|
|
220
|
+
"bold_removed_da474a5c": {
|
|
221
|
+
"message": "Baineadh cló trom"
|
|
222
|
+
},
|
|
223
|
+
"border_5b08b06d": {
|
|
224
|
+
"message": "Teorainn"
|
|
225
|
+
},
|
|
208
226
|
"bottom_15a2a9be": {
|
|
209
227
|
"message": "Bun"
|
|
210
228
|
},
|
|
@@ -328,12 +346,24 @@ const locale = {
|
|
|
328
346
|
"collapse_to_hide_types_1ab46d2e": {
|
|
329
347
|
"message": "Leacaigh chun { types } chur i bhfolach"
|
|
330
348
|
},
|
|
349
|
+
"color_a363e1b0": {
|
|
350
|
+
"message": "Dath"
|
|
351
|
+
},
|
|
352
|
+
"color_contrast_4c418add": {
|
|
353
|
+
"message": "Codarsnacht Datha"
|
|
354
|
+
},
|
|
355
|
+
"color_contrast_ratio_687782f0": {
|
|
356
|
+
"message": "Cóimheas Codarsnachta Datha"
|
|
357
|
+
},
|
|
331
358
|
"color_picker_6b359edf": {
|
|
332
359
|
"message": "Roghnóir Dathanna"
|
|
333
360
|
},
|
|
334
361
|
"color_picker_colorname_selected_ad4cf400": {
|
|
335
362
|
"message": "Roghnóir Dathanna ({ colorName } roghnaithe)"
|
|
336
363
|
},
|
|
364
|
+
"color_popup_af39810f": {
|
|
365
|
+
"message": "Mír aníos datha"
|
|
366
|
+
},
|
|
337
367
|
"column_e1ae5c64": {
|
|
338
368
|
"message": "Colún"
|
|
339
369
|
},
|
|
@@ -472,6 +502,9 @@ const locale = {
|
|
|
472
502
|
"deep_purple_bb3e2907": {
|
|
473
503
|
"message": "Dúchorcra"
|
|
474
504
|
},
|
|
505
|
+
"default_9db103d": {
|
|
506
|
+
"message": "Réamhshocrú"
|
|
507
|
+
},
|
|
475
508
|
"default_bulleted_unordered_list_47079da8": {
|
|
476
509
|
"message": "liosta gan ordú réamhshocraithe le hurchair"
|
|
477
510
|
},
|
|
@@ -553,6 +586,12 @@ const locale = {
|
|
|
553
586
|
"display_text_link_opens_in_a_new_tab_75e9afc9": {
|
|
554
587
|
"message": "Taispeáin Nasc Téacs (Osclaítear i táb nua é)"
|
|
555
588
|
},
|
|
589
|
+
"div_applied_49ad83fc": {
|
|
590
|
+
"message": "Cuireadh Div i bhfeidhm"
|
|
591
|
+
},
|
|
592
|
+
"div_removed_d13f8e17": {
|
|
593
|
+
"message": "Baineadh div"
|
|
594
|
+
},
|
|
556
595
|
"division_sign_72190870": {
|
|
557
596
|
"message": "Comhartha Rannóige"
|
|
558
597
|
},
|
|
@@ -739,6 +778,9 @@ const locale = {
|
|
|
739
778
|
"f_function_fe422d65": {
|
|
740
779
|
"message": "F (feidhm)"
|
|
741
780
|
},
|
|
781
|
+
"fail_544e5dde": {
|
|
782
|
+
"message": "TEIP"
|
|
783
|
+
},
|
|
742
784
|
"failed_getting_file_contents_e9ea19f4": {
|
|
743
785
|
"message": "Theip ar ábhar an chomhaid a fháil"
|
|
744
786
|
},
|
|
@@ -838,6 +880,9 @@ const locale = {
|
|
|
838
880
|
"grades_a61eba0a": {
|
|
839
881
|
"message": "Marcanna"
|
|
840
882
|
},
|
|
883
|
+
"graphics_text_bc9568bc": {
|
|
884
|
+
"message": "Téacs grafach"
|
|
885
|
+
},
|
|
841
886
|
"greater_than_e98af662": {
|
|
842
887
|
"message": "Níos mó ná"
|
|
843
888
|
},
|
|
@@ -904,6 +949,12 @@ const locale = {
|
|
|
904
949
|
"heading_4_b2e74be7": {
|
|
905
950
|
"message": "Ceannteideal 4"
|
|
906
951
|
},
|
|
952
|
+
"heading_h_applied_eccd294d": {
|
|
953
|
+
"message": "Cuireadh ceannteideal { h } i bhfeidhm"
|
|
954
|
+
},
|
|
955
|
+
"heading_h_removed_745f24a6": {
|
|
956
|
+
"message": "Baineadh ceannteideal { h }"
|
|
957
|
+
},
|
|
907
958
|
"heading_levels_should_not_be_skipped_3947c0e0": {
|
|
908
959
|
"message": "Níor cheart leibhéil ceannteidil a scipeáil."
|
|
909
960
|
},
|
|
@@ -1045,6 +1096,18 @@ const locale = {
|
|
|
1045
1096
|
"infinity_7a10f206": {
|
|
1046
1097
|
"message": "Iliomad"
|
|
1047
1098
|
},
|
|
1099
|
+
"input_field_for_alpha_678265fd": {
|
|
1100
|
+
"message": "Réimse ionchuir le haghaidh alfa"
|
|
1101
|
+
},
|
|
1102
|
+
"input_field_for_blue_561e020a": {
|
|
1103
|
+
"message": "Réimse ionchuir le haghaidh gorm"
|
|
1104
|
+
},
|
|
1105
|
+
"input_field_for_green_67f8b2b6": {
|
|
1106
|
+
"message": "Réimse ionchuir le haghaidh glas"
|
|
1107
|
+
},
|
|
1108
|
+
"input_field_for_red_86a84615": {
|
|
1109
|
+
"message": "Réimse ionchuir le haghaidh dearg"
|
|
1110
|
+
},
|
|
1048
1111
|
"insert_593145ef": {
|
|
1049
1112
|
"message": "Cuir isteach"
|
|
1050
1113
|
},
|
|
@@ -1078,6 +1141,12 @@ const locale = {
|
|
|
1078
1141
|
"issue_num_total_f94536cf": {
|
|
1079
1142
|
"message": "Eisiúint { num }/{ total }"
|
|
1080
1143
|
},
|
|
1144
|
+
"italic_applied_8f59a684": {
|
|
1145
|
+
"message": "Cuireadh cló iodálach i bhfeidhm"
|
|
1146
|
+
},
|
|
1147
|
+
"italic_removed_17cbab6f": {
|
|
1148
|
+
"message": "Baineadh cló iodálach"
|
|
1149
|
+
},
|
|
1081
1150
|
"kappa_2f14c816": {
|
|
1082
1151
|
"message": "Capa"
|
|
1083
1152
|
},
|
|
@@ -1102,6 +1171,9 @@ const locale = {
|
|
|
1102
1171
|
"large_9c5e80e7": {
|
|
1103
1172
|
"message": "Mór"
|
|
1104
1173
|
},
|
|
1174
|
+
"large_text_e7ba08cd": {
|
|
1175
|
+
"message": "Téacs mór"
|
|
1176
|
+
},
|
|
1105
1177
|
"learn_more_about_adjacent_links_2cb9762c": {
|
|
1106
1178
|
"message": "Foghlaim tuilleadh faoi naisc in aice láimhe"
|
|
1107
1179
|
},
|
|
@@ -1450,6 +1522,9 @@ const locale = {
|
|
|
1450
1522
|
"none_selected_b93d56d2": {
|
|
1451
1523
|
"message": "Níl aon cheann roghnaithe"
|
|
1452
1524
|
},
|
|
1525
|
+
"normal_text_7b03da48": {
|
|
1526
|
+
"message": "Gnáth-théacs"
|
|
1527
|
+
},
|
|
1453
1528
|
"not_equal_6e2980e6": {
|
|
1454
1529
|
"message": "Ní Comhionann le"
|
|
1455
1530
|
},
|
|
@@ -1519,6 +1594,9 @@ const locale = {
|
|
|
1519
1594
|
"outline_size_a6059a21": {
|
|
1520
1595
|
"message": "Méid Imlíne"
|
|
1521
1596
|
},
|
|
1597
|
+
"p_is_not_a_valid_protocol_b1c4efaa": {
|
|
1598
|
+
"message": "Ní prótacal bailí é { p }."
|
|
1599
|
+
},
|
|
1522
1600
|
"page_50c4823d": {
|
|
1523
1601
|
"message": "Leathanach"
|
|
1524
1602
|
},
|
|
@@ -1528,6 +1606,12 @@ const locale = {
|
|
|
1528
1606
|
"paragraph_5e5ad8eb": {
|
|
1529
1607
|
"message": "Alt"
|
|
1530
1608
|
},
|
|
1609
|
+
"paragraph_applied_959b3fe5": {
|
|
1610
|
+
"message": "Cuireadh alt i bhfeidhm"
|
|
1611
|
+
},
|
|
1612
|
+
"paragraph_removed_d09320e": {
|
|
1613
|
+
"message": "Baineadh alt"
|
|
1614
|
+
},
|
|
1531
1615
|
"paragraph_starting_with_start_a59923f8": {
|
|
1532
1616
|
"message": "Alt ag tosú le { start }"
|
|
1533
1617
|
},
|
|
@@ -1537,6 +1621,9 @@ const locale = {
|
|
|
1537
1621
|
"partial_derivative_4a9159df": {
|
|
1538
1622
|
"message": "Páirteach (Díorthaigh)"
|
|
1539
1623
|
},
|
|
1624
|
+
"pass_1c19a2b3": {
|
|
1625
|
+
"message": "PÁS"
|
|
1626
|
+
},
|
|
1540
1627
|
"paste_5963d1c1": {
|
|
1541
1628
|
"message": "Greamaigh"
|
|
1542
1629
|
},
|
|
@@ -1555,6 +1642,9 @@ const locale = {
|
|
|
1555
1642
|
"percentage_must_be_a_number_8033c341": {
|
|
1556
1643
|
"message": "Caithfidh an céatadán a bheith ina uimhir"
|
|
1557
1644
|
},
|
|
1645
|
+
"percentage_must_be_at_least_percentage_a98ca8fc": {
|
|
1646
|
+
"message": "Caithfidh an céatadán a bheith { percentage }% ar a laghad "
|
|
1647
|
+
},
|
|
1558
1648
|
"performing_arts_icon_f3497486": {
|
|
1559
1649
|
"message": "Deilbhín na Taibhealaíona"
|
|
1560
1650
|
},
|
|
@@ -1576,12 +1666,18 @@ const locale = {
|
|
|
1576
1666
|
"pi_variant_10f5f520": {
|
|
1577
1667
|
"message": "Pí (Leagan Malartach)"
|
|
1578
1668
|
},
|
|
1669
|
+
"pick_a_color_557abfb0": {
|
|
1670
|
+
"message": "Roghnaigh dath"
|
|
1671
|
+
},
|
|
1579
1672
|
"pink_68ad45cb": {
|
|
1580
1673
|
"message": "Bándearg"
|
|
1581
1674
|
},
|
|
1582
1675
|
"pixels_52ece7d1": {
|
|
1583
1676
|
"message": "Picteilíní"
|
|
1584
1677
|
},
|
|
1678
|
+
"pixels_must_be_at_least_width_x_height_px_e965edd5": {
|
|
1679
|
+
"message": "Caithfidh picteilíní a bheith { width } x { height }px ar a laghad"
|
|
1680
|
+
},
|
|
1585
1681
|
"play_1a47eaa7": {
|
|
1586
1682
|
"message": "Imir"
|
|
1587
1683
|
},
|
|
@@ -1642,6 +1738,9 @@ const locale = {
|
|
|
1642
1738
|
"previous_findtext_8dfbfd30": {
|
|
1643
1739
|
"message": "Roimhe Seo { findText }"
|
|
1644
1740
|
},
|
|
1741
|
+
"previously_chosen_colors_f1338315": {
|
|
1742
|
+
"message": "Dathanna a roghnaíodh roimhe seo"
|
|
1743
|
+
},
|
|
1645
1744
|
"prime_917ea60e": {
|
|
1646
1745
|
"message": "Príomha"
|
|
1647
1746
|
},
|
|
@@ -2245,6 +2344,12 @@ const locale = {
|
|
|
2245
2344
|
"unable_to_determine_resource_selection_url_7867e060": {
|
|
2246
2345
|
"message": "Ní féidir an url roghnú acmhainní a chinneadh"
|
|
2247
2346
|
},
|
|
2347
|
+
"underline_applied_ae01ec97": {
|
|
2348
|
+
"message": "Cuireadh folíne i bhfeidhm"
|
|
2349
|
+
},
|
|
2350
|
+
"underline_removed_3693e17c": {
|
|
2351
|
+
"message": "Baineadh folíne"
|
|
2352
|
+
},
|
|
2248
2353
|
"union_e6b57a53": {
|
|
2249
2354
|
"message": "Aontas"
|
|
2250
2355
|
},
|
|
@@ -2494,6 +2599,15 @@ const locale = {
|
|
|
2494
2599
|
"yes_dde87d5": {
|
|
2495
2600
|
"message": "Tá"
|
|
2496
2601
|
},
|
|
2602
|
+
"you_are_on_a_color_palette_to_navigate_on_the_pale_227fc3a6": {
|
|
2603
|
+
"message": "Tá tú ar pailéad dathanna. Chun nascleanúint a dhéanamh ar an bpailéad suas, clé, síos nó ar dheis, úsáid na cnaipí '' W'', ''A'', ''S'' agus '' D'' faoi seach"
|
|
2604
|
+
},
|
|
2605
|
+
"you_are_on_a_color_slider_to_navigate_the_slider_l_e800f68a": {
|
|
2606
|
+
"message": "Tá tú ar sleamhnán datha. Chun an sleamhnán a nascleanúint ar chlé nó ar dheis, úsáid na cnaipí ''A'' agus ''D'' faoi seach"
|
|
2607
|
+
},
|
|
2608
|
+
"you_are_on_an_alpha_slider_to_navigate_the_slider__3a014dc5": {
|
|
2609
|
+
"message": "Tá tú ar sleamhnán alfa. Chun an sleamhnán a nascleanúint ar chlé nó ar dheis, úsáid na cnaipí ''A'' agus ''D'' faoi seach"
|
|
2610
|
+
},
|
|
2497
2611
|
"you_have_unsaved_changes_in_the_icon_maker_tray_do_e8cf5f1b": {
|
|
2498
2612
|
"message": "Tá athruithe gan sábháil agat sa tráidire Déantóir Deilbhín. Ar mhaith leat leanúint ar aghaidh gan na hathruithe seo a shábháil?"
|
|
2499
2613
|
},
|
|
@@ -51,6 +51,12 @@ const locale = {
|
|
|
51
51
|
"additional_considerations_f3801683": {
|
|
52
52
|
"message": "अतिरिक्त विचार"
|
|
53
53
|
},
|
|
54
|
+
"address_applied_64269b0b": {
|
|
55
|
+
"message": "पता लागू किया गया"
|
|
56
|
+
},
|
|
57
|
+
"address_removed_fcb496e0": {
|
|
58
|
+
"message": "पता निकाला गया"
|
|
59
|
+
},
|
|
54
60
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
55
61
|
"message": "समान URL वाले निकटवर्ती लिंक एक ही लिंक होने चाहिए।"
|
|
56
62
|
},
|
|
@@ -207,6 +213,12 @@ const locale = {
|
|
|
207
213
|
"blue_daf8fea9": {
|
|
208
214
|
"message": "नीला"
|
|
209
215
|
},
|
|
216
|
+
"bold_applied_42d547b7": {
|
|
217
|
+
"message": "बोल्ड लागू किया गया"
|
|
218
|
+
},
|
|
219
|
+
"bold_removed_da474a5c": {
|
|
220
|
+
"message": "बोल्ड निकाला गया"
|
|
221
|
+
},
|
|
210
222
|
"border_5b08b06d": {
|
|
211
223
|
"message": "बॉर्डर"
|
|
212
224
|
},
|
|
@@ -573,6 +585,12 @@ const locale = {
|
|
|
573
585
|
"display_text_link_opens_in_a_new_tab_75e9afc9": {
|
|
574
586
|
"message": "पाठ लिंक डिस्प्ले करें (नए टैब में खुलता है)"
|
|
575
587
|
},
|
|
588
|
+
"div_applied_49ad83fc": {
|
|
589
|
+
"message": "डिव लागू किया गया"
|
|
590
|
+
},
|
|
591
|
+
"div_removed_d13f8e17": {
|
|
592
|
+
"message": "डिव निकाला गया"
|
|
593
|
+
},
|
|
576
594
|
"division_sign_72190870": {
|
|
577
595
|
"message": "विभाजन चिह्न"
|
|
578
596
|
},
|
|
@@ -930,6 +948,12 @@ const locale = {
|
|
|
930
948
|
"heading_4_b2e74be7": {
|
|
931
949
|
"message": "हेडिंग 4"
|
|
932
950
|
},
|
|
951
|
+
"heading_h_applied_eccd294d": {
|
|
952
|
+
"message": "हेडिंग { h } लागू किया गया"
|
|
953
|
+
},
|
|
954
|
+
"heading_h_removed_745f24a6": {
|
|
955
|
+
"message": "हेडिंग { h } निकाला गया"
|
|
956
|
+
},
|
|
933
957
|
"heading_levels_should_not_be_skipped_3947c0e0": {
|
|
934
958
|
"message": "हेडिंग स्तरों को छोड़ा नहीं जाना चाहिए।"
|
|
935
959
|
},
|
|
@@ -1116,6 +1140,12 @@ const locale = {
|
|
|
1116
1140
|
"issue_num_total_f94536cf": {
|
|
1117
1141
|
"message": "समस्या { num }/{ total }"
|
|
1118
1142
|
},
|
|
1143
|
+
"italic_applied_8f59a684": {
|
|
1144
|
+
"message": "इटैलिक लागू किया गया"
|
|
1145
|
+
},
|
|
1146
|
+
"italic_removed_17cbab6f": {
|
|
1147
|
+
"message": "इटैलिक निकाला गया"
|
|
1148
|
+
},
|
|
1119
1149
|
"kappa_2f14c816": {
|
|
1120
1150
|
"message": "कप्पा"
|
|
1121
1151
|
},
|
|
@@ -1575,6 +1605,12 @@ const locale = {
|
|
|
1575
1605
|
"paragraph_5e5ad8eb": {
|
|
1576
1606
|
"message": "पैराग्राफ़"
|
|
1577
1607
|
},
|
|
1608
|
+
"paragraph_applied_959b3fe5": {
|
|
1609
|
+
"message": "पैराग्राफ़ लागू किया गया"
|
|
1610
|
+
},
|
|
1611
|
+
"paragraph_removed_d09320e": {
|
|
1612
|
+
"message": "पैराग्राफ़ निकाला गया"
|
|
1613
|
+
},
|
|
1578
1614
|
"paragraph_starting_with_start_a59923f8": {
|
|
1579
1615
|
"message": "{ start } से शुरू होता पैराग्राफ़"
|
|
1580
1616
|
},
|
|
@@ -2307,6 +2343,12 @@ const locale = {
|
|
|
2307
2343
|
"unable_to_determine_resource_selection_url_7867e060": {
|
|
2308
2344
|
"message": "संसाधन चयन URLनिर्धारित करने में असमर्थ"
|
|
2309
2345
|
},
|
|
2346
|
+
"underline_applied_ae01ec97": {
|
|
2347
|
+
"message": "अंडरलाइन लागू किया गया"
|
|
2348
|
+
},
|
|
2349
|
+
"underline_removed_3693e17c": {
|
|
2350
|
+
"message": "अंडरलाइन निकाला गया"
|
|
2351
|
+
},
|
|
2310
2352
|
"union_e6b57a53": {
|
|
2311
2353
|
"message": "संघ"
|
|
2312
2354
|
},
|
|
@@ -51,6 +51,12 @@ const locale = {
|
|
|
51
51
|
"additional_considerations_f3801683": {
|
|
52
52
|
"message": "Lòt konsiderasyon"
|
|
53
53
|
},
|
|
54
|
+
"address_applied_64269b0b": {
|
|
55
|
+
"message": "Adrès aplike"
|
|
56
|
+
},
|
|
57
|
+
"address_removed_fcb496e0": {
|
|
58
|
+
"message": "Adrès elimine"
|
|
59
|
+
},
|
|
54
60
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
55
61
|
"message": "Lyen Adjasan ak menm URL yo dwe yon lyen inik."
|
|
56
62
|
},
|
|
@@ -207,6 +213,12 @@ const locale = {
|
|
|
207
213
|
"blue_daf8fea9": {
|
|
208
214
|
"message": "Ble"
|
|
209
215
|
},
|
|
216
|
+
"bold_applied_42d547b7": {
|
|
217
|
+
"message": "Gra aplike"
|
|
218
|
+
},
|
|
219
|
+
"bold_removed_da474a5c": {
|
|
220
|
+
"message": "Gra elimine"
|
|
221
|
+
},
|
|
210
222
|
"border_5b08b06d": {
|
|
211
223
|
"message": "Kontou"
|
|
212
224
|
},
|
|
@@ -573,6 +585,12 @@ const locale = {
|
|
|
573
585
|
"display_text_link_opens_in_a_new_tab_75e9afc9": {
|
|
574
586
|
"message": "Lyen Afichaj Tèks (Ouvri nan yon nouvo onglè)"
|
|
575
587
|
},
|
|
588
|
+
"div_applied_49ad83fc": {
|
|
589
|
+
"message": "Div aplike"
|
|
590
|
+
},
|
|
591
|
+
"div_removed_d13f8e17": {
|
|
592
|
+
"message": "Div elimine"
|
|
593
|
+
},
|
|
576
594
|
"division_sign_72190870": {
|
|
577
595
|
"message": "Siy Divizyon"
|
|
578
596
|
},
|
|
@@ -930,6 +948,12 @@ const locale = {
|
|
|
930
948
|
"heading_4_b2e74be7": {
|
|
931
949
|
"message": "Antèt 4"
|
|
932
950
|
},
|
|
951
|
+
"heading_h_applied_eccd294d": {
|
|
952
|
+
"message": "Ribrik { h } aplike"
|
|
953
|
+
},
|
|
954
|
+
"heading_h_removed_745f24a6": {
|
|
955
|
+
"message": "Ribrik { h } elimine"
|
|
956
|
+
},
|
|
933
957
|
"heading_levels_should_not_be_skipped_3947c0e0": {
|
|
934
958
|
"message": "Nivo antèt la pata dwe sote."
|
|
935
959
|
},
|
|
@@ -1116,6 +1140,12 @@ const locale = {
|
|
|
1116
1140
|
"issue_num_total_f94536cf": {
|
|
1117
1141
|
"message": "Pwoblèm { num }/{ total }"
|
|
1118
1142
|
},
|
|
1143
|
+
"italic_applied_8f59a684": {
|
|
1144
|
+
"message": "Italik aplike"
|
|
1145
|
+
},
|
|
1146
|
+
"italic_removed_17cbab6f": {
|
|
1147
|
+
"message": "Italik elimine"
|
|
1148
|
+
},
|
|
1119
1149
|
"kappa_2f14c816": {
|
|
1120
1150
|
"message": "Kappa"
|
|
1121
1151
|
},
|
|
@@ -1575,6 +1605,12 @@ const locale = {
|
|
|
1575
1605
|
"paragraph_5e5ad8eb": {
|
|
1576
1606
|
"message": "Paragraf"
|
|
1577
1607
|
},
|
|
1608
|
+
"paragraph_applied_959b3fe5": {
|
|
1609
|
+
"message": "Paragraf aplike"
|
|
1610
|
+
},
|
|
1611
|
+
"paragraph_removed_d09320e": {
|
|
1612
|
+
"message": "Paragraf elimine"
|
|
1613
|
+
},
|
|
1578
1614
|
"paragraph_starting_with_start_a59923f8": {
|
|
1579
1615
|
"message": "Paragraf kòmanse ak { start }"
|
|
1580
1616
|
},
|
|
@@ -2307,6 +2343,12 @@ const locale = {
|
|
|
2307
2343
|
"unable_to_determine_resource_selection_url_7867e060": {
|
|
2308
2344
|
"message": "Paka detèmine url seleksyon resous"
|
|
2309
2345
|
},
|
|
2346
|
+
"underline_applied_ae01ec97": {
|
|
2347
|
+
"message": "Souliyman aplike"
|
|
2348
|
+
},
|
|
2349
|
+
"underline_removed_3693e17c": {
|
|
2350
|
+
"message": "Souliyman elimine"
|
|
2351
|
+
},
|
|
2310
2352
|
"union_e6b57a53": {
|
|
2311
2353
|
"message": "Inyon"
|
|
2312
2354
|
},
|
|
@@ -52,6 +52,12 @@ const locale = {
|
|
|
52
52
|
"additional_considerations_f3801683": {
|
|
53
53
|
"message": "Pertimbangan tambahan"
|
|
54
54
|
},
|
|
55
|
+
"address_applied_64269b0b": {
|
|
56
|
+
"message": "Alamat diterapkan"
|
|
57
|
+
},
|
|
58
|
+
"address_removed_fcb496e0": {
|
|
59
|
+
"message": "Alamat dihapus"
|
|
60
|
+
},
|
|
55
61
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
56
62
|
"message": "Tautan berdekatan dengan URL yang sama harus berupa tautan tunggal."
|
|
57
63
|
},
|
|
@@ -208,6 +214,12 @@ const locale = {
|
|
|
208
214
|
"blue_daf8fea9": {
|
|
209
215
|
"message": "Biru"
|
|
210
216
|
},
|
|
217
|
+
"bold_applied_42d547b7": {
|
|
218
|
+
"message": "Cetak tebal diterapkan"
|
|
219
|
+
},
|
|
220
|
+
"bold_removed_da474a5c": {
|
|
221
|
+
"message": "Cetak tebal dihapus"
|
|
222
|
+
},
|
|
211
223
|
"border_5b08b06d": {
|
|
212
224
|
"message": "Batas"
|
|
213
225
|
},
|
|
@@ -574,6 +586,12 @@ const locale = {
|
|
|
574
586
|
"display_text_link_opens_in_a_new_tab_75e9afc9": {
|
|
575
587
|
"message": "Tampilkan Tautan Teks (Terbuka di tab baru)"
|
|
576
588
|
},
|
|
589
|
+
"div_applied_49ad83fc": {
|
|
590
|
+
"message": "Div diterapkan"
|
|
591
|
+
},
|
|
592
|
+
"div_removed_d13f8e17": {
|
|
593
|
+
"message": "Div dihapus"
|
|
594
|
+
},
|
|
577
595
|
"division_sign_72190870": {
|
|
578
596
|
"message": "Tanda Bagi"
|
|
579
597
|
},
|
|
@@ -931,6 +949,12 @@ const locale = {
|
|
|
931
949
|
"heading_4_b2e74be7": {
|
|
932
950
|
"message": "Heading 4"
|
|
933
951
|
},
|
|
952
|
+
"heading_h_applied_eccd294d": {
|
|
953
|
+
"message": "Heading { h } diterapkan"
|
|
954
|
+
},
|
|
955
|
+
"heading_h_removed_745f24a6": {
|
|
956
|
+
"message": "Heading { h } dihapus"
|
|
957
|
+
},
|
|
934
958
|
"heading_levels_should_not_be_skipped_3947c0e0": {
|
|
935
959
|
"message": "Level heading tidak boleh dilewatkan."
|
|
936
960
|
},
|
|
@@ -1117,6 +1141,12 @@ const locale = {
|
|
|
1117
1141
|
"issue_num_total_f94536cf": {
|
|
1118
1142
|
"message": "Masalah { num }/{ total }"
|
|
1119
1143
|
},
|
|
1144
|
+
"italic_applied_8f59a684": {
|
|
1145
|
+
"message": "Cetak miring diterapkan"
|
|
1146
|
+
},
|
|
1147
|
+
"italic_removed_17cbab6f": {
|
|
1148
|
+
"message": "Cetak miring dihapus"
|
|
1149
|
+
},
|
|
1120
1150
|
"kappa_2f14c816": {
|
|
1121
1151
|
"message": "Kappa"
|
|
1122
1152
|
},
|
|
@@ -1576,6 +1606,12 @@ const locale = {
|
|
|
1576
1606
|
"paragraph_5e5ad8eb": {
|
|
1577
1607
|
"message": "Paragraf"
|
|
1578
1608
|
},
|
|
1609
|
+
"paragraph_applied_959b3fe5": {
|
|
1610
|
+
"message": "Paragraf diterapkan"
|
|
1611
|
+
},
|
|
1612
|
+
"paragraph_removed_d09320e": {
|
|
1613
|
+
"message": "Paragraf dihapus"
|
|
1614
|
+
},
|
|
1579
1615
|
"paragraph_starting_with_start_a59923f8": {
|
|
1580
1616
|
"message": "Paragraf yang dimulai dengan { start }"
|
|
1581
1617
|
},
|
|
@@ -2308,6 +2344,12 @@ const locale = {
|
|
|
2308
2344
|
"unable_to_determine_resource_selection_url_7867e060": {
|
|
2309
2345
|
"message": "Tidak dapat menentukan url pemilihan sumber daya"
|
|
2310
2346
|
},
|
|
2347
|
+
"underline_applied_ae01ec97": {
|
|
2348
|
+
"message": "Garis bawah diterapkan"
|
|
2349
|
+
},
|
|
2350
|
+
"underline_removed_3693e17c": {
|
|
2351
|
+
"message": "Garis bawah dihapus"
|
|
2352
|
+
},
|
|
2311
2353
|
"union_e6b57a53": {
|
|
2312
2354
|
"message": "Union"
|
|
2313
2355
|
},
|