@atlaskit/editor-common 78.11.2 → 78.11.3
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 +7 -0
- package/afm-cc/tsconfig.json +3 -0
- package/dist/cjs/doc-utils/editor-use-only.js +33 -0
- package/dist/cjs/doc-utils/index.js +12 -0
- package/dist/cjs/element-browser/messages.js +2 -2
- package/dist/cjs/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/cjs/i18n/cs.js +8 -5
- package/dist/cjs/i18n/da.js +12 -8
- package/dist/cjs/i18n/de.js +13 -8
- package/dist/cjs/i18n/en.js +14 -10
- package/dist/cjs/i18n/en_GB.js +14 -10
- package/dist/cjs/i18n/en_ZZ.js +15 -11
- package/dist/cjs/i18n/es.js +12 -8
- package/dist/cjs/i18n/fi.js +12 -8
- package/dist/cjs/i18n/fr.js +12 -8
- package/dist/cjs/i18n/hu.js +12 -8
- package/dist/cjs/i18n/it.js +12 -8
- package/dist/cjs/i18n/ja.js +12 -8
- package/dist/cjs/i18n/ko.js +12 -8
- package/dist/cjs/i18n/nb.js +12 -8
- package/dist/cjs/i18n/nl.js +12 -8
- package/dist/cjs/i18n/pl.js +12 -8
- package/dist/cjs/i18n/pt_BR.js +14 -6
- package/dist/cjs/i18n/ru.js +12 -8
- package/dist/cjs/i18n/sv.js +12 -8
- package/dist/cjs/i18n/th.js +12 -8
- package/dist/cjs/i18n/tr.js +14 -9
- package/dist/cjs/i18n/uk.js +12 -8
- package/dist/cjs/i18n/vi.js +59 -5
- package/dist/cjs/i18n/zh.js +59 -5
- package/dist/cjs/i18n/zh_TW.js +59 -5
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/doc-utils/editor-use-only.js +25 -0
- package/dist/es2019/doc-utils/index.js +1 -0
- package/dist/es2019/element-browser/messages.js +2 -2
- package/dist/es2019/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/es2019/i18n/cs.js +8 -5
- package/dist/es2019/i18n/da.js +12 -8
- package/dist/es2019/i18n/de.js +13 -8
- package/dist/es2019/i18n/en.js +14 -10
- package/dist/es2019/i18n/en_GB.js +14 -10
- package/dist/es2019/i18n/en_ZZ.js +15 -11
- package/dist/es2019/i18n/es.js +12 -8
- package/dist/es2019/i18n/fi.js +12 -8
- package/dist/es2019/i18n/fr.js +12 -8
- package/dist/es2019/i18n/hu.js +12 -8
- package/dist/es2019/i18n/it.js +12 -8
- package/dist/es2019/i18n/ja.js +12 -8
- package/dist/es2019/i18n/ko.js +12 -8
- package/dist/es2019/i18n/nb.js +12 -8
- package/dist/es2019/i18n/nl.js +12 -8
- package/dist/es2019/i18n/pl.js +12 -8
- package/dist/es2019/i18n/pt_BR.js +14 -6
- package/dist/es2019/i18n/ru.js +12 -8
- package/dist/es2019/i18n/sv.js +12 -8
- package/dist/es2019/i18n/th.js +12 -8
- package/dist/es2019/i18n/tr.js +14 -9
- package/dist/es2019/i18n/uk.js +12 -8
- package/dist/es2019/i18n/vi.js +59 -5
- package/dist/es2019/i18n/zh.js +59 -5
- package/dist/es2019/i18n/zh_TW.js +59 -5
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/doc-utils/editor-use-only.js +26 -0
- package/dist/esm/doc-utils/index.js +1 -0
- package/dist/esm/element-browser/messages.js +2 -2
- package/dist/esm/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/esm/i18n/cs.js +8 -5
- package/dist/esm/i18n/da.js +12 -8
- package/dist/esm/i18n/de.js +13 -8
- package/dist/esm/i18n/en.js +14 -10
- package/dist/esm/i18n/en_GB.js +14 -10
- package/dist/esm/i18n/en_ZZ.js +15 -11
- package/dist/esm/i18n/es.js +12 -8
- package/dist/esm/i18n/fi.js +12 -8
- package/dist/esm/i18n/fr.js +12 -8
- package/dist/esm/i18n/hu.js +12 -8
- package/dist/esm/i18n/it.js +12 -8
- package/dist/esm/i18n/ja.js +12 -8
- package/dist/esm/i18n/ko.js +12 -8
- package/dist/esm/i18n/nb.js +12 -8
- package/dist/esm/i18n/nl.js +12 -8
- package/dist/esm/i18n/pl.js +12 -8
- package/dist/esm/i18n/pt_BR.js +14 -6
- package/dist/esm/i18n/ru.js +12 -8
- package/dist/esm/i18n/sv.js +12 -8
- package/dist/esm/i18n/th.js +12 -8
- package/dist/esm/i18n/tr.js +14 -9
- package/dist/esm/i18n/uk.js +12 -8
- package/dist/esm/i18n/vi.js +59 -5
- package/dist/esm/i18n/zh.js +59 -5
- package/dist/esm/i18n/zh_TW.js +59 -5
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/doc-utils/editor-use-only.d.ts +5 -0
- package/dist/types/doc-utils/index.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +8 -5
- package/dist/types/i18n/da.d.ts +9 -5
- package/dist/types/i18n/de.d.ts +10 -5
- package/dist/types/i18n/en.d.ts +10 -6
- package/dist/types/i18n/en_GB.d.ts +10 -6
- package/dist/types/i18n/en_ZZ.d.ts +10 -6
- package/dist/types/i18n/es.d.ts +9 -5
- package/dist/types/i18n/fi.d.ts +9 -5
- package/dist/types/i18n/fr.d.ts +9 -5
- package/dist/types/i18n/hu.d.ts +9 -5
- package/dist/types/i18n/it.d.ts +9 -5
- package/dist/types/i18n/ja.d.ts +9 -5
- package/dist/types/i18n/ko.d.ts +9 -5
- package/dist/types/i18n/nb.d.ts +9 -5
- package/dist/types/i18n/nl.d.ts +9 -5
- package/dist/types/i18n/pl.d.ts +9 -5
- package/dist/types/i18n/pt_BR.d.ts +11 -3
- package/dist/types/i18n/ru.d.ts +9 -5
- package/dist/types/i18n/sv.d.ts +9 -5
- package/dist/types/i18n/th.d.ts +9 -5
- package/dist/types/i18n/tr.d.ts +10 -5
- package/dist/types/i18n/uk.d.ts +9 -5
- package/dist/types/i18n/vi.d.ts +57 -3
- package/dist/types/i18n/zh.d.ts +57 -3
- package/dist/types/i18n/zh_TW.d.ts +57 -3
- package/dist/types-ts4.5/doc-utils/editor-use-only.d.ts +5 -0
- package/dist/types-ts4.5/doc-utils/index.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +8 -5
- package/dist/types-ts4.5/i18n/da.d.ts +9 -5
- package/dist/types-ts4.5/i18n/de.d.ts +10 -5
- package/dist/types-ts4.5/i18n/en.d.ts +10 -6
- package/dist/types-ts4.5/i18n/en_GB.d.ts +10 -6
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +10 -6
- package/dist/types-ts4.5/i18n/es.d.ts +9 -5
- package/dist/types-ts4.5/i18n/fi.d.ts +9 -5
- package/dist/types-ts4.5/i18n/fr.d.ts +9 -5
- package/dist/types-ts4.5/i18n/hu.d.ts +9 -5
- package/dist/types-ts4.5/i18n/it.d.ts +9 -5
- package/dist/types-ts4.5/i18n/ja.d.ts +9 -5
- package/dist/types-ts4.5/i18n/ko.d.ts +9 -5
- package/dist/types-ts4.5/i18n/nb.d.ts +9 -5
- package/dist/types-ts4.5/i18n/nl.d.ts +9 -5
- package/dist/types-ts4.5/i18n/pl.d.ts +9 -5
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +11 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +9 -5
- package/dist/types-ts4.5/i18n/sv.d.ts +9 -5
- package/dist/types-ts4.5/i18n/th.d.ts +9 -5
- package/dist/types-ts4.5/i18n/tr.d.ts +10 -5
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -5
- package/dist/types-ts4.5/i18n/vi.d.ts +57 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +57 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +57 -3
- package/doc-utils/package.json +15 -0
- package/package.json +6 -4
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -18,6 +18,7 @@ var _default = exports.default = {
|
|
|
18
18
|
'fabric.editor.addAltText': 'Văn bản thay thế',
|
|
19
19
|
'fabric.editor.addColumnLeft': 'Thêm cột bên trái',
|
|
20
20
|
'fabric.editor.addColumnRight': 'Thêm cột bên phải',
|
|
21
|
+
'fabric.editor.addCommentOnMedia': 'Thêm nhận xét',
|
|
21
22
|
'fabric.editor.addImageBorder': 'Thêm viền',
|
|
22
23
|
'fabric.editor.addMediaFiles': 'Thêm ảnh, video hoặc tệp',
|
|
23
24
|
'fabric.editor.addRowAbove': 'Thêm hàng bên trên',
|
|
@@ -32,6 +33,7 @@ var _default = exports.default = {
|
|
|
32
33
|
'fabric.editor.altText': 'Văn bản thay thế',
|
|
33
34
|
'fabric.editor.alttext.validation': 'Vui lòng xóa tất cả các ký tự đặc biệt trong văn bản thay thế.',
|
|
34
35
|
'fabric.editor.annotationToolbar': 'Thanh công cụ chú thích',
|
|
36
|
+
'fabric.editor.backLink': 'Quay lại',
|
|
35
37
|
'fabric.editor.backgroundColor': 'Màu nền',
|
|
36
38
|
'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',
|
|
37
39
|
'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',
|
|
@@ -53,6 +55,8 @@ var _default = exports.default = {
|
|
|
53
55
|
'fabric.editor.clearFormatting': 'Xóa định dạng',
|
|
54
56
|
'fabric.editor.clearLink': 'Xóa liên kết',
|
|
55
57
|
'fabric.editor.clearLinkText': 'Xóa văn bản',
|
|
58
|
+
'fabric.editor.closeAltTextEdit': 'Quay lại',
|
|
59
|
+
'fabric.editor.closeFindReplaceDialog': 'Đóng',
|
|
56
60
|
'fabric.editor.closeHelpDialog': 'Đóng hộp thoại trợ giúp',
|
|
57
61
|
'fabric.editor.code': 'Mã',
|
|
58
62
|
'fabric.editor.code.on': '{textFormattingOff}, Mã đang bật',
|
|
@@ -69,7 +73,16 @@ var _default = exports.default = {
|
|
|
69
73
|
'fabric.editor.columns': 'Bố cục',
|
|
70
74
|
'fabric.editor.columns.description': 'Thiết lập cấu trúc trang của bạn bằng cách sử dụng các mục',
|
|
71
75
|
'fabric.editor.configFailedToLoad': 'Không thể tải',
|
|
76
|
+
'fabric.editor.configPanel.cancel': 'Hủy',
|
|
77
|
+
'fabric.editor.configPanel.close': 'Đóng',
|
|
78
|
+
'fabric.editor.configPanel.customSelect.createOption': 'Tạo',
|
|
79
|
+
'fabric.editor.configPanel.dateRange.custom.from': 'Từ',
|
|
80
|
+
'fabric.editor.configPanel.dateRange.custom.to': 'đến',
|
|
81
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Thu gọn',
|
|
82
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': 'Mở rộng',
|
|
83
|
+
'fabric.editor.configPanel.dateRange.option.custom': 'Tùy chỉnh',
|
|
72
84
|
'fabric.editor.configPanel.documentation': 'Tài liệu',
|
|
85
|
+
'fabric.editor.configPanel.errorBoundary.note': 'Chúng tôi đã thông báo cho nhóm. Bạn vẫn có thể sửa và đăng trang này. Nếu không, hãy kiểm tra bảng lỗi để biết thêm thông tin.',
|
|
73
86
|
'fabric.editor.configPanel.errorBoundary.title': 'Đã xảy ra lỗi.',
|
|
74
87
|
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Không thể kết hợp isMultiple với kiểu: radio',
|
|
75
88
|
'fabric.editor.configPanel.formType.addField': 'Thêm trường',
|
|
@@ -89,13 +102,15 @@ var _default = exports.default = {
|
|
|
89
102
|
'fabric.editor.datasource.assetsObjects.description': 'Chèn đối tượng từ Tài sản trong Jira Service Management bằng tính năng tìm kiếm và lọc',
|
|
90
103
|
'fabric.editor.datasource.jiraIssue': 'Vấn đề trên Jira',
|
|
91
104
|
'fabric.editor.datasource.jiraIssue.description': 'Chèn vấn đề trên Jira từ Jira Cloud bằng tính năng tìm kiếm, lọc và định cấu hình nâng cao.',
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Bảng',
|
|
92
106
|
'fabric.editor.datasourceTitle': 'Sửa truy vấn tìm kiếm',
|
|
93
107
|
'fabric.editor.date': 'Ngày',
|
|
94
108
|
'fabric.editor.date.description': 'Thêm ngày bằng cách sử dụng lịch',
|
|
95
109
|
'fabric.editor.decision': 'Quyết định',
|
|
96
110
|
'fabric.editor.decision.description': 'Thu thập các quyết định để dễ dàng theo dõi',
|
|
97
111
|
'fabric.editor.decisionPlaceholder': 'Thêm quyết định…',
|
|
98
|
-
'fabric.editor.
|
|
112
|
+
'fabric.editor.decreaseSize': 'Giảm kích thước',
|
|
113
|
+
'fabric.editor.defaultAltText': 'Tài liệu',
|
|
99
114
|
'fabric.editor.description': 'Mô tả',
|
|
100
115
|
'fabric.editor.displayBlock': 'Hiển thị thẻ',
|
|
101
116
|
'fabric.editor.displayEmbed': 'Hiển thị đối tượng nhúng',
|
|
@@ -108,6 +123,7 @@ var _default = exports.default = {
|
|
|
108
123
|
'fabric.editor.ecombedDescription': 'Hiển thị bản xem trước tương tác của một liên kết',
|
|
109
124
|
'fabric.editor.edit': 'Chỉnh sửa',
|
|
110
125
|
'fabric.editor.edit.datasource': 'Sửa truy vấn tìm kiếm',
|
|
126
|
+
'fabric.editor.edit.searchInput': 'Thêm một đường liên kết',
|
|
111
127
|
'fabric.editor.editAltText': 'Chỉnh sửa văn bản thay thế',
|
|
112
128
|
'fabric.editor.editDateText': 'Sửa ngày',
|
|
113
129
|
'fabric.editor.editLink': 'Chỉnh sửa liên kết',
|
|
@@ -119,6 +135,7 @@ var _default = exports.default = {
|
|
|
119
135
|
'fabric.editor.editors': 'Người chỉnh sửa',
|
|
120
136
|
'fabric.editor.elementBrowser.help': 'Trợ giúp',
|
|
121
137
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Quản trị',
|
|
138
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
122
139
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Tất cả',
|
|
123
140
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'Thông tin liên lạc',
|
|
124
141
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Nội dung Confluence',
|
|
@@ -132,9 +149,7 @@ var _default = exports.default = {
|
|
|
132
149
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Không có nội dung nào phù hợp với yêu cầu tìm kiếm của bạn',
|
|
133
150
|
'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.',
|
|
134
151
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Khám phá Atlassian Marketplace',
|
|
135
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
136
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'đề xuất có sẵn cho văn bản đã nhập.',
|
|
137
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'đề xuất có sẵn cho văn bản đã nhập.',
|
|
152
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {Không có nội dung nào phù hợp với yêu cầu tìm kiếm của bạn} other {{count} đề xuất có sẵn cho văn bản đã nhập.}}',
|
|
138
153
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Nhấn Enter',
|
|
139
154
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Tìm kiếm',
|
|
140
155
|
'fabric.editor.elementbrowser.sidebar.heading': 'Duyệt',
|
|
@@ -153,15 +168,18 @@ var _default = exports.default = {
|
|
|
153
168
|
'fabric.editor.expandPlaceholder': 'Đặt tiêu đề cho phần mở rộng này...',
|
|
154
169
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Việc xóa {nodeName} sẽ ngắt mọi nội dung được kết nối.',
|
|
155
170
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Đang xóa',
|
|
171
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Xóa',
|
|
156
172
|
'fabric.editor.extension.deleteElementTitle': 'Xóa thành phần',
|
|
157
173
|
'fabric.editor.extension.sourceNoTitledName': 'thành phần này',
|
|
158
174
|
'fabric.editor.extensions.config-panel.save-indicator': 'Mọi thay đổi luôn được lưu tự động',
|
|
159
175
|
'fabric.editor.failed_to_upload': 'Không thể tải lên',
|
|
160
176
|
'fabric.editor.feedbackDialog': 'Đưa ra phản hồi',
|
|
161
177
|
'fabric.editor.feedbackDialog.description': 'Cho chúng tôi biết về trải nghiệm của bạn khi sử dụng trình chỉnh sửa mới',
|
|
178
|
+
'fabric.editor.find': 'Tìm kiếm',
|
|
162
179
|
'fabric.editor.findNext': 'Tìm tiếp theo',
|
|
163
180
|
'fabric.editor.findPrevious': 'Tìm trước đó',
|
|
164
181
|
'fabric.editor.findReplaceToolbarButton': 'Tìm kiếm và thay thế',
|
|
182
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': 'Hủy',
|
|
165
183
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Đồng thời xóa các thành phần được kết nối',
|
|
166
184
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name} (+{amount,number} thành phần được kết nối)}}',
|
|
167
185
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Bạn có chắc chắn không?',
|
|
@@ -170,6 +188,7 @@ var _default = exports.default = {
|
|
|
170
188
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Thanh công cụ nổi',
|
|
171
189
|
'fabric.editor.floatingToolbar.scrollLeft': 'Cuộn sang trái',
|
|
172
190
|
'fabric.editor.floatingToolbar.scrollRight': 'Cuộn sang phải',
|
|
191
|
+
'fabric.editor.focusTableResizeHandle': 'Ô điều khiển thay đổi kích thước bảng tiêu điểm',
|
|
173
192
|
'fabric.editor.headerColumn': 'Cột tiêu đề',
|
|
174
193
|
'fabric.editor.headerRow': 'Hàng tiêu đề',
|
|
175
194
|
'fabric.editor.heading1': 'Heading 1',
|
|
@@ -202,9 +221,16 @@ var _default = exports.default = {
|
|
|
202
221
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Dán hoặc tìm kiếm liên kết',
|
|
203
222
|
'fabric.editor.image': 'hình ảnh',
|
|
204
223
|
'fabric.editor.image.fullWidthLabel': 'Toàn chiều rộng',
|
|
224
|
+
'fabric.editor.imageBorderBold': 'In đậm',
|
|
225
|
+
'fabric.editor.imageBorderColor': 'Màu sắc',
|
|
226
|
+
'fabric.editor.imageBorderMedium': 'Trung bình',
|
|
205
227
|
'fabric.editor.imageBorderOptions': 'Tùy chọn viền',
|
|
228
|
+
'fabric.editor.imageBorderSize': 'Kích cỡ',
|
|
229
|
+
'fabric.editor.imageBorderSubtle': 'Nhạt',
|
|
206
230
|
'fabric.editor.improvement': 'Cải tiến',
|
|
231
|
+
'fabric.editor.increaseSize': 'Tăng kích thước',
|
|
207
232
|
'fabric.editor.indent': 'Thụt lề',
|
|
233
|
+
'fabric.editor.info': 'Thông tin',
|
|
208
234
|
'fabric.editor.infoPanel': 'Ô thông tin',
|
|
209
235
|
'fabric.editor.infoPanel.description': 'Bôi đậm thông tin bằng ô màu',
|
|
210
236
|
'fabric.editor.inlineDescription': 'Hiển thị liên kết dưới dạng văn bản nội tuyến',
|
|
@@ -230,16 +256,25 @@ var _default = exports.default = {
|
|
|
230
256
|
'fabric.editor.linkAddress': 'Địa chỉ liên kết',
|
|
231
257
|
'fabric.editor.linkPlaceholder': 'Dán liên kết',
|
|
232
258
|
'fabric.editor.lists': 'Danh sách',
|
|
259
|
+
'fabric.editor.listsFormat': 'Định dạng danh sách',
|
|
233
260
|
'fabric.editor.markdown': 'Ngôn ngữ đánh dấu',
|
|
234
261
|
'fabric.editor.matchCase': 'Khớp cách viết hoa',
|
|
262
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {Chiều rộng phương tiện đã giảm xuống {newMediaWidth,number} pixel.}}',
|
|
263
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {Chiều rộng phương tiện đã tăng lên {newMediaWidth,number} pixel.}}',
|
|
264
|
+
'fabric.editor.media.MediaWidthIsMin': 'Đã giảm nội dung đa phương tiện xuống kích thước tối thiểu',
|
|
265
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Đã tăng nội dung đa phương tiện lên kích thước tối đa',
|
|
235
266
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'nhập chiều cao',
|
|
267
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Chiều cao',
|
|
236
268
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Chiều rộng tối đa {maxWidth} px',
|
|
269
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Chiều rộng tối đa {maxWidth} px',
|
|
237
270
|
'fabric.editor.media.pixelEntry.migrationButtonText': 'Chuyển đổi sang điểm ảnh',
|
|
238
271
|
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Chuyển từ tỷ lệ phần trăm sang kích thước điểm ảnh cố định',
|
|
272
|
+
'fabric.editor.media.pixelEntry.submitButtonText': 'Gửi',
|
|
239
273
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Không xác thực được chiều rộng',
|
|
240
274
|
'fabric.editor.mediaAddLink': 'Thêm liên kết',
|
|
241
275
|
'fabric.editor.mediaFiles': 'Ảnh, video hoặc tệp',
|
|
242
276
|
'fabric.editor.mediaFiles.description': 'Thêm hình ảnh và các tập tin khác vào trang của bạn',
|
|
277
|
+
'fabric.editor.mediaGroupDeleteLabel': 'xóa',
|
|
243
278
|
'fabric.editor.media_change_mediainline_caption_warn': 'Nội tuyến (chú thích sẽ bị xóa)',
|
|
244
279
|
'fabric.editor.media_change_mediainline_default': 'Nội tuyến',
|
|
245
280
|
'fabric.editor.media_change_mediasingle': 'Kích thước gốc',
|
|
@@ -247,6 +282,7 @@ var _default = exports.default = {
|
|
|
247
282
|
'fabric.editor.mention.description': 'Đề cập đến ai đó để gửi thông báo cho họ',
|
|
248
283
|
'fabric.editor.mentionNode.label': 'Người dùng được gắn thẻ',
|
|
249
284
|
'fabric.editor.mentionsAddLabel': 'biểu tượng thêm',
|
|
285
|
+
'fabric.editor.mentionsIconLabel': 'Đề cập',
|
|
250
286
|
'fabric.editor.mergeCells': 'Hợp nhất ô',
|
|
251
287
|
'fabric.editor.moreFormatting': 'Thêm định dạng',
|
|
252
288
|
'fabric.editor.moveColumnLeft': '{0, plural, other {Di chuyển cột sang trái}}',
|
|
@@ -258,6 +294,7 @@ var _default = exports.default = {
|
|
|
258
294
|
'fabric.editor.noResultsFound': 'Không có kết quả',
|
|
259
295
|
'fabric.editor.noSearchResults': 'Không có kết quả tìm kiếm',
|
|
260
296
|
'fabric.editor.normal': 'Văn bản bình thường',
|
|
297
|
+
'fabric.editor.note': 'Lưu ý',
|
|
261
298
|
'fabric.editor.notePanel': 'Ô ghi chú',
|
|
262
299
|
'fabric.editor.notePanel.description': 'Thêm ghi chú bằng ô màu',
|
|
263
300
|
'fabric.editor.numberedColumn': 'Cột được đánh số',
|
|
@@ -270,11 +307,15 @@ var _default = exports.default = {
|
|
|
270
307
|
'fabric.editor.outdent': 'Nhô lề',
|
|
271
308
|
'fabric.editor.pageActionsLabel': 'Thao tác trang',
|
|
272
309
|
'fabric.editor.panel.backgroundColor': 'Màu nền',
|
|
310
|
+
'fabric.editor.panel.emoji': 'Thêm biểu tượng cảm xúc',
|
|
311
|
+
'fabric.editor.pasteOptions': 'Tùy chọn dán',
|
|
273
312
|
'fabric.editor.pastePlainText': 'Dán văn bản thuần túy',
|
|
274
313
|
'fabric.editor.placeholderAltText': 'Mô tả hình ảnh này bằng văn bản thay thế',
|
|
275
314
|
'fabric.editor.placeholderText': 'Văn bản giữ chỗ',
|
|
276
315
|
'fabric.editor.placeholderText.description': 'Chèn văn bản giữ chỗ vào trang',
|
|
277
316
|
'fabric.editor.placeholderTextPlaceholder': 'Thêm văn bản giữ chỗ',
|
|
317
|
+
'fabric.editor.plainText': 'Dùng văn bản thuần túy',
|
|
318
|
+
'fabric.editor.quickInsert': 'Chèn nhanh',
|
|
278
319
|
'fabric.editor.recordVideo': 'Quay video',
|
|
279
320
|
'fabric.editor.recordVideo.description': 'Quay video bằng Loom',
|
|
280
321
|
'fabric.editor.redo': 'Làm lại',
|
|
@@ -283,12 +324,20 @@ var _default = exports.default = {
|
|
|
283
324
|
'fabric.editor.removeEmoji': 'Xóa biểu tượng cảm xúc',
|
|
284
325
|
'fabric.editor.removeImageBorder': 'Xóa viền',
|
|
285
326
|
'fabric.editor.removeRows': '{0, plural, other {Xóa hàng}}',
|
|
327
|
+
'fabric.editor.replace': 'Thay thế',
|
|
328
|
+
'fabric.editor.replaceAll': 'Thay thế tất cả',
|
|
329
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, other {Đã thay thế {numberOfMatches,number} kết quả phù hợp}}',
|
|
330
|
+
'fabric.editor.replaceWith': 'Thay thế bằng',
|
|
286
331
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
332
|
+
'fabric.editor.richText': 'Dùng văn bản đa dạng thức',
|
|
287
333
|
'fabric.editor.rightSidebar': 'Thanh bên phải',
|
|
288
334
|
'fabric.editor.rowControl': 'Làm nổi bật hàng',
|
|
289
335
|
'fabric.editor.rowDragHandle': 'Tùy chọn hàng',
|
|
290
336
|
'fabric.editor.saveButton': 'Lưu',
|
|
337
|
+
'fabric.editor.searchResults': '{itemsLength, plural, other {Có {itemsLength,number} kết quả tìm kiếm. Dùng phím mũi tên Lên và Xuống để di chuyển giữa các kết quả. Nhấn Enter để chọn một kết quả.}}',
|
|
291
338
|
'fabric.editor.selectLanguage': 'Chọn ngôn ngữ',
|
|
339
|
+
'fabric.editor.selectTableColumn': 'Chọn cột trong bảng',
|
|
340
|
+
'fabric.editor.selectTableRow': 'Chọn hàng trong bảng',
|
|
292
341
|
'fabric.editor.settingsLinks': 'Vào phần Tùy chọn liên kết',
|
|
293
342
|
'fabric.editor.shortcut': 'Phím tắt văn bản',
|
|
294
343
|
'fabric.editor.single': 'Cột đơn',
|
|
@@ -305,6 +354,7 @@ var _default = exports.default = {
|
|
|
305
354
|
'fabric.editor.subTask': 'Tác vụ con',
|
|
306
355
|
'fabric.editor.subscript': 'Chỉ số dưới',
|
|
307
356
|
'fabric.editor.subscript.off.superscript.on': 'Chỉ số dưới đang tắt, chỉ số trên đang bật',
|
|
357
|
+
'fabric.editor.success': 'Thành công',
|
|
308
358
|
'fabric.editor.successPanel': 'Ô thành công',
|
|
309
359
|
'fabric.editor.successPanel.description': 'Thêm mẹo bằng ô màu',
|
|
310
360
|
'fabric.editor.superscript': 'Chỉ số trên',
|
|
@@ -317,7 +367,7 @@ var _default = exports.default = {
|
|
|
317
367
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {Chiều rộng bảng đã tăng lên {newWidth,number} pixel.}}',
|
|
318
368
|
'fabric.editor.tableSelector': 'Kích thước bảng',
|
|
319
369
|
'fabric.editor.tableSelector.description': 'Thêm bảng bằng cách sử dụng cửa sổ bật lên để chọn kích thước tùy chỉnh',
|
|
320
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
370
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
|
|
321
371
|
'fabric.editor.tableSizeSelectorPopup': 'Bộ chọn kích thước bảng',
|
|
322
372
|
'fabric.editor.tables.adjustColumn': 'Điều chỉnh cột',
|
|
323
373
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Việc xóa {nodeName} sẽ ngắt mọi nội dung được kết nối.',
|
|
@@ -327,6 +377,7 @@ var _default = exports.default = {
|
|
|
327
377
|
'fabric.editor.taskPlaceholder': "Nhập thao tác của bạn, sử dụng '@' để chỉ định cho người nào đó.",
|
|
328
378
|
'fabric.editor.text.formatting.off': 'Định dạng văn bản đang tắt',
|
|
329
379
|
'fabric.editor.textColor': 'Màu văn bản',
|
|
380
|
+
'fabric.editor.textFormatting': 'Định dang văn bản',
|
|
330
381
|
'fabric.editor.textStyles': 'Kiểu văn bản',
|
|
331
382
|
'fabric.editor.threeColumns': 'Ba cột',
|
|
332
383
|
'fabric.editor.threeColumnsWithSidebars': 'Ba cột có các thanh bên',
|
|
@@ -364,12 +415,15 @@ var _default = exports.default = {
|
|
|
364
415
|
'fabric.editor.url': 'Hiển thị URL',
|
|
365
416
|
'fabric.editor.urlDescription': 'Hiển thị liên kết dưới dạng URL',
|
|
366
417
|
'fabric.editor.urlTitle': 'URL',
|
|
418
|
+
'fabric.editor.useMarkdown': 'Dùng Markdown',
|
|
367
419
|
'fabric.editor.viewMore': 'Xem thêm',
|
|
368
420
|
'fabric.editor.visit': 'Mở liên kết trong cửa sổ mới',
|
|
421
|
+
'fabric.editor.warning': 'Cảnh báo',
|
|
369
422
|
'fabric.editor.warningPanel': 'Ô cảnh báo',
|
|
370
423
|
'fabric.editor.warningPanel.description': 'Thêm ghi chú thận trọng bằng ô màu',
|
|
371
424
|
'fabric.editor.wrapLeft': 'Cuộn sang trái',
|
|
372
425
|
'fabric.editor.wrapRight': 'Cuộn sang phải',
|
|
426
|
+
'fabric.emoji.label': 'Biểu tượng cảm xúc',
|
|
373
427
|
'fabric.theme.blue': 'Xanh lam',
|
|
374
428
|
'fabric.theme.bold-blue': 'Xanh lam đậm',
|
|
375
429
|
'fabric.theme.bold-gray': 'Xám đậm',
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -18,6 +18,7 @@ var _default = exports.default = {
|
|
|
18
18
|
'fabric.editor.addAltText': '替代文本',
|
|
19
19
|
'fabric.editor.addColumnLeft': '在左侧添加列',
|
|
20
20
|
'fabric.editor.addColumnRight': '在右侧添加列',
|
|
21
|
+
'fabric.editor.addCommentOnMedia': '添加注释',
|
|
21
22
|
'fabric.editor.addImageBorder': '添加边框',
|
|
22
23
|
'fabric.editor.addMediaFiles': '添加图像、视频或文件',
|
|
23
24
|
'fabric.editor.addRowAbove': '在上方添加行',
|
|
@@ -32,6 +33,7 @@ var _default = exports.default = {
|
|
|
32
33
|
'fabric.editor.altText': '替代文本',
|
|
33
34
|
'fabric.editor.alttext.validation': '请删除替换文字中的所有特殊字符。',
|
|
34
35
|
'fabric.editor.annotationToolbar': '标注工具栏',
|
|
36
|
+
'fabric.editor.backLink': '返回',
|
|
35
37
|
'fabric.editor.backgroundColor': '背景颜色',
|
|
36
38
|
'fabric.editor.blockCardUnavailable': '内联链接位于 {node} 内部,无法更改其视图',
|
|
37
39
|
'fabric.editor.blockDescription': '显示有关链接的更多信息,包括摘要和操作',
|
|
@@ -53,6 +55,8 @@ var _default = exports.default = {
|
|
|
53
55
|
'fabric.editor.clearFormatting': '清除格式',
|
|
54
56
|
'fabric.editor.clearLink': '清除链接',
|
|
55
57
|
'fabric.editor.clearLinkText': '清除文本',
|
|
58
|
+
'fabric.editor.closeAltTextEdit': '返回',
|
|
59
|
+
'fabric.editor.closeFindReplaceDialog': '关闭',
|
|
56
60
|
'fabric.editor.closeHelpDialog': '关闭帮助对话',
|
|
57
61
|
'fabric.editor.code': '代码',
|
|
58
62
|
'fabric.editor.code.on': '{textFormattingOff},代码已开启',
|
|
@@ -69,7 +73,16 @@ var _default = exports.default = {
|
|
|
69
73
|
'fabric.editor.columns': '布局',
|
|
70
74
|
'fabric.editor.columns.description': '使用分段组织页面',
|
|
71
75
|
'fabric.editor.configFailedToLoad': '无法加载',
|
|
76
|
+
'fabric.editor.configPanel.cancel': '取消',
|
|
77
|
+
'fabric.editor.configPanel.close': '关闭',
|
|
78
|
+
'fabric.editor.configPanel.customSelect.createOption': '创建',
|
|
79
|
+
'fabric.editor.configPanel.dateRange.custom.from': '从',
|
|
80
|
+
'fabric.editor.configPanel.dateRange.custom.to': '至',
|
|
81
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': '收起',
|
|
82
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': '展开',
|
|
83
|
+
'fabric.editor.configPanel.dateRange.option.custom': '自定义',
|
|
72
84
|
'fabric.editor.configPanel.documentation': '文档',
|
|
85
|
+
'fabric.editor.configPanel.errorBoundary.note': '我们已告知团队。您仍可编辑并发布此页面,或查看错误控制台以获取更多信息。',
|
|
73
86
|
'fabric.editor.configPanel.errorBoundary.title': '出错了。',
|
|
74
87
|
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': '无法组合 isMultiple 与样式:radio',
|
|
75
88
|
'fabric.editor.configPanel.formType.addField': '添加字段',
|
|
@@ -89,13 +102,15 @@ var _default = exports.default = {
|
|
|
89
102
|
'fabric.editor.datasource.assetsObjects.description': '通过搜索和筛选插入来自 Jira Service Management 中的资产的对象',
|
|
90
103
|
'fabric.editor.datasource.jiraIssue': 'Jira 事务',
|
|
91
104
|
'fabric.editor.datasource.jiraIssue.description': '通过增强的搜索、筛选和配置插入来自 Jira Cloud 的 Jira 事务。',
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': '表格',
|
|
92
106
|
'fabric.editor.datasourceTitle': '编辑搜索查询',
|
|
93
107
|
'fabric.editor.date': '日期',
|
|
94
108
|
'fabric.editor.date.description': '使用日历添加日期',
|
|
95
109
|
'fabric.editor.decision': '决定',
|
|
96
110
|
'fabric.editor.decision.description': '捕获决策,以便轻松跟踪',
|
|
97
111
|
'fabric.editor.decisionPlaceholder': '添加决定...',
|
|
98
|
-
'fabric.editor.
|
|
112
|
+
'fabric.editor.decreaseSize': '减小大小',
|
|
113
|
+
'fabric.editor.defaultAltText': '文档',
|
|
99
114
|
'fabric.editor.description': '描述',
|
|
100
115
|
'fabric.editor.displayBlock': '显示卡片',
|
|
101
116
|
'fabric.editor.displayEmbed': '显示嵌入',
|
|
@@ -108,6 +123,7 @@ var _default = exports.default = {
|
|
|
108
123
|
'fabric.editor.ecombedDescription': '显示链接的交互式预览',
|
|
109
124
|
'fabric.editor.edit': '编辑',
|
|
110
125
|
'fabric.editor.edit.datasource': '编辑搜索查询',
|
|
126
|
+
'fabric.editor.edit.searchInput': '添加链接',
|
|
111
127
|
'fabric.editor.editAltText': '编辑替代文本',
|
|
112
128
|
'fabric.editor.editDateText': '编辑日期',
|
|
113
129
|
'fabric.editor.editLink': '编辑链接',
|
|
@@ -119,6 +135,7 @@ var _default = exports.default = {
|
|
|
119
135
|
'fabric.editor.editors': '编辑者',
|
|
120
136
|
'fabric.editor.elementBrowser.help': '帮助',
|
|
121
137
|
'fabric.editor.elementbrowser.categorylist.category-admin': '管理',
|
|
138
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
122
139
|
'fabric.editor.elementbrowser.categorylist.category-all': '全部',
|
|
123
140
|
'fabric.editor.elementbrowser.categorylist.category-communication': '通讯',
|
|
124
141
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence 内容',
|
|
@@ -132,9 +149,7 @@ var _default = exports.default = {
|
|
|
132
149
|
'fabric.editor.elementbrowser.search.empty-state.heading': '未找到与您的搜索条件相匹配的内容',
|
|
133
150
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '请尝试用其他术语搜索或寻找适用于 Atlassian 产品的新应用。',
|
|
134
151
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': '浏览 Atlassian Marketplace',
|
|
135
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
136
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': '条针对已输入文本的建议已生成。',
|
|
137
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': '条针对已输入文本的建议已生成。',
|
|
152
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {未找到与您的搜索条件相匹配的内容} other {有 {count} 条针对已输入文本的建议。}}',
|
|
138
153
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter 键',
|
|
139
154
|
'fabric.editor.elementbrowser.searchbar.placeholder': '搜索',
|
|
140
155
|
'fabric.editor.elementbrowser.sidebar.heading': '浏览',
|
|
@@ -153,15 +168,18 @@ var _default = exports.default = {
|
|
|
153
168
|
'fabric.editor.expandPlaceholder': '为此展开添加标题......',
|
|
154
169
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '删除 {nodeName} 将断开与其连接的所有内容。',
|
|
155
170
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '正在删除',
|
|
171
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '删除',
|
|
156
172
|
'fabric.editor.extension.deleteElementTitle': '删除元素',
|
|
157
173
|
'fabric.editor.extension.sourceNoTitledName': '此元素',
|
|
158
174
|
'fabric.editor.extensions.config-panel.save-indicator': '始终自动保存所有更改',
|
|
159
175
|
'fabric.editor.failed_to_upload': '上传失败',
|
|
160
176
|
'fabric.editor.feedbackDialog': '提供反馈意见',
|
|
161
177
|
'fabric.editor.feedbackDialog.description': '跟我们讲讲您对新编辑器的使用体验',
|
|
178
|
+
'fabric.editor.find': '查找',
|
|
162
179
|
'fabric.editor.findNext': '查找下一个',
|
|
163
180
|
'fabric.editor.findPrevious': '查找上一个',
|
|
164
181
|
'fabric.editor.findReplaceToolbarButton': '查找和替换',
|
|
182
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': '取消',
|
|
165
183
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '同时删除已连接的元素',
|
|
166
184
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name}(另外 {amount,number} 个已连接元素)}}',
|
|
167
185
|
'fabric.editor.floatingToolbar.confirmModalHeading': '您确定吗?',
|
|
@@ -170,6 +188,7 @@ var _default = exports.default = {
|
|
|
170
188
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '浮动工具栏',
|
|
171
189
|
'fabric.editor.floatingToolbar.scrollLeft': '向左滚动',
|
|
172
190
|
'fabric.editor.floatingToolbar.scrollRight': '向右滚动',
|
|
191
|
+
'fabric.editor.focusTableResizeHandle': '焦点表格大小调整控点',
|
|
173
192
|
'fabric.editor.headerColumn': '标题列',
|
|
174
193
|
'fabric.editor.headerRow': '标题行',
|
|
175
194
|
'fabric.editor.heading1': '标题 1',
|
|
@@ -202,9 +221,16 @@ var _default = exports.default = {
|
|
|
202
221
|
'fabric.editor.hyperlinkToolbarPlaceholder': '粘贴或搜索链接',
|
|
203
222
|
'fabric.editor.image': '图片',
|
|
204
223
|
'fabric.editor.image.fullWidthLabel': '全宽',
|
|
224
|
+
'fabric.editor.imageBorderBold': '加粗',
|
|
225
|
+
'fabric.editor.imageBorderColor': '颜色',
|
|
226
|
+
'fabric.editor.imageBorderMedium': '中等',
|
|
205
227
|
'fabric.editor.imageBorderOptions': '边框选项',
|
|
228
|
+
'fabric.editor.imageBorderSize': '大小',
|
|
229
|
+
'fabric.editor.imageBorderSubtle': '细微',
|
|
206
230
|
'fabric.editor.improvement': '改进',
|
|
231
|
+
'fabric.editor.increaseSize': '增大大小',
|
|
207
232
|
'fabric.editor.indent': '增大缩进',
|
|
233
|
+
'fabric.editor.info': '信息',
|
|
208
234
|
'fabric.editor.infoPanel': '信息面板',
|
|
209
235
|
'fabric.editor.infoPanel.description': '在彩色面板高亮显示信息',
|
|
210
236
|
'fabric.editor.inlineDescription': '以内联文本显示链接',
|
|
@@ -230,16 +256,25 @@ var _default = exports.default = {
|
|
|
230
256
|
'fabric.editor.linkAddress': '链接地址',
|
|
231
257
|
'fabric.editor.linkPlaceholder': '粘贴链接',
|
|
232
258
|
'fabric.editor.lists': '列表',
|
|
259
|
+
'fabric.editor.listsFormat': '列表格式设置',
|
|
233
260
|
'fabric.editor.markdown': '进行标记',
|
|
234
261
|
'fabric.editor.matchCase': '匹配大小写',
|
|
262
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {媒体宽度已减小到 {newMediaWidth,number} 像素。}}',
|
|
263
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {媒体宽度已增大到 {newMediaWidth,number} 像素。}}',
|
|
264
|
+
'fabric.editor.media.MediaWidthIsMin': '媒体已减小到大小下限',
|
|
265
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': '媒体已增大到大小上限',
|
|
235
266
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '高度输入',
|
|
267
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': '高度',
|
|
236
268
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '最大宽度 {maxWidth} 像素',
|
|
269
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': '最大宽度 {maxWidth} 像素',
|
|
237
270
|
'fabric.editor.media.pixelEntry.migrationButtonText': '转换为像素',
|
|
238
271
|
'fabric.editor.media.pixelEntry.migrationButtonTooltip': '从百分比迁移到固定像素大小',
|
|
272
|
+
'fabric.editor.media.pixelEntry.submitButtonText': '提交',
|
|
239
273
|
'fabric.editor.media.pixelEntry.validationFailedMessage': '宽度验证失败',
|
|
240
274
|
'fabric.editor.mediaAddLink': '添加链接',
|
|
241
275
|
'fabric.editor.mediaFiles': '图像、视频或文件',
|
|
242
276
|
'fabric.editor.mediaFiles.description': '向页面添加图像和其他文件',
|
|
277
|
+
'fabric.editor.mediaGroupDeleteLabel': '删除',
|
|
243
278
|
'fabric.editor.media_change_mediainline_caption_warn': '内联(标题将被移除)',
|
|
244
279
|
'fabric.editor.media_change_mediainline_default': '内联',
|
|
245
280
|
'fabric.editor.media_change_mediasingle': '原始大小',
|
|
@@ -247,6 +282,7 @@ var _default = exports.default = {
|
|
|
247
282
|
'fabric.editor.mention.description': '提及某人以发送通知',
|
|
248
283
|
'fabric.editor.mentionNode.label': '已标记用户',
|
|
249
284
|
'fabric.editor.mentionsAddLabel': '“添加”图标',
|
|
285
|
+
'fabric.editor.mentionsIconLabel': '提及',
|
|
250
286
|
'fabric.editor.mergeCells': '合并单元格',
|
|
251
287
|
'fabric.editor.moreFormatting': '更多格式',
|
|
252
288
|
'fabric.editor.moveColumnLeft': '{0, plural, other {将列左移}}',
|
|
@@ -258,6 +294,7 @@ var _default = exports.default = {
|
|
|
258
294
|
'fabric.editor.noResultsFound': '无结果',
|
|
259
295
|
'fabric.editor.noSearchResults': '无搜索结果',
|
|
260
296
|
'fabric.editor.normal': '普通文本',
|
|
297
|
+
'fabric.editor.note': '备注',
|
|
261
298
|
'fabric.editor.notePanel': '备注面板',
|
|
262
299
|
'fabric.editor.notePanel.description': '在彩色面板添加注释',
|
|
263
300
|
'fabric.editor.numberedColumn': '编号列',
|
|
@@ -270,11 +307,15 @@ var _default = exports.default = {
|
|
|
270
307
|
'fabric.editor.outdent': '减小缩进',
|
|
271
308
|
'fabric.editor.pageActionsLabel': '页面操作',
|
|
272
309
|
'fabric.editor.panel.backgroundColor': '背景颜色',
|
|
310
|
+
'fabric.editor.panel.emoji': '添加表情',
|
|
311
|
+
'fabric.editor.pasteOptions': '粘贴选项',
|
|
273
312
|
'fabric.editor.pastePlainText': '粘贴纯文本',
|
|
274
313
|
'fabric.editor.placeholderAltText': '用替代文本描述此图片',
|
|
275
314
|
'fabric.editor.placeholderText': '占位文本',
|
|
276
315
|
'fabric.editor.placeholderText.description': '向页面插入一个文本占位符',
|
|
277
316
|
'fabric.editor.placeholderTextPlaceholder': '添加占位文本',
|
|
317
|
+
'fabric.editor.plainText': '使用纯文本',
|
|
318
|
+
'fabric.editor.quickInsert': '快速插入',
|
|
278
319
|
'fabric.editor.recordVideo': '录制视频',
|
|
279
320
|
'fabric.editor.recordVideo.description': '使用 Loom 录制视频',
|
|
280
321
|
'fabric.editor.redo': '重做',
|
|
@@ -283,12 +324,20 @@ var _default = exports.default = {
|
|
|
283
324
|
'fabric.editor.removeEmoji': '删除表情',
|
|
284
325
|
'fabric.editor.removeImageBorder': '移除边框',
|
|
285
326
|
'fabric.editor.removeRows': '{0, plural, other {删除行}}',
|
|
327
|
+
'fabric.editor.replace': '替换',
|
|
328
|
+
'fabric.editor.replaceAll': '全部替换',
|
|
329
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, other {{numberOfMatches,number} 个匹配项已替换}}',
|
|
330
|
+
'fabric.editor.replaceWith': '替换为',
|
|
286
331
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
332
|
+
'fabric.editor.richText': '使用富文本',
|
|
287
333
|
'fabric.editor.rightSidebar': '右侧栏',
|
|
288
334
|
'fabric.editor.rowControl': '突出显示行',
|
|
289
335
|
'fabric.editor.rowDragHandle': '行选项',
|
|
290
336
|
'fabric.editor.saveButton': '保存',
|
|
337
|
+
'fabric.editor.searchResults': '{itemsLength, plural, other {有 {itemsLength,number} 个搜索结果。使用向上和向下箭头键可浏览这些选项。按 Enter 键可选择选项。}}',
|
|
291
338
|
'fabric.editor.selectLanguage': '选择语言',
|
|
339
|
+
'fabric.editor.selectTableColumn': '选择表格列',
|
|
340
|
+
'fabric.editor.selectTableRow': '选择表格行',
|
|
292
341
|
'fabric.editor.settingsLinks': '转到“链接首选项”',
|
|
293
342
|
'fabric.editor.shortcut': '文本快捷方式',
|
|
294
343
|
'fabric.editor.single': '单列',
|
|
@@ -305,6 +354,7 @@ var _default = exports.default = {
|
|
|
305
354
|
'fabric.editor.subTask': '子任务',
|
|
306
355
|
'fabric.editor.subscript': '下标',
|
|
307
356
|
'fabric.editor.subscript.off.superscript.on': '禁用下标,启用上标',
|
|
357
|
+
'fabric.editor.success': '成功',
|
|
308
358
|
'fabric.editor.successPanel': '成功面板',
|
|
309
359
|
'fabric.editor.successPanel.description': '在彩色面板添加提示',
|
|
310
360
|
'fabric.editor.superscript': '上标',
|
|
@@ -317,7 +367,7 @@ var _default = exports.default = {
|
|
|
317
367
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表格宽度已增加到 {newWidth,number} 像素。}}',
|
|
318
368
|
'fabric.editor.tableSelector': '表格大小',
|
|
319
369
|
'fabric.editor.tableSelector.description': '使用弹出窗口添加表格以选择自定义大小',
|
|
320
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
370
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
|
|
321
371
|
'fabric.editor.tableSizeSelectorPopup': '表格大小选择器',
|
|
322
372
|
'fabric.editor.tables.adjustColumn': '调整列',
|
|
323
373
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '删除 {nodeName} 将断开与其连接的所有内容。',
|
|
@@ -327,6 +377,7 @@ var _default = exports.default = {
|
|
|
327
377
|
'fabric.editor.taskPlaceholder': '输入您的操作,使用“@”进行分配。',
|
|
328
378
|
'fabric.editor.text.formatting.off': '文本格式已关闭',
|
|
329
379
|
'fabric.editor.textColor': '文本颜色',
|
|
380
|
+
'fabric.editor.textFormatting': '文本格式设置',
|
|
330
381
|
'fabric.editor.textStyles': '文本样式',
|
|
331
382
|
'fabric.editor.threeColumns': '三栏',
|
|
332
383
|
'fabric.editor.threeColumnsWithSidebars': '具有侧边栏的三列',
|
|
@@ -364,12 +415,15 @@ var _default = exports.default = {
|
|
|
364
415
|
'fabric.editor.url': '显示 URL',
|
|
365
416
|
'fabric.editor.urlDescription': '以 URL 显示链接',
|
|
366
417
|
'fabric.editor.urlTitle': 'URL',
|
|
418
|
+
'fabric.editor.useMarkdown': '使用 Markdown',
|
|
367
419
|
'fabric.editor.viewMore': '查看更多',
|
|
368
420
|
'fabric.editor.visit': '在新窗口中打开链接',
|
|
421
|
+
'fabric.editor.warning': '警告',
|
|
369
422
|
'fabric.editor.warningPanel': '警告面板',
|
|
370
423
|
'fabric.editor.warningPanel.description': '在彩色面板添加提醒注释',
|
|
371
424
|
'fabric.editor.wrapLeft': '隐藏左边',
|
|
372
425
|
'fabric.editor.wrapRight': '隐藏右边',
|
|
426
|
+
'fabric.emoji.label': '表情',
|
|
373
427
|
'fabric.theme.blue': '蓝',
|
|
374
428
|
'fabric.theme.bold-blue': '深蓝',
|
|
375
429
|
'fabric.theme.bold-gray': '深灰',
|