@atlaskit/editor-common 74.51.4 → 74.51.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/cjs/guideline/utils.js +14 -12
- package/dist/cjs/i18n/cs.js +22 -0
- package/dist/cjs/i18n/da.js +22 -0
- package/dist/cjs/i18n/de.js +22 -0
- package/dist/cjs/i18n/en.js +5 -0
- package/dist/cjs/i18n/en_GB.js +5 -0
- package/dist/cjs/i18n/en_ZZ.js +5 -0
- package/dist/cjs/i18n/es.js +22 -0
- package/dist/cjs/i18n/fi.js +22 -0
- package/dist/cjs/i18n/fr.js +22 -0
- package/dist/cjs/i18n/hu.js +22 -0
- package/dist/cjs/i18n/it.js +22 -0
- package/dist/cjs/i18n/ja.js +22 -0
- package/dist/cjs/i18n/ko.js +22 -0
- package/dist/cjs/i18n/nb.js +22 -0
- package/dist/cjs/i18n/nl.js +22 -0
- package/dist/cjs/i18n/pl.js +22 -0
- package/dist/cjs/i18n/pt_BR.js +22 -0
- package/dist/cjs/i18n/ru.js +22 -0
- package/dist/cjs/i18n/sv.js +22 -0
- package/dist/cjs/i18n/th.js +22 -0
- package/dist/cjs/i18n/tr.js +22 -0
- package/dist/cjs/i18n/uk.js +22 -0
- package/dist/cjs/i18n/vi.js +22 -0
- package/dist/cjs/i18n/zh.js +22 -0
- package/dist/cjs/i18n/zh_TW.js +22 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/quick-insert/assets/date.js +8 -11
- package/dist/cjs/quick-insert/assets/heading1.js +0 -2
- package/dist/cjs/quick-insert/assets/heading2.js +0 -2
- package/dist/cjs/quick-insert/assets/heading3.js +0 -2
- package/dist/cjs/quick-insert/assets/heading4.js +0 -2
- package/dist/cjs/quick-insert/assets/heading5.js +0 -2
- package/dist/cjs/quick-insert/assets/heading6.js +0 -2
- package/dist/cjs/quick-insert/assets/layout.js +39 -12
- package/dist/cjs/quick-insert/assets/link.js +15 -6
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/datasource.js +2 -1
- package/dist/cjs/utils/index.js +6 -0
- package/dist/es2019/guideline/utils.js +7 -9
- package/dist/es2019/i18n/cs.js +22 -0
- package/dist/es2019/i18n/da.js +22 -0
- package/dist/es2019/i18n/de.js +22 -0
- package/dist/es2019/i18n/en.js +5 -0
- package/dist/es2019/i18n/en_GB.js +5 -0
- package/dist/es2019/i18n/en_ZZ.js +5 -0
- package/dist/es2019/i18n/es.js +22 -0
- package/dist/es2019/i18n/fi.js +22 -0
- package/dist/es2019/i18n/fr.js +22 -0
- package/dist/es2019/i18n/hu.js +22 -0
- package/dist/es2019/i18n/it.js +22 -0
- package/dist/es2019/i18n/ja.js +22 -0
- package/dist/es2019/i18n/ko.js +22 -0
- package/dist/es2019/i18n/nb.js +22 -0
- package/dist/es2019/i18n/nl.js +22 -0
- package/dist/es2019/i18n/pl.js +22 -0
- package/dist/es2019/i18n/pt_BR.js +22 -0
- package/dist/es2019/i18n/ru.js +22 -0
- package/dist/es2019/i18n/sv.js +22 -0
- package/dist/es2019/i18n/th.js +22 -0
- package/dist/es2019/i18n/tr.js +22 -0
- package/dist/es2019/i18n/uk.js +22 -0
- package/dist/es2019/i18n/vi.js +22 -0
- package/dist/es2019/i18n/zh.js +22 -0
- package/dist/es2019/i18n/zh_TW.js +22 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/quick-insert/assets/date.js +8 -11
- package/dist/es2019/quick-insert/assets/heading1.js +0 -1
- package/dist/es2019/quick-insert/assets/heading2.js +0 -1
- package/dist/es2019/quick-insert/assets/heading3.js +0 -1
- package/dist/es2019/quick-insert/assets/heading4.js +0 -1
- package/dist/es2019/quick-insert/assets/heading5.js +0 -1
- package/dist/es2019/quick-insert/assets/heading6.js +0 -1
- package/dist/es2019/quick-insert/assets/layout.js +40 -11
- package/dist/es2019/quick-insert/assets/link.js +16 -5
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/datasource.js +1 -1
- package/dist/es2019/utils/index.js +1 -1
- package/dist/esm/guideline/utils.js +14 -12
- package/dist/esm/i18n/cs.js +22 -0
- package/dist/esm/i18n/da.js +22 -0
- package/dist/esm/i18n/de.js +22 -0
- package/dist/esm/i18n/en.js +5 -0
- package/dist/esm/i18n/en_GB.js +5 -0
- package/dist/esm/i18n/en_ZZ.js +5 -0
- package/dist/esm/i18n/es.js +22 -0
- package/dist/esm/i18n/fi.js +22 -0
- package/dist/esm/i18n/fr.js +22 -0
- package/dist/esm/i18n/hu.js +22 -0
- package/dist/esm/i18n/it.js +22 -0
- package/dist/esm/i18n/ja.js +22 -0
- package/dist/esm/i18n/ko.js +22 -0
- package/dist/esm/i18n/nb.js +22 -0
- package/dist/esm/i18n/nl.js +22 -0
- package/dist/esm/i18n/pl.js +22 -0
- package/dist/esm/i18n/pt_BR.js +22 -0
- package/dist/esm/i18n/ru.js +22 -0
- package/dist/esm/i18n/sv.js +22 -0
- package/dist/esm/i18n/th.js +22 -0
- package/dist/esm/i18n/tr.js +22 -0
- package/dist/esm/i18n/uk.js +22 -0
- package/dist/esm/i18n/vi.js +22 -0
- package/dist/esm/i18n/zh.js +22 -0
- package/dist/esm/i18n/zh_TW.js +22 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/quick-insert/assets/date.js +8 -11
- package/dist/esm/quick-insert/assets/heading1.js +0 -1
- package/dist/esm/quick-insert/assets/heading2.js +0 -1
- package/dist/esm/quick-insert/assets/heading3.js +0 -1
- package/dist/esm/quick-insert/assets/heading4.js +0 -1
- package/dist/esm/quick-insert/assets/heading5.js +0 -1
- package/dist/esm/quick-insert/assets/heading6.js +0 -1
- package/dist/esm/quick-insert/assets/layout.js +39 -11
- package/dist/esm/quick-insert/assets/link.js +15 -5
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/datasource.js +1 -1
- package/dist/esm/utils/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +22 -0
- package/dist/types/i18n/da.d.ts +22 -0
- package/dist/types/i18n/de.d.ts +22 -0
- package/dist/types/i18n/en.d.ts +5 -0
- package/dist/types/i18n/en_GB.d.ts +5 -0
- package/dist/types/i18n/en_ZZ.d.ts +5 -0
- package/dist/types/i18n/es.d.ts +22 -0
- package/dist/types/i18n/fi.d.ts +22 -0
- package/dist/types/i18n/fr.d.ts +22 -0
- package/dist/types/i18n/hu.d.ts +22 -0
- package/dist/types/i18n/it.d.ts +22 -0
- package/dist/types/i18n/ja.d.ts +22 -0
- package/dist/types/i18n/ko.d.ts +22 -0
- package/dist/types/i18n/nb.d.ts +22 -0
- package/dist/types/i18n/nl.d.ts +22 -0
- package/dist/types/i18n/pl.d.ts +22 -0
- package/dist/types/i18n/pt_BR.d.ts +22 -0
- package/dist/types/i18n/ru.d.ts +22 -0
- package/dist/types/i18n/sv.d.ts +22 -0
- package/dist/types/i18n/th.d.ts +22 -0
- package/dist/types/i18n/tr.d.ts +22 -0
- package/dist/types/i18n/uk.d.ts +22 -0
- package/dist/types/i18n/vi.d.ts +22 -0
- package/dist/types/i18n/zh.d.ts +22 -0
- package/dist/types/i18n/zh_TW.d.ts +22 -0
- package/dist/types/ui/MediaSingle/index.d.ts +1 -1
- package/dist/types/utils/datasource.d.ts +2 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +22 -0
- package/dist/types-ts4.5/i18n/da.d.ts +22 -0
- package/dist/types-ts4.5/i18n/de.d.ts +22 -0
- package/dist/types-ts4.5/i18n/en.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +5 -0
- package/dist/types-ts4.5/i18n/es.d.ts +22 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +22 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +22 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +22 -0
- package/dist/types-ts4.5/i18n/it.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +22 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +22 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +22 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +22 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +22 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +22 -0
- package/dist/types-ts4.5/i18n/th.d.ts +22 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +22 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +22 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +22 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +22 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +22 -0
- package/dist/types-ts4.5/ui/MediaSingle/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/datasource.d.ts +2 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -17,12 +17,16 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Hiển thị thêm thông tin về liên kết, bao gồm bản tóm tắt và các thao tác',
|
|
18
18
|
'fabric.editor.blockTitle': 'Thẻ',
|
|
19
19
|
'fabric.editor.blockquote': 'một dấu ngoặc kép',
|
|
20
|
+
'fabric.editor.bold': 'In đậm',
|
|
20
21
|
'fabric.editor.bug': 'Lỗi',
|
|
21
22
|
'fabric.editor.cancelButton': 'Hủy',
|
|
22
23
|
'fabric.editor.captionPlaceholder': 'Thêm chú thích',
|
|
23
24
|
'fabric.editor.cardFloatingControls': 'Tùy chọn thẻ',
|
|
25
|
+
'fabric.editor.clearFormatting': 'Xóa định dạng',
|
|
24
26
|
'fabric.editor.clearLink': 'Xóa liên kết',
|
|
25
27
|
'fabric.editor.clearLinkText': 'Xóa văn bản',
|
|
28
|
+
'fabric.editor.code': 'Mã',
|
|
29
|
+
'fabric.editor.code.on': '{textFormattingOff}, Mã đang bật',
|
|
26
30
|
'fabric.editor.codeBidiWarningLabel': 'Ký tự hai chiều thay đổi thứ tự kết xuất văn bản. Điều này có thể được dùng để che giấu mã độc hại.',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Đã sao chép!',
|
|
28
32
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Sao chép dưới dạng văn bản',
|
|
@@ -81,6 +85,7 @@ export default {
|
|
|
81
85
|
'fabric.editor.inlineTitle': 'Nội tuyến',
|
|
82
86
|
'fabric.editor.insertMenu': 'Chèn',
|
|
83
87
|
'fabric.editor.invalidLink': 'Vui lòng nhập một liên kết hợp lệ.',
|
|
88
|
+
'fabric.editor.italic': 'In nghiêng',
|
|
84
89
|
'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
|
|
85
90
|
'fabric.editor.layoutFullWidth': 'Hiển thị toàn chiều rộng',
|
|
86
91
|
'fabric.editor.layoutWide': 'Hiển thị rộng hơn',
|
|
@@ -88,12 +93,20 @@ export default {
|
|
|
88
93
|
'fabric.editor.link.description': 'Chèn liên kết',
|
|
89
94
|
'fabric.editor.linkAddress': 'Địa chỉ liên kết',
|
|
90
95
|
'fabric.editor.linkPlaceholder': 'Dán liên kết',
|
|
96
|
+
'fabric.editor.lists': 'Danh sách',
|
|
91
97
|
'fabric.editor.mediaAddLink': 'Thêm liên kết',
|
|
92
98
|
'fabric.editor.mediaFiles': 'Ảnh, video hoặc tệp',
|
|
93
99
|
'fabric.editor.mediaFiles.description': 'Thêm hình ảnh và các tập tin khác vào trang của bạn',
|
|
94
100
|
'fabric.editor.mention': 'Đề cập',
|
|
95
101
|
'fabric.editor.mention.description': 'Đề cập đến ai đó để gửi thông báo cho họ',
|
|
102
|
+
'fabric.editor.moreFormatting': 'Thêm định dạng',
|
|
103
|
+
'fabric.editor.navigate.toolbar.editor': 'Điều hướng đến thanh công cụ trình biên tập',
|
|
104
|
+
'fabric.editor.navigate.toolbar.floating': 'Điều hướng đến thanh công cụ nổi',
|
|
105
|
+
'fabric.editor.off': '{formattingType} đang tắt',
|
|
106
|
+
'fabric.editor.on': '{formattingType} đang bật',
|
|
96
107
|
'fabric.editor.openLink': 'Mở liên kết trong tab mới',
|
|
108
|
+
'fabric.editor.orderedList': 'Danh sách được đánh số',
|
|
109
|
+
'fabric.editor.orderedList.description': 'Tạo một danh sách kiểu sắp xếp',
|
|
97
110
|
'fabric.editor.pageActionsLabel': 'Thao tác trang',
|
|
98
111
|
'fabric.editor.placeholderText': 'Văn bản giữ chỗ',
|
|
99
112
|
'fabric.editor.placeholderText.description': 'Chèn văn bản giữ chỗ vào trang',
|
|
@@ -104,10 +117,16 @@ export default {
|
|
|
104
117
|
'fabric.editor.status': 'Trạng thái',
|
|
105
118
|
'fabric.editor.status.description': 'Thêm một nhãn trạng thái tùy chỉnh',
|
|
106
119
|
'fabric.editor.story': 'Câu chuyện',
|
|
120
|
+
'fabric.editor.strike': 'Gạch ngang',
|
|
107
121
|
'fabric.editor.subTask': 'Tác vụ con',
|
|
122
|
+
'fabric.editor.subscript': 'Chỉ số dưới',
|
|
123
|
+
'fabric.editor.subscript.off.superscript.on': 'Chỉ số dưới đang tắt, chỉ số trên đang bật',
|
|
124
|
+
'fabric.editor.superscript': 'Chỉ số trên',
|
|
125
|
+
'fabric.editor.superscript.off.subscript.on': 'Chỉ số trên đang tắt, chỉ số dưới đang bật',
|
|
108
126
|
'fabric.editor.table': 'Bảng',
|
|
109
127
|
'fabric.editor.table.description': 'Chèn bảng',
|
|
110
128
|
'fabric.editor.task': 'Tác vụ',
|
|
129
|
+
'fabric.editor.text.formatting.off': 'Định dạng văn bản đang tắt',
|
|
111
130
|
'fabric.editor.time.ago': 'trước',
|
|
112
131
|
'fabric.editor.time.updated': 'Đã cập nhật',
|
|
113
132
|
'fabric.editor.time.viewed': 'Đã xem',
|
|
@@ -119,7 +138,10 @@ export default {
|
|
|
119
138
|
'fabric.editor.tooltip.nestedExpand': 'nút mở rộng lồng nhau',
|
|
120
139
|
'fabric.editor.tooltip.taskList': 'một mục thao tác',
|
|
121
140
|
'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
|
|
141
|
+
'fabric.editor.underline': 'Gạch dưới',
|
|
122
142
|
'fabric.editor.unlink': 'Hủy liên kết',
|
|
143
|
+
'fabric.editor.unorderedList': 'Danh sách dấu đầu dòng',
|
|
144
|
+
'fabric.editor.unorderedList.description': 'Tạo một danh sách kiểu không sắp xếp',
|
|
123
145
|
'fabric.editor.unsupportedBlockContent': 'Trình biên tập này không hỗ trợ hiển thị nội dung này',
|
|
124
146
|
'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',
|
|
125
147
|
'fabric.editor.unsupportedInlineContent': 'Nội dung không được hỗ trợ',
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -17,12 +17,16 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': '显示有关链接的更多信息,包括摘要和操作',
|
|
18
18
|
'fabric.editor.blockTitle': '卡片',
|
|
19
19
|
'fabric.editor.blockquote': '引用',
|
|
20
|
+
'fabric.editor.bold': '粗体',
|
|
20
21
|
'fabric.editor.bug': '缺陷',
|
|
21
22
|
'fabric.editor.cancelButton': '取消',
|
|
22
23
|
'fabric.editor.captionPlaceholder': '添加标题',
|
|
23
24
|
'fabric.editor.cardFloatingControls': '卡片选项',
|
|
25
|
+
'fabric.editor.clearFormatting': '清除格式',
|
|
24
26
|
'fabric.editor.clearLink': '清除链接',
|
|
25
27
|
'fabric.editor.clearLinkText': '清除文本',
|
|
28
|
+
'fabric.editor.code': '代码',
|
|
29
|
+
'fabric.editor.code.on': '{textFormattingOff},代码已开启',
|
|
26
30
|
'fabric.editor.codeBidiWarningLabel': '双向字符会更改文本的呈现顺序。这可能被用于掩盖恶意代码。',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已复制!',
|
|
28
32
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '复制为文本',
|
|
@@ -81,6 +85,7 @@ export default {
|
|
|
81
85
|
'fabric.editor.inlineTitle': '内联',
|
|
82
86
|
'fabric.editor.insertMenu': '插入',
|
|
83
87
|
'fabric.editor.invalidLink': '请输入有效链接。',
|
|
88
|
+
'fabric.editor.italic': '斜体',
|
|
84
89
|
'fabric.editor.layoutFixedWidth': '返回至中心',
|
|
85
90
|
'fabric.editor.layoutFullWidth': '显示全宽',
|
|
86
91
|
'fabric.editor.layoutWide': '显示宽屏',
|
|
@@ -88,12 +93,20 @@ export default {
|
|
|
88
93
|
'fabric.editor.link.description': '插入链接',
|
|
89
94
|
'fabric.editor.linkAddress': '链接地址',
|
|
90
95
|
'fabric.editor.linkPlaceholder': '粘贴链接',
|
|
96
|
+
'fabric.editor.lists': '列表',
|
|
91
97
|
'fabric.editor.mediaAddLink': '添加链接',
|
|
92
98
|
'fabric.editor.mediaFiles': '图像、视频或文件',
|
|
93
99
|
'fabric.editor.mediaFiles.description': '向页面添加图像和其他文件',
|
|
94
100
|
'fabric.editor.mention': '提到',
|
|
95
101
|
'fabric.editor.mention.description': '提及某人以发送通知',
|
|
102
|
+
'fabric.editor.moreFormatting': '更多格式',
|
|
103
|
+
'fabric.editor.navigate.toolbar.editor': '导航到编辑器工具栏',
|
|
104
|
+
'fabric.editor.navigate.toolbar.floating': '导航到浮动工具栏',
|
|
105
|
+
'fabric.editor.off': '{formattingType}已关闭',
|
|
106
|
+
'fabric.editor.on': '{formattingType}已开启',
|
|
96
107
|
'fabric.editor.openLink': '在新选项卡打开链接',
|
|
108
|
+
'fabric.editor.orderedList': '有序列表',
|
|
109
|
+
'fabric.editor.orderedList.description': '创建有序列表',
|
|
97
110
|
'fabric.editor.pageActionsLabel': '页面操作',
|
|
98
111
|
'fabric.editor.placeholderText': '占位文本',
|
|
99
112
|
'fabric.editor.placeholderText.description': '向页面插入一个文本占位符',
|
|
@@ -104,10 +117,16 @@ export default {
|
|
|
104
117
|
'fabric.editor.status': '状态',
|
|
105
118
|
'fabric.editor.status.description': '添加自定义状态标签',
|
|
106
119
|
'fabric.editor.story': '故事',
|
|
120
|
+
'fabric.editor.strike': '删除线',
|
|
107
121
|
'fabric.editor.subTask': '子任务',
|
|
122
|
+
'fabric.editor.subscript': '下标',
|
|
123
|
+
'fabric.editor.subscript.off.superscript.on': '禁用下标,启用上标',
|
|
124
|
+
'fabric.editor.superscript': '上标',
|
|
125
|
+
'fabric.editor.superscript.off.subscript.on': '禁用上标,启用下标',
|
|
108
126
|
'fabric.editor.table': '表格',
|
|
109
127
|
'fabric.editor.table.description': '插入表格',
|
|
110
128
|
'fabric.editor.task': '任务',
|
|
129
|
+
'fabric.editor.text.formatting.off': '文本格式已关闭',
|
|
111
130
|
'fabric.editor.time.ago': '前',
|
|
112
131
|
'fabric.editor.time.updated': '上次更新时间',
|
|
113
132
|
'fabric.editor.time.viewed': '上次查看时间',
|
|
@@ -119,7 +138,10 @@ export default {
|
|
|
119
138
|
'fabric.editor.tooltip.nestedExpand': '嵌套扩展',
|
|
120
139
|
'fabric.editor.tooltip.taskList': '操作项',
|
|
121
140
|
'fabric.editor.unableToOpenLink': '无法打开此链接',
|
|
141
|
+
'fabric.editor.underline': '下划线',
|
|
122
142
|
'fabric.editor.unlink': '取消链接',
|
|
143
|
+
'fabric.editor.unorderedList': '无序列表',
|
|
144
|
+
'fabric.editor.unorderedList.description': '创建无序列表',
|
|
123
145
|
'fabric.editor.unsupportedBlockContent': '此编辑器不支持显示此内容',
|
|
124
146
|
'fabric.editor.unsupportedContentTooltip': '此编辑器中的内容不可用,在编辑和保存时将保留此内容',
|
|
125
147
|
'fabric.editor.unsupportedInlineContent': '内容不受支持',
|
|
@@ -17,12 +17,16 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': '顯示有關連結的更多資訊,包括摘要和動作',
|
|
18
18
|
'fabric.editor.blockTitle': '卡片',
|
|
19
19
|
'fabric.editor.blockquote': '引述',
|
|
20
|
+
'fabric.editor.bold': '粗體',
|
|
20
21
|
'fabric.editor.bug': '錯誤',
|
|
21
22
|
'fabric.editor.cancelButton': '取消',
|
|
22
23
|
'fabric.editor.captionPlaceholder': '新增標題',
|
|
23
24
|
'fabric.editor.cardFloatingControls': '卡片選項',
|
|
25
|
+
'fabric.editor.clearFormatting': '清除格式設定',
|
|
24
26
|
'fabric.editor.clearLink': '清除連結',
|
|
25
27
|
'fabric.editor.clearLinkText': '清除文字',
|
|
28
|
+
'fabric.editor.code': '程式碼',
|
|
29
|
+
'fabric.editor.code.on': '{textFormattingOff},程式碼開啟',
|
|
26
30
|
'fabric.editor.codeBidiWarningLabel': '雙向字元會變更文字呈現的順序。這可用來將惡意程式碼模糊化。',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已複製!',
|
|
28
32
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '複製文字',
|
|
@@ -81,6 +85,7 @@ export default {
|
|
|
81
85
|
'fabric.editor.inlineTitle': '內嵌',
|
|
82
86
|
'fabric.editor.insertMenu': '插入',
|
|
83
87
|
'fabric.editor.invalidLink': '請輸入有效的連結。',
|
|
88
|
+
'fabric.editor.italic': '斜體',
|
|
84
89
|
'fabric.editor.layoutFixedWidth': '返回中央',
|
|
85
90
|
'fabric.editor.layoutFullWidth': '採用完整寬度',
|
|
86
91
|
'fabric.editor.layoutWide': '採用寬版',
|
|
@@ -88,12 +93,20 @@ export default {
|
|
|
88
93
|
'fabric.editor.link.description': '插入連結',
|
|
89
94
|
'fabric.editor.linkAddress': '連結位址',
|
|
90
95
|
'fabric.editor.linkPlaceholder': '貼上連結',
|
|
96
|
+
'fabric.editor.lists': '清單',
|
|
91
97
|
'fabric.editor.mediaAddLink': '新增連結',
|
|
92
98
|
'fabric.editor.mediaFiles': '圖片、影片或檔案',
|
|
93
99
|
'fabric.editor.mediaFiles.description': '將影像和其他檔案新增至頁面',
|
|
94
100
|
'fabric.editor.mention': '提及',
|
|
95
101
|
'fabric.editor.mention.description': '提及他人以傳送通知',
|
|
102
|
+
'fabric.editor.moreFormatting': '更多格式設定',
|
|
103
|
+
'fabric.editor.navigate.toolbar.editor': '導覽至編輯器工具列',
|
|
104
|
+
'fabric.editor.navigate.toolbar.floating': '導覽至浮動工具列',
|
|
105
|
+
'fabric.editor.off': '{formattingType} 關閉',
|
|
106
|
+
'fabric.editor.on': '{formattingType} 開啟',
|
|
96
107
|
'fabric.editor.openLink': '在新的索引標籤中開啟連結',
|
|
108
|
+
'fabric.editor.orderedList': '編號清單',
|
|
109
|
+
'fabric.editor.orderedList.description': '建立已排序的清單',
|
|
97
110
|
'fabric.editor.pageActionsLabel': '頁面動作',
|
|
98
111
|
'fabric.editor.placeholderText': '預留位置文字',
|
|
99
112
|
'fabric.editor.placeholderText.description': '在頁面中插入文字預留位置',
|
|
@@ -104,10 +117,16 @@ export default {
|
|
|
104
117
|
'fabric.editor.status': '狀態',
|
|
105
118
|
'fabric.editor.status.description': '新增自訂狀態標籤',
|
|
106
119
|
'fabric.editor.story': '故事',
|
|
120
|
+
'fabric.editor.strike': '刪除線',
|
|
107
121
|
'fabric.editor.subTask': '子任務',
|
|
122
|
+
'fabric.editor.subscript': '下標',
|
|
123
|
+
'fabric.editor.subscript.off.superscript.on': '下標關閉,上標開啟',
|
|
124
|
+
'fabric.editor.superscript': '上標',
|
|
125
|
+
'fabric.editor.superscript.off.subscript.on': '上標關閉,下標開啟',
|
|
108
126
|
'fabric.editor.table': '表格',
|
|
109
127
|
'fabric.editor.table.description': '插入表格',
|
|
110
128
|
'fabric.editor.task': '任務',
|
|
129
|
+
'fabric.editor.text.formatting.off': '文字格式設定關閉',
|
|
111
130
|
'fabric.editor.time.ago': '前',
|
|
112
131
|
'fabric.editor.time.updated': '已更新',
|
|
113
132
|
'fabric.editor.time.viewed': '已檢視',
|
|
@@ -119,7 +138,10 @@ export default {
|
|
|
119
138
|
'fabric.editor.tooltip.nestedExpand': '巢狀擴充',
|
|
120
139
|
'fabric.editor.tooltip.taskList': '動作項目',
|
|
121
140
|
'fabric.editor.unableToOpenLink': '無法開啟此連結',
|
|
141
|
+
'fabric.editor.underline': '底線',
|
|
122
142
|
'fabric.editor.unlink': '取消連結',
|
|
143
|
+
'fabric.editor.unorderedList': '項目符號清單',
|
|
144
|
+
'fabric.editor.unorderedList.description': '建立未排序的清單',
|
|
123
145
|
'fabric.editor.unsupportedBlockContent': '此編輯器不支援顯示此內容',
|
|
124
146
|
'fabric.editor.unsupportedContentTooltip': '內容不適用於此編輯器,這會在您編輯和儲存時進行保留',
|
|
125
147
|
'fabric.editor.unsupportedInlineContent': '不支援的內容',
|
|
@@ -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.51.
|
|
3
|
+
const packageVersion = "74.51.6";
|
|
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
|
|
@@ -48,14 +48,14 @@ export default function IconDate() {
|
|
|
48
48
|
stopColor: "#FF5630",
|
|
49
49
|
offset: "100%"
|
|
50
50
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
gradientUnits: "userSpaceOnUse"
|
|
51
|
+
x1: "100.699%",
|
|
52
|
+
y1: "50%",
|
|
53
|
+
x2: "-14.52%",
|
|
54
|
+
y2: "50%",
|
|
55
|
+
id: "date-c"
|
|
57
56
|
}, /*#__PURE__*/React.createElement("stop", {
|
|
58
|
-
stopColor: "#738496"
|
|
57
|
+
stopColor: "#738496",
|
|
58
|
+
stopOpacity: "37%"
|
|
59
59
|
}), /*#__PURE__*/React.createElement("stop", {
|
|
60
60
|
offset: "0.97",
|
|
61
61
|
stopColor: "#2C333A",
|
|
@@ -78,10 +78,7 @@ export default function IconDate() {
|
|
|
78
78
|
dark: '#5A6977'
|
|
79
79
|
})
|
|
80
80
|
}), /*#__PURE__*/React.createElement("path", {
|
|
81
|
-
d:
|
|
82
|
-
light: 'M18.109 17.42c-2.877-1.466-5.608-.66-9.359-1.604C6.18 15.17 2.987 13.661 0 10v13.913h22.294c-.353-2.421-1.384-5.065-4.185-6.493z',
|
|
83
|
-
dark: 'M18.2409 8.34041C15.3609 6.87041 12.6309 7.68041 8.88086 6.74041C6.31086 6.09041 3.12086 4.58041 0.130859 0.92041V14.8304H22.4209C22.0709 12.4104 21.0409 9.76041 18.2309 8.34041H18.2409Z'
|
|
84
|
-
}),
|
|
81
|
+
d: "M18.109 17.42c-2.877-1.466-5.608-.66-9.359-1.604C6.18 15.17 2.987 13.661 0 10v13.913h22.294c-.353-2.421-1.384-5.065-4.185-6.493z",
|
|
85
82
|
fill: iconThemed({
|
|
86
83
|
light: 'url(#date-a)',
|
|
87
84
|
dark: 'url(#date-c)'
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
// TODO: https://product-fabric.atlassian.net/browse/DSP-4138
|
|
2
|
-
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
3
1
|
import React from 'react';
|
|
2
|
+
import { useIconThemed } from '../use-icon-themed';
|
|
4
3
|
export default function IconLayout() {
|
|
4
|
+
const {
|
|
5
|
+
iconThemed
|
|
6
|
+
} = useIconThemed();
|
|
5
7
|
return /*#__PURE__*/React.createElement("svg", {
|
|
6
8
|
focusable: "false",
|
|
7
9
|
"aria-hidden": true,
|
|
@@ -11,49 +13,76 @@ export default function IconLayout() {
|
|
|
11
13
|
fill: "none",
|
|
12
14
|
fillRule: "evenodd"
|
|
13
15
|
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
-
fill:
|
|
16
|
+
fill: iconThemed({
|
|
17
|
+
light: '#FFF',
|
|
18
|
+
dark: '#161A1D'
|
|
19
|
+
}),
|
|
15
20
|
d: "M0 0h40v40H0z"
|
|
16
21
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
17
|
-
fill:
|
|
22
|
+
fill: iconThemed({
|
|
23
|
+
light: '#A5ADBA',
|
|
24
|
+
dark: '#738496'
|
|
25
|
+
}),
|
|
18
26
|
x: 6,
|
|
19
27
|
y: 6,
|
|
20
28
|
width: 28,
|
|
21
29
|
height: 1,
|
|
22
30
|
rx: 0.5
|
|
23
31
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
24
|
-
fill:
|
|
32
|
+
fill: iconThemed({
|
|
33
|
+
light: '#A5ADBA',
|
|
34
|
+
dark: '#738496'
|
|
35
|
+
}),
|
|
25
36
|
x: 6,
|
|
26
37
|
y: 10,
|
|
27
38
|
width: 28,
|
|
28
39
|
height: 1,
|
|
29
40
|
rx: 0.5
|
|
30
41
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
31
|
-
fill:
|
|
42
|
+
fill: iconThemed({
|
|
43
|
+
light: '#A5ADBA',
|
|
44
|
+
dark: '#738496'
|
|
45
|
+
}),
|
|
32
46
|
x: 6,
|
|
33
47
|
y: 29,
|
|
34
48
|
width: 28,
|
|
35
49
|
height: 1,
|
|
36
50
|
rx: 0.5
|
|
37
51
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
38
|
-
fill:
|
|
52
|
+
fill: iconThemed({
|
|
53
|
+
light: '#A5ADBA',
|
|
54
|
+
dark: '#738496'
|
|
55
|
+
}),
|
|
39
56
|
x: 6,
|
|
40
57
|
y: 33,
|
|
41
58
|
width: 16,
|
|
42
59
|
height: 1,
|
|
43
60
|
rx: 0.5
|
|
44
61
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
45
|
-
stroke:
|
|
62
|
+
stroke: iconThemed({
|
|
63
|
+
light: '#4C9AFF',
|
|
64
|
+
dark: '#0C66E4'
|
|
65
|
+
}),
|
|
46
66
|
strokeWidth: 0.5,
|
|
47
|
-
fill:
|
|
67
|
+
fill: iconThemed({
|
|
68
|
+
light: '#DEEBFF',
|
|
69
|
+
dark: '#09326C'
|
|
70
|
+
}),
|
|
48
71
|
x: 6.25,
|
|
49
72
|
y: 14.25,
|
|
50
73
|
width: 12.5,
|
|
51
74
|
height: 11.5,
|
|
52
75
|
rx: 1
|
|
53
76
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
54
|
-
stroke:
|
|
77
|
+
stroke: iconThemed({
|
|
78
|
+
light: '#4C9AFF',
|
|
79
|
+
dark: '#0C66E4'
|
|
80
|
+
}),
|
|
55
81
|
strokeWidth: 0.5,
|
|
56
|
-
fill:
|
|
82
|
+
fill: iconThemed({
|
|
83
|
+
light: '#DEEBFF',
|
|
84
|
+
dark: '#09326C'
|
|
85
|
+
}),
|
|
57
86
|
x: 21.25,
|
|
58
87
|
y: 14.25,
|
|
59
88
|
width: 12.5,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
// TODO: https://product-fabric.atlassian.net/browse/DSP-4138
|
|
2
|
-
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
3
1
|
import React from 'react';
|
|
2
|
+
import { useIconThemed } from '../use-icon-themed';
|
|
4
3
|
export default function IconLink() {
|
|
4
|
+
const {
|
|
5
|
+
iconThemed
|
|
6
|
+
} = useIconThemed();
|
|
5
7
|
return /*#__PURE__*/React.createElement("svg", {
|
|
6
8
|
focusable: "false",
|
|
7
9
|
"aria-hidden": true,
|
|
@@ -11,17 +13,26 @@ export default function IconLink() {
|
|
|
11
13
|
fill: "none",
|
|
12
14
|
fillRule: "evenodd"
|
|
13
15
|
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
-
fill:
|
|
16
|
+
fill: iconThemed({
|
|
17
|
+
light: '#FFF',
|
|
18
|
+
dark: '#161A1D'
|
|
19
|
+
}),
|
|
15
20
|
d: "M0 0h40v40H0z"
|
|
16
21
|
}), /*#__PURE__*/React.createElement("g", {
|
|
17
22
|
transform: "translate(5 12)"
|
|
18
23
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
19
|
-
fill:
|
|
24
|
+
fill: iconThemed({
|
|
25
|
+
light: '#DEEBFF',
|
|
26
|
+
dark: '#0055CC'
|
|
27
|
+
}),
|
|
20
28
|
width: 30,
|
|
21
29
|
height: 16,
|
|
22
30
|
rx: 8
|
|
23
31
|
}), /*#__PURE__*/React.createElement("path", {
|
|
24
32
|
d: "M19.097 4.435c1.972.018 3.755 1.465 3.971 3.429A3.714 3.714 0 0119.344 12l-3.316-.03c-2.08-.02-3.797-1.736-3.816-3.816L12.2 6.888l1.672.015.011 1.266a2.156 2.156 0 002.13 2.13l3.315.03a2.07 2.07 0 002.079-2.313c-.122-1.099-1.137-1.9-2.24-1.91l-1.125-.01a.853.853 0 01-.843-.843.817.817 0 01.828-.828l1.07.01zm-9.103 7.13c-1.972-.018-3.754-1.465-3.97-3.429A3.714 3.714 0 019.747 4l3.316.03c2.08.02 3.796 1.736 3.816 3.816l.011 1.266-1.671-.015-.012-1.266A2.156 2.156 0 0013.08 5.7l-3.316-.03a2.07 2.07 0 00-2.078 2.313c.122 1.099 1.137 1.9 2.24 1.91l1.125.01c.461.004.84.382.843.843a.817.817 0 01-.828.828l-1.07-.01z",
|
|
25
|
-
fill:
|
|
33
|
+
fill: iconThemed({
|
|
34
|
+
light: '#0052CC',
|
|
35
|
+
dark: '#082145'
|
|
36
|
+
})
|
|
26
37
|
}))));
|
|
27
38
|
}
|
|
@@ -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.51.
|
|
11
|
+
const packageVersion = "74.51.6";
|
|
12
12
|
const halfFocusRing = 1;
|
|
13
13
|
const dropOffset = '0, 8';
|
|
14
14
|
class DropList extends Component {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ASSETS_LIST_OF_LINKS_DATASOURCE_ID, JIRA_LIST_OF_LINKS_DATASOURCE_ID } from '@atlaskit/link-datasource';
|
|
2
2
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
3
|
-
const getDatasourceType = datasourceId => {
|
|
3
|
+
export const getDatasourceType = datasourceId => {
|
|
4
4
|
switch (datasourceId) {
|
|
5
5
|
case JIRA_LIST_OF_LINKS_DATASOURCE_ID:
|
|
6
6
|
return 'jira';
|
|
@@ -46,7 +46,7 @@ export { gridTypeForLayout } from './grid';
|
|
|
46
46
|
export { nodesBetweenChanged, getStepRange, isEmptyDocument, processRawValue, hasDocAsParent, bracketTyped, hasVisibleContent, isSelectionEndOfParagraph } from './document';
|
|
47
47
|
export { floatingLayouts, isRichMediaInsideOfBlockNode, calculateSnapPoints, alignAttributes, nonWrappedLayouts } from './rich-media-utils';
|
|
48
48
|
export { sanitizeNodeForPrivacy } from './filter/privacy-filter';
|
|
49
|
-
export { canRenderDatasource } from './datasource';
|
|
49
|
+
export { canRenderDatasource, getDatasourceType } from './datasource';
|
|
50
50
|
export { filterCommand, isEmptySelectionAtStart, isEmptySelectionAtEnd, insertContentDeleteRange, deleteEmptyParagraphAndMoveBlockUp, insertNewLineWithAnalytics, createNewParagraphAbove, createNewParagraphBelow, createParagraphNear, walkNextNode, walkPrevNode } from './commands';
|
|
51
51
|
export { GUTTER_SELECTOR, GUTTER_SIZE_IN_PX, GUTTER_SIZE_MOBILE_IN_PX } from './scroll-gutter';
|
|
52
52
|
export { getTimeSince } from './performance/get-performance-timing';
|
|
@@ -28,22 +28,24 @@ export var getGuidelineTypeFromKey = function getGuidelineTypeFromKey(keys, guid
|
|
|
28
28
|
return 'default';
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
//
|
|
32
|
-
|
|
33
|
-
return
|
|
34
|
-
return
|
|
31
|
+
// Check for temporary guidelines
|
|
32
|
+
if (keys.some(function (key) {
|
|
33
|
+
return ['media_'].some(function (temoporaryGuideline) {
|
|
34
|
+
return key.indexOf(temoporaryGuideline) >= 0;
|
|
35
35
|
});
|
|
36
|
-
})
|
|
37
|
-
|
|
38
|
-
return 'none';
|
|
36
|
+
})) {
|
|
37
|
+
return 'temporary';
|
|
39
38
|
}
|
|
40
39
|
|
|
41
|
-
// Check
|
|
42
|
-
if (
|
|
43
|
-
return
|
|
44
|
-
|
|
45
|
-
|
|
40
|
+
// Check for relative guidelines
|
|
41
|
+
if (keys.some(function (key) {
|
|
42
|
+
return ['relative_'].some(function (relativeGuideline) {
|
|
43
|
+
return key.indexOf(relativeGuideline) >= 0;
|
|
44
|
+
});
|
|
45
|
+
})) {
|
|
46
|
+
return 'relative';
|
|
46
47
|
}
|
|
48
|
+
return 'none';
|
|
47
49
|
};
|
|
48
50
|
|
|
49
51
|
/**
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -17,12 +17,16 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
|
|
18
18
|
'fabric.editor.blockTitle': 'Karta',
|
|
19
19
|
'fabric.editor.blockquote': 'citace',
|
|
20
|
+
'fabric.editor.bold': 'Tučné',
|
|
20
21
|
'fabric.editor.bug': 'Chyba',
|
|
21
22
|
'fabric.editor.cancelButton': 'Zrušit',
|
|
22
23
|
'fabric.editor.captionPlaceholder': 'Přidejte popisek',
|
|
23
24
|
'fabric.editor.cardFloatingControls': 'Možnosti karty',
|
|
25
|
+
'fabric.editor.clearFormatting': 'Odstranit formátování',
|
|
24
26
|
'fabric.editor.clearLink': 'Vymazat odkaz',
|
|
25
27
|
'fabric.editor.clearLinkText': 'Vymazat text',
|
|
28
|
+
'fabric.editor.code': 'Kód',
|
|
29
|
+
'fabric.editor.code.on': '{textFormattingOff}, zapnuto formátování kódu',
|
|
26
30
|
'fabric.editor.codeBidiWarningLabel': 'Obousměrné znaky mění pořadí vykreslování textu. Může to být použito k zakrytí škodlivého kódu.',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Zkopírováno!',
|
|
28
32
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat jako text',
|
|
@@ -81,6 +85,7 @@ export default {
|
|
|
81
85
|
'fabric.editor.inlineTitle': 'Vložený',
|
|
82
86
|
'fabric.editor.insertMenu': 'Vložit',
|
|
83
87
|
'fabric.editor.invalidLink': 'Zadejte platný odkaz.',
|
|
88
|
+
'fabric.editor.italic': 'Kurzíva',
|
|
84
89
|
'fabric.editor.layoutFixedWidth': 'Zpět na zobrazení standardní šířky',
|
|
85
90
|
'fabric.editor.layoutFullWidth': 'Přepnout do zobrazení na celou šířku',
|
|
86
91
|
'fabric.editor.layoutWide': 'Přepnout do zobrazení na šířku',
|
|
@@ -88,12 +93,20 @@ export default {
|
|
|
88
93
|
'fabric.editor.link.description': 'Vložit odkaz',
|
|
89
94
|
'fabric.editor.linkAddress': 'Adresa odkazu',
|
|
90
95
|
'fabric.editor.linkPlaceholder': 'Vložit odkaz',
|
|
96
|
+
'fabric.editor.lists': 'Seznamy',
|
|
91
97
|
'fabric.editor.mediaAddLink': 'Přidat odkaz',
|
|
92
98
|
'fabric.editor.mediaFiles': 'Obrázek, video nebo soubor',
|
|
93
99
|
'fabric.editor.mediaFiles.description': 'Přidejte na svou stránku obrázky a další soubory',
|
|
94
100
|
'fabric.editor.mention': 'Zmínka',
|
|
95
101
|
'fabric.editor.mention.description': 'Zmiňte někoho, abyste jim zaslali oznámení',
|
|
102
|
+
'fabric.editor.moreFormatting': 'Další formátování',
|
|
103
|
+
'fabric.editor.navigate.toolbar.editor': 'Přejít na panel nástrojů editoru',
|
|
104
|
+
'fabric.editor.navigate.toolbar.floating': 'Přejít na plovoucí panel nástrojů',
|
|
105
|
+
'fabric.editor.off': 'Formátování {formattingType} vypnuto',
|
|
106
|
+
'fabric.editor.on': '{formattingType} zapnuto',
|
|
96
107
|
'fabric.editor.openLink': 'Otevřít odkaz na nové kartě',
|
|
108
|
+
'fabric.editor.orderedList': 'Číslovaný seznam',
|
|
109
|
+
'fabric.editor.orderedList.description': 'Vytvořit seřazený seznam',
|
|
97
110
|
'fabric.editor.pageActionsLabel': 'Akce stránky',
|
|
98
111
|
'fabric.editor.placeholderText': 'Text placeholderu',
|
|
99
112
|
'fabric.editor.placeholderText.description': 'Vložit na stránku textový zástupný symbol',
|
|
@@ -104,10 +117,16 @@ export default {
|
|
|
104
117
|
'fabric.editor.status': 'Stav',
|
|
105
118
|
'fabric.editor.status.description': 'Přidat vlastní štítek stavu',
|
|
106
119
|
'fabric.editor.story': 'Story',
|
|
120
|
+
'fabric.editor.strike': 'Přeškrtnutí',
|
|
107
121
|
'fabric.editor.subTask': 'Podúkol',
|
|
122
|
+
'fabric.editor.subscript': 'Dolní index',
|
|
123
|
+
'fabric.editor.subscript.off.superscript.on': 'Dolní index vypnutý, horní index zapnutý',
|
|
124
|
+
'fabric.editor.superscript': 'Horní index',
|
|
125
|
+
'fabric.editor.superscript.off.subscript.on': 'Horní index vypnutý, dolní index zapnutý',
|
|
108
126
|
'fabric.editor.table': 'Tabulka',
|
|
109
127
|
'fabric.editor.table.description': 'Vložit tabulku',
|
|
110
128
|
'fabric.editor.task': 'Úkol',
|
|
129
|
+
'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
|
|
111
130
|
'fabric.editor.time.ago': 'zpět',
|
|
112
131
|
'fabric.editor.time.updated': 'Aktualizováno',
|
|
113
132
|
'fabric.editor.time.viewed': 'Zobrazeno',
|
|
@@ -119,7 +138,10 @@ export default {
|
|
|
119
138
|
'fabric.editor.tooltip.nestedExpand': 'vnořený rozbalovací uzel',
|
|
120
139
|
'fabric.editor.tooltip.taskList': 'položka akce',
|
|
121
140
|
'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
|
|
141
|
+
'fabric.editor.underline': 'Podtržení',
|
|
122
142
|
'fabric.editor.unlink': 'Zrušit propojení',
|
|
143
|
+
'fabric.editor.unorderedList': 'Seznam s odrážkami',
|
|
144
|
+
'fabric.editor.unorderedList.description': 'Vytvořit neseřazený seznam',
|
|
123
145
|
'fabric.editor.unsupportedBlockContent': 'Tento editor zobrazování tohoto obsahu nepodporuje.',
|
|
124
146
|
'fabric.editor.unsupportedContentTooltip': 'Obsah není v tomto editoru k dispozici. Vaše úpravy se při uložení zachovají.',
|
|
125
147
|
'fabric.editor.unsupportedInlineContent': 'Nepodporovaný obsah',
|