@atlaskit/editor-common 76.18.5 → 76.18.7

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 (140) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/cjs/i18n/cs.js +34 -0
  3. package/dist/cjs/i18n/da.js +80 -46
  4. package/dist/cjs/i18n/de.js +76 -42
  5. package/dist/cjs/i18n/en.js +34 -0
  6. package/dist/cjs/i18n/en_GB.js +34 -0
  7. package/dist/cjs/i18n/en_ZZ.js +34 -0
  8. package/dist/cjs/i18n/es.js +34 -0
  9. package/dist/cjs/i18n/fi.js +51 -17
  10. package/dist/cjs/i18n/fr.js +34 -0
  11. package/dist/cjs/i18n/hu.js +59 -25
  12. package/dist/cjs/i18n/it.js +70 -36
  13. package/dist/cjs/i18n/ja.js +56 -22
  14. package/dist/cjs/i18n/ko.js +58 -24
  15. package/dist/cjs/i18n/nb.js +61 -27
  16. package/dist/cjs/i18n/nl.js +34 -0
  17. package/dist/cjs/i18n/pl.js +35 -1
  18. package/dist/cjs/i18n/pt_BR.js +34 -0
  19. package/dist/cjs/i18n/ru.js +34 -0
  20. package/dist/cjs/i18n/sv.js +51 -17
  21. package/dist/cjs/i18n/th.js +63 -35
  22. package/dist/cjs/i18n/tr.js +36 -2
  23. package/dist/cjs/i18n/uk.js +45 -17
  24. package/dist/cjs/i18n/vi.js +54 -26
  25. package/dist/cjs/i18n/zh.js +34 -0
  26. package/dist/cjs/i18n/zh_TW.js +34 -0
  27. package/dist/cjs/monitoring/error.js +1 -1
  28. package/dist/cjs/ui/DropList/index.js +1 -1
  29. package/dist/cjs/ui/ErrorBoundary/index.js +0 -1
  30. package/dist/es2019/i18n/cs.js +34 -0
  31. package/dist/es2019/i18n/da.js +80 -46
  32. package/dist/es2019/i18n/de.js +76 -42
  33. package/dist/es2019/i18n/en.js +34 -0
  34. package/dist/es2019/i18n/en_GB.js +34 -0
  35. package/dist/es2019/i18n/en_ZZ.js +34 -0
  36. package/dist/es2019/i18n/es.js +34 -0
  37. package/dist/es2019/i18n/fi.js +51 -17
  38. package/dist/es2019/i18n/fr.js +34 -0
  39. package/dist/es2019/i18n/hu.js +59 -25
  40. package/dist/es2019/i18n/it.js +70 -36
  41. package/dist/es2019/i18n/ja.js +56 -22
  42. package/dist/es2019/i18n/ko.js +58 -24
  43. package/dist/es2019/i18n/nb.js +61 -27
  44. package/dist/es2019/i18n/nl.js +34 -0
  45. package/dist/es2019/i18n/pl.js +35 -1
  46. package/dist/es2019/i18n/pt_BR.js +34 -0
  47. package/dist/es2019/i18n/ru.js +34 -0
  48. package/dist/es2019/i18n/sv.js +51 -17
  49. package/dist/es2019/i18n/th.js +63 -35
  50. package/dist/es2019/i18n/tr.js +36 -2
  51. package/dist/es2019/i18n/uk.js +45 -17
  52. package/dist/es2019/i18n/vi.js +54 -26
  53. package/dist/es2019/i18n/zh.js +34 -0
  54. package/dist/es2019/i18n/zh_TW.js +34 -0
  55. package/dist/es2019/monitoring/error.js +1 -1
  56. package/dist/es2019/ui/DropList/index.js +1 -1
  57. package/dist/es2019/ui/ErrorBoundary/index.js +0 -1
  58. package/dist/esm/i18n/cs.js +34 -0
  59. package/dist/esm/i18n/da.js +80 -46
  60. package/dist/esm/i18n/de.js +76 -42
  61. package/dist/esm/i18n/en.js +34 -0
  62. package/dist/esm/i18n/en_GB.js +34 -0
  63. package/dist/esm/i18n/en_ZZ.js +34 -0
  64. package/dist/esm/i18n/es.js +34 -0
  65. package/dist/esm/i18n/fi.js +51 -17
  66. package/dist/esm/i18n/fr.js +34 -0
  67. package/dist/esm/i18n/hu.js +59 -25
  68. package/dist/esm/i18n/it.js +70 -36
  69. package/dist/esm/i18n/ja.js +56 -22
  70. package/dist/esm/i18n/ko.js +58 -24
  71. package/dist/esm/i18n/nb.js +61 -27
  72. package/dist/esm/i18n/nl.js +34 -0
  73. package/dist/esm/i18n/pl.js +35 -1
  74. package/dist/esm/i18n/pt_BR.js +34 -0
  75. package/dist/esm/i18n/ru.js +34 -0
  76. package/dist/esm/i18n/sv.js +51 -17
  77. package/dist/esm/i18n/th.js +63 -35
  78. package/dist/esm/i18n/tr.js +36 -2
  79. package/dist/esm/i18n/uk.js +45 -17
  80. package/dist/esm/i18n/vi.js +54 -26
  81. package/dist/esm/i18n/zh.js +34 -0
  82. package/dist/esm/i18n/zh_TW.js +34 -0
  83. package/dist/esm/monitoring/error.js +1 -1
  84. package/dist/esm/ui/DropList/index.js +1 -1
  85. package/dist/esm/ui/ErrorBoundary/index.js +0 -1
  86. package/dist/types/analytics/types/events.d.ts +1 -0
  87. package/dist/types/i18n/cs.d.ts +34 -0
  88. package/dist/types/i18n/da.d.ts +34 -0
  89. package/dist/types/i18n/de.d.ts +34 -0
  90. package/dist/types/i18n/en.d.ts +34 -0
  91. package/dist/types/i18n/en_GB.d.ts +34 -0
  92. package/dist/types/i18n/en_ZZ.d.ts +34 -0
  93. package/dist/types/i18n/es.d.ts +34 -0
  94. package/dist/types/i18n/fi.d.ts +34 -0
  95. package/dist/types/i18n/fr.d.ts +34 -0
  96. package/dist/types/i18n/hu.d.ts +34 -0
  97. package/dist/types/i18n/it.d.ts +34 -0
  98. package/dist/types/i18n/ja.d.ts +34 -0
  99. package/dist/types/i18n/ko.d.ts +34 -0
  100. package/dist/types/i18n/nb.d.ts +34 -0
  101. package/dist/types/i18n/nl.d.ts +34 -0
  102. package/dist/types/i18n/pl.d.ts +34 -0
  103. package/dist/types/i18n/pt_BR.d.ts +34 -0
  104. package/dist/types/i18n/ru.d.ts +34 -0
  105. package/dist/types/i18n/sv.d.ts +34 -0
  106. package/dist/types/i18n/th.d.ts +28 -0
  107. package/dist/types/i18n/tr.d.ts +34 -0
  108. package/dist/types/i18n/uk.d.ts +28 -0
  109. package/dist/types/i18n/vi.d.ts +28 -0
  110. package/dist/types/i18n/zh.d.ts +34 -0
  111. package/dist/types/i18n/zh_TW.d.ts +34 -0
  112. package/dist/types/types/feature-flags.d.ts +0 -10
  113. package/dist/types-ts4.5/analytics/types/events.d.ts +1 -0
  114. package/dist/types-ts4.5/i18n/cs.d.ts +34 -0
  115. package/dist/types-ts4.5/i18n/da.d.ts +34 -0
  116. package/dist/types-ts4.5/i18n/de.d.ts +34 -0
  117. package/dist/types-ts4.5/i18n/en.d.ts +34 -0
  118. package/dist/types-ts4.5/i18n/en_GB.d.ts +34 -0
  119. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +34 -0
  120. package/dist/types-ts4.5/i18n/es.d.ts +34 -0
  121. package/dist/types-ts4.5/i18n/fi.d.ts +34 -0
  122. package/dist/types-ts4.5/i18n/fr.d.ts +34 -0
  123. package/dist/types-ts4.5/i18n/hu.d.ts +34 -0
  124. package/dist/types-ts4.5/i18n/it.d.ts +34 -0
  125. package/dist/types-ts4.5/i18n/ja.d.ts +34 -0
  126. package/dist/types-ts4.5/i18n/ko.d.ts +34 -0
  127. package/dist/types-ts4.5/i18n/nb.d.ts +34 -0
  128. package/dist/types-ts4.5/i18n/nl.d.ts +34 -0
  129. package/dist/types-ts4.5/i18n/pl.d.ts +34 -0
  130. package/dist/types-ts4.5/i18n/pt_BR.d.ts +34 -0
  131. package/dist/types-ts4.5/i18n/ru.d.ts +34 -0
  132. package/dist/types-ts4.5/i18n/sv.d.ts +34 -0
  133. package/dist/types-ts4.5/i18n/th.d.ts +28 -0
  134. package/dist/types-ts4.5/i18n/tr.d.ts +34 -0
  135. package/dist/types-ts4.5/i18n/uk.d.ts +28 -0
  136. package/dist/types-ts4.5/i18n/vi.d.ts +28 -0
  137. package/dist/types-ts4.5/i18n/zh.d.ts +34 -0
  138. package/dist/types-ts4.5/i18n/zh_TW.d.ts +34 -0
  139. package/dist/types-ts4.5/types/feature-flags.d.ts +0 -10
  140. package/package.json +2 -2
@@ -25,9 +25,13 @@ export default {
25
25
  'fabric.editor.blockquote2': 'Citar',
26
26
  'fabric.editor.bold': 'Negrita',
27
27
  'fabric.editor.bug': 'Error',
28
+ 'fabric.editor.canNotSortTable': '⚠️ No puedes ordenar una tabla con celdas combinadas',
28
29
  'fabric.editor.cancelButton': 'Cancelar',
29
30
  'fabric.editor.captionPlaceholder': 'Añadir un subtítulo',
30
31
  'fabric.editor.cardFloatingControls': 'Opciones de tarjeta',
32
+ 'fabric.editor.cellBackground': 'Fondo de celda',
33
+ 'fabric.editor.cellOptions': 'Opciones de celda',
34
+ 'fabric.editor.clearCells': '{0, plural, one {Borrar celda} other {Borrar celdas}}',
31
35
  'fabric.editor.clearFormatting': 'Borrar formato',
32
36
  'fabric.editor.clearLink': 'Borrar enlace',
33
37
  'fabric.editor.clearLinkText': 'Borrar texto',
@@ -41,10 +45,12 @@ export default {
41
45
  'fabric.editor.codeblock': 'Fragmento de código',
42
46
  'fabric.editor.codeblock.description': 'Mostrar código con resaltado de sintaxis',
43
47
  'fabric.editor.collapseNode': 'contraer contenido',
48
+ 'fabric.editor.collapseTable': 'Contraer tabla',
44
49
  'fabric.editor.columns': 'Diseños',
45
50
  'fabric.editor.columns.description': 'Estructurar la página con secciones',
46
51
  'fabric.editor.copiedToClipboard': '¡Copiado!',
47
52
  'fabric.editor.copyToClipboard': 'Copiar',
53
+ 'fabric.editor.cornerControl': 'Destacar tabla',
48
54
  'fabric.editor.createComment': 'Comentar',
49
55
  'fabric.editor.createCommentInvalid': 'Solo puedes comentar en el texto y los encabezados',
50
56
  'fabric.editor.customPanel': 'Panel personalizado',
@@ -61,6 +67,7 @@ export default {
61
67
  'fabric.editor.displayLink': 'Mostrar como texto',
62
68
  'fabric.editor.displayOptionUnavailableInParentNode': 'Esta opción de visualización no se encuentra disponible en {node}',
63
69
  'fabric.editor.displayText': 'Texto para mostrar',
70
+ 'fabric.editor.distributeColumns': 'Distribuir columnas',
64
71
  'fabric.editor.ecombedDescription': 'Mostrar una vista previa interactiva de un enlace',
65
72
  'fabric.editor.edit.datasource': 'Editar consulta de búsqueda',
66
73
  'fabric.editor.editDateText': 'Editar fecha',
@@ -85,8 +92,14 @@ export default {
85
92
  'fabric.editor.expandDefaultTitle': 'Haz clic aquí para ampliar...',
86
93
  'fabric.editor.expandNode': 'Ampliar contenido',
87
94
  'fabric.editor.expandPlaceholder': 'Indica un nombre para esta expansión...',
95
+ 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Eliminando',
96
+ 'fabric.editor.extension.deleteElementTitle': 'Eliminar elemento',
97
+ 'fabric.editor.extension.sourceNoTitledName': 'este elemento',
88
98
  'fabric.editor.feedbackDialog': 'Enviar comentarios',
89
99
  'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor nuevo',
100
+ 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Eliminar también los elementos conectados',
101
+ 'fabric.editor.headerColumn': 'Columna de encabezado',
102
+ 'fabric.editor.headerRow': 'Fila de encabezado',
90
103
  'fabric.editor.heading1': 'Título 1',
91
104
  'fabric.editor.heading1Description': 'Úsalo en un título de nivel superior',
92
105
  'fabric.editor.heading2': 'Título 2',
@@ -120,12 +133,15 @@ export default {
120
133
  'fabric.editor.infoPanel.description': 'Destacar información en un panel de color',
121
134
  'fabric.editor.inlineDescription': 'Mostrar enlace como texto insertado',
122
135
  'fabric.editor.inlineTitle': 'Insertado',
136
+ 'fabric.editor.insertColumn': 'Insertar columna a la derecha',
123
137
  'fabric.editor.insertMenu': 'Insertar',
138
+ 'fabric.editor.insertRow': 'Insertar fila debajo',
124
139
  'fabric.editor.invalidLink': 'Introduce un enlace válido.',
125
140
  'fabric.editor.italic': 'Cursiva',
126
141
  'fabric.editor.layoutFixedWidth': 'Volver a centrar',
127
142
  'fabric.editor.layoutFullWidth': 'Usar ancho completo',
128
143
  'fabric.editor.layoutWide': 'Usar formato ancho',
144
+ 'fabric.editor.leftSidebar': 'Barra lateral izquierda',
129
145
  'fabric.editor.link': 'Vincular',
130
146
  'fabric.editor.link.description': 'Insertar un enlace',
131
147
  'fabric.editor.linkAddress': 'Dirección del enlace',
@@ -136,12 +152,14 @@ export default {
136
152
  'fabric.editor.mediaFiles.description': 'Añadir imágenes y otros archivos a la página',
137
153
  'fabric.editor.mention': 'Mención',
138
154
  'fabric.editor.mention.description': 'Mencionar a alguien para enviarle una notificación',
155
+ 'fabric.editor.mergeCells': 'Fusionar celdas',
139
156
  'fabric.editor.moreFormatting': 'Más formatos',
140
157
  'fabric.editor.navigate.toolbar.editor': 'Ve a la barra de herramientas del editor',
141
158
  'fabric.editor.navigate.toolbar.floating': 'Ve a la barra de herramientas flotante',
142
159
  'fabric.editor.normal': 'Texto normal',
143
160
  'fabric.editor.notePanel': 'Panel de notas',
144
161
  'fabric.editor.notePanel.description': 'Añadir una nota en un panel de color',
162
+ 'fabric.editor.numberedColumn': 'Columna numerada',
145
163
  'fabric.editor.off': '{formattingType} desactivado',
146
164
  'fabric.editor.on': '{formattingType} activado',
147
165
  'fabric.editor.openLink': 'Abrir el enlace en otra pestaña',
@@ -153,9 +171,17 @@ export default {
153
171
  'fabric.editor.placeholderText.description': 'Insertar un marcador de posición de texto en la página',
154
172
  'fabric.editor.redo': 'Rehacer',
155
173
  'fabric.editor.remove': 'Eliminar',
174
+ 'fabric.editor.removeColumns': '{0, plural, one {Eliminar columna} other {Eliminar columnas}}',
156
175
  'fabric.editor.removeEmoji': 'Eliminar emoji',
176
+ 'fabric.editor.removeRows': '{0, plural, one {Eliminar fila} other {Eliminar filas}}',
177
+ 'fabric.editor.rightSidebar': 'Barra lateral derecha',
178
+ 'fabric.editor.rowControl': 'Destacar fila',
157
179
  'fabric.editor.saveButton': 'Guardar',
158
180
  'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
181
+ 'fabric.editor.single': 'Una sola columna',
182
+ 'fabric.editor.sortColumnASC': 'Ordenar columna A → Z',
183
+ 'fabric.editor.sortColumnDESC': 'Ordenar columna Z → A',
184
+ 'fabric.editor.splitCell': 'Dividir celda',
159
185
  'fabric.editor.status': 'Estado',
160
186
  'fabric.editor.status.description': 'Añadir una etiqueta de estado personalizada',
161
187
  'fabric.editor.statusPlaceholder': 'Establecer un estado',
@@ -170,9 +196,16 @@ export default {
170
196
  'fabric.editor.superscript.off.subscript.on': 'Superíndice desactivado, subíndice activado',
171
197
  'fabric.editor.table': 'Tabla',
172
198
  'fabric.editor.table.description': 'Insertar una tabla',
199
+ 'fabric.editor.tableOptions': 'Opciones de tabla',
200
+ 'fabric.editor.tables.adjustColumn': 'Ajustar columna',
201
+ 'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
202
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar',
203
+ 'fabric.editor.tables.resizeTable': 'Cambiar tamaño de tabla',
173
204
  'fabric.editor.task': 'Tarea',
174
205
  'fabric.editor.text.formatting.off': 'Formato de texto desactivado',
175
206
  'fabric.editor.textStyles': 'Estilos de texto',
207
+ 'fabric.editor.threeColumns': 'Tres columnas',
208
+ 'fabric.editor.threeColumnsWithSidebars': 'Tres columnas con barras laterales',
176
209
  'fabric.editor.time.ago': 'antes',
177
210
  'fabric.editor.time.updated': 'Actualizado',
178
211
  'fabric.editor.time.viewed': 'Visto',
@@ -183,6 +216,7 @@ export default {
183
216
  'fabric.editor.tooltip.defaultBlockNode': 'un nodo de bloqueo',
184
217
  'fabric.editor.tooltip.nestedExpand': 'una expansión anidada',
185
218
  'fabric.editor.tooltip.taskList': 'un elemento de acción',
219
+ 'fabric.editor.twoColumns': 'Dos columnas',
186
220
  'fabric.editor.unableToOpenLink': 'No se puede abrir este enlace',
187
221
  'fabric.editor.underline': 'Subrayado',
188
222
  'fabric.editor.undo': 'Deshacer',
@@ -25,9 +25,13 @@ export default {
25
25
  'fabric.editor.blockquote2': 'Lainaa',
26
26
  'fabric.editor.bold': 'Lihavoitu',
27
27
  'fabric.editor.bug': 'Bugi',
28
+ 'fabric.editor.canNotSortTable': '⚠️ Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
28
29
  'fabric.editor.cancelButton': 'Peruuta',
29
30
  'fabric.editor.captionPlaceholder': 'Lisää kuvateksti',
30
31
  'fabric.editor.cardFloatingControls': 'Korttivaihtoehdot',
32
+ 'fabric.editor.cellBackground': 'Solun tausta',
33
+ 'fabric.editor.cellOptions': 'Soluvalinnat',
34
+ 'fabric.editor.clearCells': '{0, plural, one {Tyhjennä solu} other {Tyhjennä solua}}',
31
35
  'fabric.editor.clearFormatting': 'Tyhjennä muotoilu',
32
36
  'fabric.editor.clearLink': 'Tyhjennä linkki',
33
37
  'fabric.editor.clearLinkText': 'Tyhjennä teksti',
@@ -41,10 +45,12 @@ export default {
41
45
  'fabric.editor.codeblock': 'Koodipätkä',
42
46
  'fabric.editor.codeblock.description': 'Näytä koodi syntaksikorostuksen kanssa',
43
47
  'fabric.editor.collapseNode': 'piilota sisältö',
48
+ 'fabric.editor.collapseTable': 'Kutista taulukko',
44
49
  'fabric.editor.columns': 'Asettelut',
45
50
  'fabric.editor.columns.description': 'Jäsennä sivusi osioiden avulla',
46
51
  'fabric.editor.copiedToClipboard': 'Kopioitu!',
47
52
  'fabric.editor.copyToClipboard': 'Kopioi',
53
+ 'fabric.editor.cornerControl': 'Korosta taulu',
48
54
  'fabric.editor.createComment': 'Kommentoi',
49
55
  'fabric.editor.createCommentInvalid': 'Voit kommentoida vain tekstiä ja otsikoita',
50
56
  'fabric.editor.customPanel': 'Mukautettu paneeli',
@@ -61,6 +67,7 @@ export default {
61
67
  'fabric.editor.displayLink': 'Näytä tekstinä',
62
68
  'fabric.editor.displayOptionUnavailableInParentNode': 'Tämä näyttövaihtoehto ei ole saatavana solmussa {node}',
63
69
  'fabric.editor.displayText': 'Näytettävä teksti',
70
+ 'fabric.editor.distributeColumns': 'Jaa sarakkeet',
64
71
  'fabric.editor.ecombedDescription': 'Näytä linkin interaktiivinen esikatselu',
65
72
  'fabric.editor.edit.datasource': 'Muokkaa hakukyselyä',
66
73
  'fabric.editor.editDateText': 'Muokkaa päiväystä',
@@ -85,8 +92,14 @@ export default {
85
92
  'fabric.editor.expandDefaultTitle': 'Klikkaa tähän laajentaaksesi...',
86
93
  'fabric.editor.expandNode': 'Laajenna sisältöä',
87
94
  'fabric.editor.expandPlaceholder': 'Anna tälle laajennukselle otsikko...',
95
+ 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Poistetaan',
96
+ 'fabric.editor.extension.deleteElementTitle': 'Poista elementti',
97
+ 'fabric.editor.extension.sourceNoTitledName': 'tämä elementti',
88
98
  'fabric.editor.feedbackDialog': 'Anna palautetta',
89
99
  'fabric.editor.feedbackDialog.description': 'Kerro meille uuden muokkaajan käyttökokemuksestasi',
100
+ 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Poista myös liitetyt elementit',
101
+ 'fabric.editor.headerColumn': 'Otsikkosarake',
102
+ 'fabric.editor.headerRow': 'Otsikkorivi',
90
103
  'fabric.editor.heading1': 'Otsikko 1',
91
104
  'fabric.editor.heading1Description': 'Käytä tätä ylätason otsikossa',
92
105
  'fabric.editor.heading2': 'Otsikko 2',
@@ -120,12 +133,15 @@ export default {
120
133
  'fabric.editor.infoPanel.description': 'Korosta tietoja värillisessä paneelissa',
121
134
  'fabric.editor.inlineDescription': 'Näytä linkki sitoutuvana tekstinä',
122
135
  'fabric.editor.inlineTitle': 'Tekstiin sitoutuva',
136
+ 'fabric.editor.insertColumn': 'Lisää sarake oikealle',
123
137
  'fabric.editor.insertMenu': 'Lisää',
138
+ 'fabric.editor.insertRow': 'Lisää rivi alle',
124
139
  'fabric.editor.invalidLink': 'Anna käypä linkki.',
125
140
  'fabric.editor.italic': 'Kursivoitu',
126
141
  'fabric.editor.layoutFixedWidth': 'Takaisin keskelle',
127
142
  'fabric.editor.layoutFullWidth': 'Näytä koko leveydellä',
128
143
  'fabric.editor.layoutWide': 'Levennä',
144
+ 'fabric.editor.leftSidebar': 'Vasen sivupalkki',
129
145
  'fabric.editor.link': 'Linkki',
130
146
  'fabric.editor.link.description': 'Lisää linkki',
131
147
  'fabric.editor.linkAddress': 'Linkitä osoite',
@@ -136,12 +152,14 @@ export default {
136
152
  'fabric.editor.mediaFiles.description': 'Lisää kuvia ja muita tiedostoja sivullesi',
137
153
  'fabric.editor.mention': 'Maininta',
138
154
  'fabric.editor.mention.description': 'Merkitse joku henkilö lähettääksesi hänelle ilmoituksen',
155
+ 'fabric.editor.mergeCells': 'Yhdistä solut',
139
156
  'fabric.editor.moreFormatting': 'Lisää muotoilua',
140
157
  'fabric.editor.navigate.toolbar.editor': 'Siirry editorin työkalupalkkiin',
141
158
  'fabric.editor.navigate.toolbar.floating': 'Siirry kelluvaan työkalupalkkiin',
142
159
  'fabric.editor.normal': 'Normaali teksti',
143
160
  'fabric.editor.notePanel': 'Huomautuspaneeli',
144
161
  'fabric.editor.notePanel.description': 'Lisää huomautus värillisessä paneelissa',
162
+ 'fabric.editor.numberedColumn': 'Numeroitu sarake',
145
163
  'fabric.editor.off': '{formattingType} ei käytössä',
146
164
  'fabric.editor.on': '{formattingType} käytössä',
147
165
  'fabric.editor.openLink': 'Avaa linkki uudessa välilehdessä',
@@ -153,9 +171,17 @@ export default {
153
171
  'fabric.editor.placeholderText.description': 'Aseta tekstin paikkamerkki sivulle',
154
172
  'fabric.editor.redo': 'Tee uudelleen',
155
173
  'fabric.editor.remove': 'Poista',
174
+ 'fabric.editor.removeColumns': '{0, plural, one {Poista sarake} other {Poista sarakkeet}}',
156
175
  'fabric.editor.removeEmoji': 'Poista emoji',
176
+ 'fabric.editor.removeRows': '{0, plural, one {Poista rivi} other {Poista rivit}}',
177
+ 'fabric.editor.rightSidebar': 'Oikea sivupalkki',
178
+ 'fabric.editor.rowControl': 'Korosta rivi',
157
179
  'fabric.editor.saveButton': 'Tallenna',
158
180
  'fabric.editor.settingsLinks': 'Siirry Linkkivalintoihin',
181
+ 'fabric.editor.single': 'Yksittäinen sarake',
182
+ 'fabric.editor.sortColumnASC': 'Lajittele sarake nousevassa järjestyksessä',
183
+ 'fabric.editor.sortColumnDESC': 'Lajittele sarake laskevassa järjestyksessä',
184
+ 'fabric.editor.splitCell': 'Jaa solu',
159
185
  'fabric.editor.status': 'Tila',
160
186
  'fabric.editor.status.description': 'Lisää mukautettu tilan tunniste',
161
187
  'fabric.editor.statusPlaceholder': 'Aseta tila',
@@ -170,9 +196,16 @@ export default {
170
196
  'fabric.editor.superscript.off.subscript.on': 'Yläindeksi pois käytöstä, alaindeksi käytössä',
171
197
  'fabric.editor.table': 'Taulu',
172
198
  'fabric.editor.table.description': 'Lisää taulukko',
199
+ 'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
200
+ 'fabric.editor.tables.adjustColumn': 'Säädä saraketta',
201
+ 'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Solmun {nodeName} poistaminen rikkoo kaiken siihen yhdistetyn.',
202
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Poista',
203
+ 'fabric.editor.tables.resizeTable': 'Muuta taulukon kokoa',
173
204
  'fabric.editor.task': 'Tehtävä',
174
205
  'fabric.editor.text.formatting.off': 'Tekstin muotoilu pois käytöstä',
175
206
  'fabric.editor.textStyles': 'Tekstityylit',
207
+ 'fabric.editor.threeColumns': 'Kolme saraketta',
208
+ 'fabric.editor.threeColumnsWithSidebars': 'Kolme saraketta sivupalkkien kanssa',
176
209
  'fabric.editor.time.ago': 'sitten',
177
210
  'fabric.editor.time.updated': 'Päivitetty',
178
211
  'fabric.editor.time.viewed': 'Katseltu',
@@ -183,6 +216,7 @@ export default {
183
216
  'fabric.editor.tooltip.defaultBlockNode': 'lohkon solmu',
184
217
  'fabric.editor.tooltip.nestedExpand': 'sisäkkäinen laajennus',
185
218
  'fabric.editor.tooltip.taskList': 'toimintakohde',
219
+ 'fabric.editor.twoColumns': 'Kaksi saraketta',
186
220
  'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
187
221
  'fabric.editor.underline': 'Alleviivaus',
188
222
  'fabric.editor.undo': 'Kumoa',
@@ -201,7 +235,7 @@ export default {
201
235
  'fabric.editor.warningPanel.description': 'Lisää varoitus värillisessä paneelissa',
202
236
  'fabric.editor.wrapLeft': 'Rivitä vasemmalle',
203
237
  'fabric.editor.wrapRight': 'Rivitä oikealle',
204
- 'fabric.theme.blue': 'Blue',
238
+ 'fabric.theme.blue': 'Sininen',
205
239
  'fabric.theme.bold-blue': 'Tummansininen',
206
240
  'fabric.theme.bold-gray': 'Tummanharmaa',
207
241
  'fabric.theme.bold-green': 'Tummanvihreä',
@@ -225,22 +259,22 @@ export default {
225
259
  'fabric.theme.dark-green': 'Tummanvihreä',
226
260
  'fabric.theme.dark-purple': 'Tummanvioletti',
227
261
  'fabric.theme.dark-red': 'Tummanpunainen',
228
- 'fabric.theme.dark-teal': 'Tummansinivihreä',
262
+ 'fabric.theme.dark-teal': 'Tumma sinivihreä',
229
263
  'fabric.theme.dark-yellow': 'Tummankeltainen',
230
264
  'fabric.theme.default': 'Oletus',
231
- 'fabric.theme.gray': 'Gray',
232
- 'fabric.theme.green': 'Green',
233
- 'fabric.theme.light-blue': 'Light blue',
234
- 'fabric.theme.light-gray': 'Light gray',
235
- 'fabric.theme.light-green': 'Light green',
236
- 'fabric.theme.light-purple': 'Light purple',
237
- 'fabric.theme.light-red': 'Light red',
238
- 'fabric.theme.light-teal': 'Light teal',
239
- 'fabric.theme.light-yellow': 'Light yellow',
265
+ 'fabric.theme.gray': 'Harmaa',
266
+ 'fabric.theme.green': 'Vihreä',
267
+ 'fabric.theme.light-blue': 'Vaaleansininen',
268
+ 'fabric.theme.light-gray': 'Vaaleanharmaa',
269
+ 'fabric.theme.light-green': 'Vaaleanvihreä',
270
+ 'fabric.theme.light-purple': 'Vaaleanvioletti',
271
+ 'fabric.theme.light-red': 'Vaalea punainen',
272
+ 'fabric.theme.light-teal': 'Vaalea sinivihreä',
273
+ 'fabric.theme.light-yellow': 'Vaaleankeltainen',
240
274
  'fabric.theme.magenta': 'Magenta',
241
- 'fabric.theme.orange': 'Orange',
242
- 'fabric.theme.purple': 'Purple',
243
- 'fabric.theme.red': 'Red',
275
+ 'fabric.theme.orange': 'Oranssi',
276
+ 'fabric.theme.purple': 'Violetti',
277
+ 'fabric.theme.red': 'Punainen',
244
278
  'fabric.theme.subtle-blue': 'Vaaleansininen',
245
279
  'fabric.theme.subtle-gray': 'Vaaleanharmaa',
246
280
  'fabric.theme.subtle-green': 'Vaaleanvihreä',
@@ -250,7 +284,7 @@ export default {
250
284
  'fabric.theme.subtle-red': 'Vaalea punainen',
251
285
  'fabric.theme.subtle-teal': 'Vaalea sinivihreä',
252
286
  'fabric.theme.subtle-yellow': 'Vaaleankeltainen',
253
- 'fabric.theme.teal': 'Teal',
254
- 'fabric.theme.white': 'White',
255
- 'fabric.theme.yellow': 'Yellow'
287
+ 'fabric.theme.teal': 'Sinivihreä',
288
+ 'fabric.theme.white': 'Valkoinen',
289
+ 'fabric.theme.yellow': 'Keltainen'
256
290
  };
@@ -25,9 +25,13 @@ export default {
25
25
  'fabric.editor.blockquote2': 'Citation',
26
26
  'fabric.editor.bold': 'Gras',
27
27
  'fabric.editor.bug': 'Bug',
28
+ 'fabric.editor.canNotSortTable': '⚠️ Impossible de trier un tableau comportant des cellules fusionnées',
28
29
  'fabric.editor.cancelButton': 'Annuler',
29
30
  'fabric.editor.captionPlaceholder': 'Ajouter une légende',
30
31
  'fabric.editor.cardFloatingControls': 'Options de carte',
32
+ 'fabric.editor.cellBackground': 'Arrière-plan de la cellule',
33
+ 'fabric.editor.cellOptions': 'Options de la cellule',
34
+ 'fabric.editor.clearCells': '{0, plural, one {Effacer la cellule} other {Effacer les cellules}}',
31
35
  'fabric.editor.clearFormatting': 'Effacer la mise en forme',
32
36
  'fabric.editor.clearLink': 'Effacer le lien',
33
37
  'fabric.editor.clearLinkText': 'Effacer le texte',
@@ -41,10 +45,12 @@ export default {
41
45
  'fabric.editor.codeblock': 'Extrait de code (snippet)',
42
46
  'fabric.editor.codeblock.description': 'Insérer du code avec coloration syntaxique',
43
47
  'fabric.editor.collapseNode': 'Réduire le contenu',
48
+ 'fabric.editor.collapseTable': 'Réduire le tableau',
44
49
  'fabric.editor.columns': 'Mises en page',
45
50
  'fabric.editor.columns.description': 'Organiser votre page en sections',
46
51
  'fabric.editor.copiedToClipboard': 'Copié !',
47
52
  'fabric.editor.copyToClipboard': 'Copier',
53
+ 'fabric.editor.cornerControl': 'Mettre le tableau en surbrillance',
48
54
  'fabric.editor.createComment': 'Commenter',
49
55
  'fabric.editor.createCommentInvalid': 'Vous pouvez uniquement commenter du texte et des titres',
50
56
  'fabric.editor.customPanel': 'Volet personnalisé',
@@ -61,6 +67,7 @@ export default {
61
67
  'fabric.editor.displayLink': 'Afficher sous forme de texte',
62
68
  'fabric.editor.displayOptionUnavailableInParentNode': "Cette option d'affichage n'est pas disponible dans {node}",
63
69
  'fabric.editor.displayText': 'Texte à afficher',
70
+ 'fabric.editor.distributeColumns': 'Répartir entre les colonnes',
64
71
  'fabric.editor.ecombedDescription': "Affichez un aperçu interactif d'un lien",
65
72
  'fabric.editor.edit.datasource': 'Modifier la requête de recherche',
66
73
  'fabric.editor.editDateText': 'Modifier la date',
@@ -85,8 +92,14 @@ export default {
85
92
  'fabric.editor.expandDefaultTitle': 'Cliquez ici pour développer...',
86
93
  'fabric.editor.expandNode': 'Développer le contenu',
87
94
  'fabric.editor.expandPlaceholder': 'Donnez un titre à cette zone plus large…',
95
+ 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Suppression',
96
+ 'fabric.editor.extension.deleteElementTitle': 'Supprimer un élément',
97
+ 'fabric.editor.extension.sourceNoTitledName': 'cet élément',
88
98
  'fabric.editor.feedbackDialog': 'Donner votre avis',
89
99
  'fabric.editor.feedbackDialog.description': 'Dites-nous ce que vous pensez du nouvel éditeur',
100
+ 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Supprimer également les éléments connectés',
101
+ 'fabric.editor.headerColumn': "Colonne de l'en-tête",
102
+ 'fabric.editor.headerRow': "Ligne d'en-tête",
90
103
  'fabric.editor.heading1': 'En-tête 1',
91
104
  'fabric.editor.heading1Description': 'Utilisez ceci pour définir un titre principal',
92
105
  'fabric.editor.heading2': 'En-tête 2',
@@ -120,12 +133,15 @@ export default {
120
133
  'fabric.editor.infoPanel.description': 'Mettre en valeur des informations dans un cadre coloré',
121
134
  'fabric.editor.inlineDescription': 'Affichez le lien sous forme de texte sur la même ligne',
122
135
  'fabric.editor.inlineTitle': 'Sur la même ligne',
136
+ 'fabric.editor.insertColumn': 'Insérer une colonne à droite',
123
137
  'fabric.editor.insertMenu': 'Insertion',
138
+ 'fabric.editor.insertRow': 'Insérer une ligne en dessous',
124
139
  'fabric.editor.invalidLink': 'Veuillez saisir un lien valide.',
125
140
  'fabric.editor.italic': 'Italique',
126
141
  'fabric.editor.layoutFixedWidth': 'Centrer à nouveau',
127
142
  'fabric.editor.layoutFullWidth': 'Passer en mode pleine largeur',
128
143
  'fabric.editor.layoutWide': 'Passer en mode élargi',
144
+ 'fabric.editor.leftSidebar': 'Barre latérale de gauche',
129
145
  'fabric.editor.link': 'Lien',
130
146
  'fabric.editor.link.description': 'Insérer un lien',
131
147
  'fabric.editor.linkAddress': 'Adresse du lien',
@@ -136,12 +152,14 @@ export default {
136
152
  'fabric.editor.mediaFiles.description': "Ajoutez des images et d'autres fichiers à votre page",
137
153
  'fabric.editor.mention': 'Mention',
138
154
  'fabric.editor.mention.description': 'Mentionner une personne pour lui envoyer une notification',
155
+ 'fabric.editor.mergeCells': 'Fusionner les cellules',
139
156
  'fabric.editor.moreFormatting': 'Plus de formatage',
140
157
  'fabric.editor.navigate.toolbar.editor': "Accéder à la barre d'outils de l'éditeur",
141
158
  'fabric.editor.navigate.toolbar.floating': "Accéder à la barre d'outils flottante",
142
159
  'fabric.editor.normal': 'Texte normal',
143
160
  'fabric.editor.notePanel': 'Volet de notes',
144
161
  'fabric.editor.notePanel.description': 'Ajouter une note dans un cadre coloré',
162
+ 'fabric.editor.numberedColumn': 'Colonne numérotée',
145
163
  'fabric.editor.off': '{formattingType} désactivé(e)',
146
164
  'fabric.editor.on': '{formattingType} activé',
147
165
  'fabric.editor.openLink': 'Ouvrir le lien dans un nouvel onglet',
@@ -153,9 +171,17 @@ export default {
153
171
  'fabric.editor.placeholderText.description': 'Insérer un espace réservé pour du texte dans la page',
154
172
  'fabric.editor.redo': 'Rétablir',
155
173
  'fabric.editor.remove': 'Supprimer',
174
+ 'fabric.editor.removeColumns': '{0, plural, one {Supprimer la colonne} other {Supprimer les colonnes}}',
156
175
  'fabric.editor.removeEmoji': "Supprimer l'émoticône",
176
+ 'fabric.editor.removeRows': '{0, plural, one {Supprimer la ligne} other {Supprimer les lignes}}',
177
+ 'fabric.editor.rightSidebar': 'Barre latérale de droite',
178
+ 'fabric.editor.rowControl': 'Mettre la ligne en surbrillance',
157
179
  'fabric.editor.saveButton': 'Enregistrer',
158
180
  'fabric.editor.settingsLinks': 'Accéder aux préférences des liens',
181
+ 'fabric.editor.single': 'Colonne unique',
182
+ 'fabric.editor.sortColumnASC': 'Trier la colonne de A à Z',
183
+ 'fabric.editor.sortColumnDESC': 'Trier la colonne de Z à A',
184
+ 'fabric.editor.splitCell': 'Partager la cellule',
159
185
  'fabric.editor.status': 'État',
160
186
  'fabric.editor.status.description': "Ajouter une étiquette d'état personnalisée",
161
187
  'fabric.editor.statusPlaceholder': 'Définir un état',
@@ -170,9 +196,16 @@ export default {
170
196
  'fabric.editor.superscript.off.subscript.on': 'Exposant désactivé, indice activé',
171
197
  'fabric.editor.table': 'Tableau',
172
198
  'fabric.editor.table.description': 'Insérer un tableau',
199
+ 'fabric.editor.tableOptions': 'Options du tableau',
200
+ 'fabric.editor.tables.adjustColumn': 'Ajuster la colonne',
201
+ 'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Si vous supprimez {nodeName}, tous les éléments qui y sont connectés deviendront inexploitables.',
202
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Supprimer',
203
+ 'fabric.editor.tables.resizeTable': 'Redimensionner le tableau',
173
204
  'fabric.editor.task': 'Tâche',
174
205
  'fabric.editor.text.formatting.off': 'Mise en forme du texte désactivée',
175
206
  'fabric.editor.textStyles': 'Styles de texte',
207
+ 'fabric.editor.threeColumns': 'Trois colonnes',
208
+ 'fabric.editor.threeColumnsWithSidebars': 'Trois colonnes avec barres latérales',
176
209
  'fabric.editor.time.ago': 'Il y a',
177
210
  'fabric.editor.time.updated': 'Mise à jour',
178
211
  'fabric.editor.time.viewed': 'Consultation',
@@ -183,6 +216,7 @@ export default {
183
216
  'fabric.editor.tooltip.defaultBlockNode': 'un nœud de bloc',
184
217
  'fabric.editor.tooltip.nestedExpand': 'une extension imbriquée',
185
218
  'fabric.editor.tooltip.taskList': 'une mesure',
219
+ 'fabric.editor.twoColumns': 'Deux colonnes',
186
220
  'fabric.editor.unableToOpenLink': "Impossible d'ouvrir ce lien",
187
221
  'fabric.editor.underline': 'Souligner',
188
222
  'fabric.editor.undo': 'Annuler',
@@ -25,9 +25,13 @@ export default {
25
25
  'fabric.editor.blockquote2': 'Idézés',
26
26
  'fabric.editor.bold': 'Félkövér',
27
27
  'fabric.editor.bug': 'Hiba',
28
+ 'fabric.editor.canNotSortTable': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
28
29
  'fabric.editor.cancelButton': 'Mégse',
29
30
  'fabric.editor.captionPlaceholder': 'Képaláírás hozzáadása',
30
31
  'fabric.editor.cardFloatingControls': 'Kártya beállításai',
32
+ 'fabric.editor.cellBackground': 'Cella háttere',
33
+ 'fabric.editor.cellOptions': 'Cellabeállítások',
34
+ 'fabric.editor.clearCells': '{0, plural, one {Cella tartalmának törlése} other {Cellák tartalmának törlése}}',
31
35
  'fabric.editor.clearFormatting': 'Formázás törlése',
32
36
  'fabric.editor.clearLink': 'Hivatkozás törlése',
33
37
  'fabric.editor.clearLinkText': 'Szöveg törlése',
@@ -41,10 +45,12 @@ export default {
41
45
  'fabric.editor.codeblock': 'Kódrészlet',
42
46
  'fabric.editor.codeblock.description': 'Kód megjelenítése szintaxiskiemeléssel',
43
47
  'fabric.editor.collapseNode': 'tartalom összecsukása',
48
+ 'fabric.editor.collapseTable': 'Táblázat összecsukása',
44
49
  'fabric.editor.columns': 'Elrendezések',
45
50
  'fabric.editor.columns.description': 'Az oldal rendszerezése szakaszok használatával',
46
51
  'fabric.editor.copiedToClipboard': 'Másolva!',
47
52
  'fabric.editor.copyToClipboard': 'Másolás',
53
+ 'fabric.editor.cornerControl': 'Táblázat kijelölése',
48
54
  'fabric.editor.createComment': 'Megjegyzés',
49
55
  'fabric.editor.createCommentInvalid': 'Csak szöveghez és fejléchez fűzhetsz megjegyzést',
50
56
  'fabric.editor.customPanel': 'Egyéni panel',
@@ -61,6 +67,7 @@ export default {
61
67
  'fabric.editor.displayLink': 'Megjelenítés szövegként',
62
68
  'fabric.editor.displayOptionUnavailableInParentNode': 'Ez a megjelenítési lehetőség nem érhető el itt: {node}',
63
69
  'fabric.editor.displayText': 'Megjelenítendő szöveg',
70
+ 'fabric.editor.distributeColumns': 'Oszlopok felosztása',
64
71
  'fabric.editor.ecombedDescription': 'Link interaktív előnézetének megjelenítése',
65
72
  'fabric.editor.edit.datasource': 'Keresési lekérdezés szerkesztése',
66
73
  'fabric.editor.editDateText': 'Dátum szerkesztése',
@@ -85,8 +92,14 @@ export default {
85
92
  'fabric.editor.expandDefaultTitle': 'Kattints ide a kibontáshoz…',
86
93
  'fabric.editor.expandNode': 'Tartalom kibontása',
87
94
  'fabric.editor.expandPlaceholder': 'Adj címet ennek a kibontásnak…',
95
+ 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Törlés',
96
+ 'fabric.editor.extension.deleteElementTitle': 'Elem törlése',
97
+ 'fabric.editor.extension.sourceNoTitledName': 'ez az elem',
88
98
  'fabric.editor.feedbackDialog': 'Visszajelzés küldése',
89
99
  'fabric.editor.feedbackDialog.description': 'Számolj be nekünk az új szerkesztő használata során szerzett tapasztalataidról',
100
+ 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'A kapcsolódó elemek is törlődjenek',
101
+ 'fabric.editor.headerColumn': 'Fejlécoszlop',
102
+ 'fabric.editor.headerRow': 'Fejlécsor',
90
103
  'fabric.editor.heading1': '1. szintű címsor',
91
104
  'fabric.editor.heading1Description': 'Használja ezt legfelsőbb szintű címsorhoz',
92
105
  'fabric.editor.heading2': '2. szintű címsor',
@@ -120,12 +133,15 @@ export default {
120
133
  'fabric.editor.infoPanel.description': 'Információ kiemelése színes panelen',
121
134
  'fabric.editor.inlineDescription': 'Link megjelenítése beágyazott szövegként',
122
135
  'fabric.editor.inlineTitle': 'Beágyazott',
136
+ 'fabric.editor.insertColumn': 'Oszlop beszúrása jobbra',
123
137
  'fabric.editor.insertMenu': 'Beszúrás',
138
+ 'fabric.editor.insertRow': 'Sor beszúrása alább',
124
139
  'fabric.editor.invalidLink': 'Adj meg egy érvényes linket.',
125
140
  'fabric.editor.italic': 'Dőlt',
126
141
  'fabric.editor.layoutFixedWidth': 'Vissza a középponthoz',
127
142
  'fabric.editor.layoutFullWidth': 'Teljes szélességű nézet',
128
143
  'fabric.editor.layoutWide': 'Széles nézet',
144
+ 'fabric.editor.leftSidebar': 'Bal oldali oldalsáv',
129
145
  'fabric.editor.link': 'Hivatkozás',
130
146
  'fabric.editor.link.description': 'Hivatkozás beillesztése',
131
147
  'fabric.editor.linkAddress': 'Hivatkozás címe',
@@ -136,12 +152,14 @@ export default {
136
152
  'fabric.editor.mediaFiles.description': 'Képek és egyéb fájlok hozzáadása az oldalhoz',
137
153
  'fabric.editor.mention': 'Említés',
138
154
  'fabric.editor.mention.description': 'A kívánt személy említése értesítés küldéséhez',
155
+ 'fabric.editor.mergeCells': 'Cellák egyesítése',
139
156
  'fabric.editor.moreFormatting': 'További formázási lehetőségek',
140
157
  'fabric.editor.navigate.toolbar.editor': 'Navigálás a szerkesztési eszköztárhoz',
141
158
  'fabric.editor.navigate.toolbar.floating': 'Navigálás a lebegő eszköztárhoz',
142
159
  'fabric.editor.normal': 'Normál szöveg',
143
160
  'fabric.editor.notePanel': 'Megjegyzéspanel',
144
161
  'fabric.editor.notePanel.description': 'Jegyzet hozzáadása színes panelen',
162
+ 'fabric.editor.numberedColumn': 'Számozott oszlop',
145
163
  'fabric.editor.off': '{formattingType} kikapcsolva',
146
164
  'fabric.editor.on': '{formattingType} bekapcsolva',
147
165
  'fabric.editor.openLink': 'Hivatkozás megnyitása új lapon',
@@ -153,9 +171,17 @@ export default {
153
171
  'fabric.editor.placeholderText.description': 'Szöveges helyőrző beillesztése az oldalra',
154
172
  'fabric.editor.redo': 'Ismét',
155
173
  'fabric.editor.remove': 'Eltávolítás',
174
+ 'fabric.editor.removeColumns': '{0, plural, one {Oszlop törlése} other {Oszlopok törlése}}',
156
175
  'fabric.editor.removeEmoji': 'Emoji eltávolítása',
176
+ 'fabric.editor.removeRows': '{0, plural, one {Sor törlése} other {Sorok törlése}}',
177
+ 'fabric.editor.rightSidebar': 'Jobb oldali oldalsáv',
178
+ 'fabric.editor.rowControl': 'Sor kijelölése',
157
179
  'fabric.editor.saveButton': 'Mentés',
158
180
  'fabric.editor.settingsLinks': 'Ugrás a linkbeállításokhoz',
181
+ 'fabric.editor.single': 'Egy oszlop',
182
+ 'fabric.editor.sortColumnASC': 'Oszlop rendezése: A → Z',
183
+ 'fabric.editor.sortColumnDESC': 'Oszlop rendezése: Z → A',
184
+ 'fabric.editor.splitCell': 'Cella felosztása',
159
185
  'fabric.editor.status': 'Állapot',
160
186
  'fabric.editor.status.description': 'Egyéni állapotcímke hozzáadása',
161
187
  'fabric.editor.statusPlaceholder': 'Állapot beállítása',
@@ -170,9 +196,16 @@ export default {
170
196
  'fabric.editor.superscript.off.subscript.on': 'Felső index kikapcsolva, alsó index bekapcsolva',
171
197
  'fabric.editor.table': 'Táblázat',
172
198
  'fabric.editor.table.description': 'Táblázat beszúrása',
199
+ 'fabric.editor.tableOptions': 'Táblázatbeállítások',
200
+ 'fabric.editor.tables.adjustColumn': 'Oszlop igazítása',
201
+ 'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Ha törlöd a(z) {nodeName} csomópontot, a hozzá kapcsolódó elemek sem fognak működni.',
202
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Törlés',
203
+ 'fabric.editor.tables.resizeTable': 'Táblázat átméretezése',
173
204
  'fabric.editor.task': 'Feladat',
174
205
  'fabric.editor.text.formatting.off': 'Szövegformázás kikapcsolva',
175
206
  'fabric.editor.textStyles': 'Szövegstílusok',
207
+ 'fabric.editor.threeColumns': 'Három oszlop',
208
+ 'fabric.editor.threeColumnsWithSidebars': 'Három oszlop oldalsávval',
176
209
  'fabric.editor.time.ago': 'ezelőtt',
177
210
  'fabric.editor.time.updated': 'Frissítve',
178
211
  'fabric.editor.time.viewed': 'Megtekintve',
@@ -183,6 +216,7 @@ export default {
183
216
  'fabric.editor.tooltip.defaultBlockNode': 'blokk csomópont',
184
217
  'fabric.editor.tooltip.nestedExpand': 'beágyazott kibontás',
185
218
  'fabric.editor.tooltip.taskList': 'műveleti elem',
219
+ 'fabric.editor.twoColumns': 'Két oszlop',
186
220
  'fabric.editor.unableToOpenLink': 'Nem lehet megnyitni ezt a linket',
187
221
  'fabric.editor.underline': 'Aláhúzott',
188
222
  'fabric.editor.undo': 'Visszavonás',
@@ -201,7 +235,7 @@ export default {
201
235
  'fabric.editor.warningPanel.description': 'Figyelmeztető megjegyzés hozzáadása színes panelen',
202
236
  'fabric.editor.wrapLeft': 'Balra igazítás',
203
237
  'fabric.editor.wrapRight': 'Jobbra igazítás',
204
- 'fabric.theme.blue': 'Blue',
238
+ 'fabric.theme.blue': 'Kék',
205
239
  'fabric.theme.bold-blue': 'Harsánykék',
206
240
  'fabric.theme.bold-gray': 'Harsányszürke',
207
241
  'fabric.theme.bold-green': 'Harsányzöld',
@@ -209,7 +243,7 @@ export default {
209
243
  'fabric.theme.bold-orange': 'Harsány narancssárga',
210
244
  'fabric.theme.bold-purple': 'Harsánylila',
211
245
  'fabric.theme.bold-red': 'Harsánypiros',
212
- 'fabric.theme.bold-teal': 'Harsány türkizkék',
246
+ 'fabric.theme.bold-teal': 'Harsány zöldeskék',
213
247
  'fabric.theme.bold-yellow': 'Harsánysárga',
214
248
  'fabric.theme.bolder-blue': 'Harsányabb kék',
215
249
  'fabric.theme.bolder-gray': 'Harsányabb szürke',
@@ -218,29 +252,29 @@ export default {
218
252
  'fabric.theme.bolder-orange': 'Harsányabb narancssárga',
219
253
  'fabric.theme.bolder-purple': 'Harsányabb lila',
220
254
  'fabric.theme.bolder-red': 'Harsányabb piros',
221
- 'fabric.theme.bolder-teal': 'Harsányabb türkizkék',
255
+ 'fabric.theme.bolder-teal': 'Harsányabb zöldeskék',
222
256
  'fabric.theme.bolder-yellow': 'Harsányabb sárga',
223
- 'fabric.theme.dark-blue': 'Dark blue',
257
+ 'fabric.theme.dark-blue': 'Sötétkék',
224
258
  'fabric.theme.dark-gray': 'Sötétszürke',
225
- 'fabric.theme.dark-green': 'Dark green',
226
- 'fabric.theme.dark-purple': 'Dark purple',
227
- 'fabric.theme.dark-red': 'Dark red',
228
- 'fabric.theme.dark-teal': 'Dark teal',
229
- 'fabric.theme.dark-yellow': 'Dark yellow',
259
+ 'fabric.theme.dark-green': 'Sötétzöld',
260
+ 'fabric.theme.dark-purple': 'Sötétlila',
261
+ 'fabric.theme.dark-red': 'Sötétvörös',
262
+ 'fabric.theme.dark-teal': 'Sötét zöldeskék',
263
+ 'fabric.theme.dark-yellow': 'Sötétsárga',
230
264
  'fabric.theme.default': 'Alapértelmezett',
231
- 'fabric.theme.gray': 'Gray',
232
- 'fabric.theme.green': 'Green',
233
- 'fabric.theme.light-blue': 'Light blue',
234
- 'fabric.theme.light-gray': 'Light gray',
235
- 'fabric.theme.light-green': 'Light green',
236
- 'fabric.theme.light-purple': 'Light purple',
237
- 'fabric.theme.light-red': 'Light red',
238
- 'fabric.theme.light-teal': 'Light teal',
239
- 'fabric.theme.light-yellow': 'Light yellow',
265
+ 'fabric.theme.gray': 'Szürke',
266
+ 'fabric.theme.green': 'Zöld',
267
+ 'fabric.theme.light-blue': 'Világoskék',
268
+ 'fabric.theme.light-gray': 'Világosszürke',
269
+ 'fabric.theme.light-green': 'Világoszöld',
270
+ 'fabric.theme.light-purple': 'Világoslila',
271
+ 'fabric.theme.light-red': 'Világospiros',
272
+ 'fabric.theme.light-teal': 'Világos zöldeskék',
273
+ 'fabric.theme.light-yellow': 'Világossárga',
240
274
  'fabric.theme.magenta': 'Magenta',
241
- 'fabric.theme.orange': 'Orange',
242
- 'fabric.theme.purple': 'Purple',
243
- 'fabric.theme.red': 'Red',
275
+ 'fabric.theme.orange': 'Narancssárga',
276
+ 'fabric.theme.purple': 'Lila',
277
+ 'fabric.theme.red': 'Piros',
244
278
  'fabric.theme.subtle-blue': 'Fakókék',
245
279
  'fabric.theme.subtle-gray': 'Halványszürke',
246
280
  'fabric.theme.subtle-green': 'Fakózöld',
@@ -248,9 +282,9 @@ export default {
248
282
  'fabric.theme.subtle-orange': 'Fakó narancssárga',
249
283
  'fabric.theme.subtle-purple': 'Fakólila',
250
284
  'fabric.theme.subtle-red': 'Fakópiros',
251
- 'fabric.theme.subtle-teal': 'Fakó türkizkék',
285
+ 'fabric.theme.subtle-teal': 'Fakó zöldeskék',
252
286
  'fabric.theme.subtle-yellow': 'Fakósárga',
253
- 'fabric.theme.teal': 'Teal',
254
- 'fabric.theme.white': 'White',
255
- 'fabric.theme.yellow': 'Yellow'
287
+ 'fabric.theme.teal': 'Zöldeskék',
288
+ 'fabric.theme.white': 'Fehér',
289
+ 'fabric.theme.yellow': 'Sárga'
256
290
  };