@atlaskit/editor-common 80.4.1 → 80.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/cjs/i18n/cs.js +35 -10
- package/dist/cjs/i18n/da.js +35 -10
- package/dist/cjs/i18n/de.js +36 -11
- package/dist/cjs/i18n/en.js +36 -10
- package/dist/cjs/i18n/en_GB.js +36 -10
- package/dist/cjs/i18n/en_ZZ.js +37 -11
- package/dist/cjs/i18n/es.js +35 -10
- package/dist/cjs/i18n/fi.js +35 -10
- package/dist/cjs/i18n/fr.js +35 -10
- package/dist/cjs/i18n/hu.js +35 -10
- package/dist/cjs/i18n/it.js +35 -10
- package/dist/cjs/i18n/ja.js +35 -10
- package/dist/cjs/i18n/ko.js +35 -10
- package/dist/cjs/i18n/nb.js +35 -10
- package/dist/cjs/i18n/nl.js +35 -10
- package/dist/cjs/i18n/pl.js +35 -10
- package/dist/cjs/i18n/pt_BR.js +35 -10
- package/dist/cjs/i18n/ru.js +35 -10
- package/dist/cjs/i18n/sv.js +35 -10
- package/dist/cjs/i18n/th.js +35 -10
- package/dist/cjs/i18n/tr.js +35 -10
- package/dist/cjs/i18n/uk.js +35 -10
- package/dist/cjs/i18n/vi.js +35 -10
- package/dist/cjs/i18n/zh.js +35 -10
- package/dist/cjs/i18n/zh_TW.js +35 -10
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +35 -10
- package/dist/es2019/i18n/da.js +35 -10
- package/dist/es2019/i18n/de.js +36 -11
- package/dist/es2019/i18n/en.js +36 -10
- package/dist/es2019/i18n/en_GB.js +36 -10
- package/dist/es2019/i18n/en_ZZ.js +37 -11
- package/dist/es2019/i18n/es.js +35 -10
- package/dist/es2019/i18n/fi.js +35 -10
- package/dist/es2019/i18n/fr.js +35 -10
- package/dist/es2019/i18n/hu.js +35 -10
- package/dist/es2019/i18n/it.js +35 -10
- package/dist/es2019/i18n/ja.js +35 -10
- package/dist/es2019/i18n/ko.js +35 -10
- package/dist/es2019/i18n/nb.js +35 -10
- package/dist/es2019/i18n/nl.js +35 -10
- package/dist/es2019/i18n/pl.js +35 -10
- package/dist/es2019/i18n/pt_BR.js +35 -10
- package/dist/es2019/i18n/ru.js +35 -10
- package/dist/es2019/i18n/sv.js +35 -10
- package/dist/es2019/i18n/th.js +35 -10
- package/dist/es2019/i18n/tr.js +35 -10
- package/dist/es2019/i18n/uk.js +35 -10
- package/dist/es2019/i18n/vi.js +35 -10
- package/dist/es2019/i18n/zh.js +35 -10
- package/dist/es2019/i18n/zh_TW.js +35 -10
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +35 -10
- package/dist/esm/i18n/da.js +35 -10
- package/dist/esm/i18n/de.js +36 -11
- package/dist/esm/i18n/en.js +36 -10
- package/dist/esm/i18n/en_GB.js +36 -10
- package/dist/esm/i18n/en_ZZ.js +37 -11
- package/dist/esm/i18n/es.js +35 -10
- package/dist/esm/i18n/fi.js +35 -10
- package/dist/esm/i18n/fr.js +35 -10
- package/dist/esm/i18n/hu.js +35 -10
- package/dist/esm/i18n/it.js +35 -10
- package/dist/esm/i18n/ja.js +35 -10
- package/dist/esm/i18n/ko.js +35 -10
- package/dist/esm/i18n/nb.js +35 -10
- package/dist/esm/i18n/nl.js +35 -10
- package/dist/esm/i18n/pl.js +35 -10
- package/dist/esm/i18n/pt_BR.js +35 -10
- package/dist/esm/i18n/ru.js +35 -10
- package/dist/esm/i18n/sv.js +35 -10
- package/dist/esm/i18n/th.js +35 -10
- package/dist/esm/i18n/tr.js +35 -10
- package/dist/esm/i18n/uk.js +35 -10
- package/dist/esm/i18n/vi.js +35 -10
- package/dist/esm/i18n/zh.js +35 -10
- package/dist/esm/i18n/zh_TW.js +35 -10
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/insert-events.d.ts +1 -0
- package/dist/types/extensions/types/extension-handler.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +25 -0
- package/dist/types/i18n/da.d.ts +25 -0
- package/dist/types/i18n/de.d.ts +25 -0
- package/dist/types/i18n/en.d.ts +26 -0
- package/dist/types/i18n/en_GB.d.ts +26 -0
- package/dist/types/i18n/en_ZZ.d.ts +26 -0
- package/dist/types/i18n/es.d.ts +25 -0
- package/dist/types/i18n/fi.d.ts +25 -0
- package/dist/types/i18n/fr.d.ts +25 -0
- package/dist/types/i18n/hu.d.ts +25 -0
- package/dist/types/i18n/it.d.ts +25 -0
- package/dist/types/i18n/ja.d.ts +25 -0
- package/dist/types/i18n/ko.d.ts +25 -0
- package/dist/types/i18n/nb.d.ts +25 -0
- package/dist/types/i18n/nl.d.ts +25 -0
- package/dist/types/i18n/pl.d.ts +25 -0
- package/dist/types/i18n/pt_BR.d.ts +25 -0
- package/dist/types/i18n/ru.d.ts +25 -0
- package/dist/types/i18n/sv.d.ts +25 -0
- package/dist/types/i18n/th.d.ts +25 -0
- package/dist/types/i18n/tr.d.ts +25 -0
- package/dist/types/i18n/uk.d.ts +25 -0
- package/dist/types/i18n/vi.d.ts +25 -0
- package/dist/types/i18n/zh.d.ts +25 -0
- package/dist/types/i18n/zh_TW.d.ts +25 -0
- package/dist/types-ts4.5/analytics/types/insert-events.d.ts +1 -0
- package/dist/types-ts4.5/extensions/types/extension-handler.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +25 -0
- package/dist/types-ts4.5/i18n/da.d.ts +25 -0
- package/dist/types-ts4.5/i18n/de.d.ts +25 -0
- package/dist/types-ts4.5/i18n/en.d.ts +26 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +26 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +26 -0
- package/dist/types-ts4.5/i18n/es.d.ts +25 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +25 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +25 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +25 -0
- package/dist/types-ts4.5/i18n/it.d.ts +25 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +25 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +25 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +25 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +25 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +25 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +25 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +25 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +25 -0
- package/dist/types-ts4.5/i18n/th.d.ts +25 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +25 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +25 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +25 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +25 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +25 -0
- package/package.json +5 -5
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -20,7 +20,8 @@ var _default = exports.default = {
|
|
|
20
20
|
'fabric.editor.addColumnRight': 'Añadir columna a la derecha',
|
|
21
21
|
'fabric.editor.addCommentOnMedia': 'Añadir comentario',
|
|
22
22
|
'fabric.editor.addImageBorder': 'Añadir borde',
|
|
23
|
-
'fabric.editor.addLoomVideo': '
|
|
23
|
+
'fabric.editor.addLoomVideo': 'Grabar un vídeo de Loom',
|
|
24
|
+
'fabric.editor.addLoomVideoComment': 'Grabar un comentario de vídeo de Loom',
|
|
24
25
|
'fabric.editor.addMediaFiles': 'Añadir imagen, vídeo o archivo',
|
|
25
26
|
'fabric.editor.addRowAbove': 'Añadir fila arriba',
|
|
26
27
|
'fabric.editor.addRowBelow': 'Añadir fila abajo',
|
|
@@ -30,6 +31,8 @@ var _default = exports.default = {
|
|
|
30
31
|
'fabric.editor.alignImageRight': 'Alinear a la derecha',
|
|
31
32
|
'fabric.editor.alignLeft': 'Alinear a la izquierda',
|
|
32
33
|
'fabric.editor.alignRight': 'Alinear a la derecha',
|
|
34
|
+
'fabric.editor.alignTableCenter': 'Centrar',
|
|
35
|
+
'fabric.editor.alignTableLeft': 'Alinear a la izquierda',
|
|
33
36
|
'fabric.editor.alignment': 'Alineación de texto',
|
|
34
37
|
'fabric.editor.altText': 'Texto alternativo',
|
|
35
38
|
'fabric.editor.alttext.validation': 'Elimina los caracteres especiales en texto alternativo.',
|
|
@@ -73,6 +76,8 @@ var _default = exports.default = {
|
|
|
73
76
|
'fabric.editor.columnDragHandle': 'Opciones de columna',
|
|
74
77
|
'fabric.editor.columns': 'Diseños',
|
|
75
78
|
'fabric.editor.columns.description': 'Estructurar la página con secciones',
|
|
79
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {Se ha insertado una columna} other {Se han insertado {count} columnas}}',
|
|
80
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {Se ha eliminado la columna} other {Se han eliminado {count} columnas}}',
|
|
76
81
|
'fabric.editor.configFailedToLoad': 'No se pudo cargar',
|
|
77
82
|
'fabric.editor.configPanel.cancel': 'Cancelar',
|
|
78
83
|
'fabric.editor.configPanel.close': 'Cerrar',
|
|
@@ -192,6 +197,7 @@ var _default = exports.default = {
|
|
|
192
197
|
'fabric.editor.floatingToolbar.confirmModalOK': 'Aceptar',
|
|
193
198
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Se han abierto los controles de la barra de herramientas flotante',
|
|
194
199
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra de herramientas flotante',
|
|
200
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Opciones de diseño',
|
|
195
201
|
'fabric.editor.floatingToolbar.scrollLeft': 'Desplazarse a la izquierda',
|
|
196
202
|
'fabric.editor.floatingToolbar.scrollRight': 'Desplazarse a la derecha',
|
|
197
203
|
'fabric.editor.focusTableResizeHandle': 'Controlador de cambio de tamaño de la tabla centrado',
|
|
@@ -209,15 +215,20 @@ var _default = exports.default = {
|
|
|
209
215
|
'fabric.editor.heading5Description': 'Úsalo para agrupar elementos de una lista',
|
|
210
216
|
'fabric.editor.heading6': 'Título 6',
|
|
211
217
|
'fabric.editor.heading6Description': 'Úsalo en títulos de nivel inferior',
|
|
218
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Ordenar columna de la Z a la A',
|
|
219
|
+
'fabric.editor.headingLink.descOrderLabel': 'Borrar orden',
|
|
212
220
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
213
221
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Error',
|
|
214
222
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Incidencia',
|
|
215
223
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Página',
|
|
216
224
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historia',
|
|
217
225
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tarea',
|
|
226
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ No puedes ordenar una tabla con celdas combinadas',
|
|
227
|
+
'fabric.editor.headingLink.noOrderLabel': 'Ordenar columna de la A a la Z',
|
|
218
228
|
'fabric.editor.help': 'Ayuda',
|
|
219
229
|
'fabric.editor.help.description': 'Navegar por todos los atajos de teclado y opciones de markdown',
|
|
220
230
|
'fabric.editor.helpDialogTips': 'Pulsa {keyMap} para abrir este diálogo con rapidez en cualquier momento',
|
|
231
|
+
'fabric.editor.highlight': 'Color de resaltado',
|
|
221
232
|
'fabric.editor.horizontalRule': 'Divisor',
|
|
222
233
|
'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
|
|
223
234
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Pegar o buscar el enlace',
|
|
@@ -257,13 +268,14 @@ var _default = exports.default = {
|
|
|
257
268
|
'fabric.editor.layoutFixedWidth': 'Volver a centrar',
|
|
258
269
|
'fabric.editor.layoutFullWidth': 'Usar ancho completo',
|
|
259
270
|
'fabric.editor.layoutWide': 'Usar formato ancho',
|
|
260
|
-
'fabric.editor.leftSidebar': '
|
|
271
|
+
'fabric.editor.leftSidebar': 'Diseño de la barra lateral izquierda',
|
|
261
272
|
'fabric.editor.link': 'Vincular',
|
|
262
273
|
'fabric.editor.link.description': 'Insertar un enlace',
|
|
263
274
|
'fabric.editor.linkAddress': 'Dirección del enlace',
|
|
264
275
|
'fabric.editor.linkPlaceholder': 'Pegar enlace',
|
|
265
276
|
'fabric.editor.lists': 'Listas',
|
|
266
277
|
'fabric.editor.listsFormat': 'Formato de lista',
|
|
278
|
+
'fabric.editor.lockColumns': 'Anchuras de columna fijas',
|
|
267
279
|
'fabric.editor.markdown': 'Markdown',
|
|
268
280
|
'fabric.editor.matchCase': 'Coincidir mayúsculas y minúsculas',
|
|
269
281
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Ancho de multimedia reducido a {newMediaWidth,number} píxel.} other {Ancho de multimedia reducido a {newMediaWidth,number} píxeles.}}',
|
|
@@ -324,7 +336,7 @@ var _default = exports.default = {
|
|
|
324
336
|
'fabric.editor.plainText': 'Usar texto sin formato',
|
|
325
337
|
'fabric.editor.quickInsert': 'Inserción rápida',
|
|
326
338
|
'fabric.editor.recordVideo': 'Grabar un vídeo de Loom',
|
|
327
|
-
'fabric.editor.recordVideo.description': 'Graba tu pantalla y
|
|
339
|
+
'fabric.editor.recordVideo.description': 'Graba y comparte tu pantalla y tus ideas',
|
|
328
340
|
'fabric.editor.redo': 'Rehacer',
|
|
329
341
|
'fabric.editor.remove': 'Eliminar',
|
|
330
342
|
'fabric.editor.removeColumns': '{0, plural, one {Eliminar columna} other {Eliminar columnas}}',
|
|
@@ -337,9 +349,11 @@ var _default = exports.default = {
|
|
|
337
349
|
'fabric.editor.replaceWith': 'Reemplazar por',
|
|
338
350
|
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}',
|
|
339
351
|
'fabric.editor.richText': 'Usar texto enriquecido',
|
|
340
|
-
'fabric.editor.rightSidebar': '
|
|
352
|
+
'fabric.editor.rightSidebar': 'Diseño de la barra lateral derecha',
|
|
341
353
|
'fabric.editor.rowControl': 'Destacar fila',
|
|
342
354
|
'fabric.editor.rowDragHandle': 'Opciones de fila',
|
|
355
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {Se ha insertado una fila} other {Se han insertado {count} filas}}',
|
|
356
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {Se ha eliminado la fila} other {Se han eliminado {count} filas}}',
|
|
343
357
|
'fabric.editor.saveButton': 'Guardar',
|
|
344
358
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} resultado de búsqueda disponible. Usa las teclas de flecha arriba y abajo para navegar entre las opciones. Pulsa Intro para seleccionar una opción.} other {{itemsLength,number} resultados de búsqueda disponible. Usa las teclas de flecha arriba y abajo para navegar entre las opciones. Pulsa Intro para seleccionar una opción.}}',
|
|
345
359
|
'fabric.editor.selectColumnResize': 'Selecciona la opción para cambiar el tamaño de la columna',
|
|
@@ -348,7 +362,7 @@ var _default = exports.default = {
|
|
|
348
362
|
'fabric.editor.selectTableRow': 'Selecciona la fila de la tabla',
|
|
349
363
|
'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
|
|
350
364
|
'fabric.editor.shortcut': 'Atajo de texto',
|
|
351
|
-
'fabric.editor.single': '
|
|
365
|
+
'fabric.editor.single': 'Diseño de columna única',
|
|
352
366
|
'fabric.editor.sortColumnASC': 'Ordenar columna A → Z',
|
|
353
367
|
'fabric.editor.sortColumnDESC': 'Ordenar columna Z → A',
|
|
354
368
|
'fabric.editor.sortColumnDecreasing': 'Ordenar en descendente',
|
|
@@ -370,7 +384,13 @@ var _default = exports.default = {
|
|
|
370
384
|
'fabric.editor.supportAltText': 'El texto alternativo es útil para aquellas personas que utilicen lectores de pantalla debido a limitaciones visuales.',
|
|
371
385
|
'fabric.editor.table': 'Tabla',
|
|
372
386
|
'fabric.editor.table.description': 'Insertar una tabla',
|
|
387
|
+
'fabric.editor.tableAlignmentOptions': 'Opciones de alineación',
|
|
373
388
|
'fabric.editor.tableFullWidthLabel': 'Anchura completa',
|
|
389
|
+
'fabric.editor.tableHeader.sorting.asc': 'Se ha aplicado el orden ascendente',
|
|
390
|
+
'fabric.editor.tableHeader.sorting.default': 'Ordenar la columna',
|
|
391
|
+
'fabric.editor.tableHeader.sorting.desc': 'Se ha aplicado el orden descendente',
|
|
392
|
+
'fabric.editor.tableHeader.sorting.invalid': 'No puedes ordenar una tabla con celdas combinadas',
|
|
393
|
+
'fabric.editor.tableHeader.sorting.no': 'No hay ningún orden aplicado a la columna',
|
|
374
394
|
'fabric.editor.tableOptions': 'Opciones de tabla',
|
|
375
395
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Ancho de la tabla reducido a {newWidth,number} píxel.} other {Ancho de la tabla reducido a {newWidth,number} píxeles.}}',
|
|
376
396
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Ancho de la tabla aumentado a {newWidth,number} píxel.} other {Ancho de la tabla aumentado a {newWidth,number} píxeles.}}',
|
|
@@ -390,11 +410,13 @@ var _default = exports.default = {
|
|
|
390
410
|
'fabric.editor.task': 'Tarea',
|
|
391
411
|
'fabric.editor.taskPlaceholder': 'Escribe la acción y usa "@" para asignársela a alguien.',
|
|
392
412
|
'fabric.editor.text.formatting.off': 'Formato de texto desactivado',
|
|
393
|
-
'fabric.editor.textColor': 'Color
|
|
413
|
+
'fabric.editor.textColor': 'Color de texto {selectedColorName}',
|
|
414
|
+
'fabric.editor.textColorTooltip': 'Color del texto',
|
|
394
415
|
'fabric.editor.textFormatting': 'Formato de texto',
|
|
395
|
-
'fabric.editor.textStyles': 'Estilos de texto',
|
|
396
|
-
'fabric.editor.
|
|
397
|
-
'fabric.editor.
|
|
416
|
+
'fabric.editor.textStyles': 'Estilos de texto {blockTypeName}',
|
|
417
|
+
'fabric.editor.textStylesTooltip': 'Estilos de texto',
|
|
418
|
+
'fabric.editor.threeColumns': 'Diseño de tres columnas',
|
|
419
|
+
'fabric.editor.threeColumnsWithSidebars': 'Tres columnas con diseño de barras laterales',
|
|
398
420
|
'fabric.editor.time.ago': 'antes',
|
|
399
421
|
'fabric.editor.time.updated': 'Actualizado',
|
|
400
422
|
'fabric.editor.time.viewed': 'Visto',
|
|
@@ -406,7 +428,7 @@ var _default = exports.default = {
|
|
|
406
428
|
'fabric.editor.tooltip.defaultBlockNode': 'un nodo de bloqueo',
|
|
407
429
|
'fabric.editor.tooltip.nestedExpand': 'una expansión anidada',
|
|
408
430
|
'fabric.editor.tooltip.taskList': 'un elemento de acción',
|
|
409
|
-
'fabric.editor.twoColumns': '
|
|
431
|
+
'fabric.editor.twoColumns': 'Diseño de dos columnas',
|
|
410
432
|
'fabric.editor.typeAhead.popupLabel': 'Resultados de escritura predictiva',
|
|
411
433
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Comienza a escribir para buscar o filtrar opciones de atajos de teclado',
|
|
412
434
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Atajos de teclado para inserciones y formato',
|
|
@@ -416,6 +438,7 @@ var _default = exports.default = {
|
|
|
416
438
|
'fabric.editor.typeahead.mentionInputLabel': 'Comienza a escribir para buscar usuarios que etiquetar',
|
|
417
439
|
'fabric.editor.typeahead.mentionPopupLabel': 'Usuarios a los que puedes etiquetar',
|
|
418
440
|
'fabric.editor.typeahead.metionListItemLabel': 'Usuario {name} @{shortName}',
|
|
441
|
+
'fabric.editor.unLockColumns': 'Anchuras de columna variables',
|
|
419
442
|
'fabric.editor.unableToLoadContent': 'No hemos podido cargar este contenido',
|
|
420
443
|
'fabric.editor.unableToOpenLink': 'No se puede abrir este enlace',
|
|
421
444
|
'fabric.editor.underline': 'Subrayado',
|
|
@@ -477,7 +500,9 @@ var _default = exports.default = {
|
|
|
477
500
|
'fabric.theme.light-red': 'Rojo claro',
|
|
478
501
|
'fabric.theme.light-teal': 'Verde azulado claro',
|
|
479
502
|
'fabric.theme.light-yellow': 'Amarillo claro',
|
|
503
|
+
'fabric.theme.lime': 'Lima',
|
|
480
504
|
'fabric.theme.magenta': 'Magenta',
|
|
505
|
+
'fabric.theme.no-color': 'Eliminar resaltado',
|
|
481
506
|
'fabric.theme.orange': 'Naranja',
|
|
482
507
|
'fabric.theme.purple': 'Morado',
|
|
483
508
|
'fabric.theme.red': 'Rojo',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -20,7 +20,8 @@ var _default = exports.default = {
|
|
|
20
20
|
'fabric.editor.addColumnRight': 'Lisää sarake oikealle',
|
|
21
21
|
'fabric.editor.addCommentOnMedia': 'Lisää kommentti',
|
|
22
22
|
'fabric.editor.addImageBorder': 'Lisää reuna',
|
|
23
|
-
'fabric.editor.addLoomVideo': '
|
|
23
|
+
'fabric.editor.addLoomVideo': 'Kuvaa Loom-video',
|
|
24
|
+
'fabric.editor.addLoomVideoComment': 'Luo Loom-videokommentti',
|
|
24
25
|
'fabric.editor.addMediaFiles': 'Lisää kuva, video tai tiedosto',
|
|
25
26
|
'fabric.editor.addRowAbove': 'Lisää rivi yläpuolelle',
|
|
26
27
|
'fabric.editor.addRowBelow': 'Lisää rivi alapuolelle',
|
|
@@ -30,6 +31,8 @@ var _default = exports.default = {
|
|
|
30
31
|
'fabric.editor.alignImageRight': 'Tasaa oikealle',
|
|
31
32
|
'fabric.editor.alignLeft': 'Tasaa vasemmalle',
|
|
32
33
|
'fabric.editor.alignRight': 'Tasaa oikealle',
|
|
34
|
+
'fabric.editor.alignTableCenter': 'Tasaa keskelle',
|
|
35
|
+
'fabric.editor.alignTableLeft': 'Tasaa vasemmalle',
|
|
33
36
|
'fabric.editor.alignment': 'Tekstin tasaus',
|
|
34
37
|
'fabric.editor.altText': 'Alt-teksti',
|
|
35
38
|
'fabric.editor.alttext.validation': 'Poista erikoismerkit vaihtoehtoisesta tekstistä.',
|
|
@@ -73,6 +76,8 @@ var _default = exports.default = {
|
|
|
73
76
|
'fabric.editor.columnDragHandle': 'Sarakeasetukset',
|
|
74
77
|
'fabric.editor.columns': 'Asettelut',
|
|
75
78
|
'fabric.editor.columns.description': 'Jäsennä sivusi osioiden avulla',
|
|
79
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {Sarake on lisätty} other {{count} saraketta on lisätty}}',
|
|
80
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {Sarake on poistettu} other {{count} saraketta on poistettu}}',
|
|
76
81
|
'fabric.editor.configFailedToLoad': 'Ei voitu ladata',
|
|
77
82
|
'fabric.editor.configPanel.cancel': 'Peruuta',
|
|
78
83
|
'fabric.editor.configPanel.close': 'Sulje',
|
|
@@ -192,6 +197,7 @@ var _default = exports.default = {
|
|
|
192
197
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
193
198
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Kelluvan työkalupalkin valinnat on avattu',
|
|
194
199
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Kelluva työkalupalkki',
|
|
200
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Asetteluvaihtoehdot',
|
|
195
201
|
'fabric.editor.floatingToolbar.scrollLeft': 'Vieritä vasemmalle',
|
|
196
202
|
'fabric.editor.floatingToolbar.scrollRight': 'Vieritä oikealle',
|
|
197
203
|
'fabric.editor.focusTableResizeHandle': 'Taulukon fokusoinnin muutoskahva',
|
|
@@ -209,15 +215,20 @@ var _default = exports.default = {
|
|
|
209
215
|
'fabric.editor.heading5Description': 'Käytä tätä luettelon kohteiden ryhmittelyyn',
|
|
210
216
|
'fabric.editor.heading6': 'Otsikko 6',
|
|
211
217
|
'fabric.editor.heading6Description': 'Käytä tätä alatason otsikoissa',
|
|
218
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Lajittele sarake Ö–A',
|
|
219
|
+
'fabric.editor.headingLink.descOrderLabel': 'Tyhjennä lajittelu',
|
|
212
220
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogi',
|
|
213
221
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bugi',
|
|
214
222
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Asia',
|
|
215
223
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Sivu',
|
|
216
224
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Tarina',
|
|
217
225
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tehtävä',
|
|
226
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
|
|
227
|
+
'fabric.editor.headingLink.noOrderLabel': 'Lajittele sarake A–Ö',
|
|
218
228
|
'fabric.editor.help': 'Ohje',
|
|
219
229
|
'fabric.editor.help.description': 'Selaa kaikkia pikanäppäimiä ja Markdown-vaihtoehtoja',
|
|
220
230
|
'fabric.editor.helpDialogTips': 'Paina {keyMap}-näppäintä, jotta voit nopeasti avata tämän dialogin koska tahansa',
|
|
231
|
+
'fabric.editor.highlight': 'Korostusväri',
|
|
221
232
|
'fabric.editor.horizontalRule': 'Jakaja',
|
|
222
233
|
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
223
234
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Liitä tai hae linkki',
|
|
@@ -257,13 +268,14 @@ var _default = exports.default = {
|
|
|
257
268
|
'fabric.editor.layoutFixedWidth': 'Takaisin keskelle',
|
|
258
269
|
'fabric.editor.layoutFullWidth': 'Näytä koko leveydellä',
|
|
259
270
|
'fabric.editor.layoutWide': 'Levennä',
|
|
260
|
-
'fabric.editor.leftSidebar': '
|
|
271
|
+
'fabric.editor.leftSidebar': 'Vasemman sivupalkin asettelu',
|
|
261
272
|
'fabric.editor.link': 'Linkki',
|
|
262
273
|
'fabric.editor.link.description': 'Lisää linkki',
|
|
263
274
|
'fabric.editor.linkAddress': 'Linkitä osoite',
|
|
264
275
|
'fabric.editor.linkPlaceholder': 'Liimaa linkki',
|
|
265
276
|
'fabric.editor.lists': 'Luettelot',
|
|
266
277
|
'fabric.editor.listsFormat': 'Luettelon muotoilu',
|
|
278
|
+
'fabric.editor.lockColumns': 'Kiinteät sarakkeiden leveydet',
|
|
267
279
|
'fabric.editor.markdown': 'Markdown-merkintäkieli',
|
|
268
280
|
'fabric.editor.matchCase': 'Sovita aakkoslaji',
|
|
269
281
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Median leveys vähennettiin {newMediaWidth,number} pikseliin.} other {Median leveys vähennettiin {newMediaWidth,number} pikseliin.}}',
|
|
@@ -324,7 +336,7 @@ var _default = exports.default = {
|
|
|
324
336
|
'fabric.editor.plainText': 'Käytä perustekstiä',
|
|
325
337
|
'fabric.editor.quickInsert': 'Pikalisäys',
|
|
326
338
|
'fabric.editor.recordVideo': 'Kuvaa Loom-video',
|
|
327
|
-
'fabric.editor.recordVideo.description': 'Tallenna näyttösi ja
|
|
339
|
+
'fabric.editor.recordVideo.description': 'Tallenna ja jaa näyttösi ja ajatuksesi',
|
|
328
340
|
'fabric.editor.redo': 'Tee uudelleen',
|
|
329
341
|
'fabric.editor.remove': 'Poista',
|
|
330
342
|
'fabric.editor.removeColumns': '{0, plural, one {Poista sarake} other {Poista sarakkeet}}',
|
|
@@ -337,9 +349,11 @@ var _default = exports.default = {
|
|
|
337
349
|
'fabric.editor.replaceWith': 'Korvaa kohteella',
|
|
338
350
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
339
351
|
'fabric.editor.richText': 'Käytä rikastettua tekstiä',
|
|
340
|
-
'fabric.editor.rightSidebar': '
|
|
352
|
+
'fabric.editor.rightSidebar': 'Oikean sivupalkin asettelu',
|
|
341
353
|
'fabric.editor.rowControl': 'Korosta rivi',
|
|
342
354
|
'fabric.editor.rowDragHandle': 'Riviasetukset',
|
|
355
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {Rivi on lisätty} other {{count} riviä on lisätty}}',
|
|
356
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {Rivi on poistettu} other {{count} riviä on poistettu}}',
|
|
343
357
|
'fabric.editor.saveButton': 'Tallenna',
|
|
344
358
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} hakutulos saatavilla. Selaa vaihtoehtoja nuoli ylös- ja nuoli alas ‑näppäimillä. Valitse vaihtoehto painamalla Enter-näppäintä.} other {{itemsLength,number} hakutulosta saatavilla. Selaa vaihtoehtoja nuoli ylös- ja nuoli alas ‑näppäimillä. Valitse vaihtoehto painamalla Enter-näppäintä.}}',
|
|
345
359
|
'fabric.editor.selectColumnResize': 'Valitse sarakkeen koon muuttaminen',
|
|
@@ -348,7 +362,7 @@ var _default = exports.default = {
|
|
|
348
362
|
'fabric.editor.selectTableRow': 'Valitse taulukkorivi',
|
|
349
363
|
'fabric.editor.settingsLinks': 'Siirry Linkkivalintoihin',
|
|
350
364
|
'fabric.editor.shortcut': 'Tekstipikalinkki',
|
|
351
|
-
'fabric.editor.single': '
|
|
365
|
+
'fabric.editor.single': 'Yhden sarakkeen asettelu',
|
|
352
366
|
'fabric.editor.sortColumnASC': 'Lajittele sarake nousevassa järjestyksessä',
|
|
353
367
|
'fabric.editor.sortColumnDESC': 'Lajittele sarake laskevassa järjestyksessä',
|
|
354
368
|
'fabric.editor.sortColumnDecreasing': 'Laskeva lajittelu',
|
|
@@ -370,7 +384,13 @@ var _default = exports.default = {
|
|
|
370
384
|
'fabric.editor.supportAltText': 'Vaihtoehtoinen teksti on hyödyllinen niille, jotka käyttävät näytönlukuohjelmia näkörajoitteen vuoksi.',
|
|
371
385
|
'fabric.editor.table': 'Taulu',
|
|
372
386
|
'fabric.editor.table.description': 'Lisää taulukko',
|
|
387
|
+
'fabric.editor.tableAlignmentOptions': 'Tasausvaihtoehdot',
|
|
373
388
|
'fabric.editor.tableFullWidthLabel': 'Täysi leveys',
|
|
389
|
+
'fabric.editor.tableHeader.sorting.asc': 'Nouseva lajittelu otettu käyttöön',
|
|
390
|
+
'fabric.editor.tableHeader.sorting.default': 'Lajittele sarake',
|
|
391
|
+
'fabric.editor.tableHeader.sorting.desc': 'Laskeva lajittelu otettu käyttöön',
|
|
392
|
+
'fabric.editor.tableHeader.sorting.invalid': 'Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
|
|
393
|
+
'fabric.editor.tableHeader.sorting.no': 'Ei lajittelua käytössä sarakkeessa',
|
|
374
394
|
'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
|
|
375
395
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Taulukon leveys pieneni {newWidth,number} pikseliin.} other {Taulukon leveys pieneni {newWidth,number} pikseliin.}}',
|
|
376
396
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Taulukon leveys kasvoi {newWidth,number} pikseliin.} other {Taulukon leveys kasvoi {newWidth,number} pikseliin.}}',
|
|
@@ -390,11 +410,13 @@ var _default = exports.default = {
|
|
|
390
410
|
'fabric.editor.task': 'Tehtävä',
|
|
391
411
|
'fabric.editor.taskPlaceholder': "Kirjoita toimintasi, käytä '@'-merkkiä määrätäksesi sen jollekin henkilölle.",
|
|
392
412
|
'fabric.editor.text.formatting.off': 'Tekstin muotoilu pois käytöstä',
|
|
393
|
-
'fabric.editor.textColor': '
|
|
413
|
+
'fabric.editor.textColor': '{selectedColorName} tekstin väri',
|
|
414
|
+
'fabric.editor.textColorTooltip': 'Tekstin väri',
|
|
394
415
|
'fabric.editor.textFormatting': 'Tekstin muotoilu',
|
|
395
|
-
'fabric.editor.textStyles': 'Tekstityylit',
|
|
396
|
-
'fabric.editor.
|
|
397
|
-
'fabric.editor.
|
|
416
|
+
'fabric.editor.textStyles': 'Tekstityylit: {blockTypeName}',
|
|
417
|
+
'fabric.editor.textStylesTooltip': 'Tekstityylit',
|
|
418
|
+
'fabric.editor.threeColumns': 'Kolmen sarakkeen asettelu',
|
|
419
|
+
'fabric.editor.threeColumnsWithSidebars': 'Kolme saraketta sivupalkkien kanssa ‑asettelu',
|
|
398
420
|
'fabric.editor.time.ago': 'sitten',
|
|
399
421
|
'fabric.editor.time.updated': 'Päivitetty',
|
|
400
422
|
'fabric.editor.time.viewed': 'Katseltu',
|
|
@@ -406,7 +428,7 @@ var _default = exports.default = {
|
|
|
406
428
|
'fabric.editor.tooltip.defaultBlockNode': 'lohkon solmu',
|
|
407
429
|
'fabric.editor.tooltip.nestedExpand': 'sisäkkäinen laajennus',
|
|
408
430
|
'fabric.editor.tooltip.taskList': 'toimintakohde',
|
|
409
|
-
'fabric.editor.twoColumns': '
|
|
431
|
+
'fabric.editor.twoColumns': 'Kahden sarakkeen asettelu',
|
|
410
432
|
'fabric.editor.typeAhead.popupLabel': 'Kirjoituksen täydentämisen tulokset',
|
|
411
433
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Aloita kirjoittaminen hakeaksesi tai suodattaaksesi pikanäppäinvalintoja',
|
|
412
434
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Pikanäppäimet lisäyksille ja muotoilulle',
|
|
@@ -416,6 +438,7 @@ var _default = exports.default = {
|
|
|
416
438
|
'fabric.editor.typeahead.mentionInputLabel': 'Aloita kirjoittaminen hakeaksesi käyttäjiä, joita voit merkitä',
|
|
417
439
|
'fabric.editor.typeahead.mentionPopupLabel': 'Käyttäjät, joita voit merkitä',
|
|
418
440
|
'fabric.editor.typeahead.metionListItemLabel': 'Käyttäjä {name} @{shortName}',
|
|
441
|
+
'fabric.editor.unLockColumns': 'Vaihtelevat sarakkeiden leveydet',
|
|
419
442
|
'fabric.editor.unableToLoadContent': 'Tätä sisältöä ei voitu ladata',
|
|
420
443
|
'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
|
|
421
444
|
'fabric.editor.underline': 'Alleviivaus',
|
|
@@ -477,7 +500,9 @@ var _default = exports.default = {
|
|
|
477
500
|
'fabric.theme.light-red': 'Vaalea punainen',
|
|
478
501
|
'fabric.theme.light-teal': 'Vaalea sinivihreä',
|
|
479
502
|
'fabric.theme.light-yellow': 'Vaaleankeltainen',
|
|
503
|
+
'fabric.theme.lime': 'Limetinvihreä',
|
|
480
504
|
'fabric.theme.magenta': 'Magenta',
|
|
505
|
+
'fabric.theme.no-color': 'Poista korostus',
|
|
481
506
|
'fabric.theme.orange': 'Oranssi',
|
|
482
507
|
'fabric.theme.purple': 'Violetti',
|
|
483
508
|
'fabric.theme.red': 'Punainen',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -20,7 +20,8 @@ var _default = exports.default = {
|
|
|
20
20
|
'fabric.editor.addColumnRight': 'Ajouter une colonne à droite',
|
|
21
21
|
'fabric.editor.addCommentOnMedia': 'Ajouter un commentaire',
|
|
22
22
|
'fabric.editor.addImageBorder': 'Ajouter une bordure',
|
|
23
|
-
'fabric.editor.addLoomVideo': '
|
|
23
|
+
'fabric.editor.addLoomVideo': 'Enregistrer une vidéo Loom',
|
|
24
|
+
'fabric.editor.addLoomVideoComment': 'Enregistrez un commentaire vidéo Loom',
|
|
24
25
|
'fabric.editor.addMediaFiles': 'Ajouter une image, une vidéo ou un fichier',
|
|
25
26
|
'fabric.editor.addRowAbove': 'Ajouter une ligne au-dessus',
|
|
26
27
|
'fabric.editor.addRowBelow': 'Ajouter une ligne en dessous',
|
|
@@ -30,6 +31,8 @@ var _default = exports.default = {
|
|
|
30
31
|
'fabric.editor.alignImageRight': 'Aligner à droite',
|
|
31
32
|
'fabric.editor.alignLeft': 'Aligner à gauche',
|
|
32
33
|
'fabric.editor.alignRight': 'Aligner à droite',
|
|
34
|
+
'fabric.editor.alignTableCenter': 'Aligner au centre',
|
|
35
|
+
'fabric.editor.alignTableLeft': 'Aligner à gauche',
|
|
33
36
|
'fabric.editor.alignment': 'Alignement du texte',
|
|
34
37
|
'fabric.editor.altText': 'Texte de remplacement',
|
|
35
38
|
'fabric.editor.alttext.validation': 'Veuillez supprimer les éventuels caractères spéciaux dans le texte de remplacement.',
|
|
@@ -73,6 +76,8 @@ var _default = exports.default = {
|
|
|
73
76
|
'fabric.editor.columnDragHandle': 'Options de colonne',
|
|
74
77
|
'fabric.editor.columns': 'Mises en page',
|
|
75
78
|
'fabric.editor.columns.description': 'Organiser votre page en sections',
|
|
79
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {Une colonne a été insérée} other {{count} colonnes ont été insérées}}',
|
|
80
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {La colonne a été supprimée} other {{count} colonnes ont été supprimées}}',
|
|
76
81
|
'fabric.editor.configFailedToLoad': 'Échec du chargement',
|
|
77
82
|
'fabric.editor.configPanel.cancel': 'Annuler',
|
|
78
83
|
'fabric.editor.configPanel.close': 'Fermer',
|
|
@@ -192,6 +197,7 @@ var _default = exports.default = {
|
|
|
192
197
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
193
198
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': "Les commandes de la barre d'outils flottante sont ouvertes",
|
|
194
199
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': "Barre d'outils flottante",
|
|
200
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Options de disposition',
|
|
195
201
|
'fabric.editor.floatingToolbar.scrollLeft': 'Faire défiler vers la gauche',
|
|
196
202
|
'fabric.editor.floatingToolbar.scrollRight': 'Faire défiler vers la droite',
|
|
197
203
|
'fabric.editor.focusTableResizeHandle': 'Focus sur la poignée de redimensionnement des tableaux',
|
|
@@ -209,15 +215,20 @@ var _default = exports.default = {
|
|
|
209
215
|
'fabric.editor.heading5Description': 'Utilisez ceci pour regrouper des éléments de liste',
|
|
210
216
|
'fabric.editor.heading6': 'En-tête 6',
|
|
211
217
|
'fabric.editor.heading6Description': 'Utilisez ceci pour définir un sous-titre',
|
|
218
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Trier la colonne de Z à A',
|
|
219
|
+
'fabric.editor.headingLink.descOrderLabel': 'Effacer le tri',
|
|
212
220
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
213
221
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
214
222
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ticket',
|
|
215
223
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
216
224
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
217
225
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tâche',
|
|
226
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Impossible de trier un tableau comportant des cellules fusionnées',
|
|
227
|
+
'fabric.editor.headingLink.noOrderLabel': 'Trier la colonne de A à Z',
|
|
218
228
|
'fabric.editor.help': 'Aide',
|
|
219
229
|
'fabric.editor.help.description': 'Parcourir les raccourcis clavier et les options de réduction',
|
|
220
230
|
'fabric.editor.helpDialogTips': 'Appuyez sur {keyMap} pour ouvrir rapidement cette boîte de dialogue à tout moment',
|
|
231
|
+
'fabric.editor.highlight': 'Couleur de surbrillance',
|
|
221
232
|
'fabric.editor.horizontalRule': 'Séparateur',
|
|
222
233
|
'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
|
|
223
234
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Coller ou rechercher un lien',
|
|
@@ -257,13 +268,14 @@ var _default = exports.default = {
|
|
|
257
268
|
'fabric.editor.layoutFixedWidth': 'Centrer à nouveau',
|
|
258
269
|
'fabric.editor.layoutFullWidth': 'Passer en mode pleine largeur',
|
|
259
270
|
'fabric.editor.layoutWide': 'Passer en mode élargi',
|
|
260
|
-
'fabric.editor.leftSidebar': '
|
|
271
|
+
'fabric.editor.leftSidebar': 'Disposition de la barre latérale de gauche',
|
|
261
272
|
'fabric.editor.link': 'Lien',
|
|
262
273
|
'fabric.editor.link.description': 'Insérer un lien',
|
|
263
274
|
'fabric.editor.linkAddress': 'Adresse du lien',
|
|
264
275
|
'fabric.editor.linkPlaceholder': 'Coller un lien',
|
|
265
276
|
'fabric.editor.lists': 'Listes',
|
|
266
277
|
'fabric.editor.listsFormat': 'Mise en forme de liste',
|
|
278
|
+
'fabric.editor.lockColumns': 'Largeurs de colonne fixes',
|
|
267
279
|
'fabric.editor.markdown': 'Markdown',
|
|
268
280
|
'fabric.editor.matchCase': 'Respecter la casse',
|
|
269
281
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {La largeur du média a été réduite à {newMediaWidth,number} pixel.} other {La largeur du média a été réduite à {newMediaWidth,number} pixels.}}',
|
|
@@ -324,7 +336,7 @@ var _default = exports.default = {
|
|
|
324
336
|
'fabric.editor.plainText': 'Utiliser du texte brut',
|
|
325
337
|
'fabric.editor.quickInsert': 'Insertion rapide',
|
|
326
338
|
'fabric.editor.recordVideo': 'Enregistrer une vidéo Loom',
|
|
327
|
-
'fabric.editor.recordVideo.description': 'Enregistrez votre écran et votre
|
|
339
|
+
'fabric.editor.recordVideo.description': 'Enregistrez et partagez votre écran et votre opinion',
|
|
328
340
|
'fabric.editor.redo': 'Rétablir',
|
|
329
341
|
'fabric.editor.remove': 'Supprimer',
|
|
330
342
|
'fabric.editor.removeColumns': '{0, plural, one {Supprimer la colonne} other {Supprimer les colonnes}}',
|
|
@@ -337,9 +349,11 @@ var _default = exports.default = {
|
|
|
337
349
|
'fabric.editor.replaceWith': 'Remplacer par',
|
|
338
350
|
'fabric.editor.resultsCount': '{selectedMatchPosition} sur {totalResultsCount}',
|
|
339
351
|
'fabric.editor.richText': 'Utiliser du texte enrichi',
|
|
340
|
-
'fabric.editor.rightSidebar': '
|
|
352
|
+
'fabric.editor.rightSidebar': 'Disposition de la barre latérale de droite',
|
|
341
353
|
'fabric.editor.rowControl': 'Mettre la ligne en surbrillance',
|
|
342
354
|
'fabric.editor.rowDragHandle': 'Options de ligne',
|
|
355
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {Une ligne a été insérée} other {{count} lignes ont été insérées}}',
|
|
356
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {La ligne a été supprimée} other {{count} lignes ont été supprimées}}',
|
|
343
357
|
'fabric.editor.saveButton': 'Enregistrer',
|
|
344
358
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} résultat de recherche disponible. Utilisez les flèches vers le haut et vers le bas pour parcourir les options. Appuyez sur Entrée pour en sélectionner une.} other {{itemsLength,number} résultats de recherche disponibles. Utilisez les flèches vers le haut et vers le bas pour parcourir les options. Appuyez sur Entrée pour en sélectionner une.}}',
|
|
345
359
|
'fabric.editor.selectColumnResize': 'Sélectionner le redimensionnement de la colonne',
|
|
@@ -348,7 +362,7 @@ var _default = exports.default = {
|
|
|
348
362
|
'fabric.editor.selectTableRow': 'Sélectionner une ligne du tableau',
|
|
349
363
|
'fabric.editor.settingsLinks': 'Accéder aux préférences des liens',
|
|
350
364
|
'fabric.editor.shortcut': 'Raccourci de texte',
|
|
351
|
-
'fabric.editor.single': '
|
|
365
|
+
'fabric.editor.single': 'Disposition en colonne unique',
|
|
352
366
|
'fabric.editor.sortColumnASC': 'Trier la colonne de A à Z',
|
|
353
367
|
'fabric.editor.sortColumnDESC': 'Trier la colonne de Z à A',
|
|
354
368
|
'fabric.editor.sortColumnDecreasing': 'Trier par ordre décroissant',
|
|
@@ -370,7 +384,13 @@ var _default = exports.default = {
|
|
|
370
384
|
'fabric.editor.supportAltText': "Le texte alternatif est utile pour les personnes utilisant des lecteurs d'écran en raison d'une déficience visuelle.",
|
|
371
385
|
'fabric.editor.table': 'Tableau',
|
|
372
386
|
'fabric.editor.table.description': 'Insérer un tableau',
|
|
387
|
+
'fabric.editor.tableAlignmentOptions': "Options d'alignement",
|
|
373
388
|
'fabric.editor.tableFullWidthLabel': 'Pleine largeur',
|
|
389
|
+
'fabric.editor.tableHeader.sorting.asc': 'Tri par ordre croissant appliqué',
|
|
390
|
+
'fabric.editor.tableHeader.sorting.default': 'Trier la colonne',
|
|
391
|
+
'fabric.editor.tableHeader.sorting.desc': 'Tri par ordre décroissant appliqué',
|
|
392
|
+
'fabric.editor.tableHeader.sorting.invalid': 'Impossible de trier un tableau comportant des cellules fusionnées',
|
|
393
|
+
'fabric.editor.tableHeader.sorting.no': 'Aucun tri appliqué à la colonne',
|
|
374
394
|
'fabric.editor.tableOptions': 'Options du tableau',
|
|
375
395
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {La largeur du tableau a été réduite à {newWidth,number} pixel.} other {La largeur du tableau a été réduite à {newWidth,number} pixels.}}',
|
|
376
396
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {La largeur du tableau a été augmentée à {newWidth,number} pixel.} other {La largeur du tableau a été augmentée à {newWidth,number} pixels.}}',
|
|
@@ -390,11 +410,13 @@ var _default = exports.default = {
|
|
|
390
410
|
'fabric.editor.task': 'Tâche',
|
|
391
411
|
'fabric.editor.taskPlaceholder': "Saisissez votre action, utilisez « @ » pour l'assigner à quelqu'un.",
|
|
392
412
|
'fabric.editor.text.formatting.off': 'Mise en forme du texte désactivée',
|
|
393
|
-
'fabric.editor.textColor': 'Couleur
|
|
413
|
+
'fabric.editor.textColor': 'Couleur de texte {selectedColorName}',
|
|
414
|
+
'fabric.editor.textColorTooltip': 'Couleur du texte',
|
|
394
415
|
'fabric.editor.textFormatting': 'Mise en forme de texte',
|
|
395
|
-
'fabric.editor.textStyles': 'Styles de texte',
|
|
396
|
-
'fabric.editor.
|
|
397
|
-
'fabric.editor.
|
|
416
|
+
'fabric.editor.textStyles': 'Styles de texte {blockTypeName}',
|
|
417
|
+
'fabric.editor.textStylesTooltip': 'Styles de texte',
|
|
418
|
+
'fabric.editor.threeColumns': 'Disposition en trois colonnes',
|
|
419
|
+
'fabric.editor.threeColumnsWithSidebars': 'Disposition en trois colonnes avec barres latérales',
|
|
398
420
|
'fabric.editor.time.ago': 'Il y a',
|
|
399
421
|
'fabric.editor.time.updated': 'Mise à jour',
|
|
400
422
|
'fabric.editor.time.viewed': 'Consultation',
|
|
@@ -406,7 +428,7 @@ var _default = exports.default = {
|
|
|
406
428
|
'fabric.editor.tooltip.defaultBlockNode': 'un nœud de bloc',
|
|
407
429
|
'fabric.editor.tooltip.nestedExpand': 'une extension imbriquée',
|
|
408
430
|
'fabric.editor.tooltip.taskList': 'une mesure',
|
|
409
|
-
'fabric.editor.twoColumns': '
|
|
431
|
+
'fabric.editor.twoColumns': 'Disposition en deux colonnes',
|
|
410
432
|
'fabric.editor.typeAhead.popupLabel': 'Résultats de la saisie semi-automatique',
|
|
411
433
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Commencez à taper pour rechercher ou filtrer les options de raccourci',
|
|
412
434
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Raccourcis pour les insertions et le formatage',
|
|
@@ -416,6 +438,7 @@ var _default = exports.default = {
|
|
|
416
438
|
'fabric.editor.typeahead.mentionInputLabel': 'Commencez à taper pour rechercher les utilisateurs à mentionner',
|
|
417
439
|
'fabric.editor.typeahead.mentionPopupLabel': 'Utilisateurs que vous pouvez mentionner',
|
|
418
440
|
'fabric.editor.typeahead.metionListItemLabel': 'Utilisateur {name} @{shortName}',
|
|
441
|
+
'fabric.editor.unLockColumns': 'Largeurs de colonne variables',
|
|
419
442
|
'fabric.editor.unableToLoadContent': 'Impossible de charger ce contenu',
|
|
420
443
|
'fabric.editor.unableToOpenLink': "Impossible d'ouvrir ce lien",
|
|
421
444
|
'fabric.editor.underline': 'Souligner',
|
|
@@ -477,7 +500,9 @@ var _default = exports.default = {
|
|
|
477
500
|
'fabric.theme.light-red': 'Rouge clair',
|
|
478
501
|
'fabric.theme.light-teal': 'Bleu-vert clair',
|
|
479
502
|
'fabric.theme.light-yellow': 'Jaune clair',
|
|
503
|
+
'fabric.theme.lime': 'Citron vert',
|
|
480
504
|
'fabric.theme.magenta': 'Magenta',
|
|
505
|
+
'fabric.theme.no-color': 'Supprimer la surbrillance',
|
|
481
506
|
'fabric.theme.orange': 'Orange',
|
|
482
507
|
'fabric.theme.purple': 'Violet',
|
|
483
508
|
'fabric.theme.red': 'Rouge',
|