@atlaskit/editor-common 94.12.1 → 94.13.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 +26 -0
- package/afm-jira/tsconfig.json +158 -158
- package/afm-post-office/tsconfig.json +158 -158
- package/dist/cjs/extensibility/Extension.js +4 -2
- package/dist/cjs/extensibility/extensionNodeView.js +5 -3
- package/dist/cjs/i18n/cs.js +7 -2
- package/dist/cjs/i18n/da.js +5 -0
- package/dist/cjs/i18n/de.js +7 -2
- package/dist/cjs/i18n/en.js +4 -0
- package/dist/cjs/i18n/en_GB.js +4 -0
- package/dist/cjs/i18n/en_ZZ.js +4 -0
- package/dist/cjs/i18n/es.js +7 -2
- package/dist/cjs/i18n/fi.js +5 -0
- package/dist/cjs/i18n/fr.js +7 -2
- package/dist/cjs/i18n/hu.js +7 -2
- package/dist/cjs/i18n/it.js +7 -2
- 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 +7 -2
- package/dist/cjs/i18n/pl.js +7 -2
- package/dist/cjs/i18n/pt_BR.js +5 -0
- package/dist/cjs/i18n/ru.js +7 -2
- package/dist/cjs/i18n/sv.js +5 -0
- package/dist/cjs/i18n/th.js +7 -2
- package/dist/cjs/i18n/tr.js +7 -2
- package/dist/cjs/i18n/uk.js +5 -0
- package/dist/cjs/i18n/vi.js +7 -2
- package/dist/cjs/i18n/zh.js +7 -2
- package/dist/cjs/i18n/zh_TW.js +7 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/annotation.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/cjs/utils/breakout.js +10 -1
- package/dist/cjs/utils/datasource.js +1 -1
- package/dist/cjs/utils/index.js +6 -0
- package/dist/es2019/extensibility/Extension.js +4 -2
- package/dist/es2019/extensibility/extensionNodeView.js +5 -3
- package/dist/es2019/i18n/cs.js +7 -2
- package/dist/es2019/i18n/da.js +5 -0
- package/dist/es2019/i18n/de.js +7 -2
- package/dist/es2019/i18n/en.js +4 -0
- package/dist/es2019/i18n/en_GB.js +4 -0
- package/dist/es2019/i18n/en_ZZ.js +4 -0
- package/dist/es2019/i18n/es.js +7 -2
- package/dist/es2019/i18n/fi.js +5 -0
- package/dist/es2019/i18n/fr.js +7 -2
- package/dist/es2019/i18n/hu.js +7 -2
- package/dist/es2019/i18n/it.js +7 -2
- 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 +7 -2
- package/dist/es2019/i18n/pl.js +7 -2
- package/dist/es2019/i18n/pt_BR.js +5 -0
- package/dist/es2019/i18n/ru.js +7 -2
- package/dist/es2019/i18n/sv.js +5 -0
- package/dist/es2019/i18n/th.js +7 -2
- package/dist/es2019/i18n/tr.js +7 -2
- package/dist/es2019/i18n/uk.js +5 -0
- package/dist/es2019/i18n/vi.js +7 -2
- package/dist/es2019/i18n/zh.js +7 -2
- package/dist/es2019/i18n/zh_TW.js +7 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/annotation.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/es2019/utils/breakout.js +9 -0
- package/dist/es2019/utils/datasource.js +2 -2
- package/dist/es2019/utils/index.js +1 -1
- package/dist/esm/extensibility/Extension.js +4 -2
- package/dist/esm/extensibility/extensionNodeView.js +5 -3
- package/dist/esm/i18n/cs.js +7 -2
- package/dist/esm/i18n/da.js +5 -0
- package/dist/esm/i18n/de.js +7 -2
- package/dist/esm/i18n/en.js +4 -0
- package/dist/esm/i18n/en_GB.js +4 -0
- package/dist/esm/i18n/en_ZZ.js +4 -0
- package/dist/esm/i18n/es.js +7 -2
- package/dist/esm/i18n/fi.js +5 -0
- package/dist/esm/i18n/fr.js +7 -2
- package/dist/esm/i18n/hu.js +7 -2
- package/dist/esm/i18n/it.js +7 -2
- 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 +7 -2
- package/dist/esm/i18n/pl.js +7 -2
- package/dist/esm/i18n/pt_BR.js +5 -0
- package/dist/esm/i18n/ru.js +7 -2
- package/dist/esm/i18n/sv.js +5 -0
- package/dist/esm/i18n/th.js +7 -2
- package/dist/esm/i18n/tr.js +7 -2
- package/dist/esm/i18n/uk.js +5 -0
- package/dist/esm/i18n/vi.js +7 -2
- package/dist/esm/i18n/zh.js +7 -2
- package/dist/esm/i18n/zh_TW.js +7 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/annotation.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/esm/utils/breakout.js +9 -0
- package/dist/esm/utils/datasource.js +2 -2
- package/dist/esm/utils/index.js +1 -1
- package/dist/types/extensibility/Extension.d.ts +1 -0
- package/dist/types/extensibility/ExtensionComponent.d.ts +1 -0
- package/dist/types/extensibility/extensionNodeView.d.ts +2 -1
- 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 +5 -0
- package/dist/types/i18n/en.d.ts +4 -0
- package/dist/types/i18n/en_GB.d.ts +4 -0
- package/dist/types/i18n/en_ZZ.d.ts +4 -0
- package/dist/types/i18n/es.d.ts +5 -0
- package/dist/types/i18n/fi.d.ts +5 -0
- package/dist/types/i18n/fr.d.ts +5 -0
- package/dist/types/i18n/hu.d.ts +5 -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 +5 -0
- package/dist/types/i18n/pt_BR.d.ts +5 -0
- package/dist/types/i18n/ru.d.ts +5 -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 +5 -0
- package/dist/types/i18n/vi.d.ts +5 -0
- package/dist/types/i18n/zh.d.ts +5 -0
- package/dist/types/i18n/zh_TW.d.ts +5 -0
- package/dist/types/types/feature-flags.d.ts +8 -0
- package/dist/types/utils/breakout.d.ts +1 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/Extension.d.ts +1 -0
- package/dist/types-ts4.5/extensibility/ExtensionComponent.d.ts +1 -0
- package/dist/types-ts4.5/extensibility/extensionNodeView.d.ts +2 -1
- 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 +5 -0
- package/dist/types-ts4.5/i18n/en.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +4 -0
- package/dist/types-ts4.5/i18n/es.d.ts +5 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +5 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +5 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +5 -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 +5 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +5 -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 +5 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +5 -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/types/feature-flags.d.ts +8 -0
- package/dist/types-ts4.5/utils/breakout.d.ts +1 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +7 -7
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ 結合セルを含む表は並べ替えられません。',
|
|
54
54
|
'fabric.editor.cancelButton': 'キャンセル',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'キャプションを追加',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'キャプションを追加 - ダブルクリックしてプレビュー',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'カードのオプション',
|
|
57
58
|
'fabric.editor.cellBackground': 'セルの背景',
|
|
58
59
|
'fabric.editor.cellOptions': 'セルのオプション',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'コメント',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'テキスト、見出し、絵文字、日付、メンション、リンク、ステータスにのみコメントできます。',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'テキストと見出しにのみコメントできます',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'OK',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'リンク、日付、ステータス、メンションなどのインライン要素にコメントを残せるようになりました。',
|
|
112
115
|
'fabric.editor.customPanel': 'カスタム パネル',
|
|
113
116
|
'fabric.editor.customPanel.description': '絵文字と背景色でメモを追加',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': '検索とフィルタリングを使用して、Jira Service Management のアセットからオブジェクトを挿入します',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {チームメイトを {productName} に招待} trusted {チームメイトを {productName} に招待} other {チームメイトを {productName} に追加}}',
|
|
288
291
|
'fabric.editor.italic': '斜体',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'キーボード ショートカット',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, other {{count} 列}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'コンテンツを追加',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': '標準の幅に戻す',
|
|
291
296
|
'fabric.editor.layoutFullWidth': '全幅で表示',
|
|
292
297
|
'fabric.editor.layoutWide': 'ワイド表示',
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ 병합된 셀이 있는 표를 정렬할 수 없습니다',
|
|
54
54
|
'fabric.editor.cancelButton': '취소',
|
|
55
55
|
'fabric.editor.captionPlaceholder': '캡션 추가',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': '캡션 추가 - 미리 보려면 두 번 클릭하세요',
|
|
56
57
|
'fabric.editor.cardFloatingControls': '카드 옵션',
|
|
57
58
|
'fabric.editor.cellBackground': '셀 배경',
|
|
58
59
|
'fabric.editor.cellOptions': '셀 옵션',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': '댓글',
|
|
110
111
|
'fabric.editor.createCommentDisabled': '텍스트, 제목, 이모지, 날짜, 멘션, 링크 및 상태에만 댓글을 추가할 수 있습니다.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': '텍스트 및 제목에만 댓글을 작성할 수 있습니다',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': '확인',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': '이제 링크, 날짜, 상태 및 멘션 같은 인라인 요소에 댓글을 남길 수 있습니다.',
|
|
112
115
|
'fabric.editor.customPanel': '사용자 지정 패널',
|
|
113
116
|
'fabric.editor.customPanel.description': '이모지 및 색상 배경이 있는 메모 추가',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': '검색 및 필터링을 통해 Jira Service Management에서 자산의 개체 삽입',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {팀원을 {productName}에 초대} trusted {팀원을 {productName}에 초대} other {팀원을 {productName}에 추가}}',
|
|
288
291
|
'fabric.editor.italic': '기울임꼴',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': '키보드 단축키',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, other {{count}개 열}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': '콘텐츠 추가',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': '원래 너비로',
|
|
291
296
|
'fabric.editor.layoutFullWidth': '전체 너비로 표시',
|
|
292
297
|
'fabric.editor.layoutWide': '넓게 표시',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Du kan ikke sortere en tabell med sammenslåtte celler',
|
|
54
54
|
'fabric.editor.cancelButton': 'Avbryt',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Legg til bildetekst',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Legg til en bildetekst – dobbeltklikk for å forhåndsvise',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Kortalternativer',
|
|
57
58
|
'fabric.editor.cellBackground': 'Cellebakgrunn',
|
|
58
59
|
'fabric.editor.cellOptions': 'Cellealternativer',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Kommenter',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Du kan bare kommentere på tekst, overskrifter, emojier, datoer, omtaler, koblinger og statuser.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Skjønner',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Du kan nå legge igjen kommentarer på innebygde elementer som koblinger, datoer, statuser og omtaler.',
|
|
112
115
|
'fabric.editor.customPanel': 'Egendefinert panel',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Sett inn objekter fra ressurser i Jira Service Management med søk og filtrering',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Legg til teammedlem i {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Kursiv',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Tastatursnarveier',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {1 kolonne} other {{count} kolonner}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Legg til innhold',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Tilbake til midten',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Gå for full bredde',
|
|
292
297
|
'fabric.editor.layoutWide': 'Gå for bredere',
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Je kan een tabel met samengevoegde cellen niet rangschikken',
|
|
54
54
|
'fabric.editor.cancelButton': 'Annuleren',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Bijschrift toevoegen',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Voeg een bijschrift toe - dubbelklik om een voorvertoning te zien',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Kaartopties',
|
|
57
58
|
'fabric.editor.cellBackground': 'Celachtergrond',
|
|
58
59
|
'fabric.editor.cellOptions': 'Celopties',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Opmerking maken',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Je kunt alleen opmerkingen plaatsen bij tekst, kopteksten, emoticons, datums, vermeldingen, links en statussen.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Je kunt alleen opmerkingen plaatsen bij tekst en koppen',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Begrepen',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Je kunt nu opmerkingen achterlaten op inline-elementen zoals links, datums, statussen en vermeldingen.',
|
|
112
115
|
'fabric.editor.customPanel': 'Aangepast paneel',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Voeg een notitie toe met een emoji en een gekleurde achtergrond',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Voeg objecten van Assets in Jira Service Management in met behulp van zoeken en filteren',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': 'Volgende zoeken',
|
|
204
207
|
'fabric.editor.findPrevious': 'Vorige zoeken',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': 'Zoeken en vervangen',
|
|
206
|
-
'fabric.editor.fiveColumns': 'Lay-out van
|
|
209
|
+
'fabric.editor.fiveColumns': 'Lay-out van vijf kolommen',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuleren',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Ook gekoppelde elementen verwijderen',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 gekoppeld element)} other {{name} (+{amount,number} gekoppelde elementen)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scrol naar links',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': 'Scrol naar rechts',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': 'Knop om grootte van focustabel te wijzigen',
|
|
218
|
-
'fabric.editor.fourColumns': 'Lay-out van
|
|
221
|
+
'fabric.editor.fourColumns': 'Lay-out van vier kolommen',
|
|
219
222
|
'fabric.editor.headerColumn': 'Header-kolom',
|
|
220
223
|
'fabric.editor.headerRow': 'Header-rij',
|
|
221
224
|
'fabric.editor.heading1': 'Koptekst 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Nodig teamgenoten uit voor {productName}} trusted {Nodig teamgenoten uit voor {productName}} other {Voeg teamgenoten toe aan {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Cursief',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Sneltoetsen',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-kolom} other {{count}-kolommen}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Inhoud toevoegen',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Terug naar midden',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Op volledige breedte weergeven',
|
|
292
297
|
'fabric.editor.layoutWide': 'Brede weergave',
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Nie można sortować tabeli ze scalonymi komórkami',
|
|
54
54
|
'fabric.editor.cancelButton': 'Anuluj',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Dodaj podpis',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Dodaj podpis — kliknij dwukrotnie, aby wyświetlić podgląd',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Opcje kart',
|
|
57
58
|
'fabric.editor.cellBackground': 'Tło komórki',
|
|
58
59
|
'fabric.editor.cellOptions': 'Opcje komórki',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Komentarz',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Można komentować tylko tekst, nagłówki, emoji, daty, wzmianki, łącza i statusy.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Możesz komentować tylko tekst i nagłówki',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Rozumiem',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Możesz teraz dodawać komentarze do elementów śródwierszowych, takich jak łącza, daty, statusy i wzmianki.',
|
|
112
115
|
'fabric.editor.customPanel': 'Panel niestandardowy',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Dodaj notatkę z emoji i kolorowym tłem',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Wstawianie obiektów z Zasobów do Jira Service Management z wyszukiwaniem i filtrowaniem',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': 'Znajdź następne',
|
|
204
207
|
'fabric.editor.findPrevious': 'Znajdź poprzednie',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': 'Znajdź i zamień',
|
|
206
|
-
'fabric.editor.fiveColumns': 'Układ
|
|
209
|
+
'fabric.editor.fiveColumns': 'Układ pięciokolumnowy',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Anuluj',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Usuń także połączone elementy',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 połączony element)} few {{name} (+{amount,number} połączone elementy)} many {{name} (+{amount,number} połączonych elementów)} other {{name} (+{amount,number} połączonego elementu)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': 'Przewiń w lewo',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': 'Przewiń w prawo',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': 'Koncentracja na uchwycie zmiany rozmiaru tabeli',
|
|
218
|
-
'fabric.editor.fourColumns': 'Układ
|
|
221
|
+
'fabric.editor.fourColumns': 'Układ czterokolumnowy',
|
|
219
222
|
'fabric.editor.headerColumn': 'Kolumna nagłówka',
|
|
220
223
|
'fabric.editor.headerRow': 'Wiersz nagłówka',
|
|
221
224
|
'fabric.editor.heading1': 'Nagłówek 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Zaproś członka zespołu do produktu {productName}} trusted {Zaproś członka zespołu do produktu {productName}} other {Dodaj członka zespołu do produktu {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Kursywa',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Skróty klawiszowe',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-kolumnowy} few {{count}-kolumnowy} many {{count}-kolumnowy} other {{count}-kolumnowy}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Dodaj treści',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Powrót do centrum',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Pełna szerokość',
|
|
292
297
|
'fabric.editor.layoutWide': 'Szeroki widok',
|
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Você não pode ordenar uma tabela com células mescladas',
|
|
54
54
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Adicionar legenda',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Adicione uma legenda: clique duas vezes para pré-visualizar',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Opções de cartão',
|
|
57
58
|
'fabric.editor.cellBackground': 'Plano de fundo da célula',
|
|
58
59
|
'fabric.editor.cellOptions': 'Opções de célula',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Comentar',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Você só pode comentar em textos, títulos, emojis, datas, menções, links e status.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Você só pode comentar em texto e cabeçalhos',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Entendi',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Agora você pode deixar comentários em elementos integrados, como links, datas, status e menções.',
|
|
112
115
|
'fabric.editor.customPanel': 'Painel personalizado',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Adicione uma observação com um emoji e plano de fundo colorido',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Insira objetos a partir de Recursos no Jira Service Management com ferramentas de pesquisa e filtro',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Convidar colega de equipe para {productName}} trusted {Convidar colega de equipe para {productName}} other {Adicionar colega de equipe para {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Itálico',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Atalhos de teclado',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-coluna} other {{count}-colunas}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Adicionar conteúdo',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Voltar ao centro',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Usar largura inteira',
|
|
292
297
|
'fabric.editor.layoutWide': 'Ampliar',
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Невозможно отсортировать таблицу с объединением ячеек',
|
|
54
54
|
'fabric.editor.cancelButton': 'Отменить',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Добавьте подпись',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Добавьте подпись (нажмите дважды для предварительного просмотра)',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Параметры карточки',
|
|
57
58
|
'fabric.editor.cellBackground': 'Фон ячеек',
|
|
58
59
|
'fabric.editor.cellOptions': 'Параметры ячеек',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Комментировать',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Можно комментировать только текст, заголовки, эмодзи, даты, упоминания, ссылки и статусы.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Можно комментировать только текст и заголовки',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Понятно',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Теперь вы можете оставлять комментарии к встроенным элементам, таким как ссылки, даты, статусы и упоминания.',
|
|
112
115
|
'fabric.editor.customPanel': 'Пользовательская панель',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Добавьте примечание с эмодзи и цветным фоном',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Вставка объектов из Активов в Jira Service Management с помощью поиска и фильтрации',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': 'Найти далее',
|
|
204
207
|
'fabric.editor.findPrevious': 'Найти ранее',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': 'Найти и заменить',
|
|
206
|
-
'fabric.editor.fiveColumns': 'Макет с
|
|
209
|
+
'fabric.editor.fiveColumns': 'Макет с пятью колонками',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Отмена',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Также удалить подключенные элементы',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (и еще 1 подключенный элемент)} few {{name} (и еще {amount,number} подключенных элемента)} many {{name} (и еще {amount,number} подключенных элементов)} other {{name} (и еще {amount,number} подключенного элемента)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': 'Прокрутить влево',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': 'Прокрутить вправо',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': 'Маркер для изменения размера активной таблицы',
|
|
218
|
-
'fabric.editor.fourColumns': 'Макет с
|
|
221
|
+
'fabric.editor.fourColumns': 'Макет с четырьмя колонками',
|
|
219
222
|
'fabric.editor.headerColumn': 'Столбец заголовков',
|
|
220
223
|
'fabric.editor.headerRow': 'Строка заголовков',
|
|
221
224
|
'fabric.editor.heading1': 'Заголовок 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Пригласить коллегу начать работу с {productName}} trusted {Пригласить коллегу начать работу с {productName}} other {Добавить коллегу для работы с {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Курсив',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Сочетания клавиш',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {{count} колонка} few {{count} колонки} many {{count} колонок} other {{count} колонки}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Добавить контент',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'По центру',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'В полную ширину',
|
|
292
297
|
'fabric.editor.layoutWide': 'Шире обычного',
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Du kan inte sortera en panelvy med sammanslagna celler',
|
|
54
54
|
'fabric.editor.cancelButton': 'Avbryt',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Lägg till en bildtext',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Lägg till en bildtext – dubbelklicka för att förhandsgranska',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Kortalternativ',
|
|
57
58
|
'fabric.editor.cellBackground': 'Cellbakgrund',
|
|
58
59
|
'fabric.editor.cellOptions': 'Cellalternativ',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Kommentera',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Du kan bara kommentera text, rubriker, emojis, datum, omnämnanden, länkar och statusar.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Du kan bara kommentera på text och rubriker',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Jag förstår',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Nu kan nu lämna kommentarer i infogade delar som länkar, datum, statusar och omnämnanden.',
|
|
112
115
|
'fabric.editor.customPanel': 'Anpassad panel',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Lägg till en anteckning med en emoji och en färgad bakgrund',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Infoga objekt från Tillgångar i Jira Service Management med sökning och filtrering',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Bjud in teammedlem till {productName}} trusted {Bjud in teammedlem till {productName}} other {Lägg till teammedlem i {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Kursiv',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Kortkommandon',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {kolumn} other {{count} kolumner}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Lägg till innehåll',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Tillbaka till centrera',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Använd full bredd',
|
|
292
297
|
'fabric.editor.layoutWide': 'Använd bred',
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ คุณไม่สามารถจัดเรียงตารางด้วยช่องข้อมูลที่ถูกรวมได้',
|
|
54
54
|
'fabric.editor.cancelButton': 'ยกเลิก',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'เพิ่มคำอธิบาย',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'เพิ่มคำบรรยาย - ดับเบิลคลิกเพื่อดูตัวอย่าง',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'ตัวเลือกการ์ด',
|
|
57
58
|
'fabric.editor.cellBackground': 'พื้นหลังช่องข้อมูล',
|
|
58
59
|
'fabric.editor.cellOptions': 'ตัวเลือกช่องข้อมูล',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'ความคิดเห็น',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'คุณสามารถแสดงความคิดเห็นได้เฉพาะกับข้อความ หัวเรื่อง เอโมจิ วันที่ การกล่าวถึง ลิงก์ และสถานะเท่านั้น',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'คุณสามารถแสดงความคิดเห็นได้เฉพาะบนข้อความและหัวข้อเท่านั้น',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'รับทราบ',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'คุณสามารถแสดงความคิดเห็นเกี่ยวกับองค์ประกอบแบบบรรทัดเดียวได้ เช่น ลิงก์ วันที่ สถานะ และการกล่าวถึง',
|
|
112
115
|
'fabric.editor.customPanel': 'แผงแบบกำหนดเอง',
|
|
113
116
|
'fabric.editor.customPanel.description': 'เพิ่มข้อความบันทึกพร้อมเอโมจิและพื้นหลังมีสีสัน',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'แทรกหัวเรื่อง Assets ใน Jira Service Management ด้วยการค้นหาและตัวกรอง',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': 'ค้นหาถัดไป',
|
|
204
207
|
'fabric.editor.findPrevious': 'ค้นหาก่อนหน้า',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': 'ค้นหาและแทนที่',
|
|
206
|
-
'fabric.editor.fiveColumns': '
|
|
209
|
+
'fabric.editor.fiveColumns': 'เค้าโครงห้าคอลัมน์',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'ยกเลิก',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'ลบองค์ประกอบที่เชื่อมต่อด้วย',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name} (องค์ประกอบที่เชื่อมต่อกว่า {amount,number} รายการ)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': 'เลื่อนไปทางซ้าย',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': 'เลื่อนไปทางขวา',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': 'การจัดการปรับขนาดตารางที่โฟกัส',
|
|
218
|
-
'fabric.editor.fourColumns': '
|
|
221
|
+
'fabric.editor.fourColumns': 'เค้าโครงสี่คอลัมน์',
|
|
219
222
|
'fabric.editor.headerColumn': 'คอลัมน์ส่วนหัว',
|
|
220
223
|
'fabric.editor.headerRow': 'แถวส่วนหัว',
|
|
221
224
|
'fabric.editor.heading1': 'หัวเรื่อง 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {เชิญเพื่อนร่วมทีมให้ไปยัง {productName}} trusted {เชิญเพื่อนร่วมทีมให้ไปยัง {productName}} other {เพิ่มเพื่อนร่วมทีมไปยัง {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'ตัวเอียง',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'ปุ่มลัด',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, other {{count}-คอลัมน์}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'เพิ่มเนื้อหา',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'กลับไปตรงกลาง',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'แสดงแบบเต็มความกว้าง',
|
|
292
297
|
'fabric.editor.layoutWide': 'แสดงแบบกว้างขึ้น',
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Birleştirilmiş hücre içeren bir tabloyu sıralayamazsınız',
|
|
54
54
|
'fabric.editor.cancelButton': 'İptal',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Açıklama yazısı ekleyin',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Başlık ekleyin, önizlemek için çift tıklayın',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Kart seçenekleri',
|
|
57
58
|
'fabric.editor.cellBackground': 'Hücre arka planı',
|
|
58
59
|
'fabric.editor.cellOptions': 'Hücre seçenekleri',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Yorum',
|
|
110
111
|
'fabric.editor.createCommentDisabled': "Yalnızca metinlere, başlıklara, emoji'lere, tarihlere, bahsetmelere, bağlantılara ve durumlara yorum ekleyebilirsiniz.",
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Yalnızca metin ve başlıklarda yorum yapabilirsiniz',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Anladım',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Artık bağlantılar, tarihler, durumlar ve bahsetmeler gibi satır içi öğelere yorum ekleyebilirsiniz.',
|
|
112
115
|
'fabric.editor.customPanel': 'Özel panel',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Emoji ve renkli arkaplan içeren bir not ekleyin',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': "Arama ve filtreleme ile Jira Service Management'taki Varlıklar'dan nesneleri ekleyin",
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': 'Sonrakini bul',
|
|
204
207
|
'fabric.editor.findPrevious': 'Öncekini bul',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': 'Bul ve değiştir',
|
|
206
|
-
'fabric.editor.fiveColumns': '
|
|
209
|
+
'fabric.editor.fiveColumns': 'Beş sütunlu yerleşim',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'İptal',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Bağlı öğeleri de sil',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 bağlı öğe)} other {{name} (+{amount,number} bağlı öğe)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': 'Sola kaydır',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': 'Sağa kaydır',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': 'Odak tablosu yeniden boyutlandırma kolu',
|
|
218
|
-
'fabric.editor.fourColumns': '
|
|
221
|
+
'fabric.editor.fourColumns': 'Dört sütunlu yerleşim',
|
|
219
222
|
'fabric.editor.headerColumn': 'Başlık sütunu',
|
|
220
223
|
'fabric.editor.headerRow': 'Başlık satırı',
|
|
221
224
|
'fabric.editor.heading1': 'Başlık 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Takım arkadaşınızı {productName} ürününe davet edin} trusted {Takım arkadaşınızı {productName} ürününe davet edin} other {Takım arkadaşınızı {productName} ürününe ekleyin}}',
|
|
288
291
|
'fabric.editor.italic': 'İtalik',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Klavye kısayolları',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {sütunlu} other {{count} sütunlu}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'İçerik ekleyin',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Ortaya getir',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Tam genişliğe geç',
|
|
292
297
|
'fabric.editor.layoutWide': 'Genişlet',
|
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Не можна сортувати таблицю, у якій є об’єднані клітинки',
|
|
54
54
|
'fabric.editor.cancelButton': 'Скасувати',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Додати підпис',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Додайте підпис: двічі натисніть, щоб попередньо переглянути',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Параметри картки',
|
|
57
58
|
'fabric.editor.cellBackground': 'Фон клітинки',
|
|
58
59
|
'fabric.editor.cellOptions': 'Параметри клітинки',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Додати коментар',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Ви можете коментувати лише текст, заголовки, емодзі, дати, згадування, посилання й стани.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Коментувати можна лише текст і заголовки',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Зрозуміло',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Тепер ви можете залишати коментарі до вбудованих елементів, як-от посилання, дати, статуси та згадування.',
|
|
112
115
|
'fabric.editor.customPanel': 'Користувацька панель',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Додайте примітку з емодзі та кольоровим фоном',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Вставляйте об’єкти з розділу «Ресурси» в Jira Service Management за допомогою пошуку й фільтрації',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Запрошення учасника команди до {productName}} trusted {Запрошення учасника команди до {productName}} other {Додавання учасника команди до {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Курсив',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Гарячі клавіші',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {{count}-стовп.} few {{count}-стовп.} many {{count}-стовп.} other {{count}-стовп.}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Додайте вміст',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Стандартне відображення',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Відобразити повну ширину',
|
|
292
297
|
'fabric.editor.layoutWide': 'Розширити',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Bạn không thể sắp xếp bảng có các ô đã hợp nhất',
|
|
54
54
|
'fabric.editor.cancelButton': 'Hủy',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Thêm chú thích',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Thêm chú thích - nhấp đúp để xem trước',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Tùy chọn thẻ',
|
|
57
58
|
'fabric.editor.cellBackground': 'Nền ô',
|
|
58
59
|
'fabric.editor.cellOptions': 'Tùy chọn ô',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Nhận xét',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Bạn chỉ có thể nhận xét về văn bản, tiêu đề, biểu tượng cảm xúc, ngày tháng, lượt nhắc đến, liên kết và trạng thái.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Bạn chỉ có thể bình luận về văn bản và tiêu đề',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Đã hiểu',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Hiện bạn có thể để lại bình luận trên các thành phần trong dòng như liên kết, ngày tháng, trạng thái và lượt nhắc đến.',
|
|
112
115
|
'fabric.editor.customPanel': 'Bảng tùy chỉnh',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Thêm ghi chú với biểu tượng cảm xúc và nền màu',
|
|
114
117
|
'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',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': 'Tìm tiếp theo',
|
|
204
207
|
'fabric.editor.findPrevious': 'Tìm trước đó',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': 'Tìm kiếm và thay thế',
|
|
206
|
-
'fabric.editor.fiveColumns': 'Bố cục
|
|
209
|
+
'fabric.editor.fiveColumns': 'Bố cục năm cột',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Hủy',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Đồng thời xóa các thành phần được kết nối',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name} (+{amount,number} thành phần được kết nối)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': 'Cuộn sang trái',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': 'Cuộn sang phải',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': 'Ô điều khiển thay đổi kích thước bảng tiêu điểm',
|
|
218
|
-
'fabric.editor.fourColumns': 'Bố cục
|
|
221
|
+
'fabric.editor.fourColumns': 'Bố cục bốn cột',
|
|
219
222
|
'fabric.editor.headerColumn': 'Cột tiêu đề',
|
|
220
223
|
'fabric.editor.headerRow': 'Hàng tiêu đề',
|
|
221
224
|
'fabric.editor.heading1': 'Heading 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Mời thành viên cùng nhóm vào {productName}} trusted {Mời thành viên cùng nhóm vào {productName}} other {Thêm thành viên cùng nhóm vào {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'In nghiêng',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Phím tắt bàn phím',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, other {{count} cột}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Thêm nội dung',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Hiển thị toàn chiều rộng',
|
|
292
297
|
'fabric.editor.layoutWide': 'Hiển thị rộng hơn',
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ 无法对包含合并单元格的表格进行排序',
|
|
54
54
|
'fabric.editor.cancelButton': '取消',
|
|
55
55
|
'fabric.editor.captionPlaceholder': '添加标题',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': '添加标题 - 双击可预览',
|
|
56
57
|
'fabric.editor.cardFloatingControls': '卡片选项',
|
|
57
58
|
'fabric.editor.cellBackground': '单元格背景',
|
|
58
59
|
'fabric.editor.cellOptions': '单元格选项',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': '评论',
|
|
110
111
|
'fabric.editor.createCommentDisabled': '您只能对文本、标题、表情、日期、提及、链接和状态发表评论。',
|
|
111
112
|
'fabric.editor.createCommentInvalid': '您只可评论文本和标题',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': '知道了',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': '现在,您可以就链接、日期、状态和提及等内联元素发表评论。',
|
|
112
115
|
'fabric.editor.customPanel': '自定义面板',
|
|
113
116
|
'fabric.editor.customPanel.description': '使用表情和彩色背景来添加注释',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': '通过搜索和筛选插入来自 Jira Service Management 中的资产的对象',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': '查找下一个',
|
|
204
207
|
'fabric.editor.findPrevious': '查找上一个',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': '查找和替换',
|
|
206
|
-
'fabric.editor.fiveColumns': '
|
|
209
|
+
'fabric.editor.fiveColumns': '五列布局',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': '取消',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '同时删除已连接的元素',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name}(另外 {amount,number} 个已连接元素)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': '向左滚动',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': '向右滚动',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': '焦点表格大小调整控点',
|
|
218
|
-
'fabric.editor.fourColumns': '
|
|
221
|
+
'fabric.editor.fourColumns': '四列布局',
|
|
219
222
|
'fabric.editor.headerColumn': '标题列',
|
|
220
223
|
'fabric.editor.headerRow': '标题行',
|
|
221
224
|
'fabric.editor.heading1': '标题 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {邀请团队成员加入 {productName}} trusted {邀请团队成员加入 {productName}} other {将团队成员添加至 {productName}}}',
|
|
288
291
|
'fabric.editor.italic': '斜体',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': '键盘快捷键',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, other {{count} 列}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': '添加内容',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': '返回至中心',
|
|
291
296
|
'fabric.editor.layoutFullWidth': '显示全宽',
|
|
292
297
|
'fabric.editor.layoutWide': '显示宽屏',
|
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ 您無法排序包含合併儲存格的表格',
|
|
54
54
|
'fabric.editor.cancelButton': '取消',
|
|
55
55
|
'fabric.editor.captionPlaceholder': '新增標題',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': '新增標題 - 按兩下即可預覽',
|
|
56
57
|
'fabric.editor.cardFloatingControls': '卡片選項',
|
|
57
58
|
'fabric.editor.cellBackground': '儲存格背景',
|
|
58
59
|
'fabric.editor.cellOptions': '儲存格選項',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': '留言',
|
|
110
111
|
'fabric.editor.createCommentDisabled': '您只能在文字、標題、表情符號、日期、提及、連結和狀態上留言。',
|
|
111
112
|
'fabric.editor.createCommentInvalid': '您只能在文字和標題上留言',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': '了解',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': '現在您可以在內嵌元素 (例如連結、日期、狀態和提及) 上留言。',
|
|
112
115
|
'fabric.editor.customPanel': '自訂面板',
|
|
113
116
|
'fabric.editor.customPanel.description': '新增一個帶有表情符號和彩色背景的附註',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': '透過搜尋和篩選,從 Jira Service Management 中的 Assets 插入物件',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': '尋找下一個',
|
|
204
207
|
'fabric.editor.findPrevious': '尋找上一個',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': '尋找與取代',
|
|
206
|
-
'fabric.editor.fiveColumns': '
|
|
209
|
+
'fabric.editor.fiveColumns': '五欄版面配置',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': '取消',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '同時刪除已連結的元素',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name} (+{amount,number} 個連結的元素)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': '向左捲動',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': '向右捲動',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': '聚焦於表格調整大小控點',
|
|
218
|
-
'fabric.editor.fourColumns': '
|
|
221
|
+
'fabric.editor.fourColumns': '四欄版面配置',
|
|
219
222
|
'fabric.editor.headerColumn': '標題欄',
|
|
220
223
|
'fabric.editor.headerRow': '標題列',
|
|
221
224
|
'fabric.editor.heading1': '標題 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {邀請團隊成員加入 {productName}} trusted {邀請團隊成員加入 {productName}} other {將團隊成員新增至 {productName}}}',
|
|
288
291
|
'fabric.editor.italic': '斜體',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': '鍵盤快速鍵',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, other {{count}-欄}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': '新增內容',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': '返回中央',
|
|
291
296
|
'fabric.editor.layoutFullWidth': '採用完整寬度',
|
|
292
297
|
'fabric.editor.layoutWide': '採用寬版',
|
|
@@ -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 = "94.
|
|
4
|
+
const packageVersion = "94.13.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
|
|
@@ -37,7 +37,7 @@ export const AnnotationSharedCSSByState = () => {
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
focus: css({
|
|
40
|
-
background: "var(--ds-background-accent-yellow-
|
|
40
|
+
background: "var(--ds-background-accent-yellow-subtlest-pressed, #F5CD47)",
|
|
41
41
|
borderBottomColor: "var(--ds-border-accent-yellow, #B38600)",
|
|
42
42
|
boxShadow: "var(--ds-shadow-overlay, 0px 8px 12px #091E4226, 0px 0px 1px #091E424f)"
|
|
43
43
|
}),
|
|
@@ -13,7 +13,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
13
13
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
14
14
|
import Layer from '../Layer';
|
|
15
15
|
const packageName = "@atlaskit/editor-common";
|
|
16
|
-
const packageVersion = "94.
|
|
16
|
+
const packageVersion = "94.13.1";
|
|
17
17
|
const halfFocusRing = 1;
|
|
18
18
|
const dropOffset = '0, 8';
|
|
19
19
|
class DropList extends Component {
|
|
@@ -5,7 +5,7 @@ import { Popper } from '@atlaskit/popper';
|
|
|
5
5
|
* ButtonSpotlightCard is an editor custom spotlight that renders next to a floating toolbar button.
|
|
6
6
|
* It is built on top of the SpotlightCard component from @atlaskit/onboarding.
|
|
7
7
|
* It avoids the issue of the native atlaskit Spotlight component rendering outside the editor bounds and takes focus away from the editor.
|
|
8
|
-
*/
|
|
8
|
+
*/
|
|
9
9
|
export const ButtonSpotlightCard = props => {
|
|
10
10
|
const {
|
|
11
11
|
referenceElement,
|
|
@@ -66,6 +66,15 @@ export const absoluteBreakoutWidth = (layout, containerWidth) => {
|
|
|
66
66
|
export { breakoutConsts };
|
|
67
67
|
export const calcWideWidth = breakoutConsts.calcWideWidth;
|
|
68
68
|
export const calcBreakoutWidth = breakoutConsts.calcBreakoutWidth;
|
|
69
|
+
|
|
70
|
+
// Calculate width for nodes using resizing and breakout mark, only applied in renderer
|
|
71
|
+
export const calcBreakoutWithCustomWidth = (mode, width, editorContainerWidth) => {
|
|
72
|
+
if (width !== null && width > 0) {
|
|
73
|
+
const effectiveFullWidth = editorContainerWidth - breakoutConsts.padding;
|
|
74
|
+
return `${Math.min(width, effectiveFullWidth)}px`;
|
|
75
|
+
}
|
|
76
|
+
return calcBreakoutWidth(mode, editorContainerWidth);
|
|
77
|
+
};
|
|
69
78
|
export function calculateBreakoutStyles({
|
|
70
79
|
mode,
|
|
71
80
|
widthStateLineLength,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ASSETS_LIST_OF_LINKS_DATASOURCE_ID, CONFLUENCE_SEARCH_DATASOURCE_ID, JIRA_LIST_OF_LINKS_DATASOURCE_ID } from '@atlaskit/link-datasource';
|
|
2
|
-
import {
|
|
2
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
3
3
|
export const getDatasourceType = datasourceId => {
|
|
4
4
|
switch (datasourceId) {
|
|
5
5
|
case JIRA_LIST_OF_LINKS_DATASOURCE_ID:
|
|
@@ -18,7 +18,7 @@ export const canRenderDatasource = (datasourceId, defaultValue = true) => {
|
|
|
18
18
|
case 'jira':
|
|
19
19
|
return true;
|
|
20
20
|
case 'assets':
|
|
21
|
-
if (
|
|
21
|
+
if (fg('linking_platform_datasource_assets_objects')) {
|
|
22
22
|
return true;
|
|
23
23
|
}
|
|
24
24
|
return false;
|
|
@@ -23,7 +23,7 @@ ErrorReporter } from './error-reporter';
|
|
|
23
23
|
export { isPastDate, timestampToIsoFormat, timestampToString, timestampToTaskContext, timestampToUTCDate, todayTimestampInUTC } from './date';
|
|
24
24
|
export { isElementInTableCell, isTextSelection, isLastItemMediaGroup, setNodeSelection, setTextSelection, setAllSelection, setCellSelection, nonNullable, stepAddsOneOf, stepHasSlice, extractSliceFromStep, isValidPosition, isEmptyParagraph, isInLayoutColumn, removeBlockMarks, filterChildrenBetween } from './editor-core-utils';
|
|
25
25
|
export { withImageLoader } from './imageLoader';
|
|
26
|
-
export { absoluteBreakoutWidth, calcBreakoutWidth, calcWideWidth, breakoutConsts, calculateBreakoutStyles, calcBreakoutWidthPx, getNextBreakoutMode, getTitle } from './breakout';
|
|
26
|
+
export { absoluteBreakoutWidth, calcBreakoutWidth, calcWideWidth, breakoutConsts, calculateBreakoutStyles, calcBreakoutWidthPx, getNextBreakoutMode, getTitle, calcBreakoutWithCustomWidth } from './breakout';
|
|
27
27
|
export {
|
|
28
28
|
/**
|
|
29
29
|
* @private
|