@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/dist/es2019/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/es2019/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/es2019/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/es2019/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/es2019/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/es2019/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',
|
|
@@ -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/es2019/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/es2019/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/es2019/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': 'เริ่มพิมพ์เพื่อค้นหาหรือกรองตัวเลือกทางลัด',
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Taşımak için sürükleyin',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Aşağı taşı',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Yukarı taşı',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'İçerik aşağıya taşındı',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'İçerik yukarıya taşındı',
|
|
41
43
|
'fabric.editor.blockDescription': 'Bağlantı hakkında özet ve işlemler de dahil olmak üzere daha fazla bilgi gösterir',
|
|
42
44
|
'fabric.editor.blockTitle': 'Kart',
|
|
43
45
|
'fabric.editor.blockquote': 'alıntı',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'Otomatik tamamlama sonuçları kullanılabilir olduğunda incelemek için yukarı ve aşağı ok tuşlarına, seçmek için Enter tuşuna basın. Dokunmatik cihaz kullanıcısıysanız dokunun veya kaydırma hareketlerini kullanın.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Sağa sütun ekle',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Sütun ekle',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Bağlantıdaki görüntü',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Bağlantıdan görsel veya video ekleyin',
|
|
269
273
|
'fabric.editor.insertMenu': 'Öğe ekleyin',
|
|
270
274
|
'fabric.editor.insertRow': 'Aşağıya satır ekle',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Satır ekle',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Diğerleri...',
|
|
338
342
|
'fabric.editor.outdent': 'Girintiyi azalt',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Sayfa işlemleri',
|
|
344
|
+
'fabric.editor.panel': 'Panel',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'Arkaplan rengi',
|
|
341
346
|
'fabric.editor.panel.emoji': 'Emoji ekle',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Panel Türleri',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'blok düğümü',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'iç içe geçmiş genişletme',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'eylem öğesi',
|
|
453
|
+
'fabric.editor.turnInto': 'Şuna dönüştür:',
|
|
448
454
|
'fabric.editor.twoColumns': 'İki sütunlu yerleşim',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Otomatik tamamlama sonuçları',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Kısayol seçeneklerini aramak ya da filtrelemek için yazmaya başlayın',
|
package/dist/es2019/i18n/uk.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': 'Вставити рядок',
|
|
@@ -292,6 +296,13 @@ export default {
|
|
|
292
296
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Ширину мультимедіа зменшено до {newMediaWidth,number} пікселя.} few {Ширину мультимедіа зменшено до {newMediaWidth,number} пікселів.} many {Ширину мультимедіа зменшено до {newMediaWidth,number} пікселів.} other {Ширину мультимедіа зменшено до {newMediaWidth,number} пікселів.}}',
|
|
293
297
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Ширину мультимедіа збільшено до {newMediaWidth,number} пікселя.} few {Ширину мультимедіа збільшено до {newMediaWidth,number} пікселів.} many {Ширину мультимедіа збільшено до {newMediaWidth,number} пікселів.} other {Ширину мультимедіа збільшено до {newMediaWidth,number} пікселів.}}',
|
|
294
298
|
'fabric.editor.media.MediaWidthIsMin': 'Об’єкт зменшено до мінімального розміру',
|
|
299
|
+
'fabric.editor.media.insert.cancel': 'Скасувати',
|
|
300
|
+
'fabric.editor.media.insert.errorMessage': 'На жаль, ми не можемо додати це посилання на зображення. Завантажте зображення, а потім перетягніть на сторінку.',
|
|
301
|
+
'fabric.editor.media.insert.insert': 'Вставити',
|
|
302
|
+
'fabric.editor.media.insert.loadPreview': 'Завантажити попередню версію',
|
|
303
|
+
'fabric.editor.media.insert.mediaAlt': 'Попередня версія переданого зображення або відеофайлу',
|
|
304
|
+
'fabric.editor.media.insert.pasteLinkToUpload': 'Вставте посилання для передавання',
|
|
305
|
+
'fabric.editor.media.insert.warning': 'Це зображення може не відображатися для інших через обмеження щодо його джерела. Спробуйте натомість передати файл.',
|
|
295
306
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Об’єкт збільшено до максимального розміру',
|
|
296
307
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'введення значення висоти',
|
|
297
308
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Висота',
|
|
@@ -337,6 +348,7 @@ export default {
|
|
|
337
348
|
'fabric.editor.other': 'Інше…',
|
|
338
349
|
'fabric.editor.outdent': 'Зменшити відступ',
|
|
339
350
|
'fabric.editor.pageActionsLabel': 'Дії на сторінці',
|
|
351
|
+
'fabric.editor.panel': 'Панель',
|
|
340
352
|
'fabric.editor.panel.backgroundColor': 'Колір фону',
|
|
341
353
|
'fabric.editor.panel.emoji': 'Додати емодзі',
|
|
342
354
|
'fabric.editor.panel.panelsGroup': 'Типи панелей',
|
|
@@ -445,6 +457,7 @@ export default {
|
|
|
445
457
|
'fabric.editor.tooltip.defaultBlockNode': 'вузол блокування',
|
|
446
458
|
'fabric.editor.tooltip.nestedExpand': 'вкладена розгортка',
|
|
447
459
|
'fabric.editor.tooltip.taskList': 'задача',
|
|
460
|
+
'fabric.editor.turnInto': 'Перетворити',
|
|
448
461
|
'fabric.editor.twoColumns': 'Макет із двома стовпцями',
|
|
449
462
|
'fabric.editor.typeAhead.popupLabel': 'Прогнозування результатів',
|
|
450
463
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Почніть вводити текст, щоб знайти або відфільтрувати варіанти гарячих клавіш',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Kéo để di chuyển',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Di chuyển xuống',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Di chuyển lên',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'Nội dung đã được chuyển xuống',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'Nội dung đã được chuyển lên',
|
|
41
43
|
'fabric.editor.blockDescription': 'Hiển thị thêm thông tin về liên kết, bao gồm bản tóm tắt và các thao tác',
|
|
42
44
|
'fabric.editor.blockTitle': 'Thẻ',
|
|
43
45
|
'fabric.editor.blockquote': 'một dấu ngoặc kép',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'fabric.editor.inputQueryAssistiveTxt': 'Khi có sẵn kết quả tự hoàn tất, hãy dùng các mũi tên lên và xuống để xem lại và enter để chọn. Người dùng thiết bị cảm ứng, khám phá bằng thao tác chạm hoặc bằng các cử chỉ vuốt.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Chèn cột vào bên phải',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Chèn cột',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Hình ảnh từ liên kết',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Thêm hình ảnh hoặc video từ một liên kết',
|
|
269
273
|
'fabric.editor.insertMenu': 'Chèn thành phần',
|
|
270
274
|
'fabric.editor.insertRow': 'Chèn hàng ở bên dưới',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Chèn hàng',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Khác...',
|
|
338
342
|
'fabric.editor.outdent': 'Nhô lề',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Thao tác trang',
|
|
344
|
+
'fabric.editor.panel': 'Bảng điều khiển',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'Màu nền',
|
|
341
346
|
'fabric.editor.panel.emoji': 'Thêm biểu tượng cảm xúc',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Các loại bảng điều khiển',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'một nút khối',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'nút mở rộng lồng nhau',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'một mục thao tác',
|
|
453
|
+
'fabric.editor.turnInto': 'Chuyển thành',
|
|
448
454
|
'fabric.editor.twoColumns': 'Bố cục hai cột',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Kết quả tự động điền',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Bắt đầu nhập để tìm kiếm hoặc lọc các tùy chọn lối tắt',
|
package/dist/es2019/i18n/zh.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': '开始输入以搜索或筛选快捷方式选项',
|
|
@@ -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': '自動完成結果可用時,請使用向上和向下箭頭查看,並輸入以進行選取。若您使用觸控螢幕裝置,請透過觸控或滑動手勢探索內容。',
|
|
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': '插入列',
|
|
@@ -292,6 +296,13 @@ export default {
|
|
|
292
296
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {媒體寬度已降低至 {newMediaWidth,number} 像素。}}',
|
|
293
297
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {媒體寬度已提升至 {newMediaWidth,number} 像素。}}',
|
|
294
298
|
'fabric.editor.media.MediaWidthIsMin': '媒體已縮減至最小',
|
|
299
|
+
'fabric.editor.media.insert.cancel': '取消',
|
|
300
|
+
'fabric.editor.media.insert.errorMessage': '很抱歉,我們無法新增此圖片連結。請下載圖片,然後拖放到頁面上。',
|
|
301
|
+
'fabric.editor.media.insert.insert': '插入',
|
|
302
|
+
'fabric.editor.media.insert.loadPreview': '載入預覽',
|
|
303
|
+
'fabric.editor.media.insert.mediaAlt': '上傳的圖片或影片檔案預覽',
|
|
304
|
+
'fabric.editor.media.insert.pasteLinkToUpload': '貼上連結以上傳',
|
|
305
|
+
'fabric.editor.media.insert.warning': '由於來源限制,其他人可能無法看到此圖片。您可以考慮改為上傳檔案。',
|
|
295
306
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': '媒體已增加至最大',
|
|
296
307
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '高度輸入',
|
|
297
308
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': '高度',
|
|
@@ -337,6 +348,7 @@ export default {
|
|
|
337
348
|
'fabric.editor.other': '其他...',
|
|
338
349
|
'fabric.editor.outdent': '減少縮排',
|
|
339
350
|
'fabric.editor.pageActionsLabel': '頁面動作',
|
|
351
|
+
'fabric.editor.panel': '面板',
|
|
340
352
|
'fabric.editor.panel.backgroundColor': '背景顏色',
|
|
341
353
|
'fabric.editor.panel.emoji': '新增表情符號',
|
|
342
354
|
'fabric.editor.panel.panelsGroup': '面板類型',
|
|
@@ -445,6 +457,7 @@ export default {
|
|
|
445
457
|
'fabric.editor.tooltip.defaultBlockNode': '區塊節點',
|
|
446
458
|
'fabric.editor.tooltip.nestedExpand': '巢狀擴充',
|
|
447
459
|
'fabric.editor.tooltip.taskList': '動作項目',
|
|
460
|
+
'fabric.editor.turnInto': '轉變成',
|
|
448
461
|
'fabric.editor.twoColumns': '兩欄版面配置',
|
|
449
462
|
'fabric.editor.typeAhead.popupLabel': '自動提示結果',
|
|
450
463
|
'fabric.editor.typeAhead.quickInsertInputLabel': '開始輸入以搜尋或篩選快速鍵選項',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isFedRamp } from './environment';
|
|
2
2
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
3
3
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
4
|
-
const packageVersion = "87.10.
|
|
4
|
+
const packageVersion = "87.10.2";
|
|
5
5
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
6
6
|
// Remove URL as it has UGC
|
|
7
7
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -12,7 +12,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
|
|
|
12
12
|
import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
|
|
13
13
|
import Layer from '../Layer';
|
|
14
14
|
const packageName = "@atlaskit/editor-common";
|
|
15
|
-
const packageVersion = "87.10.
|
|
15
|
+
const packageVersion = "87.10.2";
|
|
16
16
|
const halfFocusRing = 1;
|
|
17
17
|
const dropOffset = '0, 8';
|
|
18
18
|
class DropList extends Component {
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Přetažením přesunete.',
|
|
39
39
|
'fabric.editor.blockControlMoveDown': 'Posunout dolů',
|
|
40
40
|
'fabric.editor.blockControlMoveUp': 'Posunout nahoru',
|
|
41
|
+
'fabric.editor.blockControlMovedDown': 'Obsah byl posunut dolů.',
|
|
42
|
+
'fabric.editor.blockControlMovedUp': 'Obsah byl posunut nahoru.',
|
|
41
43
|
'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
|
|
42
44
|
'fabric.editor.blockTitle': 'Karta',
|
|
43
45
|
'fabric.editor.blockquote': 'citace',
|
|
@@ -266,6 +268,8 @@ export default {
|
|
|
266
268
|
'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.',
|
|
267
269
|
'fabric.editor.insertColumn': 'Vložit sloupec napravo',
|
|
268
270
|
'fabric.editor.insertColumnDrag': 'Vložit sloupec',
|
|
271
|
+
'fabric.editor.insertMediaFromUrl': 'Obrázek z odkazu',
|
|
272
|
+
'fabric.editor.insertMediaFromUrlDescription': 'Přidejte obrázek nebo video z odkazu.',
|
|
269
273
|
'fabric.editor.insertMenu': 'Vložit prvky',
|
|
270
274
|
'fabric.editor.insertRow': 'Vložit řádek pod',
|
|
271
275
|
'fabric.editor.insertRowDrag': 'Vložit řádek',
|
|
@@ -337,6 +341,7 @@ export default {
|
|
|
337
341
|
'fabric.editor.other': 'Jiné…',
|
|
338
342
|
'fabric.editor.outdent': 'Zmenšit odsazení',
|
|
339
343
|
'fabric.editor.pageActionsLabel': 'Akce stránky',
|
|
344
|
+
'fabric.editor.panel': 'Panel',
|
|
340
345
|
'fabric.editor.panel.backgroundColor': 'Barva pozadí',
|
|
341
346
|
'fabric.editor.panel.emoji': 'Přidat emoji',
|
|
342
347
|
'fabric.editor.panel.panelsGroup': 'Typy panelů',
|
|
@@ -445,6 +450,7 @@ export default {
|
|
|
445
450
|
'fabric.editor.tooltip.defaultBlockNode': 'uzel bloku',
|
|
446
451
|
'fabric.editor.tooltip.nestedExpand': 'vnořený rozbalovací uzel',
|
|
447
452
|
'fabric.editor.tooltip.taskList': 'položka akce',
|
|
453
|
+
'fabric.editor.turnInto': 'Proměnit na',
|
|
448
454
|
'fabric.editor.twoColumns': 'Rozvržení dvou sloupců',
|
|
449
455
|
'fabric.editor.typeAhead.popupLabel': 'Výsledky našeptávače',
|
|
450
456
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Když začnete psát, budou se vyhledávat/filtrovat možnosti zkratek.',
|