@atlaskit/editor-common 78.22.4 → 78.23.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 +18 -0
- package/dist/cjs/i18n/cs.js +2 -1
- package/dist/cjs/i18n/da.js +3 -2
- package/dist/cjs/i18n/de.js +2 -1
- package/dist/cjs/i18n/en.js +11 -3
- package/dist/cjs/i18n/en_GB.js +11 -3
- package/dist/cjs/i18n/es.js +3 -2
- package/dist/cjs/i18n/fi.js +3 -2
- package/dist/cjs/i18n/fr.js +2 -1
- package/dist/cjs/i18n/hu.js +2 -1
- package/dist/cjs/i18n/it.js +2 -1
- package/dist/cjs/i18n/ja.js +2 -1
- package/dist/cjs/i18n/ko.js +6 -5
- package/dist/cjs/i18n/nb.js +2 -1
- package/dist/cjs/i18n/nl.js +2 -1
- package/dist/cjs/i18n/pl.js +3 -2
- package/dist/cjs/i18n/pt_BR.js +2 -1
- package/dist/cjs/i18n/ru.js +2 -1
- package/dist/cjs/i18n/sv.js +2 -1
- package/dist/cjs/i18n/th.js +2 -1
- package/dist/cjs/i18n/tr.js +2 -1
- package/dist/cjs/i18n/uk.js +4 -3
- package/dist/cjs/i18n/vi.js +2 -1
- package/dist/cjs/i18n/zh.js +2 -1
- package/dist/cjs/i18n/zh_TW.js +2 -1
- package/dist/cjs/messages/table.js +2 -12
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/paste/md-plugins/linkify-md-plugin.js +9 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/hyperlink.js +9 -1
- package/dist/cjs/utils/index.js +7 -0
- package/dist/cjs/utils/should-auto-linkify-tld.js +87 -0
- package/dist/es2019/i18n/cs.js +2 -1
- package/dist/es2019/i18n/da.js +3 -2
- package/dist/es2019/i18n/de.js +2 -1
- package/dist/es2019/i18n/en.js +11 -3
- package/dist/es2019/i18n/en_GB.js +11 -3
- package/dist/es2019/i18n/es.js +3 -2
- package/dist/es2019/i18n/fi.js +3 -2
- package/dist/es2019/i18n/fr.js +2 -1
- package/dist/es2019/i18n/hu.js +2 -1
- package/dist/es2019/i18n/it.js +2 -1
- package/dist/es2019/i18n/ja.js +2 -1
- package/dist/es2019/i18n/ko.js +6 -5
- package/dist/es2019/i18n/nb.js +2 -1
- package/dist/es2019/i18n/nl.js +2 -1
- package/dist/es2019/i18n/pl.js +3 -2
- package/dist/es2019/i18n/pt_BR.js +2 -1
- package/dist/es2019/i18n/ru.js +2 -1
- package/dist/es2019/i18n/sv.js +2 -1
- package/dist/es2019/i18n/th.js +2 -1
- package/dist/es2019/i18n/tr.js +2 -1
- package/dist/es2019/i18n/uk.js +4 -3
- package/dist/es2019/i18n/vi.js +2 -1
- package/dist/es2019/i18n/zh.js +2 -1
- package/dist/es2019/i18n/zh_TW.js +2 -1
- package/dist/es2019/messages/table.js +2 -12
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/paste/md-plugins/linkify-md-plugin.js +8 -2
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/hyperlink.js +7 -1
- package/dist/es2019/utils/index.js +1 -0
- package/dist/es2019/utils/should-auto-linkify-tld.js +80 -0
- package/dist/esm/i18n/cs.js +2 -1
- package/dist/esm/i18n/da.js +3 -2
- package/dist/esm/i18n/de.js +2 -1
- package/dist/esm/i18n/en.js +11 -3
- package/dist/esm/i18n/en_GB.js +11 -3
- package/dist/esm/i18n/es.js +3 -2
- package/dist/esm/i18n/fi.js +3 -2
- package/dist/esm/i18n/fr.js +2 -1
- package/dist/esm/i18n/hu.js +2 -1
- package/dist/esm/i18n/it.js +2 -1
- package/dist/esm/i18n/ja.js +2 -1
- package/dist/esm/i18n/ko.js +6 -5
- package/dist/esm/i18n/nb.js +2 -1
- package/dist/esm/i18n/nl.js +2 -1
- package/dist/esm/i18n/pl.js +3 -2
- package/dist/esm/i18n/pt_BR.js +2 -1
- package/dist/esm/i18n/ru.js +2 -1
- package/dist/esm/i18n/sv.js +2 -1
- package/dist/esm/i18n/th.js +2 -1
- package/dist/esm/i18n/tr.js +2 -1
- package/dist/esm/i18n/uk.js +4 -3
- package/dist/esm/i18n/vi.js +2 -1
- package/dist/esm/i18n/zh.js +2 -1
- package/dist/esm/i18n/zh_TW.js +2 -1
- package/dist/esm/messages/table.js +2 -12
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/paste/md-plugins/linkify-md-plugin.js +10 -2
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/hyperlink.js +9 -1
- package/dist/esm/utils/index.js +1 -0
- package/dist/esm/utils/should-auto-linkify-tld.js +80 -0
- package/dist/types/analytics/types/loom-events.d.ts +4 -3
- package/dist/types/i18n/cs.d.ts +1 -0
- package/dist/types/i18n/da.d.ts +1 -0
- package/dist/types/i18n/de.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +9 -1
- package/dist/types/i18n/en_GB.d.ts +9 -1
- package/dist/types/i18n/es.d.ts +1 -0
- package/dist/types/i18n/fi.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/hu.d.ts +1 -0
- package/dist/types/i18n/it.d.ts +1 -0
- package/dist/types/i18n/ja.d.ts +1 -0
- package/dist/types/i18n/ko.d.ts +1 -0
- package/dist/types/i18n/nb.d.ts +1 -0
- package/dist/types/i18n/nl.d.ts +1 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/pt_BR.d.ts +1 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/dist/types/i18n/th.d.ts +1 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/dist/types/i18n/uk.d.ts +1 -0
- package/dist/types/i18n/vi.d.ts +1 -0
- package/dist/types/i18n/zh.d.ts +1 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/dist/types/messages/table.d.ts +0 -10
- package/dist/types/types/annotation/index.d.ts +1 -0
- package/dist/types/utils/hyperlink.d.ts +6 -3
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/should-auto-linkify-tld.d.ts +17 -0
- package/dist/types-ts4.5/analytics/types/loom-events.d.ts +4 -3
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
- package/dist/types-ts4.5/i18n/da.d.ts +1 -0
- package/dist/types-ts4.5/i18n/de.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en.d.ts +9 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +9 -1
- package/dist/types-ts4.5/i18n/es.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
- package/dist/types-ts4.5/i18n/it.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
- package/dist/types-ts4.5/i18n/th.d.ts +1 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
- package/dist/types-ts4.5/messages/table.d.ts +0 -10
- package/dist/types-ts4.5/types/annotation/index.d.ts +1 -0
- package/dist/types-ts4.5/utils/hyperlink.d.ts +6 -3
- package/dist/types-ts4.5/utils/index.d.ts +1 -0
- package/dist/types-ts4.5/utils/should-auto-linkify-tld.d.ts +17 -0
- package/package.json +8 -6
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Insérer des objets depuis Actifs dans Jira Service Management grâce à la recherche et au filtrage',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Tickets Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Insérez des tickets Jira depuis Jira Cloud grâce à la recherche, au filtrage et à la configuration améliorés.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Modifier la requête de recherche',
|
|
101
101
|
'fabric.editor.date': 'Date',
|
|
102
102
|
'fabric.editor.date.description': 'Ajouter une date depuis un calendrier',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': "Le texte alternatif est utile pour les personnes utilisant des lecteurs d'écran en raison d'une déficience visuelle.",
|
|
358
358
|
'fabric.editor.table': 'Tableau',
|
|
359
359
|
'fabric.editor.table.description': 'Insérer un tableau',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Pleine largeur',
|
|
360
361
|
'fabric.editor.tableOptions': 'Options du tableau',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {La largeur du tableau a été réduite à {newWidth,number} pixel.} other {La largeur du tableau a été réduite à {newWidth,number} pixels.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {La largeur du tableau a été augmentée à {newWidth,number} pixel.} other {La largeur du tableau a été augmentée à {newWidth,number} pixels.}}',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Objektumok beszúrása az Eszközökből a Jira Service Managementbe kereséssel és szűrőkkel',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira-ügyek',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Jira-ügyek beszúrása a Jira Cloudból továbbfejlesztett kereséssel, szűrőkkel és konfigurációkkal.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Keresési lekérdezés szerkesztése',
|
|
101
101
|
'fabric.editor.date': 'Dátum',
|
|
102
102
|
'fabric.editor.date.description': 'Dátum hozzáadása naptár használatával',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Az alternatív szöveg a látássérült felhasználók számára hasznos, akik képernyőolvasót használnak.',
|
|
358
358
|
'fabric.editor.table': 'Táblázat',
|
|
359
359
|
'fabric.editor.table.description': 'Táblázat beszúrása',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Teljes szélesség',
|
|
360
361
|
'fabric.editor.tableOptions': 'Táblázatbeállítások',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {A tábla szélessége {newWidth,number} pixelre csökkentve.} other {A tábla szélessége {newWidth,number} pixelre csökkentve.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {A tábla szélessége {newWidth,number} pixelre növelve.} other {A tábla szélessége {newWidth,number} pixelre növelve.}}',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Inserisci oggetti da Risorse in Jira Service Management con la ricerca e i filtri',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Ticket Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Inserisci ticket Jira da Jira Cloud con la ricerca avanzata, i filtri e la configurazione.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Elenco',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Modifica query di ricerca',
|
|
101
101
|
'fabric.editor.date': 'Data',
|
|
102
102
|
'fabric.editor.date.description': 'Aggiungi una data usando un calendario',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Il testo alternativo è utile agli utenti con problemi di vista che utilizzano utilità per la lettura dello schermo.',
|
|
358
358
|
'fabric.editor.table': 'Tabella',
|
|
359
359
|
'fabric.editor.table.description': 'Inserisci una tabella',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Larghezza piena',
|
|
360
361
|
'fabric.editor.tableOptions': 'Opzioni tabella',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Larghezza della tabella diminuita a {newWidth,number} pixel.} other {Larghezza della tabella diminuita a {newWidth,number} pixel.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Larghezza della tabella aumentata a {newWidth,number} pixel.} other {Larghezza della tabella aumentata a {newWidth,number} pixel.}}',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': '検索とフィルタリングを使用して、Jira Service Management のアセットからオブジェクトを挿入します',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira 課題',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': '強化された検索、フィルタリング、設定を使用して、Jira Cloud から Jira 課題を挿入します。',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'リスト',
|
|
100
100
|
'fabric.editor.datasourceTitle': '検索クエリを編集',
|
|
101
101
|
'fabric.editor.date': '日付',
|
|
102
102
|
'fabric.editor.date.description': 'カレンダーを使用して日付を追加',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': '代替テキストは視覚障がいがあるためスクリーン リーダーを使用している人に便利な機能です。',
|
|
358
358
|
'fabric.editor.table': '表',
|
|
359
359
|
'fabric.editor.table.description': '表を挿入',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': '全幅',
|
|
360
361
|
'fabric.editor.tableOptions': '表のオプション',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {テーブル幅が {newWidth,number} ピクセルに縮小しました。}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表の幅が {newWidth,number} ピクセルに拡大しました。}}',
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -71,7 +71,7 @@ export default {
|
|
|
71
71
|
'fabric.editor.configPanel.close': '닫기',
|
|
72
72
|
'fabric.editor.configPanel.customSelect.createOption': '만들기',
|
|
73
73
|
'fabric.editor.configPanel.dateRange.custom.from': '시작',
|
|
74
|
-
'fabric.editor.configPanel.dateRange.custom.to': '
|
|
74
|
+
'fabric.editor.configPanel.dateRange.custom.to': '끝',
|
|
75
75
|
'fabric.editor.configPanel.dateRange.grouping.collapse': '축소',
|
|
76
76
|
'fabric.editor.configPanel.dateRange.grouping.expand': '확장',
|
|
77
77
|
'fabric.editor.configPanel.dateRange.option.custom': '사용자 지정',
|
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': '검색 및 필터링을 통해 Jira Service Management에서 자산의 개체 삽입',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira 이슈',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': '향상된 검색, 필터링 및 구성을 통해 Jira Cloud의 Jira 이슈 삽입',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': '목록',
|
|
100
100
|
'fabric.editor.datasourceTitle': '검색 쿼리 편집',
|
|
101
101
|
'fabric.editor.date': '날짜',
|
|
102
102
|
'fabric.editor.date.description': '캘린더로 날짜 추가',
|
|
@@ -183,7 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '플로팅 도구 모음',
|
|
184
184
|
'fabric.editor.floatingToolbar.scrollLeft': '왼쪽으로 스크롤',
|
|
185
185
|
'fabric.editor.floatingToolbar.scrollRight': '오른쪽으로 스크롤',
|
|
186
|
-
'fabric.editor.focusTableResizeHandle': '
|
|
186
|
+
'fabric.editor.focusTableResizeHandle': '표 크기 조정 핸들에 포커스',
|
|
187
187
|
'fabric.editor.headerColumn': '헤더 열',
|
|
188
188
|
'fabric.editor.headerRow': '헤더 행',
|
|
189
189
|
'fabric.editor.heading1': '머릿글 1',
|
|
@@ -217,7 +217,7 @@ export default {
|
|
|
217
217
|
'fabric.editor.image': '이미지',
|
|
218
218
|
'fabric.editor.image.fullWidthLabel': '전체 너비',
|
|
219
219
|
'fabric.editor.imageBorderBold': '굵게',
|
|
220
|
-
'fabric.editor.imageBorderColor': '
|
|
220
|
+
'fabric.editor.imageBorderColor': '색',
|
|
221
221
|
'fabric.editor.imageBorderMedium': '보통',
|
|
222
222
|
'fabric.editor.imageBorderOptions': '테두리 옵션',
|
|
223
223
|
'fabric.editor.imageBorderSize': '크기',
|
|
@@ -321,7 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.removeRows': '{0, plural, other {행 삭제}}',
|
|
322
322
|
'fabric.editor.replace': '바꾸기',
|
|
323
323
|
'fabric.editor.replaceAll': '모두 바꾸기',
|
|
324
|
-
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, other {{numberOfMatches,number}개의 일치 항목을
|
|
324
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, other {{numberOfMatches,number}개의 일치 항목을 바꿨습니다}}',
|
|
325
325
|
'fabric.editor.replaceWith': '다음으로 바꾸기',
|
|
326
326
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
327
327
|
'fabric.editor.richText': '서식 텍스트 사용',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': '대체 텍스트는 시각적 제약으로 인해 화면 읽기 프로그램을 사용하는 사람에게 유용합니다.',
|
|
358
358
|
'fabric.editor.table': '표',
|
|
359
359
|
'fabric.editor.table.description': '표 삽입',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': '전체 너비',
|
|
360
361
|
'fabric.editor.tableOptions': '표 선택 사항',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {표 너비를 {newWidth,number}픽셀로 줄였습니다.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {표 너비를 {newWidth,number}픽셀로 늘렸습니다.}}',
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Sett inn objekter fra ressurser i Jira Service Management med søk og filtrering',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira-saker',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Sett inn Jira-saker fra Jira Cloud med forbedret søk, filtrering og konfigurasjon.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Rediger søkespørring',
|
|
101
101
|
'fabric.editor.date': 'Dato',
|
|
102
102
|
'fabric.editor.date.description': 'Legg til en dato med en kalender',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig for folk som bruker skjermlesere på grunn av redusert synsfunksjon.',
|
|
358
358
|
'fabric.editor.table': 'Tabell',
|
|
359
359
|
'fabric.editor.table.description': 'Sett inn en tavle',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Full bredde',
|
|
360
361
|
'fabric.editor.tableOptions': 'Tabellalternativer',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden er redusert til {newWidth,number} piksel.} other {Tabellbredden er redusert til {newWidth,number} piksler.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden er økt til {newWidth,number} piksel.} other {Tabellbredden er økt til {newWidth,number} piksler.}}',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Voeg objecten van Assets in Jira Service Management in met behulp van zoeken en filteren',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira-issues',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Voeg Jira-issues in vanuit Jira Cloud met verbeterde zoekfunctie, filteren en configuratie.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lijst',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Zoekopdracht bewerken',
|
|
101
101
|
'fabric.editor.date': 'Datum',
|
|
102
102
|
'fabric.editor.date.description': 'Een datum toevoegen via een agenda',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Alt-tekst is handig voor mensen die gebruikmaken van schermlezers vanwege visuele beperkingen.',
|
|
358
358
|
'fabric.editor.table': 'Tabel',
|
|
359
359
|
'fabric.editor.table.description': 'Een tabel invoegen',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Volledige breedte',
|
|
360
361
|
'fabric.editor.tableOptions': 'Tabelopties',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbreedte verminderd tot {newWidth,number} pixel.} other {Tabelbreedte verminderd tot {newWidth,number} pixels.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbreedte verhoogd tot {newWidth,number} pixel.} other {Tabelbreedte verhoogd tot {newWidth,number} pixels.}}',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -76,7 +76,7 @@ export default {
|
|
|
76
76
|
'fabric.editor.configPanel.dateRange.grouping.expand': 'Rozwiń',
|
|
77
77
|
'fabric.editor.configPanel.dateRange.option.custom': 'Niestandardowa',
|
|
78
78
|
'fabric.editor.configPanel.documentation': 'Dokumentacja',
|
|
79
|
-
'fabric.editor.configPanel.errorBoundary.note': 'Poinformowaliśmy zespół.
|
|
79
|
+
'fabric.editor.configPanel.errorBoundary.note': 'Poinformowaliśmy zespół. Wciąż możesz edytować i opublikować tę stronę, a także sprawdzić konsolę błędów, aby uzyskać więcej informacji.',
|
|
80
80
|
'fabric.editor.configPanel.errorBoundary.title': 'Coś poszło nie tak.',
|
|
81
81
|
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Nie można połączyć isMultiple ze stylem: radio',
|
|
82
82
|
'fabric.editor.configPanel.formType.addField': 'Dodaj pole',
|
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Wstawianie obiektów z Zasobów do Jira Service Management z wyszukiwaniem i filtrowaniem',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Zgłoszenia Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Wstawianie zgłoszeń Jira z Jira Cloud z ulepszonym wyszukiwaniem, filtrowaniem i konfigurowaniem.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Edytuj zapytanie wyszukiwania',
|
|
101
101
|
'fabric.editor.date': 'Data',
|
|
102
102
|
'fabric.editor.date.description': 'Dodaj datę, korzystając z kalendarza',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Tekst alternatywny jest przydatny dla osób z zaburzeniami widzenia, korzystających z czytników ekranowych.',
|
|
358
358
|
'fabric.editor.table': 'Tabela',
|
|
359
359
|
'fabric.editor.table.description': 'Wstaw tabelę',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Pełna szerokość',
|
|
360
361
|
'fabric.editor.tableOptions': 'Opcje tabeli',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Szerokość tabeli została zmniejszona do {newWidth,number} piksela.} few {Szerokość tabeli została zmniejszona do {newWidth,number} pikseli.} many {Szerokość tabeli została zmniejszona do {newWidth,number} pikseli.} other {Szerokość tabeli została zmniejszona do {newWidth,number} piksela.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Szerokość tabeli została zwiększona do {newWidth,number} piksela.} few {Szerokość tabeli została zwiększona do {newWidth,number} pikseli.} many {Szerokość tabeli została zwiększona do {newWidth,number} pikseli.} other {Szerokość tabeli została zwiększona do {newWidth,number} piksela.}}',
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Insira objetos a partir de Recursos no Jira Service Management com ferramentas de pesquisa e filtro',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Itens do Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Insira itens do Jira a partir do Jira Cloud com ferramentas aprimoradas de pesquisa, filtro e configuração.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Editar consulta de pesquisa',
|
|
101
101
|
'fabric.editor.date': 'Data',
|
|
102
102
|
'fabric.editor.date.description': 'Adicionar data usando um calendário',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'O texto alt ajuda pessoas que usam leitores de tela por conta de limitações visuais.',
|
|
358
358
|
'fabric.editor.table': 'Tabela',
|
|
359
359
|
'fabric.editor.table.description': 'Inserir uma tabela',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Largura total',
|
|
360
361
|
'fabric.editor.tableOptions': 'Opções de tabela',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {A largura da tabela foi reduzida para {newWidth,number} pixel.} other {A largura da tabela foi reduzida para {newWidth,number} pixels.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {A largura da tabela aumentou para {newWidth,number} pixel.} other {A largura da tabela aumentou para {newWidth,number} pixels.}}',
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Вставка объектов из Активов в Jira Service Management с помощью поиска и фильтрации',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Задачи Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Вставка задач Jira из Jira Cloud с помощью расширенного поиска, фильтрации и настройки.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Список',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Изменить поисковый запрос',
|
|
101
101
|
'fabric.editor.date': 'Дата',
|
|
102
102
|
'fabric.editor.date.description': 'Добавление даты из календаря',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Альтернативный текст предназначен для слабовидящих и незрячих людей, которые пользуются функцией озвучивания текста на экране.',
|
|
358
358
|
'fabric.editor.table': 'Таблица',
|
|
359
359
|
'fabric.editor.table.description': 'Вставка таблицы',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Полная ширина',
|
|
360
361
|
'fabric.editor.tableOptions': 'Параметры таблицы',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Ширина таблицы уменьшена до {newWidth,number} пикселя.} few {Ширина таблицы уменьшена до {newWidth,number} пикселей.} many {Ширина таблицы уменьшена до {newWidth,number} пикселей.} other {Ширина таблицы уменьшена до {newWidth,number} пикселя.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Ширина таблицы увеличена до {newWidth,number} пикселя.} few {Ширина таблицы увеличена до {newWidth,number} пикселей.} many {Ширина таблицы увеличена до {newWidth,number} пикселей.} other {Ширина таблицы увеличена до {newWidth,number} пикселя.}}',
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Infoga objekt från Tillgångar i Jira Service Management med sökning och filtrering',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira-ärenden',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Infoga Jira-ärenden från Jira Cloud med förbättrad sökning, filtrering och konfiguration.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Redigera sökfråga',
|
|
101
101
|
'fabric.editor.date': 'Datum',
|
|
102
102
|
'fabric.editor.date.description': 'Lägg till ett datum med en kalender',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Alternativ text är användbart för de som använder skärmläsare på grund av visuella begränsningar.',
|
|
358
358
|
'fabric.editor.table': 'Tabell',
|
|
359
359
|
'fabric.editor.table.description': 'Infoga en tabell',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Full bredd',
|
|
360
361
|
'fabric.editor.tableOptions': 'Tabellalternativ',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden har minskats till {newWidth,number} pixel.} other {Tabellbredden har minskats till {newWidth,number} pixlar.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden har ökat till {newWidth,number} pixel.} other {Tabellbredden har ökat till {newWidth,number} pixlar.}}',
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'แทรกหัวเรื่อง Assets ใน Jira Service Management ด้วยการค้นหาและตัวกรอง',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'ปัญหา Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'แทรกปัญหา Jira จาก Jira Cloud ด้วยการค้นหา ตัวกรอง และการกำหนดค่าที่ได้รับการปรับปรุงใหม่',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'รายการ',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'แก้ไขคำถามการค้นหา',
|
|
101
101
|
'fabric.editor.date': 'วันที่',
|
|
102
102
|
'fabric.editor.date.description': 'เพิ่มวันที่โดยใช้ปฏิทิน',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'ข้อความอธิบายรูปภาพมีประโยชน์สำหรับผู้ที่กำลังใช้โปรแกรมอ่านออกเสียงบนหน้าจอเนื่องจากอาจมีข้อจำกัดทางด้านภาพ',
|
|
358
358
|
'fabric.editor.table': 'ตาราง',
|
|
359
359
|
'fabric.editor.table.description': 'แทรกตาราง',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'แบบเต็มความกว้าง',
|
|
360
361
|
'fabric.editor.tableOptions': 'ตัวเลือกตาราง',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {ความกว้างของตารางลดลงเหลือ {newWidth,number} พิกเซล}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {ความกว้างของตารางเพิ่มขึ้น {newWidth,number} พิกเซล}}',
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': "Arama ve filtreleme ile Jira Service Management'taki Varlıklar'dan nesneleri ekleyin",
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira Konuları',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': "Gelişmiş arama, filtreleme ve yapılandırma ile Jira Cloud'daki Jira konularını ekleyin.",
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Arama sorgusunu düzenleyin',
|
|
101
101
|
'fabric.editor.date': 'Tarih',
|
|
102
102
|
'fabric.editor.date.description': 'Takvimi kullanarak tarih ekleyin',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Alternatif metin, görme güçlüğü çektiği için ekran okuyucu kullanan kişilere yardımcı olur.',
|
|
358
358
|
'fabric.editor.table': 'Tablo',
|
|
359
359
|
'fabric.editor.table.description': 'Tablo ekleyin',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Tam genişlik',
|
|
360
361
|
'fabric.editor.tableOptions': 'Tablo seçenekleri',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tablo genişliği {newWidth,number} piksele düşürüldü.} other {Tablo genişliği {newWidth,number} piksele düşürüldü.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tablo genişliği {newWidth,number} piksele artırıldı.} other {Tablo genişliği {newWidth,number} piksele artırıldı.}}',
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Вставляйте об’єкти з розділу «Ресурси» в Jira Service Management за допомогою пошуку й фільтрації',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Завдання в Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Вставляйте завдання Jira з Jira Cloud за допомогою розширеного пошуку, фільтрації та конфігурації.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Список',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Редагувати пошуковий запит',
|
|
101
101
|
'fabric.editor.date': 'Дата',
|
|
102
102
|
'fabric.editor.date.description': 'Вставити дату через календар',
|
|
@@ -183,7 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Плаваюча панель інструментів',
|
|
184
184
|
'fabric.editor.floatingToolbar.scrollLeft': 'Прокрутити вліво',
|
|
185
185
|
'fabric.editor.floatingToolbar.scrollRight': 'Прокрутити вправо',
|
|
186
|
-
'fabric.editor.focusTableResizeHandle': '
|
|
186
|
+
'fabric.editor.focusTableResizeHandle': 'Активувати маркер змінення розміру таблиці',
|
|
187
187
|
'fabric.editor.headerColumn': 'Стовпець заголовка',
|
|
188
188
|
'fabric.editor.headerRow': 'Рядок заголовка',
|
|
189
189
|
'fabric.editor.heading1': 'Заголовок 1',
|
|
@@ -277,7 +277,7 @@ export default {
|
|
|
277
277
|
'fabric.editor.mention.description': 'Згадати користувача та надіслати йому сповіщення',
|
|
278
278
|
'fabric.editor.mentionNode.label': 'Згаданий за допомогою тегу користувач',
|
|
279
279
|
'fabric.editor.mentionsAddLabel': 'додати-значок',
|
|
280
|
-
'fabric.editor.mentionsIconLabel': '
|
|
280
|
+
'fabric.editor.mentionsIconLabel': 'Згадати',
|
|
281
281
|
'fabric.editor.mergeCells': 'Об’єднати клітинки',
|
|
282
282
|
'fabric.editor.moreFormatting': 'Додаткове форматування',
|
|
283
283
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Переміщення стовпця(-ів) уліво} few {Переміщення стовпців уліво} many {Переміщення стовпців уліво} other {Переміщення стовпців уліво}}',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Текст заміщення потрібний для людей, які користуються засобами читання з екрана через обмеження зору.',
|
|
358
358
|
'fabric.editor.table': 'Таблиця',
|
|
359
359
|
'fabric.editor.table.description': 'Вставити таблицю',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Повна ширина',
|
|
360
361
|
'fabric.editor.tableOptions': 'Параметри таблиці',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Ширину таблиці зменшено до {newWidth,number} пікселя.} few {Ширину таблиці зменшено до {newWidth,number} пікселів.} many {Ширину таблиці зменшено до {newWidth,number} пікселів.} other {Ширину таблиці зменшено до {newWidth,number} пікселів.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Ширину таблиці збільшено до {newWidth,number} пікселя.} few {Ширину таблиці збільшено до {newWidth,number} пікселів.} many {Ширину таблиці збільшено до {newWidth,number} пікселів.} other {Ширину таблиці збільшено до {newWidth,number} пікселів.}}',
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Chèn đối tượng từ Tài sản trong Jira Service Management bằng tính năng tìm kiếm và lọc',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Vấn đề trên Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Chèn vấn đề trên Jira từ Jira Cloud bằng tính năng tìm kiếm, lọc và định cấu hình nâng cao.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Danh sách',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Sửa truy vấn tìm kiếm',
|
|
101
101
|
'fabric.editor.date': 'Ngày',
|
|
102
102
|
'fabric.editor.date.description': 'Thêm ngày bằng cách sử dụng lịch',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Văn bản thay thế là tính năng hữu ích cho những người sử dụng trình đọc màn hình do suy giảm thị lực.',
|
|
358
358
|
'fabric.editor.table': 'Bảng',
|
|
359
359
|
'fabric.editor.table.description': 'Chèn bảng',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Toàn chiều rộng',
|
|
360
361
|
'fabric.editor.tableOptions': 'Tùy chọn bảng',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {Chiều rộng bảng đã giảm xuống {newWidth,number} pixel.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {Chiều rộng bảng đã tăng lên {newWidth,number} pixel.}}',
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': '通过搜索和筛选插入来自 Jira Service Management 中的资产的对象',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira 事务',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': '通过增强的搜索、筛选和配置插入来自 Jira Cloud 的 Jira 事务。',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': '列表',
|
|
100
100
|
'fabric.editor.datasourceTitle': '编辑搜索查询',
|
|
101
101
|
'fabric.editor.date': '日期',
|
|
102
102
|
'fabric.editor.date.description': '使用日历添加日期',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': '对于因有视觉障碍而使用屏幕朗读器的用户,替代文本很有帮助。',
|
|
358
358
|
'fabric.editor.table': '表格',
|
|
359
359
|
'fabric.editor.table.description': '插入表格',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': '全宽',
|
|
360
361
|
'fabric.editor.tableOptions': '表格选项',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {表格宽度已减少到 {newWidth,number} 像素。}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表格宽度已增加到 {newWidth,number} 像素。}}',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': '透過搜尋和篩選,從 Jira Service Management 中的 Assets 插入物件',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira 議題',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': '透過增強的搜尋、篩選和組態,從 Jira Cloud 插入 Jira 議題。',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': '列表',
|
|
100
100
|
'fabric.editor.datasourceTitle': '編輯搜尋查詢',
|
|
101
101
|
'fabric.editor.date': '日期',
|
|
102
102
|
'fabric.editor.date.description': '使用日曆新增日期',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': '替代文字對於因為視障而使用螢幕閱讀器的人相當實用。',
|
|
358
358
|
'fabric.editor.table': '表格',
|
|
359
359
|
'fabric.editor.table.description': '插入表格',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': '全寬',
|
|
360
361
|
'fabric.editor.tableOptions': '表格選項',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {表格寬度已降低至 {newWidth,number} 像素。}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表格寬度已提升至 {newWidth,number} 像素。}}',
|
|
@@ -242,24 +242,14 @@ export var messages = defineMessages({
|
|
|
242
242
|
},
|
|
243
243
|
focusedOtherResize: {
|
|
244
244
|
id: 'fabric.editor.tables.otherResize',
|
|
245
|
-
defaultMessage: 'Switched to the
|
|
245
|
+
defaultMessage: '{direction, select, left {Switched to the left column resize} right {Switched to the right column resize} other {}}',
|
|
246
246
|
description: 'Screen Reader announces when the user switches to the left or right column resizer'
|
|
247
247
|
},
|
|
248
248
|
changedColumnWidth: {
|
|
249
249
|
id: 'fabric.editor.tables.columnWidth',
|
|
250
|
-
defaultMessage: 'Column width was changed to {width} pixels',
|
|
250
|
+
defaultMessage: '{width, plural, one {Column width was changed to {width} pixel} other {Column width was changed to {width} pixels}}',
|
|
251
251
|
description: 'Screen Reader announces when the user modifies the column width'
|
|
252
252
|
},
|
|
253
|
-
columnLeftResize: {
|
|
254
|
-
id: 'fabric.editor.tables.columnLeftResize',
|
|
255
|
-
defaultMessage: 'left',
|
|
256
|
-
description: 'Screen Reader announces the jump to the preceding column resizer'
|
|
257
|
-
},
|
|
258
|
-
columnRightResize: {
|
|
259
|
-
id: 'fabric.editor.tables.columnRightResize',
|
|
260
|
-
defaultMessage: 'right',
|
|
261
|
-
description: 'Screen Reader announces the jump to the subsequent column resizer'
|
|
262
|
-
},
|
|
263
253
|
columnResizeStop: {
|
|
264
254
|
id: 'fabric.editor.tables.resizeStop',
|
|
265
255
|
defaultMessage: 'Stopped resize',
|
|
@@ -6,7 +6,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
6
6
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
7
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
8
8
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
9
|
-
var packageVersion = "78.
|
|
9
|
+
var packageVersion = "78.23.1";
|
|
10
10
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
11
11
|
// Remove URL as it has UGC
|
|
12
12
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
// File has been copied to packages/editor/editor-plugin-ai/src/provider/markdown-transformer/md/linkify-md-plugin.ts
|
|
2
2
|
// If changes are made to this file, please make the same update in the linked file.
|
|
3
3
|
|
|
4
|
+
// See https://product-fabric.atlassian.net/browse/ED-3097 for why this file exists.
|
|
5
|
+
|
|
4
6
|
import LinkifyIt from 'linkify-it';
|
|
5
7
|
import { linkifyMatch } from '@atlaskit/adf-schema';
|
|
6
|
-
import {
|
|
8
|
+
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
9
|
+
import { findFilepaths, isLinkInMatches, shouldAutoLinkifyMatch } from '../../utils';
|
|
7
10
|
|
|
8
|
-
// modified version of the original Linkify plugin
|
|
11
|
+
// modified version of the original markdown-it Linkify plugin
|
|
9
12
|
// https://github.com/markdown-it/markdown-it/blob/master/lib/rules_core/linkify.js
|
|
10
13
|
var arrayReplaceAt = function arrayReplaceAt(src, pos, newElements) {
|
|
11
14
|
return [].concat(src.slice(0, pos), newElements, src.slice(pos + 1));
|
|
@@ -58,6 +61,11 @@ var linkify = function linkify(state) {
|
|
|
58
61
|
if (!links.length) {
|
|
59
62
|
links = linkify.match(text) || [];
|
|
60
63
|
}
|
|
64
|
+
if (getBooleanFF('platform.linking-platform.prevent-suspicious-linkification')) {
|
|
65
|
+
links = links.filter(function (link) {
|
|
66
|
+
return shouldAutoLinkifyMatch(link);
|
|
67
|
+
});
|
|
68
|
+
}
|
|
61
69
|
|
|
62
70
|
// Now split string to nodes
|
|
63
71
|
var nodes = [];
|
|
@@ -17,7 +17,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
|
|
|
17
17
|
import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
|
|
18
18
|
import Layer from '../Layer';
|
|
19
19
|
var packageName = "@atlaskit/editor-common";
|
|
20
|
-
var packageVersion = "78.
|
|
20
|
+
var packageVersion = "78.23.1";
|
|
21
21
|
var halfFocusRing = 1;
|
|
22
22
|
var dropOffset = '0, 8';
|
|
23
23
|
var DropList = /*#__PURE__*/function (_Component) {
|
|
@@ -4,7 +4,9 @@ import _createClass from "@babel/runtime/helpers/createClass";
|
|
|
4
4
|
// If changes are made to this file, please make the same update in the linked file.
|
|
5
5
|
|
|
6
6
|
import { isSafeUrl, linkify, normalizeUrl as normaliseLinkHref } from '@atlaskit/adf-schema';
|
|
7
|
+
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
7
8
|
import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE } from '../analytics/types';
|
|
9
|
+
import { shouldAutoLinkifyTld } from './should-auto-linkify-tld';
|
|
8
10
|
import { mapSlice } from './slice';
|
|
9
11
|
|
|
10
12
|
// Regular expression for a windows filepath in the format <DRIVE LETTER>:\<folder name>\
|
|
@@ -73,6 +75,10 @@ export function normalizeUrl(url) {
|
|
|
73
75
|
}
|
|
74
76
|
return normaliseLinkHref(url);
|
|
75
77
|
}
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* Linkify content in a slice (eg. after a rich text paste)
|
|
81
|
+
*/
|
|
76
82
|
export function linkifyContent(schema) {
|
|
77
83
|
return function (slice) {
|
|
78
84
|
return mapSlice(slice, function (node, parent) {
|
|
@@ -84,7 +90,9 @@ export function linkifyContent(schema) {
|
|
|
84
90
|
if (isAllowedInParent && node.isText && !link.isInSet(node.marks)) {
|
|
85
91
|
var linkified = [];
|
|
86
92
|
var text = node.text;
|
|
87
|
-
var matches = findLinkMatches(text)
|
|
93
|
+
var matches = getBooleanFF('platform.linking-platform.prevent-suspicious-linkification') ? findLinkMatches(text).filter(function (match) {
|
|
94
|
+
return shouldAutoLinkifyTld(match.title);
|
|
95
|
+
}) : findLinkMatches(text);
|
|
88
96
|
var pos = 0;
|
|
89
97
|
var filepaths = findFilepaths(text);
|
|
90
98
|
matches.forEach(function (match) {
|
package/dist/esm/utils/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { hasParentNodeOfType } from '@atlaskit/editor-prosemirror/utils';
|
|
2
2
|
import { hasDocAsParent } from './document';
|
|
3
3
|
import { isEmptyParagraph } from './editor-core-utils';
|
|
4
|
+
export { shouldAutoLinkifyMatch } from './should-auto-linkify-tld';
|
|
4
5
|
export { canApplyAnnotationOnRange, containsAnyAnnotations, getAnnotationIdsFromRange, hasAnnotationMark } from './annotation';
|
|
5
6
|
export { getExtensionLozengeData } from './macro';
|
|
6
7
|
export { default as browser } from './browser';
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/** Created by scanning the Wikipedia page for all TLDs and selecting those that are common filenames, along
|
|
2
|
+
* with customer complaints */
|
|
3
|
+
var tldsToNotAutoLinkify = ['name', 'zip', 'doc', 'mov',
|
|
4
|
+
// Ensure common 2 character file extensions aren't linkified without https prefix
|
|
5
|
+
'md',
|
|
6
|
+
// Postscript
|
|
7
|
+
'ps',
|
|
8
|
+
// C++
|
|
9
|
+
'cc',
|
|
10
|
+
// C#
|
|
11
|
+
'cs',
|
|
12
|
+
// f#
|
|
13
|
+
'fs',
|
|
14
|
+
// Go
|
|
15
|
+
'go',
|
|
16
|
+
// JavaScript
|
|
17
|
+
'js',
|
|
18
|
+
// Perl
|
|
19
|
+
'pl',
|
|
20
|
+
// Perl module
|
|
21
|
+
'pm',
|
|
22
|
+
// Python
|
|
23
|
+
'py',
|
|
24
|
+
// Ruby
|
|
25
|
+
'rb',
|
|
26
|
+
// Rust
|
|
27
|
+
'rs',
|
|
28
|
+
// Bash
|
|
29
|
+
'sh',
|
|
30
|
+
// Typescript
|
|
31
|
+
'ts',
|
|
32
|
+
// C#
|
|
33
|
+
'cs',
|
|
34
|
+
// Visual Basic
|
|
35
|
+
'vb'];
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Decide if a url should auto linkify, based on the TLD.
|
|
39
|
+
* If URL is in a list of suspicious TLDs (eg. README.md), returns false
|
|
40
|
+
* If URL is prefixed with http:// or https:// or www, returns true (allows linkify), as user intention is clear
|
|
41
|
+
* this is a URL.
|
|
42
|
+
* If the link is invalid (eg. missing a TLD), returns true (allows linkify)
|
|
43
|
+
*
|
|
44
|
+
* @param url Link that hasn't been already prefixed with http://, https:// or www.
|
|
45
|
+
*/
|
|
46
|
+
export function shouldAutoLinkifyTld(url) {
|
|
47
|
+
var startsWithHttpHttps = /^https?:\/\//.test(url);
|
|
48
|
+
if (startsWithHttpHttps) {
|
|
49
|
+
return true;
|
|
50
|
+
}
|
|
51
|
+
var startsWithWWW = /^www\./.test(url);
|
|
52
|
+
if (startsWithWWW) {
|
|
53
|
+
return true;
|
|
54
|
+
}
|
|
55
|
+
try {
|
|
56
|
+
var hostname = new URL("https://".concat(url)).hostname;
|
|
57
|
+
var parts = hostname.split('.');
|
|
58
|
+
var tld = parts.length > 1 ? parts[parts.length - 1] : null;
|
|
59
|
+
if (parts[0] === '') {
|
|
60
|
+
// If the domain is an empty string (ie the link is `.com`), it's invalid, so
|
|
61
|
+
// automatically return true
|
|
62
|
+
return true;
|
|
63
|
+
}
|
|
64
|
+
if (!tld) {
|
|
65
|
+
return true;
|
|
66
|
+
}
|
|
67
|
+
return !tldsToNotAutoLinkify.includes(tld);
|
|
68
|
+
} catch (e) {
|
|
69
|
+
return true;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Check if url match uses tld we don't want to auto linkify
|
|
75
|
+
* @param match Linkify Match
|
|
76
|
+
* @returns True if should auto linkify, false otherwise
|
|
77
|
+
*/
|
|
78
|
+
export function shouldAutoLinkifyMatch(match) {
|
|
79
|
+
return shouldAutoLinkifyTld(match.raw);
|
|
80
|
+
}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import type { SDKUnsupportedReasons } from '@loomhq/record-sdk';
|
|
2
1
|
import type { ACTION, ACTION_SUBJECT, INPUT_METHOD } from './enums';
|
|
3
2
|
import type { OperationalAEP, TrackAEP } from './utils';
|
|
3
|
+
type LoomPluginErrorMessages = 'is-supported-failure' | 'failed-to-initialise' | 'api-key-not-provided';
|
|
4
|
+
type LoomSDKErrorMessages = 'incompatible-browser' | 'third-party-cookies-disabled' | 'no-media-streams-support';
|
|
4
5
|
type LoomInitialisedAEP = OperationalAEP<ACTION.INITIALISED, ACTION_SUBJECT.LOOM, undefined, undefined>;
|
|
5
6
|
type LoomDisabledAEP = OperationalAEP<ACTION.ERRORED, ACTION_SUBJECT.LOOM, undefined, {
|
|
6
|
-
error?:
|
|
7
|
+
error?: LoomPluginErrorMessages | LoomSDKErrorMessages;
|
|
7
8
|
}>;
|
|
8
9
|
type RecordVideoAEP = TrackAEP<ACTION.RECORD_VIDEO, ACTION_SUBJECT.LOOM, undefined, {
|
|
9
10
|
inputMethod: INPUT_METHOD;
|
|
10
11
|
}, undefined>;
|
|
11
12
|
type RecordVideoFailedAEP = TrackAEP<ACTION.RECORD_VIDEO_FAILED, ACTION_SUBJECT.LOOM, undefined, {
|
|
12
13
|
inputMethod: INPUT_METHOD;
|
|
13
|
-
error?:
|
|
14
|
+
error?: LoomPluginErrorMessages | LoomSDKErrorMessages;
|
|
14
15
|
}, undefined>;
|
|
15
16
|
type InsertVideoAEP = TrackAEP<ACTION.INSERT_VIDEO, ACTION_SUBJECT.LOOM, undefined, {
|
|
16
17
|
duration?: number;
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|