@atlaskit/editor-common 87.10.0 → 87.10.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 +16 -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/analytics/types/general-events.d.ts +2 -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/analytics/types/general-events.d.ts +2 -1
- 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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 87.10.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#130061](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/130061)
|
|
8
|
+
[`bdad694cb2c24`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bdad694cb2c24) -
|
|
9
|
+
[ux] [ED-24566] **@atlaskit/editor-plugin-media-insert**: When user clicks "Cancel" button on
|
|
10
|
+
insert media popup the focus is returned to the editor **@atlaskit/editor-common**: Added event
|
|
11
|
+
type for media insert cancelled analytics
|
|
12
|
+
|
|
13
|
+
## 87.10.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 87.10.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Přetažením přesunete.',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': 'Posunout dolů',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': 'Posunout nahoru',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': 'Obsah byl posunut dolů.',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': 'Obsah byl posunut nahoru.',
|
|
47
49
|
'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
|
|
48
50
|
'fabric.editor.blockTitle': 'Karta',
|
|
49
51
|
'fabric.editor.blockquote': 'citace',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'fabric.editor.inputQueryAssistiveTxt': 'Když jsou k dispozici výsledky automatického dokončování, použijte šipky nahoru a dolů k prohlížení a klávesu Enter k výběru. Uživatelé dotykových zařízení mohou k prohlížení použít dotyk nebo gesta potáhnutí prstem.',
|
|
273
275
|
'fabric.editor.insertColumn': 'Vložit sloupec napravo',
|
|
274
276
|
'fabric.editor.insertColumnDrag': 'Vložit sloupec',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': 'Obrázek z odkazu',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Přidejte obrázek nebo video z odkazu.',
|
|
275
279
|
'fabric.editor.insertMenu': 'Vložit prvky',
|
|
276
280
|
'fabric.editor.insertRow': 'Vložit řádek pod',
|
|
277
281
|
'fabric.editor.insertRowDrag': 'Vložit řádek',
|
|
@@ -343,6 +347,7 @@ var _default = exports.default = {
|
|
|
343
347
|
'fabric.editor.other': 'Jiné…',
|
|
344
348
|
'fabric.editor.outdent': 'Zmenšit odsazení',
|
|
345
349
|
'fabric.editor.pageActionsLabel': 'Akce stránky',
|
|
350
|
+
'fabric.editor.panel': 'Panel',
|
|
346
351
|
'fabric.editor.panel.backgroundColor': 'Barva pozadí',
|
|
347
352
|
'fabric.editor.panel.emoji': 'Přidat emoji',
|
|
348
353
|
'fabric.editor.panel.panelsGroup': 'Typy panelů',
|
|
@@ -451,6 +456,7 @@ var _default = exports.default = {
|
|
|
451
456
|
'fabric.editor.tooltip.defaultBlockNode': 'uzel bloku',
|
|
452
457
|
'fabric.editor.tooltip.nestedExpand': 'vnořený rozbalovací uzel',
|
|
453
458
|
'fabric.editor.tooltip.taskList': 'položka akce',
|
|
459
|
+
'fabric.editor.turnInto': 'Proměnit na',
|
|
454
460
|
'fabric.editor.twoColumns': 'Rozvržení dvou sloupců',
|
|
455
461
|
'fabric.editor.typeAhead.popupLabel': 'Výsledky našeptávače',
|
|
456
462
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Když začnete psát, budou se vyhledávat/filtrovat možnosti zkratek.',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Træk for at flytte',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': 'Flyt ned',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': 'Flyt op',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': 'Indhold er flyttet ned',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': 'Indhold er flyttet op',
|
|
47
49
|
'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
|
|
48
50
|
'fabric.editor.blockTitle': 'Kort',
|
|
49
51
|
'fabric.editor.blockquote': 'et citat',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'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.',
|
|
273
275
|
'fabric.editor.insertColumn': 'Indsæt kolonne til højre',
|
|
274
276
|
'fabric.editor.insertColumnDrag': 'Indsæt kolonne',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': 'Billede fra link',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Tilføj et billede eller en video fra et link',
|
|
275
279
|
'fabric.editor.insertMenu': 'Indsæt elementer',
|
|
276
280
|
'fabric.editor.insertRow': 'Indsæt række under',
|
|
277
281
|
'fabric.editor.insertRowDrag': 'Indsæt række',
|
|
@@ -343,6 +347,7 @@ var _default = exports.default = {
|
|
|
343
347
|
'fabric.editor.other': 'Andet …',
|
|
344
348
|
'fabric.editor.outdent': 'Ryk ud',
|
|
345
349
|
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
350
|
+
'fabric.editor.panel': 'Panel',
|
|
346
351
|
'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
|
|
347
352
|
'fabric.editor.panel.emoji': 'Tilføj emoji',
|
|
348
353
|
'fabric.editor.panel.panelsGroup': 'Paneltyper',
|
|
@@ -451,6 +456,7 @@ var _default = exports.default = {
|
|
|
451
456
|
'fabric.editor.tooltip.defaultBlockNode': 'en bloknode',
|
|
452
457
|
'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
|
|
453
458
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
459
|
+
'fabric.editor.turnInto': 'Skift til',
|
|
454
460
|
'fabric.editor.twoColumns': 'Layout med to kolonner',
|
|
455
461
|
'fabric.editor.typeAhead.popupLabel': 'Resultater for automatisk fuldførelse',
|
|
456
462
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begynd at skrive for at søge efter eller filtrere genvejsmuligheder',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Zum Verschieben ziehen',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': 'Nach unten verschieben',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': 'Nach oben verschieben',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': 'Inhalt wurde nach unten verschoben',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': 'Inhalt wurde nach oben verschoben',
|
|
47
49
|
'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
|
|
48
50
|
'fabric.editor.blockTitle': 'Karte',
|
|
49
51
|
'fabric.editor.blockquote': 'ein Angebot',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'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.',
|
|
273
275
|
'fabric.editor.insertColumn': 'Spalte rechts einfügen',
|
|
274
276
|
'fabric.editor.insertColumnDrag': 'Spalte einfügen',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': 'Bild per Link',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Bild oder Video per Link hinzufügen',
|
|
275
279
|
'fabric.editor.insertMenu': 'Elemente einfügen',
|
|
276
280
|
'fabric.editor.insertRow': 'Zeile unten einfügen',
|
|
277
281
|
'fabric.editor.insertRowDrag': 'Zeile einfügen',
|
|
@@ -343,6 +347,7 @@ var _default = exports.default = {
|
|
|
343
347
|
'fabric.editor.other': 'Sonstige …',
|
|
344
348
|
'fabric.editor.outdent': 'Einzug verkleinern',
|
|
345
349
|
'fabric.editor.pageActionsLabel': 'Seitenaktionen',
|
|
350
|
+
'fabric.editor.panel': 'Panel',
|
|
346
351
|
'fabric.editor.panel.backgroundColor': 'Hintergrundfarbe',
|
|
347
352
|
'fabric.editor.panel.emoji': 'Emoji hinzufügen',
|
|
348
353
|
'fabric.editor.panel.panelsGroup': 'Panel-Typen',
|
|
@@ -451,6 +456,7 @@ var _default = exports.default = {
|
|
|
451
456
|
'fabric.editor.tooltip.defaultBlockNode': 'ein Blockknoten',
|
|
452
457
|
'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
|
|
453
458
|
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
459
|
+
'fabric.editor.turnInto': 'Verwandeln in',
|
|
454
460
|
'fabric.editor.twoColumns': 'Layout mit zwei Spalten',
|
|
455
461
|
'fabric.editor.typeAhead.popupLabel': 'Ergebnisse der Vorschlagsfunktion',
|
|
456
462
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Beginnen Sie die Eingabe, um nach Optionen für Tastenkombinationen zu suchen oder diese zu filtern',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -302,6 +302,13 @@ var _default = exports.default = {
|
|
|
302
302
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
303
303
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to # pixel.} other {Media width increased to # pixels.}}',
|
|
304
304
|
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
305
|
+
'fabric.editor.media.insert.cancel': 'Cancel',
|
|
306
|
+
'fabric.editor.media.insert.errorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
307
|
+
'fabric.editor.media.insert.insert': 'Insert',
|
|
308
|
+
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
309
|
+
'fabric.editor.media.insert.mediaAlt': 'Preview for uploaded image or video file',
|
|
310
|
+
'fabric.editor.media.insert.pasteLinkToUpload': 'Paste link to upload',
|
|
311
|
+
'fabric.editor.media.insert.warning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
305
312
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media increased to the maximum size',
|
|
306
313
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
|
|
307
314
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -302,6 +302,13 @@ var _default = exports.default = {
|
|
|
302
302
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
303
303
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to # pixel.} other {Media width increased to # pixels.}}',
|
|
304
304
|
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
305
|
+
'fabric.editor.media.insert.cancel': 'Cancel',
|
|
306
|
+
'fabric.editor.media.insert.errorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
307
|
+
'fabric.editor.media.insert.insert': 'Insert',
|
|
308
|
+
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
309
|
+
'fabric.editor.media.insert.mediaAlt': 'Preview for uploaded image or video file',
|
|
310
|
+
'fabric.editor.media.insert.pasteLinkToUpload': 'Paste link to upload',
|
|
311
|
+
'fabric.editor.media.insert.warning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
305
312
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media increased to the maximum size',
|
|
306
313
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
|
|
307
314
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -302,6 +302,13 @@ var _default = exports.default = {
|
|
|
302
302
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to {newMediaWidth,number} pixel.} other {Media width decreased to {newMediaWidth,number} pixels.}}',
|
|
303
303
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to {newMediaWidth,number} pixel.} other {Media width increased to {newMediaWidth,number} pixels.}}',
|
|
304
304
|
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
305
|
+
'fabric.editor.media.insert.cancel': 'Cancel',
|
|
306
|
+
'fabric.editor.media.insert.errorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
307
|
+
'fabric.editor.media.insert.insert': 'Insert',
|
|
308
|
+
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
309
|
+
'fabric.editor.media.insert.mediaAlt': 'Preview for uploaded image or video file',
|
|
310
|
+
'fabric.editor.media.insert.pasteLinkToUpload': 'Paste link to upload',
|
|
311
|
+
'fabric.editor.media.insert.warning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
305
312
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media increased to the maximum size',
|
|
306
313
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
|
|
307
314
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Arrastrar para mover',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': 'Bajar',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': 'Subir',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': 'El contenido se ha movido hacia abajo',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': 'El contenido se ha movido hacia arriba',
|
|
47
49
|
'fabric.editor.blockDescription': 'Mostrar más información sobre un enlace, incluido un resumen y acciones',
|
|
48
50
|
'fabric.editor.blockTitle': 'Tarjeta',
|
|
49
51
|
'fabric.editor.blockquote': 'una cita',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'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.',
|
|
273
275
|
'fabric.editor.insertColumn': 'Insertar columna a la derecha',
|
|
274
276
|
'fabric.editor.insertColumnDrag': 'Insertar columna',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': 'Imagen de enlace',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Añadir una imagen o un vídeo desde un enlace',
|
|
275
279
|
'fabric.editor.insertMenu': 'Insertar elementos',
|
|
276
280
|
'fabric.editor.insertRow': 'Insertar fila debajo',
|
|
277
281
|
'fabric.editor.insertRowDrag': 'Insertar fila',
|
|
@@ -298,6 +302,13 @@ var _default = exports.default = {
|
|
|
298
302
|
'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.}}',
|
|
299
303
|
'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.}}',
|
|
300
304
|
'fabric.editor.media.MediaWidthIsMin': 'Medio reducido al tamaño mínimo',
|
|
305
|
+
'fabric.editor.media.insert.cancel': 'Cancelar',
|
|
306
|
+
'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.',
|
|
307
|
+
'fabric.editor.media.insert.insert': 'Insertar',
|
|
308
|
+
'fabric.editor.media.insert.loadPreview': 'Cargar vista previa',
|
|
309
|
+
'fabric.editor.media.insert.mediaAlt': 'Vista previa del archivo de imagen o vídeo subido',
|
|
310
|
+
'fabric.editor.media.insert.pasteLinkToUpload': 'Pegar enlace para subirlo',
|
|
311
|
+
'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.',
|
|
301
312
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Medio aumentado al tamaño máximo',
|
|
302
313
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'entrada de altura',
|
|
303
314
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Altura',
|
|
@@ -343,6 +354,7 @@ var _default = exports.default = {
|
|
|
343
354
|
'fabric.editor.other': 'Otros...',
|
|
344
355
|
'fabric.editor.outdent': 'Anular sangría',
|
|
345
356
|
'fabric.editor.pageActionsLabel': 'Acciones de la página',
|
|
357
|
+
'fabric.editor.panel': 'Panel',
|
|
346
358
|
'fabric.editor.panel.backgroundColor': 'Color de fondo',
|
|
347
359
|
'fabric.editor.panel.emoji': 'Añadir emoji',
|
|
348
360
|
'fabric.editor.panel.panelsGroup': 'Tipos de paneles',
|
|
@@ -451,6 +463,7 @@ var _default = exports.default = {
|
|
|
451
463
|
'fabric.editor.tooltip.defaultBlockNode': 'un nodo de bloqueo',
|
|
452
464
|
'fabric.editor.tooltip.nestedExpand': 'una expansión anidada',
|
|
453
465
|
'fabric.editor.tooltip.taskList': 'un elemento de acción',
|
|
466
|
+
'fabric.editor.turnInto': 'Convertir en',
|
|
454
467
|
'fabric.editor.twoColumns': 'Diseño de dos columnas',
|
|
455
468
|
'fabric.editor.typeAhead.popupLabel': 'Resultados de escritura predictiva',
|
|
456
469
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Comienza a escribir para buscar o filtrar opciones de atajos de teclado',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Siirrä vetämällä',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': 'Siirrä alas',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': 'Siirrä ylös',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': 'Sisältö on siirretty alas',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': 'Sisältö on siirretty ylös',
|
|
47
49
|
'fabric.editor.blockDescription': 'Näytä lisätietoja linkistä, kuten yhteenveto ja toiminnot',
|
|
48
50
|
'fabric.editor.blockTitle': 'Kortti',
|
|
49
51
|
'fabric.editor.blockquote': 'sitaatti',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'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ä.',
|
|
273
275
|
'fabric.editor.insertColumn': 'Lisää sarake oikealle',
|
|
274
276
|
'fabric.editor.insertColumnDrag': 'Lisää sarake',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': 'Kuva linkistä',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Lisää kuva tai video linkistä',
|
|
275
279
|
'fabric.editor.insertMenu': 'Lisää elementtejä',
|
|
276
280
|
'fabric.editor.insertRow': 'Lisää rivi alle',
|
|
277
281
|
'fabric.editor.insertRowDrag': 'Lisää rivi',
|
|
@@ -343,6 +347,7 @@ var _default = exports.default = {
|
|
|
343
347
|
'fabric.editor.other': 'Muut...',
|
|
344
348
|
'fabric.editor.outdent': 'Ulonnus',
|
|
345
349
|
'fabric.editor.pageActionsLabel': 'Sivun toiminnot',
|
|
350
|
+
'fabric.editor.panel': 'Paneeli',
|
|
346
351
|
'fabric.editor.panel.backgroundColor': 'Taustaväri',
|
|
347
352
|
'fabric.editor.panel.emoji': 'Lisää emoji',
|
|
348
353
|
'fabric.editor.panel.panelsGroup': 'Paneelityypit',
|
|
@@ -451,6 +456,7 @@ var _default = exports.default = {
|
|
|
451
456
|
'fabric.editor.tooltip.defaultBlockNode': 'lohkon solmu',
|
|
452
457
|
'fabric.editor.tooltip.nestedExpand': 'sisäkkäinen laajennus',
|
|
453
458
|
'fabric.editor.tooltip.taskList': 'toimintakohde',
|
|
459
|
+
'fabric.editor.turnInto': 'Muuta elementiksi',
|
|
454
460
|
'fabric.editor.twoColumns': 'Kahden sarakkeen asettelu',
|
|
455
461
|
'fabric.editor.typeAhead.popupLabel': 'Kirjoituksen täydentämisen tulokset',
|
|
456
462
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Aloita kirjoittaminen hakeaksesi tai suodattaaksesi pikanäppäinvalintoja',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Faites glisser pour déplacer',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': 'Déplacer vers le bas',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': 'Déplacer vers le haut',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': 'Le contenu a été déplacé vers le bas',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': 'Le contenu a été déplacé vers le haut',
|
|
47
49
|
'fabric.editor.blockDescription': "Affichez plus d'informations concernant un lien, y compris un résumé et des actions",
|
|
48
50
|
'fabric.editor.blockTitle': 'Carte',
|
|
49
51
|
'fabric.editor.blockquote': 'une citation',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'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.",
|
|
273
275
|
'fabric.editor.insertColumn': 'Insérer une colonne à droite',
|
|
274
276
|
'fabric.editor.insertColumnDrag': 'Insérer une colonne',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': 'Image du lien',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': "Ajouter une image ou une vidéo à partir d'un lien",
|
|
275
279
|
'fabric.editor.insertMenu': 'Insérer des éléments',
|
|
276
280
|
'fabric.editor.insertRow': 'Insérer une ligne en dessous',
|
|
277
281
|
'fabric.editor.insertRowDrag': 'Insérer une ligne',
|
|
@@ -343,6 +347,7 @@ var _default = exports.default = {
|
|
|
343
347
|
'fabric.editor.other': 'Autres…',
|
|
344
348
|
'fabric.editor.outdent': 'Retrait négatif',
|
|
345
349
|
'fabric.editor.pageActionsLabel': 'Actions de page',
|
|
350
|
+
'fabric.editor.panel': 'Volet',
|
|
346
351
|
'fabric.editor.panel.backgroundColor': "Couleur d'arrière-plan",
|
|
347
352
|
'fabric.editor.panel.emoji': 'Ajouter une émoticône',
|
|
348
353
|
'fabric.editor.panel.panelsGroup': 'Types de panneaux',
|
|
@@ -451,6 +456,7 @@ var _default = exports.default = {
|
|
|
451
456
|
'fabric.editor.tooltip.defaultBlockNode': 'un nœud de bloc',
|
|
452
457
|
'fabric.editor.tooltip.nestedExpand': 'une extension imbriquée',
|
|
453
458
|
'fabric.editor.tooltip.taskList': 'une mesure',
|
|
459
|
+
'fabric.editor.turnInto': 'Transformer en',
|
|
454
460
|
'fabric.editor.twoColumns': 'Disposition en deux colonnes',
|
|
455
461
|
'fabric.editor.typeAhead.popupLabel': 'Résultats de la saisie semi-automatique',
|
|
456
462
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Commencez à taper pour rechercher ou filtrer les options de raccourci',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Az áthelyezéshez húzd át',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': 'Mozgatás le',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': 'Mozgatás fel',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': 'A tartalom lejjebb lett helyezve',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': 'A tartalom feljebb lett helyezve',
|
|
47
49
|
'fabric.editor.blockDescription': 'Több információ, többek között az összefoglaló és a műveletek megjelenítése egy linkről',
|
|
48
50
|
'fabric.editor.blockTitle': 'Kártya',
|
|
49
51
|
'fabric.editor.blockquote': 'Idézet',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'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.',
|
|
273
275
|
'fabric.editor.insertColumn': 'Oszlop beszúrása jobbra',
|
|
274
276
|
'fabric.editor.insertColumnDrag': 'Oszlop beszúrása',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': 'Kép linkből',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Kép vagy videó hozzáadása egy linkből',
|
|
275
279
|
'fabric.editor.insertMenu': 'Elemek beszúrása',
|
|
276
280
|
'fabric.editor.insertRow': 'Sor beszúrása alább',
|
|
277
281
|
'fabric.editor.insertRowDrag': 'Sor beszúrása',
|
|
@@ -343,6 +347,7 @@ var _default = exports.default = {
|
|
|
343
347
|
'fabric.editor.other': 'Egyebek...',
|
|
344
348
|
'fabric.editor.outdent': 'Kihúzás',
|
|
345
349
|
'fabric.editor.pageActionsLabel': 'Oldalműveletek',
|
|
350
|
+
'fabric.editor.panel': 'Panel',
|
|
346
351
|
'fabric.editor.panel.backgroundColor': 'Háttérszín',
|
|
347
352
|
'fabric.editor.panel.emoji': 'Emoji hozzáadása',
|
|
348
353
|
'fabric.editor.panel.panelsGroup': 'Paneltípusok',
|
|
@@ -451,6 +456,7 @@ var _default = exports.default = {
|
|
|
451
456
|
'fabric.editor.tooltip.defaultBlockNode': 'blokk csomópont',
|
|
452
457
|
'fabric.editor.tooltip.nestedExpand': 'beágyazott kibontás',
|
|
453
458
|
'fabric.editor.tooltip.taskList': 'műveleti elem',
|
|
459
|
+
'fabric.editor.turnInto': 'Átalakítás',
|
|
454
460
|
'fabric.editor.twoColumns': 'Kétoszlopos elrendezés',
|
|
455
461
|
'fabric.editor.typeAhead.popupLabel': 'Előre gépelt eredmények',
|
|
456
462
|
'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/cjs/i18n/it.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Trascina per spostare',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': 'Sposta giù',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': 'Sposta su',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': 'Il contenuto è stato spostato verso il basso',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': "Il contenuto è stato spostato verso l'alto",
|
|
47
49
|
'fabric.editor.blockDescription': 'Visualizza ulteriori informazioni relative al link, come riepilogo e azioni',
|
|
48
50
|
'fabric.editor.blockTitle': 'Scheda',
|
|
49
51
|
'fabric.editor.blockquote': 'una virgoletta',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'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.',
|
|
273
275
|
'fabric.editor.insertColumn': 'Inserisci colonna a destra',
|
|
274
276
|
'fabric.editor.insertColumnDrag': 'Inserisci colonna',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': 'Immagine dal link',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': "Aggiungi un'immagine o un video da un link",
|
|
275
279
|
'fabric.editor.insertMenu': 'Inserisci elementi',
|
|
276
280
|
'fabric.editor.insertRow': 'Inserisci riga sotto',
|
|
277
281
|
'fabric.editor.insertRowDrag': 'Inserisci riga',
|
|
@@ -343,6 +347,7 @@ var _default = exports.default = {
|
|
|
343
347
|
'fabric.editor.other': 'Altri...',
|
|
344
348
|
'fabric.editor.outdent': 'Annulla rientro',
|
|
345
349
|
'fabric.editor.pageActionsLabel': 'Azioni sulla pagina',
|
|
350
|
+
'fabric.editor.panel': 'Pannello',
|
|
346
351
|
'fabric.editor.panel.backgroundColor': 'Colore di sfondo',
|
|
347
352
|
'fabric.editor.panel.emoji': 'Aggiungi emoji',
|
|
348
353
|
'fabric.editor.panel.panelsGroup': 'Tipi di riquadri',
|
|
@@ -451,6 +456,7 @@ var _default = exports.default = {
|
|
|
451
456
|
'fabric.editor.tooltip.defaultBlockNode': 'un nodo di blocco',
|
|
452
457
|
'fabric.editor.tooltip.nestedExpand': "un'espansione annidata",
|
|
453
458
|
'fabric.editor.tooltip.taskList': 'un elemento di azione',
|
|
459
|
+
'fabric.editor.turnInto': 'Trasforma in',
|
|
454
460
|
'fabric.editor.twoColumns': 'Layout a due colonne',
|
|
455
461
|
'fabric.editor.typeAhead.popupLabel': 'Risultati del completamento automatico',
|
|
456
462
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Inizia a digitare per cercare o filtrare le opzioni delle scelte rapide',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'ドラッグして移動',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': '下に移動',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': '上に移動',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': 'コンテンツが下に移動されました',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': 'コンテンツが上に移動されました',
|
|
47
49
|
'fabric.editor.blockDescription': '要約やアクションなど、リンクの詳細を表示します。',
|
|
48
50
|
'fabric.editor.blockTitle': 'カード',
|
|
49
51
|
'fabric.editor.blockquote': '引用',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'fabric.editor.inputQueryAssistiveTxt': 'オートコンプリートの結果を利用できる際は、上下の矢印キーによって確認して Enter キーを押して選択します。タッチ デバイスのユーザーは、タッチまたはスワイプして検索してください。',
|
|
273
275
|
'fabric.editor.insertColumn': '列を右に挿入',
|
|
274
276
|
'fabric.editor.insertColumnDrag': '列を挿入',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': 'リンクから画像を挿入',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': 'リンクから画像または動画を追加します',
|
|
275
279
|
'fabric.editor.insertMenu': '要素を挿入',
|
|
276
280
|
'fabric.editor.insertRow': '行を下に挿入',
|
|
277
281
|
'fabric.editor.insertRowDrag': '行を挿入',
|
|
@@ -343,6 +347,7 @@ var _default = exports.default = {
|
|
|
343
347
|
'fabric.editor.other': 'その他…',
|
|
344
348
|
'fabric.editor.outdent': 'インデント解除',
|
|
345
349
|
'fabric.editor.pageActionsLabel': 'ページ操作',
|
|
350
|
+
'fabric.editor.panel': 'パネル',
|
|
346
351
|
'fabric.editor.panel.backgroundColor': '背景色',
|
|
347
352
|
'fabric.editor.panel.emoji': '絵文字を追加',
|
|
348
353
|
'fabric.editor.panel.panelsGroup': 'パネル タイプ',
|
|
@@ -451,6 +456,7 @@ var _default = exports.default = {
|
|
|
451
456
|
'fabric.editor.tooltip.defaultBlockNode': 'ブロック ノード',
|
|
452
457
|
'fabric.editor.tooltip.nestedExpand': '入れ子の展開ノード',
|
|
453
458
|
'fabric.editor.tooltip.taskList': 'アクション アイテム',
|
|
459
|
+
'fabric.editor.turnInto': '次に変換する',
|
|
454
460
|
'fabric.editor.twoColumns': '2 列レイアウト',
|
|
455
461
|
'fabric.editor.typeAhead.popupLabel': '先行入力の結果',
|
|
456
462
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'ショートカット オプションを検索または絞り込むには、入力を開始してください。',
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': '끌어서 이동',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': '아래로 이동',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': '위로 이동',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': '콘텐츠를 아래로 이동했습니다',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': '콘텐츠를 위로 이동했습니다',
|
|
47
49
|
'fabric.editor.blockDescription': '요약 및 작업을 포함하여 링크에 대한 추가 정보 표시',
|
|
48
50
|
'fabric.editor.blockTitle': '카드',
|
|
49
51
|
'fabric.editor.blockquote': '인용',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'fabric.editor.inputQueryAssistiveTxt': '자동 완성 결과를 사용할 수 있으면 위 화살표와 아래 화살표를 사용하여 검토하고 Enter 키를 눌러 선택합니다. 터치 기기 사용자는 터치 또는 스와이프 동작으로 탐색하세요.',
|
|
273
275
|
'fabric.editor.insertColumn': '오른쪽에 열 삽입',
|
|
274
276
|
'fabric.editor.insertColumnDrag': '열 삽입',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': '링크의 이미지',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': '링크에서 이미지 또는 동영상을 추가하세요',
|
|
275
279
|
'fabric.editor.insertMenu': '요소 삽입',
|
|
276
280
|
'fabric.editor.insertRow': '아래에 행 삽입',
|
|
277
281
|
'fabric.editor.insertRowDrag': '행 삽입',
|
|
@@ -343,6 +347,7 @@ var _default = exports.default = {
|
|
|
343
347
|
'fabric.editor.other': '기타...',
|
|
344
348
|
'fabric.editor.outdent': '내어쓰기',
|
|
345
349
|
'fabric.editor.pageActionsLabel': '페이지 작업',
|
|
350
|
+
'fabric.editor.panel': '패널',
|
|
346
351
|
'fabric.editor.panel.backgroundColor': '배경색',
|
|
347
352
|
'fabric.editor.panel.emoji': '이모지 추가',
|
|
348
353
|
'fabric.editor.panel.panelsGroup': '패널 유형',
|
|
@@ -451,6 +456,7 @@ var _default = exports.default = {
|
|
|
451
456
|
'fabric.editor.tooltip.defaultBlockNode': '블록 노드',
|
|
452
457
|
'fabric.editor.tooltip.nestedExpand': '중첩된 확장',
|
|
453
458
|
'fabric.editor.tooltip.taskList': '작업 항목',
|
|
459
|
+
'fabric.editor.turnInto': '다음으로 전환',
|
|
454
460
|
'fabric.editor.twoColumns': '열 2개 레이아웃',
|
|
455
461
|
'fabric.editor.typeAhead.popupLabel': '자동 완성 결과',
|
|
456
462
|
'fabric.editor.typeAhead.quickInsertInputLabel': '입력을 시작하여 바로 가기 옵션을 검색하거나 필터링',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra for å flytte',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': 'Flytt ned',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': 'Flytt opp',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': 'Innholdet er flyttet nedover',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': 'Innholdet er flyttet oppover',
|
|
47
49
|
'fabric.editor.blockDescription': 'Vis mer informasjon om en kobling, inkludert et sammendrag og handlinger',
|
|
48
50
|
'fabric.editor.blockTitle': 'Kort',
|
|
49
51
|
'fabric.editor.blockquote': 'et sitat',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'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.',
|
|
273
275
|
'fabric.editor.insertColumn': 'Sett inn kolonne til høyre',
|
|
274
276
|
'fabric.editor.insertColumnDrag': 'Sett inn kolonne',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': 'Bilde fra kobling',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Legg til et bilde eller en video fra en kobling',
|
|
275
279
|
'fabric.editor.insertMenu': 'Sett inn elementer',
|
|
276
280
|
'fabric.editor.insertRow': 'Sett inn rad under',
|
|
277
281
|
'fabric.editor.insertRowDrag': 'Sett inn rad',
|
|
@@ -343,6 +347,7 @@ var _default = exports.default = {
|
|
|
343
347
|
'fabric.editor.other': 'Andre …',
|
|
344
348
|
'fabric.editor.outdent': 'Reduser innrykk',
|
|
345
349
|
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
350
|
+
'fabric.editor.panel': 'Panel',
|
|
346
351
|
'fabric.editor.panel.backgroundColor': 'Bakgrunnsfarge',
|
|
347
352
|
'fabric.editor.panel.emoji': 'Legg til emoji',
|
|
348
353
|
'fabric.editor.panel.panelsGroup': 'Paneltyper',
|
|
@@ -451,6 +456,7 @@ var _default = exports.default = {
|
|
|
451
456
|
'fabric.editor.tooltip.defaultBlockNode': 'en blokknode',
|
|
452
457
|
'fabric.editor.tooltip.nestedExpand': 'en nestet utvidelse',
|
|
453
458
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
459
|
+
'fabric.editor.turnInto': 'Gjør om til',
|
|
454
460
|
'fabric.editor.twoColumns': 'Oppsett for to kolonner',
|
|
455
461
|
'fabric.editor.typeAhead.popupLabel': 'Resultater for tastaturkontroll',
|
|
456
462
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begynn å skrive for å søke eller filtrere snarveialternativer',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Sleep om te verplaatsen',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': 'Verplaats naar beneden',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': 'Verplaats naar boven',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': 'Inhoud is naar beneden verplaatst',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': 'Inhoud is naar boven verplaatst',
|
|
47
49
|
'fabric.editor.blockDescription': 'Meer informatie weergeven over een link, inclusief een samenvatting en acties',
|
|
48
50
|
'fabric.editor.blockTitle': 'Kaart',
|
|
49
51
|
'fabric.editor.blockquote': 'een citaat',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'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.',
|
|
273
275
|
'fabric.editor.insertColumn': 'Kolom rechts invoegen',
|
|
274
276
|
'fabric.editor.insertColumnDrag': 'Voeg kolom in',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': 'Afbeelding vanaf een link',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Voeg een afbeelding of video toe vanaf een link',
|
|
275
279
|
'fabric.editor.insertMenu': 'Elementen invoegen',
|
|
276
280
|
'fabric.editor.insertRow': 'Rij onder invoegen',
|
|
277
281
|
'fabric.editor.insertRowDrag': 'Voeg rij in',
|
|
@@ -343,6 +347,7 @@ var _default = exports.default = {
|
|
|
343
347
|
'fabric.editor.other': 'Andere ...',
|
|
344
348
|
'fabric.editor.outdent': 'Inspringen verkleinen',
|
|
345
349
|
'fabric.editor.pageActionsLabel': 'Pagina-acties',
|
|
350
|
+
'fabric.editor.panel': 'Paneel',
|
|
346
351
|
'fabric.editor.panel.backgroundColor': 'Achtergrondkleur',
|
|
347
352
|
'fabric.editor.panel.emoji': 'Emoticon toevoegen',
|
|
348
353
|
'fabric.editor.panel.panelsGroup': 'Typen panelen',
|
|
@@ -451,6 +456,7 @@ var _default = exports.default = {
|
|
|
451
456
|
'fabric.editor.tooltip.defaultBlockNode': 'een blokknooppunt',
|
|
452
457
|
'fabric.editor.tooltip.nestedExpand': 'een geneste uitgeklapte knooppunt',
|
|
453
458
|
'fabric.editor.tooltip.taskList': 'een actiepunt',
|
|
459
|
+
'fabric.editor.turnInto': 'Omzetten in',
|
|
454
460
|
'fabric.editor.twoColumns': 'Lay-out van twee kolommen',
|
|
455
461
|
'fabric.editor.typeAhead.popupLabel': 'Resultaten typeahead',
|
|
456
462
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin te typen om te zoeken of om te filteren op opties voor sneltoetsen',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Przeciągnij, aby przenieść',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': 'Przenieś niżej',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': 'Przenieś wyżej',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': 'Zawartość została przeniesiona w dół',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': 'Zawartość została przeniesiona w górę',
|
|
47
49
|
'fabric.editor.blockDescription': 'Wyświetla więcej informacji o łączu, w tym podsumowanie i czynności',
|
|
48
50
|
'fabric.editor.blockTitle': 'Karta',
|
|
49
51
|
'fabric.editor.blockquote': 'cudzysłów',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'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.',
|
|
273
275
|
'fabric.editor.insertColumn': 'Wstaw kolumnę z prawej',
|
|
274
276
|
'fabric.editor.insertColumnDrag': 'Wstaw kolumnę',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': 'Obraz z łącza',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Dodaj obraz lub film z łącza',
|
|
275
279
|
'fabric.editor.insertMenu': 'Wstaw elementy',
|
|
276
280
|
'fabric.editor.insertRow': 'Wstaw wiersz poniżej',
|
|
277
281
|
'fabric.editor.insertRowDrag': 'Wstaw wiersz',
|
|
@@ -343,6 +347,7 @@ var _default = exports.default = {
|
|
|
343
347
|
'fabric.editor.other': 'Inne...',
|
|
344
348
|
'fabric.editor.outdent': 'Zmniejsz wcięcie',
|
|
345
349
|
'fabric.editor.pageActionsLabel': 'Czynności na stronie',
|
|
350
|
+
'fabric.editor.panel': 'Panel',
|
|
346
351
|
'fabric.editor.panel.backgroundColor': 'Kolor tła',
|
|
347
352
|
'fabric.editor.panel.emoji': 'Dodaj emoji',
|
|
348
353
|
'fabric.editor.panel.panelsGroup': 'Rodzaje paneli',
|
|
@@ -451,6 +456,7 @@ var _default = exports.default = {
|
|
|
451
456
|
'fabric.editor.tooltip.defaultBlockNode': 'węzeł bloku',
|
|
452
457
|
'fabric.editor.tooltip.nestedExpand': 'zagnieżdżony węzeł rozwijany',
|
|
453
458
|
'fabric.editor.tooltip.taskList': 'czynność do wykonania',
|
|
459
|
+
'fabric.editor.turnInto': 'Zmień w',
|
|
454
460
|
'fabric.editor.twoColumns': 'Układ dwukolumnowy',
|
|
455
461
|
'fabric.editor.typeAhead.popupLabel': 'Wyniki autouzupełniania',
|
|
456
462
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Zacznij pisać, aby wyszukać lub filtrować opcje skrótów',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Arraste para mover',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': 'Mover para baixo',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': 'Mover para cima',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': 'O conteúdo foi movido para baixo',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': 'O conteúdo foi movido para cima',
|
|
47
49
|
'fabric.editor.blockDescription': 'Mostrar mais informações sobre links, incluindo resumo e ações',
|
|
48
50
|
'fabric.editor.blockTitle': 'Cartão',
|
|
49
51
|
'fabric.editor.blockquote': 'citação',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'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.',
|
|
273
275
|
'fabric.editor.insertColumn': 'Inserir coluna à direita',
|
|
274
276
|
'fabric.editor.insertColumnDrag': 'Inserir coluna',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': 'Imagem do link',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Adicione uma imagem ou vídeo com um link',
|
|
275
279
|
'fabric.editor.insertMenu': 'Inserir elementos',
|
|
276
280
|
'fabric.editor.insertRow': 'Inserir linha abaixo',
|
|
277
281
|
'fabric.editor.insertRowDrag': 'Inserir linha',
|
|
@@ -343,6 +347,7 @@ var _default = exports.default = {
|
|
|
343
347
|
'fabric.editor.other': 'Outros...',
|
|
344
348
|
'fabric.editor.outdent': 'Recuo para a esquerda',
|
|
345
349
|
'fabric.editor.pageActionsLabel': 'Ações de página',
|
|
350
|
+
'fabric.editor.panel': 'Painel',
|
|
346
351
|
'fabric.editor.panel.backgroundColor': 'Cor de fundo',
|
|
347
352
|
'fabric.editor.panel.emoji': 'Adicionar emoji',
|
|
348
353
|
'fabric.editor.panel.panelsGroup': 'Tipos de painel',
|
|
@@ -451,6 +456,7 @@ var _default = exports.default = {
|
|
|
451
456
|
'fabric.editor.tooltip.defaultBlockNode': 'ponto central de bloco',
|
|
452
457
|
'fabric.editor.tooltip.nestedExpand': 'expansão aninhada',
|
|
453
458
|
'fabric.editor.tooltip.taskList': 'item de ação',
|
|
459
|
+
'fabric.editor.turnInto': 'Transformar em',
|
|
454
460
|
'fabric.editor.twoColumns': 'Layout com duas colunas',
|
|
455
461
|
'fabric.editor.typeAhead.popupLabel': 'Resultados de digitação antecipada',
|
|
456
462
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Comece a digitar para pesquisar ou filtrar as opções de atalho',
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Перетаскивайте, чтобы переместить',
|
|
45
45
|
'fabric.editor.blockControlMoveDown': 'Переместить блок вниз',
|
|
46
46
|
'fabric.editor.blockControlMoveUp': 'Переместить блок вверх',
|
|
47
|
+
'fabric.editor.blockControlMovedDown': 'Контент перемещен вниз',
|
|
48
|
+
'fabric.editor.blockControlMovedUp': 'Контент перемещен вверх',
|
|
47
49
|
'fabric.editor.blockDescription': 'Отображение дополнительной информации о ссылке, включая краткое описание и действия',
|
|
48
50
|
'fabric.editor.blockTitle': 'Карточка',
|
|
49
51
|
'fabric.editor.blockquote': 'цитата',
|
|
@@ -272,6 +274,8 @@ var _default = exports.default = {
|
|
|
272
274
|
'fabric.editor.inputQueryAssistiveTxt': 'Если доступны результаты автозаполнения, используйте клавиши со стрелками вверх и вниз для просмотра и клавишу Enter для выбора. Если у вас сенсорное устройство, используйте для просмотра касание и смахивание.',
|
|
273
275
|
'fabric.editor.insertColumn': 'Вставить столбец справа',
|
|
274
276
|
'fabric.editor.insertColumnDrag': 'Вставить столбец',
|
|
277
|
+
'fabric.editor.insertMediaFromUrl': 'Изображение по ссылке',
|
|
278
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Добавить изображение или видео по ссылке',
|
|
275
279
|
'fabric.editor.insertMenu': 'Вставить элементы',
|
|
276
280
|
'fabric.editor.insertRow': 'Вставить строку ниже',
|
|
277
281
|
'fabric.editor.insertRowDrag': 'Вставить строку',
|
|
@@ -343,6 +347,7 @@ var _default = exports.default = {
|
|
|
343
347
|
'fabric.editor.other': 'Прочее…',
|
|
344
348
|
'fabric.editor.outdent': 'Убрать отступ',
|
|
345
349
|
'fabric.editor.pageActionsLabel': 'Действия со страницей',
|
|
350
|
+
'fabric.editor.panel': 'Панель',
|
|
346
351
|
'fabric.editor.panel.backgroundColor': 'Цвет фона',
|
|
347
352
|
'fabric.editor.panel.emoji': 'Добавить эмодзи',
|
|
348
353
|
'fabric.editor.panel.panelsGroup': 'Типы панелей',
|
|
@@ -451,6 +456,7 @@ var _default = exports.default = {
|
|
|
451
456
|
'fabric.editor.tooltip.defaultBlockNode': 'узел блоков',
|
|
452
457
|
'fabric.editor.tooltip.nestedExpand': 'узел развертывания вложенных элементов',
|
|
453
458
|
'fabric.editor.tooltip.taskList': 'действие',
|
|
459
|
+
'fabric.editor.turnInto': 'Превратить в',
|
|
454
460
|
'fabric.editor.twoColumns': 'Макет в два столбца',
|
|
455
461
|
'fabric.editor.typeAhead.popupLabel': 'Результаты автозаполнения',
|
|
456
462
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Начните вводить текст для поиска или фильтрации сочетаний клавиш',
|