@atlaskit/editor-plugin-table 1.2.2 → 1.2.4
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 +1 -1
- package/dist/cjs/plugins/table/ui/FloatingDeleteButton/index.js +7 -0
- package/dist/cjs/plugins/table/ui/common-styles.js +11 -5
- 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/FloatingDeleteButton/index.js +8 -0
- package/dist/es2019/plugins/table/ui/common-styles.js +30 -7
- 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/FloatingDeleteButton/index.js +7 -0
- package/dist/esm/plugins/table/ui/common-styles.js +11 -5
- 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 +8 -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/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/common-styles.ts +34 -5
|
@@ -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
|
+
//Polish (Poland)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ Nie można sortować tabeli ze scalonymi komórkami',
|
|
11
|
+
'fabric.editor.cellBackground': 'Tło komórki',
|
|
12
|
+
'fabric.editor.cellOptions': 'Opcje komórki',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, one {Wyczyść komórkę} few {Wyczyść komórki} many {Wyczyść komórki} other {Wyczyść komórki}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Zwiń tabelę',
|
|
15
|
+
'fabric.editor.cornerControl': 'Zaznacz tablicę',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Wyrównaj kolumny',
|
|
17
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Usuwanie',
|
|
18
|
+
'fabric.editor.extension.deleteElementTitle': 'Usuwanie elementu',
|
|
19
|
+
'fabric.editor.extension.sourceNoTitledName': 'tego elementu',
|
|
20
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Usuń także połączone elementy',
|
|
21
|
+
'fabric.editor.headerColumn': 'Kolumna nagłówka',
|
|
22
|
+
'fabric.editor.headerRow': 'Wiersz nagłówka',
|
|
23
|
+
'fabric.editor.insertColumn': 'Wstaw kolumnę z prawej',
|
|
24
|
+
'fabric.editor.insertRow': 'Wstaw wiersz poniżej',
|
|
25
|
+
'fabric.editor.mergeCells': 'Scal komórki',
|
|
26
|
+
'fabric.editor.numberedColumn': 'Kolumna numerowana',
|
|
27
|
+
'fabric.editor.removeColumns': '{0, plural, one {Usuń kolumnę} few {Usuń kolumny} many {Usuń kolumny} other {Usuń kolumny}}',
|
|
28
|
+
'fabric.editor.removeRows': '{0, plural, one {Usuń wiersz} few {Usuń wiersze} many {Usuń wiersze} other {Usuń wiersze}}',
|
|
29
|
+
'fabric.editor.rowControl': 'Zaznacz wiersz',
|
|
30
|
+
'fabric.editor.sortColumnASC': 'Sortuj kolumnę A → Z',
|
|
31
|
+
'fabric.editor.sortColumnDESC': 'Sortuj kolumnę Z → A',
|
|
32
|
+
'fabric.editor.splitCell': 'Podziel komórki',
|
|
33
|
+
'fabric.editor.tableOptions': 'Opcje tabeli',
|
|
34
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Usunięcie rozszerzenia {nodeName} spowoduje uszkodzenie wszystkiego, co jest z nim połączone.',
|
|
35
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Usuń'
|
|
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
|
+
//Portuguese (Brazil)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ Você não pode ordenar uma tabela com células mescladas',
|
|
11
|
+
'fabric.editor.cellBackground': 'Plano de fundo da célula',
|
|
12
|
+
'fabric.editor.cellOptions': 'Opções de célula',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, one {Limpar célula} other {Limpar células}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Recolher tabela',
|
|
15
|
+
'fabric.editor.cornerControl': 'Destacar tabela',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Distribuir colunas',
|
|
17
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Exclusão',
|
|
18
|
+
'fabric.editor.extension.deleteElementTitle': 'Excluir elemento',
|
|
19
|
+
'fabric.editor.extension.sourceNoTitledName': 'este elemento',
|
|
20
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Excluir também elementos conectados',
|
|
21
|
+
'fabric.editor.headerColumn': 'Coluna do cabeçalho',
|
|
22
|
+
'fabric.editor.headerRow': 'Linha do cabeçalho',
|
|
23
|
+
'fabric.editor.insertColumn': 'Inserir coluna à direita',
|
|
24
|
+
'fabric.editor.insertRow': 'Inserir linha abaixo',
|
|
25
|
+
'fabric.editor.mergeCells': 'Mesclar células',
|
|
26
|
+
'fabric.editor.numberedColumn': 'Coluna numerada',
|
|
27
|
+
'fabric.editor.removeColumns': '{0, plural, one {Excluir coluna} other {Excluir colunas}}',
|
|
28
|
+
'fabric.editor.removeRows': '{0, plural, one {Excluir linha} other {Excluir linhas}}',
|
|
29
|
+
'fabric.editor.rowControl': 'Destacar linha',
|
|
30
|
+
'fabric.editor.sortColumnASC': 'Ordenar coluna A → Z',
|
|
31
|
+
'fabric.editor.sortColumnDESC': 'Ordenar coluna Z → A',
|
|
32
|
+
'fabric.editor.splitCell': 'Dividir célula',
|
|
33
|
+
'fabric.editor.tableOptions': 'Opções de tabela',
|
|
34
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'A exclusão de {nodeName} vai interromper qualquer coisa conectada a ela.',
|
|
35
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Excluir'
|
|
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
|
+
//Russian
|
|
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
|
+
//Swedish
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ Du kan inte sortera en panelvy med sammanslagna celler',
|
|
11
|
+
'fabric.editor.cellBackground': 'Cellbakgrund',
|
|
12
|
+
'fabric.editor.cellOptions': 'Cellalternativ',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, one {Rensa celler} other {Rensa celler}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Dölj tabell',
|
|
15
|
+
'fabric.editor.cornerControl': 'Markera tabellen',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Fördela kolumner',
|
|
17
|
+
'fabric.editor.extension.deleteElementTitle': 'Radera element',
|
|
18
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Radera även anslutna element',
|
|
19
|
+
'fabric.editor.headerColumn': 'Rubrikkolumn',
|
|
20
|
+
'fabric.editor.headerRow': 'Rubrikrad',
|
|
21
|
+
'fabric.editor.insertColumn': 'Infoga kolumn till höger',
|
|
22
|
+
'fabric.editor.insertRow': 'Infoga rad nedanför',
|
|
23
|
+
'fabric.editor.mergeCells': 'Sammanfoga celler',
|
|
24
|
+
'fabric.editor.numberedColumn': 'Numrerad kolumn',
|
|
25
|
+
'fabric.editor.removeColumns': '{0, plural, one {Radera kolumn} other {Radera kolumner}}',
|
|
26
|
+
'fabric.editor.removeRows': '{0, plural, one {Radera rad} other {Radera rader}}',
|
|
27
|
+
'fabric.editor.rowControl': 'Markera raden',
|
|
28
|
+
'fabric.editor.sortColumnASC': 'Sortera kolumn A → Ö',
|
|
29
|
+
'fabric.editor.sortColumnDESC': 'Sortera kolumn Ö → A',
|
|
30
|
+
'fabric.editor.splitCell': 'Dela cell',
|
|
31
|
+
'fabric.editor.tableOptions': 'Tabellalternativ',
|
|
32
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Om du raderar {nodeName} bryts allt som är kopplat till den.',
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Radera'
|
|
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
|
+
//Thai (Thailand)
|
|
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': 'จัดเรียงคอลัมน์ A → Z',
|
|
29
|
+
'fabric.editor.sortColumnDESC': 'จัดเรียงคอลัมน์ Z → A',
|
|
30
|
+
'fabric.editor.splitCell': 'แยกช่องข้อมูล',
|
|
31
|
+
'fabric.editor.tableOptions': 'ตัวเลือกตาราง',
|
|
32
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'การลบ {nodeName} จะยุติทุกอย่างที่เชื่อมโยงอยู่',
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'ลบ'
|
|
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
|
+
//Turkish (Turkey)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ Birleştirilmiş hücre içeren bir tabloyu sıralayamazsınız',
|
|
11
|
+
'fabric.editor.cellBackground': 'Hücre arka planı',
|
|
12
|
+
'fabric.editor.cellOptions': 'Hücre seçenekleri',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, one {Hücreyi temizle} other {Hücreleri temizle}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Tabloyu daralt',
|
|
15
|
+
'fabric.editor.cornerControl': 'Tabloyu vurgula',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Sütunları eşit dağıt',
|
|
17
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Siliniyor',
|
|
18
|
+
'fabric.editor.extension.deleteElementTitle': 'Öğeyi sil',
|
|
19
|
+
'fabric.editor.extension.sourceNoTitledName': 'bu öğe',
|
|
20
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Bağlı öğeleri de sil',
|
|
21
|
+
'fabric.editor.headerColumn': 'Başlık sütunu',
|
|
22
|
+
'fabric.editor.headerRow': 'Başlık satırı',
|
|
23
|
+
'fabric.editor.insertColumn': 'Sağa sütun ekle',
|
|
24
|
+
'fabric.editor.insertRow': 'Aşağıya satır ekle',
|
|
25
|
+
'fabric.editor.mergeCells': 'Hücreleri birleştir',
|
|
26
|
+
'fabric.editor.numberedColumn': 'Numaralı sütun',
|
|
27
|
+
'fabric.editor.removeColumns': '{0, plural, one {Sütunu sil} other {Sütunları sil}}',
|
|
28
|
+
'fabric.editor.removeRows': '{0, plural, one {Satırı sil} other {Satırları sil}}',
|
|
29
|
+
'fabric.editor.rowControl': 'Satırı vurgula',
|
|
30
|
+
'fabric.editor.sortColumnASC': "Sütunu A'dan Z'ye sırala",
|
|
31
|
+
'fabric.editor.sortColumnDESC': "Sütunu Z'den A'ya sırala",
|
|
32
|
+
'fabric.editor.splitCell': 'Hücreyi ayır',
|
|
33
|
+
'fabric.editor.tableOptions': 'Tablo seçenekleri',
|
|
34
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} düğümünün silinmesi, bu düğüme bağlı her şeyin bozulmasına neden olur.',
|
|
35
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Sil'
|
|
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
|
+
//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";
|
|
@@ -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,
|
|
@@ -70,10 +70,36 @@ const listLargeNumericMarkersOldStyles = `
|
|
|
70
70
|
padding-left: revert;
|
|
71
71
|
}
|
|
72
72
|
`;
|
|
73
|
+
const breakoutWidthStyling = useFragmentMarkBreakoutWidthStylingFix => {
|
|
74
|
+
if (useFragmentMarkBreakoutWidthStylingFix) {
|
|
75
|
+
return css`
|
|
76
|
+
> *:not([data-mark-type='fragment'])
|
|
77
|
+
.${ClassName.NODEVIEW_WRAPPER}
|
|
78
|
+
.${ClassName.TABLE_CONTAINER} {
|
|
79
|
+
margin-left: unset !important;
|
|
80
|
+
width: 100% !important;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
> [data-mark-type='fragment']
|
|
84
|
+
*
|
|
85
|
+
.${ClassName.NODEVIEW_WRAPPER}
|
|
86
|
+
.${ClassName.TABLE_CONTAINER} {
|
|
87
|
+
margin-left: unset !important;
|
|
88
|
+
width: 100% !important;
|
|
89
|
+
}
|
|
90
|
+
`;
|
|
91
|
+
}
|
|
92
|
+
return css`
|
|
93
|
+
> * .${ClassName.NODEVIEW_WRAPPER} .${ClassName.TABLE_CONTAINER} {
|
|
94
|
+
margin-left: unset !important;
|
|
95
|
+
width: 100% !important;
|
|
96
|
+
}
|
|
97
|
+
`;
|
|
98
|
+
};
|
|
73
99
|
|
|
74
100
|
// TODO: https://product-fabric.atlassian.net/browse/DSP-4139
|
|
75
101
|
export const tableStyles = props => {
|
|
76
|
-
var _props$featureFlags, _props$featureFlags2;
|
|
102
|
+
var _props$featureFlags, _props$featureFlags$u, _props$featureFlags2, _props$featureFlags3;
|
|
77
103
|
return css`
|
|
78
104
|
.${ClassName.LAYOUT_BUTTON} button {
|
|
79
105
|
background: ${`var(--ds-background-neutral, ${N20A})`};
|
|
@@ -341,11 +367,8 @@ export const tableStyles = props => {
|
|
|
341
367
|
*/
|
|
342
368
|
}
|
|
343
369
|
|
|
344
|
-
/* Breakout only works on top level */
|
|
345
|
-
|
|
346
|
-
margin-left: unset !important;
|
|
347
|
-
width: 100% !important;
|
|
348
|
-
}
|
|
370
|
+
/* Breakout only works on top level unless wrapped in fragment mark */
|
|
371
|
+
${breakoutWidthStyling((_props$featureFlags$u = (_props$featureFlags2 = props.featureFlags) === null || _props$featureFlags2 === void 0 ? void 0 : _props$featureFlags2.useFragmentMarkBreakoutWidthStylingFix) !== null && _props$featureFlags$u !== void 0 ? _props$featureFlags$u : true)}
|
|
349
372
|
|
|
350
373
|
${columnControlsDecoration(props)};
|
|
351
374
|
|
|
@@ -663,7 +686,7 @@ export const tableStyles = props => {
|
|
|
663
686
|
styles that handle this generally (in editor-common) so we can
|
|
664
687
|
throw away the older table-specific styles here.
|
|
665
688
|
*/
|
|
666
|
-
${props !== null && props !== void 0 && (_props$
|
|
689
|
+
${props !== null && props !== void 0 && (_props$featureFlags3 = props.featureFlags) !== null && _props$featureFlags3 !== void 0 && _props$featureFlags3.restartNumberedLists ? `` : listLargeNumericMarkersOldStyles}
|
|
667
690
|
|
|
668
691
|
${shadowSentinelStyles}
|
|
669
692
|
`;
|
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
|
+
};
|