@atlaskit/renderer 102.0.0 → 103.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 +6 -0
- package/dist/cjs/i18n/cs.js +4 -4
- package/dist/cjs/i18n/da.js +4 -4
- package/dist/cjs/i18n/de.js +4 -4
- package/dist/cjs/i18n/en.js +4 -4
- package/dist/cjs/i18n/en_GB.js +4 -4
- package/dist/cjs/i18n/es.js +4 -4
- package/dist/cjs/i18n/fi.js +4 -4
- package/dist/cjs/i18n/fr.js +4 -4
- package/dist/cjs/i18n/hu.js +4 -4
- package/dist/cjs/i18n/it.js +4 -4
- package/dist/cjs/i18n/ja.js +4 -4
- package/dist/cjs/i18n/ko.js +4 -4
- package/dist/cjs/i18n/nb.js +4 -4
- package/dist/cjs/i18n/nl.js +4 -4
- package/dist/cjs/i18n/pl.js +4 -4
- package/dist/cjs/i18n/pt_BR.js +4 -4
- package/dist/cjs/i18n/ru.js +4 -4
- package/dist/cjs/i18n/sv.js +4 -4
- package/dist/cjs/i18n/th.js +4 -4
- package/dist/cjs/i18n/tr.js +4 -4
- package/dist/cjs/i18n/uk.js +4 -4
- package/dist/cjs/i18n/vi.js +4 -4
- package/dist/cjs/i18n/zh.js +4 -4
- package/dist/cjs/i18n/zh_TW.js +4 -4
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +4 -4
- package/dist/es2019/i18n/da.js +4 -4
- package/dist/es2019/i18n/de.js +4 -4
- package/dist/es2019/i18n/en.js +4 -4
- package/dist/es2019/i18n/en_GB.js +4 -4
- package/dist/es2019/i18n/es.js +4 -4
- package/dist/es2019/i18n/fi.js +4 -4
- package/dist/es2019/i18n/fr.js +4 -4
- package/dist/es2019/i18n/hu.js +4 -4
- package/dist/es2019/i18n/it.js +4 -4
- package/dist/es2019/i18n/ja.js +4 -4
- package/dist/es2019/i18n/ko.js +4 -4
- package/dist/es2019/i18n/nb.js +4 -4
- package/dist/es2019/i18n/nl.js +4 -4
- package/dist/es2019/i18n/pl.js +4 -4
- package/dist/es2019/i18n/pt_BR.js +4 -4
- package/dist/es2019/i18n/ru.js +4 -4
- package/dist/es2019/i18n/sv.js +4 -4
- package/dist/es2019/i18n/th.js +4 -4
- package/dist/es2019/i18n/tr.js +4 -4
- package/dist/es2019/i18n/uk.js +4 -4
- package/dist/es2019/i18n/vi.js +4 -4
- package/dist/es2019/i18n/zh.js +4 -4
- package/dist/es2019/i18n/zh_TW.js +4 -4
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +4 -4
- package/dist/esm/i18n/da.js +4 -4
- package/dist/esm/i18n/de.js +4 -4
- package/dist/esm/i18n/en.js +4 -4
- package/dist/esm/i18n/en_GB.js +4 -4
- package/dist/esm/i18n/es.js +4 -4
- package/dist/esm/i18n/fi.js +4 -4
- package/dist/esm/i18n/fr.js +4 -4
- package/dist/esm/i18n/hu.js +4 -4
- package/dist/esm/i18n/it.js +4 -4
- package/dist/esm/i18n/ja.js +4 -4
- package/dist/esm/i18n/ko.js +4 -4
- package/dist/esm/i18n/nb.js +4 -4
- package/dist/esm/i18n/nl.js +4 -4
- package/dist/esm/i18n/pl.js +4 -4
- package/dist/esm/i18n/pt_BR.js +4 -4
- package/dist/esm/i18n/ru.js +4 -4
- package/dist/esm/i18n/sv.js +4 -4
- package/dist/esm/i18n/th.js +4 -4
- package/dist/esm/i18n/tr.js +4 -4
- package/dist/esm/i18n/uk.js +4 -4
- package/dist/esm/i18n/vi.js +4 -4
- package/dist/esm/i18n/zh.js +4 -4
- package/dist/esm/i18n/zh_TW.js +4 -4
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +2 -2
- package/dist/types/i18n/da.d.ts +2 -2
- package/dist/types/i18n/de.d.ts +2 -2
- package/dist/types/i18n/en.d.ts +2 -2
- package/dist/types/i18n/en_GB.d.ts +2 -2
- package/dist/types/i18n/es.d.ts +2 -2
- package/dist/types/i18n/fi.d.ts +2 -2
- package/dist/types/i18n/fr.d.ts +2 -2
- package/dist/types/i18n/hu.d.ts +2 -2
- package/dist/types/i18n/it.d.ts +2 -2
- package/dist/types/i18n/ja.d.ts +2 -2
- package/dist/types/i18n/ko.d.ts +2 -2
- package/dist/types/i18n/nb.d.ts +2 -2
- package/dist/types/i18n/nl.d.ts +2 -2
- package/dist/types/i18n/pl.d.ts +2 -2
- package/dist/types/i18n/pt_BR.d.ts +2 -2
- package/dist/types/i18n/ru.d.ts +2 -2
- package/dist/types/i18n/sv.d.ts +2 -2
- package/dist/types/i18n/th.d.ts +2 -2
- package/dist/types/i18n/tr.d.ts +2 -2
- package/dist/types/i18n/uk.d.ts +2 -2
- package/dist/types/i18n/vi.d.ts +2 -2
- package/dist/types/i18n/zh.d.ts +2 -2
- package/dist/types/i18n/zh_TW.d.ts +2 -2
- package/dist/types-ts4.0/i18n/cs.d.ts +2 -2
- package/dist/types-ts4.0/i18n/da.d.ts +2 -2
- package/dist/types-ts4.0/i18n/de.d.ts +2 -2
- package/dist/types-ts4.0/i18n/en.d.ts +2 -2
- package/dist/types-ts4.0/i18n/en_GB.d.ts +2 -2
- package/dist/types-ts4.0/i18n/es.d.ts +2 -2
- package/dist/types-ts4.0/i18n/fi.d.ts +2 -2
- package/dist/types-ts4.0/i18n/fr.d.ts +2 -2
- package/dist/types-ts4.0/i18n/hu.d.ts +2 -2
- package/dist/types-ts4.0/i18n/it.d.ts +2 -2
- package/dist/types-ts4.0/i18n/ja.d.ts +2 -2
- package/dist/types-ts4.0/i18n/ko.d.ts +2 -2
- package/dist/types-ts4.0/i18n/nb.d.ts +2 -2
- package/dist/types-ts4.0/i18n/nl.d.ts +2 -2
- package/dist/types-ts4.0/i18n/pl.d.ts +2 -2
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +2 -2
- package/dist/types-ts4.0/i18n/ru.d.ts +2 -2
- package/dist/types-ts4.0/i18n/sv.d.ts +2 -2
- package/dist/types-ts4.0/i18n/th.d.ts +2 -2
- package/dist/types-ts4.0/i18n/tr.d.ts +2 -2
- package/dist/types-ts4.0/i18n/uk.d.ts +2 -2
- package/dist/types-ts4.0/i18n/vi.d.ts +2 -2
- package/dist/types-ts4.0/i18n/zh.d.ts +2 -2
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Czech
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Zkopírováno!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Seřadit sloupec od Z do A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'vzestupně',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Zkopírováno!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopírovat odkaz na nadpis',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopírovat',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Zrušit řazení',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'sestupně',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Kopírování se nezdařilo',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Tabulku se sloučenými buňkami nelze seřadit',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Seřadit sloupec od A do Z',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Žádné'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Danish (Denmark)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Sortér kolonnen fra Å til A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'stigende',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Kopieret!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopiér link til overskrift',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopiér',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Ryd sortering',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'faldende',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Kopiering mislykkedes',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ En tabel med flettede celler kan ikke sorteres',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Sortér kolonnen fra A til Å',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ingen'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//German (Germany)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopieren',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Spalte von Z nach A sortieren',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'aufsteigend',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Kopiert!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Link in Überschrift kopieren',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopieren',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Sortierung löschen',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'absteigend',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Kopieren ist fehlgeschlagen',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Tabellen mit zusammengeführten Zellen können nicht sortiert werden.',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Spalte von A nach Z sortieren',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Keine'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Sort column Z to A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'ascending',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Copied!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Copy link to heading',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Copy',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel':
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Clear sorting',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'descending',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Copy failed',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': "⚠️ You can't sort a table with merged cells",
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Sort column A to Z',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'none'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//English (United Kingdom)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Sort column Z to A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'ascending',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Copied!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Copy link to heading',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Copy',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel':
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Clear sorting',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'descending',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Copy failed',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': "⚠️ You can't sort a table with merged cells",
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Sort column A to Z',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'none'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Spanish (International)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '¡Copiado!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Ordenar columna de la Z a la A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'ascendente',
|
|
20
18
|
'fabric.editor.headingLink.copied': '¡Copiado!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Copiar enlace en el título',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Copiar',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Borrar orden',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'descendente',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Copia fallida',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ No puedes ordenar una tabla con celdas combinadas',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Ordenar columna de la A a la Z',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ninguno'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Finnish
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopioitu!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopioi',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Lajittele sarake Z–A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'nousevassa järjestyksessä',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Kopioitu!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopioi otsikkolinkki',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopioi',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Tyhjennä lajittelu',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'laskevassa järjestyksessä',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Kopiointi epäonnistui',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Lajittele sarake A–Z',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Ei mitään'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//French (France)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copié !',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copier',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Trier la colonne de Z à A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'ordre croissant',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Copié !',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': "Copier le lien vers l'en-tête",
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Copier',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Effacer le tri',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'ordre décroissant',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Copie impossible',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Impossible de trier un tableau comportant des cellules fusionnées',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Trier la colonne de A à Z',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Néant'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Hungarian
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Másolva!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Másolás',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Oszlop rendezése: Z → A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'növekvő',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Másolva!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Fejléc linkjének másolása',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Másolás',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Rendezés törlése',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'csökkenő',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'A másolás nem sikerült',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Oszlop rendezése: A → Z',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Nincs'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Italian (Italy)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiato.',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copia',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Ordina colonna da Z ad A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'crescente',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Copiato.',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': "Copia link nell'intestazione",
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Copia',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel':
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': "Cancella l'ordinamento",
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'decrescente',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Copia non riuscita',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Non puoi ordinare una tabella con celle unite',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Ordina colonna da A a Z',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'nessuno'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Japanese
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'コピーしました',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'コピー',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': '列の並べ替え: Z から A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': '昇順',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'コピーしました',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': '見出しへのリンクをコピー',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'コピー',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': '並べ替えをクリア',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': '降順',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'コピーできませんでした。',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ 統合したセルで表を並べ替えることはできません',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': '列の並べ替え: A から Z',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'なし'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Korean
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '복사되었습니다!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': '복사',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': '내림차순으로 열 정렬',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': '오름차순',
|
|
20
18
|
'fabric.editor.headingLink.copied': '복사되었습니다!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': '링크를 제목에 복사',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': '복사',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': '정렬 지우기',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': '내림차순',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': '복사 실패',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ 병합된 셀이 있는 표를 정렬할 수 없습니다',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': '오름차순으로 열 정렬',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': '없음'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Norwegian (Bokmål)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopier',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Sorter kolonne Å til A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'stigende',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Kopiert!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopier kobling til overskrift',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopier',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Fjern sortering',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'synkende',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Kopiering mislyktes',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Du kan ikke sortere en tabell med sammenslåtte celler',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Sorter kolonne A til Å',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ingen'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Dutch (Netherlands)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Gekopieerd!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiëren',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Rangschik kolom van Z tot A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'oplopend',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Gekopieerd!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Link naar kop kopiëren',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopiëren',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Sortering wissen',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'aflopend',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Kopiëren mislukt',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Je kan een tabel met samengevoegde cellen niet rangschikken',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Rangschik kolom van A tot Z',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Geen'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Polish (Poland)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Skopiowano!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiuj',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Sortuj kolumnę od Z do A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'rosnąco',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Skopiowano!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Skopiuj łącze do nagłówka',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopiuj',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Wyczyść sortowanie',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'malejąco',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Kopiowanie nie powiodło się',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Nie można sortować tabeli ze scalonymi komórkami',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Sortuj kolumnę od A do Z',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Brak'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Portuguese (Brazil)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiado!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Ordenar coluna de Z a A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'ascendente',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Copiado!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Copiar link para cabeçalho',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Copiar',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Limpar classificação',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'descendente',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Falha na cópia',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Você não pode ordenar uma tabela com células mescladas',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Ordenar coluna de A a Z',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'nenhum'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Russian
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Скопировано!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Скопировать',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Сортировать столбцы (Я–А)',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'по возрастанию',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Скопировано!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Копировать ссылку в заголовок',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Скопировать',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Очистить сортировку',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'по убыванию',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Ошибка копирования',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Невозможно отсортировать таблицу с объединением ячеек',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Сортировать столбцы (А–Я)',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Нет'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Swedish
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopierad!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiera',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Sortera kolumn Ö till A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'stigande',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Kopierad!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopiera länk till rubrik',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopiera',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Rensa sortering',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'fallande',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Kopiering misslyckades',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Du kan inte sortera en panelvy med sammanslagna celler',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Sortera kolumn A till Ö',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Ingen'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Thai (Thailand)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'คัดลอกแล้ว!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'คัดลอก',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'เรียงจากคอลัมน์ Z ไป A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'จากน้อยไปหามาก',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'คัดลอกแล้ว!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'คัดลอกลิงก์ที่เชื่อมไปยังหัวเรื่อง',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'คัดลอก',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'ล้างการเรียงลำดับ',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'จากมากไปหาน้อย',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'การคัดลอกไม่สำเร็จ',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ คุณไม่สามารถจัดเรียงตารางด้วยช่องข้อมูลที่ถูกรวมได้',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'เรียงจากคอลัมน์ A ไป Z',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ไม่มี'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Turkish (Turkey)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopyalandı!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopyala',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': "Sütunu Z'den A'ya sırala",
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'artan',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Kopyalandı!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Başlık bağlantısını kopyala',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopyala',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Sıralamayı temizle',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'azalan',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Kopyalama işlemi başarısız oldu',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Birleştirilmiş hücre içeren bir tabloyu sıralayamazsınız',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': "Sütunu A'dan Z'ye sırala",
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'yok'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Ukrainian (Ukraine)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Скопійовано',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Скопіювати',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Сортувати стовпці від Я до А',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'за зростанням',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Скопійовано',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Скопіювати посилання на заголовок',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Копіювати',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Очистити сортування',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'за спаданням',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Не вдалося скопіювати',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Не можна сортувати таблицю, у якій є об’єднані клітинки',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Сортувати стовпці від А до Я',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Немає'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Vietnamese (Vietnam)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Đã sao chép!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Sao chép',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': 'Sắp xếp cột theo thứ tự từ Z đến A',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': 'tăng dần',
|
|
20
18
|
'fabric.editor.headingLink.copied': 'Đã sao chép!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': 'Sao chép liên kết vào tiêu đề',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': 'Sao chép',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': 'Bỏ sắp xếp',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': 'giảm dần',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': 'Sao chép không thành công',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Bạn không thể sắp xếp bảng có các ô đã hợp nhất',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': 'Sắp xếp cột theo thứ tự từ A đến Z',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': 'không có'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Chinese (Simplified)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已复制!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': '复制',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': '按照 Z 到 A 进行列排序',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': '升序',
|
|
20
18
|
'fabric.editor.headingLink.copied': '已复制!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': '复制标题链接',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': '复制',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': '清除排序',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': '降序',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': '复制失败',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ 无法对包含合并单元格的表格进行排序',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': '按照 A 到 Z 进行列排序',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': '无'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -13,16 +13,16 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Chinese (Traditional)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已複製!',
|
|
17
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': '複製',
|
|
18
16
|
'fabric.editor.headingLink.ascOrderLabel': '從 Z 欄排序到 A 欄',
|
|
19
17
|
'fabric.editor.headingLink.ascSortingLabel': '遞增',
|
|
20
18
|
'fabric.editor.headingLink.copied': '已複製!',
|
|
21
19
|
'fabric.editor.headingLink.copyAnchorLink': '複製標題連結',
|
|
22
20
|
'fabric.editor.headingLink.copyAriaLabel': '複製',
|
|
23
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
21
|
+
'fabric.editor.headingLink.descOrderLabel': '清除排序',
|
|
22
|
+
'fabric.editor.headingLink.descSortingLabel': '遞減',
|
|
24
23
|
'fabric.editor.headingLink.failedToCopy': '複製失敗',
|
|
24
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ 您無法排序包含合併儲存格的表格',
|
|
25
25
|
'fabric.editor.headingLink.noOrderLabel': '從 A 欄排序到 Z 欄',
|
|
26
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
26
|
+
'fabric.editor.headingLink.noneSortingLabel': '無'
|
|
27
27
|
};
|
|
28
28
|
exports.default = _default;
|
|
@@ -102,7 +102,7 @@ exports.NORMAL_SEVERITY_THRESHOLD = NORMAL_SEVERITY_THRESHOLD;
|
|
|
102
102
|
var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
103
103
|
exports.DEGRADED_SEVERITY_THRESHOLD = DEGRADED_SEVERITY_THRESHOLD;
|
|
104
104
|
var packageName = "@atlaskit/renderer";
|
|
105
|
-
var packageVersion = "
|
|
105
|
+
var packageVersion = "103.0.0";
|
|
106
106
|
|
|
107
107
|
var Renderer = /*#__PURE__*/function (_PureComponent) {
|
|
108
108
|
(0, _inherits2.default)(Renderer, _PureComponent);
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Czech
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Zkopírováno!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Seřadit sloupec od Z do A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'vzestupně',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Zkopírováno!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopírovat odkaz na nadpis',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopírovat',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Zrušit řazení',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'sestupně',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Kopírování se nezdařilo',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Tabulku se sloučenými buňkami nelze seřadit',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Seřadit sloupec od A do Z',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Žádné'
|
|
20
20
|
};
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Danish (Denmark)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Sortér kolonnen fra Å til A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'stigende',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Kopieret!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopiér link til overskrift',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopiér',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Ryd sortering',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'faldende',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Kopiering mislykkedes',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ En tabel med flettede celler kan ikke sorteres',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Sortér kolonnen fra A til Å',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ingen'
|
|
20
20
|
};
|