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