@instructure/canvas-rce 7.0.0 → 7.2.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 +33 -1
- package/__tests__/common/indicate.test.js +5 -6
- package/es/bridge/Bridge.js +2 -4
- package/es/canvasFileBrowser/FileBrowser.js +2 -4
- package/es/defaultTinymceConfig.d.ts +1 -1
- package/es/defaultTinymceConfig.js +149 -114
- package/es/enhance-user-content/enhance_user_content.js +7 -1
- package/es/enhance-user-content/instructure_helper.js +4 -0
- package/es/enhance-user-content/youtube_overlay.d.ts +1 -0
- package/es/enhance-user-content/youtube_overlay.js +87 -0
- package/es/format-message.d.js +1 -0
- package/es/format-message.js +5 -0
- package/es/index.d.ts +1 -1
- package/es/rce/RCE.d.ts +0 -1
- package/es/rce/RCE.js +5 -10
- package/es/rce/RCEVariants.d.ts +8 -3
- package/es/rce/RCEVariants.js +31 -5
- package/es/rce/RCEWrapper.d.ts +3 -3
- package/es/rce/RCEWrapper.js +66 -57
- package/es/rce/RCEWrapperProps.d.ts +1 -1
- package/es/rce/ShowOnFocusButton/index.js +4 -2
- package/es/rce/StatusBar.js +61 -15
- package/es/rce/alertHandler.js +6 -7
- package/es/rce/plugins/instructure-ui-icons/plugin.js +2 -2
- package/es/rce/plugins/instructure_equation/EquationEditorModal/index.js +6 -10
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.d.ts +5 -15
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.js +4 -10
- package/es/rce/plugins/instructure_image/ImageEmbedOptions.d.ts +7 -0
- package/es/rce/plugins/instructure_image/ImageEmbedOptions.js +45 -2
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.d.ts +1 -8
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +13 -33
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.d.ts +1 -2
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.js +2 -1
- package/es/rce/plugins/instructure_record/VideoOptionsTray/index.js +10 -7
- package/es/rce/plugins/shared/DimensionsInput/index.js +3 -3
- package/es/rce/plugins/shared/FixedContentTray.d.ts +7 -23
- package/es/rce/plugins/shared/FixedContentTray.js +7 -16
- package/es/rce/plugins/shared/ImageCropper/constants.d.ts +1 -1
- package/es/rce/plugins/shared/ImageCropper/constants.js +1 -1
- package/es/rce/plugins/shared/ImageCropper/controls/CustomNumberInput.js +1 -1
- package/es/rce/plugins/shared/PreviewIcon.js +1 -1
- package/es/rce/plugins/shared/ai_tools/aiicons.d.ts +3 -3
- package/es/rce/plugins/shared/ai_tools/aiicons.js +11 -11
- package/es/rce/plugins/tinymce-a11y-checker/components/checker.js +7 -1
- package/es/rce/plugins/tinymce-a11y-checker/utils/indicate.d.ts +1 -1
- package/es/rce/plugins/tinymce-a11y-checker/utils/indicate.js +1 -1
- package/es/rce/style.js +19 -17
- package/es/translations/locales/ar.js +29 -5
- package/es/translations/locales/ca.js +32 -8
- package/es/translations/locales/cy.js +29 -5
- package/es/translations/locales/da-x-k12.js +29 -5
- package/es/translations/locales/da.js +29 -5
- package/es/translations/locales/de.js +29 -5
- package/es/translations/locales/en-AU-x-unimelb.js +29 -5
- package/es/translations/locales/en-GB-x-ukhe.js +29 -5
- package/es/translations/locales/en.js +17 -5
- package/es/translations/locales/en_AU.js +29 -5
- package/es/translations/locales/en_CA.js +29 -5
- package/es/translations/locales/en_CY.js +29 -5
- package/es/translations/locales/en_GB.js +29 -5
- package/es/translations/locales/es.js +29 -5
- package/es/translations/locales/es_ES.js +29 -5
- package/es/translations/locales/fa_IR.js +0 -3
- package/es/translations/locales/fi.js +29 -5
- package/es/translations/locales/fr.js +29 -5
- package/es/translations/locales/fr_CA.js +30 -6
- package/es/translations/locales/ga.js +46 -22
- package/es/translations/locales/hi.js +29 -5
- package/es/translations/locales/ht.js +29 -5
- package/es/translations/locales/hu.js +0 -6
- package/es/translations/locales/id.js +29 -5
- package/es/translations/locales/is.js +23 -5
- package/es/translations/locales/it.js +29 -5
- package/es/translations/locales/ja.js +29 -5
- package/es/translations/locales/mi.js +29 -5
- package/es/translations/locales/ms.js +29 -5
- package/es/translations/locales/nb-x-k12.js +29 -5
- package/es/translations/locales/nb.js +29 -5
- package/es/translations/locales/nl.js +29 -5
- package/es/translations/locales/nn.js +0 -6
- package/es/translations/locales/pl.js +29 -5
- package/es/translations/locales/pt.js +29 -5
- package/es/translations/locales/pt_BR.js +29 -5
- package/es/translations/locales/ru.js +29 -5
- package/es/translations/locales/sl.js +29 -5
- package/es/translations/locales/sv-x-k12.js +29 -5
- package/es/translations/locales/sv.js +29 -5
- package/es/translations/locales/th.js +29 -5
- package/es/translations/locales/uk_UA.js +0 -6
- package/es/translations/locales/vi.js +29 -5
- package/es/translations/locales/zh-Hans.js +29 -5
- package/es/translations/locales/zh-Hant.js +29 -5
- package/es/translations/locales/zh.js +29 -5
- package/es/translations/locales/zh_HK.js +29 -5
- package/es/util/contextHelper.d.ts +7 -0
- package/{testcafe/axe.test.js → es/util/contextHelper.js} +10 -21
- package/es/util/loadingPlaceholder.js +11 -11
- package/eslint.config.js +3 -25
- package/jest/jest-setup.js +27 -2
- package/jest.config.js +5 -1
- package/package.json +61 -84
- package/testcafe/RCEWrapper.test.js +0 -319
- package/testcafe/StatusBar.test.js +0 -108
- package/testcafe/enhanceUserContent.html +0 -58
- package/testcafe/enhanceUserContent.test.js +0 -44
- package/testcafe/entry.jsx +0 -77
- package/testcafe/testcafe.html +0 -14
- package/webpack.testcafe.config.js +0 -61
|
@@ -400,6 +400,9 @@ const locale = {
|
|
|
400
400
|
"content_type_2cf90d95": {
|
|
401
401
|
"message": "Innholdstype"
|
|
402
402
|
},
|
|
403
|
+
"continue_to_youtube_content_a34f0f85": {
|
|
404
|
+
"message": "Fortsett til YouTube-innhold"
|
|
405
|
+
},
|
|
403
406
|
"coproduct_e7838082": {
|
|
404
407
|
"message": "Biprodukt"
|
|
405
408
|
},
|
|
@@ -499,6 +502,9 @@ const locale = {
|
|
|
499
502
|
"decrease_indent_d9cf469d": {
|
|
500
503
|
"message": "Reduser innrykk"
|
|
501
504
|
},
|
|
505
|
+
"decrease_rich_content_area_82068f64": {
|
|
506
|
+
"message": "Reduser Rich innholdsområde"
|
|
507
|
+
},
|
|
502
508
|
"deep_purple_bb3e2907": {
|
|
503
509
|
"message": "Mørkelilla"
|
|
504
510
|
},
|
|
@@ -1081,6 +1087,9 @@ const locale = {
|
|
|
1081
1087
|
"increase_indent_6af90f7c": {
|
|
1082
1088
|
"message": "Øk innryk"
|
|
1083
1089
|
},
|
|
1090
|
+
"increase_rich_content_area_340b775": {
|
|
1091
|
+
"message": "Øk Rich innholdsområde"
|
|
1092
|
+
},
|
|
1084
1093
|
"indefinite_integral_6623307e": {
|
|
1085
1094
|
"message": "Ubestemt heltall"
|
|
1086
1095
|
},
|
|
@@ -1123,6 +1132,9 @@ const locale = {
|
|
|
1123
1132
|
"intersection_cd4590e4": {
|
|
1124
1133
|
"message": "Kryss"
|
|
1125
1134
|
},
|
|
1135
|
+
"invalid_description_991e23bb": {
|
|
1136
|
+
"message": "Ugyldig beskrivelse"
|
|
1137
|
+
},
|
|
1126
1138
|
"invalid_entry_f7d2a0f5": {
|
|
1127
1139
|
"message": "Ugyldig oppføring."
|
|
1128
1140
|
},
|
|
@@ -1690,9 +1702,18 @@ const locale = {
|
|
|
1690
1702
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1691
1703
|
"message": "Gi Canvas tilgang til mikrofonen og webkameraet ditt."
|
|
1692
1704
|
},
|
|
1705
|
+
"please_choose_a_file_c2449cc": {
|
|
1706
|
+
"message": "Velg en fil"
|
|
1707
|
+
},
|
|
1693
1708
|
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1694
1709
|
"message": "Beskriv hva du ønsker å komponere."
|
|
1695
1710
|
},
|
|
1711
|
+
"please_enter_a_file_name_f159edc1": {
|
|
1712
|
+
"message": "Skriv inn et filnavn"
|
|
1713
|
+
},
|
|
1714
|
+
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
|
+
"message": "Velg en fil av støttet filtype"
|
|
1716
|
+
},
|
|
1696
1717
|
"plus_d43cd4ec": {
|
|
1697
1718
|
"message": "Pluss"
|
|
1698
1719
|
},
|
|
@@ -2242,8 +2263,11 @@ const locale = {
|
|
|
2242
2263
|
"the_first_heading_on_a_page_should_be_an_h2_859089f2": {
|
|
2243
2264
|
"message": "Den første overskriften på en side skal være en H2."
|
|
2244
2265
|
},
|
|
2245
|
-
"
|
|
2246
|
-
"message": "
|
|
2266
|
+
"the_height_of_rich_content_area_is_decreased_36920e0": {
|
|
2267
|
+
"message": "Høyden av Rich innholdsområde er redusert."
|
|
2268
|
+
},
|
|
2269
|
+
"the_height_of_rich_content_area_is_increased_74c2358d": {
|
|
2270
|
+
"message": "Høyden av Rich innholdsområde er økt."
|
|
2247
2271
|
},
|
|
2248
2272
|
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2249
2273
|
"message": "Materialet er i det offentlige domenet"
|
|
@@ -2254,9 +2278,6 @@ const locale = {
|
|
|
2254
2278
|
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2255
2279
|
"message": "Dette materialet er underlagt et unntak - f.eks. fair use, retten til å sitere eller andre i henhold til gjeldende lover for opphavsrett"
|
|
2256
2280
|
},
|
|
2257
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2258
|
-
"message": "Det foregående innholdet er gitt av en partner"
|
|
2259
|
-
},
|
|
2260
2281
|
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2261
2282
|
"message": "Elegante HTML-redigering ikke tilgjengelig med tastaturet. Trykk Skift-O for å åpne rå html-redigering."
|
|
2262
2283
|
},
|
|
@@ -2296,6 +2317,9 @@ const locale = {
|
|
|
2296
2317
|
"this_image_is_currently_unavailable_25c68857": {
|
|
2297
2318
|
"message": "Dette bildet er utilgjengelig for øyeblikket"
|
|
2298
2319
|
},
|
|
2320
|
+
"this_video_may_display_youtube_ads_4d19d590": {
|
|
2321
|
+
"message": "Denne videoen kan vise YouTube-annonser."
|
|
2322
|
+
},
|
|
2299
2323
|
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2300
2324
|
"message": "Selv om videoen din har riktig titten i nettleseren kunne vi ikke oppdatere den i databasen."
|
|
2301
2325
|
},
|
|
@@ -400,6 +400,9 @@ const locale = {
|
|
|
400
400
|
"content_type_2cf90d95": {
|
|
401
401
|
"message": "Inhoudtype"
|
|
402
402
|
},
|
|
403
|
+
"continue_to_youtube_content_a34f0f85": {
|
|
404
|
+
"message": "Doorgaan naar YouTube-inhoud"
|
|
405
|
+
},
|
|
403
406
|
"coproduct_e7838082": {
|
|
404
407
|
"message": "Coproduct"
|
|
405
408
|
},
|
|
@@ -499,6 +502,9 @@ const locale = {
|
|
|
499
502
|
"decrease_indent_d9cf469d": {
|
|
500
503
|
"message": "Inspringen verkleinen"
|
|
501
504
|
},
|
|
505
|
+
"decrease_rich_content_area_82068f64": {
|
|
506
|
+
"message": "Rich Content-gebied verkleinen"
|
|
507
|
+
},
|
|
502
508
|
"deep_purple_bb3e2907": {
|
|
503
509
|
"message": "Diep paars"
|
|
504
510
|
},
|
|
@@ -1081,6 +1087,9 @@ const locale = {
|
|
|
1081
1087
|
"increase_indent_6af90f7c": {
|
|
1082
1088
|
"message": "Inspringen vergroten"
|
|
1083
1089
|
},
|
|
1090
|
+
"increase_rich_content_area_340b775": {
|
|
1091
|
+
"message": "Rich Content-gebied vergroten"
|
|
1092
|
+
},
|
|
1084
1093
|
"indefinite_integral_6623307e": {
|
|
1085
1094
|
"message": "Onbepaalde integraal"
|
|
1086
1095
|
},
|
|
@@ -1123,6 +1132,9 @@ const locale = {
|
|
|
1123
1132
|
"intersection_cd4590e4": {
|
|
1124
1133
|
"message": "Snijpunt"
|
|
1125
1134
|
},
|
|
1135
|
+
"invalid_description_991e23bb": {
|
|
1136
|
+
"message": "Ongeldige beschrijving"
|
|
1137
|
+
},
|
|
1126
1138
|
"invalid_entry_f7d2a0f5": {
|
|
1127
1139
|
"message": "Ongeldige invoer."
|
|
1128
1140
|
},
|
|
@@ -1690,9 +1702,18 @@ const locale = {
|
|
|
1690
1702
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1691
1703
|
"message": "Geef Canvas toegang tot je microfoon en webcam."
|
|
1692
1704
|
},
|
|
1705
|
+
"please_choose_a_file_c2449cc": {
|
|
1706
|
+
"message": "Kies een bestand"
|
|
1707
|
+
},
|
|
1693
1708
|
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1694
1709
|
"message": "Beschrijf wat je wilt opstellen."
|
|
1695
1710
|
},
|
|
1711
|
+
"please_enter_a_file_name_f159edc1": {
|
|
1712
|
+
"message": "Voer een bestandsnaam in"
|
|
1713
|
+
},
|
|
1714
|
+
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
|
+
"message": "Selecteer een bestand van een ondersteund type"
|
|
1716
|
+
},
|
|
1696
1717
|
"plus_d43cd4ec": {
|
|
1697
1718
|
"message": "Plus"
|
|
1698
1719
|
},
|
|
@@ -2242,8 +2263,11 @@ const locale = {
|
|
|
2242
2263
|
"the_first_heading_on_a_page_should_be_an_h2_859089f2": {
|
|
2243
2264
|
"message": "De eerste koptekst op een pagina moet een H2 zijn."
|
|
2244
2265
|
},
|
|
2245
|
-
"
|
|
2246
|
-
"message": "De
|
|
2266
|
+
"the_height_of_rich_content_area_is_decreased_36920e0": {
|
|
2267
|
+
"message": "De hoogte van het Rich Content-gebied is verlaagd."
|
|
2268
|
+
},
|
|
2269
|
+
"the_height_of_rich_content_area_is_increased_74c2358d": {
|
|
2270
|
+
"message": "De hoogte van het Rich Content-gebied is verhoogd."
|
|
2247
2271
|
},
|
|
2248
2272
|
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2249
2273
|
"message": "Het materiaal bevindt zich in het openbaar domein"
|
|
@@ -2254,9 +2278,6 @@ const locale = {
|
|
|
2254
2278
|
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2255
2279
|
"message": "Op het materiaal is een uitzondering van toepassing, bijvoorbeeld redelijk gebruik, het recht om te citeren of andere toepasselijke wetgeving op het auteursrecht"
|
|
2256
2280
|
},
|
|
2257
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2258
|
-
"message": "De voorgaande inhoud is door een partner geleverd"
|
|
2259
|
-
},
|
|
2260
2281
|
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2261
2282
|
"message": "De pretty HTML-editor is niet toetsenbordtoegankelijk. Druk op Shift O om de raw HTML-editor te openen."
|
|
2262
2283
|
},
|
|
@@ -2296,6 +2317,9 @@ const locale = {
|
|
|
2296
2317
|
"this_image_is_currently_unavailable_25c68857": {
|
|
2297
2318
|
"message": "Deze afbeelding is momenteel niet beschikbaar"
|
|
2298
2319
|
},
|
|
2320
|
+
"this_video_may_display_youtube_ads_4d19d590": {
|
|
2321
|
+
"message": "Deze video kan YouTube-advertenties afspelen"
|
|
2322
|
+
},
|
|
2299
2323
|
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2300
2324
|
"message": "Ook al krijgt je video de juiste titel in de browser, de video kon niet worden bijgewerkt in de database."
|
|
2301
2325
|
},
|
|
@@ -2044,9 +2044,6 @@ const locale = {
|
|
|
2044
2044
|
"the_document_preview_is_currently_being_processed__7d9ea135": {
|
|
2045
2045
|
"message": "Førehandsvisinga av dokumentet blir behandla no. Prøv på nytt seinare."
|
|
2046
2046
|
},
|
|
2047
|
-
"the_following_content_is_partner_provided_ed1da756": {
|
|
2048
|
-
"message": "Følgande innhald er lagt til av partnar"
|
|
2049
|
-
},
|
|
2050
2047
|
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2051
2048
|
"message": "Materialet er ikkje opphavsrettbeskytta"
|
|
2052
2049
|
},
|
|
@@ -2056,9 +2053,6 @@ const locale = {
|
|
|
2056
2053
|
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2057
2054
|
"message": "Materialet er brukt i samsvar med sitatretten"
|
|
2058
2055
|
},
|
|
2059
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2060
|
-
"message": "Det føregåande innhaldet er lagt til av partnar"
|
|
2061
|
-
},
|
|
2062
2056
|
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2063
2057
|
"message": "I den pene HTML-editoren kan du ikkje redigere med tastatur. Trykk Shift-O for å opne den reine HTML-editoren."
|
|
2064
2058
|
},
|
|
@@ -400,6 +400,9 @@ const locale = {
|
|
|
400
400
|
"content_type_2cf90d95": {
|
|
401
401
|
"message": "Typ zawartości"
|
|
402
402
|
},
|
|
403
|
+
"continue_to_youtube_content_a34f0f85": {
|
|
404
|
+
"message": "Przejdź do zawartości YouTube."
|
|
405
|
+
},
|
|
403
406
|
"coproduct_e7838082": {
|
|
404
407
|
"message": "Suma"
|
|
405
408
|
},
|
|
@@ -499,6 +502,9 @@ const locale = {
|
|
|
499
502
|
"decrease_indent_d9cf469d": {
|
|
500
503
|
"message": "Zmniejsz wcięcie"
|
|
501
504
|
},
|
|
505
|
+
"decrease_rich_content_area_82068f64": {
|
|
506
|
+
"message": "Zmniejsz obszar zawartości formatowanej"
|
|
507
|
+
},
|
|
502
508
|
"deep_purple_bb3e2907": {
|
|
503
509
|
"message": "Głęboki fiolet"
|
|
504
510
|
},
|
|
@@ -1081,6 +1087,9 @@ const locale = {
|
|
|
1081
1087
|
"increase_indent_6af90f7c": {
|
|
1082
1088
|
"message": "Zwiększ wcięcie"
|
|
1083
1089
|
},
|
|
1090
|
+
"increase_rich_content_area_340b775": {
|
|
1091
|
+
"message": "Zwiększ obszar zawartości formatowanej"
|
|
1092
|
+
},
|
|
1084
1093
|
"indefinite_integral_6623307e": {
|
|
1085
1094
|
"message": "Całka nieoznaczona"
|
|
1086
1095
|
},
|
|
@@ -1123,6 +1132,9 @@ const locale = {
|
|
|
1123
1132
|
"intersection_cd4590e4": {
|
|
1124
1133
|
"message": "Część wspólna"
|
|
1125
1134
|
},
|
|
1135
|
+
"invalid_description_991e23bb": {
|
|
1136
|
+
"message": "Nieprawidłowy opis"
|
|
1137
|
+
},
|
|
1126
1138
|
"invalid_entry_f7d2a0f5": {
|
|
1127
1139
|
"message": "Nieprawidłowy wpis."
|
|
1128
1140
|
},
|
|
@@ -1690,9 +1702,18 @@ const locale = {
|
|
|
1690
1702
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1691
1703
|
"message": "Zezwól Canvas na łączenie się z kamerą sieciową i mikrofonem."
|
|
1692
1704
|
},
|
|
1705
|
+
"please_choose_a_file_c2449cc": {
|
|
1706
|
+
"message": "Wybierz plik"
|
|
1707
|
+
},
|
|
1693
1708
|
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1694
1709
|
"message": "Opisz, jakie chcesz stworzyć wypracowanie."
|
|
1695
1710
|
},
|
|
1711
|
+
"please_enter_a_file_name_f159edc1": {
|
|
1712
|
+
"message": "Wpisz nazwę pliku"
|
|
1713
|
+
},
|
|
1714
|
+
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
|
+
"message": "Wybierz plik obsługiwanego typu"
|
|
1716
|
+
},
|
|
1696
1717
|
"plus_d43cd4ec": {
|
|
1697
1718
|
"message": "Plus"
|
|
1698
1719
|
},
|
|
@@ -2242,8 +2263,11 @@ const locale = {
|
|
|
2242
2263
|
"the_first_heading_on_a_page_should_be_an_h2_859089f2": {
|
|
2243
2264
|
"message": "Pierwszym nagłówkiem na stronie powinien być H2."
|
|
2244
2265
|
},
|
|
2245
|
-
"
|
|
2246
|
-
"message": "
|
|
2266
|
+
"the_height_of_rich_content_area_is_decreased_36920e0": {
|
|
2267
|
+
"message": "Wysokość obszaru zawartości formatowanej zmalała."
|
|
2268
|
+
},
|
|
2269
|
+
"the_height_of_rich_content_area_is_increased_74c2358d": {
|
|
2270
|
+
"message": "Wysokość obszaru zawartości formatowanej wzrosła."
|
|
2247
2271
|
},
|
|
2248
2272
|
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2249
2273
|
"message": "Materiał znajduje się w domenie publicznej"
|
|
@@ -2254,9 +2278,6 @@ const locale = {
|
|
|
2254
2278
|
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2255
2279
|
"message": "Materiały są objęte wyjątkowymi zasadami, np. zasadami dozwolonego użytku, prawa do cytowania lub innymi obowiązującymi przepisami prawa autorskiego"
|
|
2256
2280
|
},
|
|
2257
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2258
|
-
"message": "Poprzednią zawartość dostarcza partner"
|
|
2259
|
-
},
|
|
2260
2281
|
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2261
2282
|
"message": "Ulepszony edytor HTML nie jest dostępny z poziomu klawiatury. Naciśnij Shift O, aby otworzyć edytor html bez formatowania."
|
|
2262
2283
|
},
|
|
@@ -2296,6 +2317,9 @@ const locale = {
|
|
|
2296
2317
|
"this_image_is_currently_unavailable_25c68857": {
|
|
2297
2318
|
"message": "Obecnie ten obraz jest niedostępny"
|
|
2298
2319
|
},
|
|
2320
|
+
"this_video_may_display_youtube_ads_4d19d590": {
|
|
2321
|
+
"message": "To wideo może wyświetlać reklamy YouTube."
|
|
2322
|
+
},
|
|
2299
2323
|
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2300
2324
|
"message": "Chociaż nagranie wideo będzie mieć prawidłowy tytuł w przeglądarce, nie udało się go zaktualizować w bazie danych."
|
|
2301
2325
|
},
|
|
@@ -400,6 +400,9 @@ const locale = {
|
|
|
400
400
|
"content_type_2cf90d95": {
|
|
401
401
|
"message": "Tipo de conteúdo"
|
|
402
402
|
},
|
|
403
|
+
"continue_to_youtube_content_a34f0f85": {
|
|
404
|
+
"message": "Continuar para o conteúdo do YouTube"
|
|
405
|
+
},
|
|
403
406
|
"coproduct_e7838082": {
|
|
404
407
|
"message": "Co-produto"
|
|
405
408
|
},
|
|
@@ -499,6 +502,9 @@ const locale = {
|
|
|
499
502
|
"decrease_indent_d9cf469d": {
|
|
500
503
|
"message": "Diminuir Avanço"
|
|
501
504
|
},
|
|
505
|
+
"decrease_rich_content_area_82068f64": {
|
|
506
|
+
"message": "Diminuir área de conteúdo avançado"
|
|
507
|
+
},
|
|
502
508
|
"deep_purple_bb3e2907": {
|
|
503
509
|
"message": "Roxo Escuro"
|
|
504
510
|
},
|
|
@@ -1081,6 +1087,9 @@ const locale = {
|
|
|
1081
1087
|
"increase_indent_6af90f7c": {
|
|
1082
1088
|
"message": "Aumentar Avanço"
|
|
1083
1089
|
},
|
|
1090
|
+
"increase_rich_content_area_340b775": {
|
|
1091
|
+
"message": "Aumentar área de conteúdo avançado"
|
|
1092
|
+
},
|
|
1084
1093
|
"indefinite_integral_6623307e": {
|
|
1085
1094
|
"message": "Integral Indefinido"
|
|
1086
1095
|
},
|
|
@@ -1123,6 +1132,9 @@ const locale = {
|
|
|
1123
1132
|
"intersection_cd4590e4": {
|
|
1124
1133
|
"message": "Intersecção"
|
|
1125
1134
|
},
|
|
1135
|
+
"invalid_description_991e23bb": {
|
|
1136
|
+
"message": "Descrição inválida"
|
|
1137
|
+
},
|
|
1126
1138
|
"invalid_entry_f7d2a0f5": {
|
|
1127
1139
|
"message": "Entrada inválida."
|
|
1128
1140
|
},
|
|
@@ -1690,9 +1702,18 @@ const locale = {
|
|
|
1690
1702
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1691
1703
|
"message": "Por favor, permita que o Canvas aceda ao seu microfone e webcam."
|
|
1692
1704
|
},
|
|
1705
|
+
"please_choose_a_file_c2449cc": {
|
|
1706
|
+
"message": "Escolher um ficheiro"
|
|
1707
|
+
},
|
|
1693
1708
|
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1694
1709
|
"message": "Por favor, descreva o que gostava de compor."
|
|
1695
1710
|
},
|
|
1711
|
+
"please_enter_a_file_name_f159edc1": {
|
|
1712
|
+
"message": "Por favor insira um nome de ficheiro"
|
|
1713
|
+
},
|
|
1714
|
+
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
|
+
"message": "Selecione um ficheiro de um tipo suportado"
|
|
1716
|
+
},
|
|
1696
1717
|
"plus_d43cd4ec": {
|
|
1697
1718
|
"message": "Mais"
|
|
1698
1719
|
},
|
|
@@ -2242,8 +2263,11 @@ const locale = {
|
|
|
2242
2263
|
"the_first_heading_on_a_page_should_be_an_h2_859089f2": {
|
|
2243
2264
|
"message": "O primeiro título de uma página deve ser um H2."
|
|
2244
2265
|
},
|
|
2245
|
-
"
|
|
2246
|
-
"message": "
|
|
2266
|
+
"the_height_of_rich_content_area_is_decreased_36920e0": {
|
|
2267
|
+
"message": "A altura da área de conteúdo avançado é diminuída."
|
|
2268
|
+
},
|
|
2269
|
+
"the_height_of_rich_content_area_is_increased_74c2358d": {
|
|
2270
|
+
"message": "A altura da área de conteúdo avançado é aumentada."
|
|
2247
2271
|
},
|
|
2248
2272
|
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2249
2273
|
"message": "O material é de domínio público"
|
|
@@ -2254,9 +2278,6 @@ const locale = {
|
|
|
2254
2278
|
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2255
2279
|
"message": "O material está sujeito a uma exceção - por exemplo, uso justo, direito de cotação ou outros de acordo com as leis de direitos de autor aplicáveis"
|
|
2256
2280
|
},
|
|
2257
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2258
|
-
"message": "O conteúdo anterior é parceiro fornecido"
|
|
2259
|
-
},
|
|
2260
2281
|
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2261
2282
|
"message": "O editor de html bonito não é acessível por teclado. Prima Shift O para abrir o editor de html em bruto."
|
|
2262
2283
|
},
|
|
@@ -2296,6 +2317,9 @@ const locale = {
|
|
|
2296
2317
|
"this_image_is_currently_unavailable_25c68857": {
|
|
2297
2318
|
"message": "Esta imagem está actualmente indisponível"
|
|
2298
2319
|
},
|
|
2320
|
+
"this_video_may_display_youtube_ads_4d19d590": {
|
|
2321
|
+
"message": "Este vídeo pode exibir anúncios do YouTube."
|
|
2322
|
+
},
|
|
2299
2323
|
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2300
2324
|
"message": "Embora o seu vídeo tenha o título correto no navegador, não o atualizámos na base de dados."
|
|
2301
2325
|
},
|
|
@@ -400,6 +400,9 @@ const locale = {
|
|
|
400
400
|
"content_type_2cf90d95": {
|
|
401
401
|
"message": "Tipo de conteúdo"
|
|
402
402
|
},
|
|
403
|
+
"continue_to_youtube_content_a34f0f85": {
|
|
404
|
+
"message": "Continuar para o conteúdo do YouTube"
|
|
405
|
+
},
|
|
403
406
|
"coproduct_e7838082": {
|
|
404
407
|
"message": "Coproduto"
|
|
405
408
|
},
|
|
@@ -499,6 +502,9 @@ const locale = {
|
|
|
499
502
|
"decrease_indent_d9cf469d": {
|
|
500
503
|
"message": "Diminuir Recuo"
|
|
501
504
|
},
|
|
505
|
+
"decrease_rich_content_area_82068f64": {
|
|
506
|
+
"message": "Diminuir a área de conteúdo avançado"
|
|
507
|
+
},
|
|
502
508
|
"deep_purple_bb3e2907": {
|
|
503
509
|
"message": "Roxo Profundo"
|
|
504
510
|
},
|
|
@@ -1081,6 +1087,9 @@ const locale = {
|
|
|
1081
1087
|
"increase_indent_6af90f7c": {
|
|
1082
1088
|
"message": "Aumentar recuo"
|
|
1083
1089
|
},
|
|
1090
|
+
"increase_rich_content_area_340b775": {
|
|
1091
|
+
"message": "Aumentar a área de conteúdo avançado"
|
|
1092
|
+
},
|
|
1084
1093
|
"indefinite_integral_6623307e": {
|
|
1085
1094
|
"message": "Integral indefinida"
|
|
1086
1095
|
},
|
|
@@ -1123,6 +1132,9 @@ const locale = {
|
|
|
1123
1132
|
"intersection_cd4590e4": {
|
|
1124
1133
|
"message": "Interseção"
|
|
1125
1134
|
},
|
|
1135
|
+
"invalid_description_991e23bb": {
|
|
1136
|
+
"message": "Descrição inválida"
|
|
1137
|
+
},
|
|
1126
1138
|
"invalid_entry_f7d2a0f5": {
|
|
1127
1139
|
"message": "Entrada inválida."
|
|
1128
1140
|
},
|
|
@@ -1690,9 +1702,18 @@ const locale = {
|
|
|
1690
1702
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1691
1703
|
"message": "Permita que o Canvas acesse o seu microfone e sua webcam."
|
|
1692
1704
|
},
|
|
1705
|
+
"please_choose_a_file_c2449cc": {
|
|
1706
|
+
"message": "Por favor, escolha um arquivo"
|
|
1707
|
+
},
|
|
1693
1708
|
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1694
1709
|
"message": "Por favor, descreva o que você gostaria de compor."
|
|
1695
1710
|
},
|
|
1711
|
+
"please_enter_a_file_name_f159edc1": {
|
|
1712
|
+
"message": "Por favor insira o nome do arquivo."
|
|
1713
|
+
},
|
|
1714
|
+
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
|
+
"message": "Selecione um arquivo de um tipo compatível"
|
|
1716
|
+
},
|
|
1696
1717
|
"plus_d43cd4ec": {
|
|
1697
1718
|
"message": "Mais"
|
|
1698
1719
|
},
|
|
@@ -2242,8 +2263,11 @@ const locale = {
|
|
|
2242
2263
|
"the_first_heading_on_a_page_should_be_an_h2_859089f2": {
|
|
2243
2264
|
"message": "O primeiro cabeçalho em uma página deve ser um H2."
|
|
2244
2265
|
},
|
|
2245
|
-
"
|
|
2246
|
-
"message": "
|
|
2266
|
+
"the_height_of_rich_content_area_is_decreased_36920e0": {
|
|
2267
|
+
"message": "A altura da área de conteúdo avançado é reduzida."
|
|
2268
|
+
},
|
|
2269
|
+
"the_height_of_rich_content_area_is_increased_74c2358d": {
|
|
2270
|
+
"message": "A altura da área de conteúdo avançado é aumentada."
|
|
2247
2271
|
},
|
|
2248
2272
|
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2249
2273
|
"message": "O material está no domínio público"
|
|
@@ -2254,9 +2278,6 @@ const locale = {
|
|
|
2254
2278
|
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2255
2279
|
"message": "O material está sujeito a uma exceção, por exemplo, uso justo, o direito de citar ou outros sob leis de direitos autorais"
|
|
2256
2280
|
},
|
|
2257
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2258
|
-
"message": "O conteúdo precedente é fornecido por parceiro"
|
|
2259
|
-
},
|
|
2260
2281
|
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2261
2282
|
"message": "O lindo editor de html não é acessível por teclado. Pressione Shift+O para abrir o editor de HTML bruto."
|
|
2262
2283
|
},
|
|
@@ -2296,6 +2317,9 @@ const locale = {
|
|
|
2296
2317
|
"this_image_is_currently_unavailable_25c68857": {
|
|
2297
2318
|
"message": "Esta imagem está atualmente indisponível"
|
|
2298
2319
|
},
|
|
2320
|
+
"this_video_may_display_youtube_ads_4d19d590": {
|
|
2321
|
+
"message": "Este vídeo pode exibir anúncios do YouTube."
|
|
2322
|
+
},
|
|
2299
2323
|
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2300
2324
|
"message": "Embora o seu vídeo tenha o título correto no navegador, falhamos em atualizá-lo no banco de dados."
|
|
2301
2325
|
},
|
|
@@ -400,6 +400,9 @@ const locale = {
|
|
|
400
400
|
"content_type_2cf90d95": {
|
|
401
401
|
"message": "Тип содержимого"
|
|
402
402
|
},
|
|
403
|
+
"continue_to_youtube_content_a34f0f85": {
|
|
404
|
+
"message": "Перейти к содержимому YouTube"
|
|
405
|
+
},
|
|
403
406
|
"coproduct_e7838082": {
|
|
404
407
|
"message": "Сопутствующий продукт"
|
|
405
408
|
},
|
|
@@ -499,6 +502,9 @@ const locale = {
|
|
|
499
502
|
"decrease_indent_d9cf469d": {
|
|
500
503
|
"message": "Уменьшить отступ"
|
|
501
504
|
},
|
|
505
|
+
"decrease_rich_content_area_82068f64": {
|
|
506
|
+
"message": "Уменьшить область с богатым содержимым"
|
|
507
|
+
},
|
|
502
508
|
"deep_purple_bb3e2907": {
|
|
503
509
|
"message": "Темно-фиолетовый"
|
|
504
510
|
},
|
|
@@ -1081,6 +1087,9 @@ const locale = {
|
|
|
1081
1087
|
"increase_indent_6af90f7c": {
|
|
1082
1088
|
"message": "Увеличить отступ"
|
|
1083
1089
|
},
|
|
1090
|
+
"increase_rich_content_area_340b775": {
|
|
1091
|
+
"message": "Увеличить область с богатым содержимым"
|
|
1092
|
+
},
|
|
1084
1093
|
"indefinite_integral_6623307e": {
|
|
1085
1094
|
"message": "Неопределенный интеграл"
|
|
1086
1095
|
},
|
|
@@ -1123,6 +1132,9 @@ const locale = {
|
|
|
1123
1132
|
"intersection_cd4590e4": {
|
|
1124
1133
|
"message": "Логическое произведение"
|
|
1125
1134
|
},
|
|
1135
|
+
"invalid_description_991e23bb": {
|
|
1136
|
+
"message": "Неверное описание"
|
|
1137
|
+
},
|
|
1126
1138
|
"invalid_entry_f7d2a0f5": {
|
|
1127
1139
|
"message": "Неправильная запись."
|
|
1128
1140
|
},
|
|
@@ -1690,9 +1702,18 @@ const locale = {
|
|
|
1690
1702
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1691
1703
|
"message": "Разрешите Canvas доступ к вашему микрофону и веб-камере."
|
|
1692
1704
|
},
|
|
1705
|
+
"please_choose_a_file_c2449cc": {
|
|
1706
|
+
"message": "Выберите файл"
|
|
1707
|
+
},
|
|
1693
1708
|
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1694
1709
|
"message": "Опишите, что вы хотите сочинить."
|
|
1695
1710
|
},
|
|
1711
|
+
"please_enter_a_file_name_f159edc1": {
|
|
1712
|
+
"message": "Введите имя файла"
|
|
1713
|
+
},
|
|
1714
|
+
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
|
+
"message": "Выберите файл поддерживаемого типа"
|
|
1716
|
+
},
|
|
1696
1717
|
"plus_d43cd4ec": {
|
|
1697
1718
|
"message": "Плюс"
|
|
1698
1719
|
},
|
|
@@ -2242,8 +2263,11 @@ const locale = {
|
|
|
2242
2263
|
"the_first_heading_on_a_page_should_be_an_h2_859089f2": {
|
|
2243
2264
|
"message": "Первый заголовок на странице должен быть H2."
|
|
2244
2265
|
},
|
|
2245
|
-
"
|
|
2246
|
-
"message": "
|
|
2266
|
+
"the_height_of_rich_content_area_is_decreased_36920e0": {
|
|
2267
|
+
"message": "Высота области с богатым содержимым уменьшена."
|
|
2268
|
+
},
|
|
2269
|
+
"the_height_of_rich_content_area_is_increased_74c2358d": {
|
|
2270
|
+
"message": "Высота области с богатым содержимым увеличена."
|
|
2247
2271
|
},
|
|
2248
2272
|
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2249
2273
|
"message": "Материал находится в общедоступном домене"
|
|
@@ -2254,9 +2278,6 @@ const locale = {
|
|
|
2254
2278
|
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2255
2279
|
"message": "Материал подпадает под действие правовой оговорки - например, касательно добросовестного использования, права цитирования или иной правовой оговорки согласно действующему законодательству об авторских правах"
|
|
2256
2280
|
},
|
|
2257
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2258
|
-
"message": "Предыдущий контент предоставляется партнером"
|
|
2259
|
-
},
|
|
2260
2281
|
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2261
2282
|
"message": "Возможность доступа к редактору Pretty HTML с клавиатуры отсутствует. Нажать Shift-O, чтобы открыть редактор Raw HTML."
|
|
2262
2283
|
},
|
|
@@ -2296,6 +2317,9 @@ const locale = {
|
|
|
2296
2317
|
"this_image_is_currently_unavailable_25c68857": {
|
|
2297
2318
|
"message": "Это изображение в настоящее время недоступно"
|
|
2298
2319
|
},
|
|
2320
|
+
"this_video_may_display_youtube_ads_4d19d590": {
|
|
2321
|
+
"message": "В этом видео может содержаться реклама YouTube."
|
|
2322
|
+
},
|
|
2299
2323
|
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2300
2324
|
"message": "Хотя у вашего видео правильный заголовок в браузере, нам не удалось обновить его в базе данных."
|
|
2301
2325
|
},
|
|
@@ -400,6 +400,9 @@ const locale = {
|
|
|
400
400
|
"content_type_2cf90d95": {
|
|
401
401
|
"message": "Vrsta vsebine"
|
|
402
402
|
},
|
|
403
|
+
"continue_to_youtube_content_a34f0f85": {
|
|
404
|
+
"message": "Nadaljuj na vsebino YouTube"
|
|
405
|
+
},
|
|
403
406
|
"coproduct_e7838082": {
|
|
404
407
|
"message": "Koprodukt"
|
|
405
408
|
},
|
|
@@ -499,6 +502,9 @@ const locale = {
|
|
|
499
502
|
"decrease_indent_d9cf469d": {
|
|
500
503
|
"message": "Zmanjšaj zamik"
|
|
501
504
|
},
|
|
505
|
+
"decrease_rich_content_area_82068f64": {
|
|
506
|
+
"message": "Zmanjšaj območje bogate vsebine"
|
|
507
|
+
},
|
|
502
508
|
"deep_purple_bb3e2907": {
|
|
503
509
|
"message": "Temno škrlatna"
|
|
504
510
|
},
|
|
@@ -1081,6 +1087,9 @@ const locale = {
|
|
|
1081
1087
|
"increase_indent_6af90f7c": {
|
|
1082
1088
|
"message": "Povečaj zamik"
|
|
1083
1089
|
},
|
|
1090
|
+
"increase_rich_content_area_340b775": {
|
|
1091
|
+
"message": "Povečaj območje bogate vsebine"
|
|
1092
|
+
},
|
|
1084
1093
|
"indefinite_integral_6623307e": {
|
|
1085
1094
|
"message": "Nedoločeni integral"
|
|
1086
1095
|
},
|
|
@@ -1123,6 +1132,9 @@ const locale = {
|
|
|
1123
1132
|
"intersection_cd4590e4": {
|
|
1124
1133
|
"message": "Presek"
|
|
1125
1134
|
},
|
|
1135
|
+
"invalid_description_991e23bb": {
|
|
1136
|
+
"message": "Neveljaven opis"
|
|
1137
|
+
},
|
|
1126
1138
|
"invalid_entry_f7d2a0f5": {
|
|
1127
1139
|
"message": "Neveljaven vnos."
|
|
1128
1140
|
},
|
|
@@ -1690,9 +1702,18 @@ const locale = {
|
|
|
1690
1702
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1691
1703
|
"message": "Sistemu Canvas dovolite dostop do mikrofona in spletne kamere."
|
|
1692
1704
|
},
|
|
1705
|
+
"please_choose_a_file_c2449cc": {
|
|
1706
|
+
"message": "Izberite datoteko"
|
|
1707
|
+
},
|
|
1693
1708
|
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1694
1709
|
"message": "Prosimo, opišite, kaj želite sestaviti."
|
|
1695
1710
|
},
|
|
1711
|
+
"please_enter_a_file_name_f159edc1": {
|
|
1712
|
+
"message": "Vnesite ime datoteke"
|
|
1713
|
+
},
|
|
1714
|
+
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
|
+
"message": "Izberite datoteko podprte vrste"
|
|
1716
|
+
},
|
|
1696
1717
|
"plus_d43cd4ec": {
|
|
1697
1718
|
"message": "Plus"
|
|
1698
1719
|
},
|
|
@@ -2242,8 +2263,11 @@ const locale = {
|
|
|
2242
2263
|
"the_first_heading_on_a_page_should_be_an_h2_859089f2": {
|
|
2243
2264
|
"message": "Prvi naslov na strani mora biti H2."
|
|
2244
2265
|
},
|
|
2245
|
-
"
|
|
2246
|
-
"message": "
|
|
2266
|
+
"the_height_of_rich_content_area_is_decreased_36920e0": {
|
|
2267
|
+
"message": "Višina območja bogate vsebine se je zmanjšala."
|
|
2268
|
+
},
|
|
2269
|
+
"the_height_of_rich_content_area_is_increased_74c2358d": {
|
|
2270
|
+
"message": "Višina območja bogate vsebine se je povečala."
|
|
2247
2271
|
},
|
|
2248
2272
|
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2249
2273
|
"message": "Gradivo je dostopno javnosti."
|
|
@@ -2254,9 +2278,6 @@ const locale = {
|
|
|
2254
2278
|
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2255
2279
|
"message": "Za gradivo velja izjema – npr. poštena uporaba, pravica do citiranja ali drugo v skladu z veljavno zakonodajo o avtorskih pravicah"
|
|
2256
2280
|
},
|
|
2257
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2258
|
-
"message": "Predhodno vsebino zagotavljajo partnerji."
|
|
2259
|
-
},
|
|
2260
2281
|
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2261
2282
|
"message": "Urejevalnik Pretty HTML Editor ni dostopen s tipkovnico. Surovi urejevalnik HTML odprete s pritiskom na tipki Shift+O"
|
|
2262
2283
|
},
|
|
@@ -2296,6 +2317,9 @@ const locale = {
|
|
|
2296
2317
|
"this_image_is_currently_unavailable_25c68857": {
|
|
2297
2318
|
"message": "Ta slika trenutno ni na voljo."
|
|
2298
2319
|
},
|
|
2320
|
+
"this_video_may_display_youtube_ads_4d19d590": {
|
|
2321
|
+
"message": "V tem videoposnetku se lahko prikazujejo oglasi YouTube."
|
|
2322
|
+
},
|
|
2299
2323
|
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2300
2324
|
"message": "Čeprav bo vaš videoposnetek v brskalniku imel pravilen naslov, ga v zbirki podatkov nismo uspeli posodobiti."
|
|
2301
2325
|
},
|