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