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