@atlaskit/editor-plugin-table 1.2.3 → 1.2.5
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/.eslintrc.js +2 -0
- package/CHANGELOG.md +14 -0
- package/dist/cjs/i18n/cs.js +43 -0
- package/dist/cjs/i18n/da.js +41 -0
- package/dist/cjs/i18n/de.js +41 -0
- package/dist/cjs/i18n/es.js +41 -0
- package/dist/cjs/i18n/fi.js +41 -0
- package/dist/cjs/i18n/fr.js +43 -0
- package/dist/cjs/i18n/hu.js +43 -0
- package/dist/cjs/i18n/it.js +43 -0
- package/dist/cjs/i18n/ja.js +43 -0
- package/dist/cjs/i18n/ko.js +41 -0
- package/dist/cjs/i18n/nb.js +41 -0
- package/dist/cjs/i18n/nl.js +43 -0
- package/dist/cjs/i18n/pl.js +43 -0
- package/dist/cjs/i18n/pt_BR.js +43 -0
- package/dist/cjs/i18n/ru.js +43 -0
- package/dist/cjs/i18n/sv.js +41 -0
- package/dist/cjs/i18n/th.js +41 -0
- package/dist/cjs/i18n/tr.js +43 -0
- package/dist/cjs/i18n/uk.js +43 -0
- package/dist/cjs/i18n/vi.js +41 -0
- package/dist/cjs/i18n/zh.js +43 -0
- package/dist/cjs/i18n/zh_TW.js +43 -0
- package/dist/cjs/plugins/table/commands/hover.js +0 -1
- package/dist/cjs/plugins/table/commands/misc.js +1 -1
- package/dist/cjs/plugins/table/commands/toggle.js +1 -1
- package/dist/cjs/plugins/table/handlers.js +2 -1
- package/dist/cjs/plugins/table/nodeviews/OverflowShadowsObserver.js +6 -0
- package/dist/cjs/plugins/table/pm-plugins/sticky-headers/nodeviews/tableRow.js +8 -0
- package/dist/cjs/plugins/table/pm-plugins/table-local-id.js +12 -1
- package/dist/cjs/plugins/table/transforms/metadata.js +2 -0
- package/dist/cjs/plugins/table/types.js +25 -0
- package/dist/cjs/plugins/table/ui/FloatingContextualButton/index.js +1 -1
- package/dist/cjs/plugins/table/ui/FloatingContextualMenu/ContextualMenu.js +3 -1
- package/dist/cjs/plugins/table/ui/FloatingDeleteButton/index.js +7 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +36 -0
- package/dist/es2019/i18n/da.js +34 -0
- package/dist/es2019/i18n/de.js +34 -0
- package/dist/es2019/i18n/es.js +34 -0
- package/dist/es2019/i18n/fi.js +34 -0
- package/dist/es2019/i18n/fr.js +36 -0
- package/dist/es2019/i18n/hu.js +36 -0
- package/dist/es2019/i18n/it.js +36 -0
- package/dist/es2019/i18n/ja.js +36 -0
- package/dist/es2019/i18n/ko.js +34 -0
- package/dist/es2019/i18n/nb.js +34 -0
- package/dist/es2019/i18n/nl.js +36 -0
- package/dist/es2019/i18n/pl.js +36 -0
- package/dist/es2019/i18n/pt_BR.js +36 -0
- package/dist/es2019/i18n/ru.js +36 -0
- package/dist/es2019/i18n/sv.js +34 -0
- package/dist/es2019/i18n/th.js +34 -0
- package/dist/es2019/i18n/tr.js +36 -0
- package/dist/es2019/i18n/uk.js +36 -0
- package/dist/es2019/i18n/vi.js +34 -0
- package/dist/es2019/i18n/zh.js +36 -0
- package/dist/es2019/i18n/zh_TW.js +36 -0
- package/dist/es2019/plugins/table/commands/clear.js +0 -1
- package/dist/es2019/plugins/table/nodeviews/OverflowShadowsObserver.js +7 -0
- package/dist/es2019/plugins/table/pm-plugins/sticky-headers/nodeviews/tableRow.js +7 -0
- package/dist/es2019/plugins/table/types.js +26 -0
- package/dist/es2019/plugins/table/ui/FloatingContextualMenu/ContextualMenu.js +2 -0
- package/dist/es2019/plugins/table/ui/FloatingDeleteButton/index.js +8 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +36 -0
- package/dist/esm/i18n/da.js +34 -0
- package/dist/esm/i18n/de.js +34 -0
- package/dist/esm/i18n/es.js +34 -0
- package/dist/esm/i18n/fi.js +34 -0
- package/dist/esm/i18n/fr.js +36 -0
- package/dist/esm/i18n/hu.js +36 -0
- package/dist/esm/i18n/it.js +36 -0
- package/dist/esm/i18n/ja.js +36 -0
- package/dist/esm/i18n/ko.js +34 -0
- package/dist/esm/i18n/nb.js +34 -0
- package/dist/esm/i18n/nl.js +36 -0
- package/dist/esm/i18n/pl.js +36 -0
- package/dist/esm/i18n/pt_BR.js +36 -0
- package/dist/esm/i18n/ru.js +36 -0
- package/dist/esm/i18n/sv.js +34 -0
- package/dist/esm/i18n/th.js +34 -0
- package/dist/esm/i18n/tr.js +36 -0
- package/dist/esm/i18n/uk.js +36 -0
- package/dist/esm/i18n/vi.js +34 -0
- package/dist/esm/i18n/zh.js +36 -0
- package/dist/esm/i18n/zh_TW.js +36 -0
- package/dist/esm/plugins/table/commands/clear.js +0 -1
- package/dist/esm/plugins/table/nodeviews/OverflowShadowsObserver.js +6 -0
- package/dist/esm/plugins/table/pm-plugins/sticky-headers/nodeviews/tableRow.js +8 -0
- package/dist/esm/plugins/table/types.js +26 -0
- package/dist/esm/plugins/table/ui/FloatingContextualMenu/ContextualMenu.js +2 -0
- package/dist/esm/plugins/table/ui/FloatingDeleteButton/index.js +7 -0
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +35 -0
- package/dist/types/i18n/da.d.ts +33 -0
- package/dist/types/i18n/de.d.ts +33 -0
- package/dist/types/i18n/es.d.ts +33 -0
- package/dist/types/i18n/fi.d.ts +33 -0
- package/dist/types/i18n/fr.d.ts +35 -0
- package/dist/types/i18n/hu.d.ts +35 -0
- package/dist/types/i18n/it.d.ts +35 -0
- package/dist/types/i18n/ja.d.ts +35 -0
- package/dist/types/i18n/ko.d.ts +33 -0
- package/dist/types/i18n/nb.d.ts +33 -0
- package/dist/types/i18n/nl.d.ts +35 -0
- package/dist/types/i18n/pl.d.ts +35 -0
- package/dist/types/i18n/pt_BR.d.ts +35 -0
- package/dist/types/i18n/ru.d.ts +35 -0
- package/dist/types/i18n/sv.d.ts +33 -0
- package/dist/types/i18n/th.d.ts +33 -0
- package/dist/types/i18n/tr.d.ts +35 -0
- package/dist/types/i18n/uk.d.ts +35 -0
- package/dist/types/i18n/vi.d.ts +33 -0
- package/dist/types/i18n/zh.d.ts +35 -0
- package/dist/types/i18n/zh_TW.d.ts +35 -0
- package/package.json +9 -8
- package/src/__tests__/unit/color-picker.ts +2 -0
- package/src/__tests__/unit/event-handlers.ts +11 -7
- package/src/__tests__/unit/get-toolbar-config.ts +2 -0
- package/src/__tests__/unit/pm-plugins/sticky-headers/tableRow.tsx +1 -1
- package/src/__tests__/visual-regression/__image_snapshots__/sticky-header-ts-snapshot-test-table-sticky-header-should-align-with-table-cell-when-active-1-snap.png +2 -2
- package/src/__tests__/visual-regression/__image_snapshots__/sticky-header-ts-snapshot-test-table-sticky-header-should-align-with-table-cell-when-active-2-snap.png +2 -2
- package/src/__tests__/visual-regression/sticky-header.ts +1 -2
- package/src/i18n/cs.ts +40 -0
- package/src/i18n/da.ts +35 -0
- package/src/i18n/de.ts +35 -0
- package/src/i18n/es.ts +35 -0
- package/src/i18n/fi.ts +35 -0
- package/src/i18n/fr.ts +37 -0
- package/src/i18n/hu.ts +37 -0
- package/src/i18n/it.ts +37 -0
- package/src/i18n/ja.ts +37 -0
- package/src/i18n/ko.ts +34 -0
- package/src/i18n/nb.ts +35 -0
- package/src/i18n/nl.ts +37 -0
- package/src/i18n/pl.ts +40 -0
- package/src/i18n/pt_BR.ts +37 -0
- package/src/i18n/ru.ts +40 -0
- package/src/i18n/sv.ts +35 -0
- package/src/i18n/th.ts +34 -0
- package/src/i18n/tr.ts +37 -0
- package/src/i18n/uk.ts +40 -0
- package/src/i18n/vi.ts +34 -0
- package/src/i18n/zh.ts +36 -0
- package/src/i18n/zh_TW.ts +36 -0
- package/src/plugins/table/ui/FloatingContextualMenu/ContextualMenu.tsx +2 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Ukrainian (Ukraine)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ Не можна сортувати таблицю, у якій є об’єднані клітинки',
|
|
11
|
+
'fabric.editor.cellBackground': 'Фон клітинки',
|
|
12
|
+
'fabric.editor.cellOptions': 'Параметри клітинки',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, one {Очистити клітинки} few {Очистити клітинки} many {Очистити клітинки} other {Очистити клітинки}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Згорнути таблицю',
|
|
15
|
+
'fabric.editor.cornerControl': 'Виділити таблицю',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Вирівняти стовпці по ширині',
|
|
17
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Видалення',
|
|
18
|
+
'fabric.editor.extension.deleteElementTitle': 'Видалення елемента',
|
|
19
|
+
'fabric.editor.extension.sourceNoTitledName': 'цей елемент',
|
|
20
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Видалити пов’язані елементи',
|
|
21
|
+
'fabric.editor.headerColumn': 'Стовпець заголовка',
|
|
22
|
+
'fabric.editor.headerRow': 'Рядок заголовка',
|
|
23
|
+
'fabric.editor.insertColumn': 'Вставити стовпець справа',
|
|
24
|
+
'fabric.editor.insertRow': 'Вставити рядок знизу',
|
|
25
|
+
'fabric.editor.mergeCells': 'Об’єднати клітинки',
|
|
26
|
+
'fabric.editor.numberedColumn': 'Нумерований стовпець',
|
|
27
|
+
'fabric.editor.removeColumns': '{0, plural, one {Видалити стовпець} few {Видалити стовпці} many {Видалити стовпці} other {Видалити стовпці}}',
|
|
28
|
+
'fabric.editor.removeRows': '{0, plural, one {Видалити рядок} few {Видалити рядки} many {Видалити рядки} other {Видалити рядки}}',
|
|
29
|
+
'fabric.editor.rowControl': 'Виділити рядок',
|
|
30
|
+
'fabric.editor.sortColumnASC': 'Сортувати стовпці від А до Я',
|
|
31
|
+
'fabric.editor.sortColumnDESC': 'Сортувати стовпці від Я до А',
|
|
32
|
+
'fabric.editor.splitCell': 'Розділити клітинки',
|
|
33
|
+
'fabric.editor.tableOptions': 'Параметри таблиці',
|
|
34
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Видалення розширення {nodeName} порушить роботу всього, що з ним пов’язано.',
|
|
35
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Видалити'
|
|
36
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Vietnamese (Vietnam)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ Bạn không thể sắp xếp bảng có các ô đã hợp nhất',
|
|
11
|
+
'fabric.editor.cellBackground': 'Nền ô',
|
|
12
|
+
'fabric.editor.cellOptions': 'Tùy chọn ô',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, other {Xóa ô}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Thu gọn bảng',
|
|
15
|
+
'fabric.editor.cornerControl': 'Bảng nổi bật',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Phân phối cột',
|
|
17
|
+
'fabric.editor.extension.deleteElementTitle': 'Xóa thành phần',
|
|
18
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Đồng thời xóa các thành phần được kết nối',
|
|
19
|
+
'fabric.editor.headerColumn': 'Cột tiêu đề',
|
|
20
|
+
'fabric.editor.headerRow': 'Hàng tiêu đề',
|
|
21
|
+
'fabric.editor.insertColumn': 'Chèn cột vào bên phải',
|
|
22
|
+
'fabric.editor.insertRow': 'Chèn hàng ở bên dưới',
|
|
23
|
+
'fabric.editor.mergeCells': 'Hợp nhất ô',
|
|
24
|
+
'fabric.editor.numberedColumn': 'Cột được đánh số',
|
|
25
|
+
'fabric.editor.removeColumns': '{0, plural, other {Xóa cột}}',
|
|
26
|
+
'fabric.editor.removeRows': '{0, plural, other {Xóa hàng}}',
|
|
27
|
+
'fabric.editor.rowControl': 'Hàng nổi bật',
|
|
28
|
+
'fabric.editor.sortColumnASC': 'Sắp xếp cột A → Z',
|
|
29
|
+
'fabric.editor.sortColumnDESC': 'Sắp xếp cột Z → A',
|
|
30
|
+
'fabric.editor.splitCell': 'Tách ô',
|
|
31
|
+
'fabric.editor.tableOptions': 'Tùy chọn bảng',
|
|
32
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Việc xóa {nodeName} sẽ ngắt mọi nội dung được kết nối.',
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Xóa'
|
|
34
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Chinese (Simplified)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ 无法对包含合并单元格的表格进行排序',
|
|
11
|
+
'fabric.editor.cellBackground': '单元格背景',
|
|
12
|
+
'fabric.editor.cellOptions': '单元格选项',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, other {清除单元格}}',
|
|
14
|
+
'fabric.editor.collapseTable': '收起表格',
|
|
15
|
+
'fabric.editor.cornerControl': '突出显示表格',
|
|
16
|
+
'fabric.editor.distributeColumns': '分散列',
|
|
17
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '正在删除',
|
|
18
|
+
'fabric.editor.extension.deleteElementTitle': '删除元素',
|
|
19
|
+
'fabric.editor.extension.sourceNoTitledName': '此元素',
|
|
20
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '同时删除已连接的元素',
|
|
21
|
+
'fabric.editor.headerColumn': '标头列',
|
|
22
|
+
'fabric.editor.headerRow': '表头行',
|
|
23
|
+
'fabric.editor.insertColumn': '在右侧插入列',
|
|
24
|
+
'fabric.editor.insertRow': '在下方插入行',
|
|
25
|
+
'fabric.editor.mergeCells': '合并单元格',
|
|
26
|
+
'fabric.editor.numberedColumn': '编号列',
|
|
27
|
+
'fabric.editor.removeColumns': '{0, plural, other {删除列}}',
|
|
28
|
+
'fabric.editor.removeRows': '{0, plural, other {删除行}}',
|
|
29
|
+
'fabric.editor.rowControl': '突出显示行',
|
|
30
|
+
'fabric.editor.sortColumnASC': '对列 A → Z 进行排序',
|
|
31
|
+
'fabric.editor.sortColumnDESC': '对列 Z → A 进行排序',
|
|
32
|
+
'fabric.editor.splitCell': '分离单元格',
|
|
33
|
+
'fabric.editor.tableOptions': '表格选项',
|
|
34
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '删除 {nodeName} 将断开与其连接的所有内容。',
|
|
35
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '删除'
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Chinese (Traditional)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ 您無法排序包含合併儲存格的表格',
|
|
11
|
+
'fabric.editor.cellBackground': '儲存格背景',
|
|
12
|
+
'fabric.editor.cellOptions': '儲存格選項',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, other {清除儲存格}}',
|
|
14
|
+
'fabric.editor.collapseTable': '摺疊表格',
|
|
15
|
+
'fabric.editor.cornerControl': '醒目提示表格',
|
|
16
|
+
'fabric.editor.distributeColumns': '平均分配直欄寬度',
|
|
17
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '正在刪除',
|
|
18
|
+
'fabric.editor.extension.deleteElementTitle': '刪除元素',
|
|
19
|
+
'fabric.editor.extension.sourceNoTitledName': '這個元素',
|
|
20
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '同時刪除已連結的元素',
|
|
21
|
+
'fabric.editor.headerColumn': '標題欄',
|
|
22
|
+
'fabric.editor.headerRow': '標題列',
|
|
23
|
+
'fabric.editor.insertColumn': '在右側插入直欄',
|
|
24
|
+
'fabric.editor.insertRow': '在下方插入列',
|
|
25
|
+
'fabric.editor.mergeCells': '合併儲存格',
|
|
26
|
+
'fabric.editor.numberedColumn': '編號直欄',
|
|
27
|
+
'fabric.editor.removeColumns': '{0, plural, other {刪除直欄}}',
|
|
28
|
+
'fabric.editor.removeRows': '{0, plural, other {刪除列}}',
|
|
29
|
+
'fabric.editor.rowControl': '醒目提示列',
|
|
30
|
+
'fabric.editor.sortColumnASC': '以 A → Z 排序直欄',
|
|
31
|
+
'fabric.editor.sortColumnDESC': '以 Z → A 排序直欄',
|
|
32
|
+
'fabric.editor.splitCell': '分割儲存格',
|
|
33
|
+
'fabric.editor.tableOptions': '表格選項',
|
|
34
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
|
|
35
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '刪除'
|
|
36
|
+
};
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
import { Selection } from 'prosemirror-state';
|
|
3
3
|
import { findCellClosestToPos, emptyCell, isSelectionType } from '@atlaskit/editor-tables/utils';
|
|
4
4
|
// #endregion
|
|
5
|
-
|
|
6
5
|
// #region Commands
|
|
7
6
|
export const clearMultipleCells = targetCellPosition => (state, dispatch) => {
|
|
8
7
|
let cursorPos;
|
|
@@ -105,6 +105,13 @@ export class OverflowShadowsObserver {
|
|
|
105
105
|
const stickyCell = stickyRow && stickyRow.firstElementChild;
|
|
106
106
|
return stickyCell;
|
|
107
107
|
}
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Takes a heightStyle if it can be computed in a less expensive manner,
|
|
111
|
+
* e.g. bounds on an IntersectionObserverEntry, otherwise proceed with
|
|
112
|
+
* reading it from sticky cell
|
|
113
|
+
*/
|
|
114
|
+
|
|
108
115
|
dispose() {
|
|
109
116
|
if (this.tableIntersectionObserver) {
|
|
110
117
|
this.tableIntersectionObserver.disconnect();
|
|
@@ -308,6 +308,9 @@ export class TableRowNodeView {
|
|
|
308
308
|
|
|
309
309
|
/* external events */
|
|
310
310
|
|
|
311
|
+
// When the header is sticky, the header row is set to position: fixed
|
|
312
|
+
// This prevents mouse wheel scrolling on the scroll-parent div when user's mouse is hovering the header row.
|
|
313
|
+
// This fix sets pointer-events: none on the header row briefly to avoid this behaviour
|
|
311
314
|
subscribe() {
|
|
312
315
|
this.editorScrollableElement = findOverflowScrollParent(this.view.dom) || window;
|
|
313
316
|
if (this.editorScrollableElement) {
|
|
@@ -522,4 +525,8 @@ export class TableRowNodeView {
|
|
|
522
525
|
}
|
|
523
526
|
|
|
524
527
|
/* receive external events */
|
|
528
|
+
|
|
529
|
+
// TODO: rename!
|
|
530
|
+
|
|
531
|
+
/* emit external events */
|
|
525
532
|
}
|
|
@@ -1,6 +1,32 @@
|
|
|
1
1
|
import { tableCellSelector, tableHeaderSelector, tablePrefixSelector } from '@atlaskit/adf-schema';
|
|
2
2
|
import { TableSharedCssClassName } from '@atlaskit/editor-common/styles';
|
|
3
3
|
export const RESIZE_HANDLE_AREA_DECORATION_GAP = 30;
|
|
4
|
+
|
|
5
|
+
/*
|
|
6
|
+
* This type represents the start and end from a cell in a column,
|
|
7
|
+
* for example, on this table the cell C1 will have
|
|
8
|
+
* `left: 1` and `right: 3`.
|
|
9
|
+
*
|
|
10
|
+
* ```
|
|
11
|
+
* left right
|
|
12
|
+
* 1 3
|
|
13
|
+
* | |
|
|
14
|
+
* | |
|
|
15
|
+
* | |
|
|
16
|
+
* _______∨_____________∨_______
|
|
17
|
+
* | | | |
|
|
18
|
+
* | B1 | C1 | A1 |
|
|
19
|
+
* |______|______ ______|______|
|
|
20
|
+
* | | | |
|
|
21
|
+
* | B2 | D1 | A2 |
|
|
22
|
+
* |______ ______|______|______|
|
|
23
|
+
* | | | |
|
|
24
|
+
* | B3 | C2 | D2 |
|
|
25
|
+
* |______|______|_____________|
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
|
|
4
30
|
export let TableDecorations;
|
|
5
31
|
(function (TableDecorations) {
|
|
6
32
|
TableDecorations["ALL_CONTROLS_HOVER"] = "CONTROLS_HOVER";
|
|
@@ -2,6 +2,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
2
2
|
/** @jsx jsx */
|
|
3
3
|
import { Component } from 'react';
|
|
4
4
|
import { jsx } from '@emotion/react';
|
|
5
|
+
import { hexToEditorBackgroundPaletteColor } from '@atlaskit/editor-palette';
|
|
5
6
|
import { splitCell } from '@atlaskit/editor-tables/utils';
|
|
6
7
|
import { defineMessages, injectIntl } from 'react-intl-next';
|
|
7
8
|
import { addColumnAfter, addRowAfter, backspace, tooltip } from '@atlaskit/editor-common/keymaps';
|
|
@@ -135,6 +136,7 @@ export class ContextualMenu extends Component {
|
|
|
135
136
|
paletteOptions: {
|
|
136
137
|
palette: cellBackgroundColorPalette,
|
|
137
138
|
paletteColorTooltipMessages: backgroundPaletteTooltipMessages,
|
|
139
|
+
hexToPaletteColor: hexToEditorBackgroundPaletteColor,
|
|
138
140
|
// We did not want to create new FF or update
|
|
139
141
|
// useSomewhatSemanticTextColorNames name
|
|
140
142
|
// because it is temporary and require extra work.
|
|
@@ -207,6 +207,14 @@ class FloatingDeleteButton extends Component {
|
|
|
207
207
|
// Do nothing if doesn't change anything
|
|
208
208
|
return null;
|
|
209
209
|
}
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
*
|
|
213
|
+
*
|
|
214
|
+
* @private
|
|
215
|
+
* @memberof FloatingDeleteButton
|
|
216
|
+
*/
|
|
217
|
+
|
|
210
218
|
render() {
|
|
211
219
|
const {
|
|
212
220
|
mountPoint,
|
package/dist/es2019/version.json
CHANGED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Czech
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ Tabulku se sloučenými buňkami nelze seřadit',
|
|
11
|
+
'fabric.editor.cellBackground': 'Pozadí buněk',
|
|
12
|
+
'fabric.editor.cellOptions': 'Možnosti buňky',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, one {Vymazat buňku} few {Vymazat buňky} many {Vymazat buňky} other {Vymazat buňky}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Sbalit tabulku',
|
|
15
|
+
'fabric.editor.cornerControl': 'Zvýraznit tabulku',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Rozložení sloupců',
|
|
17
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Odstraňování',
|
|
18
|
+
'fabric.editor.extension.deleteElementTitle': 'Vymazat prvek',
|
|
19
|
+
'fabric.editor.extension.sourceNoTitledName': 'tento prvek',
|
|
20
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Vymazat také všechny připojené prvky',
|
|
21
|
+
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
22
|
+
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
23
|
+
'fabric.editor.insertColumn': 'Vložit sloupec napravo',
|
|
24
|
+
'fabric.editor.insertRow': 'Vložit řádek pod',
|
|
25
|
+
'fabric.editor.mergeCells': 'Sloučit buňky',
|
|
26
|
+
'fabric.editor.numberedColumn': 'Číslovaný sloupec',
|
|
27
|
+
'fabric.editor.removeColumns': '{0, plural, one {Odstranit sloupec} few {Odstranit sloupce} many {Odstranit sloupce} other {Odstranit sloupce}}',
|
|
28
|
+
'fabric.editor.removeRows': '{0, plural, one {Odstranit řádek} few {Odstranit řádky} many {Odstranit řádky} other {Odstranit řádky}}',
|
|
29
|
+
'fabric.editor.rowControl': 'Zvýraznit řádek',
|
|
30
|
+
'fabric.editor.sortColumnASC': 'Seřadit sloupec A → Z',
|
|
31
|
+
'fabric.editor.sortColumnDESC': 'Seřadit sloupec Z → A',
|
|
32
|
+
'fabric.editor.splitCell': 'Rozdělit buňky',
|
|
33
|
+
'fabric.editor.tableOptions': 'Možnosti tabulky',
|
|
34
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Odstranění uzlu {nodeName} způsobí, že všechny k němu připojené položky přestanou fungovat.',
|
|
35
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstranit'
|
|
36
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Danish (Denmark)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ En tabel med flettede celler kan ikke sorteres',
|
|
11
|
+
'fabric.editor.cellBackground': 'Baggrundsfarve i celle',
|
|
12
|
+
'fabric.editor.cellOptions': 'Egenskaber for celle',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, one {Ryd celle} other {Ryd celler}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Luk tabel',
|
|
15
|
+
'fabric.editor.cornerControl': 'Fremhæv tabel',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Fordel kolonner',
|
|
17
|
+
'fabric.editor.extension.deleteElementTitle': 'Slet element',
|
|
18
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slet også forbundne elementer',
|
|
19
|
+
'fabric.editor.headerColumn': 'Overskriftskolonne',
|
|
20
|
+
'fabric.editor.headerRow': 'Overskriftsrække',
|
|
21
|
+
'fabric.editor.insertColumn': 'Indsæt kolonne til højre',
|
|
22
|
+
'fabric.editor.insertRow': 'Indsæt række under',
|
|
23
|
+
'fabric.editor.mergeCells': 'Flet celler',
|
|
24
|
+
'fabric.editor.numberedColumn': 'Kolonne med nummerering',
|
|
25
|
+
'fabric.editor.removeColumns': '{0, plural, one {Slet kolonne} other {Slet kolonner}}',
|
|
26
|
+
'fabric.editor.removeRows': '{0, plural, one {Slet række} other {Slet rækker}}',
|
|
27
|
+
'fabric.editor.rowControl': 'Fremhæv række',
|
|
28
|
+
'fabric.editor.sortColumnASC': 'Sorter kolonnen fra A → Å',
|
|
29
|
+
'fabric.editor.sortColumnDESC': 'Sorter kolonnen fra Å → A',
|
|
30
|
+
'fabric.editor.splitCell': 'Opdel celle',
|
|
31
|
+
'fabric.editor.tableOptions': 'Egenskaber for tabel',
|
|
32
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, brydes forbindelsen til alt, der er forbundet til den.',
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Slet'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//German (Germany)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ Tabellen mit zusammengeführten Zellen können nicht sortiert werden.',
|
|
11
|
+
'fabric.editor.cellBackground': 'Zellenhintergrund',
|
|
12
|
+
'fabric.editor.cellOptions': 'Zelloptionen',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, one {Zelleninhalt löschen} other {Zelleninhalte löschen}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Tabelle reduzieren',
|
|
15
|
+
'fabric.editor.cornerControl': 'Tabelle hervorheben',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Spalten verteilen',
|
|
17
|
+
'fabric.editor.extension.deleteElementTitle': 'Element löschen',
|
|
18
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Verbundene Elemente ebenfalls löschen',
|
|
19
|
+
'fabric.editor.headerColumn': 'Kopfzeilen-Spalte',
|
|
20
|
+
'fabric.editor.headerRow': 'Kopfzeile',
|
|
21
|
+
'fabric.editor.insertColumn': 'Spalte rechts einfügen',
|
|
22
|
+
'fabric.editor.insertRow': 'Zeile unten einfügen',
|
|
23
|
+
'fabric.editor.mergeCells': 'Zellen zusammenführen',
|
|
24
|
+
'fabric.editor.numberedColumn': 'Nummerierte Spalte',
|
|
25
|
+
'fabric.editor.removeColumns': '{0, plural, one {Spalte löschen} other {Spalten löschen}}',
|
|
26
|
+
'fabric.editor.removeRows': '{0, plural, one {Zeile löschen} other {Zeilen löschen}}',
|
|
27
|
+
'fabric.editor.rowControl': 'Zeile hervorheben',
|
|
28
|
+
'fabric.editor.sortColumnASC': 'Spalte sortieren: A → Z',
|
|
29
|
+
'fabric.editor.sortColumnDESC': 'Spalte sortieren: Z → A',
|
|
30
|
+
'fabric.editor.splitCell': 'Zelle teilen',
|
|
31
|
+
'fabric.editor.tableOptions': 'Tabellenoptionen',
|
|
32
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Durch das Löschen von {nodeName} werden alle damit verbundenen Elemente unbrauchbar.',
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Löschen'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Spanish (International)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ No puedes ordenar una tabla con celdas combinadas',
|
|
11
|
+
'fabric.editor.cellBackground': 'Fondo de celda',
|
|
12
|
+
'fabric.editor.cellOptions': 'Opciones de celda',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, one {Borrar celda} other {Borrar celdas}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Contraer tabla',
|
|
15
|
+
'fabric.editor.cornerControl': 'Destacar tabla',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Distribuir columnas',
|
|
17
|
+
'fabric.editor.extension.deleteElementTitle': 'Eliminar elemento',
|
|
18
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Eliminar también los elementos conectados',
|
|
19
|
+
'fabric.editor.headerColumn': 'Columna de encabezado',
|
|
20
|
+
'fabric.editor.headerRow': 'Fila de encabezado',
|
|
21
|
+
'fabric.editor.insertColumn': 'Insertar columna a la derecha',
|
|
22
|
+
'fabric.editor.insertRow': 'Insertar fila debajo',
|
|
23
|
+
'fabric.editor.mergeCells': 'Combinar celdas',
|
|
24
|
+
'fabric.editor.numberedColumn': 'Columna numerada',
|
|
25
|
+
'fabric.editor.removeColumns': '{0, plural, one {Eliminar columna} other {Eliminar columnas}}',
|
|
26
|
+
'fabric.editor.removeRows': '{0, plural, one {Eliminar fila} other {Eliminar filas}}',
|
|
27
|
+
'fabric.editor.rowControl': 'Destacar fila',
|
|
28
|
+
'fabric.editor.sortColumnASC': 'Ordenar columna A → Z',
|
|
29
|
+
'fabric.editor.sortColumnDESC': 'Ordenar columna Z → A',
|
|
30
|
+
'fabric.editor.splitCell': 'Dividir celda',
|
|
31
|
+
'fabric.editor.tableOptions': 'Opciones de tabla',
|
|
32
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Finnish
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
|
|
11
|
+
'fabric.editor.cellBackground': 'Solun tausta',
|
|
12
|
+
'fabric.editor.cellOptions': 'Soluvalinnat',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, one {Tyhjennä solu} other {Tyhjennä solua}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Kutista taulukko',
|
|
15
|
+
'fabric.editor.cornerControl': 'Korosta taulu',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Jaa sarakkeet',
|
|
17
|
+
'fabric.editor.extension.deleteElementTitle': 'Poista elementti',
|
|
18
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Poista myös liitetyt elementit',
|
|
19
|
+
'fabric.editor.headerColumn': 'Otsikkosarake',
|
|
20
|
+
'fabric.editor.headerRow': 'Otsikkorivi',
|
|
21
|
+
'fabric.editor.insertColumn': 'Lisää sarake oikealle',
|
|
22
|
+
'fabric.editor.insertRow': 'Lisää rivi alle',
|
|
23
|
+
'fabric.editor.mergeCells': 'Yhdistä solut',
|
|
24
|
+
'fabric.editor.numberedColumn': 'Numeroitu sarake',
|
|
25
|
+
'fabric.editor.removeColumns': '{0, plural, one {Poista sarake} other {Poista sarakkeet}}',
|
|
26
|
+
'fabric.editor.removeRows': '{0, plural, one {Poista rivi} other {Poista rivit}}',
|
|
27
|
+
'fabric.editor.rowControl': 'Korosta rivi',
|
|
28
|
+
'fabric.editor.sortColumnASC': 'Lajittele sarake nousevassa järjestyksessä',
|
|
29
|
+
'fabric.editor.sortColumnDESC': 'Lajittele sarake laskevassa järjestyksessä',
|
|
30
|
+
'fabric.editor.splitCell': 'Jaettu solu',
|
|
31
|
+
'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
|
|
32
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Solmun {nodeName} poistaminen rikkoo kaiken siihen yhdistetyn.',
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Poista'
|
|
34
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//French (France)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ Impossible de trier un tableau comportant des cellules fusionnées',
|
|
11
|
+
'fabric.editor.cellBackground': 'Arrière-plan de la cellule',
|
|
12
|
+
'fabric.editor.cellOptions': 'Options de la cellule',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, one {Effacer la cellule} other {Effacer les cellules}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Réduire le tableau',
|
|
15
|
+
'fabric.editor.cornerControl': 'Mettre le tableau en surbrillance',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Répartir entre les colonnes',
|
|
17
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Suppression',
|
|
18
|
+
'fabric.editor.extension.deleteElementTitle': 'Supprimer un élément',
|
|
19
|
+
'fabric.editor.extension.sourceNoTitledName': 'cet élément',
|
|
20
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Supprimer également les éléments connectés',
|
|
21
|
+
'fabric.editor.headerColumn': "Colonne de l'en-tête",
|
|
22
|
+
'fabric.editor.headerRow': "Ligne d'en-tête",
|
|
23
|
+
'fabric.editor.insertColumn': 'Insérer une colonne à droite',
|
|
24
|
+
'fabric.editor.insertRow': 'Insérer une ligne en dessous',
|
|
25
|
+
'fabric.editor.mergeCells': 'Fusionner les cellules',
|
|
26
|
+
'fabric.editor.numberedColumn': 'Colonne numérotée',
|
|
27
|
+
'fabric.editor.removeColumns': '{0, plural, one {Supprimer la colonne} other {Supprimer les colonnes}}',
|
|
28
|
+
'fabric.editor.removeRows': '{0, plural, one {Supprimer la ligne} other {Supprimer les lignes}}',
|
|
29
|
+
'fabric.editor.rowControl': 'Mettre la ligne en surbrillance',
|
|
30
|
+
'fabric.editor.sortColumnASC': 'Trier la colonne de A à Z',
|
|
31
|
+
'fabric.editor.sortColumnDESC': 'Trier la colonne de Z à A',
|
|
32
|
+
'fabric.editor.splitCell': 'Partager la cellule',
|
|
33
|
+
'fabric.editor.tableOptions': 'Options du tableau',
|
|
34
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Si vous supprimez {nodeName}, tous les éléments qui y sont connectés deviendront inexploitables.',
|
|
35
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Supprimer'
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Hungarian
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
|
|
11
|
+
'fabric.editor.cellBackground': 'Cella háttere',
|
|
12
|
+
'fabric.editor.cellOptions': 'Cellabeállítások',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, one {Cella tartalmának törlése} other {Cellák tartalmának törlése}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Táblázat összecsukása',
|
|
15
|
+
'fabric.editor.cornerControl': 'Táblázat kijelölése',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Oszlopok felosztása',
|
|
17
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Törlés',
|
|
18
|
+
'fabric.editor.extension.deleteElementTitle': 'Elem törlése',
|
|
19
|
+
'fabric.editor.extension.sourceNoTitledName': 'ez az elem',
|
|
20
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'A kapcsolódó elemek is törlődjenek',
|
|
21
|
+
'fabric.editor.headerColumn': 'Fejlécoszlop',
|
|
22
|
+
'fabric.editor.headerRow': 'Fejlécsor',
|
|
23
|
+
'fabric.editor.insertColumn': 'Oszlop beszúrása jobbra',
|
|
24
|
+
'fabric.editor.insertRow': 'Sor beszúrása alább',
|
|
25
|
+
'fabric.editor.mergeCells': 'Cellák egyesítése',
|
|
26
|
+
'fabric.editor.numberedColumn': 'Számozott oszlop',
|
|
27
|
+
'fabric.editor.removeColumns': '{0, plural, one {Oszlop törlése} other {Oszlopok törlése}}',
|
|
28
|
+
'fabric.editor.removeRows': '{0, plural, one {Sor törlése} other {Sorok törlése}}',
|
|
29
|
+
'fabric.editor.rowControl': 'Sor kijelölése',
|
|
30
|
+
'fabric.editor.sortColumnASC': 'Oszlop rendezése: A → Z',
|
|
31
|
+
'fabric.editor.sortColumnDESC': 'Oszlop rendezése: Z → A',
|
|
32
|
+
'fabric.editor.splitCell': 'Cella felosztása',
|
|
33
|
+
'fabric.editor.tableOptions': 'Táblázatbeállítások',
|
|
34
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Ha törlöd a(z) {nodeName} csomópontot, a hozzá kapcsolódó elemek sem fognak működni.',
|
|
35
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Törlés'
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Italian (Italy)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ Non puoi ordinare una tabella con celle unite',
|
|
11
|
+
'fabric.editor.cellBackground': 'Sfondo cella',
|
|
12
|
+
'fabric.editor.cellOptions': 'Opzioni cella',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, one {Cancella cella} other {Cancella celle}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Comprimi tabella',
|
|
15
|
+
'fabric.editor.cornerControl': 'Evidenzia tabella',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Distribuisci colonne',
|
|
17
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': "L'eliminazione di",
|
|
18
|
+
'fabric.editor.extension.deleteElementTitle': "Elimina l'elemento",
|
|
19
|
+
'fabric.editor.extension.sourceNoTitledName': 'questo elemento',
|
|
20
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Elimina anche gli elementi collegati',
|
|
21
|
+
'fabric.editor.headerColumn': 'Colonna di intestazione',
|
|
22
|
+
'fabric.editor.headerRow': 'Riga di intestazione',
|
|
23
|
+
'fabric.editor.insertColumn': 'Inserisci colonna a destra',
|
|
24
|
+
'fabric.editor.insertRow': 'Inserisci riga sotto',
|
|
25
|
+
'fabric.editor.mergeCells': 'Unisci celle',
|
|
26
|
+
'fabric.editor.numberedColumn': 'Colonna numerata',
|
|
27
|
+
'fabric.editor.removeColumns': '{0, plural, one {Elimina colonna} other {Elimina colonne}}',
|
|
28
|
+
'fabric.editor.removeRows': '{0, plural, one {Elimina riga} other {Elimina righe}}',
|
|
29
|
+
'fabric.editor.rowControl': 'Evidenzia riga',
|
|
30
|
+
'fabric.editor.sortColumnASC': 'Ordina colonna A → Z',
|
|
31
|
+
'fabric.editor.sortColumnDESC': 'Ordina colonna Z → A',
|
|
32
|
+
'fabric.editor.splitCell': 'Dividi celle',
|
|
33
|
+
'fabric.editor.tableOptions': 'Opzioni tabella',
|
|
34
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': "L'eliminazione di {nodeName} comporterà l'interruzione di tutti i relativi collegamenti.",
|
|
35
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Elimina'
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Japanese
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ 統合したセルで表を並べ替えることはできません',
|
|
11
|
+
'fabric.editor.cellBackground': 'セルの背景',
|
|
12
|
+
'fabric.editor.cellOptions': 'セルのオプション',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, other {セルをクリア}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'テーブルを折りたたむ',
|
|
15
|
+
'fabric.editor.cornerControl': 'テーブルをハイライト',
|
|
16
|
+
'fabric.editor.distributeColumns': '列の幅を揃える',
|
|
17
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '削除中',
|
|
18
|
+
'fabric.editor.extension.deleteElementTitle': '要素を削除',
|
|
19
|
+
'fabric.editor.extension.sourceNoTitledName': 'この要素',
|
|
20
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '接続されている要素も削除',
|
|
21
|
+
'fabric.editor.headerColumn': 'ヘッダーの列',
|
|
22
|
+
'fabric.editor.headerRow': 'ヘッダーの行',
|
|
23
|
+
'fabric.editor.insertColumn': '列を右に挿入',
|
|
24
|
+
'fabric.editor.insertRow': '行を下に挿入',
|
|
25
|
+
'fabric.editor.mergeCells': 'セルをマージ',
|
|
26
|
+
'fabric.editor.numberedColumn': '番号付き列',
|
|
27
|
+
'fabric.editor.removeColumns': '{0, plural, other {列を削除}}',
|
|
28
|
+
'fabric.editor.removeRows': '{0, plural, other {行を削除}}',
|
|
29
|
+
'fabric.editor.rowControl': '行をハイライト',
|
|
30
|
+
'fabric.editor.sortColumnASC': '列の並べ替え A → Z',
|
|
31
|
+
'fabric.editor.sortColumnDESC': '列の並べ替え Z → A',
|
|
32
|
+
'fabric.editor.splitCell': 'セルを分割',
|
|
33
|
+
'fabric.editor.tableOptions': '表のオプション',
|
|
34
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
|
|
35
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '削除'
|
|
36
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Korean
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ 병합된 셀이 있는 표를 정렬할 수 없습니다',
|
|
11
|
+
'fabric.editor.cellBackground': '셀 배경',
|
|
12
|
+
'fabric.editor.cellOptions': '셀 옵션',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, other {셀 지우기}}',
|
|
14
|
+
'fabric.editor.collapseTable': '표 축소',
|
|
15
|
+
'fabric.editor.cornerControl': '표 강조',
|
|
16
|
+
'fabric.editor.distributeColumns': '열 균등 맞춤',
|
|
17
|
+
'fabric.editor.extension.deleteElementTitle': '요소 삭제',
|
|
18
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '연결된 요소도 삭제',
|
|
19
|
+
'fabric.editor.headerColumn': '헤더 열',
|
|
20
|
+
'fabric.editor.headerRow': '헤더 행',
|
|
21
|
+
'fabric.editor.insertColumn': '오른쪽에 열 삽입',
|
|
22
|
+
'fabric.editor.insertRow': '아래에 행 삽입',
|
|
23
|
+
'fabric.editor.mergeCells': '셀 병합',
|
|
24
|
+
'fabric.editor.numberedColumn': '번호 매기기 열',
|
|
25
|
+
'fabric.editor.removeColumns': '{0, plural, other {열 삭제}}',
|
|
26
|
+
'fabric.editor.removeRows': '{0, plural, other {행 삭제}}',
|
|
27
|
+
'fabric.editor.rowControl': '열 강조',
|
|
28
|
+
'fabric.editor.sortColumnASC': '열 정렬: 오름차순',
|
|
29
|
+
'fabric.editor.sortColumnDESC': '열 정렬: 내림차순',
|
|
30
|
+
'fabric.editor.splitCell': '셀 나누기',
|
|
31
|
+
'fabric.editor.tableOptions': '표 옵션',
|
|
32
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '삭제'
|
|
34
|
+
};
|