@atlaskit/editor-common 105.6.2 → 105.8.0
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 +29 -0
- package/afm-cc/tsconfig.json +3 -0
- package/afm-post-office/tsconfig.json +3 -0
- package/dist/cjs/collab/index.js +4 -2
- package/dist/cjs/doc-utils/editor-use-only.js +15 -3
- package/dist/cjs/i18n/cs.js +2 -0
- package/dist/cjs/i18n/da.js +2 -0
- package/dist/cjs/i18n/de.js +2 -0
- package/dist/cjs/i18n/en.js +2 -0
- package/dist/cjs/i18n/en_GB.js +2 -0
- package/dist/cjs/i18n/en_ZZ.js +2 -0
- package/dist/cjs/i18n/es.js +2 -0
- package/dist/cjs/i18n/fi.js +2 -0
- package/dist/cjs/i18n/fr.js +2 -0
- package/dist/cjs/i18n/hr.js +1 -1
- package/dist/cjs/i18n/hu.js +3 -0
- package/dist/cjs/i18n/it.js +2 -0
- package/dist/cjs/i18n/ja.js +6 -0
- package/dist/cjs/i18n/ko.js +6 -0
- package/dist/cjs/i18n/nb.js +6 -0
- package/dist/cjs/i18n/nl.js +2 -0
- package/dist/cjs/i18n/pl.js +2 -0
- package/dist/cjs/i18n/pt_BR.js +2 -0
- package/dist/cjs/i18n/ru.js +2 -0
- package/dist/cjs/i18n/sv.js +2 -0
- package/dist/cjs/i18n/th.js +2 -0
- package/dist/cjs/i18n/tr.js +2 -0
- package/dist/cjs/i18n/uk.js +2 -0
- package/dist/cjs/i18n/vi.js +2 -0
- package/dist/cjs/i18n/zh.js +2 -0
- package/dist/cjs/i18n/zh_TW.js +2 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/index.js +6 -0
- package/dist/cjs/styles/shared/resizer.js +56 -2
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/collab/index.js +45 -2
- package/dist/es2019/doc-utils/editor-use-only.js +15 -3
- package/dist/es2019/i18n/cs.js +2 -0
- package/dist/es2019/i18n/da.js +2 -0
- package/dist/es2019/i18n/de.js +2 -0
- package/dist/es2019/i18n/en.js +2 -0
- package/dist/es2019/i18n/en_GB.js +2 -0
- package/dist/es2019/i18n/en_ZZ.js +2 -0
- package/dist/es2019/i18n/es.js +2 -0
- package/dist/es2019/i18n/fi.js +2 -0
- package/dist/es2019/i18n/fr.js +2 -0
- package/dist/es2019/i18n/hr.js +1 -1
- package/dist/es2019/i18n/hu.js +3 -0
- package/dist/es2019/i18n/it.js +2 -0
- package/dist/es2019/i18n/ja.js +6 -0
- package/dist/es2019/i18n/ko.js +6 -0
- package/dist/es2019/i18n/nb.js +6 -0
- package/dist/es2019/i18n/nl.js +2 -0
- package/dist/es2019/i18n/pl.js +2 -0
- package/dist/es2019/i18n/pt_BR.js +2 -0
- package/dist/es2019/i18n/ru.js +2 -0
- package/dist/es2019/i18n/sv.js +2 -0
- package/dist/es2019/i18n/th.js +2 -0
- package/dist/es2019/i18n/tr.js +2 -0
- package/dist/es2019/i18n/uk.js +2 -0
- package/dist/es2019/i18n/vi.js +2 -0
- package/dist/es2019/i18n/zh.js +2 -0
- package/dist/es2019/i18n/zh_TW.js +2 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/index.js +1 -1
- package/dist/es2019/styles/shared/resizer.js +55 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/collab/index.js +3 -1
- package/dist/esm/doc-utils/editor-use-only.js +15 -3
- package/dist/esm/i18n/cs.js +2 -0
- package/dist/esm/i18n/da.js +2 -0
- package/dist/esm/i18n/de.js +2 -0
- package/dist/esm/i18n/en.js +2 -0
- package/dist/esm/i18n/en_GB.js +2 -0
- package/dist/esm/i18n/en_ZZ.js +2 -0
- package/dist/esm/i18n/es.js +2 -0
- package/dist/esm/i18n/fi.js +2 -0
- package/dist/esm/i18n/fr.js +2 -0
- package/dist/esm/i18n/hr.js +1 -1
- package/dist/esm/i18n/hu.js +3 -0
- package/dist/esm/i18n/it.js +2 -0
- package/dist/esm/i18n/ja.js +6 -0
- package/dist/esm/i18n/ko.js +6 -0
- package/dist/esm/i18n/nb.js +6 -0
- package/dist/esm/i18n/nl.js +2 -0
- package/dist/esm/i18n/pl.js +2 -0
- package/dist/esm/i18n/pt_BR.js +2 -0
- package/dist/esm/i18n/ru.js +2 -0
- package/dist/esm/i18n/sv.js +2 -0
- package/dist/esm/i18n/th.js +2 -0
- package/dist/esm/i18n/tr.js +2 -0
- package/dist/esm/i18n/uk.js +2 -0
- package/dist/esm/i18n/vi.js +2 -0
- package/dist/esm/i18n/zh.js +2 -0
- package/dist/esm/i18n/zh_TW.js +2 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/index.js +1 -1
- package/dist/esm/styles/shared/resizer.js +55 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/collab/index.d.ts +2 -0
- package/dist/types/i18n/cs.d.ts +2 -0
- package/dist/types/i18n/da.d.ts +2 -0
- package/dist/types/i18n/de.d.ts +2 -0
- package/dist/types/i18n/en.d.ts +2 -0
- package/dist/types/i18n/en_GB.d.ts +2 -0
- package/dist/types/i18n/en_ZZ.d.ts +2 -0
- package/dist/types/i18n/es.d.ts +2 -0
- package/dist/types/i18n/fi.d.ts +2 -0
- package/dist/types/i18n/fr.d.ts +2 -0
- package/dist/types/i18n/hu.d.ts +3 -0
- package/dist/types/i18n/it.d.ts +2 -0
- package/dist/types/i18n/ja.d.ts +6 -0
- package/dist/types/i18n/ko.d.ts +6 -0
- package/dist/types/i18n/nb.d.ts +6 -0
- package/dist/types/i18n/nl.d.ts +2 -0
- package/dist/types/i18n/pl.d.ts +2 -0
- package/dist/types/i18n/pt_BR.d.ts +2 -0
- package/dist/types/i18n/ru.d.ts +2 -0
- package/dist/types/i18n/sv.d.ts +2 -0
- package/dist/types/i18n/th.d.ts +2 -0
- package/dist/types/i18n/tr.d.ts +2 -0
- package/dist/types/i18n/uk.d.ts +2 -0
- package/dist/types/i18n/vi.d.ts +2 -0
- package/dist/types/i18n/zh.d.ts +2 -0
- package/dist/types/i18n/zh_TW.d.ts +2 -0
- package/dist/types/styles/index.d.ts +1 -1
- package/dist/types/styles/shared/resizer.d.ts +1 -0
- package/dist/types-ts4.5/collab/index.d.ts +2 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +2 -0
- package/dist/types-ts4.5/i18n/da.d.ts +2 -0
- package/dist/types-ts4.5/i18n/de.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -0
- package/dist/types-ts4.5/i18n/es.d.ts +2 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +2 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +2 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +3 -0
- package/dist/types-ts4.5/i18n/it.d.ts +2 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +6 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +6 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +2 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +2 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +2 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +2 -0
- package/dist/types-ts4.5/i18n/th.d.ts +2 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +2 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +2 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +2 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +2 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -0
- package/dist/types-ts4.5/styles/index.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/resizer.d.ts +1 -0
- package/package.json +14 -10
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -33,6 +33,7 @@ export default {
|
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': '업데이트의 콘텐츠를 요약합니다',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': '생성',
|
|
35
35
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Atlassian Intelligence에 물어보기',
|
|
36
|
+
'fabric.editor.ai.config.item.action.edit': '편집',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insert': '삽입',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertAtTop': '맨 위에 삽입',
|
|
38
39
|
'fabric.editor.ai.config.item.action.insertBelow': '아래에 삽입',
|
|
@@ -183,6 +184,7 @@ export default {
|
|
|
183
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': '현재 Elevate에서는 자유 생성이 사용 중지되어 있습니다.',
|
|
184
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 이제 프롬프트에 Jira 및 Confluence 콘텐츠 링크🔗를 붙여넣을 수 있습니다.',
|
|
185
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Rovo에서 제공',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': '생성 중',
|
|
186
188
|
'fabric.editor.ai.experience.hipaaContentError': '콘텐츠에 HIPAA 제한 콘텐츠 링크가 포함되어 있으므로 Atlassian Intelligence에서 요청을 처리할 수 없습니다. 이 링크를 제거하고 다시 시도하세요.',
|
|
187
189
|
'fabric.editor.ai.experience.inputTooShortError': '내용이 너무 짧아 요약할 수 없습니다. 내용을 더 추가하고 다시 시도하세요.',
|
|
188
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence(AI)가 응답하지 않습니다. 나중에 다시 시도하거나 <link>AI 상태를 확인</link>하세요.',
|
|
@@ -280,6 +282,7 @@ export default {
|
|
|
280
282
|
'fabric.editor.codeblock.description': '구문 강조 기능 포함하여 코드 표시',
|
|
281
283
|
'fabric.editor.collapseNode': '콘텐츠 접기',
|
|
282
284
|
'fabric.editor.collapseTable': '표 축소',
|
|
285
|
+
'fabric.editor.colorPicker.menuLabel': '색상 선택기 메뉴',
|
|
283
286
|
'fabric.editor.columnDragHandle': '열 옵션',
|
|
284
287
|
'fabric.editor.columnMovedLeft': '열이 {index}/{total}열로 왼쪽으로 이동',
|
|
285
288
|
'fabric.editor.columnMovedRight': '열이 {index}/{total}열로 오른쪽으로 이동',
|
|
@@ -588,6 +591,7 @@ export default {
|
|
|
588
591
|
'fabric.editor.offlineErrorFallbackDescription': '페이지를 다시 로드해 보세요.',
|
|
589
592
|
'fabric.editor.offlineErrorFallbackHeading': '문제가 발생했습니다!',
|
|
590
593
|
'fabric.editor.on': '{formattingType} 켜짐',
|
|
594
|
+
'fabric.editor.openButtonTitle': '미해결',
|
|
591
595
|
'fabric.editor.openCellOptions': '셀 옵션 열기',
|
|
592
596
|
'fabric.editor.openLink': '새 탭에서 링크 열기',
|
|
593
597
|
'fabric.editor.orderedList': '번호 목록',
|
|
@@ -655,6 +659,7 @@ export default {
|
|
|
655
659
|
'fabric.editor.splitCell': '셀 나누기',
|
|
656
660
|
'fabric.editor.status': '상태',
|
|
657
661
|
'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
|
|
662
|
+
'fabric.editor.statusEditorLabel': '상태 편집기',
|
|
658
663
|
'fabric.editor.statusPickerOpenedAlert': '상태 편집기 팝업이 열렸습니다. Tab 키를 눌러 팝업에 액세스하세요',
|
|
659
664
|
'fabric.editor.statusPlaceholder': '상태 설정',
|
|
660
665
|
'fabric.editor.story': '스토리',
|
|
@@ -751,6 +756,7 @@ export default {
|
|
|
751
756
|
'fabric.editor.viewAndAddCommentsOnMedia': '댓글 확인 및 추가',
|
|
752
757
|
'fabric.editor.viewCommentOnMedia': '댓글 보기',
|
|
753
758
|
'fabric.editor.viewMore': '더 보기',
|
|
759
|
+
'fabric.editor.viewMoreAriaLabel': '모든 요소 보기',
|
|
754
760
|
'fabric.editor.visit': '새 창에서 링크 열기',
|
|
755
761
|
'fabric.editor.warning': '경고',
|
|
756
762
|
'fabric.editor.warningPanel': '경고 패널',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -33,6 +33,7 @@ export default {
|
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Oppsummerer oppdateringens innhold',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generer',
|
|
35
35
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Spør Atlassian Intelligence',
|
|
36
|
+
'fabric.editor.ai.config.item.action.edit': 'Rediger',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insert': 'Sett inn',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Sett inn øverst',
|
|
38
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Sett inn under',
|
|
@@ -182,6 +183,7 @@ export default {
|
|
|
182
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Fri generering er deaktivert i Elevate for øyeblikket.',
|
|
183
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Du kan nå lime inn koblinger 🔗 til Jira- og Confluence-innhold i ledetekstene.',
|
|
184
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Levert av Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Genererer',
|
|
185
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence kan ikke behandle forespørselen din ettersom innholdet ditt inneholder koblinger til HIPAA-begrenset innhold. Fjern disse koblingene og prøv igjen.',
|
|
186
188
|
'fabric.editor.ai.experience.inputTooShortError': 'Innholdet er for kort til å oppsummeres. Legg til mer og prøv igjen.',
|
|
187
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) svarer ikke. Prøv igjen senere eller <link>sjekk AI-statusen</link>.',
|
|
@@ -279,6 +281,7 @@ export default {
|
|
|
279
281
|
'fabric.editor.codeblock.description': 'Vis kode med syntaksutheving',
|
|
280
282
|
'fabric.editor.collapseNode': 'Minimer innhold',
|
|
281
283
|
'fabric.editor.collapseTable': 'Minimer tabell',
|
|
284
|
+
'fabric.editor.colorPicker.menuLabel': 'Fargevelgermeny',
|
|
282
285
|
'fabric.editor.columnDragHandle': 'Kolonnealternativer',
|
|
283
286
|
'fabric.editor.columnMovedLeft': 'Kolonnen ble flyttet til venstre til {index} av {total}',
|
|
284
287
|
'fabric.editor.columnMovedRight': 'Kolonnen ble flyttet til høyre til {index} av {total}',
|
|
@@ -587,6 +590,7 @@ export default {
|
|
|
587
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Prøv å laste inn siden på nytt.',
|
|
588
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Noe gikk galt!',
|
|
589
592
|
'fabric.editor.on': '{formattingType} på',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Åpen',
|
|
590
594
|
'fabric.editor.openCellOptions': 'Åpne cellealternativer',
|
|
591
595
|
'fabric.editor.openLink': 'Åpne kobling i en ny fane',
|
|
592
596
|
'fabric.editor.orderedList': 'Nummerert liste',
|
|
@@ -654,6 +658,7 @@ export default {
|
|
|
654
658
|
'fabric.editor.splitCell': 'Del celle',
|
|
655
659
|
'fabric.editor.status': 'Status',
|
|
656
660
|
'fabric.editor.status.description': 'Legg til en egendefinert statusetikett',
|
|
661
|
+
'fabric.editor.statusEditorLabel': 'Redigeringsmodul for status',
|
|
657
662
|
'fabric.editor.statusPickerOpenedAlert': 'Pop-up for å redigere status er åpnet. Trykk på Tab for å gå til pop-up-vinduet',
|
|
658
663
|
'fabric.editor.statusPlaceholder': 'Angi en status',
|
|
659
664
|
'fabric.editor.story': 'Historie',
|
|
@@ -750,6 +755,7 @@ export default {
|
|
|
750
755
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Vis og legg til kommentarer',
|
|
751
756
|
'fabric.editor.viewCommentOnMedia': 'Vis kommentarer',
|
|
752
757
|
'fabric.editor.viewMore': 'Vis mer',
|
|
758
|
+
'fabric.editor.viewMoreAriaLabel': 'Vis alle elementer',
|
|
753
759
|
'fabric.editor.visit': 'Åpne koblingen i et nytt vindu',
|
|
754
760
|
'fabric.editor.warning': 'Advarsel',
|
|
755
761
|
'fabric.editor.warningPanel': 'Advarselspanel',
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -183,6 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Vrij genereren is momenteel uitgeschakeld in Elevate',
|
|
184
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Je kunt nu links 🔗 naar Jira- en Confluence-inhoud in je prompts plakken.',
|
|
185
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Mogelijk gemaakt door Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Genereren',
|
|
186
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence kon je aanvraag niet verwerken omdat je inhoud links bevat naar inhoud met een HIPAA-beperking. Verwijder deze links en probeer het opnieuw.',
|
|
187
188
|
'fabric.editor.ai.experience.inputTooShortError': 'De inhoud is te kort om samen te vatten. Voeg meer inhoud toe en probeer het dan nogmaals.',
|
|
188
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) reageert niet. Probeer het later opnieuw of <link>controleer de status van AI</link>.',
|
|
@@ -589,6 +590,7 @@ export default {
|
|
|
589
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Probeer de pagina opnieuw te laden.',
|
|
590
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Er is iets misgegaan.',
|
|
591
592
|
'fabric.editor.on': '{formattingType} aan',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Openen',
|
|
592
594
|
'fabric.editor.openCellOptions': 'Celopties openen',
|
|
593
595
|
'fabric.editor.openLink': 'Link openen in een nieuw tabblad',
|
|
594
596
|
'fabric.editor.orderedList': 'Genummerde lijst',
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Samodzielnie generowane podpowiedzi są obecnie wyłączone w Elevate.',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Możesz teraz wklejać łącza 🔗 do zawartości Jiry i Confluence w swoich poleceniach.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Obsługiwane przez Rovo',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generowanie',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence nie może przetworzyć Twojego żądania, ponieważ treść zawiera łącza do zawartości podlegających ograniczeniom przepisów HIPAA. Usuń te łącza i spróbuj ponownie.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'Treść jest za krótka, aby ją podsumować. Dodaj więcej i spróbuj ponownie.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) nie odpowiada. Spróbuj ponownie później lub <link>sprawdź status AI</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Spróbuj załadować stronę ponownie.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Coś poszło nie tak',
|
|
592
593
|
'fabric.editor.on': '{formattingType} wł.',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Otwórz',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Otwórz opcje komórki',
|
|
594
596
|
'fabric.editor.openLink': 'Otwórz łącze na nowej karcie',
|
|
595
597
|
'fabric.editor.orderedList': 'Lista numerowana',
|
|
@@ -182,6 +182,7 @@ export default {
|
|
|
182
182
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'A geração gratuita está desativada no Elevate no momento.',
|
|
183
183
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Agora é possível colar links 🔗 no conteúdo do Jira e do Confluence em seus prompts.',
|
|
184
184
|
'fabric.editor.ai.experience.footerRightText.agents': 'Com tecnologia Rovo',
|
|
185
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Gerando',
|
|
185
186
|
'fabric.editor.ai.experience.hipaaContentError': 'O Atlassian Intelligence não conseguiu processar a solicitação, pois o conteúdo contém links para conteúdo restrito da HIPAA. Remova esses links e tente de novo.',
|
|
186
187
|
'fabric.editor.ai.experience.inputTooShortError': 'O conteúdo é curto demais para ser resumido. Adicione mais e tente de novo.',
|
|
187
188
|
'fabric.editor.ai.experience.internalServerError': 'O Atlassian Intelligence (AI) não está respondendo. Tente de novo mais tarde ou <link>confira o status do AI</link>.',
|
|
@@ -588,6 +589,7 @@ export default {
|
|
|
588
589
|
'fabric.editor.offlineErrorFallbackDescription': 'Recarregue a página.',
|
|
589
590
|
'fabric.editor.offlineErrorFallbackHeading': 'Algo deu errado!',
|
|
590
591
|
'fabric.editor.on': '{formattingType} Ativado',
|
|
592
|
+
'fabric.editor.openButtonTitle': 'Aberto',
|
|
591
593
|
'fabric.editor.openCellOptions': 'Abrir opções de célula',
|
|
592
594
|
'fabric.editor.openLink': 'Abrir link em uma nova guia',
|
|
593
595
|
'fabric.editor.orderedList': 'Lista numerada',
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Свободная генерация в Elevate в настоящее время отключена',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Теперь вы можете вставлять в запросы ссылки 🔗 на контент Jira и Confluence.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'На базе Rovo',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Выполняется генерация',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence не удалось обработать запрос, так как в контенте содержатся ссылки на содержимое, доступ к которому ограничен в соответствии с требованиями HIPAA. Удалите эти ссылки и повторите попытку.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'Контент слишком короткий для создания сводки. Добавьте информацию и повторите попытку.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) не отвечает. Повторите попытку позже или <link>проверьте статус AI</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Попробуйте перезагрузить страницу.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Произошла ошибка.',
|
|
592
593
|
'fabric.editor.on': '{formattingType} вкл.',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Открыть',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Открыть параметры ячейки',
|
|
594
596
|
'fabric.editor.openLink': 'Открыть ссылку на новой вкладке',
|
|
595
597
|
'fabric.editor.orderedList': 'Нумерованный список',
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -183,6 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Fri generering är inaktiverad i Elevate just nu.',
|
|
184
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Nu kan du klistra in länkar 🔗 till Jira- och Confluence-innehåll i dina uppmaningar.',
|
|
185
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Drivs av Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Genererar',
|
|
186
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence kunde inte behandla din förfrågan eftersom innehållet innehåller länkar till HIPAA-begränsat innehåll. Ta bort länkarna och försök igen.',
|
|
187
188
|
'fabric.editor.ai.experience.inputTooShortError': 'Innehållet är för kort för att sammanfatta. Lägg till mer och försök igen.',
|
|
188
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) svarar inte. Försök igen senare eller <link>kontrollera status för AI</link>.',
|
|
@@ -589,6 +590,7 @@ export default {
|
|
|
589
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Försök uppdatera sidan.',
|
|
590
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Något gick fel!',
|
|
591
592
|
'fabric.editor.on': '{formattingType} på',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Öppen',
|
|
592
594
|
'fabric.editor.openCellOptions': 'Öppna cellalternativ',
|
|
593
595
|
'fabric.editor.openLink': 'Öppna länk i en ny flik',
|
|
594
596
|
'fabric.editor.orderedList': 'Numrerad lista',
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -169,6 +169,7 @@ export default {
|
|
|
169
169
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'การสร้างข้อความอิสระถูกปิดใช้งานใน Elevate ในขณะนี้',
|
|
170
170
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 คุณสามารถวางลิงก์ 🔗 ที่เชื่อมโยงไปยังเนื้อหา Jira และ Confluence ลงในข้อความแจ้งเตือนของคุณได้แล้วในขณะนี้<strong></strong>',
|
|
171
171
|
'fabric.editor.ai.experience.footerRightText.agents': 'สนับสนุนโดย Rovo',
|
|
172
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'กำลังสร้าง',
|
|
172
173
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence ไม่สามารถดำเนินการตามคำขอของคุณได้ เนื่องจากเนื้อหาของคุณมีลิงก์ไปยังเนื้อหาที่ถูกจำกัดโดย HIPAA โปรดลบลิงก์เหล่านี้ออกแล้วลองอีกครั้ง',
|
|
173
174
|
'fabric.editor.ai.experience.inputTooShortError': 'เนื้อหาสั้นเกินไปที่จะสรุป โปรดเพิ่มเนื้อหาแล้วลองอีกครั้ง',
|
|
174
175
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) ไม่ตอบสนอง ลองอีกครั้งในภายหลัง หรือ<link>ตรวจสอบสถานะของ AI</link>',
|
|
@@ -575,6 +576,7 @@ export default {
|
|
|
575
576
|
'fabric.editor.offlineErrorFallbackDescription': 'ลองโหลดหน้าข้อมูลใหม่อีกครั้ง',
|
|
576
577
|
'fabric.editor.offlineErrorFallbackHeading': 'เกิดข้อผิดพลาดบางอย่าง!',
|
|
577
578
|
'fabric.editor.on': 'เปิด {formattingType}',
|
|
579
|
+
'fabric.editor.openButtonTitle': 'เปิด',
|
|
578
580
|
'fabric.editor.openCellOptions': 'เปิดตัวเลือกช่องข้อมูล',
|
|
579
581
|
'fabric.editor.openLink': 'เปิดลิงก์ในแถบใหม่',
|
|
580
582
|
'fabric.editor.orderedList': 'รายการแบบมีตัวเลข',
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': "Şu anda Elevate'te serbest oluşturma devre dışıdır.",
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Artık bağlantıları 🔗 istemlerinizdeki Jira ve Confluence içeriğine yapıştırabilirsiniz.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Rovo tarafından desteklenir',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Oluşturuluyor',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence, içeriğiniz HIPAA kısıtlı içeriklere giden bağlantılar içerdiğinden talebinizi işleyemedi. Lütfen bu bağlantıları kaldırın ve yeniden deneyin.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'İçerik özetlenemeyecek kadar kısa. Lütfen ekleme yapın ve yeniden deneyin.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) yanıt vermiyor. Daha sonra yeniden deneyin veya <link>AI durumunu kontrol edin</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Sayfayı yeniden yüklemeyi deneyin.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Bir hata oluştu!',
|
|
592
593
|
'fabric.editor.on': '{formattingType} Açık',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Açık',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Hücre seçeneklerini aç',
|
|
594
596
|
'fabric.editor.openLink': 'Bağlantıyı yeni sekmede açın',
|
|
595
597
|
'fabric.editor.orderedList': 'Numaralı liste',
|
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -169,6 +169,7 @@ export default {
|
|
|
169
169
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Підказки в Elevate зараз вимкнені.',
|
|
170
170
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Тепер ви можете вставляти посилання 🔗 на вміст Jira й Confluence у своїх запитах.',
|
|
171
171
|
'fabric.editor.ai.experience.footerRightText.agents': 'На платформі Rovo',
|
|
172
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Триває створення вмісту',
|
|
172
173
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence не вдалось обробити запит, оскільки ваші матеріали містять посилання на контент, на який поширюються обмеження HIPAA. Видаліть ці посилання та повторіть спробу.',
|
|
173
174
|
'fabric.editor.ai.experience.inputTooShortError': 'Вміст закороткий для створення підсумку. Додайте більше відомостей і повторіть спробу.',
|
|
174
175
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) не відповідає. Повторіть спробу пізніше або <link>перевірте стан AI</link>.',
|
|
@@ -575,6 +576,7 @@ export default {
|
|
|
575
576
|
'fabric.editor.offlineErrorFallbackDescription': 'Спробуйте перезавантажити сторінку.',
|
|
576
577
|
'fabric.editor.offlineErrorFallbackHeading': 'Сталася помилка',
|
|
577
578
|
'fabric.editor.on': '{formattingType} увімкнуто',
|
|
579
|
+
'fabric.editor.openButtonTitle': 'Відкрити',
|
|
578
580
|
'fabric.editor.openCellOptions': 'Відкрити параметри клітинки',
|
|
579
581
|
'fabric.editor.openLink': 'Відкрити посилання в новій вкладці',
|
|
580
582
|
'fabric.editor.orderedList': 'Нумерований список',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -169,6 +169,7 @@ export default {
|
|
|
169
169
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Tính năng tạo miễn phí hiện đang tắt trong Elevate',
|
|
170
170
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Bạn hiện có thể dán liên kết 🔗 tới nội dung Jira và Confluence vào lời nhắc của mình.',
|
|
171
171
|
'fabric.editor.ai.experience.footerRightText.agents': 'Được hỗ trợ bởi Rovo',
|
|
172
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Đang tạo',
|
|
172
173
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence không thể xử lý yêu cầu của bạn vì nội dung của bạn có chứa các liên kết đến nội dung bị hạn chế của HIPAA. Vui lòng xóa những liên kết này và thử lại.',
|
|
173
174
|
'fabric.editor.ai.experience.inputTooShortError': 'Nội dung này quá ngắn nên không thể tóm tắt. Hãy thêm nội dung, rồi thử lại.',
|
|
174
175
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) không phản hồi. Hãy thử lại sau hoặc <link>kiểm tra trạng thái của AI</link>.',
|
|
@@ -575,6 +576,7 @@ export default {
|
|
|
575
576
|
'fabric.editor.offlineErrorFallbackDescription': 'Hãy thử tải lại trang.',
|
|
576
577
|
'fabric.editor.offlineErrorFallbackHeading': 'Đã xảy ra lỗi!',
|
|
577
578
|
'fabric.editor.on': '{formattingType} đang bật',
|
|
579
|
+
'fabric.editor.openButtonTitle': 'Mở',
|
|
578
580
|
'fabric.editor.openCellOptions': 'Mở tùy chọn ô',
|
|
579
581
|
'fabric.editor.openLink': 'Mở liên kết trong tab mới',
|
|
580
582
|
'fabric.editor.orderedList': 'Danh sách được đánh số',
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': '目前 Elevate 中已禁用自由生成。',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 现在,您可以在提示中粘贴指向 Jira 和 Confluence 内容的链接 🔗。',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': '由 Rovo 提供技术支持',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': '正在生成',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence 无法处理您的请求,因为您的内容中包含指向 HIPAA 受限内容的链接。请移除这些链接,然后重试。',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': '内容太短,无法总结。请添加更多内容,然后重试。',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) 无响应。请稍后再试或<link>检查 Atlassian Intelligence 的状态</link>。',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': '请尝试重新加载该页面。',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': '出错了!',
|
|
592
593
|
'fabric.editor.on': '{formattingType}已开启',
|
|
594
|
+
'fabric.editor.openButtonTitle': '打开',
|
|
593
595
|
'fabric.editor.openCellOptions': '打开单元格选项',
|
|
594
596
|
'fabric.editor.openLink': '在新选项卡打开链接',
|
|
595
597
|
'fabric.editor.orderedList': '有序列表',
|
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': '自由生成目前已在 Elevate 中停用。',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 您現在可以在提示中貼上 Jira 和 Confluence 內容的連結 🔗。',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': '由 Rovo 提供技術支援',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': '正在產生',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence 無法處理您的要求,因為您的內容包含 HIPAA 受限內容的連結。請移除這些連結,然後再試一次。',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': '內容太短,無法總結。請新增更多內容並再試一次。',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) 沒有回應。請稍後再試一次,或<link>檢查 AI 的狀態</link>。',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': '請嘗試重新載入頁面。',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': '發生錯誤!',
|
|
592
593
|
'fabric.editor.on': '{formattingType} 開啟',
|
|
594
|
+
'fabric.editor.openButtonTitle': '開啟',
|
|
593
595
|
'fabric.editor.openCellOptions': '開啟儲存格選項',
|
|
594
596
|
'fabric.editor.openLink': '在新的索引標籤中開啟連結',
|
|
595
597
|
'fabric.editor.orderedList': '編號清單',
|
|
@@ -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 = "105.
|
|
4
|
+
const packageVersion = "105.8.0";
|
|
5
5
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
6
6
|
// Remove URL as it has UGC
|
|
7
7
|
// Ignored via go/ees007
|
|
@@ -26,7 +26,7 @@ export { DropdownMenuSharedCssClassName } from './shared/dropdown-menu';
|
|
|
26
26
|
export { CodeBlockSharedCssClassName, codeBlockSharedStyles, codeBlockInListSafariFix } from './shared/code-block';
|
|
27
27
|
export { LAYOUT_SECTION_MARGIN, LAYOUT_COLUMN_PADDING } from './shared/layout';
|
|
28
28
|
export { EXTENSION_PADDING, BODIED_EXT_PADDING } from './shared/extension';
|
|
29
|
-
export { resizerStyles, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName } from './shared/resizer';
|
|
29
|
+
export { resizerStyles, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName, pragmaticResizerStyles } from './shared/resizer';
|
|
30
30
|
export { gridStyles, GRID_GUTTER } from './shared/grid';
|
|
31
31
|
export { smartCardStyles, FLOATING_TOOLBAR_LINKPICKER_CLASSNAME, DATASOURCE_INNER_CONTAINER_CLASSNAME } from './shared/smartCard';
|
|
32
32
|
export { embedCardStyles, embedSpacingStyles } from './shared/embedCard';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { akEditorDeleteIconColor } from '@atlaskit/editor-shared-styles';
|
|
4
|
+
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
4
5
|
/*
|
|
5
6
|
Styles in this file are based on
|
|
6
7
|
packages/editor/editor-core/src/plugins/media/styles.ts
|
|
@@ -221,4 +222,57 @@ export const resizerStyles = css`
|
|
|
221
222
|
padding: unset;
|
|
222
223
|
left: unset;
|
|
223
224
|
}
|
|
224
|
-
`;
|
|
225
|
+
`;
|
|
226
|
+
|
|
227
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
228
|
+
export const pragmaticResizerStyles = () => {
|
|
229
|
+
if (editorExperiment('platform_editor_breakout_resizing', false)) {
|
|
230
|
+
return;
|
|
231
|
+
}
|
|
232
|
+
return css({
|
|
233
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
234
|
+
'.pm-breakout-resize-handle': {
|
|
235
|
+
position: 'relative',
|
|
236
|
+
display: 'flex',
|
|
237
|
+
alignItems: 'center',
|
|
238
|
+
justifyContent: 'center',
|
|
239
|
+
height: '100%',
|
|
240
|
+
width: 7,
|
|
241
|
+
alignSelf: 'center',
|
|
242
|
+
gridRow: 1,
|
|
243
|
+
gridColumn: 1,
|
|
244
|
+
cursor: 'col-resize',
|
|
245
|
+
borderRadius: 4,
|
|
246
|
+
transition: 'background-color 0.2s, visibility 0.2s, opacity 0.2s',
|
|
247
|
+
'&:hover': {
|
|
248
|
+
background: "var(--ds-background-selected, #E9F2FF)",
|
|
249
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
250
|
+
'.pm-breakout-resize-handle-inner': {
|
|
251
|
+
background: "var(--ds-border-focused, #388BFF)"
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
256
|
+
'.pm-breakout-resize-handle-left': {
|
|
257
|
+
justifySelf: 'start',
|
|
258
|
+
left: -20
|
|
259
|
+
},
|
|
260
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
261
|
+
'.pm-breakout-resize-handle-right': {
|
|
262
|
+
justifySelf: 'end',
|
|
263
|
+
right: -20
|
|
264
|
+
},
|
|
265
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
266
|
+
'.pm-breakout-resize-handle-inner': {
|
|
267
|
+
minWidth: 3,
|
|
268
|
+
// copied from resizeStyles.clamped
|
|
269
|
+
height: 'clamp(27px, calc(100% - 32px), 96px)',
|
|
270
|
+
background: "var(--ds-border, #091E4224)",
|
|
271
|
+
borderRadius: 6,
|
|
272
|
+
// sticky styles
|
|
273
|
+
position: 'sticky',
|
|
274
|
+
top: "var(--ds-space-150, 12px)",
|
|
275
|
+
bottom: "var(--ds-space-150, 12px)"
|
|
276
|
+
}
|
|
277
|
+
});
|
|
278
|
+
};
|
|
@@ -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 = "105.
|
|
16
|
+
const packageVersion = "105.8.0";
|
|
17
17
|
const halfFocusRing = 1;
|
|
18
18
|
const dropOffset = '0, 8';
|
|
19
19
|
// Ignored via go/ees005
|
package/dist/esm/collab/index.js
CHANGED
|
@@ -150,6 +150,8 @@ var telepointerColorStyle = function telepointerColorStyle(backgroundColor, text
|
|
|
150
150
|
return "\n &.color-".concat(index, " {\n background: ").concat(backgroundStyle, ";\n &::after {\n background-color: ").concat(backgroundColor, ";\n color: ").concat(textColor, ";\n border-color: ").concat(backgroundColor, ";\n }\n }\n ");
|
|
151
151
|
};
|
|
152
152
|
export var TELEPOINTER_DIM_CLASS = 'telepointer-dim';
|
|
153
|
+
export var TELEPOINTER_PULSE_CLASS = 'telepointer-pulse-animate';
|
|
154
|
+
export var TELEPOINTER_DATA_SESSION_ID_ATTR = 'data-telepointer-sessionid';
|
|
153
155
|
|
|
154
156
|
// ED-22557: Safely convert to object styling
|
|
155
157
|
// Disable top: -14px since it is necessary to align to cursor
|
|
@@ -161,7 +163,7 @@ export var telepointerStyleWithInitialOnly = css(_templateObject || (_templateOb
|
|
|
161
163
|
// ED-22557: Safely convert to object styling
|
|
162
164
|
// Disable top: -14px since it is necessary to align to cursor
|
|
163
165
|
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage/preview, @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
164
|
-
export var telepointerStyle = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n\t.ProseMirror .telepointer {\n\t\tposition: relative;\n\t\ttransition: opacity 200ms;\n\n\t\t&.telepointer-selection:not(.inlineNodeView) {\n\t\t\tline-height: 1.2;\n\t\t\tpointer-events: none;\n\t\t\tuser-select: none;\n\t\t}\n\n\t\t&.telepointer-selection-badge {\n\t\t\t.telepointer-initial,\n\t\t\t.telepointer-fullname {\n\t\t\t\tposition: absolute;\n\t\t\t\tdisplay: block;\n\t\t\t\tuser-select: none;\n\t\t\t\twhite-space: pre;\n\t\t\t\ttop: -14px;\n\t\t\t\tleft: 0px;\n\t\t\t\tfont: ", ";\n\t\t\t\tpadding-left: ", ";\n\t\t\t\tpadding-right: ", ";\n\t\t\t\tcolor: ", ";\n\t\t\t\tborder-radius: 0 2px 2px 0;\n\t\t\t}\n\n\t\t\t.telepointer-initial {\n\t\t\t\topacity: 1;\n\t\t\t\ttransition: opacity 0.15s ease-out;\n\t\t\t}\n\n\t\t\t.telepointer-fullname {\n\t\t\t\topacity: 0;\n\t\t\t\ttransform: scaleX(0);\n\t\t\t\ttransform-origin: left;\n\t\t\t\ttransition:\n\t\t\t\t\ttransform 0.15s ease-out,\n\t\t\t\t\topacity 0.15s ease-out;\n\t\t\t}\n\t\t}\n\n\t\t&:hover {\n\t\t\t.telepointer-initial {\n\t\t\t\topacity: 0;\n\t\t\t\ttransition-delay: 150ms;\n\t\t\t}\n\n\t\t\t.telepointer-fullname {\n\t\t\t\ttransform: scaleX(
|
|
166
|
+
export var telepointerStyle = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n\t@keyframes pulseIn {\n\t\t0%,\n\t\t100% {\n\t\t\ttransform: scaleX(0);\n\t\t\topacity: 0;\n\t\t}\n\t\t13% {\n\t\t\ttransform: scaleX(1.4) scaleY(1.4);\n\t\t\topacity: 1;\n\t\t}\n\t\t20%,\n\t\t85% {\n\t\t\ttransform: scaleX(1) scaleY(1);\n\t\t\topacity: 1;\n\t\t}\n\t}\n\n\t@keyframes pulseOut {\n\t\t0%,\n\t\t90%,\n\t\t100% {\n\t\t\ttransform: scaleX(1);\n\t\t\topacity: 1;\n\t\t}\n\t\t10%,\n\t\t80% {\n\t\t\ttransform: scaleX(0);\n\t\t\topacity: 0;\n\t\t}\n\t}\n\n\t.ProseMirror .telepointer {\n\t\tposition: relative;\n\t\ttransition: opacity 200ms;\n\n\t\t&.telepointer-selection:not(.inlineNodeView) {\n\t\t\tline-height: 1.2;\n\t\t\tpointer-events: none;\n\t\t\tuser-select: none;\n\t\t}\n\n\t\t&.telepointer-selection-badge {\n\t\t\t.telepointer-initial,\n\t\t\t.telepointer-fullname {\n\t\t\t\tposition: absolute;\n\t\t\t\tdisplay: block;\n\t\t\t\tuser-select: none;\n\t\t\t\twhite-space: pre;\n\t\t\t\ttop: -14px;\n\t\t\t\tleft: 0px;\n\t\t\t\tfont: ", ";\n\t\t\t\tpadding-left: ", ";\n\t\t\t\tpadding-right: ", ";\n\t\t\t\tcolor: ", ";\n\t\t\t\tborder-radius: 0 2px 2px 0;\n\t\t\t}\n\n\t\t\t.telepointer-initial {\n\t\t\t\topacity: 1;\n\t\t\t\ttransition: opacity 0.15s ease-out;\n\t\t\t}\n\n\t\t\t.telepointer-fullname {\n\t\t\t\topacity: 0;\n\t\t\t\ttransform: scaleX(0);\n\t\t\t\ttransform-origin: top left;\n\t\t\t\ttransition:\n\t\t\t\t\ttransform 0.15s ease-out,\n\t\t\t\t\topacity 0.15s ease-out;\n\t\t\t}\n\t\t}\n\n\t\t&.", " {\n\t\t\t.telepointer-initial {\n\t\t\t\tanimation: pulseOut 2s ease-in-out;\n\t\t\t}\n\n\t\t\t.telepointer-fullname {\n\t\t\t\tanimation: pulseIn 2s ease-in-out;\n\t\t\t}\n\t\t}\n\n\t\t&:hover {\n\t\t\t.telepointer-initial {\n\t\t\t\topacity: 0;\n\t\t\t\ttransition-delay: 150ms;\n\t\t\t}\n\n\t\t\t.telepointer-fullname {\n\t\t\t\ttransform: scaleX(1);\n\t\t\t\topacity: 1;\n\t\t\t\tz-index: 1;\n\t\t\t}\n\t\t}\n\n\t\t&.", " {\n\t\t\topacity: 0.2;\n\t\t}\n\n\t\t", ";\n\t}\n"])), "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", "var(--ds-space-050, 4px)", "var(--ds-space-050, 4px)", "var(--ds-text-inverse, #FFFFFF)", TELEPOINTER_PULSE_CLASS, TELEPOINTER_DIM_CLASS, participantColors.map(function (participantColor, index) {
|
|
165
167
|
return telepointerColorStyle(participantColor.backgroundColor, participantColor.textColor, index);
|
|
166
168
|
}));
|
|
167
169
|
var tintKey = 'collab:isDirtyTransaction';
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/* eslint-disable @atlaskit/design-system/use-primitives-text */
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import Link from '@atlaskit/link';
|
|
4
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
3
5
|
import SectionMessage from '@atlaskit/section-message';
|
|
4
6
|
function AlternativePackagesMessage(_ref) {
|
|
5
7
|
var alternatePackages = _ref.alternatePackages;
|
|
@@ -7,16 +9,26 @@ function AlternativePackagesMessage(_ref) {
|
|
|
7
9
|
return null;
|
|
8
10
|
}
|
|
9
11
|
if (alternatePackages.length === 1) {
|
|
10
|
-
return /*#__PURE__*/React.createElement("p", null, "Consider using
|
|
12
|
+
return /*#__PURE__*/React.createElement("p", null, "Consider using", ' ', fg('dst-a11y__replace-anchor-with-link__editor') ? /*#__PURE__*/React.createElement(Link, {
|
|
11
13
|
href: alternatePackages[0].link
|
|
12
|
-
}, alternatePackages[0].name)
|
|
14
|
+
}, alternatePackages[0].name) :
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
// eslint-disable-next-line @atlaskit/design-system/no-html-anchor
|
|
17
|
+
React.createElement("a", {
|
|
18
|
+
href: alternatePackages[0].link
|
|
19
|
+
}, alternatePackages[0].name), "instead.");
|
|
13
20
|
}
|
|
14
21
|
return /*#__PURE__*/React.createElement("p", null, "Consider using one of these packages instead:", /*#__PURE__*/React.createElement("ul", null, alternatePackages.map(function (p) {
|
|
15
22
|
return (
|
|
16
23
|
/*#__PURE__*/
|
|
17
24
|
// Ignored via go/ees005
|
|
18
25
|
// eslint-disable-next-line react/jsx-key
|
|
19
|
-
React.createElement("li", null, /*#__PURE__*/React.createElement(
|
|
26
|
+
React.createElement("li", null, fg('dst-a11y__replace-anchor-with-link__editor') ? /*#__PURE__*/React.createElement(Link, {
|
|
27
|
+
href: p.link
|
|
28
|
+
}, p.name) :
|
|
29
|
+
/*#__PURE__*/
|
|
30
|
+
// eslint-disable-next-line @atlaskit/design-system/no-html-anchor
|
|
31
|
+
React.createElement("a", {
|
|
20
32
|
href: p.link
|
|
21
33
|
}, p.name))
|
|
22
34
|
);
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Samočinné generování je v Elevate momentálně zakázáno.',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Nyní můžete do výzev vkládat odkazy 🔗 na obsah Jira a Confluence.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Využívá technologii Rovo',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generuje se',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence nedokázala zpracovat vaši žádost, protože váš obsah obsahuje odkazy na obsah omezený HIPAA. Odeberte tyto odkazy a zkuste to znovu.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'Obsah je pro souhrn příliš krátký. Přidejte další a zkuste to znovu.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) neodpovídá. Zkuste to znovu později nebo <link>zkontrolujte stav AI</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Zkuste stránku načíst znovu.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Něco se pokazilo',
|
|
592
593
|
'fabric.editor.on': '{formattingType} zapnuto',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Otevřený',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Otevřít možnosti buňky',
|
|
594
596
|
'fabric.editor.openLink': 'Otevřít odkaz na nové kartě',
|
|
595
597
|
'fabric.editor.orderedList': 'Číslovaný seznam',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -183,6 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Fri generering er deaktiveret i Elevate i øjeblikket.',
|
|
184
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Nu kan du indsætte links 🔗 til Jira- og Confluence-indhold i dine prompter.',
|
|
185
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Drevet af Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Genererer',
|
|
186
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence kunne ikke behandle din anmodning, da dit indhold indeholder links til HIPAA-begrænset indhold. Fjern disse links, og prøv igen.',
|
|
187
188
|
'fabric.editor.ai.experience.inputTooShortError': 'Indholdet er for kort til at opsummere. Tilføj mere, og prøv igen.',
|
|
188
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) svarer ikke. Prøv igen senere, eller <link>kontrollér status for AI</link>.',
|
|
@@ -589,6 +590,7 @@ export default {
|
|
|
589
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Prøv at genindlæse siden.',
|
|
590
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Noget gik galt!',
|
|
591
592
|
'fabric.editor.on': '{formattingType} til',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Åbn',
|
|
592
594
|
'fabric.editor.openCellOptions': 'Åbn celleegenskaber',
|
|
593
595
|
'fabric.editor.openLink': 'Åbn link i en nye fane',
|
|
594
596
|
'fabric.editor.orderedList': 'Nummereret liste',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -183,6 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Aktuell ist die freie Erstellung von Aufforderungen in Elevate deaktiviert.',
|
|
184
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Sie können in Ihren Prompts jetzt Links 🔗 in Jira- oder Confluence-Inhalte einfügen.',
|
|
185
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Bereitgestellt von Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Wird erstellt',
|
|
186
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence konnte Ihre Anfrage nicht bearbeiten, da sie Links zu HIPAA-beschränkten Inhalten enthält. Bitte entfernen Sie diese Links und versuchen Sie es erneut.',
|
|
187
188
|
'fabric.editor.ai.experience.inputTooShortError': 'Der Inhalt ist zu kurz, um ihn zusammenzufassen. Bitte fügen Sie mehr Inhalt hinzu und versuchen Sie es erneut.',
|
|
188
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) reagiert nicht. Versuchen Sie es später erneut oder <link>überprüfen Sie den Status von AI</link>.',
|
|
@@ -589,6 +590,7 @@ export default {
|
|
|
589
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Versuchen Sie, die Seite neu zu laden.',
|
|
590
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Etwas ist schiefgelaufen!',
|
|
591
592
|
'fabric.editor.on': '{formattingType} ein',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Öffnen',
|
|
592
594
|
'fabric.editor.openCellOptions': 'Zellenoptionen öffnen',
|
|
593
595
|
'fabric.editor.openLink': 'Link in neuer Registerkarte öffnen',
|
|
594
596
|
'fabric.editor.orderedList': 'Nummerierte Liste',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -192,6 +192,7 @@ export default {
|
|
|
192
192
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
193
193
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
|
|
194
194
|
'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
|
|
195
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generating',
|
|
195
196
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence was unable to process your request as your content contains links to HIPAA restricted content. Please remove these links and try again.',
|
|
196
197
|
'fabric.editor.ai.experience.inputTooShortError': 'The content is too short to summarize. Please add more and try again.',
|
|
197
198
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <link>check the status of AI</link>.',
|
|
@@ -671,6 +672,7 @@ export default {
|
|
|
671
672
|
'fabric.editor.offlineErrorFallbackDescription': 'Try reloading the page.',
|
|
672
673
|
'fabric.editor.offlineErrorFallbackHeading': 'Something went wrong!',
|
|
673
674
|
'fabric.editor.on': '{formattingType} On',
|
|
675
|
+
'fabric.editor.openButtonTitle': 'Open',
|
|
674
676
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
675
677
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
676
678
|
'fabric.editor.orderedList': 'Numbered list',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -192,6 +192,7 @@ export default {
|
|
|
192
192
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
193
193
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
|
|
194
194
|
'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
|
|
195
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generating',
|
|
195
196
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence was unable to process your request as your content contains links to HIPAA restricted content. Please remove these links and try again.',
|
|
196
197
|
'fabric.editor.ai.experience.inputTooShortError': 'The content is too short to summarise. Please add more and try again.',
|
|
197
198
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <link>check the status of AI</link>.',
|
|
@@ -671,6 +672,7 @@ export default {
|
|
|
671
672
|
'fabric.editor.offlineErrorFallbackDescription': 'Try reloading the page.',
|
|
672
673
|
'fabric.editor.offlineErrorFallbackHeading': 'Something went wrong!',
|
|
673
674
|
'fabric.editor.on': '{formattingType} On',
|
|
675
|
+
'fabric.editor.openButtonTitle': 'Open',
|
|
674
676
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
675
677
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
676
678
|
'fabric.editor.orderedList': 'Numbered list',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -192,6 +192,7 @@ export default {
|
|
|
192
192
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
193
193
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
|
|
194
194
|
'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
|
|
195
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generating',
|
|
195
196
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence was unable to process your request as your content contains links to HIPAA restricted content. Please remove these links and try again.',
|
|
196
197
|
'fabric.editor.ai.experience.inputTooShortError': 'The content is too short to summarize. Please add more and try again.',
|
|
197
198
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <link>check the status of AI</link>.',
|
|
@@ -671,6 +672,7 @@ export default {
|
|
|
671
672
|
'fabric.editor.offlineErrorFallbackDescription': 'Try reloading the page.',
|
|
672
673
|
'fabric.editor.offlineErrorFallbackHeading': 'Something went wrong!',
|
|
673
674
|
'fabric.editor.on': '{formattingType} On',
|
|
675
|
+
'fabric.editor.openButtonTitle': 'Open',
|
|
674
676
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
675
677
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
676
678
|
'fabric.editor.orderedList': 'Numbered list',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'La generación libre está desactivada en Elevate en este momento.',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Ahora puedes pegar los enlaces 🔗 al contenido de Jira y Confluence en tus indicaciones.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Con tecnología de Rovo',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generando',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence no ha podido procesar tu solicitud porque tu contenido contiene enlaces a contenido restringido por la HIPAA. Elimina estos enlaces e inténtalo de nuevo.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'El contenido es demasiado corto para resumirlo. Añade más y vuelve a intentarlo.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) no responde. Inténtalo de nuevo más tarde o <link>consulta el estado de AI</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Prueba volviendo a cargar la página.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Algo ha ido mal.',
|
|
592
593
|
'fabric.editor.on': '{formattingType} activado',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Abrir',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Abrir opciones de celda',
|
|
594
596
|
'fabric.editor.openLink': 'Abrir el enlace en otra pestaña',
|
|
595
597
|
'fabric.editor.orderedList': 'Lista numerada',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Vapaa luonti on poistettu käytöstä Elevatessa tällä hetkellä.',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Voit nyt liittää linkkejä 🔗 Jira- ja Confluence-sisältöön kehotteissa.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Palvelun tarjoaa Rovo',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Luodaan',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence ei pystynyt käsittelemään pyyntöäsi, koska sisältösi sisältää linkkejä HIPAA-rajoitettuun sisältöön. Poista nämä linkit ja yritä uudelleen.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'Sisältö on liian lyhyt yhteenvetoa varten. Lisää sisältöä ja yritä uudelleen.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) ei vastaa. Yritä myöhemmin uudelleen tai <link>tarkista AI:n tila</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Yritä ladata sivu uudelleen.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Jotain meni vikaan!',
|
|
592
593
|
'fabric.editor.on': '{formattingType} käytössä',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Avaa',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Avaa soluvalinnat',
|
|
594
596
|
'fabric.editor.openLink': 'Avaa linkki uudessa välilehdessä',
|
|
595
597
|
'fabric.editor.orderedList': 'Numeroitu luettelo',
|