@atlaskit/editor-common 103.23.0 → 104.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 +27 -0
- package/dist/cjs/analytics/types/enums.js +2 -0
- package/dist/cjs/clipboard/index.js +28 -3
- package/dist/cjs/extensibility/Extension/Extension/index.js +8 -1
- package/dist/cjs/i18n/cs.js +10 -0
- package/dist/cjs/i18n/da.js +9 -0
- package/dist/cjs/i18n/de.js +10 -0
- package/dist/cjs/i18n/en.js +10 -0
- package/dist/cjs/i18n/en_GB.js +10 -0
- package/dist/cjs/i18n/en_ZZ.js +10 -0
- package/dist/cjs/i18n/es.js +10 -0
- package/dist/cjs/i18n/fi.js +10 -0
- package/dist/cjs/i18n/fr.js +11 -0
- package/dist/cjs/i18n/hr.js +890 -0
- package/dist/cjs/i18n/hu.js +9 -0
- package/dist/cjs/i18n/it.js +10 -0
- package/dist/cjs/i18n/ja.js +5 -0
- package/dist/cjs/i18n/ko.js +5 -0
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +10 -0
- package/dist/cjs/i18n/pl.js +11 -0
- package/dist/cjs/i18n/pt_BR.js +9 -0
- package/dist/cjs/i18n/ru.js +9 -0
- package/dist/cjs/i18n/sk.js +784 -3
- package/dist/cjs/i18n/sv.js +10 -0
- package/dist/cjs/i18n/th.js +9 -0
- package/dist/cjs/i18n/tr.js +10 -0
- package/dist/cjs/i18n/uk.js +9 -0
- package/dist/cjs/i18n/vi.js +9 -0
- package/dist/cjs/i18n/zh.js +9 -0
- package/dist/cjs/i18n/zh_TW.js +9 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/react-node-view/getInlineNodeViewProducer.js +1 -21
- package/dist/cjs/styles/shared/panel.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/analytics/types/enums.js +2 -0
- package/dist/es2019/clipboard/index.js +27 -1
- package/dist/es2019/extensibility/Extension/Extension/index.js +8 -1
- package/dist/es2019/i18n/cs.js +10 -0
- package/dist/es2019/i18n/da.js +9 -0
- package/dist/es2019/i18n/de.js +10 -0
- package/dist/es2019/i18n/en.js +10 -0
- package/dist/es2019/i18n/en_GB.js +10 -0
- package/dist/es2019/i18n/en_ZZ.js +10 -0
- package/dist/es2019/i18n/es.js +10 -0
- package/dist/es2019/i18n/fi.js +10 -0
- package/dist/es2019/i18n/fr.js +11 -0
- package/dist/es2019/i18n/hr.js +884 -0
- package/dist/es2019/i18n/hu.js +9 -0
- package/dist/es2019/i18n/it.js +10 -0
- package/dist/es2019/i18n/ja.js +5 -0
- package/dist/es2019/i18n/ko.js +5 -0
- package/dist/es2019/i18n/nb.js +5 -0
- package/dist/es2019/i18n/nl.js +10 -0
- package/dist/es2019/i18n/pl.js +11 -0
- package/dist/es2019/i18n/pt_BR.js +9 -0
- package/dist/es2019/i18n/ru.js +9 -0
- package/dist/es2019/i18n/sk.js +784 -3
- package/dist/es2019/i18n/sv.js +10 -0
- package/dist/es2019/i18n/th.js +9 -0
- package/dist/es2019/i18n/tr.js +10 -0
- package/dist/es2019/i18n/uk.js +9 -0
- package/dist/es2019/i18n/vi.js +9 -0
- package/dist/es2019/i18n/zh.js +9 -0
- package/dist/es2019/i18n/zh_TW.js +9 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/react-node-view/getInlineNodeViewProducer.js +1 -21
- package/dist/es2019/styles/shared/panel.js +5 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/analytics/types/enums.js +2 -0
- package/dist/esm/clipboard/index.js +28 -1
- package/dist/esm/extensibility/Extension/Extension/index.js +8 -1
- package/dist/esm/i18n/cs.js +10 -0
- package/dist/esm/i18n/da.js +9 -0
- package/dist/esm/i18n/de.js +10 -0
- package/dist/esm/i18n/en.js +10 -0
- package/dist/esm/i18n/en_GB.js +10 -0
- package/dist/esm/i18n/en_ZZ.js +10 -0
- package/dist/esm/i18n/es.js +10 -0
- package/dist/esm/i18n/fi.js +10 -0
- package/dist/esm/i18n/fr.js +11 -0
- package/dist/esm/i18n/hr.js +884 -0
- package/dist/esm/i18n/hu.js +9 -0
- package/dist/esm/i18n/it.js +10 -0
- package/dist/esm/i18n/ja.js +5 -0
- package/dist/esm/i18n/ko.js +5 -0
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.js +10 -0
- package/dist/esm/i18n/pl.js +11 -0
- package/dist/esm/i18n/pt_BR.js +9 -0
- package/dist/esm/i18n/ru.js +9 -0
- package/dist/esm/i18n/sk.js +784 -3
- package/dist/esm/i18n/sv.js +10 -0
- package/dist/esm/i18n/th.js +9 -0
- package/dist/esm/i18n/tr.js +10 -0
- package/dist/esm/i18n/uk.js +9 -0
- package/dist/esm/i18n/vi.js +9 -0
- package/dist/esm/i18n/zh.js +9 -0
- package/dist/esm/i18n/zh_TW.js +9 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/react-node-view/getInlineNodeViewProducer.js +1 -21
- package/dist/esm/styles/shared/panel.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/enums.d.ts +2 -0
- package/dist/types/analytics/types/events.d.ts +1 -0
- package/dist/types/analytics/types/extension-events.d.ts +2 -1
- package/dist/types/analytics/types/node-events.d.ts +7 -3
- package/dist/types/clipboard/index.d.ts +4 -1
- package/dist/types/i18n/cs.d.ts +10 -0
- package/dist/types/i18n/da.d.ts +9 -0
- package/dist/types/i18n/de.d.ts +10 -0
- package/dist/types/i18n/en.d.ts +10 -0
- package/dist/types/i18n/en_GB.d.ts +10 -0
- package/dist/types/i18n/en_ZZ.d.ts +10 -0
- package/dist/types/i18n/es.d.ts +10 -0
- package/dist/types/i18n/fi.d.ts +10 -0
- package/dist/types/i18n/fr.d.ts +11 -0
- package/dist/types/i18n/hr.d.ts +883 -0
- package/dist/types/i18n/hu.d.ts +9 -0
- package/dist/types/i18n/it.d.ts +10 -0
- package/dist/types/i18n/ja.d.ts +5 -0
- package/dist/types/i18n/ko.d.ts +5 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/nl.d.ts +10 -0
- package/dist/types/i18n/pl.d.ts +11 -0
- package/dist/types/i18n/pt_BR.d.ts +9 -0
- package/dist/types/i18n/ru.d.ts +9 -0
- package/dist/types/i18n/sk.d.ts +782 -2
- package/dist/types/i18n/sv.d.ts +10 -0
- package/dist/types/i18n/th.d.ts +9 -0
- package/dist/types/i18n/tr.d.ts +10 -0
- package/dist/types/i18n/uk.d.ts +9 -0
- package/dist/types/i18n/vi.d.ts +9 -0
- package/dist/types/i18n/zh.d.ts +9 -0
- package/dist/types/i18n/zh_TW.d.ts +9 -0
- package/dist/types-ts4.5/analytics/types/enums.d.ts +2 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/extension-events.d.ts +2 -1
- package/dist/types-ts4.5/analytics/types/node-events.d.ts +7 -3
- package/dist/types-ts4.5/clipboard/index.d.ts +4 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +10 -0
- package/dist/types-ts4.5/i18n/da.d.ts +9 -0
- package/dist/types-ts4.5/i18n/de.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +10 -0
- package/dist/types-ts4.5/i18n/es.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +11 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +883 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +9 -0
- package/dist/types-ts4.5/i18n/it.d.ts +10 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +10 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +11 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +9 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +9 -0
- package/dist/types-ts4.5/i18n/sk.d.ts +782 -2
- package/dist/types-ts4.5/i18n/sv.d.ts +10 -0
- package/dist/types-ts4.5/i18n/th.d.ts +9 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +10 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +9 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +9 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +9 -0
- package/package.json +11 -8
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Sammanfattar sidans innehåll',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generera',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Fråga Atlassian Intelligence',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': 'Redigera',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': 'Infoga',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Infoga överst',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Infoga nedan',
|
|
@@ -255,6 +256,8 @@ var _default = exports.default = {
|
|
|
255
256
|
'fabric.editor.blockquote.description': 'Infoga citat',
|
|
256
257
|
'fabric.editor.blockquote2': 'Citera',
|
|
257
258
|
'fabric.editor.bold': 'Fet',
|
|
259
|
+
'fabric.editor.breakoutFullWidthLabel': 'Full bredd',
|
|
260
|
+
'fabric.editor.breakoutWideWidthLabel': 'Bred',
|
|
258
261
|
'fabric.editor.bug': 'Bugg',
|
|
259
262
|
'fabric.editor.canNotSortTable': '⚠️ Du kan inte sortera en panelvy med sammanslagna celler',
|
|
260
263
|
'fabric.editor.cancelButton': 'Avbryt',
|
|
@@ -283,6 +286,7 @@ var _default = exports.default = {
|
|
|
283
286
|
'fabric.editor.codeblock.description': 'Visa kod med syntaxmarkering',
|
|
284
287
|
'fabric.editor.collapseNode': 'komprimera innehåll',
|
|
285
288
|
'fabric.editor.collapseTable': 'Dölj tabell',
|
|
289
|
+
'fabric.editor.colorPicker.menuLabel': 'Meny för färgväljare',
|
|
286
290
|
'fabric.editor.columnDragHandle': 'Kolumnalternativ',
|
|
287
291
|
'fabric.editor.columnMovedLeft': 'Kolumnen flyttades åt vänster till {index} av {total}',
|
|
288
292
|
'fabric.editor.columnMovedRight': 'Kolumnen flyttades åt höger till {index} av {total}',
|
|
@@ -334,6 +338,7 @@ var _default = exports.default = {
|
|
|
334
338
|
'fabric.editor.datasourceTitle': 'Redigera sökfråga',
|
|
335
339
|
'fabric.editor.date': 'Datum',
|
|
336
340
|
'fabric.editor.date.description': 'Lägg till ett datum med en kalender',
|
|
341
|
+
'fabric.editor.datePickerOpenedAlert': 'Popup-fönster för datumväljare öppnades, tryck på Tab för att komma åt datumväljaren',
|
|
337
342
|
'fabric.editor.decision': 'Beslut',
|
|
338
343
|
'fabric.editor.decision.description': 'Fånga beslut så att de är enklare att spåra',
|
|
339
344
|
'fabric.editor.decisionPlaceholder': 'Lägg till ett beslut ...',
|
|
@@ -477,9 +482,11 @@ var _default = exports.default = {
|
|
|
477
482
|
'fabric.editor.image.fullWidthLabel': 'Full bredd',
|
|
478
483
|
'fabric.editor.imageBorderBold': 'Fetstil',
|
|
479
484
|
'fabric.editor.imageBorderColor': 'Färg',
|
|
485
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Listruta för bildkantsalternativ för färg',
|
|
480
486
|
'fabric.editor.imageBorderMedium': 'Medium',
|
|
481
487
|
'fabric.editor.imageBorderOptions': 'Kantalternativ',
|
|
482
488
|
'fabric.editor.imageBorderSize': 'Storlek',
|
|
489
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Listruta för bildkantsalternativ för storlek',
|
|
483
490
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
484
491
|
'fabric.editor.improvement': 'Förbättring',
|
|
485
492
|
'fabric.editor.increaseSize': 'Öka tabell- eller mediastorlek',
|
|
@@ -655,6 +662,8 @@ var _default = exports.default = {
|
|
|
655
662
|
'fabric.editor.splitCell': 'Dela cell',
|
|
656
663
|
'fabric.editor.status': 'Status',
|
|
657
664
|
'fabric.editor.status.description': 'Lägg till en anpassad statusetikett',
|
|
665
|
+
'fabric.editor.statusEditorLabel': 'Statusredigerare',
|
|
666
|
+
'fabric.editor.statusPickerOpenedAlert': 'Popup-fönster för statusväljare öppnades. Tryck på Tab för att komma åt statusväljaren',
|
|
658
667
|
'fabric.editor.statusPlaceholder': 'Ange status',
|
|
659
668
|
'fabric.editor.story': 'Story',
|
|
660
669
|
'fabric.editor.strike': 'Genomstrykning',
|
|
@@ -750,6 +759,7 @@ var _default = exports.default = {
|
|
|
750
759
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Visa och lägg till kommentarer',
|
|
751
760
|
'fabric.editor.viewCommentOnMedia': 'Visa kommentarer',
|
|
752
761
|
'fabric.editor.viewMore': 'Visa mer',
|
|
762
|
+
'fabric.editor.viewMoreAriaLabel': 'Visa alla element',
|
|
753
763
|
'fabric.editor.visit': 'Öppna länk i nytt fönster',
|
|
754
764
|
'fabric.editor.warning': 'Varning',
|
|
755
765
|
'fabric.editor.warningPanel': 'Varningspanel',
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'สรุปเนื้อหาของการอัปเดต',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'สร้าง',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'ถาม Atlassian Intelligence',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': 'แก้ไข',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': 'แทรก',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'แทรกที่ด้านบน',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'แทรกด้านล่าง',
|
|
@@ -241,6 +242,8 @@ var _default = exports.default = {
|
|
|
241
242
|
'fabric.editor.blockquote.description': 'ใส่เครื่องหมายคำพูดหรือการอ้างอิง',
|
|
242
243
|
'fabric.editor.blockquote2': 'ใส่เครื่องหมายคำพูด',
|
|
243
244
|
'fabric.editor.bold': 'ตัวหนา',
|
|
245
|
+
'fabric.editor.breakoutFullWidthLabel': 'แบบเต็มความกว้าง',
|
|
246
|
+
'fabric.editor.breakoutWideWidthLabel': 'กว้าง',
|
|
244
247
|
'fabric.editor.bug': 'ข้อผิดพลาด',
|
|
245
248
|
'fabric.editor.canNotSortTable': '⚠️ คุณไม่สามารถจัดเรียงตารางด้วยช่องข้อมูลที่ถูกรวมได้',
|
|
246
249
|
'fabric.editor.cancelButton': 'ยกเลิก',
|
|
@@ -269,6 +272,7 @@ var _default = exports.default = {
|
|
|
269
272
|
'fabric.editor.codeblock.description': 'แสดงรหัสพร้อมการไฮไลท์โครงสร้างภาษา',
|
|
270
273
|
'fabric.editor.collapseNode': 'ย่อเนื้อหา',
|
|
271
274
|
'fabric.editor.collapseTable': 'ย่อตาราง',
|
|
275
|
+
'fabric.editor.colorPicker.menuLabel': 'เมนูตัวเลือกสี',
|
|
272
276
|
'fabric.editor.columnDragHandle': 'ตัวเลือกคอลัมน์',
|
|
273
277
|
'fabric.editor.columnMovedLeft': 'คอลัมน์ย้ายไปทางซ้ายที่ {index} จาก {total}',
|
|
274
278
|
'fabric.editor.columnMovedRight': 'คอลัมน์ย้ายไปทางขวาที่ {index} จาก {total}',
|
|
@@ -464,9 +468,11 @@ var _default = exports.default = {
|
|
|
464
468
|
'fabric.editor.image.fullWidthLabel': 'แบบเต็มความกว้าง',
|
|
465
469
|
'fabric.editor.imageBorderBold': 'หนา',
|
|
466
470
|
'fabric.editor.imageBorderColor': 'สี',
|
|
471
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'เมนูแบบเลื่อนลงของตัวเลือกสีของเส้นขอบรูปภาพ',
|
|
467
472
|
'fabric.editor.imageBorderMedium': 'ปานกลาง',
|
|
468
473
|
'fabric.editor.imageBorderOptions': 'ตัวเลือกขอบ',
|
|
469
474
|
'fabric.editor.imageBorderSize': 'ขนาด',
|
|
475
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'เมนูแบบเลื่อนลงของตัวเลือกขนาดของเส้นขอบรูปภาพ',
|
|
470
476
|
'fabric.editor.imageBorderSubtle': 'บาง',
|
|
471
477
|
'fabric.editor.improvement': 'การปรับปรุง',
|
|
472
478
|
'fabric.editor.increaseSize': 'เพิ่มขนาดตารางหรือสื่อ',
|
|
@@ -642,6 +648,8 @@ var _default = exports.default = {
|
|
|
642
648
|
'fabric.editor.splitCell': 'แยกช่องข้อมูล',
|
|
643
649
|
'fabric.editor.status': 'สถานะ',
|
|
644
650
|
'fabric.editor.status.description': 'เพิ่มป้ายสถานะแบบกำหนดเอง',
|
|
651
|
+
'fabric.editor.statusEditorLabel': 'ตัวแก้ไขสถานะ',
|
|
652
|
+
'fabric.editor.statusPickerOpenedAlert': 'เปิดป๊อบอัพตัวแก้ไขสถานะ แล้วกดที่ แท็บ เพื่อเข้าถึงป๊อบอัพ',
|
|
645
653
|
'fabric.editor.statusPlaceholder': 'ตั้งค่าสถานะ',
|
|
646
654
|
'fabric.editor.story': 'เรื่องราว',
|
|
647
655
|
'fabric.editor.strike': 'ขีดฆ่า',
|
|
@@ -737,6 +745,7 @@ var _default = exports.default = {
|
|
|
737
745
|
'fabric.editor.viewAndAddCommentsOnMedia': 'ดูและเพิ่มความคิดเห็น',
|
|
738
746
|
'fabric.editor.viewCommentOnMedia': 'ดูความคิดเห็น',
|
|
739
747
|
'fabric.editor.viewMore': 'ดูเพิ่มเติม',
|
|
748
|
+
'fabric.editor.viewMoreAriaLabel': 'ดูส่วนประกอบทั้งหมด',
|
|
740
749
|
'fabric.editor.visit': 'เปิดลิงก์ในหน้าต่างใหม่',
|
|
741
750
|
'fabric.editor.warning': 'คำเตือน',
|
|
742
751
|
'fabric.editor.warningPanel': 'แผงคำเตือน',
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Güncellemenin içeriğini özetler',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Oluştur',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': "Atlassian Intelligence'a sorun",
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': 'Düzenle',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': 'Ekle',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Başına ekle',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Aşağıya ekle',
|
|
@@ -256,6 +257,8 @@ var _default = exports.default = {
|
|
|
256
257
|
'fabric.editor.blockquote.description': 'Alıntı veya atıf ekleyin',
|
|
257
258
|
'fabric.editor.blockquote2': 'Alıntı',
|
|
258
259
|
'fabric.editor.bold': 'Kalın',
|
|
260
|
+
'fabric.editor.breakoutFullWidthLabel': 'Tam genişlik',
|
|
261
|
+
'fabric.editor.breakoutWideWidthLabel': 'Geniş',
|
|
259
262
|
'fabric.editor.bug': 'Hata',
|
|
260
263
|
'fabric.editor.canNotSortTable': '⚠️ Birleştirilmiş hücre içeren bir tabloyu sıralayamazsınız',
|
|
261
264
|
'fabric.editor.cancelButton': 'İptal',
|
|
@@ -284,6 +287,7 @@ var _default = exports.default = {
|
|
|
284
287
|
'fabric.editor.codeblock.description': 'Kodları söz dizimini vurgulayarak görüntüleyin',
|
|
285
288
|
'fabric.editor.collapseNode': 'içeriği daraltın',
|
|
286
289
|
'fabric.editor.collapseTable': 'Tabloyu daralt',
|
|
290
|
+
'fabric.editor.colorPicker.menuLabel': 'Renk seçici menüsü',
|
|
287
291
|
'fabric.editor.columnDragHandle': 'Sütun seçenekleri',
|
|
288
292
|
'fabric.editor.columnMovedLeft': 'Sütun {total} sütundan {index}. sütunun soluna taşındı',
|
|
289
293
|
'fabric.editor.columnMovedRight': 'Sütun {total} sütundan {index}. sütunun sağına taşındı',
|
|
@@ -335,6 +339,7 @@ var _default = exports.default = {
|
|
|
335
339
|
'fabric.editor.datasourceTitle': 'Arama sorgusunu düzenleyin',
|
|
336
340
|
'fabric.editor.date': 'Tarih',
|
|
337
341
|
'fabric.editor.date.description': 'Takvimi kullanarak tarih ekleyin',
|
|
342
|
+
'fabric.editor.datePickerOpenedAlert': 'Tarih düzenleyici açılır penceresi açıldı, açılır pencereye erişmek için Tab tuşuna basın',
|
|
338
343
|
'fabric.editor.decision': 'Karar',
|
|
339
344
|
'fabric.editor.decision.description': 'Takibi kolaylaştırmak için kararları vurgulayın',
|
|
340
345
|
'fabric.editor.decisionPlaceholder': 'Karar ekle…',
|
|
@@ -478,9 +483,11 @@ var _default = exports.default = {
|
|
|
478
483
|
'fabric.editor.image.fullWidthLabel': 'Tam genişlik',
|
|
479
484
|
'fabric.editor.imageBorderBold': 'Kalın',
|
|
480
485
|
'fabric.editor.imageBorderColor': 'Renk',
|
|
486
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Görsel kenarlığı seçenekleri Renk açılır menüsü',
|
|
481
487
|
'fabric.editor.imageBorderMedium': 'Orta',
|
|
482
488
|
'fabric.editor.imageBorderOptions': 'Kenarlık seçenekleri',
|
|
483
489
|
'fabric.editor.imageBorderSize': 'Boyut',
|
|
490
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Görsel kenarlığı seçenekleri Boyut açılır menüsü',
|
|
484
491
|
'fabric.editor.imageBorderSubtle': 'Göze çarpmayan',
|
|
485
492
|
'fabric.editor.improvement': 'İyileştirme',
|
|
486
493
|
'fabric.editor.increaseSize': 'Tablo veya medya boyutunu artır',
|
|
@@ -656,6 +663,8 @@ var _default = exports.default = {
|
|
|
656
663
|
'fabric.editor.splitCell': 'Hücreyi ayır',
|
|
657
664
|
'fabric.editor.status': 'Durum',
|
|
658
665
|
'fabric.editor.status.description': 'Özel durum etiketi ekleyin',
|
|
666
|
+
'fabric.editor.statusEditorLabel': 'Durum düzenleyici',
|
|
667
|
+
'fabric.editor.statusPickerOpenedAlert': 'Durum düzenleyici açılır penceresi açıldı, açılır pencereye erişmek için Tab tuşuna basın',
|
|
659
668
|
'fabric.editor.statusPlaceholder': 'Durum ayarlayın',
|
|
660
669
|
'fabric.editor.story': 'Hikaye',
|
|
661
670
|
'fabric.editor.strike': 'Üstü çizili',
|
|
@@ -751,6 +760,7 @@ var _default = exports.default = {
|
|
|
751
760
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Yorumları görüntüleyin ve ekleyin',
|
|
752
761
|
'fabric.editor.viewCommentOnMedia': 'Yorumları görüntüle',
|
|
753
762
|
'fabric.editor.viewMore': 'Daha fazla göster',
|
|
763
|
+
'fabric.editor.viewMoreAriaLabel': 'Tüm öğeleri görüntüleyin',
|
|
754
764
|
'fabric.editor.visit': 'Bağlantıyı yeni pencerede aç',
|
|
755
765
|
'fabric.editor.warning': 'Uyarı',
|
|
756
766
|
'fabric.editor.warningPanel': 'Uyarı panosu',
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Створення підсумку за вмістом оновлення',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Створити',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Запитати Atlassian Intelligence',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': 'Редагувати',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': 'Вставити',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Вставити вгорі',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Вставити знизу',
|
|
@@ -241,6 +242,8 @@ var _default = exports.default = {
|
|
|
241
242
|
'fabric.editor.blockquote.description': 'Вставити цитату чи посилання',
|
|
242
243
|
'fabric.editor.blockquote2': 'Додати цитату',
|
|
243
244
|
'fabric.editor.bold': 'Жирний',
|
|
245
|
+
'fabric.editor.breakoutFullWidthLabel': 'Повна ширина',
|
|
246
|
+
'fabric.editor.breakoutWideWidthLabel': 'Розширення',
|
|
244
247
|
'fabric.editor.bug': 'Несправність',
|
|
245
248
|
'fabric.editor.canNotSortTable': '⚠️ Не можна сортувати таблицю, у якій є об’єднані клітинки',
|
|
246
249
|
'fabric.editor.cancelButton': 'Скасувати',
|
|
@@ -269,6 +272,7 @@ var _default = exports.default = {
|
|
|
269
272
|
'fabric.editor.codeblock.description': 'Показати код із розміткою синтаксису',
|
|
270
273
|
'fabric.editor.collapseNode': 'Згорніть вміст',
|
|
271
274
|
'fabric.editor.collapseTable': 'Згорнути таблицю',
|
|
275
|
+
'fabric.editor.colorPicker.menuLabel': 'Меню засобу вибору кольору',
|
|
272
276
|
'fabric.editor.columnDragHandle': 'Параметри стовпців',
|
|
273
277
|
'fabric.editor.columnMovedLeft': 'Стовпець переміщено ліворуч на позицію {index} з {total}',
|
|
274
278
|
'fabric.editor.columnMovedRight': 'Стовпець переміщено праворуч на позицію {index} з {total}',
|
|
@@ -464,9 +468,11 @@ var _default = exports.default = {
|
|
|
464
468
|
'fabric.editor.image.fullWidthLabel': 'Повна ширина',
|
|
465
469
|
'fabric.editor.imageBorderBold': 'Жирна',
|
|
466
470
|
'fabric.editor.imageBorderColor': 'Колір',
|
|
471
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Варіанти рамок для зображення в розкривному списку «Колір»',
|
|
467
472
|
'fabric.editor.imageBorderMedium': 'Середня',
|
|
468
473
|
'fabric.editor.imageBorderOptions': 'Варіанти рамки',
|
|
469
474
|
'fabric.editor.imageBorderSize': 'Розмір',
|
|
475
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Варіанти рамок для зображення в розкривному списку «Розмір»',
|
|
470
476
|
'fabric.editor.imageBorderSubtle': 'Тонка',
|
|
471
477
|
'fabric.editor.improvement': 'Покращення',
|
|
472
478
|
'fabric.editor.increaseSize': 'Збільшення розміру таблиці або мультимедіа',
|
|
@@ -642,6 +648,8 @@ var _default = exports.default = {
|
|
|
642
648
|
'fabric.editor.splitCell': 'Розділити клітинки',
|
|
643
649
|
'fabric.editor.status': 'Стан',
|
|
644
650
|
'fabric.editor.status.description': 'Додати власний стан',
|
|
651
|
+
'fabric.editor.statusEditorLabel': 'Редактор стану',
|
|
652
|
+
'fabric.editor.statusPickerOpenedAlert': 'Відкрито спливне вікно редактора стану. Натисніть Tab, щоб викликати його',
|
|
645
653
|
'fabric.editor.statusPlaceholder': 'Додати статус',
|
|
646
654
|
'fabric.editor.story': 'Історія',
|
|
647
655
|
'fabric.editor.strike': 'Закреслення',
|
|
@@ -737,6 +745,7 @@ var _default = exports.default = {
|
|
|
737
745
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Переглянути й додати коментарі',
|
|
738
746
|
'fabric.editor.viewCommentOnMedia': 'Переглянути коментарі',
|
|
739
747
|
'fabric.editor.viewMore': 'Докладніше',
|
|
748
|
+
'fabric.editor.viewMoreAriaLabel': 'Переглянути всі елементи',
|
|
740
749
|
'fabric.editor.visit': 'Відкрити посилання в новому вікні',
|
|
741
750
|
'fabric.editor.warning': 'Попередження',
|
|
742
751
|
'fabric.editor.warningPanel': 'Панель із попередженнями',
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Tóm tắt nội dung của bản cập nhật',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Tạo',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Hỏi Atlassian Intelligence',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': 'Sửa',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': 'Chèn',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Chèn vào trên cùng',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Chèn bên dưới',
|
|
@@ -241,6 +242,8 @@ var _default = exports.default = {
|
|
|
241
242
|
'fabric.editor.blockquote.description': 'Chèn trích dẫn hoặc tham chiếu',
|
|
242
243
|
'fabric.editor.blockquote2': 'Trích dẫn',
|
|
243
244
|
'fabric.editor.bold': 'In đậm',
|
|
245
|
+
'fabric.editor.breakoutFullWidthLabel': 'Toàn chiều rộng',
|
|
246
|
+
'fabric.editor.breakoutWideWidthLabel': 'Rộng',
|
|
244
247
|
'fabric.editor.bug': 'Lỗi',
|
|
245
248
|
'fabric.editor.canNotSortTable': '⚠️ Bạn không thể sắp xếp bảng có các ô đã hợp nhất',
|
|
246
249
|
'fabric.editor.cancelButton': 'Hủy',
|
|
@@ -269,6 +272,7 @@ var _default = exports.default = {
|
|
|
269
272
|
'fabric.editor.codeblock.description': 'Hiển thị mã có bôi đậm cú pháp',
|
|
270
273
|
'fabric.editor.collapseNode': 'thu gọn nội dung',
|
|
271
274
|
'fabric.editor.collapseTable': 'Thu gọn bảng',
|
|
275
|
+
'fabric.editor.colorPicker.menuLabel': 'Menu trình chọn màu',
|
|
272
276
|
'fabric.editor.columnDragHandle': 'Tùy chọn cột',
|
|
273
277
|
'fabric.editor.columnMovedLeft': 'Đã di chuyển cột sang trái đến vị trí {index}/{total}',
|
|
274
278
|
'fabric.editor.columnMovedRight': 'Đã di chuyển cột sang phải đến vị trí {index}/{total}',
|
|
@@ -464,9 +468,11 @@ var _default = exports.default = {
|
|
|
464
468
|
'fabric.editor.image.fullWidthLabel': 'Toàn chiều rộng',
|
|
465
469
|
'fabric.editor.imageBorderBold': 'In đậm',
|
|
466
470
|
'fabric.editor.imageBorderColor': 'Màu sắc',
|
|
471
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Danh sách thả xuống màu trong tùy chọn viền hình ảnh',
|
|
467
472
|
'fabric.editor.imageBorderMedium': 'Trung bình',
|
|
468
473
|
'fabric.editor.imageBorderOptions': 'Tùy chọn viền',
|
|
469
474
|
'fabric.editor.imageBorderSize': 'Kích cỡ',
|
|
475
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Danh sách thả xuống kích thước trong tùy chọn viền hình ảnh',
|
|
470
476
|
'fabric.editor.imageBorderSubtle': 'Nhạt',
|
|
471
477
|
'fabric.editor.improvement': 'Cải tiến',
|
|
472
478
|
'fabric.editor.increaseSize': 'Tăng kích thước bảng hoặc nội dung nghe nhìn',
|
|
@@ -642,6 +648,8 @@ var _default = exports.default = {
|
|
|
642
648
|
'fabric.editor.splitCell': 'Tách ô',
|
|
643
649
|
'fabric.editor.status': 'Trạng thái',
|
|
644
650
|
'fabric.editor.status.description': 'Thêm một nhãn trạng thái tùy chỉnh',
|
|
651
|
+
'fabric.editor.statusEditorLabel': 'Trình soạn thảo trạng thái',
|
|
652
|
+
'fabric.editor.statusPickerOpenedAlert': 'Cửa sổ bật lên của trình chỉnh sửa trạng thái đã mở, hãy nhấn Tab để truy cập cửa sổ bật lên',
|
|
645
653
|
'fabric.editor.statusPlaceholder': 'Đặt trạng thái',
|
|
646
654
|
'fabric.editor.story': 'Câu chuyện',
|
|
647
655
|
'fabric.editor.strike': 'Gạch ngang',
|
|
@@ -737,6 +745,7 @@ var _default = exports.default = {
|
|
|
737
745
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Xem và thêm nhận xét',
|
|
738
746
|
'fabric.editor.viewCommentOnMedia': 'Xem nhận xét',
|
|
739
747
|
'fabric.editor.viewMore': 'Xem thêm',
|
|
748
|
+
'fabric.editor.viewMoreAriaLabel': 'Xem tất cả thành phần',
|
|
740
749
|
'fabric.editor.visit': 'Mở liên kết trong cửa sổ mới',
|
|
741
750
|
'fabric.editor.warning': 'Cảnh báo',
|
|
742
751
|
'fabric.editor.warningPanel': 'Ô cảnh báo',
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': '汇总更新内容',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': '生成',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': '询问 Atlassian Intelligence',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': '编辑',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': '插入',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': '在顶部插入',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': '在下方插入',
|
|
@@ -256,6 +257,8 @@ var _default = exports.default = {
|
|
|
256
257
|
'fabric.editor.blockquote.description': '插入引用',
|
|
257
258
|
'fabric.editor.blockquote2': '引用',
|
|
258
259
|
'fabric.editor.bold': '粗体',
|
|
260
|
+
'fabric.editor.breakoutFullWidthLabel': '全宽',
|
|
261
|
+
'fabric.editor.breakoutWideWidthLabel': '宽',
|
|
259
262
|
'fabric.editor.bug': '缺陷',
|
|
260
263
|
'fabric.editor.canNotSortTable': '⚠️ 无法对包含合并单元格的表格进行排序',
|
|
261
264
|
'fabric.editor.cancelButton': '取消',
|
|
@@ -284,6 +287,7 @@ var _default = exports.default = {
|
|
|
284
287
|
'fabric.editor.codeblock.description': '显示带语法高亮的代码',
|
|
285
288
|
'fabric.editor.collapseNode': '收起内容',
|
|
286
289
|
'fabric.editor.collapseTable': '收起表格',
|
|
290
|
+
'fabric.editor.colorPicker.menuLabel': '颜色选择器菜单',
|
|
287
291
|
'fabric.editor.columnDragHandle': '列选项',
|
|
288
292
|
'fabric.editor.columnMovedLeft': '列已向左移至第 {index} 列(共 {total} 列)',
|
|
289
293
|
'fabric.editor.columnMovedRight': '列已向右移至第 {index} 列(共 {total} 列)',
|
|
@@ -479,9 +483,11 @@ var _default = exports.default = {
|
|
|
479
483
|
'fabric.editor.image.fullWidthLabel': '全宽',
|
|
480
484
|
'fabric.editor.imageBorderBold': '加粗',
|
|
481
485
|
'fabric.editor.imageBorderColor': '颜色',
|
|
486
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': '图像边框选项颜色下拉列表',
|
|
482
487
|
'fabric.editor.imageBorderMedium': '中等',
|
|
483
488
|
'fabric.editor.imageBorderOptions': '边框选项',
|
|
484
489
|
'fabric.editor.imageBorderSize': '大小',
|
|
490
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': '图像边框选项大小下拉列表',
|
|
485
491
|
'fabric.editor.imageBorderSubtle': '细微',
|
|
486
492
|
'fabric.editor.improvement': '改进',
|
|
487
493
|
'fabric.editor.increaseSize': '增大表格或媒体大小',
|
|
@@ -657,6 +663,8 @@ var _default = exports.default = {
|
|
|
657
663
|
'fabric.editor.splitCell': '拆分单元格',
|
|
658
664
|
'fabric.editor.status': '状态',
|
|
659
665
|
'fabric.editor.status.description': '添加自定义状态标签',
|
|
666
|
+
'fabric.editor.statusEditorLabel': '状态编辑器',
|
|
667
|
+
'fabric.editor.statusPickerOpenedAlert': '状态编辑器弹出窗口已打开,按 Tab 键可访问弹出窗口',
|
|
660
668
|
'fabric.editor.statusPlaceholder': '设置状态',
|
|
661
669
|
'fabric.editor.story': '故事',
|
|
662
670
|
'fabric.editor.strike': '删除线',
|
|
@@ -752,6 +760,7 @@ var _default = exports.default = {
|
|
|
752
760
|
'fabric.editor.viewAndAddCommentsOnMedia': '查看和添加评论',
|
|
753
761
|
'fabric.editor.viewCommentOnMedia': '查看评论',
|
|
754
762
|
'fabric.editor.viewMore': '查看更多',
|
|
763
|
+
'fabric.editor.viewMoreAriaLabel': '查看所有元素',
|
|
755
764
|
'fabric.editor.visit': '在新窗口中打开链接',
|
|
756
765
|
'fabric.editor.warning': '警告',
|
|
757
766
|
'fabric.editor.warningPanel': '警告面板',
|
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': '總結更新內容',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': '產生',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': '詢問 Atlassian Intelligence',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': '編輯',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': '插入',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': '在頂端插入',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': '在下方插入',
|
|
@@ -256,6 +257,8 @@ var _default = exports.default = {
|
|
|
256
257
|
'fabric.editor.blockquote.description': '插入引述或引文',
|
|
257
258
|
'fabric.editor.blockquote2': '引述',
|
|
258
259
|
'fabric.editor.bold': '粗體',
|
|
260
|
+
'fabric.editor.breakoutFullWidthLabel': '全寬',
|
|
261
|
+
'fabric.editor.breakoutWideWidthLabel': '寬',
|
|
259
262
|
'fabric.editor.bug': '錯誤',
|
|
260
263
|
'fabric.editor.canNotSortTable': '⚠️ 您無法排序包含合併儲存格的表格',
|
|
261
264
|
'fabric.editor.cancelButton': '取消',
|
|
@@ -284,6 +287,7 @@ var _default = exports.default = {
|
|
|
284
287
|
'fabric.editor.codeblock.description': '顯示程式碼並醒目提示語法',
|
|
285
288
|
'fabric.editor.collapseNode': '摺疊內容',
|
|
286
289
|
'fabric.editor.collapseTable': '摺疊表格',
|
|
290
|
+
'fabric.editor.colorPicker.menuLabel': '顏色選擇器選單',
|
|
287
291
|
'fabric.editor.columnDragHandle': '欄選項',
|
|
288
292
|
'fabric.editor.columnMovedLeft': '直欄已左移至第 {index} 欄,總共有 {total} 欄',
|
|
289
293
|
'fabric.editor.columnMovedRight': '直欄已右移至第 {index} 欄,總共有 {total} 欄',
|
|
@@ -479,9 +483,11 @@ var _default = exports.default = {
|
|
|
479
483
|
'fabric.editor.image.fullWidthLabel': '全寬',
|
|
480
484
|
'fabric.editor.imageBorderBold': '粗體',
|
|
481
485
|
'fabric.editor.imageBorderColor': '顏色',
|
|
486
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': '圖片邊框選項顏色下拉式選單',
|
|
482
487
|
'fabric.editor.imageBorderMedium': '中等',
|
|
483
488
|
'fabric.editor.imageBorderOptions': '邊框選項',
|
|
484
489
|
'fabric.editor.imageBorderSize': '大小',
|
|
490
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': '影像邊框選項大小下拉式選單',
|
|
485
491
|
'fabric.editor.imageBorderSubtle': '不明顯的',
|
|
486
492
|
'fabric.editor.improvement': '改善',
|
|
487
493
|
'fabric.editor.increaseSize': '增加表格或媒體大小',
|
|
@@ -657,6 +663,8 @@ var _default = exports.default = {
|
|
|
657
663
|
'fabric.editor.splitCell': '分割儲存格',
|
|
658
664
|
'fabric.editor.status': '狀態',
|
|
659
665
|
'fabric.editor.status.description': '新增自訂狀態標籤',
|
|
666
|
+
'fabric.editor.statusEditorLabel': '狀態編輯器',
|
|
667
|
+
'fabric.editor.statusPickerOpenedAlert': '狀態編輯器快顯視窗已開啟,按 Tab 即可前往快顯視窗',
|
|
660
668
|
'fabric.editor.statusPlaceholder': '設定狀態',
|
|
661
669
|
'fabric.editor.story': '故事',
|
|
662
670
|
'fabric.editor.strike': '刪除線',
|
|
@@ -752,6 +760,7 @@ var _default = exports.default = {
|
|
|
752
760
|
'fabric.editor.viewAndAddCommentsOnMedia': '檢視和新增留言',
|
|
753
761
|
'fabric.editor.viewCommentOnMedia': '檢視留言',
|
|
754
762
|
'fabric.editor.viewMore': '檢視更多',
|
|
763
|
+
'fabric.editor.viewMoreAriaLabel': '檢視所有元素',
|
|
755
764
|
'fabric.editor.visit': '在新視窗中開啟連結',
|
|
756
765
|
'fabric.editor.warning': '警告',
|
|
757
766
|
'fabric.editor.warningPanel': '警告面板',
|
|
@@ -17,7 +17,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
|
|
|
17
17
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
18
18
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
19
19
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
20
|
-
var packageVersion = "
|
|
20
|
+
var packageVersion = "104.0.0";
|
|
21
21
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
22
22
|
// Remove URL as it has UGC
|
|
23
23
|
// Ignored via go/ees007
|
|
@@ -12,7 +12,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
12
12
|
var _react2 = require("@emotion/react");
|
|
13
13
|
var _model = require("@atlaskit/editor-prosemirror/model");
|
|
14
14
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
15
|
-
var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
|
|
16
15
|
var _analytics = require("../analytics");
|
|
17
16
|
var _ErrorBoundary = require("../ui/ErrorBoundary");
|
|
18
17
|
var _utils = require("../utils");
|
|
@@ -33,19 +32,6 @@ var canRenderFallback = function canRenderFallback(node) {
|
|
|
33
32
|
// list of inline nodes with toDOM fallback implementations that can be virtualized. As
|
|
34
33
|
// additional nodes are converted they should be added here
|
|
35
34
|
var virtualizedNodeAllowlist = ['status', 'mention', 'emoji', 'date', 'inlineCard'];
|
|
36
|
-
function checkExperimentExposure() {
|
|
37
|
-
if ((0, _experiments.editorExperiment)('platform_editor_inline_node_virtualization', 'off', {
|
|
38
|
-
exposure: true
|
|
39
|
-
})) {
|
|
40
|
-
return false;
|
|
41
|
-
}
|
|
42
|
-
if ((0, _experiments.editorExperiment)('platform_editor_inline_node_virtualization', 'fallback-small', {
|
|
43
|
-
exposure: true
|
|
44
|
-
})) {
|
|
45
|
-
return true;
|
|
46
|
-
}
|
|
47
|
-
return false;
|
|
48
|
-
}
|
|
49
35
|
function createNodeView(_ref) {
|
|
50
36
|
var nodeViewParams = _ref.nodeViewParams,
|
|
51
37
|
pmPluginFactoryParams = _ref.pmPluginFactoryParams,
|
|
@@ -440,13 +426,7 @@ function getInlineNodeViewProducer(_ref4) {
|
|
|
440
426
|
if (inlineNodeViewsVirtualizationCounter <= 100) {
|
|
441
427
|
return createNodeView(parameters);
|
|
442
428
|
}
|
|
443
|
-
|
|
444
|
-
// Due to the experiment, we need to check experiment exposure
|
|
445
|
-
// when a document has more than 100 (virtulizables) nodes.
|
|
446
|
-
checkExperimentExposure()) {
|
|
447
|
-
return createNodeViewVirtualized(parameters);
|
|
448
|
-
}
|
|
449
|
-
return createNodeView(parameters);
|
|
429
|
+
return createNodeViewVirtualized(parameters);
|
|
450
430
|
}
|
|
451
431
|
return nodeViewProducer;
|
|
452
432
|
}
|
|
@@ -156,7 +156,7 @@ var mainDynamicStyles = function mainDynamicStyles(panelType) {
|
|
|
156
156
|
|
|
157
157
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Safe to autofix with a tiny tweak to `mainDynamicStyles` being an object, but holding off…
|
|
158
158
|
var panelSharedStylesWithoutPrefix = exports.panelSharedStylesWithoutPrefix = function panelSharedStylesWithoutPrefix() {
|
|
159
|
-
return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\tborder-radius: ", ";\n\tmargin: ", " 0 0;\n\tpadding-top: ", ";\n\tpadding-right: ", ";\n\tpadding-bottom: ", ";\n\tpadding-left: ", ";\n\tmin-width: ", "px;\n\tdisplay: flex;\n\tposition: relative;\n\talign-items: normal;\n\tword-break: break-word;\n\n\t", "\n\n\t.", " {\n\t\tflex-shrink: 0;\n\t\theight: ", ";\n\t\twidth: ", ";\n\t\tbox-sizing: content-box;\n\t\tpadding-right: ", ";\n\t\ttext-align: center;\n\t\tuser-select: none;\n\t\t-moz-user-select: none;\n\t\t-webkit-user-select: none;\n\t\t-ms-user-select: none;\n\t\tmargin-top: 0.1em;\n\n\t\t> span {\n\t\t\tvertical-align: middle;\n\t\t\tdisplay: inline-flex;\n\t\t}\n\n\t\t.", " {\n\t\t\tvertical-align: ", "px;\n\t\t}\n\n\t\t.", " {\n\t\t\tvertical-align: ", "px;\n\n\t\t\t// Vertical align only works for inline-block elements in Firefox\n\t\t\t@-moz-document url-prefix() {\n\t\t\t\timg {\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.ak-editor-panel__content {\n\t\tmargin: ", " 0 ", ";\n\t\tflex: 1 0 0;\n\t\t/*\n https://ishadeed.com/article/min-max-css/#setting-min-width-to-zero-with-flexbox\n The default value for min-width is auto, which is computed to zero. When an element is a flex item, the value of min-width doesn\u2019t compute to zero. The minimum size of a flex item is equal to the size of its contents.\n */\n\t\tmin-width: 0;\n\t}\n\n\t&[data-panel-type='", "'] {\n\t\t", "\n\t}\n\n\t&[data-panel-type='", "'] {\n\t\t", "\n\t\t", "\n\t}\n\n\t&[data-panel-type='", "'] {\n\t\t", "\n\t\t", "\n\t}\n\n\t&[data-panel-type='", "'] {\n\t\t", "\n\t\t", "\n\t}\n\n\t&[data-panel-type='", "'] {\n\t\t", "\n\t\t", "\n\t}\n\n\t&[data-panel-type='", "'] {\n\t\t", "\n\t\t", "\n\t}\n\n\t", "\n"])), "var(--ds-border-radius, 3px)", _editorSharedStyles.blockNodesVerticalMargin, "var(--ds-space-100, 8px)", "var(--ds-space-200, 16px)", "var(--ds-space-100, 8px)", "var(--ds-space-100, 8px)", _editorSharedStyles.akEditorTableCellMinWidth, mainDynamicStyles(_adfSchema.PanelType.INFO), PanelSharedCssClassName.icon, "var(--ds-space-300, 24px)", "var(--ds-space-300, 24px)", "var(--ds-space-100, 8px)", _emoji.emojiSprite, panelEmojiSpriteVerticalAlignment, _emoji.emojiImage, panelEmojiImageVerticalAlignment, "var(--ds-space-025, 2px)", "var(--ds-space-025, 2px)", _adfSchema.PanelType.INFO, getIconStyles(_adfSchema.PanelType.INFO), _adfSchema.PanelType.NOTE, mainDynamicStyles(_adfSchema.PanelType.NOTE), getIconStyles(_adfSchema.PanelType.NOTE), _adfSchema.PanelType.TIP, mainDynamicStyles(_adfSchema.PanelType.TIP), getIconStyles(_adfSchema.PanelType.TIP), _adfSchema.PanelType.WARNING, mainDynamicStyles(_adfSchema.PanelType.WARNING), getIconStyles(_adfSchema.PanelType.WARNING), _adfSchema.PanelType.ERROR, mainDynamicStyles(_adfSchema.PanelType.ERROR), getIconStyles(_adfSchema.PanelType.ERROR), _adfSchema.PanelType.SUCCESS, mainDynamicStyles(_adfSchema.PanelType.SUCCESS), getIconStyles(_adfSchema.PanelType.SUCCESS), (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') ? "&.".concat(PanelSharedCssClassName.noIcon, " {\n\t\t\tpadding-right: ", "var(--ds-space-150, 12px)", ";\n\t\t\tpadding-left: ", "var(--ds-space-150, 12px)", ";\n\t\t}") : '');
|
|
159
|
+
return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\tborder-radius: ", ";\n\tmargin: ", " 0 0;\n\tpadding-top: ", ";\n\tpadding-right: ", ";\n\tpadding-bottom: ", ";\n\tpadding-left: ", ";\n\tmin-width: ", "px;\n\tdisplay: flex;\n\tposition: relative;\n\talign-items: normal;\n\tword-break: break-word;\n\n\t", "\n\n\t.", " {\n\t\tflex-shrink: 0;\n\t\theight: ", ";\n\t\twidth: ", ";\n\t\tbox-sizing: content-box;\n\t\tpadding-right: ", ";\n\t\ttext-align: center;\n\t\tuser-select: none;\n\t\t-moz-user-select: none;\n\t\t-webkit-user-select: none;\n\t\t-ms-user-select: none;\n\t\tmargin-top: 0.1em;\n\n\t\t> span {\n\t\t\tvertical-align: middle;\n\t\t\tdisplay: inline-flex;\n\t\t}\n\n\t\t.", " {\n\t\t\tvertical-align: ", "px;\n\t\t}\n\n\t\t.", " {\n\t\t\tvertical-align: ", "px;\n\n\t\t\t// Vertical align only works for inline-block elements in Firefox\n\t\t\t@-moz-document url-prefix() {\n\t\t\t\timg {\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.ak-editor-panel__content {\n\t\tmargin: ", " 0 ", ";\n\t\tflex: 1 0 0;\n\t\t/*\n https://ishadeed.com/article/min-max-css/#setting-min-width-to-zero-with-flexbox\n The default value for min-width is auto, which is computed to zero. When an element is a flex item, the value of min-width doesn\u2019t compute to zero. The minimum size of a flex item is equal to the size of its contents.\n */\n\t\tmin-width: 0;\n\t}\n\n\t/* support nested panel */\n\t", "\n\n\t&[data-panel-type='", "'] {\n\t\t", "\n\t}\n\n\t&[data-panel-type='", "'] {\n\t\t", "\n\t\t", "\n\t}\n\n\t&[data-panel-type='", "'] {\n\t\t", "\n\t\t", "\n\t}\n\n\t&[data-panel-type='", "'] {\n\t\t", "\n\t\t", "\n\t}\n\n\t&[data-panel-type='", "'] {\n\t\t", "\n\t\t", "\n\t}\n\n\t&[data-panel-type='", "'] {\n\t\t", "\n\t\t", "\n\t}\n\n\t", "\n"])), "var(--ds-border-radius, 3px)", _editorSharedStyles.blockNodesVerticalMargin, "var(--ds-space-100, 8px)", "var(--ds-space-200, 16px)", "var(--ds-space-100, 8px)", "var(--ds-space-100, 8px)", _editorSharedStyles.akEditorTableCellMinWidth, mainDynamicStyles(_adfSchema.PanelType.INFO), PanelSharedCssClassName.icon, "var(--ds-space-300, 24px)", "var(--ds-space-300, 24px)", "var(--ds-space-100, 8px)", _emoji.emojiSprite, panelEmojiSpriteVerticalAlignment, _emoji.emojiImage, panelEmojiImageVerticalAlignment, "var(--ds-space-025, 2px)", "var(--ds-space-025, 2px)", (0, _platformFeatureFlags.fg)('platform_editor_add_border_for_nested_panel') ? ".".concat(PanelSharedCssClassName.content, " .").concat(prefix, " {\n\t\t\tborder: 1px solid ", "var(--ds-border, #091E42)", ";\n\t\t}") : '', _adfSchema.PanelType.INFO, getIconStyles(_adfSchema.PanelType.INFO), _adfSchema.PanelType.NOTE, mainDynamicStyles(_adfSchema.PanelType.NOTE), getIconStyles(_adfSchema.PanelType.NOTE), _adfSchema.PanelType.TIP, mainDynamicStyles(_adfSchema.PanelType.TIP), getIconStyles(_adfSchema.PanelType.TIP), _adfSchema.PanelType.WARNING, mainDynamicStyles(_adfSchema.PanelType.WARNING), getIconStyles(_adfSchema.PanelType.WARNING), _adfSchema.PanelType.ERROR, mainDynamicStyles(_adfSchema.PanelType.ERROR), getIconStyles(_adfSchema.PanelType.ERROR), _adfSchema.PanelType.SUCCESS, mainDynamicStyles(_adfSchema.PanelType.SUCCESS), getIconStyles(_adfSchema.PanelType.SUCCESS), (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') ? "&.".concat(PanelSharedCssClassName.noIcon, " {\n\t\t\tpadding-right: ", "var(--ds-space-150, 12px)", ";\n\t\t\tpadding-left: ", "var(--ds-space-150, 12px)", ";\n\t\t}") : '');
|
|
160
160
|
};
|
|
161
161
|
var panelSharedStyles = exports.panelSharedStyles = function panelSharedStyles() {
|
|
162
162
|
return (0, _react.css)((0, _defineProperty2.default)({}, ".".concat(PanelSharedCssClassName.prefix), panelSharedStylesWithoutPrefix()));
|
|
@@ -23,7 +23,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
23
23
|
* @jsx jsx
|
|
24
24
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
25
25
|
var packageName = "@atlaskit/editor-common";
|
|
26
|
-
var packageVersion = "
|
|
26
|
+
var packageVersion = "104.0.0";
|
|
27
27
|
var halfFocusRing = 1;
|
|
28
28
|
var dropOffset = '0, 8';
|
|
29
29
|
// Ignored via go/ees005
|
|
@@ -271,6 +271,8 @@ export let ACTION_SUBJECT = /*#__PURE__*/function (ACTION_SUBJECT) {
|
|
|
271
271
|
ACTION_SUBJECT["LAYOUT"] = "layout";
|
|
272
272
|
ACTION_SUBJECT["LIST"] = "list";
|
|
273
273
|
ACTION_SUBJECT["MEDIA"] = "media";
|
|
274
|
+
ACTION_SUBJECT["MEDIA_GROUP"] = "mediaGroup";
|
|
275
|
+
ACTION_SUBJECT["MEDIA_INLINE"] = "mediaInline";
|
|
274
276
|
ACTION_SUBJECT["MEDIA_SINGLE"] = "mediaSingle";
|
|
275
277
|
ACTION_SUBJECT["MENTION"] = "mention";
|
|
276
278
|
ACTION_SUBJECT["MENTION_TYPEAHEAD"] = "mentionTypeahead";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// eslint-disable-next-line import/no-namespace
|
|
3
3
|
import * as clipboard from 'clipboard-polyfill';
|
|
4
4
|
import { TextSelection } from '@atlaskit/editor-prosemirror/state';
|
|
5
|
-
import { ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE } from '../analytics';
|
|
5
|
+
import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE } from '../analytics';
|
|
6
6
|
import { getAllSelectionAnalyticsPayload, getCellSelectionAnalyticsPayload, getNodeSelectionAnalyticsPayload, getRangeSelectionAnalyticsPayload } from '../selection';
|
|
7
7
|
const isClipboardApiSupported = () => !!navigator.clipboard && typeof navigator.clipboard.writeText === 'function';
|
|
8
8
|
const isIEClipboardApiSupported = () =>
|
|
@@ -151,4 +151,30 @@ export const getAnalyticsPayload = (state, action) => {
|
|
|
151
151
|
}
|
|
152
152
|
};
|
|
153
153
|
}
|
|
154
|
+
};
|
|
155
|
+
export const getNodeCopiedAnalyticsPayload = (node, inputMethod) => {
|
|
156
|
+
const nodeType = node.type.name;
|
|
157
|
+
let extensionType;
|
|
158
|
+
let extensionKey;
|
|
159
|
+
if (isExtensionNode(nodeType)) {
|
|
160
|
+
extensionType = node.attrs.extensionType;
|
|
161
|
+
extensionKey = node.attrs.extensionKey;
|
|
162
|
+
}
|
|
163
|
+
const payload = {
|
|
164
|
+
eventType: EVENT_TYPE.TRACK,
|
|
165
|
+
action: ACTION.COPIED,
|
|
166
|
+
actionSubject: ACTION_SUBJECT.DOCUMENT,
|
|
167
|
+
attributes: {
|
|
168
|
+
content: [nodeType],
|
|
169
|
+
inputMethod,
|
|
170
|
+
nodeType,
|
|
171
|
+
...(extensionType ? {
|
|
172
|
+
extensionType
|
|
173
|
+
} : {}),
|
|
174
|
+
...(extensionKey ? {
|
|
175
|
+
extensionKey
|
|
176
|
+
} : {})
|
|
177
|
+
}
|
|
178
|
+
};
|
|
179
|
+
return payload;
|
|
154
180
|
};
|
|
@@ -18,6 +18,7 @@ import { overlay } from '../styles';
|
|
|
18
18
|
import { isEmptyBodiedMacro } from './extension-utils';
|
|
19
19
|
import { content, contentWrapper, header, overflowWrapperStyles, widerLayoutClassName, wrapperStyleInheritedCursor } from './styles';
|
|
20
20
|
function ExtensionWithPluginState(props) {
|
|
21
|
+
var _node$attrs, _node$attrs$parameter, _node$attrs$parameter2, _node$attrs$parameter3;
|
|
21
22
|
const {
|
|
22
23
|
node,
|
|
23
24
|
handleContentDOMRef,
|
|
@@ -51,6 +52,12 @@ function ExtensionWithPluginState(props) {
|
|
|
51
52
|
const hasBody = ['bodiedExtension', 'multiBodiedExtension'].includes(node.type.name);
|
|
52
53
|
const hasChildren = !!children;
|
|
53
54
|
const removeBorder = showMacroInteractionDesignUpdates || !!(hideFrame && !hasBody);
|
|
55
|
+
|
|
56
|
+
// Some native bodied macros (e.g Content properties) have this param to hide in view mode
|
|
57
|
+
// which we want to also hide in live page view mode too
|
|
58
|
+
const macroParamHiddenValue = node === null || node === void 0 ? void 0 : (_node$attrs = node.attrs) === null || _node$attrs === void 0 ? void 0 : (_node$attrs$parameter = _node$attrs.parameters) === null || _node$attrs$parameter === void 0 ? void 0 : (_node$attrs$parameter2 = _node$attrs$parameter.macroParams) === null || _node$attrs$parameter2 === void 0 ? void 0 : (_node$attrs$parameter3 = _node$attrs$parameter2.hidden) === null || _node$attrs$parameter3 === void 0 ? void 0 : _node$attrs$parameter3.value;
|
|
59
|
+
const shouldHideInLivePageViewMode = isLivePageViewMode && macroParamHiddenValue === 'true'; // it is stored as a string
|
|
60
|
+
|
|
54
61
|
const {
|
|
55
62
|
getPos,
|
|
56
63
|
view
|
|
@@ -184,7 +191,7 @@ function ExtensionWithPluginState(props) {
|
|
|
184
191
|
,
|
|
185
192
|
className: newContentClassNames,
|
|
186
193
|
"data-testid": "extension-new-content"
|
|
187
|
-
}, jsx("div", {
|
|
194
|
+
}, !shouldHideInLivePageViewMode && jsx("div", {
|
|
188
195
|
"data-testid": "extension-content"
|
|
189
196
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
190
197
|
,
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -33,6 +33,7 @@ export default {
|
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Shrne obsah aktualizace.',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generovat',
|
|
35
35
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Zeptejte se Atlassian Intelligence.',
|
|
36
|
+
'fabric.editor.ai.config.item.action.edit': 'Upravit',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insert': 'Vložit',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Vložit nahoru',
|
|
38
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Vložit pod',
|
|
@@ -250,6 +251,8 @@ export default {
|
|
|
250
251
|
'fabric.editor.blockquote.description': 'Vložit citaci',
|
|
251
252
|
'fabric.editor.blockquote2': 'Citace',
|
|
252
253
|
'fabric.editor.bold': 'Tučné',
|
|
254
|
+
'fabric.editor.breakoutFullWidthLabel': 'Celá šířka',
|
|
255
|
+
'fabric.editor.breakoutWideWidthLabel': 'Široká',
|
|
253
256
|
'fabric.editor.bug': 'Chyba',
|
|
254
257
|
'fabric.editor.canNotSortTable': '⚠️ Tabulku se sloučenými buňkami nelze seřadit',
|
|
255
258
|
'fabric.editor.cancelButton': 'Zrušit',
|
|
@@ -278,6 +281,7 @@ export default {
|
|
|
278
281
|
'fabric.editor.codeblock.description': 'Zobrazit kód se zvýrazněním syntaxe',
|
|
279
282
|
'fabric.editor.collapseNode': 'Sbalit obsah',
|
|
280
283
|
'fabric.editor.collapseTable': 'Sbalit tabulku',
|
|
284
|
+
'fabric.editor.colorPicker.menuLabel': 'Nabídka výběru barvy',
|
|
281
285
|
'fabric.editor.columnDragHandle': 'Možnosti sloupce',
|
|
282
286
|
'fabric.editor.columnMovedLeft': 'Sloupec byl přesunut doleva na pozici {index} z {total}',
|
|
283
287
|
'fabric.editor.columnMovedRight': 'Sloupec byl přesunut doprava na pozici {index} z {total}',
|
|
@@ -329,6 +333,7 @@ export default {
|
|
|
329
333
|
'fabric.editor.datasourceTitle': 'Upravit vyhledávací dotaz',
|
|
330
334
|
'fabric.editor.date': 'Datum',
|
|
331
335
|
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
336
|
+
'fabric.editor.datePickerOpenedAlert': 'Bylo otevřeno vyskakovací okno editoru kalendářního data, stisknutím klávesy Tab k němu přejdete.',
|
|
332
337
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
333
338
|
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
334
339
|
'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
|
|
@@ -472,9 +477,11 @@ export default {
|
|
|
472
477
|
'fabric.editor.image.fullWidthLabel': 'Celá šířka',
|
|
473
478
|
'fabric.editor.imageBorderBold': 'Tučné',
|
|
474
479
|
'fabric.editor.imageBorderColor': 'Barva',
|
|
480
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Rozevírací seznam s možnostmi barvy ohraničení obrázku',
|
|
475
481
|
'fabric.editor.imageBorderMedium': 'Střední',
|
|
476
482
|
'fabric.editor.imageBorderOptions': 'Možnosti ohraničení',
|
|
477
483
|
'fabric.editor.imageBorderSize': 'Velikost',
|
|
484
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Rozevírací seznam s možnostmi velikosti ohraničení obrázku',
|
|
478
485
|
'fabric.editor.imageBorderSubtle': 'Útlé',
|
|
479
486
|
'fabric.editor.improvement': 'Vylepšení',
|
|
480
487
|
'fabric.editor.increaseSize': 'Zvýšit velikost tabulky nebo multimédia',
|
|
@@ -650,6 +657,8 @@ export default {
|
|
|
650
657
|
'fabric.editor.splitCell': 'Rozdělit buňku',
|
|
651
658
|
'fabric.editor.status': 'Stav',
|
|
652
659
|
'fabric.editor.status.description': 'Přidat vlastní štítek stavu',
|
|
660
|
+
'fabric.editor.statusEditorLabel': 'Editor stavu',
|
|
661
|
+
'fabric.editor.statusPickerOpenedAlert': 'Bylo otevřeno vyskakovací okno editoru stavu, stisknutím klávesy Tab k němu přejdete.',
|
|
653
662
|
'fabric.editor.statusPlaceholder': 'Nastavit stav',
|
|
654
663
|
'fabric.editor.story': 'Story',
|
|
655
664
|
'fabric.editor.strike': 'Přeškrtnutí',
|
|
@@ -745,6 +754,7 @@ export default {
|
|
|
745
754
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Zobrazit a přidat komentáře',
|
|
746
755
|
'fabric.editor.viewCommentOnMedia': 'Zobrazit komentáře',
|
|
747
756
|
'fabric.editor.viewMore': 'Zobrazit více',
|
|
757
|
+
'fabric.editor.viewMoreAriaLabel': 'Zobrazit všechny prvky',
|
|
748
758
|
'fabric.editor.visit': 'Otevřít odkaz v novém okně',
|
|
749
759
|
'fabric.editor.warning': 'Varování',
|
|
750
760
|
'fabric.editor.warningPanel': 'Panel upozornění',
|