@atlaskit/renderer 87.0.0 → 90.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 +5 -5
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Czech
7
+ //Czech
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Zkopírováno!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Seřadit sloupec od Z do A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'vzestupně',
11
13
  'fabric.editor.headingLink.copied': 'Zkopírováno!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Kopírovat odkaz na nadpis',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopírování se nezdařilo'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopírovat',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Tabulku se sloučenou buňkou nelze seřadit',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopírování se nezdařilo',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Seřadit sloupec od A do Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'sestupně'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Danish
7
+ //Danish (Denmark)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Sortér kolonnen fra Å til A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'stigende',
11
13
  'fabric.editor.headingLink.copied': 'Kopieret!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Kopiér link til overskrift',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopiering mislykkedes'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopiér',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ En tabel med flettede celler kan ikke sorteres',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopiering mislykkedes',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Sortér kolonnen fra A til Å',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'faldende'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // German
7
+ //German (Germany)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopieren',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Spalte von Z nach A sortieren',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'aufsteigend',
11
13
  'fabric.editor.headingLink.copied': 'Kopiert!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Link in Überschrift kopieren',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopieren ist fehlgeschlagen'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopieren',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Tabellen mit verbundenen Zellen können nicht sortiert werden',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopieren ist fehlgeschlagen',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Spalte von A nach Z sortieren',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'absteigend'
14
20
  };
@@ -0,0 +1,20 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ //
8
+ export default {
9
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': '⁣⁢Copied!⁡⁡؜؜⁠؜⁡‌⁡‍‍⁣⁤',
10
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': '⁣⁢Copy⁠‍؜‍⁠‍‌؜؜‍⁠⁡⁠⁠‍⁠⁣⁤',
11
+ 'fabric.editor.headingLink.ascOrderLabel': '⁣⁢Sort column Z to A؜‍‍‌‌⁠؜‍‍⁣⁤',
12
+ 'fabric.editor.headingLink.ascSortingLabel': '⁣⁢ascending⁡؜⁠⁠‍‍⁠‍⁡⁡⁡⁣⁤',
13
+ 'fabric.editor.headingLink.copied': '⁣⁢Copied!؜‍؜؜⁠‌؜⁣⁤',
14
+ 'fabric.editor.headingLink.copyAnchorLink': '⁣⁢Copy link to heading؜‍⁠؜⁡⁡⁠‍‍⁠‍⁡⁠‌⁡‍‍⁠⁣⁤',
15
+ 'fabric.editor.headingLink.copyAriaLabel': '⁣⁢Copy‍‍‍؜‍؜؜⁡‍⁡‍‍‍⁣⁤',
16
+ 'fabric.editor.headingLink.descOrderLabel': "⁣⁢⚠️ You can't sort a table with merged cell⁠⁠‍⁠⁡؜⁡⁣⁤",
17
+ 'fabric.editor.headingLink.failedToCopy': '⁣⁢Copy failed⁠⁠‌⁠‌‍‌⁣⁤',
18
+ 'fabric.editor.headingLink.noOrderLabel': '⁣⁢Sort column A to Z‌⁠؜؜⁡⁡‍‍‍‌⁠⁣⁤',
19
+ 'fabric.editor.headingLink.noneSortingLabel': '⁣⁢descending⁠؜⁠‌‍‌؜⁡؜⁣⁤'
20
+ };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Spanish
7
+ //Spanish (International)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': '¡Copiado!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Ordenar columna de la Z a la A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'ascendente',
11
13
  'fabric.editor.headingLink.copied': '¡Copiado!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Copiar enlace en el título',
13
- 'fabric.editor.headingLink.failedToCopy': 'Copia fallida'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Copiar',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ No puedes ordenar una tabla con celdas combinadas',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Copia fallida',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Ordenar columna de la A a la Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'descendente'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Finnish
7
+ //Finnish
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopioitu!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopioi',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Lajittele sarake Z–A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'nousevassa järjestyksessä',
11
13
  'fabric.editor.headingLink.copied': 'Kopioitu!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Kopioi otsikkolinkki',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopiointi epäonnistui'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopioi',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopiointi epäonnistui',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Lajittele sarake A–Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'laskevassa järjestyksessä'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // French
7
+ //French (France)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copié !',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copier',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Trier la colonne de Z à A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'ordre croissant',
11
13
  'fabric.editor.headingLink.copied': 'Copié !',
12
14
  'fabric.editor.headingLink.copyAnchorLink': "Copier le lien vers l'en-tête",
13
- 'fabric.editor.headingLink.failedToCopy': 'Copie impossible'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Copier',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Impossible de trier un tableau comportant des cellules fusionnées',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Copie impossible',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Trier la colonne de A à Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'ordre décroissant'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Hungarian
7
+ //Hungarian
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Másolva!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Másolás',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Oszlop rendezése: Z → A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'növekvő',
11
13
  'fabric.editor.headingLink.copied': 'Másolva!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Fejléc linkjének másolása',
13
- 'fabric.editor.headingLink.failedToCopy': 'A másolás nem sikerült'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Másolás',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Az egyesített cellákat tartalmazó táblázatot nem tudod rendezni',
17
+ 'fabric.editor.headingLink.failedToCopy': 'A másolás nem sikerült',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Oszlop rendezése: A → Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'csökkenő'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Italian
7
+ //Italian (Italy)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiato.',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copia',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Ordina colonna da Z ad A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'crescente',
11
13
  'fabric.editor.headingLink.copied': 'Copiato.',
12
14
  'fabric.editor.headingLink.copyAnchorLink': "Copia link nell'intestazione",
13
- 'fabric.editor.headingLink.failedToCopy': 'Copia non riuscita'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Copia',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Non puoi ordinare una tabella con celle unite',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Copia non riuscita',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Ordina colonna da A a Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'decrescente'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Japanese
7
+ //Japanese
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'コピーしました',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'コピー',
11
+ 'fabric.editor.headingLink.ascOrderLabel': '列の並べ替え: Z から A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': '昇順',
11
13
  'fabric.editor.headingLink.copied': 'コピーしました',
12
14
  'fabric.editor.headingLink.copyAnchorLink': '見出しへのリンクをコピー',
13
- 'fabric.editor.headingLink.failedToCopy': 'コピーできませんでした。'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'コピー',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ 結合セルを含む表は並べ替えられません。',
17
+ 'fabric.editor.headingLink.failedToCopy': 'コピーできませんでした。',
18
+ 'fabric.editor.headingLink.noOrderLabel': '列の並べ替え: A から Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': '降順'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Korean
7
+ //Korean
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': '복사되었습니다!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': '복사',
11
+ 'fabric.editor.headingLink.ascOrderLabel': '내림차순으로 열 정렬',
12
+ 'fabric.editor.headingLink.ascSortingLabel': '오름차순',
11
13
  'fabric.editor.headingLink.copied': '복사되었습니다!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': '링크를 제목에 복사',
13
- 'fabric.editor.headingLink.failedToCopy': '복사 실패'
15
+ 'fabric.editor.headingLink.copyAriaLabel': '복사',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ 병합된 셀이 있는 표는 정렬할 수 없습니다',
17
+ 'fabric.editor.headingLink.failedToCopy': '복사 실패',
18
+ 'fabric.editor.headingLink.noOrderLabel': '오름차순으로 열 정렬',
19
+ 'fabric.editor.headingLink.noneSortingLabel': '내림차순'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Norwegian Bokmål
7
+ //Norwegian (Bokmål)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopier',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Sorter kolonne Å til A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'stigende',
11
13
  'fabric.editor.headingLink.copied': 'Kopiert!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Kopier kobling til overskrift',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopiering mislyktes'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopier',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Du kan ikke sortere en tabell med en sammenslått celle',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopiering mislyktes',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Sorter kolonne A til Å',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'synkende'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Dutch
7
+ //Dutch (Netherlands)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Gekopieerd!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiëren',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Rangschik kolom van Z tot A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'oplopend',
11
13
  'fabric.editor.headingLink.copied': 'Gekopieerd!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Link naar kop kopiëren',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopiëren mislukt'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopiëren',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Je kunt een tabel met samengevoegde cellen niet rangschikken',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopiëren mislukt',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Rangschik kolom van A tot Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'aflopend'
14
20
  };
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Polish
7
+ //Polish (Poland)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Skopiowano!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiuj',
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Portuguese (Brazil)
7
+ //Portuguese (Brazil)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiado!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Ordenar coluna de Z a A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'ascendente',
11
13
  'fabric.editor.headingLink.copied': 'Copiado!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Copiar link para cabeçalho',
13
- 'fabric.editor.headingLink.failedToCopy': 'Falha na cópia'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Copiar',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠ Você não pode ordenar uma tabela com células mescladas',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Falha na cópia',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Ordenar coluna de A a Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'descendente'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Russian
7
+ //Russian
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Скопировано!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Скопировать',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Сортировать столбцы (Я–А)',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'по возрастанию',
11
13
  'fabric.editor.headingLink.copied': 'Скопировано!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Копировать ссылку в заголовок',
13
- 'fabric.editor.headingLink.failedToCopy': 'Ошибка копирования'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Скопировать',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Невозможно отсортировать таблицу с объединенной ячейкой',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Ошибка копирования',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Сортировать столбцы (А–Я)',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'по убыванию'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Swedish
7
+ //Swedish
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopierad!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiera',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Sortera kolumn Ö till A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'stigande',
11
13
  'fabric.editor.headingLink.copied': 'Kopierad!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Kopiera länk till rubrik',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopiering misslyckades'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopiera',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Du kan inte sortera en tabell med sammanslagna celler',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopiering misslyckades',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Sortera kolumn A till Ö',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'fallande'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Thai
7
+ //Thai (Thailand)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'คัดลอกแล้ว!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'คัดลอก',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'เรียงจากคอลัมน์ Z ไป A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'จากน้อยไปหามาก',
11
13
  'fabric.editor.headingLink.copied': 'คัดลอกแล้ว!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'คัดลอกลิงก์ที่เชื่อมไปยังหัวเรื่อง',
13
- 'fabric.editor.headingLink.failedToCopy': 'การคัดลอกไม่สำเร็จ'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'คัดลอก',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ คุณไม่สามารถจัดเรียงตารางด้วยช่องข้อมูลที่ถูกรวมได้',
17
+ 'fabric.editor.headingLink.failedToCopy': 'การคัดลอกไม่สำเร็จ',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'เรียงจากคอลัมน์ A ไป Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'จากมากไปหาน้อย'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Turkish
7
+ //Turkish (Turkey)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopyalandı!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopyala',
11
+ 'fabric.editor.headingLink.ascOrderLabel': "Sütunu Z'den A'ya sırala",
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'artan',
11
13
  'fabric.editor.headingLink.copied': 'Kopyalandı!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Başlık bağlantısını kopyala',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopyalama işlemi başarısız oldu'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopyala',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Birleştirilmiş hücre içeren bir tabloyu sıralayamazsınız',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopyalama işlemi başarısız oldu',
18
+ 'fabric.editor.headingLink.noOrderLabel': "Sütunu A'dan Z'ye sırala",
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'azalan'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Ukrainian
7
+ //Ukrainian (Ukraine)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Скопійовано',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Скопіювати',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Сортувати стовпці від Я до А',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'за зростанням',
11
13
  'fabric.editor.headingLink.copied': 'Скопійовано',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Скопіювати посилання на заголовок',
13
- 'fabric.editor.headingLink.failedToCopy': 'Не вдалося скопіювати'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Копіювати',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Не можна сортувати таблицю, у якій є об’єднані клітинки',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Не вдалося скопіювати',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Сортувати стовпці від А до Я',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'за спаданням'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Vietnamese
7
+ //Vietnamese (Vietnam)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Đã sao chép!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Sao chép',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Sắp xếp cột theo thứ tự từ Z đến A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'tăng dần',
11
13
  'fabric.editor.headingLink.copied': 'Đã sao chép!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Sao chép liên kết vào tiêu đề',
13
- 'fabric.editor.headingLink.failedToCopy': 'Sao chép không thành công'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Sao chép',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Bạn không thể sắp xếp bảng có các ô đã hợp nhất',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Sao chép không thành công',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Sắp xếp cột theo thứ tự từ A đến Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'giảm dần'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Chinese
7
+ //Chinese (Simplified)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已复制!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': '复制',
11
+ 'fabric.editor.headingLink.ascOrderLabel': '按照 Z 到 A 进行列排序',
12
+ 'fabric.editor.headingLink.ascSortingLabel': '升序',
11
13
  'fabric.editor.headingLink.copied': '已复制!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': '复制标题链接',
13
- 'fabric.editor.headingLink.failedToCopy': '复制失败'
15
+ 'fabric.editor.headingLink.copyAriaLabel': '复制',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ 无法对包含合并单元格的表格进行排序',
17
+ 'fabric.editor.headingLink.failedToCopy': '复制失败',
18
+ 'fabric.editor.headingLink.noOrderLabel': '按照 A 到 Z 进行列排序',
19
+ 'fabric.editor.headingLink.noneSortingLabel': '降序'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // undefined
7
+ //Chinese (Traditional)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已複製!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': '複製',
11
+ 'fabric.editor.headingLink.ascOrderLabel': '從 Z 欄排序到 A 欄',
12
+ 'fabric.editor.headingLink.ascSortingLabel': '遞增',
11
13
  'fabric.editor.headingLink.copied': '已複製!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': '複製標題連結',
13
- 'fabric.editor.headingLink.failedToCopy': '複製失敗'
15
+ 'fabric.editor.headingLink.copyAriaLabel': '複製',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ 您無法排序具有合併儲存格的表格',
17
+ 'fabric.editor.headingLink.failedToCopy': '複製失敗',
18
+ 'fabric.editor.headingLink.noOrderLabel': '從 A 欄排序到 Z 欄',
19
+ 'fabric.editor.headingLink.noneSortingLabel': '遞減'
14
20
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "87.0.0",
3
+ "version": "90.0.0",
4
4
  "sideEffects": false
5
5
  }
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Czech
7
+ //Czech
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Zkopírováno!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Seřadit sloupec od Z do A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'vzestupně',
11
13
  'fabric.editor.headingLink.copied': 'Zkopírováno!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Kopírovat odkaz na nadpis',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopírování se nezdařilo'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopírovat',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Tabulku se sloučenou buňkou nelze seřadit',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopírování se nezdařilo',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Seřadit sloupec od A do Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'sestupně'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Danish
7
+ //Danish (Denmark)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Sortér kolonnen fra Å til A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'stigende',
11
13
  'fabric.editor.headingLink.copied': 'Kopieret!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Kopiér link til overskrift',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopiering mislykkedes'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopiér',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ En tabel med flettede celler kan ikke sorteres',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopiering mislykkedes',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Sortér kolonnen fra A til Å',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'faldende'
14
20
  };