@atlaskit/editor-common 107.20.1 → 107.21.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 +26 -0
- package/afm-cc/tsconfig.json +8 -5
- package/afm-dev-agents/tsconfig.json +3 -0
- package/afm-jira/tsconfig.json +3 -0
- package/afm-passionfruit/tsconfig.json +186 -0
- package/afm-post-office/tsconfig.json +3 -0
- package/afm-rovo-extension/tsconfig.json +3 -0
- package/afm-townsquare/tsconfig.json +3 -0
- package/dist/cjs/commands/index.js +100 -3
- package/dist/cjs/element-browser/components/ElementList/ElementList.js +2 -1
- package/dist/cjs/expand/index.js +1 -0
- package/dist/cjs/i18n/cs.js +14 -0
- package/dist/cjs/i18n/da.js +14 -0
- package/dist/cjs/i18n/de.js +14 -0
- package/dist/cjs/i18n/en.js +8 -0
- package/dist/cjs/i18n/en_GB.js +8 -0
- package/dist/cjs/i18n/en_ZZ.js +21 -0
- package/dist/cjs/i18n/es.js +14 -0
- package/dist/cjs/i18n/fi.js +14 -0
- package/dist/cjs/i18n/fr.js +15 -0
- package/dist/cjs/i18n/hr.js +14 -0
- package/dist/cjs/i18n/hu.js +14 -0
- package/dist/cjs/i18n/it.js +14 -0
- package/dist/cjs/i18n/ja.js +14 -0
- package/dist/cjs/i18n/ko.js +14 -0
- package/dist/cjs/i18n/nb.js +15 -0
- package/dist/cjs/i18n/nl.js +14 -0
- package/dist/cjs/i18n/pl.js +14 -0
- package/dist/cjs/i18n/pt_BR.js +14 -0
- package/dist/cjs/i18n/ru.js +14 -0
- package/dist/cjs/i18n/sl.js +14 -0
- package/dist/cjs/i18n/sr_RS.js +16 -0
- package/dist/cjs/i18n/sr_YR.js +16 -0
- package/dist/cjs/i18n/sv.js +14 -0
- package/dist/cjs/i18n/th.js +14 -0
- package/dist/cjs/i18n/tr.js +14 -0
- package/dist/cjs/i18n/uk.js +14 -0
- package/dist/cjs/i18n/vi.js +14 -0
- package/dist/cjs/i18n/zh.js +14 -0
- package/dist/cjs/i18n/zh_TW.js +14 -0
- package/dist/cjs/media-single/CommentBadge.js +2 -1
- package/dist/cjs/monitoring/error.js +4 -2
- package/dist/cjs/portal/PortalBucket.js +1 -0
- package/dist/cjs/portal/PortalManager.js +12 -0
- package/dist/cjs/preset/builder.js +1 -0
- package/dist/cjs/toolbar/EditorToolbarUIProvider.js +28 -0
- package/dist/cjs/toolbar/index.js +69 -1
- package/dist/cjs/toolbar/keys.js +32 -2
- package/dist/cjs/toolbar/rank.js +9 -2
- package/dist/cjs/toolbar/utils.js +12 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/TableSelector/table-selector.js +2 -1
- package/dist/cjs/ui-react/with-react-editor-view-outer-listeners.js +6 -2
- package/dist/cjs/utils/compareNodes.js +6 -2
- package/dist/es2019/commands/index.js +93 -0
- package/dist/es2019/element-browser/components/ElementList/ElementList.js +2 -1
- package/dist/es2019/expand/index.js +1 -0
- package/dist/es2019/i18n/cs.js +14 -0
- package/dist/es2019/i18n/da.js +14 -0
- package/dist/es2019/i18n/de.js +14 -0
- package/dist/es2019/i18n/en.js +8 -0
- package/dist/es2019/i18n/en_GB.js +8 -0
- package/dist/es2019/i18n/en_ZZ.js +21 -0
- package/dist/es2019/i18n/es.js +14 -0
- package/dist/es2019/i18n/fi.js +14 -0
- package/dist/es2019/i18n/fr.js +15 -0
- package/dist/es2019/i18n/hr.js +14 -0
- package/dist/es2019/i18n/hu.js +14 -0
- package/dist/es2019/i18n/it.js +14 -0
- package/dist/es2019/i18n/ja.js +14 -0
- package/dist/es2019/i18n/ko.js +14 -0
- package/dist/es2019/i18n/nb.js +15 -0
- package/dist/es2019/i18n/nl.js +14 -0
- package/dist/es2019/i18n/pl.js +14 -0
- package/dist/es2019/i18n/pt_BR.js +14 -0
- package/dist/es2019/i18n/ru.js +14 -0
- package/dist/es2019/i18n/sl.js +14 -0
- package/dist/es2019/i18n/sr_RS.js +16 -0
- package/dist/es2019/i18n/sr_YR.js +16 -0
- package/dist/es2019/i18n/sv.js +14 -0
- package/dist/es2019/i18n/th.js +14 -0
- package/dist/es2019/i18n/tr.js +14 -0
- package/dist/es2019/i18n/uk.js +14 -0
- package/dist/es2019/i18n/vi.js +14 -0
- package/dist/es2019/i18n/zh.js +14 -0
- package/dist/es2019/i18n/zh_TW.js +14 -0
- package/dist/es2019/media-single/CommentBadge.js +2 -1
- package/dist/es2019/monitoring/error.js +4 -1
- package/dist/es2019/portal/PortalBucket.js +1 -0
- package/dist/es2019/portal/PortalManager.js +12 -0
- package/dist/es2019/preset/builder.js +1 -0
- package/dist/es2019/toolbar/EditorToolbarUIProvider.js +22 -0
- package/dist/es2019/toolbar/index.js +5 -3
- package/dist/es2019/toolbar/keys.js +31 -1
- package/dist/es2019/toolbar/rank.js +17 -1
- package/dist/es2019/toolbar/utils.js +6 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/TableSelector/table-selector.js +2 -1
- package/dist/es2019/ui-react/with-react-editor-view-outer-listeners.js +6 -2
- package/dist/es2019/utils/compareNodes.js +6 -2
- package/dist/esm/commands/index.js +97 -0
- package/dist/esm/element-browser/components/ElementList/ElementList.js +2 -1
- package/dist/esm/expand/index.js +1 -0
- package/dist/esm/i18n/cs.js +14 -0
- package/dist/esm/i18n/da.js +14 -0
- package/dist/esm/i18n/de.js +14 -0
- package/dist/esm/i18n/en.js +8 -0
- package/dist/esm/i18n/en_GB.js +8 -0
- package/dist/esm/i18n/en_ZZ.js +21 -0
- package/dist/esm/i18n/es.js +14 -0
- package/dist/esm/i18n/fi.js +14 -0
- package/dist/esm/i18n/fr.js +15 -0
- package/dist/esm/i18n/hr.js +14 -0
- package/dist/esm/i18n/hu.js +14 -0
- package/dist/esm/i18n/it.js +14 -0
- package/dist/esm/i18n/ja.js +14 -0
- package/dist/esm/i18n/ko.js +14 -0
- package/dist/esm/i18n/nb.js +15 -0
- package/dist/esm/i18n/nl.js +14 -0
- package/dist/esm/i18n/pl.js +14 -0
- package/dist/esm/i18n/pt_BR.js +14 -0
- package/dist/esm/i18n/ru.js +14 -0
- package/dist/esm/i18n/sl.js +14 -0
- package/dist/esm/i18n/sr_RS.js +16 -0
- package/dist/esm/i18n/sr_YR.js +16 -0
- package/dist/esm/i18n/sv.js +14 -0
- package/dist/esm/i18n/th.js +14 -0
- package/dist/esm/i18n/tr.js +14 -0
- package/dist/esm/i18n/uk.js +14 -0
- package/dist/esm/i18n/vi.js +14 -0
- package/dist/esm/i18n/zh.js +14 -0
- package/dist/esm/i18n/zh_TW.js +14 -0
- package/dist/esm/media-single/CommentBadge.js +2 -1
- package/dist/esm/monitoring/error.js +4 -2
- package/dist/esm/portal/PortalBucket.js +1 -0
- package/dist/esm/portal/PortalManager.js +12 -0
- package/dist/esm/preset/builder.js +1 -0
- package/dist/esm/toolbar/EditorToolbarUIProvider.js +20 -0
- package/dist/esm/toolbar/index.js +5 -3
- package/dist/esm/toolbar/keys.js +31 -1
- package/dist/esm/toolbar/rank.js +9 -2
- package/dist/esm/toolbar/utils.js +6 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/TableSelector/table-selector.js +2 -1
- package/dist/esm/ui-react/with-react-editor-view-outer-listeners.js +6 -2
- package/dist/esm/utils/compareNodes.js +6 -2
- package/dist/types/analytics/types/events.d.ts +0 -1
- package/dist/types/annotation/index.d.ts +0 -3
- package/dist/types/card/LinkToolbarButtonGroup.d.ts +0 -1
- package/dist/types/card/link-toolbar-button-group-options.d.ts +0 -1
- package/dist/types/commands/index.d.ts +18 -2
- package/dist/types/commands/insert-block.d.ts +1 -1
- package/dist/types/element-browser/components/ElementList/EmptyState.d.ts +0 -1
- package/dist/types/element-browser/components/ElementList/NotFoundIllustration.d.ts +0 -1
- package/dist/types/element-browser/components/ElementSearch.d.ts +1 -1
- package/dist/types/element-browser/components/StatelessElementBrowser.d.ts +8 -8
- package/dist/types/element-browser/components/ViewMore.d.ts +0 -1
- package/dist/types/element-browser/hooks/use-focus.d.ts +0 -1
- package/dist/types/extensibility/Extension/Extension/index.d.ts +10 -10
- package/dist/types/extensions/extension-handlers.d.ts +2 -2
- package/dist/types/extensions/types/extension-handler.d.ts +0 -1
- package/dist/types/extensions/types/extension-manifest-toolbar-item.d.ts +0 -1
- package/dist/types/extensions/types/field-definitions.d.ts +0 -1
- package/dist/types/floating-toolbar/DropdownMenuItem.d.ts +0 -1
- package/dist/types/floating-toolbar/index.d.ts +1 -1
- package/dist/types/guideline/updateGuideline.d.ts +2 -2
- package/dist/types/i18n/cs.d.ts +14 -0
- package/dist/types/i18n/da.d.ts +14 -0
- package/dist/types/i18n/de.d.ts +14 -0
- package/dist/types/i18n/en.d.ts +8 -0
- package/dist/types/i18n/en_GB.d.ts +8 -0
- package/dist/types/i18n/en_ZZ.d.ts +21 -0
- package/dist/types/i18n/es.d.ts +14 -0
- package/dist/types/i18n/fi.d.ts +14 -0
- package/dist/types/i18n/fr.d.ts +15 -0
- package/dist/types/i18n/hr.d.ts +14 -0
- package/dist/types/i18n/hu.d.ts +14 -0
- package/dist/types/i18n/it.d.ts +14 -0
- package/dist/types/i18n/ja.d.ts +14 -0
- package/dist/types/i18n/ko.d.ts +14 -0
- package/dist/types/i18n/nb.d.ts +15 -0
- package/dist/types/i18n/nl.d.ts +14 -0
- package/dist/types/i18n/pl.d.ts +14 -0
- package/dist/types/i18n/pt_BR.d.ts +14 -0
- package/dist/types/i18n/ru.d.ts +14 -0
- package/dist/types/i18n/sl.d.ts +14 -0
- package/dist/types/i18n/sr_RS.d.ts +16 -0
- package/dist/types/i18n/sr_YR.d.ts +16 -0
- package/dist/types/i18n/sv.d.ts +14 -0
- package/dist/types/i18n/th.d.ts +14 -0
- package/dist/types/i18n/tr.d.ts +14 -0
- package/dist/types/i18n/uk.d.ts +14 -0
- package/dist/types/i18n/vi.d.ts +14 -0
- package/dist/types/i18n/zh.d.ts +14 -0
- package/dist/types/i18n/zh_TW.d.ts +14 -0
- package/dist/types/icons/shared/DynamicStrokeIconDecoration.d.ts +0 -1
- package/dist/types/icons/shared/SteppedRainbowIconDecoration.d.ts +0 -1
- package/dist/types/keymaps/index.d.ts +2 -2
- package/dist/types/lazy-node-view/css-helper.d.ts +0 -1
- package/dist/types/link/ConfigureLinkOverlay/StyledButton.d.ts +1 -2
- package/dist/types/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.d.ts +1 -1
- package/dist/types/link/LinkPicker/EditorLinkPicker/useEscapeClickaway.d.ts +5 -2
- package/dist/types/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +1 -1
- package/dist/types/mark/commands.d.ts +1 -1
- package/dist/types/media-inline/inline-image-card.d.ts +6 -7
- package/dist/types/media-inline/media-inline-image-card.d.ts +0 -1
- package/dist/types/media-inline/views/error-view.d.ts +0 -1
- package/dist/types/media-inline/views/frame.d.ts +0 -1
- package/dist/types/media-inline/views/icon-wrapper.d.ts +0 -1
- package/dist/types/media-single/CommentBadge.d.ts +0 -1
- package/dist/types/monitoring/error.d.ts +1 -1
- package/dist/types/portal/PortalManager.d.ts +0 -1
- package/dist/types/provider-factory/context.d.ts +2 -2
- package/dist/types/provider-helpers/combine-providers.d.ts +1 -1
- package/dist/types/resizer/BreakoutResizer.d.ts +1 -1
- package/dist/types/resizer/Resizer.d.ts +1 -1
- package/dist/types/resizer/types.d.ts +0 -1
- package/dist/types/styles/shared/headings.d.ts +1 -1
- package/dist/types/styles/shared/paragraph.d.ts +1 -1
- package/dist/types/styles/shared/table.d.ts +1 -1
- package/dist/types/table/SortingIcon.d.ts +0 -1
- package/dist/types/toolbar/EditorToolbarUIProvider.d.ts +6 -0
- package/dist/types/toolbar/index.d.ts +4 -2
- package/dist/types/toolbar/keys.d.ts +25 -0
- package/dist/types/toolbar/rank.d.ts +15 -0
- package/dist/types/toolbar/utils.d.ts +3 -0
- package/dist/types/types/annotation/index.d.ts +0 -1
- package/dist/types/types/empty-state-handler.d.ts +0 -1
- package/dist/types/types/hyperlink.d.ts +0 -1
- package/dist/types/ui/HoverLinkOverlay/types.d.ts +0 -1
- package/dist/types/ui/IntlProviderIfMissingWrapper/index.d.ts +0 -1
- package/dist/types/ui/MediaSingle/grid.d.ts +6 -6
- package/dist/types/ui/OverflowShadow/index.d.ts +10 -10
- package/dist/types/ui/Toolbar/ExpandIcon.d.ts +0 -1
- package/dist/types/ui/Toolbar/Separator.d.ts +0 -1
- package/dist/types/ui-menu/ArrowKeyNavigationProvider/ColorPaletteArrowKeyNavigationProvider/index.d.ts +1 -1
- package/dist/types/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.d.ts +1 -1
- package/dist/types/ui-menu/ArrowKeyNavigationProvider/types.d.ts +0 -1
- package/dist/types/ui-menu/ColorPickerButton/index.d.ts +14 -14
- package/dist/types/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +6 -6
- package/dist/types/ui-menu/ToolbarButton/index.d.ts +23 -23
- package/dist/types/utils/breakout.d.ts +2 -2
- package/dist/types/utils/track-unsupported-content.d.ts +1 -1
- package/dist/types/utils/unsupportedContent/get-unsupported-content-level-data.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/events.d.ts +0 -1
- package/dist/types-ts4.5/annotation/index.d.ts +0 -3
- package/dist/types-ts4.5/card/LinkToolbarButtonGroup.d.ts +0 -1
- package/dist/types-ts4.5/card/link-toolbar-button-group-options.d.ts +0 -1
- package/dist/types-ts4.5/commands/index.d.ts +18 -2
- package/dist/types-ts4.5/commands/insert-block.d.ts +1 -1
- package/dist/types-ts4.5/element-browser/components/ElementList/EmptyState.d.ts +0 -1
- package/dist/types-ts4.5/element-browser/components/ElementList/NotFoundIllustration.d.ts +0 -1
- package/dist/types-ts4.5/element-browser/components/ElementSearch.d.ts +1 -1
- package/dist/types-ts4.5/element-browser/components/StatelessElementBrowser.d.ts +8 -8
- package/dist/types-ts4.5/element-browser/components/ViewMore.d.ts +0 -1
- package/dist/types-ts4.5/element-browser/hooks/use-focus.d.ts +0 -1
- package/dist/types-ts4.5/extensibility/Extension/Extension/index.d.ts +10 -10
- package/dist/types-ts4.5/extensions/extension-handlers.d.ts +2 -2
- package/dist/types-ts4.5/extensions/types/extension-handler.d.ts +0 -1
- package/dist/types-ts4.5/extensions/types/extension-manifest-toolbar-item.d.ts +0 -1
- package/dist/types-ts4.5/extensions/types/field-definitions.d.ts +0 -1
- package/dist/types-ts4.5/floating-toolbar/DropdownMenuItem.d.ts +0 -1
- package/dist/types-ts4.5/floating-toolbar/index.d.ts +1 -1
- package/dist/types-ts4.5/guideline/updateGuideline.d.ts +2 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +14 -0
- package/dist/types-ts4.5/i18n/da.d.ts +14 -0
- package/dist/types-ts4.5/i18n/de.d.ts +14 -0
- package/dist/types-ts4.5/i18n/en.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +21 -0
- package/dist/types-ts4.5/i18n/es.d.ts +14 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +14 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +15 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +14 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +14 -0
- package/dist/types-ts4.5/i18n/it.d.ts +14 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +14 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +14 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +15 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +14 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +14 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +14 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +14 -0
- package/dist/types-ts4.5/i18n/sl.d.ts +14 -0
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +16 -0
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +16 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +14 -0
- package/dist/types-ts4.5/i18n/th.d.ts +14 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +14 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +14 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +14 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +14 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +14 -0
- package/dist/types-ts4.5/icons/shared/DynamicStrokeIconDecoration.d.ts +0 -1
- package/dist/types-ts4.5/icons/shared/SteppedRainbowIconDecoration.d.ts +0 -1
- package/dist/types-ts4.5/keymaps/index.d.ts +2 -2
- package/dist/types-ts4.5/lazy-node-view/css-helper.d.ts +0 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/StyledButton.d.ts +1 -2
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.d.ts +1 -1
- package/dist/types-ts4.5/link/LinkPicker/EditorLinkPicker/useEscapeClickaway.d.ts +5 -2
- package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +1 -1
- package/dist/types-ts4.5/mark/commands.d.ts +1 -1
- package/dist/types-ts4.5/media-inline/inline-image-card.d.ts +6 -7
- package/dist/types-ts4.5/media-inline/media-inline-image-card.d.ts +0 -1
- package/dist/types-ts4.5/media-inline/views/error-view.d.ts +0 -1
- package/dist/types-ts4.5/media-inline/views/frame.d.ts +0 -1
- package/dist/types-ts4.5/media-inline/views/icon-wrapper.d.ts +0 -1
- package/dist/types-ts4.5/media-single/CommentBadge.d.ts +0 -1
- package/dist/types-ts4.5/monitoring/error.d.ts +1 -1
- package/dist/types-ts4.5/portal/PortalManager.d.ts +0 -1
- package/dist/types-ts4.5/provider-factory/context.d.ts +2 -2
- package/dist/types-ts4.5/provider-helpers/combine-providers.d.ts +1 -1
- package/dist/types-ts4.5/resizer/BreakoutResizer.d.ts +1 -1
- package/dist/types-ts4.5/resizer/Resizer.d.ts +1 -1
- package/dist/types-ts4.5/resizer/types.d.ts +0 -1
- package/dist/types-ts4.5/styles/shared/headings.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/paragraph.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/table.d.ts +1 -1
- package/dist/types-ts4.5/table/SortingIcon.d.ts +0 -1
- package/dist/types-ts4.5/toolbar/EditorToolbarUIProvider.d.ts +6 -0
- package/dist/types-ts4.5/toolbar/index.d.ts +4 -2
- package/dist/types-ts4.5/toolbar/keys.d.ts +25 -0
- package/dist/types-ts4.5/toolbar/rank.d.ts +15 -0
- package/dist/types-ts4.5/toolbar/utils.d.ts +3 -0
- package/dist/types-ts4.5/types/annotation/index.d.ts +0 -1
- package/dist/types-ts4.5/types/empty-state-handler.d.ts +0 -1
- package/dist/types-ts4.5/types/hyperlink.d.ts +0 -1
- package/dist/types-ts4.5/ui/HoverLinkOverlay/types.d.ts +0 -1
- package/dist/types-ts4.5/ui/IntlProviderIfMissingWrapper/index.d.ts +0 -1
- package/dist/types-ts4.5/ui/MediaSingle/grid.d.ts +6 -6
- package/dist/types-ts4.5/ui/OverflowShadow/index.d.ts +10 -10
- package/dist/types-ts4.5/ui/Toolbar/ExpandIcon.d.ts +0 -1
- package/dist/types-ts4.5/ui/Toolbar/Separator.d.ts +0 -1
- package/dist/types-ts4.5/ui-menu/ArrowKeyNavigationProvider/ColorPaletteArrowKeyNavigationProvider/index.d.ts +1 -1
- package/dist/types-ts4.5/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.d.ts +1 -1
- package/dist/types-ts4.5/ui-menu/ArrowKeyNavigationProvider/types.d.ts +0 -1
- package/dist/types-ts4.5/ui-menu/ColorPickerButton/index.d.ts +14 -14
- package/dist/types-ts4.5/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +6 -6
- package/dist/types-ts4.5/ui-menu/ToolbarButton/index.d.ts +23 -23
- package/dist/types-ts4.5/utils/breakout.d.ts +2 -2
- package/dist/types-ts4.5/utils/track-unsupported-content.d.ts +1 -1
- package/dist/types-ts4.5/utils/unsupportedContent/get-unsupported-content-level-data.d.ts +1 -1
- package/package.json +6 -4
|
@@ -493,7 +493,8 @@ var elementItemsWrapper = css({
|
|
|
493
493
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
494
494
|
'.ReactVirtualized__Grid': {
|
|
495
495
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
496
|
-
|
|
496
|
+
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
497
|
+
borderRadius: "var(--ds-border-radius-100, 3px)",
|
|
497
498
|
outline: 'none',
|
|
498
499
|
'&:focus': {
|
|
499
500
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
package/dist/esm/expand/index.js
CHANGED
|
@@ -4,5 +4,6 @@ export var expandedState = new WeakMap();
|
|
|
4
4
|
// used to determine if the expand is expanded or collapsed
|
|
5
5
|
export var isExpandCollapsed = function isExpandCollapsed(node) {
|
|
6
6
|
var _expandedState$get;
|
|
7
|
+
// @ts-ignore - TS2869 TypeScript 5.9.2 upgrade
|
|
7
8
|
return (_expandedState$get = !expandedState.get(node)) !== null && _expandedState$get !== void 0 ? _expandedState$get : false;
|
|
8
9
|
};
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -13,6 +13,7 @@ export default {
|
|
|
13
13
|
'editor.extension.legacyContentHeader': 'Starší obsah',
|
|
14
14
|
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Tento obsah má omezenou funkčnost,',
|
|
15
15
|
'editor.extension.legacyContentHeader.learnMore': 'Další informace',
|
|
16
|
+
'editor.trackChanges.toolbarIconLabel': 'Sledovat změny',
|
|
16
17
|
'fablric.editor.viewAllInserts': 'Zobrazit všechny vložky',
|
|
17
18
|
'fabric.editor.action': 'Aktuální úkol',
|
|
18
19
|
'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
|
|
@@ -223,11 +224,24 @@ export default {
|
|
|
223
224
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definovat',
|
|
224
225
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
225
226
|
'fabric.editor.ai.toolbar.askAI.title': 'Zeptat se AI',
|
|
227
|
+
'fabric.editor.ai.toolbar.askRovo.title': 'Zeptejte se nástroje Rovo',
|
|
226
228
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Zeptat se Rovo AI',
|
|
229
|
+
'fabric.editor.ai.toolbar.changeTone.title': 'Změnit tón',
|
|
230
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Možnosti změny tónu',
|
|
227
231
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Vylepšit styl',
|
|
228
232
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Požádejte Atlassian Intelligence o zlepšení vybrané části psaného textu.',
|
|
233
|
+
'fabric.editor.ai.toolbar.makeLonger.title': 'Prodloužit obsah',
|
|
234
|
+
'fabric.editor.ai.toolbar.makeShorter.title': 'Zkrátit',
|
|
235
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': 'Neformálnější',
|
|
236
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Empatičtější',
|
|
237
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Profesionálnější',
|
|
238
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Další možnosti nástroje Rovo',
|
|
229
239
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
240
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Opravit pravopis a gramatiku',
|
|
241
|
+
'fabric.editor.ai.toolbar.summarize.title': 'Shrnout',
|
|
230
242
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
243
|
+
'fabric.editor.ai.toolbar.translate.title': 'Přeložit',
|
|
244
|
+
'fabric.editor.ai.toolbar.translateOptions.label': 'Možnosti překladu',
|
|
231
245
|
'fabric.editor.ai.toolbar.tryAI.title': 'Vyzkoušejte AI',
|
|
232
246
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otevřít Atlassian Intelligence',
|
|
233
247
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Zeptat se AI {key}+'",
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -13,6 +13,7 @@ export default {
|
|
|
13
13
|
'editor.extension.legacyContentHeader': 'Ældre indhold',
|
|
14
14
|
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Dette indhold har begrænset funktionalitet.',
|
|
15
15
|
'editor.extension.legacyContentHeader.learnMore': 'Få mere at vide',
|
|
16
|
+
'editor.trackChanges.toolbarIconLabel': 'Spor ændringer',
|
|
16
17
|
'fablric.editor.viewAllInserts': 'Se alt, der kan indsættes',
|
|
17
18
|
'fabric.editor.action': 'Handlingsgenstand',
|
|
18
19
|
'fabric.editor.action.description': 'Opret og tildel handlingsgenstande',
|
|
@@ -222,11 +223,24 @@ export default {
|
|
|
222
223
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definer',
|
|
223
224
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
224
225
|
'fabric.editor.ai.toolbar.askAI.title': 'Spørg AI',
|
|
226
|
+
'fabric.editor.ai.toolbar.askRovo.title': 'Spørg Rovo',
|
|
225
227
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Spørg Rovo AI',
|
|
228
|
+
'fabric.editor.ai.toolbar.changeTone.title': 'Skift tone',
|
|
229
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Skift indstillinger for tone',
|
|
226
230
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Gør teksterne bedre',
|
|
227
231
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Bed Atlassian Intelligence om at forbedre den markerede tekst',
|
|
232
|
+
'fabric.editor.ai.toolbar.makeLonger.title': 'Gør længere',
|
|
233
|
+
'fabric.editor.ai.toolbar.makeShorter.title': 'Gør kortere',
|
|
234
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': 'Mere afslappet',
|
|
235
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Mere empatisk',
|
|
236
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Mere professionel',
|
|
237
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Flere Rovo-indstillinger',
|
|
228
238
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
239
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Ret stavning og grammatik',
|
|
240
|
+
'fabric.editor.ai.toolbar.summarize.title': 'Opsummer',
|
|
229
241
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
242
|
+
'fabric.editor.ai.toolbar.translate.title': 'Oversæt',
|
|
243
|
+
'fabric.editor.ai.toolbar.translateOptions.label': 'Oversættelsesindstillinger',
|
|
230
244
|
'fabric.editor.ai.toolbar.tryAI.title': 'Prøv AI',
|
|
231
245
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Åbn Atlassian Intelligence',
|
|
232
246
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Spørg AI {key}+'",
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -13,6 +13,7 @@ export default {
|
|
|
13
13
|
'editor.extension.legacyContentHeader': 'Veralteter Inhalt',
|
|
14
14
|
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Dieser Inhalt hat eingeschränkte Funktionen',
|
|
15
15
|
'editor.extension.legacyContentHeader.learnMore': 'Weitere Informationen',
|
|
16
|
+
'editor.trackChanges.toolbarIconLabel': 'Änderungen verfolgen',
|
|
16
17
|
'fablric.editor.viewAllInserts': 'Alle Einfügungen anzeigen',
|
|
17
18
|
'fabric.editor.action': 'Aufgabe',
|
|
18
19
|
'fabric.editor.action.description': 'Aufgaben erstellen und zuweisen',
|
|
@@ -222,11 +223,24 @@ export default {
|
|
|
222
223
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definieren',
|
|
223
224
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
224
225
|
'fabric.editor.ai.toolbar.askAI.title': 'Atlassian Intelligence fragen',
|
|
226
|
+
'fabric.editor.ai.toolbar.askRovo.title': 'Rovo fragen',
|
|
225
227
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Rovo-KI fragen',
|
|
228
|
+
'fabric.editor.ai.toolbar.changeTone.title': 'Ton ändern',
|
|
229
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Optionen zum Ändern des Tons',
|
|
226
230
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Texterstellung optimieren',
|
|
227
231
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Weisen Sie Atlassian Intelligence an, den von Ihnen ausgewählten Text zu verbessern.',
|
|
232
|
+
'fabric.editor.ai.toolbar.makeLonger.title': 'Erweitern',
|
|
233
|
+
'fabric.editor.ai.toolbar.makeShorter.title': 'Verkürzen',
|
|
234
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': 'Lockerer',
|
|
235
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Empathischer',
|
|
236
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Professioneller',
|
|
237
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Weitere Rovo-Optionen',
|
|
228
238
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
239
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Rechtschreibung und Grammatik korrigieren',
|
|
240
|
+
'fabric.editor.ai.toolbar.summarize.title': 'Zusammenfassen',
|
|
229
241
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
242
|
+
'fabric.editor.ai.toolbar.translate.title': 'Übersetzen',
|
|
243
|
+
'fabric.editor.ai.toolbar.translateOptions.label': 'Übersetzungsoptionen',
|
|
230
244
|
'fabric.editor.ai.toolbar.tryAI.title': 'AI testen',
|
|
231
245
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Atlassian Intelligence öffnen',
|
|
232
246
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Atlassian Intelligence fragen – {key}+'",
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -47,6 +47,8 @@ export default {
|
|
|
47
47
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Title cannot exceed {maxLength} characters',
|
|
48
48
|
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continue in chat',
|
|
49
49
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Open in Chat',
|
|
50
|
+
'fabric.editor.ai.config.item.addPolish.description': 'Polishes the content to make it more polished',
|
|
51
|
+
'fabric.editor.ai.config.item.addPolish.title': 'Add polish',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Agent',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Shortens the content to make it more concise',
|
|
52
54
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Shorten update',
|
|
@@ -187,6 +189,7 @@ export default {
|
|
|
187
189
|
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Translate',
|
|
188
190
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Page title',
|
|
189
191
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Page',
|
|
192
|
+
'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': "We're having issues and can't generate a response right now. Try again later.",
|
|
190
193
|
'fabric.editor.ai.experience-application.documentInsertError': "We're having trouble inserting the response. Close the dialog and try again.",
|
|
191
194
|
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': "We're having trouble generating the preview. Close the dialog and try again.",
|
|
192
195
|
'fabric.editor.ai.experience-application.rateLimitEnforced': 'We’ve received too many recent requests for Atlassian Intelligence (AI). Try again in a few minutes or read about <link>excessive use of AI</link>.',
|
|
@@ -195,6 +198,8 @@ export default {
|
|
|
195
198
|
'fabric.editor.ai.experience.apiError': 'We couldn’t get a response, please try again.',
|
|
196
199
|
'fabric.editor.ai.experience.aupViolationMessage': 'Your prompt or content might not comply with our Acceptable Use Policy. Please review both and refer to our <link>Acceptable Use Policy</link> if needed. If the problem persists, consider trying a different prompt or content.',
|
|
197
200
|
'fabric.editor.ai.experience.browseMore.agents': 'Browse Agents',
|
|
201
|
+
'fabric.editor.ai.experience.cmdPaletteApiError': 'An error occurred while generating your response.',
|
|
202
|
+
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': "We couldn’t complete that request because it doesn't comply with our <link>Acceptable Use Policy</link>.",
|
|
198
203
|
'fabric.editor.ai.experience.discardMessagePrompt': 'Do you want to discard your prompt?',
|
|
199
204
|
'fabric.editor.ai.experience.discardMessageResponse': 'Do you want to discard your response?',
|
|
200
205
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
@@ -654,6 +659,7 @@ export default {
|
|
|
654
659
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
655
660
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
656
661
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
662
|
+
'fabric.editor.media.insert.insertSmartValueHelperMessage': 'Tip: Enter a smart value or replace a URL path with a smart value to make content dynamic.',
|
|
657
663
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
658
664
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
659
665
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
@@ -763,6 +769,7 @@ export default {
|
|
|
763
769
|
'fabric.editor.selectTableColumn': 'Select table column',
|
|
764
770
|
'fabric.editor.selectTableRow': 'Select table row',
|
|
765
771
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Select app',
|
|
772
|
+
'fabric.editor.selectionToolbarOverflowMenuTooltip': 'More options',
|
|
766
773
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
767
774
|
'fabric.editor.shortEmptyNodePlaceholderText': '/ to insert',
|
|
768
775
|
'fabric.editor.shortcut': 'Text shortcut',
|
|
@@ -841,6 +848,7 @@ export default {
|
|
|
841
848
|
'fabric.editor.toolbarPositionInline': 'In-line with text',
|
|
842
849
|
'fabric.editor.toolbarPositionPinedAtTop': 'Unpin the toolbar',
|
|
843
850
|
'fabric.editor.toolbarPositionUnpined': 'Pin the toolbar at the top',
|
|
851
|
+
'fabric.editor.toolbarPositionUnpinnedConcise': 'Pin toolbar to top',
|
|
844
852
|
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
845
853
|
'fabric.editor.tooltip.bulletList': 'a list',
|
|
846
854
|
'fabric.editor.tooltip.decisionList': 'a decision list',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -47,6 +47,8 @@ export default {
|
|
|
47
47
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Title cannot exceed {maxLength} characters',
|
|
48
48
|
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continue in chat',
|
|
49
49
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Open in Chat',
|
|
50
|
+
'fabric.editor.ai.config.item.addPolish.description': 'Polishes the content to make it more polished',
|
|
51
|
+
'fabric.editor.ai.config.item.addPolish.title': 'Add polish',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Agent',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Shortens the content to make it more concise',
|
|
52
54
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Shorten update',
|
|
@@ -187,6 +189,7 @@ export default {
|
|
|
187
189
|
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Translate',
|
|
188
190
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Page title',
|
|
189
191
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Page',
|
|
192
|
+
'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': "We're having issues and can't generate a response right now. Try again later.",
|
|
190
193
|
'fabric.editor.ai.experience-application.documentInsertError': "We're having trouble inserting the response. Close the dialog and try again.",
|
|
191
194
|
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': "We're having trouble generating the preview. Close the dialog and try again.",
|
|
192
195
|
'fabric.editor.ai.experience-application.rateLimitEnforced': 'We’ve received too many recent requests for Atlassian Intelligence (AI). Try again in a few minutes or read about <link>excessive use of AI</link>.',
|
|
@@ -195,6 +198,8 @@ export default {
|
|
|
195
198
|
'fabric.editor.ai.experience.apiError': 'We couldn’t get a response, please try again.',
|
|
196
199
|
'fabric.editor.ai.experience.aupViolationMessage': 'Your prompt or content might not comply with our Acceptable Use Policy. Please review both and refer to our <link>Acceptable Use Policy</link> if needed. If the problem persists, consider trying a different prompt or content.',
|
|
197
200
|
'fabric.editor.ai.experience.browseMore.agents': 'Browse Agents',
|
|
201
|
+
'fabric.editor.ai.experience.cmdPaletteApiError': 'An error occurred while generating your response.',
|
|
202
|
+
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': "We couldn’t complete that request because it doesn't comply with our <link>Acceptable Use Policy</link>.",
|
|
198
203
|
'fabric.editor.ai.experience.discardMessagePrompt': 'Do you want to discard your prompt?',
|
|
199
204
|
'fabric.editor.ai.experience.discardMessageResponse': 'Do you want to discard your response?',
|
|
200
205
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
@@ -654,6 +659,7 @@ export default {
|
|
|
654
659
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
655
660
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
656
661
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
662
|
+
'fabric.editor.media.insert.insertSmartValueHelperMessage': 'Tip: Enter a smart value or replace a URL path with a smart value to make content dynamic.',
|
|
657
663
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
658
664
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
659
665
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
@@ -763,6 +769,7 @@ export default {
|
|
|
763
769
|
'fabric.editor.selectTableColumn': 'Select table column',
|
|
764
770
|
'fabric.editor.selectTableRow': 'Select table row',
|
|
765
771
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Select app',
|
|
772
|
+
'fabric.editor.selectionToolbarOverflowMenuTooltip': 'More options',
|
|
766
773
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
767
774
|
'fabric.editor.shortEmptyNodePlaceholderText': '/ to insert',
|
|
768
775
|
'fabric.editor.shortcut': 'Text shortcut',
|
|
@@ -841,6 +848,7 @@ export default {
|
|
|
841
848
|
'fabric.editor.toolbarPositionInline': 'In-line with text',
|
|
842
849
|
'fabric.editor.toolbarPositionPinedAtTop': 'Unpin the toolbar',
|
|
843
850
|
'fabric.editor.toolbarPositionUnpined': 'Pin the toolbar at the top',
|
|
851
|
+
'fabric.editor.toolbarPositionUnpinnedConcise': 'Pin toolbar to top',
|
|
844
852
|
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
845
853
|
'fabric.editor.tooltip.bulletList': 'a list',
|
|
846
854
|
'fabric.editor.tooltip.decisionList': 'a decision list',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -47,6 +47,8 @@ export default {
|
|
|
47
47
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Title cannot exceed {maxLength} characters',
|
|
48
48
|
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continue in chat',
|
|
49
49
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Open in Chat',
|
|
50
|
+
'fabric.editor.ai.config.item.addPolish.description': 'Polishes the content to make it more polished',
|
|
51
|
+
'fabric.editor.ai.config.item.addPolish.title': 'Add polish',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Agent',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Shortens the content to make it more concise',
|
|
52
54
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Shorten update',
|
|
@@ -187,6 +189,7 @@ export default {
|
|
|
187
189
|
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Translate',
|
|
188
190
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Page title',
|
|
189
191
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Page',
|
|
192
|
+
'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': "We're having issues and can't generate a response right now. Try again later.",
|
|
190
193
|
'fabric.editor.ai.experience-application.documentInsertError': "We're having trouble inserting the response. Close the dialog and try again.",
|
|
191
194
|
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': "We're having trouble generating the preview. Close the dialog and try again.",
|
|
192
195
|
'fabric.editor.ai.experience-application.rateLimitEnforced': 'We’ve received too many recent requests for Atlassian Intelligence (AI). Try again in a few minutes or read about <link>excessive use of AI</link>.',
|
|
@@ -195,6 +198,8 @@ export default {
|
|
|
195
198
|
'fabric.editor.ai.experience.apiError': 'We couldn’t get a response, please try again.',
|
|
196
199
|
'fabric.editor.ai.experience.aupViolationMessage': 'Your prompt or content might not comply with our Acceptable Use Policy. Please review both and refer to our <link>Acceptable Use Policy</link> if needed. If the problem persists, consider trying a different prompt or content.',
|
|
197
200
|
'fabric.editor.ai.experience.browseMore.agents': 'Browse Agents',
|
|
201
|
+
'fabric.editor.ai.experience.cmdPaletteApiError': 'An error occurred while generating your response.',
|
|
202
|
+
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': "We couldn’t complete that request because it doesn't comply with our <link>Acceptable Use Policy</link>.",
|
|
198
203
|
'fabric.editor.ai.experience.discardMessagePrompt': 'Do you want to discard your prompt?',
|
|
199
204
|
'fabric.editor.ai.experience.discardMessageResponse': 'Do you want to discard your response?',
|
|
200
205
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
@@ -304,11 +309,24 @@ export default {
|
|
|
304
309
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
305
310
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
306
311
|
'fabric.editor.ai.toolbar.askAI.title': 'Ask AI',
|
|
312
|
+
'fabric.editor.ai.toolbar.askRovo.title': 'Ask Rovo',
|
|
307
313
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Ask Rovo AI',
|
|
314
|
+
'fabric.editor.ai.toolbar.changeTone.title': 'Change tone',
|
|
315
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Change tone options',
|
|
308
316
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Improve writing',
|
|
309
317
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Tell Atlassian Intelligence to improve the writing of your selection',
|
|
318
|
+
'fabric.editor.ai.toolbar.makeLonger.title': 'Make longer',
|
|
319
|
+
'fabric.editor.ai.toolbar.makeShorter.title': 'Make shorter',
|
|
320
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': 'More casual',
|
|
321
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'More empathetic',
|
|
322
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'More professional',
|
|
323
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': 'More Rovo options',
|
|
310
324
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
325
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Fix spelling and grammar',
|
|
326
|
+
'fabric.editor.ai.toolbar.summarize.title': 'Summarize',
|
|
311
327
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
328
|
+
'fabric.editor.ai.toolbar.translate.title': 'Translate',
|
|
329
|
+
'fabric.editor.ai.toolbar.translateOptions.label': 'Translate options',
|
|
312
330
|
'fabric.editor.ai.toolbar.tryAI.title': 'Try AI',
|
|
313
331
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Open Atlassian Intelligence',
|
|
314
332
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Ask AI {key}+'",
|
|
@@ -641,6 +659,7 @@ export default {
|
|
|
641
659
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
642
660
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
643
661
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
662
|
+
'fabric.editor.media.insert.insertSmartValueHelperMessage': 'Tip: Enter a smart value or replace a URL path with a smart value to make content dynamic.',
|
|
644
663
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
645
664
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
646
665
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
@@ -750,6 +769,7 @@ export default {
|
|
|
750
769
|
'fabric.editor.selectTableColumn': 'Select table column',
|
|
751
770
|
'fabric.editor.selectTableRow': 'Select table row',
|
|
752
771
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Select app',
|
|
772
|
+
'fabric.editor.selectionToolbarOverflowMenuTooltip': 'More options',
|
|
753
773
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
754
774
|
'fabric.editor.shortEmptyNodePlaceholderText': '/ to insert',
|
|
755
775
|
'fabric.editor.shortcut': 'Text shortcut',
|
|
@@ -827,6 +847,7 @@ export default {
|
|
|
827
847
|
'fabric.editor.toolbarPositionInline': 'In-line with text',
|
|
828
848
|
'fabric.editor.toolbarPositionPinedAtTop': 'Unpin the toolbar',
|
|
829
849
|
'fabric.editor.toolbarPositionUnpined': 'Pin the toolbar at the top',
|
|
850
|
+
'fabric.editor.toolbarPositionUnpinnedConcise': 'Pin toolbar to top',
|
|
830
851
|
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
831
852
|
'fabric.editor.tooltip.bulletList': 'a list',
|
|
832
853
|
'fabric.editor.tooltip.decisionList': 'a decision list',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -13,6 +13,7 @@ export default {
|
|
|
13
13
|
'editor.extension.legacyContentHeader': 'Contenido heredado',
|
|
14
14
|
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Este contenido tiene funcionalidad limitada,',
|
|
15
15
|
'editor.extension.legacyContentHeader.learnMore': 'Más información',
|
|
16
|
+
'editor.trackChanges.toolbarIconLabel': 'Supervisar los cambios',
|
|
16
17
|
'fablric.editor.viewAllInserts': 'Ver los elementos insertados',
|
|
17
18
|
'fabric.editor.action': 'Elemento de acción',
|
|
18
19
|
'fabric.editor.action.description': 'Crear y asignar elementos de acción',
|
|
@@ -223,11 +224,24 @@ export default {
|
|
|
223
224
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definir',
|
|
224
225
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
225
226
|
'fabric.editor.ai.toolbar.askAI.title': 'Preguntar a Atlassian Intelligence',
|
|
227
|
+
'fabric.editor.ai.toolbar.askRovo.title': 'Preguntar a Rovo',
|
|
226
228
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Preguntar a la IA de Rovo',
|
|
229
|
+
'fabric.editor.ai.toolbar.changeTone.title': 'Cambiar tono',
|
|
230
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Cambia las opciones de tono',
|
|
227
231
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Mejorar la redacción',
|
|
228
232
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Pide a Atlassian Intelligence que mejore la redacción de tu selección',
|
|
233
|
+
'fabric.editor.ai.toolbar.makeLonger.title': 'Ampliar',
|
|
234
|
+
'fabric.editor.ai.toolbar.makeShorter.title': 'Acortar',
|
|
235
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': 'Más casual',
|
|
236
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Más empático',
|
|
237
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Más profesional',
|
|
238
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Más opciones de Rovo',
|
|
229
239
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
240
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Corregir la ortografía y la gramática',
|
|
241
|
+
'fabric.editor.ai.toolbar.summarize.title': 'Resumir',
|
|
230
242
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
243
|
+
'fabric.editor.ai.toolbar.translate.title': 'Traducir',
|
|
244
|
+
'fabric.editor.ai.toolbar.translateOptions.label': 'Traducir opciones',
|
|
231
245
|
'fabric.editor.ai.toolbar.tryAI.title': 'Probar AI',
|
|
232
246
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Abrir Atlassian Intelligence',
|
|
233
247
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pregunta a Atlassian Intelligence {key}+'",
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -13,6 +13,7 @@ export default {
|
|
|
13
13
|
'editor.extension.legacyContentHeader': 'Vanha sisältö',
|
|
14
14
|
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Tämä sisällön toiminnallisuutta on rajoitettu.',
|
|
15
15
|
'editor.extension.legacyContentHeader.learnMore': 'Lue lisää',
|
|
16
|
+
'editor.trackChanges.toolbarIconLabel': 'Jäljitä muutokset',
|
|
16
17
|
'fablric.editor.viewAllInserts': 'Näytä kaikki lisäykset',
|
|
17
18
|
'fabric.editor.action': 'Tehtävä',
|
|
18
19
|
'fabric.editor.action.description': 'Luo ja määrää toimintokohteita',
|
|
@@ -223,11 +224,24 @@ export default {
|
|
|
223
224
|
'fabric.editor.ai.selectionToolbar.define.title': 'Määritä',
|
|
224
225
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
225
226
|
'fabric.editor.ai.toolbar.askAI.title': 'Kysy AI:lta',
|
|
227
|
+
'fabric.editor.ai.toolbar.askRovo.title': 'Kysy Rovolta',
|
|
226
228
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Kysy Rovo-tekoälyltä',
|
|
229
|
+
'fabric.editor.ai.toolbar.changeTone.title': 'Vaihda sävyä',
|
|
230
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Sävyn vaihtamisen vaihtoehdot',
|
|
227
231
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Paranna kirjoitusta',
|
|
228
232
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Pyydä Atlassian Intelligencea parantamaan valitsemaasi kirjoitusta',
|
|
233
|
+
'fabric.editor.ai.toolbar.makeLonger.title': 'Pidennä',
|
|
234
|
+
'fabric.editor.ai.toolbar.makeShorter.title': 'Lyhennä',
|
|
235
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': 'Rennompi',
|
|
236
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Empaattisempi',
|
|
237
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Ammattimaisempi',
|
|
238
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Rovo-lisäasetukset',
|
|
229
239
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
240
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Korjaa kirjoitusasu ja kielioppi',
|
|
241
|
+
'fabric.editor.ai.toolbar.summarize.title': 'Tee yhteenveto',
|
|
230
242
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
243
|
+
'fabric.editor.ai.toolbar.translate.title': 'Käännä',
|
|
244
|
+
'fabric.editor.ai.toolbar.translateOptions.label': 'Käännösasetukset',
|
|
231
245
|
'fabric.editor.ai.toolbar.tryAI.title': 'Kokeile AI:ta',
|
|
232
246
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Avaa Atlassian Intelligence',
|
|
233
247
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Kysy Atlassian Intelligenceltä {key}+'",
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -13,6 +13,7 @@ export default {
|
|
|
13
13
|
'editor.extension.legacyContentHeader': 'Contenu hérité',
|
|
14
14
|
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Ce contenu a des fonctionnalités limitées,',
|
|
15
15
|
'editor.extension.legacyContentHeader.learnMore': 'En savoir plus',
|
|
16
|
+
'editor.trackChanges.toolbarIconLabel': 'Suivre les changements',
|
|
16
17
|
'fablric.editor.viewAllInserts': 'Afficher tous les éléments insérables',
|
|
17
18
|
'fabric.editor.action': 'Tâche',
|
|
18
19
|
'fabric.editor.action.description': 'Créer et assigner des tâches',
|
|
@@ -223,11 +224,24 @@ export default {
|
|
|
223
224
|
'fabric.editor.ai.selectionToolbar.define.title': 'Définir',
|
|
224
225
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
225
226
|
'fabric.editor.ai.toolbar.askAI.title': 'Demander à AI',
|
|
227
|
+
'fabric.editor.ai.toolbar.askRovo.title': 'Demander à Rovo',
|
|
226
228
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': "Demander à l'IA Rovo",
|
|
229
|
+
'fabric.editor.ai.toolbar.changeTone.title': 'Changer de ton',
|
|
230
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Options de changement de ton',
|
|
227
231
|
'fabric.editor.ai.toolbar.improveWriting.title': "Améliorer l'écriture",
|
|
228
232
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': "Dire à Atlassian Intelligence d'améliorer l'écriture de votre sélection",
|
|
233
|
+
'fabric.editor.ai.toolbar.makeLonger.title': 'Rallonger',
|
|
234
|
+
'fabric.editor.ai.toolbar.makeShorter.title': 'Raccourcir',
|
|
235
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': 'Plus décontracté',
|
|
236
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Plus empathique',
|
|
237
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Plus professionnel',
|
|
238
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': "Plus d'options Rovo",
|
|
229
239
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
240
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': "Corriger l'orthographe et la grammaire",
|
|
241
|
+
'fabric.editor.ai.toolbar.summarize.title': 'Résumer',
|
|
230
242
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
243
|
+
'fabric.editor.ai.toolbar.translate.title': 'Traduire',
|
|
244
|
+
'fabric.editor.ai.toolbar.translateOptions.label': 'Options de traduction',
|
|
231
245
|
'fabric.editor.ai.toolbar.tryAI.title': 'Essayer Atlassian Intelligence',
|
|
232
246
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Ouvrir Atlassian Intelligence',
|
|
233
247
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Demander à AI : {key}+'",
|
|
@@ -624,6 +638,7 @@ export default {
|
|
|
624
638
|
'fabric.editor.panel.custom': 'Personnalisée',
|
|
625
639
|
'fabric.editor.panel.emoji': 'Ajouter une émoticône',
|
|
626
640
|
'fabric.editor.panel.panelsGroup': 'Types de panneaux',
|
|
641
|
+
'fabric.editor.panelButtonTitle': 'Volet',
|
|
627
642
|
'fabric.editor.pasteOptions': 'Options de collage',
|
|
628
643
|
'fabric.editor.pastePlainText': 'Coller le texte brut',
|
|
629
644
|
'fabric.editor.placeholderAltText': 'Décrire cette image avec un texte alternatif',
|
package/dist/esm/i18n/hr.js
CHANGED
|
@@ -13,6 +13,7 @@ export default {
|
|
|
13
13
|
'editor.extension.legacyContentHeader': 'Naslijeđeni sadržaj',
|
|
14
14
|
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Ovaj sadržaj je ograničeno funkcionalan,',
|
|
15
15
|
'editor.extension.legacyContentHeader.learnMore': 'Saznajte više',
|
|
16
|
+
'editor.trackChanges.toolbarIconLabel': 'Prati izmjene',
|
|
16
17
|
'fablric.editor.viewAllInserts': 'Prikaži sva umetanja',
|
|
17
18
|
'fabric.editor.action': 'Stavka radnje',
|
|
18
19
|
'fabric.editor.action.description': 'Izradi i dodijeli stavke radnje',
|
|
@@ -293,11 +294,24 @@ export default {
|
|
|
293
294
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definiraj',
|
|
294
295
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
295
296
|
'fabric.editor.ai.toolbar.askAI.title': 'Pitaj AI',
|
|
297
|
+
'fabric.editor.ai.toolbar.askRovo.title': 'Pitaj Rovo',
|
|
296
298
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Pitaj Rovo AI',
|
|
299
|
+
'fabric.editor.ai.toolbar.changeTone.title': 'Promijeni ton',
|
|
300
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Opcije izmjene tona',
|
|
297
301
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Poboljšaj pisanje',
|
|
298
302
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Reci Atlassian Intelligenceu da poboljša pisanje tvog odabira',
|
|
303
|
+
'fabric.editor.ai.toolbar.makeLonger.title': 'Proširi',
|
|
304
|
+
'fabric.editor.ai.toolbar.makeShorter.title': 'Skrati',
|
|
305
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': 'Opušteniji',
|
|
306
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Suosjećajniji',
|
|
307
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Profesionalniji',
|
|
308
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Više opcija za Rovo',
|
|
299
309
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
310
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Ispravi pravopis i gramatiku',
|
|
311
|
+
'fabric.editor.ai.toolbar.summarize.title': 'Sažmi',
|
|
300
312
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
313
|
+
'fabric.editor.ai.toolbar.translate.title': 'Prevedi',
|
|
314
|
+
'fabric.editor.ai.toolbar.translateOptions.label': 'Opcije prevođenja',
|
|
301
315
|
'fabric.editor.ai.toolbar.tryAI.title': 'Isprobaj AI',
|
|
302
316
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otvori Atlassian Intelligence',
|
|
303
317
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pitaj AI {key}+'",
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -13,6 +13,7 @@ export default {
|
|
|
13
13
|
'editor.extension.legacyContentHeader': 'Örökölt tartalom',
|
|
14
14
|
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Ez a tartalom korlátozott funkciókat tartalmaz,',
|
|
15
15
|
'editor.extension.legacyContentHeader.learnMore': 'További információ',
|
|
16
|
+
'editor.trackChanges.toolbarIconLabel': 'Módosítások nyomon követése',
|
|
16
17
|
'fablric.editor.viewAllInserts': 'Összes beszúrás megtekintése',
|
|
17
18
|
'fabric.editor.action': 'Teendő',
|
|
18
19
|
'fabric.editor.action.description': 'Műveleti elemek létrehozása és hozzárendelése',
|
|
@@ -222,11 +223,24 @@ export default {
|
|
|
222
223
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definiálás',
|
|
223
224
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
224
225
|
'fabric.editor.ai.toolbar.askAI.title': 'AI megkérdezése',
|
|
226
|
+
'fabric.editor.ai.toolbar.askRovo.title': 'Kérdezd a Rovót',
|
|
225
227
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'A Rovo MI megkérdezése',
|
|
228
|
+
'fabric.editor.ai.toolbar.changeTone.title': 'Hangnem módosítása',
|
|
229
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Lehetőségek a hangnem módosítására',
|
|
226
230
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Írás továbbfejlesztése',
|
|
227
231
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Mondd meg az Atlassian Intelligence-nek, hogy javítson az általad kiválasztott szövegen',
|
|
232
|
+
'fabric.editor.ai.toolbar.makeLonger.title': 'Kibővítés',
|
|
233
|
+
'fabric.editor.ai.toolbar.makeShorter.title': 'Rövidítés',
|
|
234
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': 'Hétköznapibb',
|
|
235
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Empatikusabb',
|
|
236
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Professzionálisabb',
|
|
237
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': 'További Rovo-lehetőségek',
|
|
228
238
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
239
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Helyesírás és nyelvtan javítása',
|
|
240
|
+
'fabric.editor.ai.toolbar.summarize.title': 'Összefoglalás',
|
|
229
241
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
242
|
+
'fabric.editor.ai.toolbar.translate.title': 'Fordítás',
|
|
243
|
+
'fabric.editor.ai.toolbar.translateOptions.label': 'Fordítási lehetőségek',
|
|
230
244
|
'fabric.editor.ai.toolbar.tryAI.title': 'Az AI kipróbálása',
|
|
231
245
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Az Atlassian Intelligence megnyitása',
|
|
232
246
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "AI megkérdezése {key}+'",
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -13,6 +13,7 @@ export default {
|
|
|
13
13
|
'editor.extension.legacyContentHeader': 'Contenuto legacy',
|
|
14
14
|
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Questo contenuto presenta funzionalità limitate,',
|
|
15
15
|
'editor.extension.legacyContentHeader.learnMore': 'Scopri di più',
|
|
16
|
+
'editor.trackChanges.toolbarIconLabel': 'Monitora modifiche',
|
|
16
17
|
'fablric.editor.viewAllInserts': 'Visualizza tutti gli inserimenti',
|
|
17
18
|
'fabric.editor.action': 'Attività',
|
|
18
19
|
'fabric.editor.action.description': 'Crea e assegna elementi di azione',
|
|
@@ -222,11 +223,24 @@ export default {
|
|
|
222
223
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definisci',
|
|
223
224
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
224
225
|
'fabric.editor.ai.toolbar.askAI.title': 'Chiedi ad Atlassian Intelligence',
|
|
226
|
+
'fabric.editor.ai.toolbar.askRovo.title': 'Chiedi a Rovo',
|
|
225
227
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': "Chiedi all'intelligenza artificiale di Rovo",
|
|
228
|
+
'fabric.editor.ai.toolbar.changeTone.title': 'Cambia il tono',
|
|
229
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Opzioni per cambiare il tono',
|
|
226
230
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Migliora lo stile',
|
|
227
231
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Indica ad Atlassian Intelligence di migliorare il contenuto da te selezionato',
|
|
232
|
+
'fabric.editor.ai.toolbar.makeLonger.title': 'Allunga',
|
|
233
|
+
'fabric.editor.ai.toolbar.makeShorter.title': 'Abbrevia',
|
|
234
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': 'Più informale',
|
|
235
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Più empatico',
|
|
236
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Più professionale',
|
|
237
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Altre opzioni di Rovo',
|
|
228
238
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
239
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Correggi ortografia e grammatica',
|
|
240
|
+
'fabric.editor.ai.toolbar.summarize.title': 'Riassumi',
|
|
229
241
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
242
|
+
'fabric.editor.ai.toolbar.translate.title': 'Traduci',
|
|
243
|
+
'fabric.editor.ai.toolbar.translateOptions.label': 'Opzioni di traduzione',
|
|
230
244
|
'fabric.editor.ai.toolbar.tryAI.title': 'Prova AI',
|
|
231
245
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Apri Atlassian Intelligence',
|
|
232
246
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Chiedi all'intelligenza artificiale {key}+'",
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -13,6 +13,7 @@ export default {
|
|
|
13
13
|
'editor.extension.legacyContentHeader': 'レガシー コンテンツ',
|
|
14
14
|
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'このコンテンツは機能が制限されています。',
|
|
15
15
|
'editor.extension.legacyContentHeader.learnMore': '詳細',
|
|
16
|
+
'editor.trackChanges.toolbarIconLabel': '変更を追跡',
|
|
16
17
|
'fablric.editor.viewAllInserts': 'すべての挿入アイテムを表示',
|
|
17
18
|
'fabric.editor.action': 'アクション アイテム',
|
|
18
19
|
'fabric.editor.action.description': 'アクション アイテムを作成して割り当て',
|
|
@@ -223,11 +224,24 @@ export default {
|
|
|
223
224
|
'fabric.editor.ai.selectionToolbar.define.title': '定義',
|
|
224
225
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
225
226
|
'fabric.editor.ai.toolbar.askAI.title': 'Atlassian Intellgience に質問',
|
|
227
|
+
'fabric.editor.ai.toolbar.askRovo.title': 'Rovo に質問する',
|
|
226
228
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Rovo AI に質問',
|
|
229
|
+
'fabric.editor.ai.toolbar.changeTone.title': 'トーンを変更する',
|
|
230
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': 'トーン変更オプション',
|
|
227
231
|
'fabric.editor.ai.toolbar.improveWriting.title': '文章を改善する',
|
|
228
232
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': '選択した文章を改善するよう Atlassian Intelligence に指示します',
|
|
233
|
+
'fabric.editor.ai.toolbar.makeLonger.title': 'もっと長くする',
|
|
234
|
+
'fabric.editor.ai.toolbar.makeShorter.title': 'もっと短くする',
|
|
235
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': 'よりカジュアルに',
|
|
236
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'より共感的に',
|
|
237
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'よりプロフェッショナルに',
|
|
238
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': 'その他の Rovo オプション',
|
|
229
239
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
240
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'スペルと文法を修正する',
|
|
241
|
+
'fabric.editor.ai.toolbar.summarize.title': '要約する',
|
|
230
242
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
243
|
+
'fabric.editor.ai.toolbar.translate.title': '翻訳する',
|
|
244
|
+
'fabric.editor.ai.toolbar.translateOptions.label': 'オプションを翻訳',
|
|
231
245
|
'fabric.editor.ai.toolbar.tryAI.title': 'AI を試す',
|
|
232
246
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Atlassian Intelligence を開く',
|
|
233
247
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "AI に質問: {key} + '",
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -13,6 +13,7 @@ export default {
|
|
|
13
13
|
'editor.extension.legacyContentHeader': '레거시 콘텐츠',
|
|
14
14
|
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': '이 콘텐츠는 기능이 제한되어 있습니다.',
|
|
15
15
|
'editor.extension.legacyContentHeader.learnMore': '자세히 알아보기',
|
|
16
|
+
'editor.trackChanges.toolbarIconLabel': '변경 사항 추적',
|
|
16
17
|
'fablric.editor.viewAllInserts': '모든 삽입 보기',
|
|
17
18
|
'fabric.editor.action': '작업 항목',
|
|
18
19
|
'fabric.editor.action.description': '작업 항목 만들기 및 할당',
|
|
@@ -223,11 +224,24 @@ export default {
|
|
|
223
224
|
'fabric.editor.ai.selectionToolbar.define.title': '정의',
|
|
224
225
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
225
226
|
'fabric.editor.ai.toolbar.askAI.title': 'AI에게 물어보기',
|
|
227
|
+
'fabric.editor.ai.toolbar.askRovo.title': 'Rovo에게 질문하기',
|
|
226
228
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Rovo AI에게 물어보기',
|
|
229
|
+
'fabric.editor.ai.toolbar.changeTone.title': '어조 변경',
|
|
230
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': '어조 옵션 변경',
|
|
227
231
|
'fabric.editor.ai.toolbar.improveWriting.title': '작성 내용 개선',
|
|
228
232
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Atlassian Intelligence에 선택한 글을 개선하도록 요청하세요',
|
|
233
|
+
'fabric.editor.ai.toolbar.makeLonger.title': '더 길게',
|
|
234
|
+
'fabric.editor.ai.toolbar.makeShorter.title': '더 짧게',
|
|
235
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': '더 캐주얼하게',
|
|
236
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': '더 공감적으로',
|
|
237
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': '더 전문적으로',
|
|
238
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': '더 많은 Rovo 옵션 보기',
|
|
229
239
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
240
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': '맞춤법 및 문법 수정',
|
|
241
|
+
'fabric.editor.ai.toolbar.summarize.title': '요약',
|
|
230
242
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
243
|
+
'fabric.editor.ai.toolbar.translate.title': '번역',
|
|
244
|
+
'fabric.editor.ai.toolbar.translateOptions.label': '번역 옵션',
|
|
231
245
|
'fabric.editor.ai.toolbar.tryAI.title': 'AI 사용해 보기',
|
|
232
246
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Atlassian Intelligence 열기',
|
|
233
247
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "AI {key}+'에게 질문하기",
|