@atlaskit/editor-common 87.10.0 → 87.10.1
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 +6 -0
- package/dist/cjs/i18n/cs.js +6 -0
- package/dist/cjs/i18n/da.js +6 -0
- package/dist/cjs/i18n/de.js +6 -0
- package/dist/cjs/i18n/en.js +7 -0
- package/dist/cjs/i18n/en_GB.js +7 -0
- package/dist/cjs/i18n/en_ZZ.js +7 -0
- package/dist/cjs/i18n/es.js +13 -0
- package/dist/cjs/i18n/fi.js +6 -0
- package/dist/cjs/i18n/fr.js +6 -0
- package/dist/cjs/i18n/hu.js +6 -0
- package/dist/cjs/i18n/it.js +6 -0
- package/dist/cjs/i18n/ja.js +6 -0
- package/dist/cjs/i18n/ko.js +6 -0
- package/dist/cjs/i18n/nb.js +6 -0
- package/dist/cjs/i18n/nl.js +6 -0
- package/dist/cjs/i18n/pl.js +6 -0
- package/dist/cjs/i18n/pt_BR.js +6 -0
- package/dist/cjs/i18n/ru.js +6 -0
- package/dist/cjs/i18n/sv.js +6 -0
- package/dist/cjs/i18n/th.js +6 -0
- package/dist/cjs/i18n/tr.js +6 -0
- package/dist/cjs/i18n/uk.js +13 -0
- package/dist/cjs/i18n/vi.js +6 -0
- package/dist/cjs/i18n/zh.js +6 -0
- package/dist/cjs/i18n/zh_TW.js +13 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +6 -0
- package/dist/es2019/i18n/da.js +6 -0
- package/dist/es2019/i18n/de.js +6 -0
- package/dist/es2019/i18n/en.js +7 -0
- package/dist/es2019/i18n/en_GB.js +7 -0
- package/dist/es2019/i18n/en_ZZ.js +7 -0
- package/dist/es2019/i18n/es.js +13 -0
- package/dist/es2019/i18n/fi.js +6 -0
- package/dist/es2019/i18n/fr.js +6 -0
- package/dist/es2019/i18n/hu.js +6 -0
- package/dist/es2019/i18n/it.js +6 -0
- package/dist/es2019/i18n/ja.js +6 -0
- package/dist/es2019/i18n/ko.js +6 -0
- package/dist/es2019/i18n/nb.js +6 -0
- package/dist/es2019/i18n/nl.js +6 -0
- package/dist/es2019/i18n/pl.js +6 -0
- package/dist/es2019/i18n/pt_BR.js +6 -0
- package/dist/es2019/i18n/ru.js +6 -0
- package/dist/es2019/i18n/sv.js +6 -0
- package/dist/es2019/i18n/th.js +6 -0
- package/dist/es2019/i18n/tr.js +6 -0
- package/dist/es2019/i18n/uk.js +13 -0
- package/dist/es2019/i18n/vi.js +6 -0
- package/dist/es2019/i18n/zh.js +6 -0
- package/dist/es2019/i18n/zh_TW.js +13 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +6 -0
- package/dist/esm/i18n/da.js +6 -0
- package/dist/esm/i18n/de.js +6 -0
- package/dist/esm/i18n/en.js +7 -0
- package/dist/esm/i18n/en_GB.js +7 -0
- package/dist/esm/i18n/en_ZZ.js +7 -0
- package/dist/esm/i18n/es.js +13 -0
- package/dist/esm/i18n/fi.js +6 -0
- package/dist/esm/i18n/fr.js +6 -0
- package/dist/esm/i18n/hu.js +6 -0
- package/dist/esm/i18n/it.js +6 -0
- package/dist/esm/i18n/ja.js +6 -0
- package/dist/esm/i18n/ko.js +6 -0
- package/dist/esm/i18n/nb.js +6 -0
- package/dist/esm/i18n/nl.js +6 -0
- package/dist/esm/i18n/pl.js +6 -0
- package/dist/esm/i18n/pt_BR.js +6 -0
- package/dist/esm/i18n/ru.js +6 -0
- package/dist/esm/i18n/sv.js +6 -0
- package/dist/esm/i18n/th.js +6 -0
- package/dist/esm/i18n/tr.js +6 -0
- package/dist/esm/i18n/uk.js +13 -0
- package/dist/esm/i18n/vi.js +6 -0
- package/dist/esm/i18n/zh.js +6 -0
- package/dist/esm/i18n/zh_TW.js +13 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +6 -0
- package/dist/types/i18n/da.d.ts +6 -0
- package/dist/types/i18n/de.d.ts +6 -0
- package/dist/types/i18n/en.d.ts +7 -0
- package/dist/types/i18n/en_GB.d.ts +7 -0
- package/dist/types/i18n/en_ZZ.d.ts +7 -0
- package/dist/types/i18n/es.d.ts +13 -0
- package/dist/types/i18n/fi.d.ts +6 -0
- package/dist/types/i18n/fr.d.ts +6 -0
- package/dist/types/i18n/hu.d.ts +6 -0
- package/dist/types/i18n/it.d.ts +6 -0
- package/dist/types/i18n/ja.d.ts +6 -0
- package/dist/types/i18n/ko.d.ts +6 -0
- package/dist/types/i18n/nb.d.ts +6 -0
- package/dist/types/i18n/nl.d.ts +6 -0
- package/dist/types/i18n/pl.d.ts +6 -0
- package/dist/types/i18n/pt_BR.d.ts +6 -0
- package/dist/types/i18n/ru.d.ts +6 -0
- package/dist/types/i18n/sv.d.ts +6 -0
- package/dist/types/i18n/th.d.ts +6 -0
- package/dist/types/i18n/tr.d.ts +6 -0
- package/dist/types/i18n/uk.d.ts +13 -0
- package/dist/types/i18n/vi.d.ts +6 -0
- package/dist/types/i18n/zh.d.ts +6 -0
- package/dist/types/i18n/zh_TW.d.ts +13 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +6 -0
- package/dist/types-ts4.5/i18n/da.d.ts +6 -0
- package/dist/types-ts4.5/i18n/de.d.ts +6 -0
- package/dist/types-ts4.5/i18n/en.d.ts +7 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +7 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +7 -0
- package/dist/types-ts4.5/i18n/es.d.ts +13 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +6 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +6 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +6 -0
- package/dist/types-ts4.5/i18n/it.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +6 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +6 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +6 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +6 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +6 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +6 -0
- package/dist/types-ts4.5/i18n/th.d.ts +6 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +6 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +13 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +6 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +6 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -0
- package/package.json +7 -7
package/dist/esm/i18n/da.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Træk for at flytte',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Flyt ned',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Flyt op',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'Indhold er flyttet ned',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'Indhold er flyttet op',
|
|
41
43
|
'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
|
|
42
44
|
'fabric.editor.blockTitle': 'Kort',
|
|
43
45
|
'fabric.editor.blockquote': 'et citat',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'Når resultater med automatisk udfyldning er tilgængelige, skal du bruge pil op og pil ned til at gennemse og Enter til at vælge. Brugere af touchenheder kan trykke eller stryge.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Indsæt kolonne til højre',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Indsæt kolonne',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Billede fra link',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Tilføj et billede eller en video fra et link',
|
|
269
273
|
'fabric.editor.insertMenu': 'Indsæt elementer',
|
|
270
274
|
'fabric.editor.insertRow': 'Indsæt række under',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Indsæt række',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Andet …',
|
|
338
342
|
'fabric.editor.outdent': 'Ryk ud',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
344
|
+
'fabric.editor.panel': 'Panel',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
|
|
341
346
|
'fabric.editor.panel.emoji': 'Tilføj emoji',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Paneltyper',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'en bloknode',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
453
|
+
'fabric.editor.turnInto': 'Skift til',
|
|
448
454
|
'fabric.editor.twoColumns': 'Layout med to kolonner',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Resultater for automatisk fuldførelse',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begynd at skrive for at søge efter eller filtrere genvejsmuligheder',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Zum Verschieben ziehen',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Nach unten verschieben',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Nach oben verschieben',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'Inhalt wurde nach unten verschoben',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'Inhalt wurde nach oben verschoben',
|
|
41
43
|
'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
|
|
42
44
|
'fabric.editor.blockTitle': 'Karte',
|
|
43
45
|
'fabric.editor.blockquote': 'ein Angebot',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'Wenn Autovervollständigungen angezeigt werden, navigieren Sie mit den Pfeiltasten nach oben und unten und drücken Sie die Eingabetaste zur Auswahl eines Ergebnisses. Benutzer mit Touchscreen-Geräten können mit Berührungen und Wischgesten navigieren.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Spalte rechts einfügen',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Spalte einfügen',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Bild per Link',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Bild oder Video per Link hinzufügen',
|
|
269
273
|
'fabric.editor.insertMenu': 'Elemente einfügen',
|
|
270
274
|
'fabric.editor.insertRow': 'Zeile unten einfügen',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Zeile einfügen',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Sonstige …',
|
|
338
342
|
'fabric.editor.outdent': 'Einzug verkleinern',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Seitenaktionen',
|
|
344
|
+
'fabric.editor.panel': 'Panel',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'Hintergrundfarbe',
|
|
341
346
|
'fabric.editor.panel.emoji': 'Emoji hinzufügen',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Panel-Typen',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'ein Blockknoten',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
453
|
+
'fabric.editor.turnInto': 'Verwandeln in',
|
|
448
454
|
'fabric.editor.twoColumns': 'Layout mit zwei Spalten',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Ergebnisse der Vorschlagsfunktion',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Beginnen Sie die Eingabe, um nach Optionen für Tastenkombinationen zu suchen oder diese zu filtern',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -296,6 +296,13 @@ export default {
|
|
|
296
296
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
297
297
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to # pixel.} other {Media width increased to # pixels.}}',
|
|
298
298
|
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
299
|
+
'fabric.editor.media.insert.cancel': 'Cancel',
|
|
300
|
+
'fabric.editor.media.insert.errorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
301
|
+
'fabric.editor.media.insert.insert': 'Insert',
|
|
302
|
+
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
303
|
+
'fabric.editor.media.insert.mediaAlt': 'Preview for uploaded image or video file',
|
|
304
|
+
'fabric.editor.media.insert.pasteLinkToUpload': 'Paste link to upload',
|
|
305
|
+
'fabric.editor.media.insert.warning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
299
306
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media increased to the maximum size',
|
|
300
307
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
|
|
301
308
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -296,6 +296,13 @@ export default {
|
|
|
296
296
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
297
297
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to # pixel.} other {Media width increased to # pixels.}}',
|
|
298
298
|
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
299
|
+
'fabric.editor.media.insert.cancel': 'Cancel',
|
|
300
|
+
'fabric.editor.media.insert.errorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
301
|
+
'fabric.editor.media.insert.insert': 'Insert',
|
|
302
|
+
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
303
|
+
'fabric.editor.media.insert.mediaAlt': 'Preview for uploaded image or video file',
|
|
304
|
+
'fabric.editor.media.insert.pasteLinkToUpload': 'Paste link to upload',
|
|
305
|
+
'fabric.editor.media.insert.warning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
299
306
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media increased to the maximum size',
|
|
300
307
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
|
|
301
308
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -296,6 +296,13 @@ export default {
|
|
|
296
296
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to {newMediaWidth,number} pixel.} other {Media width decreased to {newMediaWidth,number} pixels.}}',
|
|
297
297
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to {newMediaWidth,number} pixel.} other {Media width increased to {newMediaWidth,number} pixels.}}',
|
|
298
298
|
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
299
|
+
'fabric.editor.media.insert.cancel': 'Cancel',
|
|
300
|
+
'fabric.editor.media.insert.errorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
301
|
+
'fabric.editor.media.insert.insert': 'Insert',
|
|
302
|
+
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
303
|
+
'fabric.editor.media.insert.mediaAlt': 'Preview for uploaded image or video file',
|
|
304
|
+
'fabric.editor.media.insert.pasteLinkToUpload': 'Paste link to upload',
|
|
305
|
+
'fabric.editor.media.insert.warning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
299
306
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media increased to the maximum size',
|
|
300
307
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
|
|
301
308
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Arrastrar para mover',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Bajar',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Subir',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'El contenido se ha movido hacia abajo',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'El contenido se ha movido hacia arriba',
|
|
41
43
|
'fabric.editor.blockDescription': 'Mostrar más información sobre un enlace, incluido un resumen y acciones',
|
|
42
44
|
'fabric.editor.blockTitle': 'Tarjeta',
|
|
43
45
|
'fabric.editor.blockquote': 'una cita',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'Cuando aparezcan los resultados del rellenado automático, usa las flechas hacia arriba y hacia abajo para revisarlos, y pulsa Entrar para seleccionar uno. Toca los usuarios de dispositivos, explora con toques o gestos de deslizamiento.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Insertar columna a la derecha',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Insertar columna',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Imagen de enlace',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Añadir una imagen o un vídeo desde un enlace',
|
|
269
273
|
'fabric.editor.insertMenu': 'Insertar elementos',
|
|
270
274
|
'fabric.editor.insertRow': 'Insertar fila debajo',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Insertar fila',
|
|
@@ -292,6 +296,13 @@ export default {
|
|
|
292
296
|
'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.}}',
|
|
293
297
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Ancho de multimedia aumentado a {newMediaWidth,number} píxel.} other {Ancho de multimedia aumentado a {newMediaWidth,number} píxeles.}}',
|
|
294
298
|
'fabric.editor.media.MediaWidthIsMin': 'Medio reducido al tamaño mínimo',
|
|
299
|
+
'fabric.editor.media.insert.cancel': 'Cancelar',
|
|
300
|
+
'fabric.editor.media.insert.errorMessage': 'Lamentablemente, no se puede añadir este enlace a la imagen. Descarga la imagen y, a continuación, arrástrala y suéltala en la página.',
|
|
301
|
+
'fabric.editor.media.insert.insert': 'Insertar',
|
|
302
|
+
'fabric.editor.media.insert.loadPreview': 'Cargar vista previa',
|
|
303
|
+
'fabric.editor.media.insert.mediaAlt': 'Vista previa del archivo de imagen o vídeo subido',
|
|
304
|
+
'fabric.editor.media.insert.pasteLinkToUpload': 'Pegar enlace para subirlo',
|
|
305
|
+
'fabric.editor.media.insert.warning': 'Puede que esta imagen no esté visible para otras personas debido a restricciones de origen. Considera subir el archivo en su lugar.',
|
|
295
306
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Medio aumentado al tamaño máximo',
|
|
296
307
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'entrada de altura',
|
|
297
308
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Altura',
|
|
@@ -337,6 +348,7 @@ export default {
|
|
|
337
348
|
'fabric.editor.other': 'Otros...',
|
|
338
349
|
'fabric.editor.outdent': 'Anular sangría',
|
|
339
350
|
'fabric.editor.pageActionsLabel': 'Acciones de la página',
|
|
351
|
+
'fabric.editor.panel': 'Panel',
|
|
340
352
|
'fabric.editor.panel.backgroundColor': 'Color de fondo',
|
|
341
353
|
'fabric.editor.panel.emoji': 'Añadir emoji',
|
|
342
354
|
'fabric.editor.panel.panelsGroup': 'Tipos de paneles',
|
|
@@ -445,6 +457,7 @@ export default {
|
|
|
445
457
|
'fabric.editor.tooltip.defaultBlockNode': 'un nodo de bloqueo',
|
|
446
458
|
'fabric.editor.tooltip.nestedExpand': 'una expansión anidada',
|
|
447
459
|
'fabric.editor.tooltip.taskList': 'un elemento de acción',
|
|
460
|
+
'fabric.editor.turnInto': 'Convertir en',
|
|
448
461
|
'fabric.editor.twoColumns': 'Diseño de dos columnas',
|
|
449
462
|
'fabric.editor.typeAhead.popupLabel': 'Resultados de escritura predictiva',
|
|
450
463
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Comienza a escribir para buscar o filtrar opciones de atajos de teclado',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Siirrä vetämällä',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Siirrä alas',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Siirrä ylös',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'Sisältö on siirretty alas',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'Sisältö on siirretty ylös',
|
|
41
43
|
'fabric.editor.blockDescription': 'Näytä lisätietoja linkistä, kuten yhteenveto ja toiminnot',
|
|
42
44
|
'fabric.editor.blockTitle': 'Kortti',
|
|
43
45
|
'fabric.editor.blockquote': 'sitaatti',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'Kun automaattitäydennyksen tuloksia on saatavilla, selaa niiden välillä ylös- ja alas-nuolilla ja valitse painamalla Enter. Kosketuslaitteilla selaa tuloksia koskettamalla tai pyyhkäisyllä.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Lisää sarake oikealle',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Lisää sarake',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Kuva linkistä',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Lisää kuva tai video linkistä',
|
|
269
273
|
'fabric.editor.insertMenu': 'Lisää elementtejä',
|
|
270
274
|
'fabric.editor.insertRow': 'Lisää rivi alle',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Lisää rivi',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Muut...',
|
|
338
342
|
'fabric.editor.outdent': 'Ulonnus',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Sivun toiminnot',
|
|
344
|
+
'fabric.editor.panel': 'Paneeli',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'Taustaväri',
|
|
341
346
|
'fabric.editor.panel.emoji': 'Lisää emoji',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Paneelityypit',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'lohkon solmu',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'sisäkkäinen laajennus',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'toimintakohde',
|
|
453
|
+
'fabric.editor.turnInto': 'Muuta elementiksi',
|
|
448
454
|
'fabric.editor.twoColumns': 'Kahden sarakkeen asettelu',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Kirjoituksen täydentämisen tulokset',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Aloita kirjoittaminen hakeaksesi tai suodattaaksesi pikanäppäinvalintoja',
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Faites glisser pour déplacer',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Déplacer vers le bas',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Déplacer vers le haut',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'Le contenu a été déplacé vers le bas',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'Le contenu a été déplacé vers le haut',
|
|
41
43
|
'fabric.editor.blockDescription': "Affichez plus d'informations concernant un lien, y compris un résumé et des actions",
|
|
42
44
|
'fabric.editor.blockTitle': 'Carte',
|
|
43
45
|
'fabric.editor.blockquote': 'une citation',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': "Lorsque les résultats de la saisie semi-automatique sont disponibles, utilisez les flèches vers le haut et le bas pour les passer en revue, et appuyez sur Entrée pour en sélectionner un. Les utilisateurs d'appareils tactiles peuvent parcourir les résultats en touchant l'écran ou en le balayant.",
|
|
267
269
|
'fabric.editor.insertColumn': 'Insérer une colonne à droite',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Insérer une colonne',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Image du lien',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': "Ajouter une image ou une vidéo à partir d'un lien",
|
|
269
273
|
'fabric.editor.insertMenu': 'Insérer des éléments',
|
|
270
274
|
'fabric.editor.insertRow': 'Insérer une ligne en dessous',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Insérer une ligne',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Autres…',
|
|
338
342
|
'fabric.editor.outdent': 'Retrait négatif',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Actions de page',
|
|
344
|
+
'fabric.editor.panel': 'Volet',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': "Couleur d'arrière-plan",
|
|
341
346
|
'fabric.editor.panel.emoji': 'Ajouter une émoticône',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Types de panneaux',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'un nœud de bloc',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'une extension imbriquée',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'une mesure',
|
|
453
|
+
'fabric.editor.turnInto': 'Transformer en',
|
|
448
454
|
'fabric.editor.twoColumns': 'Disposition en deux colonnes',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Résultats de la saisie semi-automatique',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Commencez à taper pour rechercher ou filtrer les options de raccourci',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Az áthelyezéshez húzd át',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Mozgatás le',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Mozgatás fel',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'A tartalom lejjebb lett helyezve',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'A tartalom feljebb lett helyezve',
|
|
41
43
|
'fabric.editor.blockDescription': 'Több információ, többek között az összefoglaló és a műveletek megjelenítése egy linkről',
|
|
42
44
|
'fabric.editor.blockTitle': 'Kártya',
|
|
43
45
|
'fabric.editor.blockquote': 'Idézet',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'Amikor elérhetők az automatikus kiegészítés eredményei, a fel- és lefelé mutató nyilakat használhatod az áttekintéshez, az Entert pedig a kiválasztáshoz. Az érintőképernyős eszközt használó felhasználók érintéssel vagy pöccintéssel ismerhetik meg őket.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Oszlop beszúrása jobbra',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Oszlop beszúrása',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Kép linkből',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Kép vagy videó hozzáadása egy linkből',
|
|
269
273
|
'fabric.editor.insertMenu': 'Elemek beszúrása',
|
|
270
274
|
'fabric.editor.insertRow': 'Sor beszúrása alább',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Sor beszúrása',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Egyebek...',
|
|
338
342
|
'fabric.editor.outdent': 'Kihúzás',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Oldalműveletek',
|
|
344
|
+
'fabric.editor.panel': 'Panel',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'Háttérszín',
|
|
341
346
|
'fabric.editor.panel.emoji': 'Emoji hozzáadása',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Paneltípusok',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'blokk csomópont',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'beágyazott kibontás',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'műveleti elem',
|
|
453
|
+
'fabric.editor.turnInto': 'Átalakítás',
|
|
448
454
|
'fabric.editor.twoColumns': 'Kétoszlopos elrendezés',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Előre gépelt eredmények',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Kezdj el gépelni a hivatkozási beállítások kereséséhez vagy szűréséhez',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Trascina per spostare',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Sposta giù',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Sposta su',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'Il contenuto è stato spostato verso il basso',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': "Il contenuto è stato spostato verso l'alto",
|
|
41
43
|
'fabric.editor.blockDescription': 'Visualizza ulteriori informazioni relative al link, come riepilogo e azioni',
|
|
42
44
|
'fabric.editor.blockTitle': 'Scheda',
|
|
43
45
|
'fabric.editor.blockquote': 'una virgoletta',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'Una volta che i risultati del completamento automatico sono disponibili, utilizza le frecce su e giù per rivedere i dati e premi Invio per selezionarli. Gli utenti di dispositivi touch possono utilizzare i movimenti di tocco o scorrimento.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Inserisci colonna a destra',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Inserisci colonna',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Immagine dal link',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': "Aggiungi un'immagine o un video da un link",
|
|
269
273
|
'fabric.editor.insertMenu': 'Inserisci elementi',
|
|
270
274
|
'fabric.editor.insertRow': 'Inserisci riga sotto',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Inserisci riga',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Altri...',
|
|
338
342
|
'fabric.editor.outdent': 'Annulla rientro',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Azioni sulla pagina',
|
|
344
|
+
'fabric.editor.panel': 'Pannello',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'Colore di sfondo',
|
|
341
346
|
'fabric.editor.panel.emoji': 'Aggiungi emoji',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Tipi di riquadri',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'un nodo di blocco',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': "un'espansione annidata",
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'un elemento di azione',
|
|
453
|
+
'fabric.editor.turnInto': 'Trasforma in',
|
|
448
454
|
'fabric.editor.twoColumns': 'Layout a due colonne',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Risultati del completamento automatico',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Inizia a digitare per cercare o filtrare le opzioni delle scelte rapide',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'ドラッグして移動',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': '下に移動',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': '上に移動',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'コンテンツが下に移動されました',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'コンテンツが上に移動されました',
|
|
41
43
|
'fabric.editor.blockDescription': '要約やアクションなど、リンクの詳細を表示します。',
|
|
42
44
|
'fabric.editor.blockTitle': 'カード',
|
|
43
45
|
'fabric.editor.blockquote': '引用',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'オートコンプリートの結果を利用できる際は、上下の矢印キーによって確認して Enter キーを押して選択します。タッチ デバイスのユーザーは、タッチまたはスワイプして検索してください。',
|
|
267
269
|
'fabric.editor.insertColumn': '列を右に挿入',
|
|
268
270
|
'fabric.editor.insertColumnDrag': '列を挿入',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'リンクから画像を挿入',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'リンクから画像または動画を追加します',
|
|
269
273
|
'fabric.editor.insertMenu': '要素を挿入',
|
|
270
274
|
'fabric.editor.insertRow': '行を下に挿入',
|
|
271
275
|
'fabric.editor.insertRowDrag': '行を挿入',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'その他…',
|
|
338
342
|
'fabric.editor.outdent': 'インデント解除',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'ページ操作',
|
|
344
|
+
'fabric.editor.panel': 'パネル',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': '背景色',
|
|
341
346
|
'fabric.editor.panel.emoji': '絵文字を追加',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'パネル タイプ',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'ブロック ノード',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': '入れ子の展開ノード',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'アクション アイテム',
|
|
453
|
+
'fabric.editor.turnInto': '次に変換する',
|
|
448
454
|
'fabric.editor.twoColumns': '2 列レイアウト',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': '先行入力の結果',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'ショートカット オプションを検索または絞り込むには、入力を開始してください。',
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': '끌어서 이동',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': '아래로 이동',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': '위로 이동',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': '콘텐츠를 아래로 이동했습니다',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': '콘텐츠를 위로 이동했습니다',
|
|
41
43
|
'fabric.editor.blockDescription': '요약 및 작업을 포함하여 링크에 대한 추가 정보 표시',
|
|
42
44
|
'fabric.editor.blockTitle': '카드',
|
|
43
45
|
'fabric.editor.blockquote': '인용',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': '자동 완성 결과를 사용할 수 있으면 위 화살표와 아래 화살표를 사용하여 검토하고 Enter 키를 눌러 선택합니다. 터치 기기 사용자는 터치 또는 스와이프 동작으로 탐색하세요.',
|
|
267
269
|
'fabric.editor.insertColumn': '오른쪽에 열 삽입',
|
|
268
270
|
'fabric.editor.insertColumnDrag': '열 삽입',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': '링크의 이미지',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': '링크에서 이미지 또는 동영상을 추가하세요',
|
|
269
273
|
'fabric.editor.insertMenu': '요소 삽입',
|
|
270
274
|
'fabric.editor.insertRow': '아래에 행 삽입',
|
|
271
275
|
'fabric.editor.insertRowDrag': '행 삽입',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': '기타...',
|
|
338
342
|
'fabric.editor.outdent': '내어쓰기',
|
|
339
343
|
'fabric.editor.pageActionsLabel': '페이지 작업',
|
|
344
|
+
'fabric.editor.panel': '패널',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': '배경색',
|
|
341
346
|
'fabric.editor.panel.emoji': '이모지 추가',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': '패널 유형',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': '블록 노드',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': '중첩된 확장',
|
|
447
452
|
'fabric.editor.tooltip.taskList': '작업 항목',
|
|
453
|
+
'fabric.editor.turnInto': '다음으로 전환',
|
|
448
454
|
'fabric.editor.twoColumns': '열 2개 레이아웃',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': '자동 완성 결과',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': '입력을 시작하여 바로 가기 옵션을 검색하거나 필터링',
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra for å flytte',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Flytt ned',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Flytt opp',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'Innholdet er flyttet nedover',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'Innholdet er flyttet oppover',
|
|
41
43
|
'fabric.editor.blockDescription': 'Vis mer informasjon om en kobling, inkludert et sammendrag og handlinger',
|
|
42
44
|
'fabric.editor.blockTitle': 'Kort',
|
|
43
45
|
'fabric.editor.blockquote': 'et sitat',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'Når resultater for autofullføring er tilgjengelig, bruker du pil opp og pil ned for å se gjennom og enter for å velge. Brukere av berøringsenheter kan utforske ved å berøre eller sveipe.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Sett inn kolonne til høyre',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Sett inn kolonne',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Bilde fra kobling',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Legg til et bilde eller en video fra en kobling',
|
|
269
273
|
'fabric.editor.insertMenu': 'Sett inn elementer',
|
|
270
274
|
'fabric.editor.insertRow': 'Sett inn rad under',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Sett inn rad',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Andre …',
|
|
338
342
|
'fabric.editor.outdent': 'Reduser innrykk',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
344
|
+
'fabric.editor.panel': 'Panel',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'Bakgrunnsfarge',
|
|
341
346
|
'fabric.editor.panel.emoji': 'Legg til emoji',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Paneltyper',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'en blokknode',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'en nestet utvidelse',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
453
|
+
'fabric.editor.turnInto': 'Gjør om til',
|
|
448
454
|
'fabric.editor.twoColumns': 'Oppsett for to kolonner',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Resultater for tastaturkontroll',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begynn å skrive for å søke eller filtrere snarveialternativer',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Sleep om te verplaatsen',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Verplaats naar beneden',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Verplaats naar boven',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'Inhoud is naar beneden verplaatst',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'Inhoud is naar boven verplaatst',
|
|
41
43
|
'fabric.editor.blockDescription': 'Meer informatie weergeven over een link, inclusief een samenvatting en acties',
|
|
42
44
|
'fabric.editor.blockTitle': 'Kaart',
|
|
43
45
|
'fabric.editor.blockquote': 'een citaat',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'Wanneer resultaten voor automatisch aanvullen beschikbaar zijn, kun je de pijlen naar boven en beneden gebruiken om ze te bekijken en Enter om ze te selecteren. Touch-apparaatgebruikers verkennen door middel van aanraking of met veegbewegingen.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Kolom rechts invoegen',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Voeg kolom in',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Afbeelding vanaf een link',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Voeg een afbeelding of video toe vanaf een link',
|
|
269
273
|
'fabric.editor.insertMenu': 'Elementen invoegen',
|
|
270
274
|
'fabric.editor.insertRow': 'Rij onder invoegen',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Voeg rij in',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Andere ...',
|
|
338
342
|
'fabric.editor.outdent': 'Inspringen verkleinen',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Pagina-acties',
|
|
344
|
+
'fabric.editor.panel': 'Paneel',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'Achtergrondkleur',
|
|
341
346
|
'fabric.editor.panel.emoji': 'Emoticon toevoegen',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Typen panelen',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'een blokknooppunt',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'een geneste uitgeklapte knooppunt',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'een actiepunt',
|
|
453
|
+
'fabric.editor.turnInto': 'Omzetten in',
|
|
448
454
|
'fabric.editor.twoColumns': 'Lay-out van twee kolommen',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Resultaten typeahead',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin te typen om te zoeken of om te filteren op opties voor sneltoetsen',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Przeciągnij, aby przenieść',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Przenieś niżej',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Przenieś wyżej',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'Zawartość została przeniesiona w dół',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'Zawartość została przeniesiona w górę',
|
|
41
43
|
'fabric.editor.blockDescription': 'Wyświetla więcej informacji o łączu, w tym podsumowanie i czynności',
|
|
42
44
|
'fabric.editor.blockTitle': 'Karta',
|
|
43
45
|
'fabric.editor.blockquote': 'cudzysłów',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'Gdy są dostępne wyniki autouzupełniania, użyj strzałek w górę i w dół, aby je przeglądać, oraz klawisza Enter, aby wybrać. Użytkownicy obsługujący urządzenie dotykiem szukają opcji dotykiem lub gestami szybkiego przesuwania.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Wstaw kolumnę z prawej',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Wstaw kolumnę',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Obraz z łącza',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Dodaj obraz lub film z łącza',
|
|
269
273
|
'fabric.editor.insertMenu': 'Wstaw elementy',
|
|
270
274
|
'fabric.editor.insertRow': 'Wstaw wiersz poniżej',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Wstaw wiersz',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Inne...',
|
|
338
342
|
'fabric.editor.outdent': 'Zmniejsz wcięcie',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Czynności na stronie',
|
|
344
|
+
'fabric.editor.panel': 'Panel',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'Kolor tła',
|
|
341
346
|
'fabric.editor.panel.emoji': 'Dodaj emoji',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Rodzaje paneli',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'węzeł bloku',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'zagnieżdżony węzeł rozwijany',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'czynność do wykonania',
|
|
453
|
+
'fabric.editor.turnInto': 'Zmień w',
|
|
448
454
|
'fabric.editor.twoColumns': 'Układ dwukolumnowy',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Wyniki autouzupełniania',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Zacznij pisać, aby wyszukać lub filtrować opcje skrótów',
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Arraste para mover',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Mover para baixo',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Mover para cima',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'O conteúdo foi movido para baixo',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'O conteúdo foi movido para cima',
|
|
41
43
|
'fabric.editor.blockDescription': 'Mostrar mais informações sobre links, incluindo resumo e ações',
|
|
42
44
|
'fabric.editor.blockTitle': 'Cartão',
|
|
43
45
|
'fabric.editor.blockquote': 'citação',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'Quando os resultados do preenchimento automático estiverem disponíveis, use as setas para cima e para baixo para analisar e a tecla enter para selecionar. Toque nos usuários do dispositivo, explore por toque ou com gestos de deslizar.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Inserir coluna à direita',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Inserir coluna',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Imagem do link',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Adicione uma imagem ou vídeo com um link',
|
|
269
273
|
'fabric.editor.insertMenu': 'Inserir elementos',
|
|
270
274
|
'fabric.editor.insertRow': 'Inserir linha abaixo',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Inserir linha',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Outros...',
|
|
338
342
|
'fabric.editor.outdent': 'Recuo para a esquerda',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Ações de página',
|
|
344
|
+
'fabric.editor.panel': 'Painel',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'Cor de fundo',
|
|
341
346
|
'fabric.editor.panel.emoji': 'Adicionar emoji',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Tipos de painel',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'ponto central de bloco',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'expansão aninhada',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'item de ação',
|
|
453
|
+
'fabric.editor.turnInto': 'Transformar em',
|
|
448
454
|
'fabric.editor.twoColumns': 'Layout com duas colunas',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Resultados de digitação antecipada',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Comece a digitar para pesquisar ou filtrar as opções de atalho',
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Перетаскивайте, чтобы переместить',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Переместить блок вниз',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Переместить блок вверх',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'Контент перемещен вниз',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'Контент перемещен вверх',
|
|
41
43
|
'fabric.editor.blockDescription': 'Отображение дополнительной информации о ссылке, включая краткое описание и действия',
|
|
42
44
|
'fabric.editor.blockTitle': 'Карточка',
|
|
43
45
|
'fabric.editor.blockquote': 'цитата',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'Если доступны результаты автозаполнения, используйте клавиши со стрелками вверх и вниз для просмотра и клавишу Enter для выбора. Если у вас сенсорное устройство, используйте для просмотра касание и смахивание.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Вставить столбец справа',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Вставить столбец',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Изображение по ссылке',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Добавить изображение или видео по ссылке',
|
|
269
273
|
'fabric.editor.insertMenu': 'Вставить элементы',
|
|
270
274
|
'fabric.editor.insertRow': 'Вставить строку ниже',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Вставить строку',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Прочее…',
|
|
338
342
|
'fabric.editor.outdent': 'Убрать отступ',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Действия со страницей',
|
|
344
|
+
'fabric.editor.panel': 'Панель',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'Цвет фона',
|
|
341
346
|
'fabric.editor.panel.emoji': 'Добавить эмодзи',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Типы панелей',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'узел блоков',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'узел развертывания вложенных элементов',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'действие',
|
|
453
|
+
'fabric.editor.turnInto': 'Превратить в',
|
|
448
454
|
'fabric.editor.twoColumns': 'Макет в два столбца',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Результаты автозаполнения',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Начните вводить текст для поиска или фильтрации сочетаний клавиш',
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra för att flytta',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Flytta ner',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Flytta upp',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'Innehållet har flyttats ner',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'Innehållet har flyttats upp',
|
|
41
43
|
'fabric.editor.blockDescription': 'Visa mer information om en länk, inklusive en sammanfattning och åtgärder',
|
|
42
44
|
'fabric.editor.blockTitle': 'Kort',
|
|
43
45
|
'fabric.editor.blockquote': 'ett citattecken',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'När autokompletteringsresultat är tillgängliga använder du upp- och nedpilarna för att granska och Enter för att välja. Användare med pekskärm kan utforska genom att röra vid skärmen eller svepa på den.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Infoga kolumn till höger',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Infoga kolumn',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Bild från länk',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Lägg till en bild eller video från en länk',
|
|
269
273
|
'fabric.editor.insertMenu': 'Infoga element',
|
|
270
274
|
'fabric.editor.insertRow': 'Infoga rad nedanför',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Infoga rad',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Annat ...',
|
|
338
342
|
'fabric.editor.outdent': 'Utdrag',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Sidåtgärder',
|
|
344
|
+
'fabric.editor.panel': 'Panel',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'Bakgrundsfärg',
|
|
341
346
|
'fabric.editor.panel.emoji': 'Lägg till emoji',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Paneltyper',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'en blockeringsslutpunkt',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'en staplad expanderingsslutpunkt',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'ett åtgärdsobjekt',
|
|
453
|
+
'fabric.editor.turnInto': 'Omvandla till',
|
|
448
454
|
'fabric.editor.twoColumns': 'Layout med två kolumner',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Autoförslagsresultat',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Börja skriva för att söka eller filtrera genvägsalternativ',
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'ลากเพื่อย้าย',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'เลื่อนลง',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'เลื่อนขึ้น',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'มีการย้ายเนื้อหาลงแล้ว',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'มีการย้ายเนื้อหาขึ้นแล้ว',
|
|
41
43
|
'fabric.editor.blockDescription': 'แสดงข้อมูลเพิ่มเติมเกี่ยวกับลิงก์ รวมถึงข้อมูลสรุปและการดำเนินการ',
|
|
42
44
|
'fabric.editor.blockTitle': 'การ์ด',
|
|
43
45
|
'fabric.editor.blockquote': 'ข้อความอ้างอิง',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'เมื่อผลการป้อนอัตโนมัติพร้อมใช้งานแล้ว ให้ใช้ลูกศรขึ้นและลงเพื่อตรวจสอบและกด Enter เพื่อเลือก ผู้ใช้อุปกรณ์สัมผัส สำรวจโดยการแตะหรือการปัดนิ้ว',
|
|
267
269
|
'fabric.editor.insertColumn': 'แทรกคอลัมน์ทางด้านขวา',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'แทรกคอลัมน์',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'รูปภาพจากลิงก์',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'เพิ่มรูปภาพหรือวิดีโอจากลิงก์',
|
|
269
273
|
'fabric.editor.insertMenu': 'แทรกองค์ประกอบ',
|
|
270
274
|
'fabric.editor.insertRow': 'แทรกแถวด้านล่าง',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'แทรกแถว',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'อื่น ๆ...',
|
|
338
342
|
'fabric.editor.outdent': 'ย่อหน้าออก',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'การดำเนินการของหน้าข้อมูล',
|
|
344
|
+
'fabric.editor.panel': 'แผง',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'สีพื้นหลัง',
|
|
341
346
|
'fabric.editor.panel.emoji': 'เพิ่มเอโมจิ',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'ประเภทแผง',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'โหนดบล็อก',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'การขยายที่ซ้อนกัน',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'รายการดำเนินการ',
|
|
453
|
+
'fabric.editor.turnInto': 'เปลี่ยนเป็น',
|
|
448
454
|
'fabric.editor.twoColumns': 'เค้าโครงสองคอลัมน์',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'ผลลัพธ์ในการพิมพ์ล่วงหน้า',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'เริ่มพิมพ์เพื่อค้นหาหรือกรองตัวเลือกทางลัด',
|