@atlaskit/editor-common 74.11.1 → 74.12.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 +10 -0
- package/dist/cjs/i18n/cs.js +12 -0
- package/dist/cjs/i18n/da.js +12 -0
- package/dist/cjs/i18n/de.js +12 -0
- package/dist/cjs/i18n/en.js +12 -0
- package/dist/cjs/i18n/en_GB.js +12 -0
- package/dist/cjs/i18n/en_ZZ.js +12 -0
- package/dist/cjs/i18n/es.js +12 -0
- package/dist/cjs/i18n/fi.js +12 -0
- package/dist/cjs/i18n/fr.js +12 -0
- package/dist/cjs/i18n/hu.js +12 -0
- package/dist/cjs/i18n/it.js +12 -0
- package/dist/cjs/i18n/ja.js +12 -0
- package/dist/cjs/i18n/ko.js +12 -0
- package/dist/cjs/i18n/nb.js +12 -0
- package/dist/cjs/i18n/nl.js +12 -0
- package/dist/cjs/i18n/pl.js +12 -0
- package/dist/cjs/i18n/pt_BR.js +12 -0
- package/dist/cjs/i18n/ru.js +12 -0
- package/dist/cjs/i18n/sv.js +12 -0
- package/dist/cjs/i18n/th.js +12 -0
- package/dist/cjs/i18n/tr.js +12 -0
- package/dist/cjs/i18n/uk.js +12 -0
- package/dist/cjs/i18n/vi.js +12 -0
- package/dist/cjs/i18n/zh.js +12 -0
- package/dist/cjs/i18n/zh_TW.js +12 -0
- package/dist/cjs/messages/link-toolbar.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +12 -0
- package/dist/es2019/i18n/da.js +12 -0
- package/dist/es2019/i18n/de.js +12 -0
- package/dist/es2019/i18n/en.js +12 -0
- package/dist/es2019/i18n/en_GB.js +12 -0
- package/dist/es2019/i18n/en_ZZ.js +12 -0
- package/dist/es2019/i18n/es.js +12 -0
- package/dist/es2019/i18n/fi.js +12 -0
- package/dist/es2019/i18n/fr.js +12 -0
- package/dist/es2019/i18n/hu.js +12 -0
- package/dist/es2019/i18n/it.js +12 -0
- package/dist/es2019/i18n/ja.js +12 -0
- package/dist/es2019/i18n/ko.js +12 -0
- package/dist/es2019/i18n/nb.js +12 -0
- package/dist/es2019/i18n/nl.js +12 -0
- package/dist/es2019/i18n/pl.js +12 -0
- package/dist/es2019/i18n/pt_BR.js +12 -0
- package/dist/es2019/i18n/ru.js +12 -0
- package/dist/es2019/i18n/sv.js +12 -0
- package/dist/es2019/i18n/th.js +12 -0
- package/dist/es2019/i18n/tr.js +12 -0
- package/dist/es2019/i18n/uk.js +12 -0
- package/dist/es2019/i18n/vi.js +12 -0
- package/dist/es2019/i18n/zh.js +12 -0
- package/dist/es2019/i18n/zh_TW.js +12 -0
- package/dist/es2019/messages/link-toolbar.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +12 -0
- package/dist/esm/i18n/da.js +12 -0
- package/dist/esm/i18n/de.js +12 -0
- package/dist/esm/i18n/en.js +12 -0
- package/dist/esm/i18n/en_GB.js +12 -0
- package/dist/esm/i18n/en_ZZ.js +12 -0
- package/dist/esm/i18n/es.js +12 -0
- package/dist/esm/i18n/fi.js +12 -0
- package/dist/esm/i18n/fr.js +12 -0
- package/dist/esm/i18n/hu.js +12 -0
- package/dist/esm/i18n/it.js +12 -0
- package/dist/esm/i18n/ja.js +12 -0
- package/dist/esm/i18n/ko.js +12 -0
- package/dist/esm/i18n/nb.js +12 -0
- package/dist/esm/i18n/nl.js +12 -0
- package/dist/esm/i18n/pl.js +12 -0
- package/dist/esm/i18n/pt_BR.js +12 -0
- package/dist/esm/i18n/ru.js +12 -0
- package/dist/esm/i18n/sv.js +12 -0
- package/dist/esm/i18n/th.js +12 -0
- package/dist/esm/i18n/tr.js +12 -0
- package/dist/esm/i18n/uk.js +12 -0
- package/dist/esm/i18n/vi.js +12 -0
- package/dist/esm/i18n/zh.js +12 -0
- package/dist/esm/i18n/zh_TW.js +12 -0
- package/dist/esm/messages/link-toolbar.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +12 -0
- package/dist/types/i18n/da.d.ts +12 -0
- package/dist/types/i18n/de.d.ts +12 -0
- package/dist/types/i18n/en.d.ts +12 -0
- package/dist/types/i18n/en_GB.d.ts +12 -0
- package/dist/types/i18n/en_ZZ.d.ts +12 -0
- package/dist/types/i18n/es.d.ts +12 -0
- package/dist/types/i18n/fi.d.ts +12 -0
- package/dist/types/i18n/fr.d.ts +12 -0
- package/dist/types/i18n/hu.d.ts +12 -0
- package/dist/types/i18n/it.d.ts +12 -0
- package/dist/types/i18n/ja.d.ts +12 -0
- package/dist/types/i18n/ko.d.ts +12 -0
- package/dist/types/i18n/nb.d.ts +12 -0
- package/dist/types/i18n/nl.d.ts +12 -0
- package/dist/types/i18n/pl.d.ts +12 -0
- package/dist/types/i18n/pt_BR.d.ts +12 -0
- package/dist/types/i18n/ru.d.ts +12 -0
- package/dist/types/i18n/sv.d.ts +12 -0
- package/dist/types/i18n/th.d.ts +12 -0
- package/dist/types/i18n/tr.d.ts +12 -0
- package/dist/types/i18n/uk.d.ts +12 -0
- package/dist/types/i18n/vi.d.ts +12 -0
- package/dist/types/i18n/zh.d.ts +12 -0
- package/dist/types/i18n/zh_TW.d.ts +12 -0
- package/dist/types/messages/link-toolbar.d.ts +5 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +12 -0
- package/dist/types-ts4.5/i18n/da.d.ts +12 -0
- package/dist/types-ts4.5/i18n/de.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -0
- package/dist/types-ts4.5/i18n/es.d.ts +12 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +12 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +12 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +12 -0
- package/dist/types-ts4.5/i18n/it.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +12 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +12 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +12 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +12 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +12 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +12 -0
- package/dist/types-ts4.5/i18n/th.d.ts +12 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +12 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +12 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +12 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +12 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +12 -0
- package/dist/types-ts4.5/messages/link-toolbar.d.ts +5 -0
- package/package.json +3 -3
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Lägg till ett datum med en kalender',
|
|
31
31
|
'fabric.editor.decision': 'Beslut',
|
|
32
32
|
'fabric.editor.decision.description': 'Fånga beslut så att de är enklare att spåra',
|
|
33
|
+
'fabric.editor.editLink': 'Redigera länk',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Bjud in att redigera',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Använd emojis för att uttrycka idéer 🎉 och känslor 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Ange en länk.',
|
|
36
38
|
'fabric.editor.expand': 'Expandera',
|
|
37
39
|
'fabric.editor.expand.description': 'Infoga expandering',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Klicka här för att expandera ...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Bläddra bland alla tangentbordsgenvägar och Markdown-alternativ',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Avgränsare',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Separera innehåll med en horisontell linje',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Klistra in eller sök efter en länk',
|
|
47
50
|
'fabric.editor.image': 'Bild',
|
|
48
51
|
'fabric.editor.insertMenu': 'Infoga',
|
|
52
|
+
'fabric.editor.invalidLink': 'Ange en giltig länk.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Tillbaka till centrera',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Använd full bredd',
|
|
51
55
|
'fabric.editor.layoutWide': 'Använd bred',
|
|
52
56
|
'fabric.editor.link': 'Länk',
|
|
53
57
|
'fabric.editor.link.description': 'Infoga länk',
|
|
58
|
+
'fabric.editor.linkAddress': 'Länkadress',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Klistra in länk',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Lägg till länk',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Bild, video eller fil',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Lägg till bilder och andra filer till din sida',
|
|
56
63
|
'fabric.editor.mention': 'Omnämnande',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Ta bort',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Ta bort emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Spara',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Gå till länkinställningar',
|
|
64
72
|
'fabric.editor.status': 'Status',
|
|
65
73
|
'fabric.editor.status.description': 'Lägg till en anpassad statusetikett',
|
|
66
74
|
'fabric.editor.table': 'Tabell',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'en blockeringsslutpunkt',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'en staplad expanderingsslutpunkt',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'ett åtgärdsobjekt',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Det gick inte att öppna länken',
|
|
86
|
+
'fabric.editor.unlink': 'Ta bort länk',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Denna redigerare har inte stöd för visning av detta innehåll',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Innehållet är inte tillgängligt i denna redigerare, detta bevaras när du redigerar och sparar',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Innehåll utan stöd',
|
|
80
90
|
'fabric.editor.viewMore': 'Visa mer',
|
|
81
91
|
'fabric.editor.visit': 'Öppna länk i nytt fönster',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Radbyte vänster',
|
|
93
|
+
'fabric.editor.wrapRight': 'Radbyte höger',
|
|
82
94
|
'fabric.theme.blue': 'Blå',
|
|
83
95
|
'fabric.theme.bold-blue': 'Klarblå',
|
|
84
96
|
'fabric.theme.bold-gray': 'Fet grå',
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'เพิ่มวันที่โดยใช้ปฏิทิน',
|
|
31
31
|
'fabric.editor.decision': 'การตัดสินใจ',
|
|
32
32
|
'fabric.editor.decision.description': 'สร้างกรอบการตัดสินใจเพื่อให้คุณติดตามได้ง่าย',
|
|
33
|
+
'fabric.editor.editLink': 'แก้ไขลิงก์',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'เชิญให้แก้ไข',
|
|
34
35
|
'fabric.editor.emoji': 'เอโมจิ',
|
|
35
36
|
'fabric.editor.emoji.description': 'ใช้เอโมจิเพื่อแสดงไอเดีย 🎉 และอารมณ์ต่าง ๆ 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'โปรดป้อนลิงก์',
|
|
36
38
|
'fabric.editor.expand': 'ส่วนขยาย',
|
|
37
39
|
'fabric.editor.expand.description': 'ใส่ส่วนขยาย',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'คลิกที่นี่เพื่อขยาย...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'เรียกใช้ปุ่มลัดบนคีย์บอร์ดและตัวเลือก markdown ทั้งหมด',
|
|
45
47
|
'fabric.editor.horizontalRule': 'ตัวแบ่งคั่น',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'แบ่งคั่นเนื้อหาด้วยเส้นแนวนอน',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'วางหรือค้นหาลิงก์',
|
|
47
50
|
'fabric.editor.image': 'รูปภาพ',
|
|
48
51
|
'fabric.editor.insertMenu': 'ใส่',
|
|
52
|
+
'fabric.editor.invalidLink': 'โปรดป้อนลิงก์ที่ถูกต้อง',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'กลับไปตรงกลาง',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'แสดงแบบเต็มความกว้าง',
|
|
51
55
|
'fabric.editor.layoutWide': 'แสดงแบบกว้างขึ้น',
|
|
52
56
|
'fabric.editor.link': 'ลิงก์',
|
|
53
57
|
'fabric.editor.link.description': 'แทรกลิงก์',
|
|
58
|
+
'fabric.editor.linkAddress': 'ที่อยู่ลิงก์',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'วางลิงก์',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'เพิ่มลิงก์',
|
|
54
61
|
'fabric.editor.mediaFiles': 'รูปภาพ วิดีโอ หรือไฟล์',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'เพิ่มรูปภาพและไฟล์อื่น ๆ ไปยังหน้าข้อมูล',
|
|
56
63
|
'fabric.editor.mention': 'กล่าวถึง',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'ลบออก',
|
|
62
69
|
'fabric.editor.removeEmoji': 'ลบเอโมจิออก',
|
|
63
70
|
'fabric.editor.saveButton': 'บันทึก',
|
|
71
|
+
'fabric.editor.settingsLinks': 'ไปที่การตั้งค่าลิงก์',
|
|
64
72
|
'fabric.editor.status': 'สถานะ',
|
|
65
73
|
'fabric.editor.status.description': 'เพิ่มป้ายสถานะแบบกำหนดเอง',
|
|
66
74
|
'fabric.editor.table': 'ตาราง',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'โหนดบล็อก',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'การขยายที่ซ้อนกัน',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'รายการดำเนินการ',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'ไม่สามารถเปิดลิงก์นี้ได้',
|
|
86
|
+
'fabric.editor.unlink': 'ปลดการเชื่อมโยง',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'โปรแกรมแก้ไขนี้ไม่รองรับการแสดงเนื้อหานี้',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'เนื้อหาไม่สามารถแสดงได้ในโปรแกรมแก้ไขนี้ ซึ่งจะมีการสำรองเนื้อหาไว้เมื่อคุณทำการแก้ไขและบันทึก',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'เนื้อหาไม่ได้รับการรองรับ',
|
|
80
90
|
'fabric.editor.viewMore': 'ดูเพิ่มเติม',
|
|
81
91
|
'fabric.editor.visit': 'เปิดลิงก์ในหน้าต่างใหม่',
|
|
92
|
+
'fabric.editor.wrapLeft': 'จัดข้อความล้อมรูปภาพด้านซ้าย',
|
|
93
|
+
'fabric.editor.wrapRight': 'จัดข้อความล้อมรูปภาพด้านขวา',
|
|
82
94
|
'fabric.theme.blue': 'น้ำเงิน',
|
|
83
95
|
'fabric.theme.bold-blue': 'น้ำเงินเข้ม',
|
|
84
96
|
'fabric.theme.bold-gray': 'สีเทาเข้ม',
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Takvimi kullanarak tarih ekleyin',
|
|
31
31
|
'fabric.editor.decision': 'Karar',
|
|
32
32
|
'fabric.editor.decision.description': 'Takibi kolaylaştırmak için kararları vurgulayın',
|
|
33
|
+
'fabric.editor.editLink': 'Bağlantıyı düzenleyin',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Düzenlemek için davet edin',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Düşüncelerinizi 🎉 ve duygularınızı 😄 ifade etmek için emojiler kullanın',
|
|
37
|
+
'fabric.editor.emptyLink': 'Lütfen bir bağlantı girin.',
|
|
36
38
|
'fabric.editor.expand': 'Genişlet',
|
|
37
39
|
'fabric.editor.expand.description': 'Genişletme öğesi ekle',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Genişletmek için buraya tıklayın...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Tüm klavye kısayollarına ve markdown seçeneklerine göz atın',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Ayırıcı',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'İçeriği yatay çizgiyle ayırın',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Bağlantıyı yapıştırın veya arayın',
|
|
47
50
|
'fabric.editor.image': 'Görsel',
|
|
48
51
|
'fabric.editor.insertMenu': 'Ekle',
|
|
52
|
+
'fabric.editor.invalidLink': 'Lütfen geçerli bir bağlantı girin.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Ortaya getir',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Tam genişliğe geç',
|
|
51
55
|
'fabric.editor.layoutWide': 'Genişlet',
|
|
52
56
|
'fabric.editor.link': 'Bağlantı',
|
|
53
57
|
'fabric.editor.link.description': 'Bağlantı ekleyin',
|
|
58
|
+
'fabric.editor.linkAddress': 'Adres bağlantısını ekle',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Bağlantıyı yapıştır',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Bağlantı ekle',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Görsel, video ya da dosya',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Sayfanıza görseller ve başka dosyalar ekleyin',
|
|
56
63
|
'fabric.editor.mention': 'Bahsetme',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Kaldır',
|
|
62
69
|
'fabric.editor.removeEmoji': "Emoji'yi kaldırın",
|
|
63
70
|
'fabric.editor.saveButton': 'Kaydet',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Bağlantı Tercihlerine gidin',
|
|
64
72
|
'fabric.editor.status': 'Durum',
|
|
65
73
|
'fabric.editor.status.description': 'Özel durum etiketi ekleyin',
|
|
66
74
|
'fabric.editor.table': 'Tablo',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'blok düğümü',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'iç içe geçmiş genişletme',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'eylem öğesi',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Bu bağlantı açılamıyor',
|
|
86
|
+
'fabric.editor.unlink': 'Bağlantıyı kaldır',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Bu düzenleyici bu içeriğin görüntülenmesini desteklemiyor',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'İçerik bu düzenleyicide kullanılamıyor, düzenleyip kaydettiğinizde korunacak',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Desteklenmeyen içerik',
|
|
80
90
|
'fabric.editor.viewMore': 'Daha fazla göster',
|
|
81
91
|
'fabric.editor.visit': 'Bağlantıyı yeni pencerede aç',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Sola kaydır',
|
|
93
|
+
'fabric.editor.wrapRight': 'Sağa kaydır',
|
|
82
94
|
'fabric.theme.blue': 'Mavi',
|
|
83
95
|
'fabric.theme.bold-blue': 'Koyu mavi',
|
|
84
96
|
'fabric.theme.bold-gray': 'Koyu gri',
|
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Вставити дату через календар',
|
|
31
31
|
'fabric.editor.decision': 'Рішення',
|
|
32
32
|
'fabric.editor.decision.description': 'Зафіксувати рішення, щоб його було легко знайти',
|
|
33
|
+
'fabric.editor.editLink': 'Редагування посилання',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Запросити для редагування',
|
|
34
35
|
'fabric.editor.emoji': 'Емодзі',
|
|
35
36
|
'fabric.editor.emoji.description': 'Виразити ідеї 🎉 чи емоції 😄 через емодзі',
|
|
37
|
+
'fabric.editor.emptyLink': 'Введіть посилання.',
|
|
36
38
|
'fabric.editor.expand': 'Розгортка',
|
|
37
39
|
'fabric.editor.expand.description': 'Вставити розгортку',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Натисніть, щоб розгорнути…',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Переглянути всі сполучення клавіш і параметри розмітки',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Роздільник',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Відокремити інформацію горизонтальною лінією',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Вставте або знайдіть посилання',
|
|
47
50
|
'fabric.editor.image': 'зображення',
|
|
48
51
|
'fabric.editor.insertMenu': 'Вставити',
|
|
52
|
+
'fabric.editor.invalidLink': 'Введіть дійсне посилання.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Стандартне відображення',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Відобразити повну ширину',
|
|
51
55
|
'fabric.editor.layoutWide': 'Розширити',
|
|
52
56
|
'fabric.editor.link': 'Посилання',
|
|
53
57
|
'fabric.editor.link.description': 'Вставити посилання',
|
|
58
|
+
'fabric.editor.linkAddress': 'Адреса посилання',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Вставити посилання',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Додати посилання',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Зображення, відео або файл',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Додати на сторінку файли та зображення',
|
|
56
63
|
'fabric.editor.mention': 'Згадка',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Видалити',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Видалення емодзі',
|
|
63
70
|
'fabric.editor.saveButton': 'Зберегти',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Перейти до параметрів посилань',
|
|
64
72
|
'fabric.editor.status': 'Стан',
|
|
65
73
|
'fabric.editor.status.description': 'Додати власний стан',
|
|
66
74
|
'fabric.editor.table': 'Таблиця',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'вузол блокування',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'вкладена розгортка',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'задача',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Не вдалося відкрити посилання',
|
|
86
|
+
'fabric.editor.unlink': 'Відв’язати',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Цей редактор не підтримує відображення такого вмісту',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'У цьому редакторі вміст недоступний; під час внесення і збереження змін він залишиться незмінним',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Вміст не підтримується',
|
|
80
90
|
'fabric.editor.viewMore': 'Докладніше',
|
|
81
91
|
'fabric.editor.visit': 'Відкрити посилання в новому вікні',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Зображення ліворуч',
|
|
93
|
+
'fabric.editor.wrapRight': 'Зображення праворуч',
|
|
82
94
|
'fabric.theme.blue': 'Синій',
|
|
83
95
|
'fabric.theme.bold-blue': 'Яскраво-синій',
|
|
84
96
|
'fabric.theme.bold-gray': 'Насичений сірий',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Thêm ngày bằng cách sử dụng lịch',
|
|
31
31
|
'fabric.editor.decision': 'Quyết định',
|
|
32
32
|
'fabric.editor.decision.description': 'Thu thập các quyết định để dễ dàng theo dõi',
|
|
33
|
+
'fabric.editor.editLink': 'Chỉnh sửa liên kết',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Mời chỉnh sửa',
|
|
34
35
|
'fabric.editor.emoji': 'Biểu tượng cảm xúc',
|
|
35
36
|
'fabric.editor.emoji.description': 'Sử dụng biểu tượng cảm xúc để thể hiện ý kiến 🎉 và cảm xúc 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Vui lòng nhập một liên kết.',
|
|
36
38
|
'fabric.editor.expand': 'Mở rộng',
|
|
37
39
|
'fabric.editor.expand.description': 'Chèn đoạn mở rộng',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Nhấp vào đây để mở rộng...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Duyệt qua tất cả các phím tắt trên bàn phím và các tùy chọn đánh dấu',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Trình phân chia',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Chia tách nội dung bằng một đường ngang',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Dán hoặc tìm kiếm liên kết',
|
|
47
50
|
'fabric.editor.image': 'hình ảnh',
|
|
48
51
|
'fabric.editor.insertMenu': 'Chèn',
|
|
52
|
+
'fabric.editor.invalidLink': 'Vui lòng nhập một liên kết hợp lệ.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Hiển thị toàn chiều rộng',
|
|
51
55
|
'fabric.editor.layoutWide': 'Hiển thị rộng hơn',
|
|
52
56
|
'fabric.editor.link': 'Liên kết',
|
|
53
57
|
'fabric.editor.link.description': 'Chèn liên kết',
|
|
58
|
+
'fabric.editor.linkAddress': 'Địa chỉ liên kết',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Dán liên kết',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Thêm liên kết',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Ảnh, video hoặc tệp',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Thêm hình ảnh và các tập tin khác vào trang của bạn',
|
|
56
63
|
'fabric.editor.mention': 'Đề cập',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Xóa',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Xóa biểu tượng cảm xúc',
|
|
63
70
|
'fabric.editor.saveButton': 'Lưu',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Vào phần Tùy chọn liên kết',
|
|
64
72
|
'fabric.editor.status': 'Trạng thái',
|
|
65
73
|
'fabric.editor.status.description': 'Thêm một nhãn trạng thái tùy chỉnh',
|
|
66
74
|
'fabric.editor.table': 'Bảng',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'một nút khối',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'nút mở rộng lồng nhau',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'một mục thao tác',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
|
|
86
|
+
'fabric.editor.unlink': 'Hủy liên kết',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Trình biên tập này không hỗ trợ hiển thị nội dung này',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Nội dung không có trong trình biên tập này, nội dung sẽ được bảo lưu khi bạn sửa và lưu',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Nội dung không được hỗ trợ',
|
|
80
90
|
'fabric.editor.viewMore': 'Xem thêm',
|
|
81
91
|
'fabric.editor.visit': 'Mở liên kết trong cửa sổ mới',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Cuộn sang trái',
|
|
93
|
+
'fabric.editor.wrapRight': 'Cuộn sang phải',
|
|
82
94
|
'fabric.theme.blue': 'Xanh lam',
|
|
83
95
|
'fabric.theme.bold-blue': 'Xanh lam đậm',
|
|
84
96
|
'fabric.theme.bold-gray': 'Xám đậm',
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': '使用日历添加日期',
|
|
31
31
|
'fabric.editor.decision': '决定',
|
|
32
32
|
'fabric.editor.decision.description': '捕获决策,以便轻松跟踪',
|
|
33
|
+
'fabric.editor.editLink': '编辑链接',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': '邀请编辑',
|
|
34
35
|
'fabric.editor.emoji': '表情符号',
|
|
35
36
|
'fabric.editor.emoji.description': '使用表情符号传达理念 🎉 和情绪 😄',
|
|
37
|
+
'fabric.editor.emptyLink': '请输入链接。',
|
|
36
38
|
'fabric.editor.expand': '扩展',
|
|
37
39
|
'fabric.editor.expand.description': '插入扩展',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': '点击此处展开...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': '浏览所有键盘快捷键和文本标记选项',
|
|
45
47
|
'fabric.editor.horizontalRule': '分隔条',
|
|
46
48
|
'fabric.editor.horizontalRule.description': '使用水平线分隔内容',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': '粘贴或搜索链接',
|
|
47
50
|
'fabric.editor.image': '图片',
|
|
48
51
|
'fabric.editor.insertMenu': '插入',
|
|
52
|
+
'fabric.editor.invalidLink': '请输入有效链接。',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': '返回至中心',
|
|
50
54
|
'fabric.editor.layoutFullWidth': '显示全宽',
|
|
51
55
|
'fabric.editor.layoutWide': '显示宽屏',
|
|
52
56
|
'fabric.editor.link': '链接',
|
|
53
57
|
'fabric.editor.link.description': '插入链接',
|
|
58
|
+
'fabric.editor.linkAddress': '链接地址',
|
|
59
|
+
'fabric.editor.linkPlaceholder': '粘贴链接',
|
|
60
|
+
'fabric.editor.mediaAddLink': '添加链接',
|
|
54
61
|
'fabric.editor.mediaFiles': '图像、视频或文件',
|
|
55
62
|
'fabric.editor.mediaFiles.description': '向页面添加图像和其他文件',
|
|
56
63
|
'fabric.editor.mention': '提到',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': '删除',
|
|
62
69
|
'fabric.editor.removeEmoji': '删除表情',
|
|
63
70
|
'fabric.editor.saveButton': '保存',
|
|
71
|
+
'fabric.editor.settingsLinks': '转到“链接首选项”',
|
|
64
72
|
'fabric.editor.status': '状态',
|
|
65
73
|
'fabric.editor.status.description': '添加自定义状态标签',
|
|
66
74
|
'fabric.editor.table': '表格',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': '块节点',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': '嵌套扩展',
|
|
76
84
|
'fabric.editor.tooltip.taskList': '操作项',
|
|
85
|
+
'fabric.editor.unableToOpenLink': '无法打开此链接',
|
|
86
|
+
'fabric.editor.unlink': '取消链接',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': '此编辑器不支持显示此内容',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': '此编辑器中的内容不可用,在编辑和保存时将保留此内容',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': '内容不受支持',
|
|
80
90
|
'fabric.editor.viewMore': '查看更多',
|
|
81
91
|
'fabric.editor.visit': '在新窗口中打开链接',
|
|
92
|
+
'fabric.editor.wrapLeft': '隐藏左边',
|
|
93
|
+
'fabric.editor.wrapRight': '隐藏右边',
|
|
82
94
|
'fabric.theme.blue': '蓝色',
|
|
83
95
|
'fabric.theme.bold-blue': '深蓝色',
|
|
84
96
|
'fabric.theme.bold-gray': '深灰',
|
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': '使用日曆新增日期',
|
|
31
31
|
'fabric.editor.decision': '決定',
|
|
32
32
|
'fabric.editor.decision.description': '擷取決定以便追蹤',
|
|
33
|
+
'fabric.editor.editLink': '編輯連結',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': '邀請編輯',
|
|
34
35
|
'fabric.editor.emoji': '表情符號',
|
|
35
36
|
'fabric.editor.emoji.description': '使用表情符號來傳達想法 🎉 和情緒 😄',
|
|
37
|
+
'fabric.editor.emptyLink': '請輸入連結。',
|
|
36
38
|
'fabric.editor.expand': '擴充',
|
|
37
39
|
'fabric.editor.expand.description': '插入擴充',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': '按一下此處以展開...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': '瀏覽所有鍵盤快速鍵和 Markdown 選項',
|
|
45
47
|
'fabric.editor.horizontalRule': '分隔線',
|
|
46
48
|
'fabric.editor.horizontalRule.description': '使用水平線來區隔內容',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': '貼上或搜尋連結',
|
|
47
50
|
'fabric.editor.image': '影像',
|
|
48
51
|
'fabric.editor.insertMenu': '插入',
|
|
52
|
+
'fabric.editor.invalidLink': '請輸入有效的連結。',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': '返回中央',
|
|
50
54
|
'fabric.editor.layoutFullWidth': '採用完整寬度',
|
|
51
55
|
'fabric.editor.layoutWide': '採用寬版',
|
|
52
56
|
'fabric.editor.link': '連結',
|
|
53
57
|
'fabric.editor.link.description': '插入連結',
|
|
58
|
+
'fabric.editor.linkAddress': '連結位址',
|
|
59
|
+
'fabric.editor.linkPlaceholder': '貼上連結',
|
|
60
|
+
'fabric.editor.mediaAddLink': '新增連結',
|
|
54
61
|
'fabric.editor.mediaFiles': '圖片、影片或檔案',
|
|
55
62
|
'fabric.editor.mediaFiles.description': '將影像和其他檔案新增至頁面',
|
|
56
63
|
'fabric.editor.mention': '提及',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': '移除',
|
|
62
69
|
'fabric.editor.removeEmoji': '移除表情符號',
|
|
63
70
|
'fabric.editor.saveButton': '儲存',
|
|
71
|
+
'fabric.editor.settingsLinks': '前往連結偏好設定',
|
|
64
72
|
'fabric.editor.status': '狀態',
|
|
65
73
|
'fabric.editor.status.description': '新增自訂狀態標籤',
|
|
66
74
|
'fabric.editor.table': '表格',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': '區塊節點',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': '巢狀擴充',
|
|
76
84
|
'fabric.editor.tooltip.taskList': '動作項目',
|
|
85
|
+
'fabric.editor.unableToOpenLink': '無法開啟此連結',
|
|
86
|
+
'fabric.editor.unlink': '取消連結',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': '此編輯器不支援顯示此內容',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': '內容不適用於此編輯器,這會在您編輯和儲存時進行保留',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': '不支援的內容',
|
|
80
90
|
'fabric.editor.viewMore': '檢視更多',
|
|
81
91
|
'fabric.editor.visit': '在新視窗中開啟連結',
|
|
92
|
+
'fabric.editor.wrapLeft': '靠左圍繞',
|
|
93
|
+
'fabric.editor.wrapRight': '靠右圍繞',
|
|
82
94
|
'fabric.theme.blue': '藍色',
|
|
83
95
|
'fabric.theme.bold-blue': '個性藍',
|
|
84
96
|
'fabric.theme.bold-gray': '個性灰',
|
|
@@ -49,5 +49,10 @@ export const linkToolbarMessages = defineMessages({
|
|
|
49
49
|
id: 'fabric.editor.settingsLinks',
|
|
50
50
|
defaultMessage: 'Go to Link Preferences',
|
|
51
51
|
description: 'Go to Link Preferences'
|
|
52
|
+
},
|
|
53
|
+
editDatasource: {
|
|
54
|
+
id: 'fabric.editor.edit.datasource',
|
|
55
|
+
defaultMessage: 'Edit search query',
|
|
56
|
+
description: 'Datasource toolbar edit button'
|
|
52
57
|
}
|
|
53
58
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
2
2
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
3
|
-
const packageVersion = "74.
|
|
3
|
+
const packageVersion = "74.12.0";
|
|
4
4
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
5
5
|
// Remove URL as it has UGC
|
|
6
6
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -8,7 +8,7 @@ import { themed } from '@atlaskit/theme/components';
|
|
|
8
8
|
import { borderRadius } from '@atlaskit/theme/constants';
|
|
9
9
|
import Layer from '../Layer';
|
|
10
10
|
const packageName = "@atlaskit/editor-common";
|
|
11
|
-
const packageVersion = "74.
|
|
11
|
+
const packageVersion = "74.12.0";
|
|
12
12
|
const halfFocusRing = 1;
|
|
13
13
|
const dropOffset = '0, 8';
|
|
14
14
|
class DropList extends Component {
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
31
31
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
32
32
|
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
33
|
+
'fabric.editor.editLink': 'Upravit odkaz',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Pozvat k úpravám',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Zadejte odkaz.',
|
|
36
38
|
'fabric.editor.expand': 'Rozbalení',
|
|
37
39
|
'fabric.editor.expand.description': 'Vložit rozbalení',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Klikněte sem pro rozbalení...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Dílčí příčka',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložit nebo vyhledat odkaz',
|
|
47
50
|
'fabric.editor.image': 'Obrázek',
|
|
48
51
|
'fabric.editor.insertMenu': 'Vložit',
|
|
52
|
+
'fabric.editor.invalidLink': 'Zadejte platný odkaz.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Zpět na zobrazení standardní šířky',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Přepnout do zobrazení na celou šířku',
|
|
51
55
|
'fabric.editor.layoutWide': 'Přepnout do zobrazení na šířku',
|
|
52
56
|
'fabric.editor.link': 'Odkaz',
|
|
53
57
|
'fabric.editor.link.description': 'Vložit odkaz',
|
|
58
|
+
'fabric.editor.linkAddress': 'Adresa odkazu',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Vložit odkaz',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Přidat odkaz',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Obrázek, video nebo soubor',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Přidejte na svou stránku obrázky a další soubory',
|
|
56
63
|
'fabric.editor.mention': 'Zmínka',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Odebrat',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Odstranit emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Uložit',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Přejít do předvoleb odkazů',
|
|
64
72
|
'fabric.editor.status': 'Stav',
|
|
65
73
|
'fabric.editor.status.description': 'Přidat vlastní štítek stavu',
|
|
66
74
|
'fabric.editor.table': 'Tabulka',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'uzel bloku',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'vnořený rozbalovací uzel',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'položka akce',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
|
|
86
|
+
'fabric.editor.unlink': 'Zrušit propojení',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Tento editor zobrazování tohoto obsahu nepodporuje.',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Obsah není v tomto editoru k dispozici. Vaše úpravy se při uložení zachovají.',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Nepodporovaný obsah',
|
|
80
90
|
'fabric.editor.viewMore': 'Zobrazit více',
|
|
81
91
|
'fabric.editor.visit': 'Otevřít odkaz v novém okně',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Sbalit vpravo',
|
|
93
|
+
'fabric.editor.wrapRight': 'Sbalit vlevo',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Sytě modrá',
|
|
84
96
|
'fabric.theme.bold-gray': 'Tučně šedá',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Tilføj en dato med en kalender',
|
|
31
31
|
'fabric.editor.decision': 'Beslutning',
|
|
32
32
|
'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
|
|
33
|
+
'fabric.editor.editLink': 'Redigér link',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitér til at redigere',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Brug humørikoner for at udtrykke idéer 🎉 og følelser 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Indtast et link.',
|
|
36
38
|
'fabric.editor.expand': 'Udvid',
|
|
37
39
|
'fabric.editor.expand.description': 'Indsæt en udvidelse',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Klik her for at udvide...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Indsæt eller søg efter link',
|
|
47
50
|
'fabric.editor.image': 'Billeder',
|
|
48
51
|
'fabric.editor.insertMenu': 'Indsæt',
|
|
52
|
+
'fabric.editor.invalidLink': 'Indtast et gyldigt link.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Tilbage til centrering',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Vis i fuld bredde',
|
|
51
55
|
'fabric.editor.layoutWide': 'Vis bred',
|
|
52
56
|
'fabric.editor.link': 'Link',
|
|
53
57
|
'fabric.editor.link.description': 'Indsæt et link',
|
|
58
|
+
'fabric.editor.linkAddress': 'Linkadresse',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Indsæt link',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Tilføj link',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Billede, video eller fil',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Tilføj billeder eller andre filer til din side',
|
|
56
63
|
'fabric.editor.mention': 'Benævnelse',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Fjern',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Gem',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Gå til Indstillinger for links',
|
|
64
72
|
'fabric.editor.status': 'Status',
|
|
65
73
|
'fabric.editor.status.description': 'Tilføj en brugerdefineret statusetiket',
|
|
66
74
|
'fabric.editor.table': 'Tabel',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'en bloknode',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
|
|
86
|
+
'fabric.editor.unlink': 'Fjern link',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Denne editor understøtter ikke visning af dette indhold',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Indholdet er ikke tilgængeligt i denne editor. Det bevares, når du redigerer og gemmer',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Ikke-understøttet indhold',
|
|
80
90
|
'fabric.editor.viewMore': 'Vis mere',
|
|
81
91
|
'fabric.editor.visit': 'Åbn link i et nyt vindue',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Skub til venstre',
|
|
93
|
+
'fabric.editor.wrapRight': 'Skub til højre',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Mørkeblå',
|
|
84
96
|
'fabric.theme.bold-gray': 'Stærk grå',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
|
|
31
31
|
'fabric.editor.decision': 'Entscheidung',
|
|
32
32
|
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
33
|
+
'fabric.editor.editLink': 'Link bearbeiten',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Zum Bearbeiten einladen',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen 🎉 und Emotionen 😄 auszudrücken.',
|
|
37
|
+
'fabric.editor.emptyLink': 'Bitte geben Sie einen Link ein.',
|
|
36
38
|
'fabric.editor.expand': 'Erweiterung',
|
|
37
39
|
'fabric.editor.expand.description': 'Eine Erweiterung einfügen',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Klicken Sie hier, um zu erweitern …',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Alle Tastenkombinationen und Markdown-Optionen durchsuchen',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link einfügen oder suchen',
|
|
47
50
|
'fabric.editor.image': 'Bild',
|
|
48
51
|
'fabric.editor.insertMenu': 'Einfügen',
|
|
52
|
+
'fabric.editor.invalidLink': 'Bitte geben Sie einen gültigen Link ein.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Zurück zur Mitte',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Volle Breite wählen',
|
|
51
55
|
'fabric.editor.layoutWide': 'Verbreitern',
|
|
52
56
|
'fabric.editor.link': 'Link',
|
|
53
57
|
'fabric.editor.link.description': 'Link einfügen',
|
|
58
|
+
'fabric.editor.linkAddress': 'Link-Adresse',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Link einfügen',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Link hinzufügen',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Bild, Video oder Datei',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Bilder oder andere Dateien zu Ihrer Seite hinzufügen',
|
|
56
63
|
'fabric.editor.mention': 'Erwähnen',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Entfernen',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Emoji entfernen',
|
|
63
70
|
'fabric.editor.saveButton': 'Speichern',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Zu den Link-Einstellungen',
|
|
64
72
|
'fabric.editor.status': 'Status',
|
|
65
73
|
'fabric.editor.status.description': 'Benutzerdefiniertes Status-Label hinzufügen',
|
|
66
74
|
'fabric.editor.table': 'Tabelle',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'ein Blockknoten',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
|
|
86
|
+
'fabric.editor.unlink': 'Verknüpfung löschen',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Dieser Editor unterstützt die Anzeige dieses Inhalts nicht',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Der Inhalt ist in diesem Editor nicht verfügbar, dies bleibt durch Bearbeiten und Speichern erhalten.',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Nicht unterstützter Inhalt',
|
|
80
90
|
'fabric.editor.viewMore': 'Mehr anzeigen',
|
|
81
91
|
'fabric.editor.visit': 'Link in neuem Fenster öffnen',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Links umwickeln',
|
|
93
|
+
'fabric.editor.wrapRight': 'Rechts umwickeln',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Kräftiges Blau',
|
|
84
96
|
'fabric.theme.bold-gray': 'Dunkles Grau',
|