@atlaskit/editor-common 99.6.1 → 99.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/dist/cjs/i18n/cs.js +5 -0
- package/dist/cjs/i18n/da.js +5 -0
- package/dist/cjs/i18n/de.js +6 -0
- package/dist/cjs/i18n/en.js +80 -0
- package/dist/cjs/i18n/en_GB.js +80 -0
- package/dist/cjs/i18n/en_ZZ.js +80 -0
- package/dist/cjs/i18n/es.js +10 -0
- package/dist/cjs/i18n/fi.js +5 -0
- package/dist/cjs/i18n/fr.js +6 -0
- package/dist/cjs/i18n/hu.js +6 -0
- package/dist/cjs/i18n/it.js +5 -0
- package/dist/cjs/i18n/ja.js +5 -0
- package/dist/cjs/i18n/ko.js +5 -0
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +5 -0
- package/dist/cjs/i18n/pl.js +6 -0
- package/dist/cjs/i18n/pt_BR.js +5 -0
- package/dist/cjs/i18n/ru.js +9 -0
- package/dist/cjs/i18n/sv.js +5 -0
- package/dist/cjs/i18n/th.js +5 -0
- package/dist/cjs/i18n/tr.js +5 -0
- package/dist/cjs/i18n/uk.js +9 -0
- package/dist/cjs/i18n/vi.js +6 -0
- package/dist/cjs/i18n/zh.js +5 -0
- package/dist/cjs/i18n/zh_TW.js +5 -0
- package/dist/cjs/link/LinkSearch/index.js +1 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/node-width/index.js +41 -4
- package/dist/cjs/react-node-view/getInlineNodeViewProducer.js +75 -19
- package/dist/cjs/react-node-view/onVisibleObserverFactory.js +48 -0
- package/dist/cjs/safe-plugin/index.js +1 -2
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/WithCreateAnalyticsEvent/index.js +1 -0
- package/dist/cjs/utils/compare-props.js +2 -2
- package/dist/cjs/utils/compareNodes.js +2 -2
- package/dist/cjs/utils/filter/privacy-filter.js +3 -3
- package/dist/cjs/utils/index.js +6 -6
- package/dist/cjs/utils/performance/measure-tti.js +3 -3
- package/dist/cjs/utils/track-unsupported-content.js +2 -2
- package/dist/cjs/utils/validator.js +3 -3
- package/dist/cjs/with-plugin-state/index.js +1 -0
- package/dist/es2019/i18n/cs.js +5 -0
- package/dist/es2019/i18n/da.js +5 -0
- package/dist/es2019/i18n/de.js +6 -0
- package/dist/es2019/i18n/en.js +80 -0
- package/dist/es2019/i18n/en_GB.js +80 -0
- package/dist/es2019/i18n/en_ZZ.js +80 -0
- package/dist/es2019/i18n/es.js +10 -0
- package/dist/es2019/i18n/fi.js +5 -0
- package/dist/es2019/i18n/fr.js +6 -0
- package/dist/es2019/i18n/hu.js +6 -0
- package/dist/es2019/i18n/it.js +5 -0
- package/dist/es2019/i18n/ja.js +5 -0
- package/dist/es2019/i18n/ko.js +5 -0
- package/dist/es2019/i18n/nb.js +5 -0
- package/dist/es2019/i18n/nl.js +5 -0
- package/dist/es2019/i18n/pl.js +6 -0
- package/dist/es2019/i18n/pt_BR.js +5 -0
- package/dist/es2019/i18n/ru.js +9 -0
- package/dist/es2019/i18n/sv.js +5 -0
- package/dist/es2019/i18n/th.js +5 -0
- package/dist/es2019/i18n/tr.js +5 -0
- package/dist/es2019/i18n/uk.js +9 -0
- package/dist/es2019/i18n/vi.js +6 -0
- package/dist/es2019/i18n/zh.js +5 -0
- package/dist/es2019/i18n/zh_TW.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/node-width/index.js +39 -4
- package/dist/es2019/react-node-view/getInlineNodeViewProducer.js +79 -20
- package/dist/es2019/react-node-view/onVisibleObserverFactory.js +31 -0
- package/dist/es2019/safe-plugin/index.js +1 -2
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +5 -0
- package/dist/esm/i18n/da.js +5 -0
- package/dist/esm/i18n/de.js +6 -0
- package/dist/esm/i18n/en.js +80 -0
- package/dist/esm/i18n/en_GB.js +80 -0
- package/dist/esm/i18n/en_ZZ.js +80 -0
- package/dist/esm/i18n/es.js +10 -0
- package/dist/esm/i18n/fi.js +5 -0
- package/dist/esm/i18n/fr.js +6 -0
- package/dist/esm/i18n/hu.js +6 -0
- package/dist/esm/i18n/it.js +5 -0
- package/dist/esm/i18n/ja.js +5 -0
- package/dist/esm/i18n/ko.js +5 -0
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.js +5 -0
- package/dist/esm/i18n/pl.js +6 -0
- package/dist/esm/i18n/pt_BR.js +5 -0
- package/dist/esm/i18n/ru.js +9 -0
- package/dist/esm/i18n/sv.js +5 -0
- package/dist/esm/i18n/th.js +5 -0
- package/dist/esm/i18n/tr.js +5 -0
- package/dist/esm/i18n/uk.js +9 -0
- package/dist/esm/i18n/vi.js +6 -0
- package/dist/esm/i18n/zh.js +5 -0
- package/dist/esm/i18n/zh_TW.js +5 -0
- package/dist/esm/link/LinkSearch/index.js +1 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/node-width/index.js +41 -4
- package/dist/esm/react-node-view/getInlineNodeViewProducer.js +75 -19
- package/dist/esm/react-node-view/onVisibleObserverFactory.js +41 -0
- package/dist/esm/safe-plugin/index.js +1 -2
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/WithCreateAnalyticsEvent/index.js +1 -0
- package/dist/esm/utils/compare-props.js +3 -2
- package/dist/esm/utils/compareNodes.js +2 -2
- package/dist/esm/utils/filter/privacy-filter.js +3 -3
- package/dist/esm/utils/index.js +6 -6
- package/dist/esm/utils/performance/measure-tti.js +3 -3
- package/dist/esm/utils/track-unsupported-content.js +3 -2
- package/dist/esm/utils/validator.js +3 -3
- package/dist/esm/with-plugin-state/index.js +1 -0
- package/dist/types/i18n/cs.d.ts +5 -0
- package/dist/types/i18n/da.d.ts +5 -0
- package/dist/types/i18n/de.d.ts +6 -0
- package/dist/types/i18n/en.d.ts +80 -0
- package/dist/types/i18n/en_GB.d.ts +80 -0
- package/dist/types/i18n/en_ZZ.d.ts +80 -0
- package/dist/types/i18n/es.d.ts +10 -0
- package/dist/types/i18n/fi.d.ts +5 -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 +5 -0
- package/dist/types/i18n/ja.d.ts +5 -0
- package/dist/types/i18n/ko.d.ts +5 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/nl.d.ts +5 -0
- package/dist/types/i18n/pl.d.ts +6 -0
- package/dist/types/i18n/pt_BR.d.ts +5 -0
- package/dist/types/i18n/ru.d.ts +9 -0
- package/dist/types/i18n/sv.d.ts +5 -0
- package/dist/types/i18n/th.d.ts +5 -0
- package/dist/types/i18n/tr.d.ts +5 -0
- package/dist/types/i18n/uk.d.ts +9 -0
- package/dist/types/i18n/vi.d.ts +6 -0
- package/dist/types/i18n/zh.d.ts +5 -0
- package/dist/types/i18n/zh_TW.d.ts +5 -0
- package/dist/types/react-node-view/onVisibleObserverFactory.d.ts +8 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +5 -0
- package/dist/types-ts4.5/i18n/da.d.ts +5 -0
- package/dist/types-ts4.5/i18n/de.d.ts +6 -0
- package/dist/types-ts4.5/i18n/en.d.ts +80 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +80 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +80 -0
- package/dist/types-ts4.5/i18n/es.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +5 -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 +5 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +5 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +6 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +9 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +5 -0
- package/dist/types-ts4.5/i18n/th.d.ts +5 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +5 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +6 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +5 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +5 -0
- package/dist/types-ts4.5/react-node-view/onVisibleObserverFactory.d.ts +8 -0
- package/package.json +13 -10
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': 'Colonna spostata a destra della colonna {index} di {total}',
|
|
87
87
|
'fabric.editor.columnSelected': 'Colonna {index} di {total} selezionata',
|
|
88
88
|
'fabric.editor.columns': 'Layout',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, one {Inserisci {numberOfColumns} colonna uguale} other {Inserisci {numberOfColumns} colonne uguali}}',
|
|
89
90
|
'fabric.editor.columns.description': 'Organizza la tua pagina in sezioni',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, one {È stata inserita una colonna} other {Sono state inserite {count} colonne}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, one {La colonna è stata rimossa} other {Sono state rimosse {count} colonne}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': 'Scelte rapide da tastiera',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, one {Colonna} other {{count} colonne}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': 'Aggiungi contenuti',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': 'Ridimensiona layout',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': 'Torna alla visualizzazione centrata',
|
|
300
302
|
'fabric.editor.layoutFullWidth': 'Vai alla vista a schermo intero',
|
|
301
303
|
'fabric.editor.layoutWide': 'Allarga',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': 'Aggiungi una nota in un pannello colorato',
|
|
364
366
|
'fabric.editor.numberedColumn': 'Colonna numerata',
|
|
365
367
|
'fabric.editor.off': '{formattingType} disattiva',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': 'Prova a ricaricare la pagina.',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': 'Si è verificato un problema.',
|
|
366
370
|
'fabric.editor.on': '{formattingType} attiva',
|
|
367
371
|
'fabric.editor.openCellOptions': 'Apri opzioni cella',
|
|
368
372
|
'fabric.editor.openLink': 'Apri link in una nuova scheda',
|
|
@@ -501,6 +505,7 @@ export default {
|
|
|
501
505
|
'fabric.editor.unableToOpenLink': 'Impossibile aprire questo link',
|
|
502
506
|
'fabric.editor.underline': 'Sottolineato',
|
|
503
507
|
'fabric.editor.undo': 'Annulla',
|
|
508
|
+
'fabric.editor.unknown.label': 'Sconosciuto',
|
|
504
509
|
'fabric.editor.unlink': 'Rimuovi link',
|
|
505
510
|
'fabric.editor.unorderedList': 'Elenco puntato',
|
|
506
511
|
'fabric.editor.unorderedList.description': 'Crea un elenco non ordinato',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': '列を右に移動しました。現在、全 {total} 列中 {index} 列目です',
|
|
87
87
|
'fabric.editor.columnSelected': '全 {total} 列中 {index} 列目を選択しました',
|
|
88
88
|
'fabric.editor.columns': 'レイアウト',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, other {同等の列を {numberOfColumns} 列挿入します}}',
|
|
89
90
|
'fabric.editor.columns.description': 'セクションを使用してページを構成',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, other {{count} 件の列が挿入されました}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, other {{count} 件の列が削除されました}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': 'キーボード ショートカット',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, other {{count} 列}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': 'コンテンツを追加',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': 'レイアウトのサイズ変更',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': '標準の幅に戻す',
|
|
300
302
|
'fabric.editor.layoutFullWidth': '全幅で表示',
|
|
301
303
|
'fabric.editor.layoutWide': 'ワイド表示',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': '色付きのメモ パネルを追加',
|
|
364
366
|
'fabric.editor.numberedColumn': '番号付き列',
|
|
365
367
|
'fabric.editor.off': '{formattingType}オフ',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': 'ページを再読み込みしてください。',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': 'エラーが発生しました。',
|
|
366
370
|
'fabric.editor.on': '{formattingType}オン',
|
|
367
371
|
'fabric.editor.openCellOptions': 'セルのオプションを開く',
|
|
368
372
|
'fabric.editor.openLink': 'リンクを新しいタブで開く',
|
|
@@ -501,6 +505,7 @@ export default {
|
|
|
501
505
|
'fabric.editor.unableToOpenLink': 'このリンクを開けません',
|
|
502
506
|
'fabric.editor.underline': '下線',
|
|
503
507
|
'fabric.editor.undo': '元に戻す',
|
|
508
|
+
'fabric.editor.unknown.label': '不明',
|
|
504
509
|
'fabric.editor.unlink': 'リンクを解除',
|
|
505
510
|
'fabric.editor.unorderedList': '箇条書きリスト',
|
|
506
511
|
'fabric.editor.unorderedList.description': '順序指定なしのリストを作成',
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': '열이 {index}/{total}열로 오른쪽으로 이동',
|
|
87
87
|
'fabric.editor.columnSelected': '{index}/{total}열 선택',
|
|
88
88
|
'fabric.editor.columns': '레이아웃',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, other {{numberOfColumns}개의 동일한 열 삽입}}',
|
|
89
90
|
'fabric.editor.columns.description': '섹션으로 페이지 구성',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, other {{count}개의 열을 삽입함}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, other {{count}개의 열을 제거함}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': '키보드 단축키',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, other {열 {count}개}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': '콘텐츠 추가',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': '레이아웃 크기 조정',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': '원래 너비로',
|
|
300
302
|
'fabric.editor.layoutFullWidth': '전체 너비로 표시',
|
|
301
303
|
'fabric.editor.layoutWide': '넓게 표시',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': '색상 있는 패널에 메모 추가',
|
|
364
366
|
'fabric.editor.numberedColumn': '번호 매기기 열',
|
|
365
367
|
'fabric.editor.off': '{formattingType} 꺼짐',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': '페이지를 다시 로드해 보세요.',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': '문제가 발생했습니다!',
|
|
366
370
|
'fabric.editor.on': '{formattingType} 켜짐',
|
|
367
371
|
'fabric.editor.openCellOptions': '셀 옵션 열기',
|
|
368
372
|
'fabric.editor.openLink': '새 탭에서 링크 열기',
|
|
@@ -501,6 +505,7 @@ export default {
|
|
|
501
505
|
'fabric.editor.unableToOpenLink': '이 링크를 열 수 없습니다',
|
|
502
506
|
'fabric.editor.underline': '밑줄',
|
|
503
507
|
'fabric.editor.undo': '실행 취소',
|
|
508
|
+
'fabric.editor.unknown.label': '알 수 없음',
|
|
504
509
|
'fabric.editor.unlink': '링크 해제',
|
|
505
510
|
'fabric.editor.unorderedList': '글머리 기호 목록',
|
|
506
511
|
'fabric.editor.unorderedList.description': '순서가 지정되지 않은 목록 만들기',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': 'Kolonnen ble flyttet til høyre til {index} av {total}',
|
|
87
87
|
'fabric.editor.columnSelected': 'Kolonne {index} av {total} er valgt',
|
|
88
88
|
'fabric.editor.columns': 'Oppsett',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, one {Sett inn {numberOfColumns} lik kolonne} other {Sett inn {numberOfColumns} like kolonner}}',
|
|
89
90
|
'fabric.editor.columns.description': 'Konstruer siden med seksjoner',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, one {En kolonne er satt inn} other {{count} kolonner er satt inn}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, one {Kolonnen er fjernet} other {{count} kolonner er fjernet}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': 'Tastatursnarveier',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, one {Kolonne} other {{count} kolonner}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': 'Legg til innhold',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': 'Endre størrelse på oppsett',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': 'Tilbake til midten',
|
|
300
302
|
'fabric.editor.layoutFullWidth': 'Gå for full bredde',
|
|
301
303
|
'fabric.editor.layoutWide': 'Gå for bredere',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': 'Legg til en merknad i et farget panel',
|
|
364
366
|
'fabric.editor.numberedColumn': 'Nummert kolonne',
|
|
365
367
|
'fabric.editor.off': '{formattingType} av',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': 'Prøv å laste inn siden på nytt.',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': 'Noe gikk galt!',
|
|
366
370
|
'fabric.editor.on': '{formattingType} på',
|
|
367
371
|
'fabric.editor.openCellOptions': 'Åpne cellealternativer',
|
|
368
372
|
'fabric.editor.openLink': 'Åpne kobling i en ny fane',
|
|
@@ -501,6 +505,7 @@ export default {
|
|
|
501
505
|
'fabric.editor.unableToOpenLink': 'Kan ikke åpne denne koblingen',
|
|
502
506
|
'fabric.editor.underline': 'Understreking',
|
|
503
507
|
'fabric.editor.undo': 'Angre',
|
|
508
|
+
'fabric.editor.unknown.label': 'Ukjent',
|
|
504
509
|
'fabric.editor.unlink': 'Fjern kobling',
|
|
505
510
|
'fabric.editor.unorderedList': 'Punktliste',
|
|
506
511
|
'fabric.editor.unorderedList.description': 'Opprett en uordnet liste',
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': 'Kolom naar rechts verplaatst naar {index} van {total}',
|
|
87
87
|
'fabric.editor.columnSelected': 'Kolom {index} van {total} geselecteerd',
|
|
88
88
|
'fabric.editor.columns': 'Lay-outs',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, one {{numberOfColumns} gelijke kolom toevoegen} other {{numberOfColumns} gelijke kolommen toevoegen}}',
|
|
89
90
|
'fabric.editor.columns.description': 'Je pagina structureren met secties',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Er is een kolom ingevoegd} other {Er zijn {count} kolommen ingevoegd}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, one {De kolom is verwijderd} other {{count} kolommen zijn verwijderd}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': 'Sneltoetsen',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, one {Kolom} other {{count} kolommen}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': 'Inhoud toevoegen',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': 'Formaat van de lay-out wijzigen',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': 'Terug naar midden',
|
|
300
302
|
'fabric.editor.layoutFullWidth': 'Op volledige breedte weergeven',
|
|
301
303
|
'fabric.editor.layoutWide': 'Brede weergave',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': 'Een opmerking toevoegen in een gekleurd paneel',
|
|
364
366
|
'fabric.editor.numberedColumn': 'Genummerde kolom',
|
|
365
367
|
'fabric.editor.off': '{formattingType} uit',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': 'Probeer de pagina opnieuw te laden.',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': 'Er is iets misgegaan.',
|
|
366
370
|
'fabric.editor.on': '{formattingType} aan',
|
|
367
371
|
'fabric.editor.openCellOptions': 'Celopties openen',
|
|
368
372
|
'fabric.editor.openLink': 'Link openen in een nieuw tabblad',
|
|
@@ -501,6 +505,7 @@ export default {
|
|
|
501
505
|
'fabric.editor.unableToOpenLink': 'Kan deze link niet openen',
|
|
502
506
|
'fabric.editor.underline': 'Onderstreept',
|
|
503
507
|
'fabric.editor.undo': 'Maak ongedaan',
|
|
508
|
+
'fabric.editor.unknown.label': 'Onbekend',
|
|
504
509
|
'fabric.editor.unlink': 'Verwijder link',
|
|
505
510
|
'fabric.editor.unorderedList': 'Opsommingslijst',
|
|
506
511
|
'fabric.editor.unorderedList.description': 'Een niet-gesorteerde lijst maken',
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': 'Przesunięto kolumnę w prawo do {index} z {total}',
|
|
87
87
|
'fabric.editor.columnSelected': 'Wybrano kolumnę {index} z {total}',
|
|
88
88
|
'fabric.editor.columns': 'Układy',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, one {Wstaw {numberOfColumns} kolumnę o jednakowej szerokości} few {Wstaw {numberOfColumns} kolumny o jednakowej szerokości} many {Wstaw {numberOfColumns} kolumn o jednakowej szerokości} other {Wstaw {numberOfColumns} kolumny o jednakowej szerokości}}',
|
|
89
90
|
'fabric.editor.columns.description': 'Uporządkuj swoją stronę, korzystając z sekcji',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Wstawiono kolumnę} few {Wstawiono {count} kolumny} many {Wstawiono {count} kolumn} other {Wstawiono {count} kolumny}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, one {Usunięto kolumnę} few {Usunięto {count} kolumny} many {Usunięto {count} kolumn} other {Usunięto {count} kolumny}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': 'Skróty klawiszowe',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, one {Kolumna} few {{count} kolumny} many {{count} kolumn} other {{count} kolumny}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': 'Dodaj treści',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': 'Zmień rozmiar układu',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': 'Powrót do centrum',
|
|
300
302
|
'fabric.editor.layoutFullWidth': 'Pełna szerokość',
|
|
301
303
|
'fabric.editor.layoutWide': 'Szeroki widok',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': 'Dodaj uwagę w kolorze',
|
|
364
366
|
'fabric.editor.numberedColumn': 'Kolumna numerowana',
|
|
365
367
|
'fabric.editor.off': '{formattingType} wył.',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': 'Spróbuj załadować stronę ponownie.',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': 'Coś poszło nie tak',
|
|
366
370
|
'fabric.editor.on': '{formattingType} wł.',
|
|
367
371
|
'fabric.editor.openCellOptions': 'Otwórz opcje komórki',
|
|
368
372
|
'fabric.editor.openLink': 'Otwórz łącze na nowej karcie',
|
|
@@ -467,6 +471,7 @@ export default {
|
|
|
467
471
|
'fabric.editor.text.formatting.off': 'Formatowanie tekstu wył.',
|
|
468
472
|
'fabric.editor.textColor': 'Kolor tekstu: {selectedColorName}',
|
|
469
473
|
'fabric.editor.textColorTooltip': 'Kolor tekstu',
|
|
474
|
+
'fabric.editor.textFormat': 'Formatuj tekst',
|
|
470
475
|
'fabric.editor.textFormatting': 'Formatowanie tekstu',
|
|
471
476
|
'fabric.editor.textStyles': 'Style tekstu: {blockTypeName}',
|
|
472
477
|
'fabric.editor.textStylesTooltip': 'Style tekstu',
|
|
@@ -500,6 +505,7 @@ export default {
|
|
|
500
505
|
'fabric.editor.unableToOpenLink': 'Nie można otworzyć tego łącza',
|
|
501
506
|
'fabric.editor.underline': 'Podkreślenie',
|
|
502
507
|
'fabric.editor.undo': 'Cofnij',
|
|
508
|
+
'fabric.editor.unknown.label': 'Nieznany',
|
|
503
509
|
'fabric.editor.unlink': 'Usuń łącze',
|
|
504
510
|
'fabric.editor.unorderedList': 'Lista wypunktowana',
|
|
505
511
|
'fabric.editor.unorderedList.description': 'Utwórz nieuporządkowaną listę',
|
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': 'Coluna movida para a direita para {index} de {total}',
|
|
87
87
|
'fabric.editor.columnSelected': 'Coluna {index} de {total} selecionada',
|
|
88
88
|
'fabric.editor.columns': 'Layouts',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, one {Insira {numberOfColumns} coluna igual} other {Insira {numberOfColumns} colunas iguais}}',
|
|
89
90
|
'fabric.editor.columns.description': 'Estruturar sua página usando seções',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Uma coluna foi inserida} other {{count} colunas foram inseridas}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, one {Uma coluna foi removida} other {{count} colunas foram removidas}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': 'Atalhos de teclado',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, one {Coluna} other {{count} colunas}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': 'Adicionar conteúdo',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': 'Redimensionar layout',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': 'Voltar ao centro',
|
|
300
302
|
'fabric.editor.layoutFullWidth': 'Usar largura inteira',
|
|
301
303
|
'fabric.editor.layoutWide': 'Ampliar',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': 'Adicionar uma nota em um painel colorido',
|
|
364
366
|
'fabric.editor.numberedColumn': 'Coluna numerada',
|
|
365
367
|
'fabric.editor.off': '{formattingType} Desativado',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': 'Recarregue a página.',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': 'Algo deu errado!',
|
|
366
370
|
'fabric.editor.on': '{formattingType} Ativado',
|
|
367
371
|
'fabric.editor.openCellOptions': 'Abrir opções de célula',
|
|
368
372
|
'fabric.editor.openLink': 'Abrir link em uma nova guia',
|
|
@@ -501,6 +505,7 @@ export default {
|
|
|
501
505
|
'fabric.editor.unableToOpenLink': 'Não é possível abrir este link',
|
|
502
506
|
'fabric.editor.underline': 'Sublinhado',
|
|
503
507
|
'fabric.editor.undo': 'Desfazer',
|
|
508
|
+
'fabric.editor.unknown.label': 'Desconhecido',
|
|
504
509
|
'fabric.editor.unlink': 'Remover link',
|
|
505
510
|
'fabric.editor.unorderedList': 'Lista de marcadores',
|
|
506
511
|
'fabric.editor.unorderedList.description': 'Criar uma lista sem ordenação',
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Добавить изображение, видео или файл',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Добавить строку выше',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Добавить строку ниже',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Не удается создать изображение для предварительного просмотра. Закройте диалоговое окно и повторите попытку.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Произошла ошибка. Закройте диалоговое окно и повторите попытку.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Вставить ниже',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Заменить',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Выделите термин, аббревиатуру или сокращение',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Определить',
|
|
27
31
|
'fabric.editor.alignCenter': 'Выровнять по центру',
|
|
@@ -86,6 +90,7 @@ export default {
|
|
|
86
90
|
'fabric.editor.columnMovedRight': 'Столбец перемещен вправо на позицию {index} из {total}',
|
|
87
91
|
'fabric.editor.columnSelected': 'Выбран столбец {index} из {total}',
|
|
88
92
|
'fabric.editor.columns': 'Макеты',
|
|
93
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, one {Вставить {numberOfColumns} равный столбец} few {Вставить {numberOfColumns} равных столбца} many {Вставить {numberOfColumns} равных столбцов} other {Вставить {numberOfColumns} равного столбца}}',
|
|
89
94
|
'fabric.editor.columns.description': 'Расположение информации на странице с помощью разделов',
|
|
90
95
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Вставлен {count} столбец} few {Вставлено {count} столбца} many {Вставлено {count} столбцов} other {Вставлено {count} столбца}}',
|
|
91
96
|
'fabric.editor.columnsAreRemoved': '{count, plural, one {Удален {count} столбец} few {Удалено {count} столбца} many {Удалено {count} столбцов} other {Удалено {count} столбца}}',
|
|
@@ -296,6 +301,7 @@ export default {
|
|
|
296
301
|
'fabric.editor.keyboardShortcuts': 'Сочетания клавиш',
|
|
297
302
|
'fabric.editor.layout.columnOption': '{count, plural, one {Колонка} few {{count} колонки} many {{count} колонок} other {{count} колонки}}',
|
|
298
303
|
'fabric.editor.layout.placeholder': 'Добавить контент',
|
|
304
|
+
'fabric.editor.layout.resizeLayout': 'Изменить размер макета',
|
|
299
305
|
'fabric.editor.layoutFixedWidth': 'По центру',
|
|
300
306
|
'fabric.editor.layoutFullWidth': 'В полную ширину',
|
|
301
307
|
'fabric.editor.layoutWide': 'Шире обычного',
|
|
@@ -363,6 +369,8 @@ export default {
|
|
|
363
369
|
'fabric.editor.notePanel.description': 'Добавить цветную заметку',
|
|
364
370
|
'fabric.editor.numberedColumn': 'Столбец с нумерацией',
|
|
365
371
|
'fabric.editor.off': '{formattingType} выкл.',
|
|
372
|
+
'fabric.editor.offlineErrorFallbackDescription': 'Попробуйте перезагрузить страницу.',
|
|
373
|
+
'fabric.editor.offlineErrorFallbackHeading': 'Произошла ошибка.',
|
|
366
374
|
'fabric.editor.on': '{formattingType} вкл.',
|
|
367
375
|
'fabric.editor.openCellOptions': 'Открыть параметры ячейки',
|
|
368
376
|
'fabric.editor.openLink': 'Открыть ссылку на новой вкладке',
|
|
@@ -501,6 +509,7 @@ export default {
|
|
|
501
509
|
'fabric.editor.unableToOpenLink': 'Не удалось открыть ссылку',
|
|
502
510
|
'fabric.editor.underline': 'Подчеркнутый',
|
|
503
511
|
'fabric.editor.undo': 'Отменить',
|
|
512
|
+
'fabric.editor.unknown.label': 'Неизвестно',
|
|
504
513
|
'fabric.editor.unlink': 'Удалить ссылку',
|
|
505
514
|
'fabric.editor.unorderedList': 'Маркированный список',
|
|
506
515
|
'fabric.editor.unorderedList.description': 'Создание неупорядоченного списка',
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': 'Kolumnen flyttades åt höger till {index} av {total}',
|
|
87
87
|
'fabric.editor.columnSelected': 'Kolumn {index} av {total} markerad',
|
|
88
88
|
'fabric.editor.columns': 'Layouter',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, one {Infoga {numberOfColumns} likadan kolumn} other {Infoga {numberOfColumns} likadana kolumner}}',
|
|
89
90
|
'fabric.editor.columns.description': 'Ge din sida struktur med sektioner',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, one {En kolumn har infogats} other {{count} kolumner har infogats}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, one {Kolumnen har tagits bort} other {{count} kolumner har tagits bort}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': 'Kortkommandon',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, one {Kolumn} other {{count} kolumner}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': 'Lägg till innehåll',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': 'Ändra storlek på layout',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': 'Tillbaka till centrera',
|
|
300
302
|
'fabric.editor.layoutFullWidth': 'Använd full bredd',
|
|
301
303
|
'fabric.editor.layoutWide': 'Använd bred',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': 'Lägg till en anteckning i en färgad panel',
|
|
364
366
|
'fabric.editor.numberedColumn': 'Numrerad kolumn',
|
|
365
367
|
'fabric.editor.off': '{formattingType} av',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': 'Försök uppdatera sidan.',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': 'Något gick fel!',
|
|
366
370
|
'fabric.editor.on': '{formattingType} på',
|
|
367
371
|
'fabric.editor.openCellOptions': 'Öppna cellalternativ',
|
|
368
372
|
'fabric.editor.openLink': 'Öppna länk i en ny flik',
|
|
@@ -501,6 +505,7 @@ export default {
|
|
|
501
505
|
'fabric.editor.unableToOpenLink': 'Det gick inte att öppna länken',
|
|
502
506
|
'fabric.editor.underline': 'Understruken',
|
|
503
507
|
'fabric.editor.undo': 'Ångra',
|
|
508
|
+
'fabric.editor.unknown.label': 'Okänd',
|
|
504
509
|
'fabric.editor.unlink': 'Ta bort länk',
|
|
505
510
|
'fabric.editor.unorderedList': 'Punktlista',
|
|
506
511
|
'fabric.editor.unorderedList.description': 'Skapa en osorterad lista',
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': 'คอลัมน์ย้ายไปทางขวาที่ {index} จาก {total}',
|
|
87
87
|
'fabric.editor.columnSelected': 'เลือกคอลัมน์ {index} จาก {total} แล้ว',
|
|
88
88
|
'fabric.editor.columns': 'มุมมอง',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, other {แทรกคอลัมน์ที่เท่ากัน {numberOfColumns} คอลัมน์}}',
|
|
89
90
|
'fabric.editor.columns.description': 'ปรับโครงสร้างหน้าข้อมูลของคุณโดยใช้การแบ่งส่วน',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, other {แทรกแล้ว {count} คอลัมน์}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, other {ลบแล้ว {count} คอลัมน์}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': 'ปุ่มลัด',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, other {{count} คอลัมน์}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': 'เพิ่มเนื้อหา',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': 'ปรับขนาดเค้าโครง',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': 'กลับไปตรงกลาง',
|
|
300
302
|
'fabric.editor.layoutFullWidth': 'แสดงแบบเต็มความกว้าง',
|
|
301
303
|
'fabric.editor.layoutWide': 'แสดงแบบกว้างขึ้น',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': 'เพิ่มข้อความบันทึกในแผงสี',
|
|
364
366
|
'fabric.editor.numberedColumn': 'คอลัมน์แบบมีตัวเลข',
|
|
365
367
|
'fabric.editor.off': 'ปิด {formattingType}',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': 'ลองโหลดหน้าข้อมูลใหม่อีกครั้ง',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': 'เกิดข้อผิดพลาดบางอย่าง!',
|
|
366
370
|
'fabric.editor.on': 'เปิด {formattingType}',
|
|
367
371
|
'fabric.editor.openCellOptions': 'เปิดตัวเลือกช่องข้อมูล',
|
|
368
372
|
'fabric.editor.openLink': 'เปิดลิงก์ในแถบใหม่',
|
|
@@ -501,6 +505,7 @@ export default {
|
|
|
501
505
|
'fabric.editor.unableToOpenLink': 'ไม่สามารถเปิดลิงก์นี้ได้',
|
|
502
506
|
'fabric.editor.underline': 'ขีดเส้นใต้',
|
|
503
507
|
'fabric.editor.undo': 'เลิกทำ',
|
|
508
|
+
'fabric.editor.unknown.label': 'ไม่รู้จัก',
|
|
504
509
|
'fabric.editor.unlink': 'ปลดการเชื่อมโยง',
|
|
505
510
|
'fabric.editor.unorderedList': 'การแสดงรายการแบบไม่มีเลขลำดับ',
|
|
506
511
|
'fabric.editor.unorderedList.description': 'สร้างรายการแบบไม่มีเลขลำดับ',
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': 'Sütun {total} sütundan {index}. sütunun sağına taşındı',
|
|
87
87
|
'fabric.editor.columnSelected': 'Sütun {index}/{total} seçildi',
|
|
88
88
|
'fabric.editor.columns': 'Düzenler',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, one {{numberOfColumns} eşit sütun ekleyin} other {{numberOfColumns} eşit sütun ekleyin}}',
|
|
89
90
|
'fabric.editor.columns.description': 'Bölümler aracılığıyla sayfanızı yapılandırın',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Bir sütun eklendi} other {{count} sütun eklendi}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, one {Sütun kaldırıldı} other {{count} sütun kaldırıldı}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': 'Klavye kısayolları',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, one {Sütun} other {{count} Sütun}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': 'İçerik ekleyin',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': 'Yerleşimi yeniden boyutlandır',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': 'Ortaya getir',
|
|
300
302
|
'fabric.editor.layoutFullWidth': 'Tam genişliğe geç',
|
|
301
303
|
'fabric.editor.layoutWide': 'Genişlet',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': 'Renkli bir panoya not ekleyin',
|
|
364
366
|
'fabric.editor.numberedColumn': 'Numaralı sütun',
|
|
365
367
|
'fabric.editor.off': '{formattingType} Kapalı',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': 'Sayfayı yeniden yüklemeyi deneyin.',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': 'Bir hata oluştu!',
|
|
366
370
|
'fabric.editor.on': '{formattingType} Açık',
|
|
367
371
|
'fabric.editor.openCellOptions': 'Hücre seçeneklerini aç',
|
|
368
372
|
'fabric.editor.openLink': 'Bağlantıyı yeni sekmede açın',
|
|
@@ -501,6 +505,7 @@ export default {
|
|
|
501
505
|
'fabric.editor.unableToOpenLink': 'Bu bağlantı açılamıyor',
|
|
502
506
|
'fabric.editor.underline': 'Altı çizili',
|
|
503
507
|
'fabric.editor.undo': 'Geri al',
|
|
508
|
+
'fabric.editor.unknown.label': 'Bilinmiyor',
|
|
504
509
|
'fabric.editor.unlink': 'Bağlantıyı kaldır',
|
|
505
510
|
'fabric.editor.unorderedList': 'Madde işaretli liste',
|
|
506
511
|
'fabric.editor.unorderedList.description': 'Sırasız liste oluşturun',
|
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Додати зображення, відео або файл',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Додати рядок угорі',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Додати рядок знизу',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Не вдалося створити попередню версію. Закрийте діалогове вікно й повторіть спробу.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Сталася помилка. Закрийте діалогове вікно й повторіть спробу.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Вставити знизу',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Замінити',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Позначте термін, акронім або абревіатуру',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Визначити',
|
|
27
31
|
'fabric.editor.alignCenter': 'Вирівнювання по центру',
|
|
@@ -86,6 +90,7 @@ export default {
|
|
|
86
90
|
'fabric.editor.columnMovedRight': 'Стовпець переміщено праворуч на позицію {index} з {total}',
|
|
87
91
|
'fabric.editor.columnSelected': 'Вибрано стовпець {index} з {total}',
|
|
88
92
|
'fabric.editor.columns': 'Макет',
|
|
93
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, one {Вставити {numberOfColumns} однаковий стовпець} few {Вставити {numberOfColumns} однакові стовпці} many {Вставити {numberOfColumns} однакових стовпців} other {Вставити {numberOfColumns} однакових стовпців}}',
|
|
89
94
|
'fabric.editor.columns.description': 'Впорядкувати сторінку за допомогою розділів',
|
|
90
95
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Додано {count} стовпець} few {Додано {count} стовпці} many {Додано {count} стовпців} other {Додано {count} стовпців}}',
|
|
91
96
|
'fabric.editor.columnsAreRemoved': '{count, plural, one {Видалено {count} стовпець} few {Видалено {count} стовпці} many {Видалено {count} стовпців} other {Видалено {count} стовпців}}',
|
|
@@ -296,6 +301,7 @@ export default {
|
|
|
296
301
|
'fabric.editor.keyboardShortcuts': 'Гарячі клавіші',
|
|
297
302
|
'fabric.editor.layout.columnOption': '{count, plural, one {{count} стовпець} few {{count} стовпці} many {{count} стовпців} other {{count} стовпців}}',
|
|
298
303
|
'fabric.editor.layout.placeholder': 'Додайте вміст',
|
|
304
|
+
'fabric.editor.layout.resizeLayout': 'Зміна розміру макета',
|
|
299
305
|
'fabric.editor.layoutFixedWidth': 'Стандартне відображення',
|
|
300
306
|
'fabric.editor.layoutFullWidth': 'Відобразити повну ширину',
|
|
301
307
|
'fabric.editor.layoutWide': 'Розширити',
|
|
@@ -363,6 +369,8 @@ export default {
|
|
|
363
369
|
'fabric.editor.notePanel.description': 'Додати примітку на панель із кольорами',
|
|
364
370
|
'fabric.editor.numberedColumn': 'Нумерований стовпець',
|
|
365
371
|
'fabric.editor.off': '{formattingType} вимкнуто',
|
|
372
|
+
'fabric.editor.offlineErrorFallbackDescription': 'Спробуйте перезавантажити сторінку.',
|
|
373
|
+
'fabric.editor.offlineErrorFallbackHeading': 'Сталася помилка',
|
|
366
374
|
'fabric.editor.on': '{formattingType} увімкнуто',
|
|
367
375
|
'fabric.editor.openCellOptions': 'Відкрити параметри клітинки',
|
|
368
376
|
'fabric.editor.openLink': 'Відкрити посилання в новій вкладці',
|
|
@@ -501,6 +509,7 @@ export default {
|
|
|
501
509
|
'fabric.editor.unableToOpenLink': 'Не вдалося відкрити посилання',
|
|
502
510
|
'fabric.editor.underline': 'Підкреслювання',
|
|
503
511
|
'fabric.editor.undo': 'Скасувати',
|
|
512
|
+
'fabric.editor.unknown.label': 'Невідомо',
|
|
504
513
|
'fabric.editor.unlink': 'Відв’язати',
|
|
505
514
|
'fabric.editor.unorderedList': 'Маркований список',
|
|
506
515
|
'fabric.editor.unorderedList.description': 'Створити невпорядкований список',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': 'Đã di chuyển cột sang phải đến vị trí {index}/{total}',
|
|
87
87
|
'fabric.editor.columnSelected': 'Đã chọn cột {index}/{total}',
|
|
88
88
|
'fabric.editor.columns': 'Bố cục',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, other {Chèn {numberOfColumns} cột bằng nhau}}',
|
|
89
90
|
'fabric.editor.columns.description': 'Thiết lập cấu trúc trang của bạn bằng cách sử dụng các mục',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, other {Đã chèn {count} cột}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, other {Đã xóa {count} cột}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': 'Phím tắt bàn phím',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, other {{count} cột}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': 'Thêm nội dung',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': 'Đổi cỡ bố cục',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
|
|
300
302
|
'fabric.editor.layoutFullWidth': 'Hiển thị toàn chiều rộng',
|
|
301
303
|
'fabric.editor.layoutWide': 'Hiển thị rộng hơn',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': 'Thêm ghi chú bằng ô màu',
|
|
364
366
|
'fabric.editor.numberedColumn': 'Cột được đánh số',
|
|
365
367
|
'fabric.editor.off': '{formattingType} đang tắt',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': 'Hãy thử tải lại trang.',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': 'Đã xảy ra lỗi!',
|
|
366
370
|
'fabric.editor.on': '{formattingType} đang bật',
|
|
367
371
|
'fabric.editor.openCellOptions': 'Mở tùy chọn ô',
|
|
368
372
|
'fabric.editor.openLink': 'Mở liên kết trong tab mới',
|
|
@@ -467,6 +471,7 @@ export default {
|
|
|
467
471
|
'fabric.editor.text.formatting.off': 'Định dạng văn bản đang tắt',
|
|
468
472
|
'fabric.editor.textColor': 'Màu văn bản {selectedColorName}',
|
|
469
473
|
'fabric.editor.textColorTooltip': 'Màu văn bản',
|
|
474
|
+
'fabric.editor.textFormat': 'Định dạng văn bản',
|
|
470
475
|
'fabric.editor.textFormatting': 'Định dang văn bản',
|
|
471
476
|
'fabric.editor.textStyles': 'Kiểu văn bản {blockTypeName}',
|
|
472
477
|
'fabric.editor.textStylesTooltip': 'Kiểu văn bản',
|
|
@@ -500,6 +505,7 @@ export default {
|
|
|
500
505
|
'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
|
|
501
506
|
'fabric.editor.underline': 'Gạch dưới',
|
|
502
507
|
'fabric.editor.undo': 'Hoàn tác',
|
|
508
|
+
'fabric.editor.unknown.label': 'Không xác định',
|
|
503
509
|
'fabric.editor.unlink': 'Hủy liên kết',
|
|
504
510
|
'fabric.editor.unorderedList': 'Danh sách dấu đầu dòng',
|
|
505
511
|
'fabric.editor.unorderedList.description': 'Tạo một danh sách kiểu không sắp xếp',
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': '列已向右移至第 {index} 列(共 {total} 列)',
|
|
87
87
|
'fabric.editor.columnSelected': '已选中第 {index} 列(共 {total} 列)',
|
|
88
88
|
'fabric.editor.columns': '布局',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, other {插入 {numberOfColumns} 个相等的列}}',
|
|
89
90
|
'fabric.editor.columns.description': '使用分段组织页面',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, other {已插入 {count} 列}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, other {已移除 {count} 列}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': '键盘快捷键',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, other {{count} 列}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': '添加内容',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': '调整布局大小',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': '返回至中心',
|
|
300
302
|
'fabric.editor.layoutFullWidth': '显示全宽',
|
|
301
303
|
'fabric.editor.layoutWide': '显示宽屏',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': '在彩色面板添加注释',
|
|
364
366
|
'fabric.editor.numberedColumn': '编号列',
|
|
365
367
|
'fabric.editor.off': '{formattingType}已关闭',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': '请尝试重新加载该页面。',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': '出错了!',
|
|
366
370
|
'fabric.editor.on': '{formattingType}已开启',
|
|
367
371
|
'fabric.editor.openCellOptions': '打开单元格选项',
|
|
368
372
|
'fabric.editor.openLink': '在新选项卡打开链接',
|
|
@@ -501,6 +505,7 @@ export default {
|
|
|
501
505
|
'fabric.editor.unableToOpenLink': '无法打开此链接',
|
|
502
506
|
'fabric.editor.underline': '下划线',
|
|
503
507
|
'fabric.editor.undo': '撤消',
|
|
508
|
+
'fabric.editor.unknown.label': '未知',
|
|
504
509
|
'fabric.editor.unlink': '取消链接',
|
|
505
510
|
'fabric.editor.unorderedList': '无序列表',
|
|
506
511
|
'fabric.editor.unorderedList.description': '创建无序列表',
|
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': '直欄已右移至第 {index} 欄,總共有 {total} 欄',
|
|
87
87
|
'fabric.editor.columnSelected': '已選取第 {index} 欄,總共有 {total} 欄',
|
|
88
88
|
'fabric.editor.columns': '版面配置',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, other {插入 {numberOfColumns} 個相等的欄}}',
|
|
89
90
|
'fabric.editor.columns.description': '使用區段建立頁面的結構',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, other {已插入 {count} 欄}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, other {已移除 {count} 欄}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': '鍵盤快速鍵',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, other {{count} 欄}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': '新增內容',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': '重新調整版面配置的大小',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': '返回中央',
|
|
300
302
|
'fabric.editor.layoutFullWidth': '採用完整寬度',
|
|
301
303
|
'fabric.editor.layoutWide': '採用寬版',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': '以彩色面板新增附註',
|
|
364
366
|
'fabric.editor.numberedColumn': '編號直欄',
|
|
365
367
|
'fabric.editor.off': '{formattingType} 關閉',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': '請嘗試重新載入頁面。',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': '發生錯誤!',
|
|
366
370
|
'fabric.editor.on': '{formattingType} 開啟',
|
|
367
371
|
'fabric.editor.openCellOptions': '開啟儲存格選項',
|
|
368
372
|
'fabric.editor.openLink': '在新的索引標籤中開啟連結',
|
|
@@ -501,6 +505,7 @@ export default {
|
|
|
501
505
|
'fabric.editor.unableToOpenLink': '無法開啟此連結',
|
|
502
506
|
'fabric.editor.underline': '底線',
|
|
503
507
|
'fabric.editor.undo': '復原',
|
|
508
|
+
'fabric.editor.unknown.label': '未知',
|
|
504
509
|
'fabric.editor.unlink': '取消連結',
|
|
505
510
|
'fabric.editor.unorderedList': '項目符號清單',
|
|
506
511
|
'fabric.editor.unorderedList.description': '建立未排序的清單',
|
|
@@ -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 = "99.
|
|
4
|
+
const packageVersion = "99.7.1";
|
|
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
|