@atlaskit/renderer 88.0.0 → 91.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.
Files changed (97) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/cjs/i18n/cs.js +9 -3
  3. package/dist/cjs/i18n/da.js +9 -3
  4. package/dist/cjs/i18n/de.js +9 -3
  5. package/dist/cjs/i18n/en_ZZ.js +28 -0
  6. package/dist/cjs/i18n/es.js +9 -3
  7. package/dist/cjs/i18n/fi.js +9 -3
  8. package/dist/cjs/i18n/fr.js +9 -3
  9. package/dist/cjs/i18n/hu.js +9 -3
  10. package/dist/cjs/i18n/it.js +9 -3
  11. package/dist/cjs/i18n/ja.js +9 -3
  12. package/dist/cjs/i18n/ko.js +9 -3
  13. package/dist/cjs/i18n/nb.js +9 -3
  14. package/dist/cjs/i18n/nl.js +9 -3
  15. package/dist/cjs/i18n/pl.js +2 -2
  16. package/dist/cjs/i18n/pt_BR.js +9 -3
  17. package/dist/cjs/i18n/ru.js +9 -3
  18. package/dist/cjs/i18n/sv.js +9 -3
  19. package/dist/cjs/i18n/th.js +9 -3
  20. package/dist/cjs/i18n/tr.js +9 -3
  21. package/dist/cjs/i18n/uk.js +9 -3
  22. package/dist/cjs/i18n/vi.js +9 -3
  23. package/dist/cjs/i18n/zh.js +9 -3
  24. package/dist/cjs/i18n/zh_TW.js +9 -3
  25. package/dist/cjs/version.json +1 -1
  26. package/dist/es2019/i18n/cs.js +9 -3
  27. package/dist/es2019/i18n/da.js +9 -3
  28. package/dist/es2019/i18n/de.js +9 -3
  29. package/dist/es2019/i18n/en_ZZ.js +20 -0
  30. package/dist/es2019/i18n/es.js +9 -3
  31. package/dist/es2019/i18n/fi.js +9 -3
  32. package/dist/es2019/i18n/fr.js +9 -3
  33. package/dist/es2019/i18n/hu.js +9 -3
  34. package/dist/es2019/i18n/it.js +9 -3
  35. package/dist/es2019/i18n/ja.js +9 -3
  36. package/dist/es2019/i18n/ko.js +9 -3
  37. package/dist/es2019/i18n/nb.js +9 -3
  38. package/dist/es2019/i18n/nl.js +9 -3
  39. package/dist/es2019/i18n/pl.js +2 -2
  40. package/dist/es2019/i18n/pt_BR.js +9 -3
  41. package/dist/es2019/i18n/ru.js +9 -3
  42. package/dist/es2019/i18n/sv.js +9 -3
  43. package/dist/es2019/i18n/th.js +9 -3
  44. package/dist/es2019/i18n/tr.js +9 -3
  45. package/dist/es2019/i18n/uk.js +9 -3
  46. package/dist/es2019/i18n/vi.js +9 -3
  47. package/dist/es2019/i18n/zh.js +9 -3
  48. package/dist/es2019/i18n/zh_TW.js +9 -3
  49. package/dist/es2019/version.json +1 -1
  50. package/dist/esm/i18n/cs.js +9 -3
  51. package/dist/esm/i18n/da.js +9 -3
  52. package/dist/esm/i18n/de.js +9 -3
  53. package/dist/esm/i18n/en_ZZ.js +20 -0
  54. package/dist/esm/i18n/es.js +9 -3
  55. package/dist/esm/i18n/fi.js +9 -3
  56. package/dist/esm/i18n/fr.js +9 -3
  57. package/dist/esm/i18n/hu.js +9 -3
  58. package/dist/esm/i18n/it.js +9 -3
  59. package/dist/esm/i18n/ja.js +9 -3
  60. package/dist/esm/i18n/ko.js +9 -3
  61. package/dist/esm/i18n/nb.js +9 -3
  62. package/dist/esm/i18n/nl.js +9 -3
  63. package/dist/esm/i18n/pl.js +2 -2
  64. package/dist/esm/i18n/pt_BR.js +9 -3
  65. package/dist/esm/i18n/ru.js +9 -3
  66. package/dist/esm/i18n/sv.js +9 -3
  67. package/dist/esm/i18n/th.js +9 -3
  68. package/dist/esm/i18n/tr.js +9 -3
  69. package/dist/esm/i18n/uk.js +9 -3
  70. package/dist/esm/i18n/vi.js +9 -3
  71. package/dist/esm/i18n/zh.js +9 -3
  72. package/dist/esm/i18n/zh_TW.js +9 -3
  73. package/dist/esm/version.json +1 -1
  74. package/dist/types/i18n/cs.d.ts +7 -1
  75. package/dist/types/i18n/da.d.ts +7 -1
  76. package/dist/types/i18n/de.d.ts +7 -1
  77. package/dist/types/i18n/en_ZZ.d.ts +20 -0
  78. package/dist/types/i18n/es.d.ts +7 -1
  79. package/dist/types/i18n/fi.d.ts +7 -1
  80. package/dist/types/i18n/fr.d.ts +7 -1
  81. package/dist/types/i18n/hu.d.ts +7 -1
  82. package/dist/types/i18n/it.d.ts +7 -1
  83. package/dist/types/i18n/ja.d.ts +7 -1
  84. package/dist/types/i18n/ko.d.ts +7 -1
  85. package/dist/types/i18n/nb.d.ts +7 -1
  86. package/dist/types/i18n/nl.d.ts +7 -1
  87. package/dist/types/i18n/pl.d.ts +1 -1
  88. package/dist/types/i18n/pt_BR.d.ts +7 -1
  89. package/dist/types/i18n/ru.d.ts +7 -1
  90. package/dist/types/i18n/sv.d.ts +7 -1
  91. package/dist/types/i18n/th.d.ts +7 -1
  92. package/dist/types/i18n/tr.d.ts +7 -1
  93. package/dist/types/i18n/uk.d.ts +7 -1
  94. package/dist/types/i18n/vi.d.ts +7 -1
  95. package/dist/types/i18n/zh.d.ts +7 -1
  96. package/dist/types/i18n/zh_TW.d.ts +7 -1
  97. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 91.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 90.0.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 89.0.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 88.0.0
4
22
 
5
23
  ### Patch Changes
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Czech
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.failedToCopy': 'Kopírování se nezdařilo'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Danish
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.failedToCopy': 'Kopiering mislykkedes'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // German
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.failedToCopy': 'Kopieren ist fehlgeschlagen'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Spanish
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.failedToCopy': 'Copia fallida'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Finnish
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.failedToCopy': 'Kopiointi epäonnistui'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // French
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.failedToCopy': 'Copie impossible'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Hungarian
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.failedToCopy': 'A másolás nem sikerült'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Italian
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.failedToCopy': 'Copia non riuscita'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Japanese
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.failedToCopy': 'コピーできませんでした。'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Korean
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.failedToCopy': '복사 실패'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Norwegian Bokmål
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.failedToCopy': 'Kopiering mislyktes'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Dutch
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.failedToCopy': 'Kopiëren mislukt'
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;
@@ -8,10 +8,10 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Polish
14
+ //Polish (Poland)
15
15
  var _default = {
16
16
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Skopiowano!',
17
17
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiuj',
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Portuguese (Brazil)
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.failedToCopy': 'Falha na cópia'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Russian
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.failedToCopy': 'Ошибка копирования'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Swedish
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.failedToCopy': 'Kopiering misslyckades'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Thai
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.failedToCopy': 'การคัดลอกไม่สำเร็จ'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Turkish
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.failedToCopy': 'Kopyalama işlemi başarısız oldu'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Ukrainian
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.failedToCopy': 'Не вдалося скопіювати'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Vietnamese
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.failedToCopy': 'Sao chép không thành công'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // Chinese
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.failedToCopy': '复制失败'
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;
@@ -8,15 +8,21 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
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
- // undefined
14
+ //Chinese (Traditional)
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.failedToCopy': '複製失敗'
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;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "88.0.0",
3
+ "version": "91.0.0",
4
4
  "sideEffects": false
5
5
  }