@atlaskit/editor-common 78.26.1 → 78.26.3

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 (133) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/cjs/i18n/cs.js +5 -0
  3. package/dist/cjs/i18n/da.js +5 -0
  4. package/dist/cjs/i18n/de.js +5 -0
  5. package/dist/cjs/i18n/en.js +4 -4
  6. package/dist/cjs/i18n/en_GB.js +4 -4
  7. package/dist/cjs/i18n/es.js +5 -0
  8. package/dist/cjs/i18n/fi.js +5 -0
  9. package/dist/cjs/i18n/fr.js +5 -0
  10. package/dist/cjs/i18n/hu.js +5 -0
  11. package/dist/cjs/i18n/it.js +5 -0
  12. package/dist/cjs/i18n/ja.js +4 -0
  13. package/dist/cjs/i18n/ko.js +4 -0
  14. package/dist/cjs/i18n/nb.js +5 -0
  15. package/dist/cjs/i18n/nl.js +5 -0
  16. package/dist/cjs/i18n/pl.js +5 -0
  17. package/dist/cjs/i18n/pt_BR.js +5 -0
  18. package/dist/cjs/i18n/ru.js +5 -0
  19. package/dist/cjs/i18n/sv.js +5 -0
  20. package/dist/cjs/i18n/th.js +5 -0
  21. package/dist/cjs/i18n/tr.js +4 -0
  22. package/dist/cjs/i18n/uk.js +5 -0
  23. package/dist/cjs/i18n/vi.js +5 -0
  24. package/dist/cjs/i18n/zh.js +5 -0
  25. package/dist/cjs/i18n/zh_TW.js +5 -0
  26. package/dist/cjs/monitoring/error.js +1 -1
  27. package/dist/cjs/ui/DropList/index.js +1 -1
  28. package/dist/cjs/utils/date.js +1 -1
  29. package/dist/es2019/i18n/cs.js +5 -0
  30. package/dist/es2019/i18n/da.js +5 -0
  31. package/dist/es2019/i18n/de.js +5 -0
  32. package/dist/es2019/i18n/en.js +4 -4
  33. package/dist/es2019/i18n/en_GB.js +4 -4
  34. package/dist/es2019/i18n/es.js +5 -0
  35. package/dist/es2019/i18n/fi.js +5 -0
  36. package/dist/es2019/i18n/fr.js +5 -0
  37. package/dist/es2019/i18n/hu.js +5 -0
  38. package/dist/es2019/i18n/it.js +5 -0
  39. package/dist/es2019/i18n/ja.js +4 -0
  40. package/dist/es2019/i18n/ko.js +4 -0
  41. package/dist/es2019/i18n/nb.js +5 -0
  42. package/dist/es2019/i18n/nl.js +5 -0
  43. package/dist/es2019/i18n/pl.js +5 -0
  44. package/dist/es2019/i18n/pt_BR.js +5 -0
  45. package/dist/es2019/i18n/ru.js +5 -0
  46. package/dist/es2019/i18n/sv.js +5 -0
  47. package/dist/es2019/i18n/th.js +5 -0
  48. package/dist/es2019/i18n/tr.js +4 -0
  49. package/dist/es2019/i18n/uk.js +5 -0
  50. package/dist/es2019/i18n/vi.js +5 -0
  51. package/dist/es2019/i18n/zh.js +5 -0
  52. package/dist/es2019/i18n/zh_TW.js +5 -0
  53. package/dist/es2019/monitoring/error.js +1 -1
  54. package/dist/es2019/ui/DropList/index.js +1 -1
  55. package/dist/es2019/utils/date.js +1 -1
  56. package/dist/esm/i18n/cs.js +5 -0
  57. package/dist/esm/i18n/da.js +5 -0
  58. package/dist/esm/i18n/de.js +5 -0
  59. package/dist/esm/i18n/en.js +4 -4
  60. package/dist/esm/i18n/en_GB.js +4 -4
  61. package/dist/esm/i18n/es.js +5 -0
  62. package/dist/esm/i18n/fi.js +5 -0
  63. package/dist/esm/i18n/fr.js +5 -0
  64. package/dist/esm/i18n/hu.js +5 -0
  65. package/dist/esm/i18n/it.js +5 -0
  66. package/dist/esm/i18n/ja.js +4 -0
  67. package/dist/esm/i18n/ko.js +4 -0
  68. package/dist/esm/i18n/nb.js +5 -0
  69. package/dist/esm/i18n/nl.js +5 -0
  70. package/dist/esm/i18n/pl.js +5 -0
  71. package/dist/esm/i18n/pt_BR.js +5 -0
  72. package/dist/esm/i18n/ru.js +5 -0
  73. package/dist/esm/i18n/sv.js +5 -0
  74. package/dist/esm/i18n/th.js +5 -0
  75. package/dist/esm/i18n/tr.js +4 -0
  76. package/dist/esm/i18n/uk.js +5 -0
  77. package/dist/esm/i18n/vi.js +5 -0
  78. package/dist/esm/i18n/zh.js +5 -0
  79. package/dist/esm/i18n/zh_TW.js +5 -0
  80. package/dist/esm/monitoring/error.js +1 -1
  81. package/dist/esm/ui/DropList/index.js +1 -1
  82. package/dist/esm/utils/date.js +1 -1
  83. package/dist/types/i18n/cs.d.ts +5 -0
  84. package/dist/types/i18n/da.d.ts +5 -0
  85. package/dist/types/i18n/de.d.ts +5 -0
  86. package/dist/types/i18n/en.d.ts +2 -2
  87. package/dist/types/i18n/en_GB.d.ts +2 -2
  88. package/dist/types/i18n/es.d.ts +5 -0
  89. package/dist/types/i18n/fi.d.ts +5 -0
  90. package/dist/types/i18n/fr.d.ts +5 -0
  91. package/dist/types/i18n/hu.d.ts +5 -0
  92. package/dist/types/i18n/it.d.ts +5 -0
  93. package/dist/types/i18n/ja.d.ts +4 -0
  94. package/dist/types/i18n/ko.d.ts +4 -0
  95. package/dist/types/i18n/nb.d.ts +5 -0
  96. package/dist/types/i18n/nl.d.ts +5 -0
  97. package/dist/types/i18n/pl.d.ts +5 -0
  98. package/dist/types/i18n/pt_BR.d.ts +5 -0
  99. package/dist/types/i18n/ru.d.ts +5 -0
  100. package/dist/types/i18n/sv.d.ts +5 -0
  101. package/dist/types/i18n/th.d.ts +5 -0
  102. package/dist/types/i18n/tr.d.ts +4 -0
  103. package/dist/types/i18n/uk.d.ts +5 -0
  104. package/dist/types/i18n/vi.d.ts +5 -0
  105. package/dist/types/i18n/zh.d.ts +5 -0
  106. package/dist/types/i18n/zh_TW.d.ts +5 -0
  107. package/dist/types/types/next-editor-plugin.d.ts +13 -1
  108. package/dist/types-ts4.5/i18n/cs.d.ts +5 -0
  109. package/dist/types-ts4.5/i18n/da.d.ts +5 -0
  110. package/dist/types-ts4.5/i18n/de.d.ts +5 -0
  111. package/dist/types-ts4.5/i18n/en.d.ts +2 -2
  112. package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -2
  113. package/dist/types-ts4.5/i18n/es.d.ts +5 -0
  114. package/dist/types-ts4.5/i18n/fi.d.ts +5 -0
  115. package/dist/types-ts4.5/i18n/fr.d.ts +5 -0
  116. package/dist/types-ts4.5/i18n/hu.d.ts +5 -0
  117. package/dist/types-ts4.5/i18n/it.d.ts +5 -0
  118. package/dist/types-ts4.5/i18n/ja.d.ts +4 -0
  119. package/dist/types-ts4.5/i18n/ko.d.ts +4 -0
  120. package/dist/types-ts4.5/i18n/nb.d.ts +5 -0
  121. package/dist/types-ts4.5/i18n/nl.d.ts +5 -0
  122. package/dist/types-ts4.5/i18n/pl.d.ts +5 -0
  123. package/dist/types-ts4.5/i18n/pt_BR.d.ts +5 -0
  124. package/dist/types-ts4.5/i18n/ru.d.ts +5 -0
  125. package/dist/types-ts4.5/i18n/sv.d.ts +5 -0
  126. package/dist/types-ts4.5/i18n/th.d.ts +5 -0
  127. package/dist/types-ts4.5/i18n/tr.d.ts +4 -0
  128. package/dist/types-ts4.5/i18n/uk.d.ts +5 -0
  129. package/dist/types-ts4.5/i18n/vi.d.ts +5 -0
  130. package/dist/types-ts4.5/i18n/zh.d.ts +5 -0
  131. package/dist/types-ts4.5/i18n/zh_TW.d.ts +5 -0
  132. package/dist/types-ts4.5/types/next-editor-plugin.d.ts +13 -1
  133. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 78.26.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#89712](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89712) [`4a94bc155219`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4a94bc155219) - Improve error messaging for SafePresetCheck
8
+
9
+ ## 78.26.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#89760](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89760) [`f3844f76fad9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f3844f76fad9) - [ux] Fix date not showing as selected for less than 10.
14
+ - Updated dependencies
15
+
3
16
  ## 78.26.1
4
17
 
5
18
  ### Patch Changes
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} × {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Výběr velikosti tabulky',
374
374
  'fabric.editor.tables.adjustColumn': 'Upravit sloupec',
375
+ 'fabric.editor.tables.columnResizeLast': 'Velikost tohoto sloupce můžete změnit pouze směrem doleva.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Velikost tohoto sloupce můžete změnit pouze v případě, že má tabulka posuvník.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Šířka sloupce byla změněna na {width} pixel.} few {Šířka sloupce byla změněna na {width} pixely.} many {Šířka sloupce byla změněna na {width} pixelu.} other {Šířka sloupce byla změněna na {width} pixelů.}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Odstranění uzlu {nodeName} způsobí, že všechny k němu připojené položky přestanou fungovat.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstranit',
380
+ 'fabric.editor.tables.resizeStop': 'Změna velikosti byla zastavena.',
377
381
  'fabric.editor.tables.resizeTable': 'Změnit velikost tabulky',
382
+ 'fabric.editor.tables.startedColumnResize': 'Změna velikosti sloupce byla zahájena.',
378
383
  'fabric.editor.task': 'Úkol',
379
384
  'fabric.editor.taskPlaceholder': 'Napište svou akci a použitím „@“ ji někomu přidělte.',
380
385
  'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} af {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Vælger til tabelstørrelse',
374
374
  'fabric.editor.tables.adjustColumn': 'Tilpas kolonne',
375
+ 'fabric.editor.tables.columnResizeLast': 'Du kan kun ændre størrelsen på denne kolonne til venstre.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Du kan kun ændre størrelsen på denne kolonne, mens tabellen har en rullebjælke.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Kolonnebredden blev ændret til {width} pixel} other {Kolonnebredden blev ændret til {width} pixels}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, brydes forbindelsen til alt, der er forbundet til den.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Slet',
380
+ 'fabric.editor.tables.resizeStop': 'Stoppede med at ændre størrelse',
377
381
  'fabric.editor.tables.resizeTable': 'Tilpas størrelsen på tabellen',
382
+ 'fabric.editor.tables.startedColumnResize': 'Startede med at ændre størrelsen på kolonne',
378
383
  'fabric.editor.task': 'Opgave',
379
384
  'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
380
385
  'fabric.editor.text.formatting.off': 'Tekstformatering fra',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} von {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Auswahl der Tabellengröße',
374
374
  'fabric.editor.tables.adjustColumn': 'Spalte anpassen',
375
+ 'fabric.editor.tables.columnResizeLast': 'Sie können die Größe dieser Spalte nur nach links ändern.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Sie können die Größe dieser Spalte nur ändern, wenn die Tabelle eine Scrollleiste hat.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Die Spaltenbreite wurde auf {width} Pixel geändert} other {Die Spaltenbreite wurde auf {width} Pixel geändert}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Durch das Löschen von {nodeName} werden alle damit verbundenen Elemente unbrauchbar.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Löschen',
380
+ 'fabric.editor.tables.resizeStop': 'Größenänderung beendet',
377
381
  'fabric.editor.tables.resizeTable': 'Tabellengröße ändern',
382
+ 'fabric.editor.tables.startedColumnResize': 'Größenänderung der Spalte gestartet',
378
383
  'fabric.editor.task': 'Task',
379
384
  'fabric.editor.taskPlaceholder': 'Geben Sie Ihre Aktion ein und weisen Sie sie mithilfe von „@” jemandem zu.',
380
385
  'fabric.editor.text.formatting.off': 'Textformatierung aus',
@@ -372,14 +372,12 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} by {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
374
374
  'fabric.editor.tables.adjustColumn': 'Adjust column',
375
- 'fabric.editor.tables.columnLeftResize': 'left',
376
375
  'fabric.editor.tables.columnResizeLast': 'You can only resize this column to the left.',
377
376
  'fabric.editor.tables.columnResizeOverflow': 'You can only resize this column while the table has a scroll bar.',
378
- 'fabric.editor.tables.columnRightResize': 'right',
379
- 'fabric.editor.tables.columnWidth': 'Column width was changed to {width} pixels',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Column width was changed to {width} pixel} other {Column width was changed to {width} pixels}}',
380
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
381
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
382
- 'fabric.editor.tables.otherResize': 'Switched to the {direction} column resize',
380
+ 'fabric.editor.tables.otherResize': '{direction, select, left {Switched to the left column resize} right {Switched to the right column resize} other {}}',
383
381
  'fabric.editor.tables.resizeStop': 'Stopped resize',
384
382
  'fabric.editor.tables.resizeTable': 'Resize table',
385
383
  'fabric.editor.tables.startedColumnResize': 'Started column resize',
@@ -426,6 +424,8 @@ var _default = exports.default = {
426
424
  'fabric.editor.urlDescription': 'Display link as URL',
427
425
  'fabric.editor.urlTitle': 'URL',
428
426
  'fabric.editor.useMarkdown': 'Use Markdown',
427
+ 'fabric.editor.viewAndAddCommentsOnMedia': 'View and add comments',
428
+ 'fabric.editor.viewCommentOnMedia': 'View comment',
429
429
  'fabric.editor.viewMore': 'View more',
430
430
  'fabric.editor.visit': 'Open link in a new window',
431
431
  'fabric.editor.warning': 'Warning',
@@ -372,14 +372,12 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} by {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
374
374
  'fabric.editor.tables.adjustColumn': 'Adjust column',
375
- 'fabric.editor.tables.columnLeftResize': 'left',
376
375
  'fabric.editor.tables.columnResizeLast': 'You can only resize this column to the left.',
377
376
  'fabric.editor.tables.columnResizeOverflow': 'You can only resize this column while the table has a scroll bar.',
378
- 'fabric.editor.tables.columnRightResize': 'right',
379
- 'fabric.editor.tables.columnWidth': 'Column width was changed to {width} pixels',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Column width was changed to {width} pixel} other {Column width was changed to {width} pixels}}',
380
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
381
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
382
- 'fabric.editor.tables.otherResize': 'Switched to the {direction} column resize',
380
+ 'fabric.editor.tables.otherResize': '{direction, select, left {Switched to the left column resize} right {Switched to the right column resize} other {}}',
383
381
  'fabric.editor.tables.resizeStop': 'Stopped resize',
384
382
  'fabric.editor.tables.resizeTable': 'Resize table',
385
383
  'fabric.editor.tables.startedColumnResize': 'Started column resize',
@@ -426,6 +424,8 @@ var _default = exports.default = {
426
424
  'fabric.editor.urlDescription': 'Display link as URL',
427
425
  'fabric.editor.urlTitle': 'URL',
428
426
  'fabric.editor.useMarkdown': 'Use Markdown',
427
+ 'fabric.editor.viewAndAddCommentsOnMedia': 'View and add comments',
428
+ 'fabric.editor.viewCommentOnMedia': 'View comment',
429
429
  'fabric.editor.viewMore': 'View more',
430
430
  'fabric.editor.visit': 'Open link in a new window',
431
431
  'fabric.editor.warning': 'Warning',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} de {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Selector de tamaño de tabla',
374
374
  'fabric.editor.tables.adjustColumn': 'Ajustar columna',
375
+ 'fabric.editor.tables.columnResizeLast': 'Solo puedes cambiar el tamaño de la columna hacia la izquierda.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Solo puedes cambiar el tamaño de la columna mientras la tabla tiene una barra desplazamiento.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Ancho de columna cambiado a {width} píxel} other {Ancho de columna cambiado a {width} píxeles}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar',
380
+ 'fabric.editor.tables.resizeStop': 'Cambio de tamaño detenido',
377
381
  'fabric.editor.tables.resizeTable': 'Cambiar tamaño de tabla',
382
+ 'fabric.editor.tables.startedColumnResize': 'Cambio de tamaño de la columna comenzado',
378
383
  'fabric.editor.task': 'Tarea',
379
384
  'fabric.editor.taskPlaceholder': 'Escribe la acción y usa "@" para asignársela a alguien.',
380
385
  'fabric.editor.text.formatting.off': 'Formato de texto desactivado',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Taulukon koon valitsin',
374
374
  'fabric.editor.tables.adjustColumn': 'Säädä saraketta',
375
+ 'fabric.editor.tables.columnResizeLast': 'Voit muuttaa tämän sarakkeen kokoa vain vasemmalla.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Voit muuttaa tämän sarakkeen kokoa vain, kun taulukossa on vierityspalkki.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Sarakeleveydeksi muutettiin {width} pikseli} other {Sarakeleveydeksi muutettiin {width} pikseliä}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Solmun {nodeName} poistaminen rikkoo kaiken siihen yhdistetyn.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Poista',
380
+ 'fabric.editor.tables.resizeStop': 'Koon muuttaminen pysäytetty',
377
381
  'fabric.editor.tables.resizeTable': 'Muuta taulukon kokoa',
382
+ 'fabric.editor.tables.startedColumnResize': 'Sarakkeen koon muuttaminen aloitettu',
378
383
  'fabric.editor.task': 'Tehtävä',
379
384
  'fabric.editor.taskPlaceholder': "Kirjoita toimintasi, käytä '@'-merkkiä määrätäksesi sen jollekin henkilölle.",
380
385
  'fabric.editor.text.formatting.off': 'Tekstin muotoilu pois käytöstä',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} par {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Sélecteur de taille de tableau',
374
374
  'fabric.editor.tables.adjustColumn': 'Ajuster la colonne',
375
+ 'fabric.editor.tables.columnResizeLast': 'Vous ne pouvez redimensionner cette colonne que vers la gauche.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Vous ne pouvez redimensionner cette colonne que si le tableau comporte une barre de défilement.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {La largeur de la colonne a été modifiée à {width} pixel} other {La largeur de la colonne a été modifiée à {width} pixels}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Si vous supprimez {nodeName}, tous les éléments qui y sont connectés deviendront inexploitables.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Supprimer',
380
+ 'fabric.editor.tables.resizeStop': 'Redimensionnement interrompu',
377
381
  'fabric.editor.tables.resizeTable': 'Redimensionner le tableau',
382
+ 'fabric.editor.tables.startedColumnResize': 'Redimensionnement de la colonne lancé',
378
383
  'fabric.editor.task': 'Tâche',
379
384
  'fabric.editor.taskPlaceholder': "Saisissez votre action, utilisez « @ » pour l'assigner à quelqu'un.",
380
385
  'fabric.editor.text.formatting.off': 'Mise en forme du texte désactivée',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} × {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Táblázatméret-választó',
374
374
  'fabric.editor.tables.adjustColumn': 'Oszlop igazítása',
375
+ 'fabric.editor.tables.columnResizeLast': 'Csak bal oldali irányba méretezheted át ezt az oszlopot.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Csak akkor méretezheted át ezt az oszlopot, ha a táblázatnak van görgetősávja.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Oszlopszélesség módosítva {width} pixelre} other {Oszlopszélesség módosítva {width} pixelre}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Ha törlöd a(z) {nodeName} csomópontot, a hozzá kapcsolódó elemek sem fognak működni.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Törlés',
380
+ 'fabric.editor.tables.resizeStop': 'Átméretezés leállítva',
377
381
  'fabric.editor.tables.resizeTable': 'Táblázat átméretezése',
382
+ 'fabric.editor.tables.startedColumnResize': 'Oszlop átméretezése elkezdve',
378
383
  'fabric.editor.task': 'Feladat',
379
384
  'fabric.editor.taskPlaceholder': 'Írja be a műveletet. Az „@” jellel hozzárendelheti valakihez.',
380
385
  'fabric.editor.text.formatting.off': 'Szövegformázás kikapcsolva',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} per {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Selettore delle dimensioni della tabella',
374
374
  'fabric.editor.tables.adjustColumn': 'Regola colonna',
375
+ 'fabric.editor.tables.columnResizeLast': 'Puoi ridimensionare questa colonna solo verso sinistra.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Puoi ridimensionare questa colonna solo se la tabella dispone di una barra di scorrimento.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {La larghezza della colonna è stata modificata in {width} pixel} other {La larghezza della colonna è stata modificata in {width} pixel}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': "L'eliminazione di {nodeName} comporterà l'interruzione di tutti i relativi collegamenti.",
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Elimina',
380
+ 'fabric.editor.tables.resizeStop': 'Ridimensionamento interrotto',
377
381
  'fabric.editor.tables.resizeTable': 'Ridimensiona tabella',
382
+ 'fabric.editor.tables.startedColumnResize': 'Ridimensionamento della colonna avviato',
378
383
  'fabric.editor.task': 'Task',
379
384
  'fabric.editor.taskPlaceholder': 'Digita la tua azione e usa “@” per assegnarla a qualcuno.',
380
385
  'fabric.editor.text.formatting.off': 'Formattazione del test disattivata',
@@ -372,9 +372,13 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': '表サイズ セレクター',
374
374
  'fabric.editor.tables.adjustColumn': '列を調整する',
375
+ 'fabric.editor.tables.columnResizeLast': 'この列は左側方向のみサイズを変更できます。',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'この列のサイズを変更できるのは、表にスクロール バーがあるときのみです。',
375
377
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
376
378
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '削除',
379
+ 'fabric.editor.tables.resizeStop': 'リサイズを中止しました',
377
380
  'fabric.editor.tables.resizeTable': 'テーブルのサイズを変更する',
381
+ 'fabric.editor.tables.startedColumnResize': '列のサイズ変更を開始しました',
378
382
  'fabric.editor.task': 'タスク',
379
383
  'fabric.editor.taskPlaceholder': 'アクションを入力し、「@」を使用して担当者を割り当てます。',
380
384
  'fabric.editor.text.formatting.off': 'テキスト書式設定オフ',
@@ -372,9 +372,13 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': '표 크기 선택기',
374
374
  'fabric.editor.tables.adjustColumn': '열 조정',
375
+ 'fabric.editor.tables.columnResizeLast': '이 열의 크기는 왼쪽으로만 조정할 수 있습니다.',
376
+ 'fabric.editor.tables.columnResizeOverflow': '표에 스크롤 막대가 있는 경우에만 이 열의 크기를 조정할 수 있습니다.',
375
377
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
376
378
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '삭제',
379
+ 'fabric.editor.tables.resizeStop': '크기 조정 중지됨',
377
380
  'fabric.editor.tables.resizeTable': '표 크기 조정',
381
+ 'fabric.editor.tables.startedColumnResize': '열 크기 조정 시작됨',
378
382
  'fabric.editor.task': '작업',
379
383
  'fabric.editor.taskPlaceholder': "작업을 입력하고 '@'를 사용하여 할당합니다.",
380
384
  'fabric.editor.text.formatting.off': '텍스트 서식 꺼짐',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} av {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Velger for tabellstørrelse',
374
374
  'fabric.editor.tables.adjustColumn': 'Juster kolonnen',
375
+ 'fabric.editor.tables.columnResizeLast': 'Du kan bare endre størrelsen på denne kolonnen mot venstre.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Du kan bare endre størrelsen på denne kolonnen mens tabellen har et rullefelt.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Kolonnebredden ble endret til {width} piksel} other {Kolonnebredden ble endret til {width} piksler}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, ødelegges alt som er koblet til den.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Slett',
380
+ 'fabric.editor.tables.resizeStop': 'Stoppet størrelsesendring',
377
381
  'fabric.editor.tables.resizeTable': 'Endre størrelse på tabellen',
382
+ 'fabric.editor.tables.startedColumnResize': 'Startet størrelsesendring av kolonne',
378
383
  'fabric.editor.task': 'Oppgave',
379
384
  'fabric.editor.taskPlaceholder': 'Skriv inn handlingen. Bruk @ for å tilordne den til noen.',
380
385
  'fabric.editor.text.formatting.off': 'Tekstformatering av',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} keer {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Selectie voor tabelgrootte',
374
374
  'fabric.editor.tables.adjustColumn': 'Kolom aanpassen',
375
+ 'fabric.editor.tables.columnResizeLast': 'Je kunt het formaat van deze kolom alleen naar links aanpassen.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Je kunt het formaat van deze kolom alleen wijzigen als de tabel een schuifbalk heeft.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Kolombreedte is gewijzigd naar {width} pixel} other {Kolombreedte is gewijzigd naar {width} pixels}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Als je {nodeName} verwijdert, worden alle koppelingen ernaar verbroken.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Verwijderen',
380
+ 'fabric.editor.tables.resizeStop': 'Formaat wijzigen is gestopt',
377
381
  'fabric.editor.tables.resizeTable': 'Formaat van tabel wijzigen',
382
+ 'fabric.editor.tables.startedColumnResize': 'Wijzigen van het formaat van de kolom is gestart',
378
383
  'fabric.editor.task': 'Taak',
379
384
  'fabric.editor.taskPlaceholder': "Geef je actie in en gebruik een '@' om de actie aan iemand toe te wijzen.",
380
385
  'fabric.editor.text.formatting.off': 'Tekst formatteren uit',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} na {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Selektor rozmiaru tabeli',
374
374
  'fabric.editor.tables.adjustColumn': 'Dostosuj kolumnę',
375
+ 'fabric.editor.tables.columnResizeLast': 'Rozmiar tej kolumny można zmienić tylko w lewo.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Rozmiar tej kolumny można zmienić tylko wtedy, gdy tabela ma pasek przewijania.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Szerokość kolumny została zmieniona na {width} piksel} few {Szerokość kolumny została zmieniona na {width} piksele} many {Szerokość kolumny została zmieniona na {width} pikseli} other {Szerokość kolumny została zmieniona na {width} piksela}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Usunięcie rozszerzenia {nodeName} spowoduje uszkodzenie wszystkiego, co jest z nim połączone.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Usuń',
380
+ 'fabric.editor.tables.resizeStop': 'Zatrzymano zmianę rozmiaru',
377
381
  'fabric.editor.tables.resizeTable': 'Zmień rozmiar tabeli',
382
+ 'fabric.editor.tables.startedColumnResize': 'Rozpoczęto zmianę rozmiaru kolumny',
378
383
  'fabric.editor.task': 'Zadanie',
379
384
  'fabric.editor.taskPlaceholder': 'Wprowadź swoją akcję, użyj „@”, aby przypisać ją do użytkownika.',
380
385
  'fabric.editor.text.formatting.off': 'Formatowanie tekstu wył.',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} por {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Seletor de tamanho da tabela',
374
374
  'fabric.editor.tables.adjustColumn': 'Ajustar coluna',
375
+ 'fabric.editor.tables.columnResizeLast': 'Você só pode redimensionar essa coluna para a esquerda.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Você só pode redimensionar essa coluna enquanto a tabela tiver uma barra de rolagem.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {A largura da coluna foi alterada para {width} pixel} other {A largura da coluna foi alterada para {width} pixels}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'A exclusão de {nodeName} vai interromper qualquer coisa conectada a ela.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Excluir',
380
+ 'fabric.editor.tables.resizeStop': 'Redimensionamento interrompido',
377
381
  'fabric.editor.tables.resizeTable': 'Redimensionar tabela',
382
+ 'fabric.editor.tables.startedColumnResize': 'Redimensionamento da coluna iniciado',
378
383
  'fabric.editor.task': 'Tarefa',
379
384
  'fabric.editor.taskPlaceholder': 'Digite sua ação e use "@" para atribuí-la a alguém.',
380
385
  'fabric.editor.text.formatting.off': 'Formatação de texto desativada',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Селектор размера таблицы',
374
374
  'fabric.editor.tables.adjustColumn': 'Скорректировать ширину столбца',
375
+ 'fabric.editor.tables.columnResizeLast': 'Размер этого столбца можно изменить только слева.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Размер этого столбца можно изменить, только если у таблицы есть полоса прокрутки.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Ширина столбца теперь составляет {width} пиксель} few {Ширина столбца теперь составляет {width} пикселя} many {Ширина столбца теперь составляет {width} пикселей} other {Ширина столбца теперь составляет {width} пикселя}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'При удалении элемента «{nodeName}» нарушится работа всего, что с ним связано.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Удалить',
380
+ 'fabric.editor.tables.resizeStop': 'Прекращено изменение размера',
377
381
  'fabric.editor.tables.resizeTable': 'Изменить размер таблицы',
382
+ 'fabric.editor.tables.startedColumnResize': 'Начато изменение размера столбца',
378
383
  'fabric.editor.task': 'Задание',
379
384
  'fabric.editor.taskPlaceholder': 'Укажите задание и назначьте исполнителя с помощью значка «@».',
380
385
  'fabric.editor.text.formatting.off': 'Форматирование текста выкл.',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} av {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Väljare för tabellstorlek',
374
374
  'fabric.editor.tables.adjustColumn': 'Justera kolumn',
375
+ 'fabric.editor.tables.columnResizeLast': 'Du kan bara ändra storlek på kolumnen till vänster.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Du kan bara ändra storlek på kolumnen när tabellen har en rullningslist.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Kolumnbredden har ändrats till {width} pixel.} other {Kolumnbredden har ändrats till {width} pixlar}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Om du raderar {nodeName} bryts allt som är kopplat till den.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Radera',
380
+ 'fabric.editor.tables.resizeStop': 'Storleksändring har avbrutits',
377
381
  'fabric.editor.tables.resizeTable': 'Ändra storlek på tabell',
382
+ 'fabric.editor.tables.startedColumnResize': 'Storleksändring av kolumn har påbörjats',
378
383
  'fabric.editor.task': 'Uppgift',
379
384
  'fabric.editor.taskPlaceholder': 'Skriv din åtgärd och använd @ för att tilldela någon.',
380
385
  'fabric.editor.text.formatting.off': 'Textformatering av',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} คูณ {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'ตัวเลือกขนาดตาราง',
374
374
  'fabric.editor.tables.adjustColumn': 'ปรับเปลี่ยนคอลัมน์',
375
+ 'fabric.editor.tables.columnResizeLast': 'คุณสามารถปรับขนาดคอลัมน์นี้ไปทางด้านซ้ายเท่านั้น',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'คุณสามารถปรับขนาดคอลัมน์นี้ได้ในขณะที่ตารางมีแถบเลื่อนเท่านั้น',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, other {ความกว้างของคอลัมน์ถูกเปลี่ยนเป็น {width} พิกเซล}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'การลบ {nodeName} จะยุติทุกอย่างที่เชื่อมโยงอยู่',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'ลบ',
380
+ 'fabric.editor.tables.resizeStop': 'หยุดปรับขนาดแล้ว',
377
381
  'fabric.editor.tables.resizeTable': 'ปรับขนาดตาราง',
382
+ 'fabric.editor.tables.startedColumnResize': 'เริ่มปรับขนาดคอลัมน์แล้ว',
378
383
  'fabric.editor.task': 'งาน',
379
384
  'fabric.editor.taskPlaceholder': "พิมพ์ข้อความของคุณ ใช้ '@' เพื่อมอบหมายให้ผู้ใช้ที่คุณเลือก",
380
385
  'fabric.editor.text.formatting.off': 'ปิดการใช้รูปแบบข้อความ',
@@ -372,9 +372,13 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Tablo boyutu seçici',
374
374
  'fabric.editor.tables.adjustColumn': 'Sütunu ayarla',
375
+ 'fabric.editor.tables.columnResizeLast': 'Bu sütunu yalnızca sola doğru yeniden boyutlandırabilirsiniz.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Bu sütunu yalnızca tabloda kaydırma çubuğu varken yeniden boyutlandırabilirsiniz.',
375
377
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} düğümünün silinmesi, bu düğüme bağlı her şeyin bozulmasına neden olur.',
376
378
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Sil',
379
+ 'fabric.editor.tables.resizeStop': 'Yeniden boyutlandırma durduruldu',
377
380
  'fabric.editor.tables.resizeTable': 'Tabloyu yeniden boyutlandır',
381
+ 'fabric.editor.tables.startedColumnResize': 'Yeniden boyutlandırma başlatıldı',
378
382
  'fabric.editor.task': 'Görev',
379
383
  'fabric.editor.taskPlaceholder': "Yapılacak eylemi yazın, birine atamak için '@' kullanın.",
380
384
  'fabric.editor.text.formatting.off': 'Metin Biçimlendirmesi Kapalı',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} × {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Засіб вибору розміру таблиці',
374
374
  'fabric.editor.tables.adjustColumn': 'Налаштувати стовпець',
375
+ 'fabric.editor.tables.columnResizeLast': 'Ви можете змінити розмір тільки цього стовпця зліва.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Ви можете змінити розмір тільки цього стовпця, оскільки таблиця має панель прокрутки.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Ширину стовпця змінено на {width} пікселя} few {Ширину стовпця змінено на {width} пікселі} many {Ширину стовпця змінено на {width} пікселів} other {Ширину стовпця змінено на {width} пікселів}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Видалення розширення {nodeName} порушить роботу всього, що з ним пов’язано.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Видалити',
380
+ 'fabric.editor.tables.resizeStop': 'Змінення розміру зупинено',
377
381
  'fabric.editor.tables.resizeTable': 'Змінити розмір таблиці',
382
+ 'fabric.editor.tables.startedColumnResize': 'Змінення розміру стовпця розпочато',
378
383
  'fabric.editor.task': 'Завдання',
379
384
  'fabric.editor.taskPlaceholder': 'Вкажіть задачу. Призначте її комусь за допомогою символу «@».',
380
385
  'fabric.editor.text.formatting.off': 'Форматування тексту вимкнуто',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': 'Bộ chọn kích thước bảng',
374
374
  'fabric.editor.tables.adjustColumn': 'Điều chỉnh cột',
375
+ 'fabric.editor.tables.columnResizeLast': 'Bạn chỉ có thể thay đổi kích thước cột này sang trái.',
376
+ 'fabric.editor.tables.columnResizeOverflow': 'Bạn chỉ có thể thay đổi kích thước cột này khi bảng có thanh cuộn.',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, other {Đã thay đổi chiều rộng cột thành {width} pixel}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Việc xóa {nodeName} sẽ ngắt mọi nội dung được kết nối.',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Xóa',
380
+ 'fabric.editor.tables.resizeStop': 'Đã dừng thay đổi kích thước',
377
381
  'fabric.editor.tables.resizeTable': 'Thay đổi kích cỡ bảng',
382
+ 'fabric.editor.tables.startedColumnResize': 'Đã bắt đầu thay đổi kích thước cột',
378
383
  'fabric.editor.task': 'Tác vụ',
379
384
  'fabric.editor.taskPlaceholder': "Nhập thao tác của bạn, sử dụng '@' để chỉ định cho người nào đó.",
380
385
  'fabric.editor.text.formatting.off': 'Định dạng văn bản đang tắt',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': '表格大小选择器',
374
374
  'fabric.editor.tables.adjustColumn': '调整列',
375
+ 'fabric.editor.tables.columnResizeLast': '您只能向左调整此列的大小。',
376
+ 'fabric.editor.tables.columnResizeOverflow': '只有当表格有滚动条时,您才能调整此列的大小。',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, other {列宽已更改为 {width} 像素}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '删除 {nodeName} 将断开与其连接的所有内容。',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '删除',
380
+ 'fabric.editor.tables.resizeStop': '已停止调整大小',
377
381
  'fabric.editor.tables.resizeTable': '调整表格大小',
382
+ 'fabric.editor.tables.startedColumnResize': '已开始调整列大小',
378
383
  'fabric.editor.task': '任务',
379
384
  'fabric.editor.taskPlaceholder': '输入您的操作,使用“@”进行分配。',
380
385
  'fabric.editor.text.formatting.off': '文本格式已关闭',
@@ -372,9 +372,14 @@ var _default = exports.default = {
372
372
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} 乘以 {numberOfRows}',
373
373
  'fabric.editor.tableSizeSelectorPopup': '表格大小選取器',
374
374
  'fabric.editor.tables.adjustColumn': '調整欄',
375
+ 'fabric.editor.tables.columnResizeLast': '您只能重新調整此欄左側的大小。',
376
+ 'fabric.editor.tables.columnResizeOverflow': '您只能在表格有捲軸時重新調整此欄的大小。',
377
+ 'fabric.editor.tables.columnWidth': '{width, plural, other {欄寬已變更為 {width} 像素}}',
375
378
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
376
379
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '刪除',
380
+ 'fabric.editor.tables.resizeStop': '已停止調整大小',
377
381
  'fabric.editor.tables.resizeTable': '重新調整表格大小',
382
+ 'fabric.editor.tables.startedColumnResize': '已開始調整欄的大小',
378
383
  'fabric.editor.task': '任務',
379
384
  'fabric.editor.taskPlaceholder': '輸入動作,使用「@」以指派給他人。',
380
385
  'fabric.editor.text.formatting.off': '文字格式設定關閉',
@@ -16,7 +16,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
16
16
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
17
17
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
18
18
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
19
- var packageVersion = "78.26.1";
19
+ var packageVersion = "78.26.3";
20
20
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
21
21
  // Remove URL as it has UGC
22
22
  // TODO: Sanitise the URL instead of just removing it
@@ -22,7 +22,7 @@ var _templateObject, _templateObject2, _templateObject3;
22
22
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
23
23
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */
24
24
  var packageName = "@atlaskit/editor-common";
25
- var packageVersion = "78.26.1";
25
+ var packageVersion = "78.26.3";
26
26
  var halfFocusRing = 1;
27
27
  var dropOffset = '0, 8';
28
28
  var DropList = /*#__PURE__*/function (_Component) {
@@ -56,7 +56,7 @@ var timestampToString = exports.timestampToString = function timestampToString(t
56
56
  // example: "2018-01-23"
57
57
  var timestampToIsoFormat = exports.timestampToIsoFormat = function timestampToIsoFormat(timestamp) {
58
58
  var date = new Date(Number(timestamp));
59
- return "".concat(date.getUTCFullYear(), "-").concat(addLeadingZero(date.getUTCMonth() + 1), "-").concat(date.getUTCDate());
59
+ return "".concat(date.getUTCFullYear(), "-").concat(addLeadingZero(date.getUTCMonth() + 1), "-").concat(addLeadingZero(date.getUTCDate()));
60
60
  };
61
61
  var isPastDate = exports.isPastDate = function isPastDate(timestamp) {
62
62
  return (0, _isBefore.default)(new Date(Number(timestamp)), new Date(Number(todayTimestampInUTC())));
@@ -366,9 +366,14 @@ export default {
366
366
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} × {numberOfRows}',
367
367
  'fabric.editor.tableSizeSelectorPopup': 'Výběr velikosti tabulky',
368
368
  'fabric.editor.tables.adjustColumn': 'Upravit sloupec',
369
+ 'fabric.editor.tables.columnResizeLast': 'Velikost tohoto sloupce můžete změnit pouze směrem doleva.',
370
+ 'fabric.editor.tables.columnResizeOverflow': 'Velikost tohoto sloupce můžete změnit pouze v případě, že má tabulka posuvník.',
371
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Šířka sloupce byla změněna na {width} pixel.} few {Šířka sloupce byla změněna na {width} pixely.} many {Šířka sloupce byla změněna na {width} pixelu.} other {Šířka sloupce byla změněna na {width} pixelů.}}',
369
372
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Odstranění uzlu {nodeName} způsobí, že všechny k němu připojené položky přestanou fungovat.',
370
373
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstranit',
374
+ 'fabric.editor.tables.resizeStop': 'Změna velikosti byla zastavena.',
371
375
  'fabric.editor.tables.resizeTable': 'Změnit velikost tabulky',
376
+ 'fabric.editor.tables.startedColumnResize': 'Změna velikosti sloupce byla zahájena.',
372
377
  'fabric.editor.task': 'Úkol',
373
378
  'fabric.editor.taskPlaceholder': 'Napište svou akci a použitím „@“ ji někomu přidělte.',
374
379
  'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
@@ -366,9 +366,14 @@ export default {
366
366
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} af {numberOfRows}',
367
367
  'fabric.editor.tableSizeSelectorPopup': 'Vælger til tabelstørrelse',
368
368
  'fabric.editor.tables.adjustColumn': 'Tilpas kolonne',
369
+ 'fabric.editor.tables.columnResizeLast': 'Du kan kun ændre størrelsen på denne kolonne til venstre.',
370
+ 'fabric.editor.tables.columnResizeOverflow': 'Du kan kun ændre størrelsen på denne kolonne, mens tabellen har en rullebjælke.',
371
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Kolonnebredden blev ændret til {width} pixel} other {Kolonnebredden blev ændret til {width} pixels}}',
369
372
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, brydes forbindelsen til alt, der er forbundet til den.',
370
373
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Slet',
374
+ 'fabric.editor.tables.resizeStop': 'Stoppede med at ændre størrelse',
371
375
  'fabric.editor.tables.resizeTable': 'Tilpas størrelsen på tabellen',
376
+ 'fabric.editor.tables.startedColumnResize': 'Startede med at ændre størrelsen på kolonne',
372
377
  'fabric.editor.task': 'Opgave',
373
378
  'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
374
379
  'fabric.editor.text.formatting.off': 'Tekstformatering fra',
@@ -366,9 +366,14 @@ export default {
366
366
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} von {numberOfRows}',
367
367
  'fabric.editor.tableSizeSelectorPopup': 'Auswahl der Tabellengröße',
368
368
  'fabric.editor.tables.adjustColumn': 'Spalte anpassen',
369
+ 'fabric.editor.tables.columnResizeLast': 'Sie können die Größe dieser Spalte nur nach links ändern.',
370
+ 'fabric.editor.tables.columnResizeOverflow': 'Sie können die Größe dieser Spalte nur ändern, wenn die Tabelle eine Scrollleiste hat.',
371
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Die Spaltenbreite wurde auf {width} Pixel geändert} other {Die Spaltenbreite wurde auf {width} Pixel geändert}}',
369
372
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Durch das Löschen von {nodeName} werden alle damit verbundenen Elemente unbrauchbar.',
370
373
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Löschen',
374
+ 'fabric.editor.tables.resizeStop': 'Größenänderung beendet',
371
375
  'fabric.editor.tables.resizeTable': 'Tabellengröße ändern',
376
+ 'fabric.editor.tables.startedColumnResize': 'Größenänderung der Spalte gestartet',
372
377
  'fabric.editor.task': 'Task',
373
378
  'fabric.editor.taskPlaceholder': 'Geben Sie Ihre Aktion ein und weisen Sie sie mithilfe von „@” jemandem zu.',
374
379
  'fabric.editor.text.formatting.off': 'Textformatierung aus',
@@ -366,14 +366,12 @@ export default {
366
366
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} by {numberOfRows}',
367
367
  'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
368
368
  'fabric.editor.tables.adjustColumn': 'Adjust column',
369
- 'fabric.editor.tables.columnLeftResize': 'left',
370
369
  'fabric.editor.tables.columnResizeLast': 'You can only resize this column to the left.',
371
370
  'fabric.editor.tables.columnResizeOverflow': 'You can only resize this column while the table has a scroll bar.',
372
- 'fabric.editor.tables.columnRightResize': 'right',
373
- 'fabric.editor.tables.columnWidth': 'Column width was changed to {width} pixels',
371
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Column width was changed to {width} pixel} other {Column width was changed to {width} pixels}}',
374
372
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
375
373
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
376
- 'fabric.editor.tables.otherResize': 'Switched to the {direction} column resize',
374
+ 'fabric.editor.tables.otherResize': '{direction, select, left {Switched to the left column resize} right {Switched to the right column resize} other {}}',
377
375
  'fabric.editor.tables.resizeStop': 'Stopped resize',
378
376
  'fabric.editor.tables.resizeTable': 'Resize table',
379
377
  'fabric.editor.tables.startedColumnResize': 'Started column resize',
@@ -420,6 +418,8 @@ export default {
420
418
  'fabric.editor.urlDescription': 'Display link as URL',
421
419
  'fabric.editor.urlTitle': 'URL',
422
420
  'fabric.editor.useMarkdown': 'Use Markdown',
421
+ 'fabric.editor.viewAndAddCommentsOnMedia': 'View and add comments',
422
+ 'fabric.editor.viewCommentOnMedia': 'View comment',
423
423
  'fabric.editor.viewMore': 'View more',
424
424
  'fabric.editor.visit': 'Open link in a new window',
425
425
  'fabric.editor.warning': 'Warning',
@@ -366,14 +366,12 @@ export default {
366
366
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} by {numberOfRows}',
367
367
  'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
368
368
  'fabric.editor.tables.adjustColumn': 'Adjust column',
369
- 'fabric.editor.tables.columnLeftResize': 'left',
370
369
  'fabric.editor.tables.columnResizeLast': 'You can only resize this column to the left.',
371
370
  'fabric.editor.tables.columnResizeOverflow': 'You can only resize this column while the table has a scroll bar.',
372
- 'fabric.editor.tables.columnRightResize': 'right',
373
- 'fabric.editor.tables.columnWidth': 'Column width was changed to {width} pixels',
371
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Column width was changed to {width} pixel} other {Column width was changed to {width} pixels}}',
374
372
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
375
373
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
376
- 'fabric.editor.tables.otherResize': 'Switched to the {direction} column resize',
374
+ 'fabric.editor.tables.otherResize': '{direction, select, left {Switched to the left column resize} right {Switched to the right column resize} other {}}',
377
375
  'fabric.editor.tables.resizeStop': 'Stopped resize',
378
376
  'fabric.editor.tables.resizeTable': 'Resize table',
379
377
  'fabric.editor.tables.startedColumnResize': 'Started column resize',
@@ -420,6 +418,8 @@ export default {
420
418
  'fabric.editor.urlDescription': 'Display link as URL',
421
419
  'fabric.editor.urlTitle': 'URL',
422
420
  'fabric.editor.useMarkdown': 'Use Markdown',
421
+ 'fabric.editor.viewAndAddCommentsOnMedia': 'View and add comments',
422
+ 'fabric.editor.viewCommentOnMedia': 'View comment',
423
423
  'fabric.editor.viewMore': 'View more',
424
424
  'fabric.editor.visit': 'Open link in a new window',
425
425
  'fabric.editor.warning': 'Warning',