@atlaskit/renderer 89.0.0 → 92.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/dist/cjs/analytics/enums.js +1 -0
- package/dist/cjs/i18n/cs.js +9 -3
- package/dist/cjs/i18n/da.js +9 -3
- package/dist/cjs/i18n/de.js +9 -3
- package/dist/cjs/i18n/en_ZZ.js +28 -0
- package/dist/cjs/i18n/es.js +9 -3
- package/dist/cjs/i18n/fi.js +9 -3
- package/dist/cjs/i18n/fr.js +9 -3
- package/dist/cjs/i18n/hu.js +9 -3
- package/dist/cjs/i18n/it.js +9 -3
- package/dist/cjs/i18n/ja.js +9 -3
- package/dist/cjs/i18n/ko.js +9 -3
- package/dist/cjs/i18n/nb.js +9 -3
- package/dist/cjs/i18n/nl.js +9 -3
- package/dist/cjs/i18n/pl.js +2 -2
- package/dist/cjs/i18n/pt_BR.js +9 -3
- package/dist/cjs/i18n/ru.js +9 -3
- package/dist/cjs/i18n/sv.js +9 -3
- package/dist/cjs/i18n/th.js +9 -3
- package/dist/cjs/i18n/tr.js +9 -3
- package/dist/cjs/i18n/uk.js +9 -3
- package/dist/cjs/i18n/vi.js +9 -3
- package/dist/cjs/i18n/zh.js +9 -3
- package/dist/cjs/i18n/zh_TW.js +9 -3
- package/dist/cjs/react/nodes/codeBlock.js +17 -16
- package/dist/cjs/react/nodes/heading.js +4 -2
- package/dist/cjs/react/nodes/layoutColumn.js +7 -2
- package/dist/cjs/react/nodes/media.js +7 -6
- package/dist/cjs/react/nodes/table/sticky.js +13 -2
- package/dist/cjs/react/utils/inject-props.js +33 -0
- package/dist/cjs/ui/Expand.js +15 -11
- package/dist/cjs/ui/Renderer/index.js +44 -25
- package/dist/cjs/ui/Renderer/style.js +19 -7
- package/dist/cjs/ui/annotations/draft/component.js +22 -12
- package/dist/cjs/ui/annotations/element/mark.js +9 -5
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/analytics/enums.js +1 -0
- package/dist/es2019/i18n/cs.js +9 -3
- package/dist/es2019/i18n/da.js +9 -3
- package/dist/es2019/i18n/de.js +9 -3
- package/dist/es2019/i18n/en_ZZ.js +20 -0
- package/dist/es2019/i18n/es.js +9 -3
- package/dist/es2019/i18n/fi.js +9 -3
- package/dist/es2019/i18n/fr.js +9 -3
- package/dist/es2019/i18n/hu.js +9 -3
- package/dist/es2019/i18n/it.js +9 -3
- package/dist/es2019/i18n/ja.js +9 -3
- package/dist/es2019/i18n/ko.js +9 -3
- package/dist/es2019/i18n/nb.js +9 -3
- package/dist/es2019/i18n/nl.js +9 -3
- package/dist/es2019/i18n/pl.js +2 -2
- package/dist/es2019/i18n/pt_BR.js +9 -3
- package/dist/es2019/i18n/ru.js +9 -3
- package/dist/es2019/i18n/sv.js +9 -3
- package/dist/es2019/i18n/th.js +9 -3
- package/dist/es2019/i18n/tr.js +9 -3
- package/dist/es2019/i18n/uk.js +9 -3
- package/dist/es2019/i18n/vi.js +9 -3
- package/dist/es2019/i18n/zh.js +9 -3
- package/dist/es2019/i18n/zh_TW.js +9 -3
- package/dist/es2019/react/nodes/codeBlock.js +25 -23
- package/dist/es2019/react/nodes/heading.js +4 -2
- package/dist/es2019/react/nodes/layoutColumn.js +7 -3
- package/dist/es2019/react/nodes/media.js +9 -5
- package/dist/es2019/react/nodes/table/sticky.js +16 -5
- package/dist/es2019/react/utils/inject-props.js +24 -0
- package/dist/es2019/ui/Expand.js +17 -12
- package/dist/es2019/ui/Renderer/index.js +45 -25
- package/dist/es2019/ui/Renderer/style.js +40 -24
- package/dist/es2019/ui/annotations/draft/component.js +18 -12
- package/dist/es2019/ui/annotations/element/mark.js +12 -6
- package/dist/es2019/version.json +1 -1
- package/dist/esm/analytics/enums.js +1 -0
- package/dist/esm/i18n/cs.js +9 -3
- package/dist/esm/i18n/da.js +9 -3
- package/dist/esm/i18n/de.js +9 -3
- package/dist/esm/i18n/en_ZZ.js +20 -0
- package/dist/esm/i18n/es.js +9 -3
- package/dist/esm/i18n/fi.js +9 -3
- package/dist/esm/i18n/fr.js +9 -3
- package/dist/esm/i18n/hu.js +9 -3
- package/dist/esm/i18n/it.js +9 -3
- package/dist/esm/i18n/ja.js +9 -3
- package/dist/esm/i18n/ko.js +9 -3
- package/dist/esm/i18n/nb.js +9 -3
- package/dist/esm/i18n/nl.js +9 -3
- package/dist/esm/i18n/pl.js +2 -2
- package/dist/esm/i18n/pt_BR.js +9 -3
- package/dist/esm/i18n/ru.js +9 -3
- package/dist/esm/i18n/sv.js +9 -3
- package/dist/esm/i18n/th.js +9 -3
- package/dist/esm/i18n/tr.js +9 -3
- package/dist/esm/i18n/uk.js +9 -3
- package/dist/esm/i18n/vi.js +9 -3
- package/dist/esm/i18n/zh.js +9 -3
- package/dist/esm/i18n/zh_TW.js +9 -3
- package/dist/esm/react/nodes/codeBlock.js +18 -14
- package/dist/esm/react/nodes/heading.js +4 -2
- package/dist/esm/react/nodes/layoutColumn.js +7 -3
- package/dist/esm/react/nodes/media.js +8 -5
- package/dist/esm/react/nodes/table/sticky.js +12 -2
- package/dist/esm/react/utils/inject-props.js +24 -0
- package/dist/esm/ui/Expand.js +16 -12
- package/dist/esm/ui/Renderer/index.js +46 -25
- package/dist/esm/ui/Renderer/style.js +16 -8
- package/dist/esm/ui/annotations/draft/component.js +18 -11
- package/dist/esm/ui/annotations/element/mark.js +11 -4
- package/dist/esm/version.json +1 -1
- package/dist/types/analytics/enums.d.ts +1 -0
- package/dist/types/analytics/events.d.ts +6 -1
- package/dist/types/i18n/cs.d.ts +7 -1
- package/dist/types/i18n/da.d.ts +7 -1
- package/dist/types/i18n/de.d.ts +7 -1
- package/dist/types/i18n/en_ZZ.d.ts +20 -0
- package/dist/types/i18n/es.d.ts +7 -1
- package/dist/types/i18n/fi.d.ts +7 -1
- package/dist/types/i18n/fr.d.ts +7 -1
- package/dist/types/i18n/hu.d.ts +7 -1
- package/dist/types/i18n/it.d.ts +7 -1
- package/dist/types/i18n/ja.d.ts +7 -1
- package/dist/types/i18n/ko.d.ts +7 -1
- package/dist/types/i18n/nb.d.ts +7 -1
- package/dist/types/i18n/nl.d.ts +7 -1
- package/dist/types/i18n/pl.d.ts +1 -1
- package/dist/types/i18n/pt_BR.d.ts +7 -1
- package/dist/types/i18n/ru.d.ts +7 -1
- package/dist/types/i18n/sv.d.ts +7 -1
- package/dist/types/i18n/th.d.ts +7 -1
- package/dist/types/i18n/tr.d.ts +7 -1
- package/dist/types/i18n/uk.d.ts +7 -1
- package/dist/types/i18n/vi.d.ts +7 -1
- package/dist/types/i18n/zh.d.ts +7 -1
- package/dist/types/i18n/zh_TW.d.ts +7 -1
- package/dist/types/react/nodes/codeBlock.d.ts +4 -14
- package/dist/types/react/nodes/heading.d.ts +1 -0
- package/dist/types/react/nodes/index.d.ts +1 -13
- package/dist/types/react/nodes/layoutColumn.d.ts +3 -1
- package/dist/types/react/nodes/media.d.ts +3 -1
- package/dist/types/react/utils/inject-props.d.ts +6 -0
- package/dist/types/ui/Expand.d.ts +1 -0
- package/dist/types/ui/Renderer/index.d.ts +5 -3
- package/dist/types/ui/Renderer/style.d.ts +3 -1
- package/dist/types/ui/annotations/draft/component.d.ts +1 -0
- package/dist/types/ui/annotations/element/mark.d.ts +1 -0
- package/package.json +14 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @atlaskit/renderer
|
|
2
2
|
|
|
3
|
+
## 92.0.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`9712e78abb0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9712e78abb0) - ED-14255 moved some usages of editor-shared-styles to emotion
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [`3c717788e4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c717788e4d) - ED-14569 Feature flag the renderer TTI analytic event
|
|
12
|
+
- [`d0eed99c3e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0eed99c3e3) - ED-14264 Moved styles to emotion css
|
|
13
|
+
- [`f9a144c5a71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9a144c5a71) - ED-14255 migrated table styles to use emotion
|
|
14
|
+
- [`3fcadf8ab52`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fcadf8ab52) - ED-14263 migrate editor common styled usagese to emotion
|
|
15
|
+
- [`244512e8724`](https://bitbucket.org/atlassian/atlassian-frontend/commits/244512e8724) - ED-14301 Add tti metrics for renderer
|
|
16
|
+
- [`47d10a85190`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47d10a85190) - [ED-10235] When a heading is used as a header in a sticky headers table, two headers are added into the document to enable sticky header behaviour. We need to ensure the heading ID is not duplicated so scroll behaviour remains intact when user uses the heading anchor link in renderer.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
19
|
+
## 91.0.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
|
|
25
|
+
## 90.0.0
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
|
|
3
31
|
## 89.0.0
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
|
@@ -20,6 +20,7 @@ exports.ACTION = ACTION;
|
|
|
20
20
|
(function (ACTION) {
|
|
21
21
|
ACTION["STARTED"] = "started";
|
|
22
22
|
ACTION["RENDERED"] = "rendered";
|
|
23
|
+
ACTION["RENDERER_TTI"] = "tti";
|
|
23
24
|
ACTION["CRASHED"] = "unhandledErrorCaught";
|
|
24
25
|
ACTION["INVALID_PROSEMIRROR_DOCUMENT"] = "invalidProsemirrorDocument";
|
|
25
26
|
ACTION["SELECT_ALL_CAUGHT"] = "selectAllCaught";
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Czech
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Zkopírováno!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Seřadit sloupec od Z do A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'vzestupně',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Zkopírováno!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopírovat odkaz na nadpis',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopírovat',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ Tabulku se sloučenou buňkou nelze seřadit',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopírování se nezdařilo',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Seřadit sloupec od A do Z',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'sestupně'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Danish (Denmark)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Sortér kolonnen fra Å til A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'stigende',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Kopieret!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopiér link til overskrift',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopiér',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ En tabel med flettede celler kan ikke sorteres',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopiering mislykkedes',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Sortér kolonnen fra A til Å',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'faldende'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//German (Germany)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopieren',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Spalte von Z nach A sortieren',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'aufsteigend',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Kopiert!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'Link in Überschrift kopieren',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopieren',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ Tabellen mit verbundenen Zellen können nicht sortiert werden',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopieren ist fehlgeschlagen',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Spalte von A nach Z sortieren',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'absteigend'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
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
|
+
//
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
17
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Sort column Z to A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'ascending',
|
|
20
|
+
'fabric.editor.headingLink.copied': 'Copied!',
|
|
21
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Copy link to heading',
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Copy',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': "⚠️ You can't sort a table with merged cell",
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Copy failed',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Sort column A to Z',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'descending'
|
|
27
|
+
};
|
|
28
|
+
exports.default = _default;
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Spanish (International)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '¡Copiado!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Ordenar columna de la Z a la A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'ascendente',
|
|
18
20
|
'fabric.editor.headingLink.copied': '¡Copiado!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'Copiar enlace en el título',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Copiar',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ No puedes ordenar una tabla con celdas combinadas',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Copia fallida',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Ordenar columna de la A a la Z',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'descendente'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Finnish
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopioitu!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopioi',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Lajittele sarake Z–A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'nousevassa järjestyksessä',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Kopioitu!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopioi otsikkolinkki',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopioi',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopiointi epäonnistui',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Lajittele sarake A–Z',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'laskevassa järjestyksessä'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//French (France)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copié !',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copier',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Trier la colonne de Z à A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'ordre croissant',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Copié !',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': "Copier le lien vers l'en-tête",
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Copier',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ Impossible de trier un tableau comportant des cellules fusionnées',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Copie impossible',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Trier la colonne de A à Z',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ordre décroissant'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Hungarian
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Másolva!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Másolás',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Oszlop rendezése: Z → A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'növekvő',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Másolva!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'Fejléc linkjének másolása',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Másolás',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ Az egyesített cellákat tartalmazó táblázatot nem tudod rendezni',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'A másolás nem sikerült',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Oszlop rendezése: A → Z',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'csökkenő'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Italian (Italy)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiato.',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copia',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Ordina colonna da Z ad A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'crescente',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Copiato.',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': "Copia link nell'intestazione",
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Copia',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ Non puoi ordinare una tabella con celle unite',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Copia non riuscita',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Ordina colonna da A a Z',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'decrescente'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Japanese
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'コピーしました',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'コピー',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': '列の並べ替え: Z から A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': '昇順',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'コピーしました',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': '見出しへのリンクをコピー',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'コピー',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ 結合セルを含む表は並べ替えられません。',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'コピーできませんでした。',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': '列の並べ替え: A から Z',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': '降順'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Korean
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '복사되었습니다!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '복사',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': '내림차순으로 열 정렬',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': '오름차순',
|
|
18
20
|
'fabric.editor.headingLink.copied': '복사되었습니다!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': '링크를 제목에 복사',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': '복사',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ 병합된 셀이 있는 표는 정렬할 수 없습니다',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': '복사 실패',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': '오름차순으로 열 정렬',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': '내림차순'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Norwegian (Bokmål)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopier',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Sorter kolonne Å til A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'stigende',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Kopiert!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopier kobling til overskrift',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopier',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ Du kan ikke sortere en tabell med en sammenslått celle',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopiering mislyktes',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Sorter kolonne A til Å',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'synkende'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Dutch (Netherlands)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Gekopieerd!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiëren',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Rangschik kolom van Z tot A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'oplopend',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Gekopieerd!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'Link naar kop kopiëren',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopiëren',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ Je kunt een tabel met samengevoegde cellen niet rangschikken',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopiëren mislukt',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Rangschik kolom van A tot Z',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'aflopend'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Polish (Poland)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Skopiowano!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiuj',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Portuguese (Brazil)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiado!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Ordenar coluna de Z a A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'ascendente',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Copiado!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'Copiar link para cabeçalho',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Copiar',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠ Você não pode ordenar uma tabela com células mescladas',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Falha na cópia',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Ordenar coluna de A a Z',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'descendente'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Russian
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Скопировано!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Скопировать',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Сортировать столбцы (Я–А)',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'по возрастанию',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Скопировано!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'Копировать ссылку в заголовок',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Скопировать',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ Невозможно отсортировать таблицу с объединенной ячейкой',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Ошибка копирования',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Сортировать столбцы (А–Я)',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'по убыванию'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Swedish
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopierad!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiera',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Sortera kolumn Ö till A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'stigande',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Kopierad!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopiera länk till rubrik',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopiera',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ Du kan inte sortera en tabell med sammanslagna celler',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopiering misslyckades',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Sortera kolumn A till Ö',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'fallande'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Thai (Thailand)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'คัดลอกแล้ว!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'คัดลอก',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'เรียงจากคอลัมน์ Z ไป A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'จากน้อยไปหามาก',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'คัดลอกแล้ว!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'คัดลอกลิงก์ที่เชื่อมไปยังหัวเรื่อง',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'คัดลอก',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ คุณไม่สามารถจัดเรียงตารางด้วยช่องข้อมูลที่ถูกรวมได้',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'การคัดลอกไม่สำเร็จ',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'เรียงจากคอลัมน์ A ไป Z',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'จากมากไปหาน้อย'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Turkish (Turkey)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopyalandı!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopyala',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': "Sütunu Z'den A'ya sırala",
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'artan',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Kopyalandı!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'Başlık bağlantısını kopyala',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopyala',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ Birleştirilmiş hücre içeren bir tabloyu sıralayamazsınız',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopyalama işlemi başarısız oldu',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': "Sütunu A'dan Z'ye sırala",
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'azalan'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Ukrainian (Ukraine)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Скопійовано',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Скопіювати',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Сортувати стовпці від Я до А',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'за зростанням',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Скопійовано',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'Скопіювати посилання на заголовок',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Копіювати',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ Не можна сортувати таблицю, у якій є об’єднані клітинки',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Не вдалося скопіювати',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Сортувати стовпці від А до Я',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'за спаданням'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Vietnamese (Vietnam)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Đã sao chép!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Sao chép',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Sắp xếp cột theo thứ tự từ Z đến A',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': 'tăng dần',
|
|
18
20
|
'fabric.editor.headingLink.copied': 'Đã sao chép!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': 'Sao chép liên kết vào tiêu đề',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Sao chép',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ Bạn không thể sắp xếp bảng có các ô đã hợp nhất',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': 'Sao chép không thành công',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': 'Sắp xếp cột theo thứ tự từ A đến Z',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'giảm dần'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -8,15 +8,21 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Chinese (Simplified)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已复制!',
|
|
17
17
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '复制',
|
|
18
|
+
'fabric.editor.headingLink.ascOrderLabel': '按照 Z 到 A 进行列排序',
|
|
19
|
+
'fabric.editor.headingLink.ascSortingLabel': '升序',
|
|
18
20
|
'fabric.editor.headingLink.copied': '已复制!',
|
|
19
21
|
'fabric.editor.headingLink.copyAnchorLink': '复制标题链接',
|
|
20
|
-
'fabric.editor.headingLink.
|
|
22
|
+
'fabric.editor.headingLink.copyAriaLabel': '复制',
|
|
23
|
+
'fabric.editor.headingLink.descOrderLabel': '⚠️ 无法对包含合并单元格的表格进行排序',
|
|
24
|
+
'fabric.editor.headingLink.failedToCopy': '复制失败',
|
|
25
|
+
'fabric.editor.headingLink.noOrderLabel': '按照 A 到 Z 进行列排序',
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': '降序'
|
|
21
27
|
};
|
|
22
28
|
exports.default = _default;
|