@atlaskit/editor-common 82.2.1 → 82.3.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 +31 -0
- package/dist/cjs/extensibility/Extension/Extension/index.js +0 -1
- package/dist/cjs/extensibility/Extension/Extension/styles.js +4 -9
- package/dist/cjs/extensibility/Extension/InlineExtension/index.js +0 -1
- package/dist/cjs/extensibility/Extension/InlineExtension/styles.js +1 -4
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
- package/dist/cjs/extensibility/MultiBodiedExtension/styles.js +2 -2
- package/dist/cjs/i18n/cs.js +5 -5
- package/dist/cjs/i18n/da.js +9 -5
- package/dist/cjs/i18n/de.js +9 -5
- package/dist/cjs/i18n/en.js +8 -5
- package/dist/cjs/i18n/en_GB.js +8 -5
- package/dist/cjs/i18n/en_ZZ.js +8 -5
- package/dist/cjs/i18n/es.js +9 -5
- package/dist/cjs/i18n/fi.js +9 -5
- package/dist/cjs/i18n/fr.js +9 -5
- package/dist/cjs/i18n/hu.js +9 -5
- package/dist/cjs/i18n/it.js +9 -5
- package/dist/cjs/i18n/ja.js +9 -5
- package/dist/cjs/i18n/ko.js +9 -5
- package/dist/cjs/i18n/nb.js +5 -5
- package/dist/cjs/i18n/nl.js +9 -5
- package/dist/cjs/i18n/pl.js +9 -5
- package/dist/cjs/i18n/pt_BR.js +9 -5
- package/dist/cjs/i18n/ru.js +9 -5
- package/dist/cjs/i18n/sv.js +9 -5
- package/dist/cjs/i18n/th.js +4 -3
- package/dist/cjs/i18n/tr.js +7 -3
- package/dist/cjs/i18n/uk.js +9 -5
- package/dist/cjs/i18n/vi.js +9 -5
- package/dist/cjs/i18n/zh.js +8 -4
- package/dist/cjs/i18n/zh_TW.js +5 -5
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui-color/ColorPalette/Color/index.js +57 -7
- package/dist/cjs/ui-color/ColorPalette/Palettes/highlightColorPalette.js +38 -2
- package/dist/cjs/ui-color/ColorPalette/index.js +4 -2
- package/dist/cjs/utils/annotation/index.js +24 -0
- package/dist/cjs/utils/index.js +6 -0
- package/dist/es2019/extensibility/Extension/Extension/index.js +0 -1
- package/dist/es2019/extensibility/Extension/Extension/styles.js +4 -9
- package/dist/es2019/extensibility/Extension/InlineExtension/index.js +0 -1
- package/dist/es2019/extensibility/Extension/InlineExtension/styles.js +1 -4
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
- package/dist/es2019/extensibility/MultiBodiedExtension/styles.js +2 -2
- package/dist/es2019/i18n/cs.js +5 -5
- package/dist/es2019/i18n/da.js +9 -5
- package/dist/es2019/i18n/de.js +9 -5
- package/dist/es2019/i18n/en.js +8 -5
- package/dist/es2019/i18n/en_GB.js +8 -5
- package/dist/es2019/i18n/en_ZZ.js +8 -5
- package/dist/es2019/i18n/es.js +9 -5
- package/dist/es2019/i18n/fi.js +9 -5
- package/dist/es2019/i18n/fr.js +9 -5
- package/dist/es2019/i18n/hu.js +9 -5
- package/dist/es2019/i18n/it.js +9 -5
- package/dist/es2019/i18n/ja.js +9 -5
- package/dist/es2019/i18n/ko.js +9 -5
- package/dist/es2019/i18n/nb.js +5 -5
- package/dist/es2019/i18n/nl.js +9 -5
- package/dist/es2019/i18n/pl.js +9 -5
- package/dist/es2019/i18n/pt_BR.js +9 -5
- package/dist/es2019/i18n/ru.js +9 -5
- package/dist/es2019/i18n/sv.js +9 -5
- package/dist/es2019/i18n/th.js +4 -3
- package/dist/es2019/i18n/tr.js +7 -3
- package/dist/es2019/i18n/uk.js +9 -5
- package/dist/es2019/i18n/vi.js +9 -5
- package/dist/es2019/i18n/zh.js +8 -4
- package/dist/es2019/i18n/zh_TW.js +5 -5
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui-color/ColorPalette/Color/index.js +61 -1
- package/dist/es2019/ui-color/ColorPalette/Palettes/highlightColorPalette.js +36 -1
- package/dist/es2019/ui-color/ColorPalette/index.js +4 -2
- package/dist/es2019/utils/annotation/index.js +22 -0
- package/dist/es2019/utils/index.js +1 -1
- package/dist/esm/extensibility/Extension/Extension/index.js +0 -1
- package/dist/esm/extensibility/Extension/Extension/styles.js +4 -9
- package/dist/esm/extensibility/Extension/InlineExtension/index.js +0 -1
- package/dist/esm/extensibility/Extension/InlineExtension/styles.js +1 -4
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
- package/dist/esm/extensibility/MultiBodiedExtension/styles.js +2 -2
- package/dist/esm/i18n/cs.js +5 -5
- package/dist/esm/i18n/da.js +9 -5
- package/dist/esm/i18n/de.js +9 -5
- package/dist/esm/i18n/en.js +8 -5
- package/dist/esm/i18n/en_GB.js +8 -5
- package/dist/esm/i18n/en_ZZ.js +8 -5
- package/dist/esm/i18n/es.js +9 -5
- package/dist/esm/i18n/fi.js +9 -5
- package/dist/esm/i18n/fr.js +9 -5
- package/dist/esm/i18n/hu.js +9 -5
- package/dist/esm/i18n/it.js +9 -5
- package/dist/esm/i18n/ja.js +9 -5
- package/dist/esm/i18n/ko.js +9 -5
- package/dist/esm/i18n/nb.js +5 -5
- package/dist/esm/i18n/nl.js +9 -5
- package/dist/esm/i18n/pl.js +9 -5
- package/dist/esm/i18n/pt_BR.js +9 -5
- package/dist/esm/i18n/ru.js +9 -5
- package/dist/esm/i18n/sv.js +9 -5
- package/dist/esm/i18n/th.js +4 -3
- package/dist/esm/i18n/tr.js +7 -3
- package/dist/esm/i18n/uk.js +9 -5
- package/dist/esm/i18n/vi.js +9 -5
- package/dist/esm/i18n/zh.js +8 -4
- package/dist/esm/i18n/zh_TW.js +5 -5
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui-color/ColorPalette/Color/index.js +57 -7
- package/dist/esm/ui-color/ColorPalette/Palettes/highlightColorPalette.js +37 -1
- package/dist/esm/ui-color/ColorPalette/index.js +4 -2
- package/dist/esm/utils/annotation/index.js +22 -0
- package/dist/esm/utils/index.js +1 -1
- package/dist/types/analytics/types/inline-comment-events.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +3 -3
- package/dist/types/i18n/da.d.ts +7 -3
- package/dist/types/i18n/de.d.ts +7 -3
- package/dist/types/i18n/en.d.ts +6 -3
- package/dist/types/i18n/en_GB.d.ts +6 -3
- package/dist/types/i18n/en_ZZ.d.ts +6 -3
- package/dist/types/i18n/es.d.ts +7 -3
- package/dist/types/i18n/fi.d.ts +7 -3
- package/dist/types/i18n/fr.d.ts +7 -3
- package/dist/types/i18n/hu.d.ts +7 -3
- package/dist/types/i18n/it.d.ts +7 -3
- package/dist/types/i18n/ja.d.ts +7 -3
- package/dist/types/i18n/ko.d.ts +7 -3
- package/dist/types/i18n/nb.d.ts +3 -3
- package/dist/types/i18n/nl.d.ts +7 -3
- package/dist/types/i18n/pl.d.ts +7 -3
- package/dist/types/i18n/pt_BR.d.ts +7 -3
- package/dist/types/i18n/ru.d.ts +7 -3
- package/dist/types/i18n/sv.d.ts +7 -3
- package/dist/types/i18n/th.d.ts +4 -3
- package/dist/types/i18n/tr.d.ts +7 -3
- package/dist/types/i18n/uk.d.ts +7 -3
- package/dist/types/i18n/vi.d.ts +7 -3
- package/dist/types/i18n/zh.d.ts +7 -3
- package/dist/types/i18n/zh_TW.d.ts +3 -3
- package/dist/types/types/feature-flags.d.ts +16 -0
- package/dist/types/ui-color/ColorPalette/Color/index.d.ts +5 -2
- package/dist/types/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +3 -0
- package/dist/types/ui-color/ColorPalette/Palettes/type.d.ts +2 -0
- package/dist/types/utils/annotation/index.d.ts +10 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/inline-comment-events.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +3 -3
- package/dist/types-ts4.5/i18n/da.d.ts +7 -3
- package/dist/types-ts4.5/i18n/de.d.ts +7 -3
- package/dist/types-ts4.5/i18n/en.d.ts +6 -3
- package/dist/types-ts4.5/i18n/en_GB.d.ts +6 -3
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +6 -3
- package/dist/types-ts4.5/i18n/es.d.ts +7 -3
- package/dist/types-ts4.5/i18n/fi.d.ts +7 -3
- package/dist/types-ts4.5/i18n/fr.d.ts +7 -3
- package/dist/types-ts4.5/i18n/hu.d.ts +7 -3
- package/dist/types-ts4.5/i18n/it.d.ts +7 -3
- package/dist/types-ts4.5/i18n/ja.d.ts +7 -3
- package/dist/types-ts4.5/i18n/ko.d.ts +7 -3
- package/dist/types-ts4.5/i18n/nb.d.ts +3 -3
- package/dist/types-ts4.5/i18n/nl.d.ts +7 -3
- package/dist/types-ts4.5/i18n/pl.d.ts +7 -3
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +7 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +7 -3
- package/dist/types-ts4.5/i18n/sv.d.ts +7 -3
- package/dist/types-ts4.5/i18n/th.d.ts +4 -3
- package/dist/types-ts4.5/i18n/tr.d.ts +7 -3
- package/dist/types-ts4.5/i18n/uk.d.ts +7 -3
- package/dist/types-ts4.5/i18n/vi.d.ts +7 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +7 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -3
- package/dist/types-ts4.5/types/feature-flags.d.ts +16 -0
- package/dist/types-ts4.5/ui-color/ColorPalette/Color/index.d.ts +5 -2
- package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +3 -0
- package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/type.d.ts +2 -0
- package/dist/types-ts4.5/utils/annotation/index.d.ts +10 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +5 -2
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Рішення',
|
|
113
113
|
'fabric.editor.decision.description': 'Зафіксувати рішення, щоб його було легко знайти',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Додати рішення...',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Зменшити розмір',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Зменшення розміру таблиці або мультимедіа',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Документ',
|
|
118
117
|
'fabric.editor.description': 'Опис',
|
|
119
118
|
'fabric.editor.displayBlock': 'Показати картку',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Додати посилання',
|
|
131
130
|
'fabric.editor.editAltText': 'Редагувати текст заміщення',
|
|
132
131
|
'fabric.editor.editDateText': 'Змінення дати',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Редагувати пошуковий запит',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Редагування посилання',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Розгорнути спадне меню',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Редагувати',
|
|
133
136
|
'fabric.editor.editLink': 'Редагування посилання',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Запросити для редагування',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Змінення кольору стану',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Розмір',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Тонка',
|
|
241
244
|
'fabric.editor.improvement': 'Покращення',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Збільшити розмір',
|
|
245
|
+
'fabric.editor.increaseSize': 'Збільшення розміру таблиці або мультимедіа',
|
|
244
246
|
'fabric.editor.indent': 'Збільшити відступ',
|
|
245
247
|
'fabric.editor.info': 'Інформація',
|
|
246
248
|
'fabric.editor.infoPanel': 'Панель з інформацією',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Вставка елементів',
|
|
256
258
|
'fabric.editor.insertRow': 'Вставити рядок знизу',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Вставити рядок',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Додайте стовпець таблиці',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Додайте рядок таблиці',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Введіть дійсну дату',
|
|
259
263
|
'fabric.editor.invalidLink': 'Введіть дійсне посилання.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Запрошення учасника команди до {productName}} trusted {Запрошення учасника команди до {productName}} other {Додавання учасника команди до {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Додати текст-заміщення',
|
|
332
336
|
'fabric.editor.plainText': 'Застосувати текст без форматування',
|
|
333
337
|
'fabric.editor.quickInsert': 'Швидка вставка',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Записати',
|
|
334
339
|
'fabric.editor.recordVideo': 'Запишіть відео в Loom',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Зробіть запис екрана й поділіться своїми ідеями',
|
|
336
341
|
'fabric.editor.redo': 'Повторити',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Почніть вводити текст для пошуку користувачів і згадування їх за допомогою тегу',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Користувачі, яких можна згадати за допомогою тегу',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Користувач {name} (@{shortName})',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Змінювана ширина стовпців',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Не вдалося завантажити цей вміст',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Не вдалося відкрити посилання',
|
|
440
444
|
'fabric.editor.underline': 'Підкреслювання',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Quyết định',
|
|
113
113
|
'fabric.editor.decision.description': 'Thu thập các quyết định để dễ dàng theo dõi',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Thêm quyết định…',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Giảm kích thước',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Giảm kích thước bảng hoặc nội dung nghe nhìn',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Tài liệu',
|
|
118
117
|
'fabric.editor.description': 'Mô tả',
|
|
119
118
|
'fabric.editor.displayBlock': 'Hiển thị thẻ',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Thêm một đường liên kết',
|
|
131
130
|
'fabric.editor.editAltText': 'Chỉnh sửa văn bản thay thế',
|
|
132
131
|
'fabric.editor.editDateText': 'Sửa ngày',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Sửa truy vấn tìm kiếm',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Sửa liên kết',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Mở rộng menu thả xuống',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Sửa',
|
|
133
136
|
'fabric.editor.editLink': 'Chỉnh sửa liên kết',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Mời chỉnh sửa',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Sửa màu trạng thái',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Kích cỡ',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Nhạt',
|
|
241
244
|
'fabric.editor.improvement': 'Cải tiến',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Tăng kích thước',
|
|
245
|
+
'fabric.editor.increaseSize': 'Tăng kích thước bảng hoặc nội dung nghe nhìn',
|
|
244
246
|
'fabric.editor.indent': 'Thụt lề',
|
|
245
247
|
'fabric.editor.info': 'Thông tin',
|
|
246
248
|
'fabric.editor.infoPanel': 'Ô thông tin',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Chèn thành phần',
|
|
256
258
|
'fabric.editor.insertRow': 'Chèn hàng ở bên dưới',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Chèn hàng',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Chèn cột bảng',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Chèn hàng bảng',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Nhập ngày hợp lệ',
|
|
259
263
|
'fabric.editor.invalidLink': 'Vui lòng nhập một liên kết hợp lệ.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Mời thành viên cùng nhóm vào {productName}} trusted {Mời thành viên cùng nhóm vào {productName}} other {Thêm thành viên cùng nhóm vào {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Thêm văn bản giữ chỗ',
|
|
332
336
|
'fabric.editor.plainText': 'Dùng văn bản thuần túy',
|
|
333
337
|
'fabric.editor.quickInsert': 'Chèn nhanh',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Ghi',
|
|
334
339
|
'fabric.editor.recordVideo': 'Quay video Loom',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Quay lại và chia sẻ màn hình cũng như suy nghĩ của bạn',
|
|
336
341
|
'fabric.editor.redo': 'Làm lại',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Bắt đầu nhập để tìm kiếm người dùng để gắn thẻ',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Người dùng bạn có thể gắn thẻ',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Người dùng {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Chiều rộng cột thay đổi',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Chúng tôi không tải được nội dung này',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
|
|
440
444
|
'fabric.editor.underline': 'Gạch dưới',
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -112,7 +112,6 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': '决定',
|
|
113
113
|
'fabric.editor.decision.description': '捕获决策,以便轻松跟踪',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': '添加决定...',
|
|
115
|
-
'fabric.editor.decreaseColumnSize': '减小列大小',
|
|
116
115
|
'fabric.editor.decreaseSize': '减小大小',
|
|
117
116
|
'fabric.editor.defaultAltText': '文档',
|
|
118
117
|
'fabric.editor.description': '描述',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': '添加链接',
|
|
131
130
|
'fabric.editor.editAltText': '编辑替代文本',
|
|
132
131
|
'fabric.editor.editDateText': '编辑日期',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': '编辑搜索查询',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': '编辑链接',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': '展开下拉菜单',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': '编辑',
|
|
133
136
|
'fabric.editor.editLink': '编辑链接',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': '邀请编辑',
|
|
135
138
|
'fabric.editor.editStatusColor': '编辑状态颜色',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': '大小',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': '细微',
|
|
241
244
|
'fabric.editor.improvement': '改进',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': '增大大小',
|
|
245
|
+
'fabric.editor.increaseSize': '增大表格或媒体大小',
|
|
244
246
|
'fabric.editor.indent': '增大缩进',
|
|
245
247
|
'fabric.editor.info': '信息',
|
|
246
248
|
'fabric.editor.infoPanel': '信息面板',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': '插入元素',
|
|
256
258
|
'fabric.editor.insertRow': '在下方插入行',
|
|
257
259
|
'fabric.editor.insertRowDrag': '插入行',
|
|
260
|
+
'fabric.editor.insertTableColumn': '插入表格列',
|
|
261
|
+
'fabric.editor.insertTableRow': '插入表格行',
|
|
258
262
|
'fabric.editor.invalidDateError': '输入有效日期',
|
|
259
263
|
'fabric.editor.invalidLink': '请输入有效链接。',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {邀请团队成员加入 {productName}} trusted {邀请团队成员加入 {productName}} other {将团队成员添加至 {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': '添加占位文本',
|
|
332
336
|
'fabric.editor.plainText': '使用纯文本',
|
|
333
337
|
'fabric.editor.quickInsert': '快速插入',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': '录制',
|
|
334
339
|
'fabric.editor.recordVideo': '录制 Loom 视频',
|
|
335
340
|
'fabric.editor.recordVideo.description': '录制并共享您的屏幕和想法',
|
|
336
341
|
'fabric.editor.redo': '重做',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': '开始输入以搜索要标记的用户',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': '您可以标记的用户',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': '用户 {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': '可变列宽',
|
|
438
442
|
'fabric.editor.unableToLoadContent': '无法加载此内容',
|
|
439
443
|
'fabric.editor.unableToOpenLink': '无法打开此链接',
|
|
440
444
|
'fabric.editor.underline': '下划线',
|
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': '決定',
|
|
113
113
|
'fabric.editor.decision.description': '擷取決定以便追蹤',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': '新增決定…',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': '縮減大小',
|
|
115
|
+
'fabric.editor.decreaseSize': '縮小表格或媒體大小',
|
|
117
116
|
'fabric.editor.defaultAltText': '文件',
|
|
118
117
|
'fabric.editor.description': '描述',
|
|
119
118
|
'fabric.editor.displayBlock': '顯示卡片',
|
|
@@ -243,8 +242,7 @@ export default {
|
|
|
243
242
|
'fabric.editor.imageBorderSize': '大小',
|
|
244
243
|
'fabric.editor.imageBorderSubtle': '不明顯的',
|
|
245
244
|
'fabric.editor.improvement': '改善',
|
|
246
|
-
'fabric.editor.
|
|
247
|
-
'fabric.editor.increaseSize': '增加大小',
|
|
245
|
+
'fabric.editor.increaseSize': '增加表格或媒體大小',
|
|
248
246
|
'fabric.editor.indent': '增加縮排',
|
|
249
247
|
'fabric.editor.info': '資訊',
|
|
250
248
|
'fabric.editor.infoPanel': '資訊面板',
|
|
@@ -259,6 +257,8 @@ export default {
|
|
|
259
257
|
'fabric.editor.insertMenu': '插入元素',
|
|
260
258
|
'fabric.editor.insertRow': '在下方插入列',
|
|
261
259
|
'fabric.editor.insertRowDrag': '插入列',
|
|
260
|
+
'fabric.editor.insertTableColumn': '插入表格欄',
|
|
261
|
+
'fabric.editor.insertTableRow': '插入表格列',
|
|
262
262
|
'fabric.editor.invalidDateError': '請輸入有效的日期',
|
|
263
263
|
'fabric.editor.invalidLink': '請輸入有效的連結。',
|
|
264
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {邀請團隊成員加入 {productName}} trusted {邀請團隊成員加入 {productName}} other {將團隊成員新增至 {productName}}}',
|
|
@@ -335,6 +335,7 @@ export default {
|
|
|
335
335
|
'fabric.editor.placeholderTextPlaceholder': '新增預留位置文字',
|
|
336
336
|
'fabric.editor.plainText': '使用純文字',
|
|
337
337
|
'fabric.editor.quickInsert': '快速插入',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': '錄製',
|
|
338
339
|
'fabric.editor.recordVideo': '錄製 Loom 影片',
|
|
339
340
|
'fabric.editor.recordVideo.description': '錄製並分享您的畫面和想法',
|
|
340
341
|
'fabric.editor.redo': '重做',
|
|
@@ -438,7 +439,6 @@ export default {
|
|
|
438
439
|
'fabric.editor.typeahead.mentionInputLabel': '開始輸入以搜尋要標記的使用者',
|
|
439
440
|
'fabric.editor.typeahead.mentionPopupLabel': '您可以標記的使用者',
|
|
440
441
|
'fabric.editor.typeahead.metionListItemLabel': '使用者 {name} @{shortName}',
|
|
441
|
-
'fabric.editor.unLockColumns': '變數欄寬',
|
|
442
442
|
'fabric.editor.unableToLoadContent': '我們無法載入此內容',
|
|
443
443
|
'fabric.editor.unableToOpenLink': '無法開啟此連結',
|
|
444
444
|
'fabric.editor.underline': '底線',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isFedRamp } from './environment';
|
|
2
2
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
3
3
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
4
|
-
const packageVersion = "82.
|
|
4
|
+
const packageVersion = "82.3.0";
|
|
5
5
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
6
6
|
// Remove URL as it has UGC
|
|
7
7
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -7,7 +7,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
|
|
|
7
7
|
import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
|
|
8
8
|
import Layer from '../Layer';
|
|
9
9
|
const packageName = "@atlaskit/editor-common";
|
|
10
|
-
const packageVersion = "82.
|
|
10
|
+
const packageVersion = "82.3.0";
|
|
11
11
|
const halfFocusRing = 1;
|
|
12
12
|
const dropOffset = '0, 8';
|
|
13
13
|
class DropList extends Component {
|
|
@@ -3,10 +3,69 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
3
3
|
import React, { PureComponent } from 'react';
|
|
4
4
|
import { jsx } from '@emotion/react';
|
|
5
5
|
import EditorDoneIcon from '@atlaskit/icon/glyph/editor/done';
|
|
6
|
+
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
6
7
|
import { N0 } from '@atlaskit/theme/colors';
|
|
7
8
|
import Tooltip from '@atlaskit/tooltip';
|
|
8
9
|
import { buttonStyle, buttonWrapperStyle } from './styles';
|
|
9
|
-
|
|
10
|
+
function FunctionalComponentColor(props) {
|
|
11
|
+
const {
|
|
12
|
+
autoFocus,
|
|
13
|
+
tabIndex,
|
|
14
|
+
value,
|
|
15
|
+
label,
|
|
16
|
+
isSelected,
|
|
17
|
+
borderColor,
|
|
18
|
+
/** this is not new usage - old code extracted from editor-core */
|
|
19
|
+
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
20
|
+
checkMarkColor = N0,
|
|
21
|
+
/**
|
|
22
|
+
* When hexToPaletteColor prop is set,
|
|
23
|
+
* it will be used to get background color style based on
|
|
24
|
+
* value (which will be hexcode) prop
|
|
25
|
+
*/
|
|
26
|
+
hexToPaletteColor,
|
|
27
|
+
decorator
|
|
28
|
+
} = props;
|
|
29
|
+
const colorStyle = hexToPaletteColor ? hexToPaletteColor(value) : value;
|
|
30
|
+
const onMouseDown = e => {
|
|
31
|
+
e.preventDefault();
|
|
32
|
+
};
|
|
33
|
+
const onClick = e => {
|
|
34
|
+
const {
|
|
35
|
+
onClick,
|
|
36
|
+
value,
|
|
37
|
+
label
|
|
38
|
+
} = props;
|
|
39
|
+
e.preventDefault();
|
|
40
|
+
onClick(value, label);
|
|
41
|
+
};
|
|
42
|
+
return jsx(Tooltip, {
|
|
43
|
+
content: label
|
|
44
|
+
}, jsx("span", {
|
|
45
|
+
css: buttonWrapperStyle
|
|
46
|
+
}, jsx("button", {
|
|
47
|
+
type: "button",
|
|
48
|
+
css: buttonStyle,
|
|
49
|
+
"aria-label": label,
|
|
50
|
+
role: "radio",
|
|
51
|
+
"aria-checked": isSelected,
|
|
52
|
+
onClick: onClick,
|
|
53
|
+
onMouseDown: onMouseDown,
|
|
54
|
+
tabIndex: tabIndex
|
|
55
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
56
|
+
,
|
|
57
|
+
className: `${isSelected ? 'selected' : ''}`,
|
|
58
|
+
style: {
|
|
59
|
+
backgroundColor: colorStyle || 'transparent',
|
|
60
|
+
border: `1px solid ${borderColor}`
|
|
61
|
+
},
|
|
62
|
+
autoFocus: autoFocus
|
|
63
|
+
}, isSelected && jsx(EditorDoneIcon, {
|
|
64
|
+
primaryColor: checkMarkColor,
|
|
65
|
+
label: ""
|
|
66
|
+
}), decorator)));
|
|
67
|
+
}
|
|
68
|
+
class ClassComponentColor extends PureComponent {
|
|
10
69
|
constructor(...args) {
|
|
11
70
|
super(...args);
|
|
12
71
|
_defineProperty(this, "onMouseDown", e => {
|
|
@@ -68,4 +127,5 @@ class Color extends PureComponent {
|
|
|
68
127
|
}))));
|
|
69
128
|
}
|
|
70
129
|
}
|
|
130
|
+
const Color = getBooleanFF('platform.editor.transparent-diagonal-decorator') ? FunctionalComponentColor : ClassComponentColor;
|
|
71
131
|
export default Color;
|
|
@@ -1,15 +1,50 @@
|
|
|
1
|
+
/** @jsx jsx */
|
|
2
|
+
|
|
3
|
+
import { jsx } from '@emotion/react';
|
|
1
4
|
import { backgroundColorPalette } from '@atlaskit/adf-schema';
|
|
5
|
+
import Icon from '@atlaskit/icon';
|
|
6
|
+
import { useThemeObserver } from '@atlaskit/tokens';
|
|
2
7
|
import { DEFAULT_BORDER_COLOR } from './common';
|
|
3
8
|
import getColorMessage from './getColorMessage';
|
|
4
9
|
import paletteMessages from './paletteMessages';
|
|
5
10
|
import { mapPaletteColor } from './textColorPalette';
|
|
6
11
|
export const REMOVE_HIGHLIGHT_COLOR = '#00000000';
|
|
12
|
+
const DiagonalLineGlyph = () => jsx("svg", {
|
|
13
|
+
width: "24",
|
|
14
|
+
height: "24",
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
18
|
+
}, jsx("rect", {
|
|
19
|
+
width: "24",
|
|
20
|
+
height: "24",
|
|
21
|
+
fill: "white",
|
|
22
|
+
fillOpacity: "0.01"
|
|
23
|
+
}), jsx("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M17.2038 7.70388C17.5955 8.09565 17.5941 8.73128 17.2005 9.12127L9.1213 17.1277C8.73027 17.5152 8.09958 17.5138 7.71031 17.1245C7.31854 16.7328 7.31997 16.0971 7.71351 15.7071L15.7928 7.70069C16.1838 7.31318 16.8145 7.31461 17.2038 7.70388Z",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
fillOpacity: "0.5"
|
|
29
|
+
}));
|
|
30
|
+
export const EditorDiagonalLineIcon = () => {
|
|
31
|
+
const {
|
|
32
|
+
colorMode
|
|
33
|
+
} = useThemeObserver();
|
|
34
|
+
const primaryColor = colorMode === 'dark' ? "var(--ds-background-accent-gray-bolder, #626F86)" : "var(--ds-background-accent-gray-subtle, #8590A2)";
|
|
35
|
+
return jsx(Icon, {
|
|
36
|
+
glyph: DiagonalLineGlyph,
|
|
37
|
+
label: "",
|
|
38
|
+
primaryColor: primaryColor
|
|
39
|
+
});
|
|
40
|
+
};
|
|
7
41
|
export const highlightColorPalette = [{
|
|
8
42
|
value: REMOVE_HIGHLIGHT_COLOR,
|
|
9
43
|
label: 'No color',
|
|
10
44
|
// Mostly informative, only used for analytics
|
|
11
45
|
border: DEFAULT_BORDER_COLOR,
|
|
12
|
-
message: getColorMessage(paletteMessages, 'no-color')
|
|
46
|
+
message: getColorMessage(paletteMessages, 'no-color'),
|
|
47
|
+
decorator: jsx(EditorDiagonalLineIcon, null)
|
|
13
48
|
}];
|
|
14
49
|
backgroundColorPalette.forEach((label, color) => {
|
|
15
50
|
highlightColorPalette.push(mapPaletteColor(label, color));
|
|
@@ -67,7 +67,8 @@ const ColorPalette = props => {
|
|
|
67
67
|
value,
|
|
68
68
|
label,
|
|
69
69
|
border,
|
|
70
|
-
message
|
|
70
|
+
message,
|
|
71
|
+
decorator
|
|
71
72
|
}) => {
|
|
72
73
|
if (paletteColorTooltipMessages) {
|
|
73
74
|
if (tokenTheme === 'dark') {
|
|
@@ -85,7 +86,8 @@ const ColorPalette = props => {
|
|
|
85
86
|
onClick: onClick,
|
|
86
87
|
isSelected: value === selectedColor,
|
|
87
88
|
checkMarkColor: getCheckMarkColor(value, useIconToken),
|
|
88
|
-
hexToPaletteColor: hexToPaletteColor
|
|
89
|
+
hexToPaletteColor: hexToPaletteColor,
|
|
90
|
+
decorator: decorator
|
|
89
91
|
});
|
|
90
92
|
}))));
|
|
91
93
|
};
|
|
@@ -101,4 +101,26 @@ export function containsAnyAnnotations(slice, state) {
|
|
|
101
101
|
});
|
|
102
102
|
});
|
|
103
103
|
return hasAnnotation;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* This returns a list of node names that are inline nodes in the range.
|
|
108
|
+
*/
|
|
109
|
+
export function getRangeInlineNodeNames({
|
|
110
|
+
doc,
|
|
111
|
+
pos
|
|
112
|
+
}) {
|
|
113
|
+
if (!getBooleanFF('platform.editor.allow-inline-comments-for-inline-nodes-round-2_ctuxz')) {
|
|
114
|
+
return undefined;
|
|
115
|
+
}
|
|
116
|
+
let nodeNames = new Set();
|
|
117
|
+
doc.nodesBetween(pos.from, pos.to, node => {
|
|
118
|
+
if (node.isInline) {
|
|
119
|
+
nodeNames.add(node.type.name);
|
|
120
|
+
}
|
|
121
|
+
});
|
|
122
|
+
|
|
123
|
+
// We sort the list alphabetically to make human consumption of the list easier (in tools like the analytics extension)
|
|
124
|
+
const sortedNames = [...nodeNames].sort();
|
|
125
|
+
return sortedNames;
|
|
104
126
|
}
|
|
@@ -2,7 +2,7 @@ import { hasParentNodeOfType } from '@atlaskit/editor-prosemirror/utils';
|
|
|
2
2
|
import { hasDocAsParent } from './document';
|
|
3
3
|
import { isEmptyParagraph } from './editor-core-utils';
|
|
4
4
|
export { shouldAutoLinkifyMatch } from './should-auto-linkify-tld';
|
|
5
|
-
export { canApplyAnnotationOnRange, containsAnyAnnotations, getAnnotationIdsFromRange, hasAnnotationMark } from './annotation';
|
|
5
|
+
export { canApplyAnnotationOnRange, containsAnyAnnotations, getAnnotationIdsFromRange, hasAnnotationMark, getRangeInlineNodeNames } from './annotation';
|
|
6
6
|
export { getExtensionLozengeData } from './macro';
|
|
7
7
|
export { default as browser } from './browser';
|
|
8
8
|
export { default as ErrorReporter } from './error-reporter';
|
|
@@ -53,7 +53,6 @@ function ExtensionWithPluginState(props) {
|
|
|
53
53
|
editorAppearance !== 'full-width';
|
|
54
54
|
var classNames = classnames('extension-container', 'block', shadowClassNames, _defineProperty({
|
|
55
55
|
'with-overlay': !hasBody && !showMacroInteractionDesignUpdates,
|
|
56
|
-
'with-border': showMacroInteractionDesignUpdates,
|
|
57
56
|
'with-bodied-border': showMacroInteractionDesignUpdates && hasBody,
|
|
58
57
|
'with-margin-styles': showMacroInteractionDesignUpdates && !isNodeNested,
|
|
59
58
|
'with-hover-border': showMacroInteractionDesignUpdates && isNodeHovered,
|
|
@@ -11,19 +11,15 @@ export var wrapperStyle = css(wrapperDefault, {
|
|
|
11
11
|
'.extension-overflow-wrapper:not(.with-body)': {
|
|
12
12
|
overflowX: 'auto'
|
|
13
13
|
},
|
|
14
|
-
'&.with-border': {
|
|
15
|
-
border: "1px solid transparent" // adding this so macro doesn't jump when hover border is shown
|
|
16
|
-
},
|
|
17
14
|
'&.with-bodied-border': {
|
|
18
|
-
|
|
15
|
+
boxShadow: "0 0 0 1px ".concat("var(--ds-border, ".concat(N30, ")"))
|
|
19
16
|
},
|
|
20
17
|
'&.with-hover-border': {
|
|
21
|
-
|
|
18
|
+
boxShadow: "0 0 0 1px ".concat("var(--ds-border-input, ".concat(N500, ")"))
|
|
22
19
|
},
|
|
23
20
|
'&.with-margin-styles': {
|
|
24
21
|
margin: "0 ".concat("var(--ds-space-negative-150, -12px)"),
|
|
25
|
-
|
|
26
|
-
padding: '0 10px' // need exact number here to match editor elements' width
|
|
22
|
+
padding: "0 ".concat("var(--ds-space-150, 12px)")
|
|
27
23
|
}
|
|
28
24
|
});
|
|
29
25
|
export var header = css({
|
|
@@ -57,7 +53,6 @@ export var contentWrapper = css({
|
|
|
57
53
|
});
|
|
58
54
|
export var overflowWrapperStyles = css({
|
|
59
55
|
'&.with-margin-styles': {
|
|
60
|
-
|
|
61
|
-
margin: "0 -10px" // need exact number here to match editor elements' width
|
|
56
|
+
margin: "0 ".concat("var(--ds-space-negative-150, -12px)")
|
|
62
57
|
}
|
|
63
58
|
});
|
|
@@ -24,7 +24,6 @@ var InlineExtension = function InlineExtension(props) {
|
|
|
24
24
|
'with-overlay': !showMacroInteractionDesignUpdates,
|
|
25
25
|
'with-children': hasChildren,
|
|
26
26
|
'with-danger-overlay': showMacroInteractionDesignUpdates,
|
|
27
|
-
'with-border': showMacroInteractionDesignUpdates,
|
|
28
27
|
'with-hover-border': showMacroInteractionDesignUpdates && isNodeHovered
|
|
29
28
|
});
|
|
30
29
|
var rendererContainerWidth = widthState ? widthState.width - akEditorGutterPaddingDynamic() * 2 : 0;
|
|
@@ -18,11 +18,8 @@ export var wrapperStyle = css(wrapperDefault, {
|
|
|
18
18
|
padding: 0,
|
|
19
19
|
background: "var(--ds-background-neutral-subtle, white)"
|
|
20
20
|
},
|
|
21
|
-
'&.with-border': {
|
|
22
|
-
border: "1px solid transparent" // adding this so macro doesn't jump when hover border is shown
|
|
23
|
-
},
|
|
24
21
|
'&.with-hover-border': {
|
|
25
|
-
|
|
22
|
+
boxShadow: "0 0 0 1px ".concat("var(--ds-border-input, ".concat(N500, ")"))
|
|
26
23
|
}
|
|
27
24
|
});
|
|
28
25
|
export var inlineWrapperStyles = css({
|
|
@@ -34,11 +34,8 @@ var labelStyles = css({
|
|
|
34
34
|
background: "var(--ds-surface, ".concat(N0, ")")
|
|
35
35
|
},
|
|
36
36
|
'&.bodied-border': {
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
// to account for bodied having borders now - adding this to help with less conditional styling
|
|
40
|
-
border: '1px solid transparent',
|
|
41
|
-
borderBottom: 'none'
|
|
37
|
+
boxShadow: "0 0 0 1px ".concat("var(--ds-border, ".concat(N30, ")"))
|
|
38
|
+
}
|
|
42
39
|
});
|
|
43
40
|
var textStyles = css({
|
|
44
41
|
fontSize: '14px',
|
|
@@ -22,10 +22,10 @@ export var mbeExtensionWrapperCSSStyles = css(wrapperDefault, {
|
|
|
22
22
|
paddingTop: "var(--ds-space-100, 8px)".concat(" !important")
|
|
23
23
|
},
|
|
24
24
|
'&.with-border': {
|
|
25
|
-
|
|
25
|
+
boxShadow: "0 0 0 1px ".concat("var(--ds-border, ".concat(N30, ")"))
|
|
26
26
|
},
|
|
27
27
|
'&.with-hover-border': {
|
|
28
|
-
|
|
28
|
+
boxShadow: "0 0 0 1px ".concat("var(--ds-border-input, ".concat(N500, ")"))
|
|
29
29
|
},
|
|
30
30
|
'&.with-padding-background-styles': {
|
|
31
31
|
padding: "var(--ds-space-100, 8px)",
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
113
113
|
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Snížit velikost',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Snížit velikost tabulky nebo multimédia',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
118
117
|
'fabric.editor.description': 'Popis',
|
|
119
118
|
'fabric.editor.displayBlock': 'Zobrazit jako kartu',
|
|
@@ -243,8 +242,7 @@ export default {
|
|
|
243
242
|
'fabric.editor.imageBorderSize': 'Velikost',
|
|
244
243
|
'fabric.editor.imageBorderSubtle': 'Útlé',
|
|
245
244
|
'fabric.editor.improvement': 'Vylepšení',
|
|
246
|
-
'fabric.editor.
|
|
247
|
-
'fabric.editor.increaseSize': 'Zvýšit velikost',
|
|
245
|
+
'fabric.editor.increaseSize': 'Zvýšit velikost tabulky nebo multimédia',
|
|
248
246
|
'fabric.editor.indent': 'Zvětšit odsazení',
|
|
249
247
|
'fabric.editor.info': 'Informace',
|
|
250
248
|
'fabric.editor.infoPanel': 'Informační panel',
|
|
@@ -259,6 +257,8 @@ export default {
|
|
|
259
257
|
'fabric.editor.insertMenu': 'Vložit prvky',
|
|
260
258
|
'fabric.editor.insertRow': 'Vložit řádek pod',
|
|
261
259
|
'fabric.editor.insertRowDrag': 'Vložit řádek',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Vložit sloupec tabulky',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Vložit řádek tabulky',
|
|
262
262
|
'fabric.editor.invalidDateError': 'Zadejte platné datum.',
|
|
263
263
|
'fabric.editor.invalidLink': 'Zadejte platný odkaz.',
|
|
264
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Pozvat týmového kolegu do produktu {productName}} trusted {Pozvat týmového kolegu do produktu {productName}} other {Přidat týmového kolegu do produktu {productName}}}',
|
|
@@ -335,6 +335,7 @@ export default {
|
|
|
335
335
|
'fabric.editor.placeholderTextPlaceholder': 'Přidat text placeholderu.',
|
|
336
336
|
'fabric.editor.plainText': 'Použít prostý text',
|
|
337
337
|
'fabric.editor.quickInsert': 'Rychlé vložení',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Nahrát',
|
|
338
339
|
'fabric.editor.recordVideo': 'Nahrávání videa Loom',
|
|
339
340
|
'fabric.editor.recordVideo.description': 'Nahrávejte a sdílejte svou obrazovku a myšlenky.',
|
|
340
341
|
'fabric.editor.redo': 'Znovu',
|
|
@@ -438,7 +439,6 @@ export default {
|
|
|
438
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Když začnete psát, budou se vyhledávat uživatelé k označení.',
|
|
439
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Uživatelé, které můžete označit',
|
|
440
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Uživatel {name} @{shortName}',
|
|
441
|
-
'fabric.editor.unLockColumns': 'Proměnné šířky sloupců',
|
|
442
442
|
'fabric.editor.unableToLoadContent': 'Obsah se nepodařilo načíst.',
|
|
443
443
|
'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
|
|
444
444
|
'fabric.editor.underline': 'Podtržení',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Beslutning',
|
|
113
113
|
'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Tilføj en beslutning ...',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Reducer størrelse',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Reducer tabel- eller mediestørrelse',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
118
117
|
'fabric.editor.description': 'Beskrivelse',
|
|
119
118
|
'fabric.editor.displayBlock': 'Vis som kort',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Tilføj et link',
|
|
131
130
|
'fabric.editor.editAltText': 'Rediger alternativ tekst',
|
|
132
131
|
'fabric.editor.editDateText': 'Rediger dato',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Rediger søgning',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Rediger link',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Udvid rullemenu',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Rediger',
|
|
133
136
|
'fabric.editor.editLink': 'Redigér link',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitér til at redigere',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Rediger statusfarve',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Størrelse',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
241
244
|
'fabric.editor.improvement': 'Forbedring',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Gør større',
|
|
245
|
+
'fabric.editor.increaseSize': 'Forøg tabel- eller mediestørrelse',
|
|
244
246
|
'fabric.editor.indent': 'Ryk ind',
|
|
245
247
|
'fabric.editor.info': 'Info',
|
|
246
248
|
'fabric.editor.infoPanel': 'Informationspanel',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Indsæt elementer',
|
|
256
258
|
'fabric.editor.insertRow': 'Indsæt række under',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Indsæt række',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Indsæt tabelkolonne',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Indsæt tabelrække',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Indtast en gyldig dato',
|
|
259
263
|
'fabric.editor.invalidLink': 'Indtast et gyldigt link.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Tilføj teammedlem til {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Tilføj midlertidig tekst',
|
|
332
336
|
'fabric.editor.plainText': 'Brug almindelig tekst',
|
|
333
337
|
'fabric.editor.quickInsert': 'Hurtig indsætning',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Optag',
|
|
334
339
|
'fabric.editor.recordVideo': 'Optag en Loom-video',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Optag og del din skærm og dine tanker',
|
|
336
341
|
'fabric.editor.redo': 'Gentag',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Begynd at indtaste for at søge efter brugere, du vil tagge',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Brugere, du kan tagge',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Brugeren {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Variable søjlebredder',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Vi kunne ikke indlæse dette indhold',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
|
|
440
444
|
'fabric.editor.underline': 'Understreget',
|