@atlaskit/editor-core 158.0.0 → 159.0.1
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 +19 -0
- package/dist/cjs/i18n/cs.js +42 -6
- package/dist/cjs/i18n/da.js +44 -8
- package/dist/cjs/i18n/de.js +45 -9
- package/dist/cjs/i18n/en_ZZ.js +328 -0
- package/dist/cjs/i18n/es.js +43 -7
- package/dist/cjs/i18n/et.js +2 -5
- package/dist/cjs/i18n/fi.js +44 -8
- package/dist/cjs/i18n/fr.js +42 -6
- package/dist/cjs/i18n/hu.js +44 -8
- package/dist/cjs/i18n/it.js +42 -6
- package/dist/cjs/i18n/ja.js +43 -7
- package/dist/cjs/i18n/ko.js +44 -8
- package/dist/cjs/i18n/nb.js +42 -6
- package/dist/cjs/i18n/nl.js +44 -8
- package/dist/cjs/i18n/pl.js +18 -6
- package/dist/cjs/i18n/pt_BR.js +42 -6
- package/dist/cjs/i18n/pt_PT.js +2 -5
- package/dist/cjs/i18n/ru.js +44 -8
- package/dist/cjs/i18n/sk.js +2 -5
- package/dist/cjs/i18n/sv.js +43 -7
- package/dist/cjs/i18n/th.js +42 -6
- package/dist/cjs/i18n/tr.js +44 -8
- package/dist/cjs/i18n/uk.js +42 -6
- package/dist/cjs/i18n/vi.js +42 -6
- package/dist/cjs/i18n/zh.js +39 -6
- package/dist/cjs/i18n/zh_TW.js +42 -6
- package/dist/cjs/plugins/card/nodeviews/blockCard.js +5 -3
- package/dist/cjs/plugins/card/nodeviews/embedCard.js +0 -10
- package/dist/cjs/plugins/card/nodeviews/genericCard.js +2 -31
- package/dist/cjs/plugins/card/nodeviews/inlineCard.js +5 -3
- package/dist/cjs/plugins/card/pm-plugins/doc.js +6 -55
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +42 -6
- package/dist/es2019/i18n/da.js +44 -8
- package/dist/es2019/i18n/de.js +45 -9
- package/dist/es2019/i18n/en_ZZ.js +320 -0
- package/dist/es2019/i18n/es.js +43 -7
- package/dist/es2019/i18n/et.js +2 -5
- package/dist/es2019/i18n/fi.js +44 -8
- package/dist/es2019/i18n/fr.js +42 -6
- package/dist/es2019/i18n/hu.js +44 -8
- package/dist/es2019/i18n/it.js +42 -6
- package/dist/es2019/i18n/ja.js +43 -7
- package/dist/es2019/i18n/ko.js +44 -8
- package/dist/es2019/i18n/nb.js +42 -6
- package/dist/es2019/i18n/nl.js +44 -8
- package/dist/es2019/i18n/pl.js +18 -6
- package/dist/es2019/i18n/pt_BR.js +42 -6
- package/dist/es2019/i18n/pt_PT.js +2 -5
- package/dist/es2019/i18n/ru.js +44 -8
- package/dist/es2019/i18n/sk.js +2 -5
- package/dist/es2019/i18n/sv.js +43 -7
- package/dist/es2019/i18n/th.js +42 -6
- package/dist/es2019/i18n/tr.js +44 -8
- package/dist/es2019/i18n/uk.js +42 -6
- package/dist/es2019/i18n/vi.js +42 -6
- package/dist/es2019/i18n/zh.js +39 -6
- package/dist/es2019/i18n/zh_TW.js +42 -6
- package/dist/es2019/plugins/card/nodeviews/blockCard.js +3 -2
- package/dist/es2019/plugins/card/nodeviews/embedCard.js +0 -8
- package/dist/es2019/plugins/card/nodeviews/genericCard.js +2 -13
- package/dist/es2019/plugins/card/nodeviews/inlineCard.js +3 -2
- package/dist/es2019/plugins/card/pm-plugins/doc.js +4 -46
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +42 -6
- package/dist/esm/i18n/da.js +44 -8
- package/dist/esm/i18n/de.js +45 -9
- package/dist/esm/i18n/en_ZZ.js +320 -0
- package/dist/esm/i18n/es.js +43 -7
- package/dist/esm/i18n/et.js +2 -5
- package/dist/esm/i18n/fi.js +44 -8
- package/dist/esm/i18n/fr.js +42 -6
- package/dist/esm/i18n/hu.js +44 -8
- package/dist/esm/i18n/it.js +42 -6
- package/dist/esm/i18n/ja.js +43 -7
- package/dist/esm/i18n/ko.js +44 -8
- package/dist/esm/i18n/nb.js +42 -6
- package/dist/esm/i18n/nl.js +44 -8
- package/dist/esm/i18n/pl.js +18 -6
- package/dist/esm/i18n/pt_BR.js +42 -6
- package/dist/esm/i18n/pt_PT.js +2 -5
- package/dist/esm/i18n/ru.js +44 -8
- package/dist/esm/i18n/sk.js +2 -5
- package/dist/esm/i18n/sv.js +43 -7
- package/dist/esm/i18n/th.js +42 -6
- package/dist/esm/i18n/tr.js +44 -8
- package/dist/esm/i18n/uk.js +42 -6
- package/dist/esm/i18n/vi.js +42 -6
- package/dist/esm/i18n/zh.js +39 -6
- package/dist/esm/i18n/zh_TW.js +42 -6
- package/dist/esm/plugins/card/nodeviews/blockCard.js +5 -4
- package/dist/esm/plugins/card/nodeviews/embedCard.js +0 -10
- package/dist/esm/plugins/card/nodeviews/genericCard.js +3 -30
- package/dist/esm/plugins/card/nodeviews/inlineCard.js +5 -4
- package/dist/esm/plugins/card/pm-plugins/doc.js +4 -49
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +40 -4
- package/dist/types/i18n/da.d.ts +40 -4
- package/dist/types/i18n/de.d.ts +40 -4
- package/dist/types/i18n/en_ZZ.d.ts +320 -0
- package/dist/types/i18n/es.d.ts +40 -4
- package/dist/types/i18n/et.d.ts +1 -4
- package/dist/types/i18n/fi.d.ts +40 -4
- package/dist/types/i18n/fr.d.ts +40 -4
- package/dist/types/i18n/hu.d.ts +40 -4
- package/dist/types/i18n/it.d.ts +40 -4
- package/dist/types/i18n/ja.d.ts +40 -4
- package/dist/types/i18n/ko.d.ts +40 -4
- package/dist/types/i18n/nb.d.ts +40 -4
- package/dist/types/i18n/nl.d.ts +40 -4
- package/dist/types/i18n/pl.d.ts +16 -4
- package/dist/types/i18n/pt_BR.d.ts +40 -4
- package/dist/types/i18n/pt_PT.d.ts +1 -4
- package/dist/types/i18n/ru.d.ts +40 -4
- package/dist/types/i18n/sk.d.ts +1 -4
- package/dist/types/i18n/sv.d.ts +40 -4
- package/dist/types/i18n/th.d.ts +40 -4
- package/dist/types/i18n/tr.d.ts +40 -4
- package/dist/types/i18n/uk.d.ts +40 -4
- package/dist/types/i18n/vi.d.ts +40 -4
- package/dist/types/i18n/zh.d.ts +37 -4
- package/dist/types/i18n/zh_TW.d.ts +40 -4
- package/dist/types/plugins/analytics/types/events.d.ts +1 -5
- package/dist/types/plugins/card/nodeviews/blockCard.d.ts +3 -3
- package/dist/types/plugins/card/nodeviews/embedCard.d.ts +0 -1
- package/dist/types/plugins/card/nodeviews/genericCard.d.ts +0 -4
- package/dist/types/plugins/card/nodeviews/inlineCard.d.ts +3 -2
- package/dist/types/plugins/card/pm-plugins/doc.d.ts +0 -1
- package/package.json +6 -6
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Vietnamese (Vietnam)
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': 'Mục thao tác',
|
|
10
10
|
'fabric.editor.action.description': 'Tạo và chỉ định các mục thao tác',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': 'Thanh công cụ chú thích',
|
|
23
23
|
'fabric.editor.backLink': 'Quay lại',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': 'Liên kết nội tuyến nằm trong {node} và không thể thay đổi chế độ xem liên kết',
|
|
25
|
+
'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',
|
|
26
|
+
'fabric.editor.blockTitle': 'Thẻ',
|
|
25
27
|
'fabric.editor.blockquote': 'một dấu ngoặc kép',
|
|
26
28
|
'fabric.editor.blockquote.description': 'Chèn trích dẫn hoặc tham chiếu',
|
|
27
29
|
'fabric.editor.blockquote2': 'Trích dẫn',
|
|
@@ -33,6 +35,7 @@ export default {
|
|
|
33
35
|
'fabric.editor.cardFloatingControls': 'Tùy chọn thẻ',
|
|
34
36
|
'fabric.editor.cellBackground': 'Nền ô',
|
|
35
37
|
'fabric.editor.cellOptions': 'Tùy chọn ô',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Nhập nội dung bất kỳ...',
|
|
36
39
|
'fabric.editor.clearAltTextEdit': 'Xóa văn bản thay thế',
|
|
37
40
|
'fabric.editor.clearCells': '{0, plural, other {Xóa ô}}',
|
|
38
41
|
'fabric.editor.clearFormatting': 'Xóa định dạng',
|
|
@@ -42,6 +45,7 @@ export default {
|
|
|
42
45
|
'fabric.editor.closeFindReplaceDialog': 'Đóng',
|
|
43
46
|
'fabric.editor.closeHelpDialog': 'Đóng hộp thoại trợ giúp',
|
|
44
47
|
'fabric.editor.code': 'Mã',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff}, Mã đang bật',
|
|
45
49
|
'fabric.editor.codeblock': 'Đoạn mã',
|
|
46
50
|
'fabric.editor.codeblock.description': 'Hiển thị mã có bôi đậm cú pháp',
|
|
47
51
|
'fabric.editor.collapseTable': 'Thu gọn bảng',
|
|
@@ -68,6 +72,8 @@ export default {
|
|
|
68
72
|
'fabric.editor.copyToClipboard': 'Sao chép',
|
|
69
73
|
'fabric.editor.createComment': 'Bình luận',
|
|
70
74
|
'fabric.editor.createCommentInvalid': 'Bạn chỉ có thể bình luận về văn bản và tiêu đề',
|
|
75
|
+
'fabric.editor.customPanel': 'Bảng tùy chỉnh',
|
|
76
|
+
'fabric.editor.customPanel.description': 'Thêm ghi chú với biểu tượng cảm xúc và nền màu',
|
|
71
77
|
'fabric.editor.date': 'Ngày',
|
|
72
78
|
'fabric.editor.date.description': 'Thêm ngày bằng cách sử dụng lịch',
|
|
73
79
|
'fabric.editor.decision': 'Quyết định',
|
|
@@ -81,6 +87,8 @@ export default {
|
|
|
81
87
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Tùy chọn hiển thị này không dùng được bên trong {node}',
|
|
82
88
|
'fabric.editor.displayText': 'Văn bản cần hiển thị',
|
|
83
89
|
'fabric.editor.distributeColumns': 'Phân phối cột',
|
|
90
|
+
'fabric.editor.dropPlaceholderLabel': 'Tài liệu',
|
|
91
|
+
'fabric.editor.ecombedDescription': 'Hiển thị bản xem trước tương tác của một liên kết',
|
|
84
92
|
'fabric.editor.edit': 'Chỉnh sửa',
|
|
85
93
|
'fabric.editor.editAltText': 'Chỉnh sửa văn bản thay thế',
|
|
86
94
|
'fabric.editor.editDateText': 'Sửa ngày',
|
|
@@ -88,7 +96,9 @@ export default {
|
|
|
88
96
|
'fabric.editor.editMode.inviteToEditButton.title': 'Mời chỉnh sửa',
|
|
89
97
|
'fabric.editor.editStatusColor': 'Sửa màu trạng thái',
|
|
90
98
|
'fabric.editor.editStatusText': 'Sửa trạng thái',
|
|
99
|
+
'fabric.editor.editableContentLabel': 'Nội dung có thể chỉnh sửa',
|
|
91
100
|
'fabric.editor.editorHelp': 'Hỗ trợ chỉnh sửa',
|
|
101
|
+
'fabric.editor.editors': 'Người chỉnh sửa',
|
|
92
102
|
'fabric.editor.elementBrowser.help': 'Trợ giúp',
|
|
93
103
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Quản trị',
|
|
94
104
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Tất cả',
|
|
@@ -105,6 +115,7 @@ export default {
|
|
|
105
115
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Hãy thử tìm theo một từ khác hoặc khám phá các ứng dụng mới dành cho sản phẩm của Atlassian.',
|
|
106
116
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Khám phá Atlassian Marketplace',
|
|
107
117
|
'fabric.editor.elementbrowser.sidebar.heading': 'Duyệt',
|
|
118
|
+
'fabric.editor.embedTitle': 'Đã nhúng',
|
|
108
119
|
'fabric.editor.emoji': 'Biểu tượng cảm xúc',
|
|
109
120
|
'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 😄',
|
|
110
121
|
'fabric.editor.emptyLink': 'Vui lòng nhập một liên kết.',
|
|
@@ -126,6 +137,8 @@ export default {
|
|
|
126
137
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Hủy',
|
|
127
138
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Bạn có chắc chắn không?',
|
|
128
139
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
140
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Đã mở bộ điều khiển thanh công cụ nổi',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Thanh công cụ nổi',
|
|
129
142
|
'fabric.editor.headerColumn': 'Cột tiêu đề',
|
|
130
143
|
'fabric.editor.headerRow': 'Hàng tiêu đề',
|
|
131
144
|
'fabric.editor.heading1': 'Heading 1',
|
|
@@ -140,11 +153,19 @@ export default {
|
|
|
140
153
|
'fabric.editor.heading5Description': 'Sử dụng kiểu chữ này để phân loại các danh mục',
|
|
141
154
|
'fabric.editor.heading6': 'Heading 6',
|
|
142
155
|
'fabric.editor.heading6Description': 'Sử dụng kiểu chữ này cho những tiêu đề phụ phía dưới',
|
|
156
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Lỗi',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Vấn đề',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Trang',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Câu chuyện',
|
|
161
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tác vụ',
|
|
162
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Mở hộp thoại trợ giúp',
|
|
143
163
|
'fabric.editor.help': 'Trợ giúp',
|
|
144
164
|
'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',
|
|
145
165
|
'fabric.editor.helpDialogTips': 'Nhấn {keyMap} để mở nhanh hộp thoại này bất kỳ lúc nào',
|
|
146
166
|
'fabric.editor.horizontalRule': 'Trình phân chia',
|
|
147
167
|
'fabric.editor.horizontalRule.description': 'Chia tách nội dung bằng một đường ngang',
|
|
168
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Nhãn liên kết',
|
|
148
169
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Các đề xuất sẽ xuất hiện bên dưới khi bạn nhập thông tin vào trường',
|
|
149
170
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {không tìm thấy kết quả} other {Đã tìm thấy {count,number} kết quả}}',
|
|
150
171
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Dán hoặc tìm kiếm liên kết',
|
|
@@ -153,6 +174,8 @@ export default {
|
|
|
153
174
|
'fabric.editor.info': 'Thông tin',
|
|
154
175
|
'fabric.editor.infoPanel': 'Ô thông tin',
|
|
155
176
|
'fabric.editor.infoPanel.description': 'Bôi đậm thông tin bằng ô màu',
|
|
177
|
+
'fabric.editor.inlineDescription': 'Hiển thị liên kết dưới dạng văn bản nội tuyến',
|
|
178
|
+
'fabric.editor.inlineTitle': 'Nội tuyến',
|
|
156
179
|
'fabric.editor.insertColumn': 'Chèn cột vào bên phải',
|
|
157
180
|
'fabric.editor.insertMenu': 'Chèn',
|
|
158
181
|
'fabric.editor.insertRow': 'Chèn hàng ở bên dưới',
|
|
@@ -173,8 +196,11 @@ export default {
|
|
|
173
196
|
'fabric.editor.markdown': 'Ngôn ngữ đánh dấu',
|
|
174
197
|
'fabric.editor.matchCase': 'Khớp cách viết hoa',
|
|
175
198
|
'fabric.editor.mediaAddLink': 'Thêm liên kết',
|
|
199
|
+
'fabric.editor.mediaGroupDeleteLabel': 'xóa',
|
|
176
200
|
'fabric.editor.mention': 'Đề cập',
|
|
177
201
|
'fabric.editor.mention.description': 'Đề cập đến ai đó để gửi thông báo cho họ',
|
|
202
|
+
'fabric.editor.mentionsAddLabel': 'biểu tượng thêm',
|
|
203
|
+
'fabric.editor.mentionsIconLabel': 'Đề cập',
|
|
178
204
|
'fabric.editor.mergeCells': 'Hợp nhất ô',
|
|
179
205
|
'fabric.editor.moreFormatting': 'Thêm định dạng',
|
|
180
206
|
'fabric.editor.noResultsFound': 'Không có kết quả',
|
|
@@ -183,9 +209,12 @@ export default {
|
|
|
183
209
|
'fabric.editor.notePanel': 'Ô ghi chú',
|
|
184
210
|
'fabric.editor.notePanel.description': 'Thêm ghi chú bằng ô màu',
|
|
185
211
|
'fabric.editor.numberedColumn': 'Cột được đánh số',
|
|
212
|
+
'fabric.editor.off': '{formattingType} đang tắt',
|
|
213
|
+
'fabric.editor.on': '{formattingType} đang bật',
|
|
186
214
|
'fabric.editor.orderedList': 'Danh sách được đánh số',
|
|
187
215
|
'fabric.editor.orderedList.description': 'Tạo một danh sách kiểu sắp xếp',
|
|
188
216
|
'fabric.editor.other': 'Khác...',
|
|
217
|
+
'fabric.editor.pageActionsLabel': 'Thao tác trang',
|
|
189
218
|
'fabric.editor.panel.backgroundColor': 'Màu nền',
|
|
190
219
|
'fabric.editor.panel.emoji': 'Thêm biểu tượng cảm xúc',
|
|
191
220
|
'fabric.editor.pastePlainText': 'Dán văn bản thuần túy',
|
|
@@ -197,6 +226,7 @@ export default {
|
|
|
197
226
|
'fabric.editor.redo': 'Làm lại',
|
|
198
227
|
'fabric.editor.remove': 'Xóa',
|
|
199
228
|
'fabric.editor.removeColumns': '{0, plural, other {Xóa cột}}',
|
|
229
|
+
'fabric.editor.removeEmoji': 'Xóa biểu tượng cảm xúc',
|
|
200
230
|
'fabric.editor.removeRows': '{0, plural, other {Xóa hàng}}',
|
|
201
231
|
'fabric.editor.replace': 'Thay thế',
|
|
202
232
|
'fabric.editor.replaceAll': 'Thay thế tất cả',
|
|
@@ -205,7 +235,7 @@ export default {
|
|
|
205
235
|
'fabric.editor.rightSidebar': 'Thanh bên phải',
|
|
206
236
|
'fabric.editor.saveButton': 'Lưu',
|
|
207
237
|
'fabric.editor.selectLanguage': 'Chọn ngôn ngữ',
|
|
208
|
-
'fabric.editor.
|
|
238
|
+
'fabric.editor.single': 'Cột đơn',
|
|
209
239
|
'fabric.editor.sortColumnASC': 'Sắp xếp cột A → Z',
|
|
210
240
|
'fabric.editor.sortColumnDESC': 'Sắp xếp cột Z → A',
|
|
211
241
|
'fabric.editor.splitCell': 'Tách ô',
|
|
@@ -216,27 +246,30 @@ export default {
|
|
|
216
246
|
'fabric.editor.strike': 'Gạch ngang',
|
|
217
247
|
'fabric.editor.subTask': 'Tác vụ con',
|
|
218
248
|
'fabric.editor.subscript': 'Chỉ số dưới',
|
|
249
|
+
'fabric.editor.subscript.off.superscript.on': 'Chỉ số dưới đang tắt, chỉ số trên đang bật',
|
|
219
250
|
'fabric.editor.success': 'Thành công',
|
|
220
251
|
'fabric.editor.successPanel': 'Ô thành công',
|
|
221
252
|
'fabric.editor.successPanel.description': 'Thêm mẹo bằng ô màu',
|
|
222
253
|
'fabric.editor.superscript': 'Chỉ số trên',
|
|
254
|
+
'fabric.editor.superscript.off.subscript.on': 'Chỉ số trên đang tắt, chỉ số dưới đang bật',
|
|
223
255
|
'fabric.editor.supportAltText': 'Văn bản thay thế là tính năng hữu ích cho những người sử dụng trình đọc màn hình do suy giảm thị lực.',
|
|
224
256
|
'fabric.editor.table': 'Bảng',
|
|
225
257
|
'fabric.editor.table.description': 'Chèn bảng',
|
|
226
258
|
'fabric.editor.tableOptions': 'Tùy chọn bảng',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Việc xóa bảng này
|
|
259
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Việc xóa bảng này sẽ loại bỏ mọi biểu đồ kết nối với bảng.',
|
|
228
260
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Xóa bảng và dữ liệu',
|
|
229
261
|
'fabric.editor.task': 'Tác vụ',
|
|
230
262
|
'fabric.editor.taskPlaceholder': "Nhập thao tác của bạn, sử dụng '@' để chỉ định cho người nào đó.",
|
|
263
|
+
'fabric.editor.text.formatting.off': 'Định dạng văn bản đang tắt',
|
|
231
264
|
'fabric.editor.textColor': 'Màu văn bản',
|
|
232
|
-
'fabric.editor.textColor.lessColors': 'Ít màu hơn',
|
|
233
|
-
'fabric.editor.textColor.moreColors': 'Hiển thị nhiều màu hơn',
|
|
234
265
|
'fabric.editor.textStyles': 'Kiểu văn bản',
|
|
235
266
|
'fabric.editor.threeColumns': 'Ba cột',
|
|
236
267
|
'fabric.editor.threeColumnsWithSidebars': 'Ba cột có các thanh bên',
|
|
237
268
|
'fabric.editor.time.ago': 'trước',
|
|
238
269
|
'fabric.editor.time.updated': 'Đã cập nhật',
|
|
239
270
|
'fabric.editor.time.viewed': 'Đã xem',
|
|
271
|
+
'fabric.editor.toolbarLabel': 'Thanh công cụ trình biên tập',
|
|
272
|
+
'fabric.editor.toolbarMediaTitle': 'Tập tin & hình ảnh',
|
|
240
273
|
'fabric.editor.tooltip.blockPanel': 'một bảng điều khiển',
|
|
241
274
|
'fabric.editor.tooltip.bulletList': 'một danh sách',
|
|
242
275
|
'fabric.editor.tooltip.decisionList': 'một danh sách quyết định',
|
|
@@ -244,6 +277,7 @@ export default {
|
|
|
244
277
|
'fabric.editor.tooltip.nestedExpand': 'nút mở rộng lồng nhau',
|
|
245
278
|
'fabric.editor.tooltip.taskList': 'một mục thao tác',
|
|
246
279
|
'fabric.editor.twoColumns': 'Hai cột',
|
|
280
|
+
'fabric.editor.typeAheadResultLabel': 'Kết quả TypeAhead',
|
|
247
281
|
'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
|
|
248
282
|
'fabric.editor.underline': 'Gạch dưới',
|
|
249
283
|
'fabric.editor.undo': 'Hoàn tác',
|
|
@@ -251,6 +285,8 @@ export default {
|
|
|
251
285
|
'fabric.editor.unorderedList': 'Danh sách dấu đầu dòng',
|
|
252
286
|
'fabric.editor.unorderedList.description': 'Tạo một danh sách kiểu không sắp xếp',
|
|
253
287
|
'fabric.editor.url': 'Hiển thị URL',
|
|
288
|
+
'fabric.editor.urlDescription': 'Hiển thị liên kết dưới dạng URL',
|
|
289
|
+
'fabric.editor.urlTitle': 'URL',
|
|
254
290
|
'fabric.editor.viewMore': 'Xem thêm',
|
|
255
291
|
'fabric.editor.visit': 'Mở liên kết trong cửa sổ mới',
|
|
256
292
|
'fabric.editor.warning': 'Cảnh báo',
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Chinese (Simplified)
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': '操作项',
|
|
10
10
|
'fabric.editor.action.description': '创建和指派操作项目',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': '标注工具栏',
|
|
23
23
|
'fabric.editor.backLink': '返回',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': '内嵌链接位于 {node} 内部,无法更改其视图',
|
|
25
|
+
'fabric.editor.blockDescription': '显示有关链接的更多信息,包括摘要和操作',
|
|
26
|
+
'fabric.editor.blockTitle': '卡片',
|
|
25
27
|
'fabric.editor.blockquote': '引用',
|
|
26
28
|
'fabric.editor.blockquote.description': '插入引用',
|
|
27
29
|
'fabric.editor.blockquote2': '引用',
|
|
@@ -33,6 +35,7 @@ export default {
|
|
|
33
35
|
'fabric.editor.cardFloatingControls': '卡片选项',
|
|
34
36
|
'fabric.editor.cellBackground': '单元格背景',
|
|
35
37
|
'fabric.editor.cellOptions': '单元格选项',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': '输入内容......',
|
|
36
39
|
'fabric.editor.clearAltTextEdit': '清除替代文本',
|
|
37
40
|
'fabric.editor.clearCells': '{0, plural, other {清除单元格}}',
|
|
38
41
|
'fabric.editor.clearFormatting': '清除格式',
|
|
@@ -42,6 +45,7 @@ export default {
|
|
|
42
45
|
'fabric.editor.closeFindReplaceDialog': '关闭',
|
|
43
46
|
'fabric.editor.closeHelpDialog': '关闭帮助对话',
|
|
44
47
|
'fabric.editor.code': '代码',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff},代码已开启',
|
|
45
49
|
'fabric.editor.codeblock': '代码片段',
|
|
46
50
|
'fabric.editor.codeblock.description': '显示带语法高亮的代码',
|
|
47
51
|
'fabric.editor.collapseTable': '收起表格',
|
|
@@ -68,6 +72,8 @@ export default {
|
|
|
68
72
|
'fabric.editor.copyToClipboard': '复制',
|
|
69
73
|
'fabric.editor.createComment': '评论',
|
|
70
74
|
'fabric.editor.createCommentInvalid': '您只可评论文本和标题',
|
|
75
|
+
'fabric.editor.customPanel': '自定义面板',
|
|
76
|
+
'fabric.editor.customPanel.description': '使用表情和彩色背景来添加注释',
|
|
71
77
|
'fabric.editor.date': '日期',
|
|
72
78
|
'fabric.editor.date.description': '使用日历添加日期',
|
|
73
79
|
'fabric.editor.decision': '决定',
|
|
@@ -81,6 +87,8 @@ export default {
|
|
|
81
87
|
'fabric.editor.displayOptionUnavailableInParentNode': '无法在 {node} 内使用此显示选项',
|
|
82
88
|
'fabric.editor.displayText': '待显示的文本',
|
|
83
89
|
'fabric.editor.distributeColumns': '分散列',
|
|
90
|
+
'fabric.editor.dropPlaceholderLabel': '文档',
|
|
91
|
+
'fabric.editor.ecombedDescription': '显示链接的交互式预览',
|
|
84
92
|
'fabric.editor.edit': '编辑',
|
|
85
93
|
'fabric.editor.editAltText': '编辑替代文本',
|
|
86
94
|
'fabric.editor.editDateText': '编辑日期',
|
|
@@ -88,7 +96,9 @@ export default {
|
|
|
88
96
|
'fabric.editor.editMode.inviteToEditButton.title': '邀请编辑',
|
|
89
97
|
'fabric.editor.editStatusColor': '编辑状态颜色',
|
|
90
98
|
'fabric.editor.editStatusText': '编辑状态',
|
|
99
|
+
'fabric.editor.editableContentLabel': '可编辑内容',
|
|
91
100
|
'fabric.editor.editorHelp': '编辑器帮助',
|
|
101
|
+
'fabric.editor.editors': '编辑者',
|
|
92
102
|
'fabric.editor.elementBrowser.help': '帮助',
|
|
93
103
|
'fabric.editor.elementbrowser.categorylist.category-admin': '管理',
|
|
94
104
|
'fabric.editor.elementbrowser.categorylist.category-all': '全部',
|
|
@@ -105,6 +115,7 @@ export default {
|
|
|
105
115
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '请尝试用其他术语搜索或寻找适用于 Atlassian 产品的新应用。',
|
|
106
116
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': '浏览 Atlassian Marketplace',
|
|
107
117
|
'fabric.editor.elementbrowser.sidebar.heading': '浏览',
|
|
118
|
+
'fabric.editor.embedTitle': '嵌入',
|
|
108
119
|
'fabric.editor.emoji': '表情符号',
|
|
109
120
|
'fabric.editor.emoji.description': '使用表情符号传达理念 🎉 和情绪 😄',
|
|
110
121
|
'fabric.editor.emptyLink': '请输入链接。',
|
|
@@ -126,6 +137,8 @@ export default {
|
|
|
126
137
|
'fabric.editor.floatingToolbar.confirmModalCancel': '取消',
|
|
127
138
|
'fabric.editor.floatingToolbar.confirmModalHeading': '您确定吗?',
|
|
128
139
|
'fabric.editor.floatingToolbar.confirmModalOK': '确定',
|
|
140
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': '浮动工具栏控件已打开',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '浮动工具栏',
|
|
129
142
|
'fabric.editor.headerColumn': '标头列',
|
|
130
143
|
'fabric.editor.headerRow': '表头行',
|
|
131
144
|
'fabric.editor.heading1': '标题 1',
|
|
@@ -140,11 +153,18 @@ export default {
|
|
|
140
153
|
'fabric.editor.heading5Description': '用于对列表项进行分组',
|
|
141
154
|
'fabric.editor.heading6': '标题 6',
|
|
142
155
|
'fabric.editor.heading6Description': '用于次级标题',
|
|
156
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': '缺陷',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '事务',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': '页面',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': '故事',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': '任务',
|
|
161
|
+
'fabric.editor.headingLink.toolbarHelpTitle': '打开帮助对话框',
|
|
143
162
|
'fabric.editor.help': '帮助',
|
|
144
163
|
'fabric.editor.help.description': '浏览所有键盘快捷键和文本标记选项',
|
|
145
164
|
'fabric.editor.helpDialogTips': '点击 {keyMap} 可以随时快速打开此对话',
|
|
146
165
|
'fabric.editor.horizontalRule': '分隔条',
|
|
147
166
|
'fabric.editor.horizontalRule.description': '使用水平线分隔内容',
|
|
167
|
+
'fabric.editor.hyperlink.linkAriaLabel': '链接标签',
|
|
148
168
|
'fabric.editor.hyperlink.searchLinkAriaDescription': '在字段中输入内容时,下方会显示建议内容',
|
|
149
169
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {未找到结果} other {找到 {count,number} 个结果}}',
|
|
150
170
|
'fabric.editor.hyperlinkToolbarPlaceholder': '粘贴或搜索链接',
|
|
@@ -153,6 +173,8 @@ export default {
|
|
|
153
173
|
'fabric.editor.info': '信息',
|
|
154
174
|
'fabric.editor.infoPanel': '信息面板',
|
|
155
175
|
'fabric.editor.infoPanel.description': '在彩色面板高亮显示信息',
|
|
176
|
+
'fabric.editor.inlineDescription': '以内嵌文本显示链接',
|
|
177
|
+
'fabric.editor.inlineTitle': '内嵌',
|
|
156
178
|
'fabric.editor.insertColumn': '在右侧插入列',
|
|
157
179
|
'fabric.editor.insertMenu': '插入',
|
|
158
180
|
'fabric.editor.insertRow': '在下方插入行',
|
|
@@ -173,8 +195,10 @@ export default {
|
|
|
173
195
|
'fabric.editor.markdown': '进行标记',
|
|
174
196
|
'fabric.editor.matchCase': '匹配大小写',
|
|
175
197
|
'fabric.editor.mediaAddLink': '添加链接',
|
|
198
|
+
'fabric.editor.mediaGroupDeleteLabel': '删除',
|
|
176
199
|
'fabric.editor.mention': '提到',
|
|
177
200
|
'fabric.editor.mention.description': '提及某人以发送通知',
|
|
201
|
+
'fabric.editor.mentionsIconLabel': '提及',
|
|
178
202
|
'fabric.editor.mergeCells': '合并单元格',
|
|
179
203
|
'fabric.editor.moreFormatting': '更多格式',
|
|
180
204
|
'fabric.editor.noResultsFound': '无结果',
|
|
@@ -183,9 +207,11 @@ export default {
|
|
|
183
207
|
'fabric.editor.notePanel': '记录面板',
|
|
184
208
|
'fabric.editor.notePanel.description': '在彩色面板添加注释',
|
|
185
209
|
'fabric.editor.numberedColumn': '编号列',
|
|
210
|
+
'fabric.editor.on': '{formattingType}已开启',
|
|
186
211
|
'fabric.editor.orderedList': '有序列表',
|
|
187
212
|
'fabric.editor.orderedList.description': '创建有序列表',
|
|
188
213
|
'fabric.editor.other': '其他...',
|
|
214
|
+
'fabric.editor.pageActionsLabel': '页面操作',
|
|
189
215
|
'fabric.editor.panel.backgroundColor': '背景颜色',
|
|
190
216
|
'fabric.editor.panel.emoji': '添加表情',
|
|
191
217
|
'fabric.editor.pastePlainText': '粘贴纯文本',
|
|
@@ -197,6 +223,7 @@ export default {
|
|
|
197
223
|
'fabric.editor.redo': '重试',
|
|
198
224
|
'fabric.editor.remove': '删除',
|
|
199
225
|
'fabric.editor.removeColumns': '{0, plural, other {删除列}}',
|
|
226
|
+
'fabric.editor.removeEmoji': '删除表情',
|
|
200
227
|
'fabric.editor.removeRows': '{0, plural, other {删除行}}',
|
|
201
228
|
'fabric.editor.replace': '替换',
|
|
202
229
|
'fabric.editor.replaceAll': '全部替换',
|
|
@@ -205,7 +232,7 @@ export default {
|
|
|
205
232
|
'fabric.editor.rightSidebar': '右侧栏',
|
|
206
233
|
'fabric.editor.saveButton': '保存',
|
|
207
234
|
'fabric.editor.selectLanguage': '选择语言',
|
|
208
|
-
'fabric.editor.
|
|
235
|
+
'fabric.editor.single': '单列',
|
|
209
236
|
'fabric.editor.sortColumnASC': '对列 A → Z 进行排序',
|
|
210
237
|
'fabric.editor.sortColumnDESC': '对列 Z → A 进行排序',
|
|
211
238
|
'fabric.editor.splitCell': '分离单元格',
|
|
@@ -216,27 +243,30 @@ export default {
|
|
|
216
243
|
'fabric.editor.strike': '删除线',
|
|
217
244
|
'fabric.editor.subTask': '子任务',
|
|
218
245
|
'fabric.editor.subscript': '下标',
|
|
246
|
+
'fabric.editor.subscript.off.superscript.on': '禁用下标,启用上标',
|
|
219
247
|
'fabric.editor.success': '成功',
|
|
220
248
|
'fabric.editor.successPanel': '成功面板',
|
|
221
249
|
'fabric.editor.successPanel.description': '在彩色面板添加提示',
|
|
222
250
|
'fabric.editor.superscript': '上标',
|
|
251
|
+
'fabric.editor.superscript.off.subscript.on': '禁用上标,启用下标',
|
|
223
252
|
'fabric.editor.supportAltText': '对于因有视觉障碍而使用屏幕朗读器的用户,替代文本很有帮助。',
|
|
224
253
|
'fabric.editor.table': '表格',
|
|
225
254
|
'fabric.editor.table.description': '插入表格',
|
|
226
255
|
'fabric.editor.tableOptions': '表格选项',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '
|
|
256
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '删除此表格将断开与其连接的所有图表。',
|
|
228
257
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '删除表格和数据',
|
|
229
258
|
'fabric.editor.task': '任务',
|
|
230
259
|
'fabric.editor.taskPlaceholder': '输入您的操作,使用“@”进行分配。',
|
|
260
|
+
'fabric.editor.text.formatting.off': '文本格式已关闭',
|
|
231
261
|
'fabric.editor.textColor': '文本颜色',
|
|
232
|
-
'fabric.editor.textColor.lessColors': '减少颜色',
|
|
233
|
-
'fabric.editor.textColor.moreColors': '更多颜色',
|
|
234
262
|
'fabric.editor.textStyles': '文本样式',
|
|
235
263
|
'fabric.editor.threeColumns': '三栏',
|
|
236
264
|
'fabric.editor.threeColumnsWithSidebars': '具有侧边栏的三列',
|
|
237
265
|
'fabric.editor.time.ago': '前',
|
|
238
266
|
'fabric.editor.time.updated': '上次更新时间',
|
|
239
267
|
'fabric.editor.time.viewed': '上次查看时间',
|
|
268
|
+
'fabric.editor.toolbarLabel': '编辑器工具栏',
|
|
269
|
+
'fabric.editor.toolbarMediaTitle': '文件和图像',
|
|
240
270
|
'fabric.editor.tooltip.blockPanel': '面板',
|
|
241
271
|
'fabric.editor.tooltip.bulletList': '一个列表',
|
|
242
272
|
'fabric.editor.tooltip.decisionList': '决策列表',
|
|
@@ -244,6 +274,7 @@ export default {
|
|
|
244
274
|
'fabric.editor.tooltip.nestedExpand': '嵌套扩展',
|
|
245
275
|
'fabric.editor.tooltip.taskList': '操作项',
|
|
246
276
|
'fabric.editor.twoColumns': '两栏',
|
|
277
|
+
'fabric.editor.typeAheadResultLabel': '输入提示结果',
|
|
247
278
|
'fabric.editor.unableToOpenLink': '无法打开此链接',
|
|
248
279
|
'fabric.editor.underline': '下划线',
|
|
249
280
|
'fabric.editor.undo': '撤销',
|
|
@@ -251,6 +282,8 @@ export default {
|
|
|
251
282
|
'fabric.editor.unorderedList': '无序列表',
|
|
252
283
|
'fabric.editor.unorderedList.description': '创建无序列表',
|
|
253
284
|
'fabric.editor.url': '显示 URL',
|
|
285
|
+
'fabric.editor.urlDescription': '以 URL 显示链接',
|
|
286
|
+
'fabric.editor.urlTitle': 'URL',
|
|
254
287
|
'fabric.editor.viewMore': '查看更多',
|
|
255
288
|
'fabric.editor.visit': '在新窗口中打开链接',
|
|
256
289
|
'fabric.editor.warning': '警告',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Chinese (Traditional)
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': '動作項目',
|
|
10
10
|
'fabric.editor.action.description': '建立並指派動作項目',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': '註解工具列',
|
|
23
23
|
'fabric.editor.backLink': '返回',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': '內嵌連結位於 {node} 內,無法變更其檢視',
|
|
25
|
+
'fabric.editor.blockDescription': '顯示有關連結的更多資訊,包括摘要和動作',
|
|
26
|
+
'fabric.editor.blockTitle': '卡片',
|
|
25
27
|
'fabric.editor.blockquote': '引述',
|
|
26
28
|
'fabric.editor.blockquote.description': '插入引述或引文',
|
|
27
29
|
'fabric.editor.blockquote2': '引述',
|
|
@@ -33,6 +35,7 @@ export default {
|
|
|
33
35
|
'fabric.editor.cardFloatingControls': '卡片選項',
|
|
34
36
|
'fabric.editor.cellBackground': '儲存格背景',
|
|
35
37
|
'fabric.editor.cellOptions': '儲存格選項',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': '輸入一些內容...',
|
|
36
39
|
'fabric.editor.clearAltTextEdit': '清除替代文字',
|
|
37
40
|
'fabric.editor.clearCells': '{0, plural, other {清除儲存格}}',
|
|
38
41
|
'fabric.editor.clearFormatting': '清除格式設定',
|
|
@@ -42,6 +45,7 @@ export default {
|
|
|
42
45
|
'fabric.editor.closeFindReplaceDialog': '關閉',
|
|
43
46
|
'fabric.editor.closeHelpDialog': '關閉說明對話方塊',
|
|
44
47
|
'fabric.editor.code': '程式碼',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff},程式碼開啟',
|
|
45
49
|
'fabric.editor.codeblock': '程式碼片段',
|
|
46
50
|
'fabric.editor.codeblock.description': '顯示程式碼並醒目提示語法',
|
|
47
51
|
'fabric.editor.collapseTable': '摺疊表格',
|
|
@@ -68,6 +72,8 @@ export default {
|
|
|
68
72
|
'fabric.editor.copyToClipboard': '複製',
|
|
69
73
|
'fabric.editor.createComment': '留言',
|
|
70
74
|
'fabric.editor.createCommentInvalid': '您只能在文字和標題上留言',
|
|
75
|
+
'fabric.editor.customPanel': '自訂面板',
|
|
76
|
+
'fabric.editor.customPanel.description': '新增一個帶有表情符號和彩色背景的附註',
|
|
71
77
|
'fabric.editor.date': '日期',
|
|
72
78
|
'fabric.editor.date.description': '使用日曆新增日期',
|
|
73
79
|
'fabric.editor.decision': '決定',
|
|
@@ -81,6 +87,8 @@ export default {
|
|
|
81
87
|
'fabric.editor.displayOptionUnavailableInParentNode': '{node} 內無法使用此顯示選項',
|
|
82
88
|
'fabric.editor.displayText': '要顯示的文字',
|
|
83
89
|
'fabric.editor.distributeColumns': '平均分配直欄寬度',
|
|
90
|
+
'fabric.editor.dropPlaceholderLabel': '文件',
|
|
91
|
+
'fabric.editor.ecombedDescription': '顯示連結的互動式預覽',
|
|
84
92
|
'fabric.editor.edit': '編輯',
|
|
85
93
|
'fabric.editor.editAltText': '編輯替代文字',
|
|
86
94
|
'fabric.editor.editDateText': '編輯日期',
|
|
@@ -88,7 +96,9 @@ export default {
|
|
|
88
96
|
'fabric.editor.editMode.inviteToEditButton.title': '邀請編輯',
|
|
89
97
|
'fabric.editor.editStatusColor': '編輯狀態顏色',
|
|
90
98
|
'fabric.editor.editStatusText': '編輯狀態',
|
|
99
|
+
'fabric.editor.editableContentLabel': '可編輯內容',
|
|
91
100
|
'fabric.editor.editorHelp': '編輯器說明',
|
|
101
|
+
'fabric.editor.editors': '編輯者',
|
|
92
102
|
'fabric.editor.elementBrowser.help': '說明',
|
|
93
103
|
'fabric.editor.elementbrowser.categorylist.category-admin': '管理',
|
|
94
104
|
'fabric.editor.elementbrowser.categorylist.category-all': '全部',
|
|
@@ -105,6 +115,7 @@ export default {
|
|
|
105
115
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '請試著使用不同的詞彙搜尋,或探索 Atlassian 產品的新應用程式。',
|
|
106
116
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': '探索 Atlassian Marketplace',
|
|
107
117
|
'fabric.editor.elementbrowser.sidebar.heading': '瀏覽',
|
|
118
|
+
'fabric.editor.embedTitle': '嵌入',
|
|
108
119
|
'fabric.editor.emoji': '表情符號',
|
|
109
120
|
'fabric.editor.emoji.description': '使用表情符號來傳達想法 🎉 和情緒 😄',
|
|
110
121
|
'fabric.editor.emptyLink': '請輸入連結。',
|
|
@@ -126,6 +137,8 @@ export default {
|
|
|
126
137
|
'fabric.editor.floatingToolbar.confirmModalCancel': '取消',
|
|
127
138
|
'fabric.editor.floatingToolbar.confirmModalHeading': '您確定嗎?',
|
|
128
139
|
'fabric.editor.floatingToolbar.confirmModalOK': '確定',
|
|
140
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': '已開啟浮動工具列控制項',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '浮動工具列',
|
|
129
142
|
'fabric.editor.headerColumn': '標題欄',
|
|
130
143
|
'fabric.editor.headerRow': '標題列',
|
|
131
144
|
'fabric.editor.heading1': '標題 1',
|
|
@@ -140,11 +153,19 @@ export default {
|
|
|
140
153
|
'fabric.editor.heading5Description': '用於分組清單項目',
|
|
141
154
|
'fabric.editor.heading6': '標題 6',
|
|
142
155
|
'fabric.editor.heading6Description': '用於低層級標題',
|
|
156
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': '部落格',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': '錯誤',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '問題',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': '頁面',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': '故事',
|
|
161
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': '任務',
|
|
162
|
+
'fabric.editor.headingLink.toolbarHelpTitle': '開啟說明對話方塊',
|
|
143
163
|
'fabric.editor.help': '說明',
|
|
144
164
|
'fabric.editor.help.description': '瀏覽所有鍵盤快速鍵和 Markdown 選項',
|
|
145
165
|
'fabric.editor.helpDialogTips': '您可以隨時按下 {keyMap} 來快速開啟此對話方塊',
|
|
146
166
|
'fabric.editor.horizontalRule': '分隔線',
|
|
147
167
|
'fabric.editor.horizontalRule.description': '使用水平線來區隔內容',
|
|
168
|
+
'fabric.editor.hyperlink.linkAriaLabel': '連結標籤',
|
|
148
169
|
'fabric.editor.hyperlink.searchLinkAriaDescription': '當您在欄位中輸入內容時,建議會顯示在下方',
|
|
149
170
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {沒有找到任何結果} other {找到 {count,number} 個結果}}',
|
|
150
171
|
'fabric.editor.hyperlinkToolbarPlaceholder': '貼上或搜尋連結',
|
|
@@ -153,6 +174,8 @@ export default {
|
|
|
153
174
|
'fabric.editor.info': '資訊',
|
|
154
175
|
'fabric.editor.infoPanel': '資訊面板',
|
|
155
176
|
'fabric.editor.infoPanel.description': '以彩色面板醒目提示資訊',
|
|
177
|
+
'fabric.editor.inlineDescription': '將連結顯示為內嵌文字',
|
|
178
|
+
'fabric.editor.inlineTitle': '內嵌',
|
|
156
179
|
'fabric.editor.insertColumn': '在右側插入直欄',
|
|
157
180
|
'fabric.editor.insertMenu': '插入',
|
|
158
181
|
'fabric.editor.insertRow': '在下方插入列',
|
|
@@ -173,8 +196,11 @@ export default {
|
|
|
173
196
|
'fabric.editor.markdown': 'Markdown',
|
|
174
197
|
'fabric.editor.matchCase': '大小寫須相符',
|
|
175
198
|
'fabric.editor.mediaAddLink': '新增連結',
|
|
199
|
+
'fabric.editor.mediaGroupDeleteLabel': '刪除',
|
|
176
200
|
'fabric.editor.mention': '提及',
|
|
177
201
|
'fabric.editor.mention.description': '提及他人以傳送通知',
|
|
202
|
+
'fabric.editor.mentionsAddLabel': '新增圖示',
|
|
203
|
+
'fabric.editor.mentionsIconLabel': '提及',
|
|
178
204
|
'fabric.editor.mergeCells': '合併儲存格',
|
|
179
205
|
'fabric.editor.moreFormatting': '更多格式設定',
|
|
180
206
|
'fabric.editor.noResultsFound': '沒有結果',
|
|
@@ -183,9 +209,12 @@ export default {
|
|
|
183
209
|
'fabric.editor.notePanel': '附註面板',
|
|
184
210
|
'fabric.editor.notePanel.description': '以彩色面板新增附註',
|
|
185
211
|
'fabric.editor.numberedColumn': '編號直欄',
|
|
212
|
+
'fabric.editor.off': '{formattingType} 關閉',
|
|
213
|
+
'fabric.editor.on': '{formattingType} 開啟',
|
|
186
214
|
'fabric.editor.orderedList': '編號清單',
|
|
187
215
|
'fabric.editor.orderedList.description': '建立已排序的清單',
|
|
188
216
|
'fabric.editor.other': '其他...',
|
|
217
|
+
'fabric.editor.pageActionsLabel': '頁面動作',
|
|
189
218
|
'fabric.editor.panel.backgroundColor': '背景顏色',
|
|
190
219
|
'fabric.editor.panel.emoji': '新增表情符號',
|
|
191
220
|
'fabric.editor.pastePlainText': '貼上純文字',
|
|
@@ -197,6 +226,7 @@ export default {
|
|
|
197
226
|
'fabric.editor.redo': '重做',
|
|
198
227
|
'fabric.editor.remove': '移除',
|
|
199
228
|
'fabric.editor.removeColumns': '{0, plural, other {刪除直欄}}',
|
|
229
|
+
'fabric.editor.removeEmoji': '移除表情符號',
|
|
200
230
|
'fabric.editor.removeRows': '{0, plural, other {刪除列}}',
|
|
201
231
|
'fabric.editor.replace': '取代',
|
|
202
232
|
'fabric.editor.replaceAll': '全部取代',
|
|
@@ -205,7 +235,7 @@ export default {
|
|
|
205
235
|
'fabric.editor.rightSidebar': '右側資訊看板',
|
|
206
236
|
'fabric.editor.saveButton': '儲存',
|
|
207
237
|
'fabric.editor.selectLanguage': '選取語言',
|
|
208
|
-
'fabric.editor.
|
|
238
|
+
'fabric.editor.single': '單欄',
|
|
209
239
|
'fabric.editor.sortColumnASC': '以 A → Z 排序直欄',
|
|
210
240
|
'fabric.editor.sortColumnDESC': '以 Z → A 排序直欄',
|
|
211
241
|
'fabric.editor.splitCell': '分割儲存格',
|
|
@@ -216,27 +246,30 @@ export default {
|
|
|
216
246
|
'fabric.editor.strike': '刪除線',
|
|
217
247
|
'fabric.editor.subTask': '子任務',
|
|
218
248
|
'fabric.editor.subscript': '下標',
|
|
249
|
+
'fabric.editor.subscript.off.superscript.on': '下標關閉,上標開啟',
|
|
219
250
|
'fabric.editor.success': '成功',
|
|
220
251
|
'fabric.editor.successPanel': '成功面板',
|
|
221
252
|
'fabric.editor.successPanel.description': '以彩色面板新增提示',
|
|
222
253
|
'fabric.editor.superscript': '上標',
|
|
254
|
+
'fabric.editor.superscript.off.subscript.on': '上標關閉,下標開啟',
|
|
223
255
|
'fabric.editor.supportAltText': '替代文字對於因為視障而使用螢幕閱讀器的人相當實用。',
|
|
224
256
|
'fabric.editor.table': '表格',
|
|
225
257
|
'fabric.editor.table.description': '插入表格',
|
|
226
258
|
'fabric.editor.tableOptions': '表格選項',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '
|
|
259
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '移除此表格會破壞所有與之連結的圖表。',
|
|
228
260
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '移除表格和資料',
|
|
229
261
|
'fabric.editor.task': '任務',
|
|
230
262
|
'fabric.editor.taskPlaceholder': '輸入動作,使用「@」以指派給他人。',
|
|
263
|
+
'fabric.editor.text.formatting.off': '文字格式設定關閉',
|
|
231
264
|
'fabric.editor.textColor': '文字顏色',
|
|
232
|
-
'fabric.editor.textColor.lessColors': '較少色彩',
|
|
233
|
-
'fabric.editor.textColor.moreColors': '較多色彩',
|
|
234
265
|
'fabric.editor.textStyles': '文字樣式',
|
|
235
266
|
'fabric.editor.threeColumns': '三欄',
|
|
236
267
|
'fabric.editor.threeColumnsWithSidebars': '三個包含資訊看板的直欄',
|
|
237
268
|
'fabric.editor.time.ago': '前',
|
|
238
269
|
'fabric.editor.time.updated': '已更新',
|
|
239
270
|
'fabric.editor.time.viewed': '已檢視',
|
|
271
|
+
'fabric.editor.toolbarLabel': '編輯器工具列',
|
|
272
|
+
'fabric.editor.toolbarMediaTitle': '檔案與影像',
|
|
240
273
|
'fabric.editor.tooltip.blockPanel': '面板',
|
|
241
274
|
'fabric.editor.tooltip.bulletList': '清單',
|
|
242
275
|
'fabric.editor.tooltip.decisionList': '決定清單',
|
|
@@ -244,6 +277,7 @@ export default {
|
|
|
244
277
|
'fabric.editor.tooltip.nestedExpand': '巢狀擴充',
|
|
245
278
|
'fabric.editor.tooltip.taskList': '動作項目',
|
|
246
279
|
'fabric.editor.twoColumns': '兩欄',
|
|
280
|
+
'fabric.editor.typeAheadResultLabel': '自動提示結果',
|
|
247
281
|
'fabric.editor.unableToOpenLink': '無法開啟此連結',
|
|
248
282
|
'fabric.editor.underline': '底線',
|
|
249
283
|
'fabric.editor.undo': '復原',
|
|
@@ -251,6 +285,8 @@ export default {
|
|
|
251
285
|
'fabric.editor.unorderedList': '項目符號清單',
|
|
252
286
|
'fabric.editor.unorderedList.description': '建立未排序的清單',
|
|
253
287
|
'fabric.editor.url': '顯示 URL',
|
|
288
|
+
'fabric.editor.urlDescription': '將連結顯示為 URL',
|
|
289
|
+
'fabric.editor.urlTitle': 'URL',
|
|
254
290
|
'fabric.editor.viewMore': '檢視更多',
|
|
255
291
|
'fabric.editor.visit': '在新視窗中開啟連結',
|
|
256
292
|
'fabric.editor.warning': '警告',
|
|
@@ -16,7 +16,8 @@ import { UnsupportedBlock } from '@atlaskit/editor-common/ui';
|
|
|
16
16
|
import { browser } from '@atlaskit/editor-common/utils';
|
|
17
17
|
import PropTypes from 'prop-types';
|
|
18
18
|
import rafSchedule from 'raf-schd';
|
|
19
|
-
import { Card
|
|
19
|
+
import { Card } from './genericCard';
|
|
20
|
+
import { ReactNodeView } from '../../../nodeviews/';
|
|
20
21
|
import { registerCard } from '../pm-plugins/actions';
|
|
21
22
|
import { findOverflowScrollParent } from '@atlaskit/editor-common/ui';
|
|
22
23
|
export var BlockCardComponent = /*#__PURE__*/function (_React$PureComponent) {
|
|
@@ -120,8 +121,8 @@ _defineProperty(BlockCardComponent, "contextTypes", {
|
|
|
120
121
|
});
|
|
121
122
|
|
|
122
123
|
var WrappedBlockCard = Card(BlockCardComponent, UnsupportedBlock);
|
|
123
|
-
export var BlockCard = /*#__PURE__*/function (
|
|
124
|
-
_inherits(BlockCard,
|
|
124
|
+
export var BlockCard = /*#__PURE__*/function (_ReactNodeView) {
|
|
125
|
+
_inherits(BlockCard, _ReactNodeView);
|
|
125
126
|
|
|
126
127
|
var _super2 = _createSuper(BlockCard);
|
|
127
128
|
|
|
@@ -158,4 +159,4 @@ export var BlockCard = /*#__PURE__*/function (_GenericCard) {
|
|
|
158
159
|
}]);
|
|
159
160
|
|
|
160
161
|
return BlockCard;
|
|
161
|
-
}(
|
|
162
|
+
}(ReactNodeView);
|