@atlaskit/editor-plugin-table 1.2.3 → 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 +8 -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/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/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/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/.eslintrc.js
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-table
|
|
2
2
|
|
|
3
|
+
## 1.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
8
|
+
- [`d9a8fe191f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9a8fe191f2) - [ED-17295] Update feature flag usage for media plugin
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 1.2.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Czech
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.canNotSortTable': '⚠️ Tabulku se sloučenými buňkami nelze seřadit',
|
|
17
|
+
'fabric.editor.cellBackground': 'Pozadí buněk',
|
|
18
|
+
'fabric.editor.cellOptions': 'Možnosti buňky',
|
|
19
|
+
'fabric.editor.clearCells': '{0, plural, one {Vymazat buňku} few {Vymazat buňky} many {Vymazat buňky} other {Vymazat buňky}}',
|
|
20
|
+
'fabric.editor.collapseTable': 'Sbalit tabulku',
|
|
21
|
+
'fabric.editor.cornerControl': 'Zvýraznit tabulku',
|
|
22
|
+
'fabric.editor.distributeColumns': 'Rozložení sloupců',
|
|
23
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Odstraňování',
|
|
24
|
+
'fabric.editor.extension.deleteElementTitle': 'Vymazat prvek',
|
|
25
|
+
'fabric.editor.extension.sourceNoTitledName': 'tento prvek',
|
|
26
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Vymazat také všechny připojené prvky',
|
|
27
|
+
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
28
|
+
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
29
|
+
'fabric.editor.insertColumn': 'Vložit sloupec napravo',
|
|
30
|
+
'fabric.editor.insertRow': 'Vložit řádek pod',
|
|
31
|
+
'fabric.editor.mergeCells': 'Sloučit buňky',
|
|
32
|
+
'fabric.editor.numberedColumn': 'Číslovaný sloupec',
|
|
33
|
+
'fabric.editor.removeColumns': '{0, plural, one {Odstranit sloupec} few {Odstranit sloupce} many {Odstranit sloupce} other {Odstranit sloupce}}',
|
|
34
|
+
'fabric.editor.removeRows': '{0, plural, one {Odstranit řádek} few {Odstranit řádky} many {Odstranit řádky} other {Odstranit řádky}}',
|
|
35
|
+
'fabric.editor.rowControl': 'Zvýraznit řádek',
|
|
36
|
+
'fabric.editor.sortColumnASC': 'Seřadit sloupec A → Z',
|
|
37
|
+
'fabric.editor.sortColumnDESC': 'Seřadit sloupec Z → A',
|
|
38
|
+
'fabric.editor.splitCell': 'Rozdělit buňky',
|
|
39
|
+
'fabric.editor.tableOptions': 'Možnosti tabulky',
|
|
40
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Odstranění uzlu {nodeName} způsobí, že všechny k němu připojené položky přestanou fungovat.',
|
|
41
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstranit'
|
|
42
|
+
};
|
|
43
|
+
exports.default = _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Danish (Denmark)
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.canNotSortTable': '⚠️ En tabel med flettede celler kan ikke sorteres',
|
|
17
|
+
'fabric.editor.cellBackground': 'Baggrundsfarve i celle',
|
|
18
|
+
'fabric.editor.cellOptions': 'Egenskaber for celle',
|
|
19
|
+
'fabric.editor.clearCells': '{0, plural, one {Ryd celle} other {Ryd celler}}',
|
|
20
|
+
'fabric.editor.collapseTable': 'Luk tabel',
|
|
21
|
+
'fabric.editor.cornerControl': 'Fremhæv tabel',
|
|
22
|
+
'fabric.editor.distributeColumns': 'Fordel kolonner',
|
|
23
|
+
'fabric.editor.extension.deleteElementTitle': 'Slet element',
|
|
24
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slet også forbundne elementer',
|
|
25
|
+
'fabric.editor.headerColumn': 'Overskriftskolonne',
|
|
26
|
+
'fabric.editor.headerRow': 'Overskriftsrække',
|
|
27
|
+
'fabric.editor.insertColumn': 'Indsæt kolonne til højre',
|
|
28
|
+
'fabric.editor.insertRow': 'Indsæt række under',
|
|
29
|
+
'fabric.editor.mergeCells': 'Flet celler',
|
|
30
|
+
'fabric.editor.numberedColumn': 'Kolonne med nummerering',
|
|
31
|
+
'fabric.editor.removeColumns': '{0, plural, one {Slet kolonne} other {Slet kolonner}}',
|
|
32
|
+
'fabric.editor.removeRows': '{0, plural, one {Slet række} other {Slet rækker}}',
|
|
33
|
+
'fabric.editor.rowControl': 'Fremhæv række',
|
|
34
|
+
'fabric.editor.sortColumnASC': 'Sorter kolonnen fra A → Å',
|
|
35
|
+
'fabric.editor.sortColumnDESC': 'Sorter kolonnen fra Å → A',
|
|
36
|
+
'fabric.editor.splitCell': 'Opdel celle',
|
|
37
|
+
'fabric.editor.tableOptions': 'Egenskaber for tabel',
|
|
38
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, brydes forbindelsen til alt, der er forbundet til den.',
|
|
39
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Slet'
|
|
40
|
+
};
|
|
41
|
+
exports.default = _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//German (Germany)
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.canNotSortTable': '⚠️ Tabellen mit zusammengeführten Zellen können nicht sortiert werden.',
|
|
17
|
+
'fabric.editor.cellBackground': 'Zellenhintergrund',
|
|
18
|
+
'fabric.editor.cellOptions': 'Zelloptionen',
|
|
19
|
+
'fabric.editor.clearCells': '{0, plural, one {Zelleninhalt löschen} other {Zelleninhalte löschen}}',
|
|
20
|
+
'fabric.editor.collapseTable': 'Tabelle reduzieren',
|
|
21
|
+
'fabric.editor.cornerControl': 'Tabelle hervorheben',
|
|
22
|
+
'fabric.editor.distributeColumns': 'Spalten verteilen',
|
|
23
|
+
'fabric.editor.extension.deleteElementTitle': 'Element löschen',
|
|
24
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Verbundene Elemente ebenfalls löschen',
|
|
25
|
+
'fabric.editor.headerColumn': 'Kopfzeilen-Spalte',
|
|
26
|
+
'fabric.editor.headerRow': 'Kopfzeile',
|
|
27
|
+
'fabric.editor.insertColumn': 'Spalte rechts einfügen',
|
|
28
|
+
'fabric.editor.insertRow': 'Zeile unten einfügen',
|
|
29
|
+
'fabric.editor.mergeCells': 'Zellen zusammenführen',
|
|
30
|
+
'fabric.editor.numberedColumn': 'Nummerierte Spalte',
|
|
31
|
+
'fabric.editor.removeColumns': '{0, plural, one {Spalte löschen} other {Spalten löschen}}',
|
|
32
|
+
'fabric.editor.removeRows': '{0, plural, one {Zeile löschen} other {Zeilen löschen}}',
|
|
33
|
+
'fabric.editor.rowControl': 'Zeile hervorheben',
|
|
34
|
+
'fabric.editor.sortColumnASC': 'Spalte sortieren: A → Z',
|
|
35
|
+
'fabric.editor.sortColumnDESC': 'Spalte sortieren: Z → A',
|
|
36
|
+
'fabric.editor.splitCell': 'Zelle teilen',
|
|
37
|
+
'fabric.editor.tableOptions': 'Tabellenoptionen',
|
|
38
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Durch das Löschen von {nodeName} werden alle damit verbundenen Elemente unbrauchbar.',
|
|
39
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Löschen'
|
|
40
|
+
};
|
|
41
|
+
exports.default = _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Spanish (International)
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.canNotSortTable': '⚠️ No puedes ordenar una tabla con celdas combinadas',
|
|
17
|
+
'fabric.editor.cellBackground': 'Fondo de celda',
|
|
18
|
+
'fabric.editor.cellOptions': 'Opciones de celda',
|
|
19
|
+
'fabric.editor.clearCells': '{0, plural, one {Borrar celda} other {Borrar celdas}}',
|
|
20
|
+
'fabric.editor.collapseTable': 'Contraer tabla',
|
|
21
|
+
'fabric.editor.cornerControl': 'Destacar tabla',
|
|
22
|
+
'fabric.editor.distributeColumns': 'Distribuir columnas',
|
|
23
|
+
'fabric.editor.extension.deleteElementTitle': 'Eliminar elemento',
|
|
24
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Eliminar también los elementos conectados',
|
|
25
|
+
'fabric.editor.headerColumn': 'Columna de encabezado',
|
|
26
|
+
'fabric.editor.headerRow': 'Fila de encabezado',
|
|
27
|
+
'fabric.editor.insertColumn': 'Insertar columna a la derecha',
|
|
28
|
+
'fabric.editor.insertRow': 'Insertar fila debajo',
|
|
29
|
+
'fabric.editor.mergeCells': 'Combinar celdas',
|
|
30
|
+
'fabric.editor.numberedColumn': 'Columna numerada',
|
|
31
|
+
'fabric.editor.removeColumns': '{0, plural, one {Eliminar columna} other {Eliminar columnas}}',
|
|
32
|
+
'fabric.editor.removeRows': '{0, plural, one {Eliminar fila} other {Eliminar filas}}',
|
|
33
|
+
'fabric.editor.rowControl': 'Destacar fila',
|
|
34
|
+
'fabric.editor.sortColumnASC': 'Ordenar columna A → Z',
|
|
35
|
+
'fabric.editor.sortColumnDESC': 'Ordenar columna Z → A',
|
|
36
|
+
'fabric.editor.splitCell': 'Dividir celda',
|
|
37
|
+
'fabric.editor.tableOptions': 'Opciones de tabla',
|
|
38
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
|
|
39
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar'
|
|
40
|
+
};
|
|
41
|
+
exports.default = _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Finnish
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.canNotSortTable': '⚠️ Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
|
|
17
|
+
'fabric.editor.cellBackground': 'Solun tausta',
|
|
18
|
+
'fabric.editor.cellOptions': 'Soluvalinnat',
|
|
19
|
+
'fabric.editor.clearCells': '{0, plural, one {Tyhjennä solu} other {Tyhjennä solua}}',
|
|
20
|
+
'fabric.editor.collapseTable': 'Kutista taulukko',
|
|
21
|
+
'fabric.editor.cornerControl': 'Korosta taulu',
|
|
22
|
+
'fabric.editor.distributeColumns': 'Jaa sarakkeet',
|
|
23
|
+
'fabric.editor.extension.deleteElementTitle': 'Poista elementti',
|
|
24
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Poista myös liitetyt elementit',
|
|
25
|
+
'fabric.editor.headerColumn': 'Otsikkosarake',
|
|
26
|
+
'fabric.editor.headerRow': 'Otsikkorivi',
|
|
27
|
+
'fabric.editor.insertColumn': 'Lisää sarake oikealle',
|
|
28
|
+
'fabric.editor.insertRow': 'Lisää rivi alle',
|
|
29
|
+
'fabric.editor.mergeCells': 'Yhdistä solut',
|
|
30
|
+
'fabric.editor.numberedColumn': 'Numeroitu sarake',
|
|
31
|
+
'fabric.editor.removeColumns': '{0, plural, one {Poista sarake} other {Poista sarakkeet}}',
|
|
32
|
+
'fabric.editor.removeRows': '{0, plural, one {Poista rivi} other {Poista rivit}}',
|
|
33
|
+
'fabric.editor.rowControl': 'Korosta rivi',
|
|
34
|
+
'fabric.editor.sortColumnASC': 'Lajittele sarake nousevassa järjestyksessä',
|
|
35
|
+
'fabric.editor.sortColumnDESC': 'Lajittele sarake laskevassa järjestyksessä',
|
|
36
|
+
'fabric.editor.splitCell': 'Jaettu solu',
|
|
37
|
+
'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
|
|
38
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Solmun {nodeName} poistaminen rikkoo kaiken siihen yhdistetyn.',
|
|
39
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Poista'
|
|
40
|
+
};
|
|
41
|
+
exports.default = _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//French (France)
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.canNotSortTable': '⚠️ Impossible de trier un tableau comportant des cellules fusionnées',
|
|
17
|
+
'fabric.editor.cellBackground': 'Arrière-plan de la cellule',
|
|
18
|
+
'fabric.editor.cellOptions': 'Options de la cellule',
|
|
19
|
+
'fabric.editor.clearCells': '{0, plural, one {Effacer la cellule} other {Effacer les cellules}}',
|
|
20
|
+
'fabric.editor.collapseTable': 'Réduire le tableau',
|
|
21
|
+
'fabric.editor.cornerControl': 'Mettre le tableau en surbrillance',
|
|
22
|
+
'fabric.editor.distributeColumns': 'Répartir entre les colonnes',
|
|
23
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Suppression',
|
|
24
|
+
'fabric.editor.extension.deleteElementTitle': 'Supprimer un élément',
|
|
25
|
+
'fabric.editor.extension.sourceNoTitledName': 'cet élément',
|
|
26
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Supprimer également les éléments connectés',
|
|
27
|
+
'fabric.editor.headerColumn': "Colonne de l'en-tête",
|
|
28
|
+
'fabric.editor.headerRow': "Ligne d'en-tête",
|
|
29
|
+
'fabric.editor.insertColumn': 'Insérer une colonne à droite',
|
|
30
|
+
'fabric.editor.insertRow': 'Insérer une ligne en dessous',
|
|
31
|
+
'fabric.editor.mergeCells': 'Fusionner les cellules',
|
|
32
|
+
'fabric.editor.numberedColumn': 'Colonne numérotée',
|
|
33
|
+
'fabric.editor.removeColumns': '{0, plural, one {Supprimer la colonne} other {Supprimer les colonnes}}',
|
|
34
|
+
'fabric.editor.removeRows': '{0, plural, one {Supprimer la ligne} other {Supprimer les lignes}}',
|
|
35
|
+
'fabric.editor.rowControl': 'Mettre la ligne en surbrillance',
|
|
36
|
+
'fabric.editor.sortColumnASC': 'Trier la colonne de A à Z',
|
|
37
|
+
'fabric.editor.sortColumnDESC': 'Trier la colonne de Z à A',
|
|
38
|
+
'fabric.editor.splitCell': 'Partager la cellule',
|
|
39
|
+
'fabric.editor.tableOptions': 'Options du tableau',
|
|
40
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Si vous supprimez {nodeName}, tous les éléments qui y sont connectés deviendront inexploitables.',
|
|
41
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Supprimer'
|
|
42
|
+
};
|
|
43
|
+
exports.default = _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Hungarian
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.canNotSortTable': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
|
|
17
|
+
'fabric.editor.cellBackground': 'Cella háttere',
|
|
18
|
+
'fabric.editor.cellOptions': 'Cellabeállítások',
|
|
19
|
+
'fabric.editor.clearCells': '{0, plural, one {Cella tartalmának törlése} other {Cellák tartalmának törlése}}',
|
|
20
|
+
'fabric.editor.collapseTable': 'Táblázat összecsukása',
|
|
21
|
+
'fabric.editor.cornerControl': 'Táblázat kijelölése',
|
|
22
|
+
'fabric.editor.distributeColumns': 'Oszlopok felosztása',
|
|
23
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Törlés',
|
|
24
|
+
'fabric.editor.extension.deleteElementTitle': 'Elem törlése',
|
|
25
|
+
'fabric.editor.extension.sourceNoTitledName': 'ez az elem',
|
|
26
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'A kapcsolódó elemek is törlődjenek',
|
|
27
|
+
'fabric.editor.headerColumn': 'Fejlécoszlop',
|
|
28
|
+
'fabric.editor.headerRow': 'Fejlécsor',
|
|
29
|
+
'fabric.editor.insertColumn': 'Oszlop beszúrása jobbra',
|
|
30
|
+
'fabric.editor.insertRow': 'Sor beszúrása alább',
|
|
31
|
+
'fabric.editor.mergeCells': 'Cellák egyesítése',
|
|
32
|
+
'fabric.editor.numberedColumn': 'Számozott oszlop',
|
|
33
|
+
'fabric.editor.removeColumns': '{0, plural, one {Oszlop törlése} other {Oszlopok törlése}}',
|
|
34
|
+
'fabric.editor.removeRows': '{0, plural, one {Sor törlése} other {Sorok törlése}}',
|
|
35
|
+
'fabric.editor.rowControl': 'Sor kijelölése',
|
|
36
|
+
'fabric.editor.sortColumnASC': 'Oszlop rendezése: A → Z',
|
|
37
|
+
'fabric.editor.sortColumnDESC': 'Oszlop rendezése: Z → A',
|
|
38
|
+
'fabric.editor.splitCell': 'Cella felosztása',
|
|
39
|
+
'fabric.editor.tableOptions': 'Táblázatbeállítások',
|
|
40
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Ha törlöd a(z) {nodeName} csomópontot, a hozzá kapcsolódó elemek sem fognak működni.',
|
|
41
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Törlés'
|
|
42
|
+
};
|
|
43
|
+
exports.default = _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Italian (Italy)
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.canNotSortTable': '⚠️ Non puoi ordinare una tabella con celle unite',
|
|
17
|
+
'fabric.editor.cellBackground': 'Sfondo cella',
|
|
18
|
+
'fabric.editor.cellOptions': 'Opzioni cella',
|
|
19
|
+
'fabric.editor.clearCells': '{0, plural, one {Cancella cella} other {Cancella celle}}',
|
|
20
|
+
'fabric.editor.collapseTable': 'Comprimi tabella',
|
|
21
|
+
'fabric.editor.cornerControl': 'Evidenzia tabella',
|
|
22
|
+
'fabric.editor.distributeColumns': 'Distribuisci colonne',
|
|
23
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': "L'eliminazione di",
|
|
24
|
+
'fabric.editor.extension.deleteElementTitle': "Elimina l'elemento",
|
|
25
|
+
'fabric.editor.extension.sourceNoTitledName': 'questo elemento',
|
|
26
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Elimina anche gli elementi collegati',
|
|
27
|
+
'fabric.editor.headerColumn': 'Colonna di intestazione',
|
|
28
|
+
'fabric.editor.headerRow': 'Riga di intestazione',
|
|
29
|
+
'fabric.editor.insertColumn': 'Inserisci colonna a destra',
|
|
30
|
+
'fabric.editor.insertRow': 'Inserisci riga sotto',
|
|
31
|
+
'fabric.editor.mergeCells': 'Unisci celle',
|
|
32
|
+
'fabric.editor.numberedColumn': 'Colonna numerata',
|
|
33
|
+
'fabric.editor.removeColumns': '{0, plural, one {Elimina colonna} other {Elimina colonne}}',
|
|
34
|
+
'fabric.editor.removeRows': '{0, plural, one {Elimina riga} other {Elimina righe}}',
|
|
35
|
+
'fabric.editor.rowControl': 'Evidenzia riga',
|
|
36
|
+
'fabric.editor.sortColumnASC': 'Ordina colonna A → Z',
|
|
37
|
+
'fabric.editor.sortColumnDESC': 'Ordina colonna Z → A',
|
|
38
|
+
'fabric.editor.splitCell': 'Dividi celle',
|
|
39
|
+
'fabric.editor.tableOptions': 'Opzioni tabella',
|
|
40
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': "L'eliminazione di {nodeName} comporterà l'interruzione di tutti i relativi collegamenti.",
|
|
41
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Elimina'
|
|
42
|
+
};
|
|
43
|
+
exports.default = _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Japanese
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.canNotSortTable': '⚠️ 統合したセルで表を並べ替えることはできません',
|
|
17
|
+
'fabric.editor.cellBackground': 'セルの背景',
|
|
18
|
+
'fabric.editor.cellOptions': 'セルのオプション',
|
|
19
|
+
'fabric.editor.clearCells': '{0, plural, other {セルをクリア}}',
|
|
20
|
+
'fabric.editor.collapseTable': 'テーブルを折りたたむ',
|
|
21
|
+
'fabric.editor.cornerControl': 'テーブルをハイライト',
|
|
22
|
+
'fabric.editor.distributeColumns': '列の幅を揃える',
|
|
23
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '削除中',
|
|
24
|
+
'fabric.editor.extension.deleteElementTitle': '要素を削除',
|
|
25
|
+
'fabric.editor.extension.sourceNoTitledName': 'この要素',
|
|
26
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '接続されている要素も削除',
|
|
27
|
+
'fabric.editor.headerColumn': 'ヘッダーの列',
|
|
28
|
+
'fabric.editor.headerRow': 'ヘッダーの行',
|
|
29
|
+
'fabric.editor.insertColumn': '列を右に挿入',
|
|
30
|
+
'fabric.editor.insertRow': '行を下に挿入',
|
|
31
|
+
'fabric.editor.mergeCells': 'セルをマージ',
|
|
32
|
+
'fabric.editor.numberedColumn': '番号付き列',
|
|
33
|
+
'fabric.editor.removeColumns': '{0, plural, other {列を削除}}',
|
|
34
|
+
'fabric.editor.removeRows': '{0, plural, other {行を削除}}',
|
|
35
|
+
'fabric.editor.rowControl': '行をハイライト',
|
|
36
|
+
'fabric.editor.sortColumnASC': '列の並べ替え A → Z',
|
|
37
|
+
'fabric.editor.sortColumnDESC': '列の並べ替え Z → A',
|
|
38
|
+
'fabric.editor.splitCell': 'セルを分割',
|
|
39
|
+
'fabric.editor.tableOptions': '表のオプション',
|
|
40
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
|
|
41
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '削除'
|
|
42
|
+
};
|
|
43
|
+
exports.default = _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Korean
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.canNotSortTable': '⚠️ 병합된 셀이 있는 표를 정렬할 수 없습니다',
|
|
17
|
+
'fabric.editor.cellBackground': '셀 배경',
|
|
18
|
+
'fabric.editor.cellOptions': '셀 옵션',
|
|
19
|
+
'fabric.editor.clearCells': '{0, plural, other {셀 지우기}}',
|
|
20
|
+
'fabric.editor.collapseTable': '표 축소',
|
|
21
|
+
'fabric.editor.cornerControl': '표 강조',
|
|
22
|
+
'fabric.editor.distributeColumns': '열 균등 맞춤',
|
|
23
|
+
'fabric.editor.extension.deleteElementTitle': '요소 삭제',
|
|
24
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '연결된 요소도 삭제',
|
|
25
|
+
'fabric.editor.headerColumn': '헤더 열',
|
|
26
|
+
'fabric.editor.headerRow': '헤더 행',
|
|
27
|
+
'fabric.editor.insertColumn': '오른쪽에 열 삽입',
|
|
28
|
+
'fabric.editor.insertRow': '아래에 행 삽입',
|
|
29
|
+
'fabric.editor.mergeCells': '셀 병합',
|
|
30
|
+
'fabric.editor.numberedColumn': '번호 매기기 열',
|
|
31
|
+
'fabric.editor.removeColumns': '{0, plural, other {열 삭제}}',
|
|
32
|
+
'fabric.editor.removeRows': '{0, plural, other {행 삭제}}',
|
|
33
|
+
'fabric.editor.rowControl': '열 강조',
|
|
34
|
+
'fabric.editor.sortColumnASC': '열 정렬: 오름차순',
|
|
35
|
+
'fabric.editor.sortColumnDESC': '열 정렬: 내림차순',
|
|
36
|
+
'fabric.editor.splitCell': '셀 나누기',
|
|
37
|
+
'fabric.editor.tableOptions': '표 옵션',
|
|
38
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
|
|
39
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '삭제'
|
|
40
|
+
};
|
|
41
|
+
exports.default = _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Norwegian (Bokmål)
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.canNotSortTable': '⚠️ Du kan ikke sortere en tabell med sammenslåtte celler',
|
|
17
|
+
'fabric.editor.cellBackground': 'Cellebakgrunn',
|
|
18
|
+
'fabric.editor.cellOptions': 'Cellealternativer',
|
|
19
|
+
'fabric.editor.clearCells': '{0, plural, one {Tøm celle} other {Tøm celler}}',
|
|
20
|
+
'fabric.editor.collapseTable': 'Minimer tabell',
|
|
21
|
+
'fabric.editor.cornerControl': 'Fremhev tabell',
|
|
22
|
+
'fabric.editor.distributeColumns': 'Distribuer kolonner',
|
|
23
|
+
'fabric.editor.extension.deleteElementTitle': 'Slett element',
|
|
24
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slett også tilkoblede elementer',
|
|
25
|
+
'fabric.editor.headerColumn': 'Overskriftskolonne',
|
|
26
|
+
'fabric.editor.headerRow': 'Overskriftsrad',
|
|
27
|
+
'fabric.editor.insertColumn': 'Sett inn kolonne til høyre',
|
|
28
|
+
'fabric.editor.insertRow': 'Sett inn rad under',
|
|
29
|
+
'fabric.editor.mergeCells': 'Slå sammen celler',
|
|
30
|
+
'fabric.editor.numberedColumn': 'Nummert kolonne',
|
|
31
|
+
'fabric.editor.removeColumns': '{0, plural, one {Slett kolonne} other {Slett kolonner}}',
|
|
32
|
+
'fabric.editor.removeRows': '{0, plural, one {Slett rad} other {Slett rader}}',
|
|
33
|
+
'fabric.editor.rowControl': 'Fremhev rad',
|
|
34
|
+
'fabric.editor.sortColumnASC': 'Sorter kolonne A → Å',
|
|
35
|
+
'fabric.editor.sortColumnDESC': 'Sorter kolonne Å → A',
|
|
36
|
+
'fabric.editor.splitCell': 'Del celle',
|
|
37
|
+
'fabric.editor.tableOptions': 'Tabellalternativer',
|
|
38
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, ødelegges alt som er koblet til den.',
|
|
39
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Slett'
|
|
40
|
+
};
|
|
41
|
+
exports.default = _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Dutch (Netherlands)
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.canNotSortTable': '⚠️ Je kan een tabel met samengevoegde cellen niet rangschikken',
|
|
17
|
+
'fabric.editor.cellBackground': 'Celachtergrond',
|
|
18
|
+
'fabric.editor.cellOptions': 'Celopties',
|
|
19
|
+
'fabric.editor.clearCells': '{0, plural, one {Cel leegmaken} other {Cellen leegmaken}}',
|
|
20
|
+
'fabric.editor.collapseTable': 'Tabel inklappen',
|
|
21
|
+
'fabric.editor.cornerControl': 'Tabel markeren',
|
|
22
|
+
'fabric.editor.distributeColumns': 'Kolommen verdelen',
|
|
23
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Bezig met verwijderen van',
|
|
24
|
+
'fabric.editor.extension.deleteElementTitle': 'Element verwijderen',
|
|
25
|
+
'fabric.editor.extension.sourceNoTitledName': 'dit element',
|
|
26
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Ook gekoppelde elementen verwijderen',
|
|
27
|
+
'fabric.editor.headerColumn': 'Header-kolom',
|
|
28
|
+
'fabric.editor.headerRow': 'Header-rij',
|
|
29
|
+
'fabric.editor.insertColumn': 'Kolom rechts invoegen',
|
|
30
|
+
'fabric.editor.insertRow': 'Rij onder invoegen',
|
|
31
|
+
'fabric.editor.mergeCells': 'Voeg cellen samen',
|
|
32
|
+
'fabric.editor.numberedColumn': 'Genummerde kolom',
|
|
33
|
+
'fabric.editor.removeColumns': '{0, plural, one {Kolom verwijderen} other {Kolommen verwijderen}}',
|
|
34
|
+
'fabric.editor.removeRows': '{0, plural, one {Rij verwijderen} other {Rijen verwijderen}}',
|
|
35
|
+
'fabric.editor.rowControl': 'Rij markeren',
|
|
36
|
+
'fabric.editor.sortColumnASC': 'Rangschik kolom van A → Z',
|
|
37
|
+
'fabric.editor.sortColumnDESC': 'Rangschik kolom van Z → A',
|
|
38
|
+
'fabric.editor.splitCell': 'Deel cel op',
|
|
39
|
+
'fabric.editor.tableOptions': 'Tabelopties',
|
|
40
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Als je {nodeName} verwijdert, worden alle koppelingen ernaar verbroken.',
|
|
41
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Verwijderen'
|
|
42
|
+
};
|
|
43
|
+
exports.default = _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Polish (Poland)
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.canNotSortTable': '⚠️ Nie można sortować tabeli ze scalonymi komórkami',
|
|
17
|
+
'fabric.editor.cellBackground': 'Tło komórki',
|
|
18
|
+
'fabric.editor.cellOptions': 'Opcje komórki',
|
|
19
|
+
'fabric.editor.clearCells': '{0, plural, one {Wyczyść komórkę} few {Wyczyść komórki} many {Wyczyść komórki} other {Wyczyść komórki}}',
|
|
20
|
+
'fabric.editor.collapseTable': 'Zwiń tabelę',
|
|
21
|
+
'fabric.editor.cornerControl': 'Zaznacz tablicę',
|
|
22
|
+
'fabric.editor.distributeColumns': 'Wyrównaj kolumny',
|
|
23
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Usuwanie',
|
|
24
|
+
'fabric.editor.extension.deleteElementTitle': 'Usuwanie elementu',
|
|
25
|
+
'fabric.editor.extension.sourceNoTitledName': 'tego elementu',
|
|
26
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Usuń także połączone elementy',
|
|
27
|
+
'fabric.editor.headerColumn': 'Kolumna nagłówka',
|
|
28
|
+
'fabric.editor.headerRow': 'Wiersz nagłówka',
|
|
29
|
+
'fabric.editor.insertColumn': 'Wstaw kolumnę z prawej',
|
|
30
|
+
'fabric.editor.insertRow': 'Wstaw wiersz poniżej',
|
|
31
|
+
'fabric.editor.mergeCells': 'Scal komórki',
|
|
32
|
+
'fabric.editor.numberedColumn': 'Kolumna numerowana',
|
|
33
|
+
'fabric.editor.removeColumns': '{0, plural, one {Usuń kolumnę} few {Usuń kolumny} many {Usuń kolumny} other {Usuń kolumny}}',
|
|
34
|
+
'fabric.editor.removeRows': '{0, plural, one {Usuń wiersz} few {Usuń wiersze} many {Usuń wiersze} other {Usuń wiersze}}',
|
|
35
|
+
'fabric.editor.rowControl': 'Zaznacz wiersz',
|
|
36
|
+
'fabric.editor.sortColumnASC': 'Sortuj kolumnę A → Z',
|
|
37
|
+
'fabric.editor.sortColumnDESC': 'Sortuj kolumnę Z → A',
|
|
38
|
+
'fabric.editor.splitCell': 'Podziel komórki',
|
|
39
|
+
'fabric.editor.tableOptions': 'Opcje tabeli',
|
|
40
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Usunięcie rozszerzenia {nodeName} spowoduje uszkodzenie wszystkiego, co jest z nim połączone.',
|
|
41
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Usuń'
|
|
42
|
+
};
|
|
43
|
+
exports.default = _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Portuguese (Brazil)
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.canNotSortTable': '⚠️ Você não pode ordenar uma tabela com células mescladas',
|
|
17
|
+
'fabric.editor.cellBackground': 'Plano de fundo da célula',
|
|
18
|
+
'fabric.editor.cellOptions': 'Opções de célula',
|
|
19
|
+
'fabric.editor.clearCells': '{0, plural, one {Limpar célula} other {Limpar células}}',
|
|
20
|
+
'fabric.editor.collapseTable': 'Recolher tabela',
|
|
21
|
+
'fabric.editor.cornerControl': 'Destacar tabela',
|
|
22
|
+
'fabric.editor.distributeColumns': 'Distribuir colunas',
|
|
23
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Exclusão',
|
|
24
|
+
'fabric.editor.extension.deleteElementTitle': 'Excluir elemento',
|
|
25
|
+
'fabric.editor.extension.sourceNoTitledName': 'este elemento',
|
|
26
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Excluir também elementos conectados',
|
|
27
|
+
'fabric.editor.headerColumn': 'Coluna do cabeçalho',
|
|
28
|
+
'fabric.editor.headerRow': 'Linha do cabeçalho',
|
|
29
|
+
'fabric.editor.insertColumn': 'Inserir coluna à direita',
|
|
30
|
+
'fabric.editor.insertRow': 'Inserir linha abaixo',
|
|
31
|
+
'fabric.editor.mergeCells': 'Mesclar células',
|
|
32
|
+
'fabric.editor.numberedColumn': 'Coluna numerada',
|
|
33
|
+
'fabric.editor.removeColumns': '{0, plural, one {Excluir coluna} other {Excluir colunas}}',
|
|
34
|
+
'fabric.editor.removeRows': '{0, plural, one {Excluir linha} other {Excluir linhas}}',
|
|
35
|
+
'fabric.editor.rowControl': 'Destacar linha',
|
|
36
|
+
'fabric.editor.sortColumnASC': 'Ordenar coluna A → Z',
|
|
37
|
+
'fabric.editor.sortColumnDESC': 'Ordenar coluna Z → A',
|
|
38
|
+
'fabric.editor.splitCell': 'Dividir célula',
|
|
39
|
+
'fabric.editor.tableOptions': 'Opções de tabela',
|
|
40
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'A exclusão de {nodeName} vai interromper qualquer coisa conectada a ela.',
|
|
41
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Excluir'
|
|
42
|
+
};
|
|
43
|
+
exports.default = _default;
|