@atlaskit/smart-card 38.5.3 → 38.5.5
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 +15 -0
- package/compass.yml +68 -19
- package/dist/cjs/common/ui/icons/generic-error-icon.js +1 -2
- package/dist/cjs/extractors/flexible/index.js +1 -2
- package/dist/cjs/extractors/inline/index.js +2 -2
- package/dist/cjs/i18n/de.js +1 -0
- package/dist/cjs/i18n/en.js +1 -0
- package/dist/cjs/i18n/en_GB.js +1 -0
- package/dist/cjs/i18n/en_ZZ.js +1 -0
- package/dist/cjs/i18n/fr.js +8 -0
- package/dist/cjs/i18n/hr.js +180 -0
- package/dist/cjs/i18n/pl.js +1 -0
- package/dist/cjs/i18n/ru.js +1 -0
- package/dist/cjs/i18n/sk.js +159 -79
- package/dist/cjs/i18n/zh.js +1 -0
- package/dist/cjs/i18n/zh_TW.js +1 -0
- package/dist/cjs/ssr.js +1 -2
- package/dist/cjs/state/helpers.js +14 -1
- package/dist/cjs/state/hooks/use-invoke-client-action/index.js +1 -2
- package/dist/cjs/state/modal/index.js +1 -2
- package/dist/cjs/utils/analytics/SmartLinkAnalyticsContext.js +1 -2
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/utils/flexible.js +1 -2
- package/dist/cjs/utils/index.js +1 -2
- package/dist/cjs/utils/mocks.js +8 -4
- package/dist/cjs/view/BlockCard/views/ErroredView.js +1 -2
- package/dist/cjs/view/BlockCard/views/ForbiddenView.js +1 -2
- package/dist/cjs/view/BlockCard/views/NotFoundView.js +1 -2
- package/dist/cjs/view/BlockCard/views/ResolvedView.js +1 -2
- package/dist/cjs/view/BlockCard/views/UnauthorisedView.js +1 -2
- package/dist/cjs/view/BlockCard/views/unresolved-view/index.js +1 -2
- package/dist/cjs/view/BlockCard/views/utils/withFlexibleUIBlockCardStyle.js +1 -2
- package/dist/cjs/view/CardWithUrl/component-lazy/LazyIntersectionObserverCard.js +1 -2
- package/dist/cjs/view/CardWithUrl/component-lazy/LazyLazilyRenderCard.js +1 -2
- package/dist/cjs/view/CardWithUrl/component.js +4 -4
- package/dist/cjs/view/CardWithUrl/loader.js +1 -2
- package/dist/cjs/view/EmbedCard/components/ExpandedFrame.js +1 -2
- package/dist/cjs/view/EmbedCard/components/Frame.js +3 -4
- package/dist/cjs/view/EmbedCard/components/styled.js +12 -13
- package/dist/cjs/view/EmbedCard/views/ErroredView.js +1 -2
- package/dist/cjs/view/EmbedCard/views/forbidden-view/index.js +1 -2
- package/dist/cjs/view/EmbedCard/views/not-found-view/index.js +1 -2
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/index.js +1 -2
- package/dist/cjs/view/EmbedCard/views/unresolved-view/index.js +1 -2
- package/dist/cjs/view/EmbedModal/components/analytics/index.js +1 -2
- package/dist/cjs/view/EmbedModal/components/embed-content/index.js +1 -2
- package/dist/cjs/view/EmbedModal/components/error-boundary/index.js +1 -2
- package/dist/cjs/view/EmbedModal/components/link-info/index.js +1 -2
- package/dist/cjs/view/EmbedModal/index.js +1 -2
- package/dist/cjs/view/EmbedModal/utils.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-button/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-icon/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/action/server-action/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/ai-summary-action/ai-summarise-action.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/ai-summary-action/ai-summary-action-component.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/ai-summary-action/copy-summary-action.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/test-utils.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/main.js +4 -5
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/menu-context/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/body/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/footer/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/copy-link-action/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/download-action/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/follow-action/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/preview-action/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/view-related-links-action/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/action-group/action-group-item/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/action-group/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/block/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/element-group/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/footer-block/resolved/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/metadata-block/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolved/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/utils.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/common/image-icon/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/common/loading-skeleton/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/common/motion-wrapper/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/common/with-override-css/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/container/hover-card-control/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/container/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/container/layered-link/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-atlaskit-badge-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-avatar-group-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-badge-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-date-time-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-icon-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-link-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/error-boundary/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/index.js +8 -9
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-item/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-items-group/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-trigger/index.js +4 -5
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-text-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/media-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/snippet-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/utils.js +1 -2
- package/dist/cjs/view/FlexibleCard/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/utils.js +1 -2
- package/dist/cjs/view/HoverCard/components/ContentContainer.js +1 -2
- package/dist/cjs/view/HoverCard/components/HoverCardComponent.js +1 -2
- package/dist/cjs/view/HoverCard/components/HoverCardContent.js +1 -2
- package/dist/cjs/view/HoverCard/components/ImagePreview.js +1 -2
- package/dist/cjs/view/HoverCard/components/views/forbidden/index.js +1 -2
- package/dist/cjs/view/HoverCard/components/views/resolved/index.js +1 -2
- package/dist/cjs/view/HoverCard/components/views/unauthorised/index.js +1 -2
- package/dist/cjs/view/HoverCard/index.js +1 -2
- package/dist/cjs/view/InlineCard/Frame/index.js +1 -2
- package/dist/cjs/view/InlineCard/Frame/styled.js +1 -2
- package/dist/cjs/view/InlineCard/Icon.js +1 -2
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.js +1 -2
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/styled.js +1 -2
- package/dist/cjs/view/InlineCard/ResolvingView/styled.js +1 -2
- package/dist/cjs/view/InlineCard/common/action-button/index.js +1 -2
- package/dist/cjs/view/InlineCard/common/inline-lozenge/index.js +1 -2
- package/dist/cjs/view/InlineCard/index.js +1 -2
- package/dist/cjs/view/InlineCard/styled.js +1 -2
- package/dist/cjs/view/LinkUrl/LinkWarningModal/index.js +1 -2
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/EmptyState.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/components/related-link-item/index.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/components/related-links-list/index.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/index.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/views/errored/error-svg/index.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/views/errored/error-svg/search-no-result/index.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/views/resolving/index.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/views/unavailable/unavailable-svg/index.js +1 -2
- package/dist/cjs/view/common/UnauthorisedViewContent.js +1 -2
- package/dist/cjs/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +1 -2
- package/dist/cjs/view/common/ai-prism/ai-glowing-border/index.js +1 -2
- package/dist/cjs/view/common/ai-prism/index.js +1 -2
- package/dist/cjs/view/common/ai-summary/index.js +1 -2
- package/dist/cjs/view/common/render-svg.js +1 -2
- package/dist/cjs/view/common/stop-propagation/index.js +1 -2
- package/dist/es2019/extractors/inline/index.js +2 -2
- package/dist/es2019/i18n/de.js +1 -0
- package/dist/es2019/i18n/en.js +1 -0
- package/dist/es2019/i18n/en_GB.js +1 -0
- package/dist/es2019/i18n/en_ZZ.js +1 -0
- package/dist/es2019/i18n/fr.js +8 -0
- package/dist/es2019/i18n/hr.js +174 -0
- package/dist/es2019/i18n/pl.js +1 -0
- package/dist/es2019/i18n/ru.js +1 -0
- package/dist/es2019/i18n/sk.js +159 -79
- package/dist/es2019/i18n/zh.js +1 -0
- package/dist/es2019/i18n/zh_TW.js +1 -0
- package/dist/es2019/state/helpers.js +9 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/utils/mocks.js +8 -4
- package/dist/es2019/view/CardWithUrl/component.js +4 -3
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/extractors/inline/index.js +2 -2
- package/dist/esm/i18n/de.js +1 -0
- package/dist/esm/i18n/en.js +1 -0
- package/dist/esm/i18n/en_GB.js +1 -0
- package/dist/esm/i18n/en_ZZ.js +1 -0
- package/dist/esm/i18n/fr.js +8 -0
- package/dist/esm/i18n/hr.js +174 -0
- package/dist/esm/i18n/pl.js +1 -0
- package/dist/esm/i18n/ru.js +1 -0
- package/dist/esm/i18n/sk.js +159 -79
- package/dist/esm/i18n/zh.js +1 -0
- package/dist/esm/i18n/zh_TW.js +1 -0
- package/dist/esm/state/helpers.js +12 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/utils/mocks.js +8 -4
- package/dist/esm/view/CardWithUrl/component.js +4 -3
- package/dist/esm/view/EmbedCard/components/Frame.js +2 -2
- package/dist/esm/view/EmbedCard/components/styled.js +11 -11
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/main.js +3 -3
- package/dist/esm/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/index.js +7 -7
- package/dist/esm/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-trigger/index.js +3 -3
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/__fixtures__/figma-entity.d.ts +1 -1
- package/dist/types/i18n/de.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +1 -0
- package/dist/types/i18n/en_GB.d.ts +1 -0
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +8 -0
- package/dist/types/i18n/hr.d.ts +173 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sk.d.ts +144 -65
- package/dist/types/i18n/zh.d.ts +1 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/dist/types/state/helpers.d.ts +2 -0
- package/dist/types/state/hooks/useSmartLink.d.ts +9 -2
- package/dist/types/utils/mocks.d.ts +5 -1
- package/dist/types-ts4.5/__fixtures__/figma-entity.d.ts +1 -1
- package/dist/types-ts4.5/i18n/de.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +8 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +173 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sk.d.ts +144 -65
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
- package/dist/types-ts4.5/state/helpers.d.ts +2 -0
- package/dist/types-ts4.5/state/hooks/useSmartLink.d.ts +9 -2
- package/dist/types-ts4.5/utils/mocks.d.ts +5 -1
- package/package.json +9 -9
package/dist/es2019/i18n/sk.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,89 +7,168 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//Slovak
|
|
8
9
|
export default {
|
|
9
|
-
'
|
|
10
|
-
'
|
|
11
|
-
'
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
18
|
-
'
|
|
19
|
-
'
|
|
20
|
-
'
|
|
21
|
-
'fabric.linking.
|
|
22
|
-
'fabric.linking.
|
|
23
|
-
'fabric.linking.
|
|
10
|
+
'automation-menu.empty-state.image.alt': 'Ikona prázdneho zoznamu automatizácie',
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': 'Ďalšie informácie o ručnom spúšťači',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': 'Pomocou ručného spúšťača môžete vyplniť ponuku výberov, ktoré môže ktokoľvek alebo vami určené osoby jedným kliknutím použiť ako automatizácie.',
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': 'Správcovia zatiaľ nenakonfigurovali žiadne ručne spúšťané automatizácie.',
|
|
14
|
+
'automation-menu.modal.error.description': 'Načítavanie trvá príliš dlho. Skúste obnoviť stránku.',
|
|
15
|
+
'automation-menu.modal.error.image.alt': 'Ikona chyby',
|
|
16
|
+
'automation-menu.modal.footer.automate-button': 'Zautomatizovať',
|
|
17
|
+
'automation-menu.modal.footer.cancel-button': 'Zrušiť',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': 'Vytvoriť automatizáciu',
|
|
19
|
+
'automation-menu.modal.footer.ok-button': 'Ok',
|
|
20
|
+
'automation-menu.modal.header.icon.label': 'Ikona hlavičky modálneho okna automatizácie',
|
|
21
|
+
'automation-menu.success-state.message': 'Prebieha automatizácia',
|
|
22
|
+
'fabric.linking.access_exists_description': 'Požiadajte o prístup k zobrazeniu tohto obsahu z lokality {hostname}.',
|
|
23
|
+
'fabric.linking.actions': 'Činnosti',
|
|
24
|
+
'fabric.linking.add_account': 'Pridať konto',
|
|
25
|
+
'fabric.linking.ai_summarize': 'Zhrnúť',
|
|
26
|
+
'fabric.linking.ai_summarized': 'Zhrnuté nástrojom Atlassian Intelligence',
|
|
27
|
+
'fabric.linking.ai_summarized_abbreviation': 'Zhrnuté nástrojom AI',
|
|
28
|
+
'fabric.linking.ai_summarized_info': 'Kvalita informácií sa môže meniť. <a>Ďalšie informácie</a>',
|
|
29
|
+
'fabric.linking.ai_summarized_info_short': 'Kvalita obsahu sa môže meniť',
|
|
30
|
+
'fabric.linking.ai_summarizing': 'Nástroj Atlassian Intelligence pracuje...',
|
|
31
|
+
'fabric.linking.ai_summary_action': 'Zhrnúť pomocou AI',
|
|
32
|
+
'fabric.linking.ai_summary_action_description': 'Vytvorte súhrn obsahu tohto prepojenia pomocou nástroja Atlassian Intelligence.',
|
|
33
|
+
'fabric.linking.ai_summary_error_acceptable_use_violation': 'Výsledky tohto súhrnu nie je možné zobraziť, pretože sú v rozpore so <a>Zásadami prijateľného používania spoločnosti Atlassian</a>.',
|
|
34
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence momentálne nedokáže vygenerovať súhrn, pretože množstvo obsahu na zhrnutie je príliš veľké.',
|
|
35
|
+
'fabric.linking.ai_summary_error_generic': 'Nástroj Atlassian Intelligence (AI) neodpovedá. Skúste to znova neskôr alebo <a>skontrolujte stav nástroja AI</a>.',
|
|
36
|
+
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Nástroj Atlassian Intelligence nemohol spracovať vašu požiadavku, pretože v obsahu sú prepojenia na obsah s obmedzeným prístupom podľa zákona HIPAA.',
|
|
37
|
+
'fabric.linking.assigned_to': 'Pridelené k položke {context}',
|
|
38
|
+
'fabric.linking.automation-action.confluence.page.modal.description': 'Použite automatizáciu na položku <b>{name}</b>.{br}Dostupné výbery sú určené správcami aplikácie Confluence a priestorov.',
|
|
39
|
+
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizácie stránok',
|
|
40
|
+
'fabric.linking.automation-action.icon.label': 'Ikona automatizácie',
|
|
41
|
+
'fabric.linking.automation-action.title': 'Zobraziť pravidlá automatizácie',
|
|
42
|
+
'fabric.linking.automation-action.tooltip': 'Vyberte pravidlo automatizácie, ktoré chcete spustiť.',
|
|
43
|
+
'fabric.linking.beta': 'Beta',
|
|
24
44
|
'fabric.linking.cancel': 'Zrušiť',
|
|
25
|
-
'fabric.linking.
|
|
26
|
-
'fabric.linking.
|
|
27
|
-
'fabric.linking.
|
|
28
|
-
'fabric.linking.
|
|
45
|
+
'fabric.linking.cannot_connect': 'Nedá sa pripojiť, skúste to znova',
|
|
46
|
+
'fabric.linking.cannot_find_link': 'Prepojenie sa nenašlo',
|
|
47
|
+
'fabric.linking.check_this_link': 'Vyskúšajte toto prepojenie',
|
|
48
|
+
'fabric.linking.click_to_join': 'Pripojiť sa k službe {context}',
|
|
49
|
+
'fabric.linking.click_to_join_description': 'Vaša požiadavka bola schválená, takže sa môžete hneď pripojiť k aplikácii {context}.',
|
|
29
50
|
'fabric.linking.close': 'Zatvoriť',
|
|
30
|
-
'fabric.linking.connect_account_description': 'Otvoríme novú stránku, aby sme vám pomohli
|
|
31
|
-
'fabric.linking.connect_link_account': 'Ak chcete zobraziť
|
|
51
|
+
'fabric.linking.connect_account_description': 'Otvoríme novú stránku, aby sme vám pomohli s pripojením k vášmu kontu {name}',
|
|
52
|
+
'fabric.linking.connect_link_account': 'Ak chcete zobraziť ukážku, pripojte sa',
|
|
32
53
|
'fabric.linking.connect_link_account_card_view': 'Pripojiť',
|
|
33
|
-
'fabric.linking.
|
|
34
|
-
'fabric.linking.
|
|
35
|
-
'fabric.linking.
|
|
36
|
-
'fabric.linking.
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
40
|
-
'fabric.linking.
|
|
41
|
-
'fabric.linking.
|
|
42
|
-
'fabric.linking.
|
|
43
|
-
'fabric.linking.
|
|
44
|
-
'fabric.linking.
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.
|
|
47
|
-
'fabric.linking.
|
|
48
|
-
'fabric.linking.
|
|
49
|
-
'fabric.linking.
|
|
50
|
-
'fabric.linking.
|
|
51
|
-
'fabric.linking.
|
|
52
|
-
'fabric.linking.
|
|
53
|
-
'fabric.linking.
|
|
54
|
-
'fabric.linking.
|
|
55
|
-
'fabric.linking.
|
|
56
|
-
'fabric.linking.
|
|
57
|
-
'fabric.linking.
|
|
58
|
-
'fabric.linking.
|
|
59
|
-
'fabric.linking.
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.
|
|
54
|
+
'fabric.linking.connect_link_account_card_view_description': 'Ak chcete zobraziť ukážku tohto prepojenia, pripojte svoje konto {context}.',
|
|
55
|
+
'fabric.linking.connect_link_account_card_view_name': 'Pripojte svoje konto {context}',
|
|
56
|
+
'fabric.linking.connect_to': 'Pripojiť k službe {name}',
|
|
57
|
+
'fabric.linking.connect_unauthorised_account_action': 'Pripojiť k {context}',
|
|
58
|
+
'fabric.linking.connect_unauthorised_account_description': 'Pripojte svoje konto {context}, aby ste mohli spolupracovať v rámci produktov Atlassian.',
|
|
59
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Pripojte svoje konto, aby ste mohli spolupracovať v rámci produktov Atlassian.',
|
|
60
|
+
'fabric.linking.continue': 'Pokračovať',
|
|
61
|
+
'fabric.linking.copied_summary_action_description': 'Súhrn bol skopírovaný do schránky.',
|
|
62
|
+
'fabric.linking.copied_url_to_clipboard': 'Skopírované!',
|
|
63
|
+
'fabric.linking.copy_summary_action': 'Kopírovať súhrn',
|
|
64
|
+
'fabric.linking.copy_summary_action_description': 'Kopírovať súhrn',
|
|
65
|
+
'fabric.linking.copy_url_to_clipboard': 'Kopírovať prepojenie',
|
|
66
|
+
'fabric.linking.couldnt_load_link': 'Toto prepojenie sa z neznámeho dôvodu nepodarilo načítať.',
|
|
67
|
+
'fabric.linking.create_on_absolute': 'Vytvorené: {context}',
|
|
68
|
+
'fabric.linking.create_on_relative': 'Vytvorené: {context}',
|
|
69
|
+
'fabric.linking.created_by': 'Vytvoril(a): {context}',
|
|
70
|
+
'fabric.linking.delete': 'Odstrániť',
|
|
71
|
+
'fabric.linking.direct_access': 'Pripojiť sa',
|
|
72
|
+
'fabric.linking.direct_access_description': 'Váš tím používa produkt {product} na spoluprácu a vy ho môžete začať ihneď používať.',
|
|
73
|
+
'fabric.linking.direct_access_title': 'Ak chcete zobraziť tento obsah, pripojte sa k produktu {product}.',
|
|
74
|
+
'fabric.linking.download': 'Stiahnuť',
|
|
75
|
+
'fabric.linking.download_description': 'Stiahnuť tento súbor do lokálneho úložiska',
|
|
76
|
+
'fabric.linking.download_file': 'Stiahnuť súbor',
|
|
77
|
+
'fabric.linking.edit': 'Upraviť',
|
|
78
|
+
'fabric.linking.follow': 'Sledovať',
|
|
79
|
+
'fabric.linking.follow_goal': 'Sledovať cieľ',
|
|
80
|
+
'fabric.linking.follow_goal_description': 'Ak chcete dostávať aktuálne informácie o tomto cieli, sledujte ho.',
|
|
81
|
+
'fabric.linking.follow_goal_error': 'Vyskytla sa chyba pri pokuse aktivovať sledovanie cieľa. Skontrolujte pripojenie alebo obnovte stránku a skúste to znova.',
|
|
82
|
+
'fabric.linking.follow_project': 'Sledovať projekt',
|
|
83
|
+
'fabric.linking.follow_project_description': 'Ak chcete dostávať upozornenia týkajúce sa tohto projektu, začnite ho sledovať.',
|
|
84
|
+
'fabric.linking.follow_project_error': 'Vyskytla sa chyba pri pokuse aktivovať sledovanie projektu. Skontrolujte pripojenie alebo obnovte stránku a skúste to znova.',
|
|
85
|
+
'fabric.linking.forbidden_access': 'Máte zakázaný prístup',
|
|
86
|
+
'fabric.linking.forbidden_description': 'Obráťte sa na správcu a požiadajte o prístup na lokalitu {hostname}.',
|
|
87
|
+
'fabric.linking.forbidden_title': 'K tomuto obsahu nemáte prístup.',
|
|
88
|
+
'fabric.linking.generic_error_message': 'Vyskytla sa chyba',
|
|
89
|
+
'fabric.linking.go_back': 'Vrátiť sa',
|
|
90
|
+
'fabric.linking.invalid_permissions': 'Obsah s obmedzeným prístupom',
|
|
91
|
+
'fabric.linking.invalid_permissions_description': 'Ak chcete zobraziť túto ukážku, požiadajte o prístup alebo vyskúšajte iné konto.',
|
|
92
|
+
'fabric.linking.join_to_view': 'Ak chcete zobraziť tento problém, pripojte sa k aplikácii {context}',
|
|
93
|
+
'fabric.linking.join_to_view-issue-term-refresh': 'Ak chcete zobraziť túto pracovnú položku, pripojte sa k aplikácii {context}.',
|
|
94
|
+
'fabric.linking.learn_more_about_connecting_account': 'Zistite viac o pripojení svojho konta k produktom Atlassian.',
|
|
95
|
+
'fabric.linking.learn_more_about_smart_links': 'Ďalšie informácie o inteligentných prepojeniach',
|
|
96
|
+
'fabric.linking.link_safety_warning_message': 'Prepojenie {unsafeLinkText} vás presmeruje na inú lokalitu, <a>sem vložte aktuálne prepojenie</a>',
|
|
62
97
|
'fabric.linking.loading': 'Načítava sa...',
|
|
63
|
-
'fabric.linking.
|
|
64
|
-
'fabric.linking.
|
|
65
|
-
'fabric.linking.
|
|
66
|
-
'fabric.linking.
|
|
67
|
-
'fabric.linking.
|
|
68
|
-
'fabric.linking.
|
|
69
|
-
'fabric.linking.
|
|
70
|
-
'fabric.linking.
|
|
71
|
-
'fabric.linking.
|
|
98
|
+
'fabric.linking.modified_on_absolute': 'Aktualizované: {context}',
|
|
99
|
+
'fabric.linking.modified_on_relative': 'Aktualizované: {context}',
|
|
100
|
+
'fabric.linking.more_actions': 'Ďalšie činnosti',
|
|
101
|
+
'fabric.linking.more_information_about_this_work_item': 'Viac informácií o tejto pracovnej položke',
|
|
102
|
+
'fabric.linking.no_access_title': 'Ak chcete zobraziť tento obsah, pripojte sa k produktu {product}.',
|
|
103
|
+
'fabric.linking.not_found_description': 'Stránka neexistuje alebo sa mohla zmeniť po pridaní tohto prepojenia.',
|
|
104
|
+
'fabric.linking.not_found_title': 'Táto stránka produktu {product} sa nedá zobraziť.',
|
|
105
|
+
'fabric.linking.open_issue_in_jira': 'Otvoriť problém v aplikácii Jira',
|
|
106
|
+
'fabric.linking.open_issue_in_jira-issue-term-refresh': 'Otvoriť pracovnú položku v aplikácii Jira',
|
|
107
|
+
'fabric.linking.open_link_in_a_new_tab': 'Otvoriť prepojenie na novej karte',
|
|
108
|
+
'fabric.linking.owned_by': 'Patrí používateľovi {context}',
|
|
109
|
+
'fabric.linking.pending_request': 'Vaša požiadavka na udelenie prístupu čaká na vybavenie',
|
|
110
|
+
'fabric.linking.preview_close': 'Zavrieť ukážku',
|
|
111
|
+
'fabric.linking.preview_description': 'Otvoriť ukážku tohto prepojenia na celej obrazovke',
|
|
112
|
+
'fabric.linking.preview_improved': 'Otvoriť ukážku',
|
|
113
|
+
'fabric.linking.preview_max_size': 'Zobraziť na celej obrazovke',
|
|
114
|
+
'fabric.linking.preview_min_size': 'Zavrieť celú obrazovku',
|
|
115
|
+
'fabric.linking.priority_blocker': 'Blokujúci problém',
|
|
116
|
+
'fabric.linking.priority_critical': 'Kritická',
|
|
117
|
+
'fabric.linking.priority_high': 'Vysoká',
|
|
118
|
+
'fabric.linking.priority_highest': 'Najvyššia',
|
|
119
|
+
'fabric.linking.priority_low': 'Nízka',
|
|
120
|
+
'fabric.linking.priority_lowest': 'Najnižšia',
|
|
121
|
+
'fabric.linking.priority_major': 'Závažná',
|
|
122
|
+
'fabric.linking.priority_medium': 'Stredná',
|
|
123
|
+
'fabric.linking.priority_minor': 'Menej závažná',
|
|
124
|
+
'fabric.linking.priority_trivial': 'Nepodstatná',
|
|
125
|
+
'fabric.linking.priority_undefined': 'Nedefinované',
|
|
126
|
+
'fabric.linking.read_time': '{context} min. čítanie',
|
|
127
|
+
'fabric.linking.related': 'Súvisiace',
|
|
128
|
+
'fabric.linking.related_links_found_in': 'Našlo sa v:',
|
|
129
|
+
'fabric.linking.related_links_includes_links_to': 'Zahŕňa prepojenia na:',
|
|
130
|
+
'fabric.linking.related_links_modal_error_header': 'Niečo sa nepodarilo',
|
|
131
|
+
'fabric.linking.related_links_modal_error_message': 'Pri načítavaní naposledy použitých prepojení sa vyskytol problém. Skontrolujte pripojenie alebo obnovte stránku a skúste to znova.',
|
|
132
|
+
'fabric.linking.related_links_modal_title': 'Naposledy použité prepojenia',
|
|
133
|
+
'fabric.linking.related_links_modal_unavailable_header': 'Žiadne naposledy použité prepojenia',
|
|
134
|
+
'fabric.linking.related_links_modal_unavailable_message': 'Nenašli sa žiadne prepojenia, ktoré by tu bolo možné zobraziť. Priebežne prepojenia kontrolujeme a pridávame najnovšie prepojenia na aktualizované stránky alebo iné typy obsahu.',
|
|
135
|
+
'fabric.linking.related_links_not_found': 'Nenašli sa žiadne prepojenia, ktoré by tu bolo možné zobraziť.',
|
|
136
|
+
'fabric.linking.related_links_view_related_urls': 'Zobraziť naposledy použité prepojenia',
|
|
137
|
+
'fabric.linking.request_access': 'Požiadať o prístup',
|
|
138
|
+
'fabric.linking.request_access_description': 'Váš tím spolupracuje pomocou aplikácie {product}. Odošlite správcovi žiadosť o prístup.',
|
|
139
|
+
'fabric.linking.request_access_pending': 'Čaká na schválenie',
|
|
140
|
+
'fabric.linking.request_access_pending_description': 'Vaša žiadosť o prístup na lokalitu {hostname} čaká na schválenie správcom.',
|
|
141
|
+
'fabric.linking.request_access_pending_title': 'Žiadosť o prístup k produktu {product} čaká na schválenie.',
|
|
142
|
+
'fabric.linking.request_access_to_view': 'Ak chcete zobraziť tento problém, požiadajte o udelenie prístupu k aplikácii {context}',
|
|
143
|
+
'fabric.linking.request_access_to_view-issue-term-refresh': 'Ak chcete zobraziť túto pracovnú položku, požiadajte o prístup k aplikácii {context}.',
|
|
144
|
+
'fabric.linking.request_denied': 'Vaša požiadavka na udelenie prístupu bola zamietnutá',
|
|
145
|
+
'fabric.linking.request_denied_description': 'Správca neschválil vašu žiadosť o zobrazenie stránok {product} z lokality {hostname}.',
|
|
146
|
+
'fabric.linking.restricted_link': 'Obmedzené prepojenie, skúste iné konto',
|
|
147
|
+
'fabric.linking.retry': 'Skúsiť znova',
|
|
72
148
|
'fabric.linking.save': 'Uložiť',
|
|
73
|
-
'fabric.linking.
|
|
74
|
-
'fabric.linking.
|
|
75
|
-
'fabric.linking.
|
|
76
|
-
'fabric.linking.srclink': 'Zobraziť v:',
|
|
149
|
+
'fabric.linking.sent_on_absolute': 'Poslané {context}',
|
|
150
|
+
'fabric.linking.sent_on_relative': 'Odoslané {context}',
|
|
151
|
+
'fabric.linking.srclink': 'Zobraziť v službe:',
|
|
77
152
|
'fabric.linking.srclinkunknown': 'Zobraziť originál',
|
|
78
|
-
'fabric.linking.
|
|
79
|
-
'fabric.linking.
|
|
80
|
-
'fabric.linking.
|
|
81
|
-
'fabric.linking.
|
|
82
|
-
'fabric.linking.
|
|
83
|
-
'fabric.linking.
|
|
84
|
-
'fabric.linking.
|
|
85
|
-
'fabric.linking.
|
|
86
|
-
'fabric.linking.
|
|
87
|
-
'fabric.linking.
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.
|
|
93
|
-
'fabric.linking.
|
|
153
|
+
'fabric.linking.status_change_load_error': 'Nepodarilo sa načítať stavy a prechody.',
|
|
154
|
+
'fabric.linking.status_change_permission_error': 'Nemáte povolenie na vykonanie prechodu tohto problému.',
|
|
155
|
+
'fabric.linking.status_change_permission_error-issue-term-refresh': 'Nemáte povolenie na vykonanie prechodu tejto pracovnej položky.',
|
|
156
|
+
'fabric.linking.status_change_update_error': 'Nepodarilo sa aktualizovať stav.',
|
|
157
|
+
'fabric.linking.try_again': 'Skúsiť znova',
|
|
158
|
+
'fabric.linking.try_another_account': 'Vyskúšať iné konto',
|
|
159
|
+
'fabric.linking.unassigned': 'Nepridelené',
|
|
160
|
+
'fabric.linking.unauthorised_account_description': 'Pokúšate sa zobraziť ukážku prepojenia na súkromnú stránku {context}. Odporúčame preskúmať adresu URL alebo kontaktovať vlastníka stránky.',
|
|
161
|
+
'fabric.linking.unauthorised_account_description_no_provider': 'Pokúšate sa zobraziť ukážku prepojenia na súkromnú stránku. Odporúčame preskúmať adresu URL alebo kontaktovať vlastníka stránky.',
|
|
162
|
+
'fabric.linking.unauthorised_account_name': 'Nie je možné zobraziť súkromné stránky z lokality {context}.',
|
|
163
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'Nie je možné zobraziť súkromné stránky.',
|
|
164
|
+
'fabric.linking.unfollow': 'Nesledovať',
|
|
165
|
+
'fabric.linking.unfollow_goal': 'Zrušiť sledovanie cieľa',
|
|
166
|
+
'fabric.linking.unfollow_goal_description': 'Ak chcete prestať dostávať upozornenia týkajúce sa tohto cieľa, zrušte sledovanie.',
|
|
167
|
+
'fabric.linking.unfollow_goal_error': 'Vyskytla sa chyba pri pokuse zrušiť sledovanie cieľa. Skontrolujte pripojenie alebo obnovte stránku a skúste to znova.',
|
|
168
|
+
'fabric.linking.unfollow_project': 'Zrušiť sledovanie projektu',
|
|
169
|
+
'fabric.linking.unfollow_project_description': 'Zrušiť sledovanie a ukončiť zasielanie upozornení týkajúcich sa projektu',
|
|
170
|
+
'fabric.linking.unfollow_project_error': 'Vyskytla sa chyba pri pokuse zrušiť sledovanie projektu. Skontrolujte pripojenie alebo obnovte stránku a skúste to znova.',
|
|
171
|
+
'fabric.linking.unlink_account': 'Zrušiť prepojenie s kontom',
|
|
172
|
+
'fabric.linking.updated_by': 'Upravil(a): {context}',
|
|
173
|
+
'fabric.linking.view': 'Zobraziť'
|
|
94
174
|
};
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -126,6 +126,7 @@ export default {
|
|
|
126
126
|
'fabric.linking.read_time': '阅读预计用时:{context} 分钟',
|
|
127
127
|
'fabric.linking.related': '相关',
|
|
128
128
|
'fabric.linking.related_links_found_in': '发现位置:',
|
|
129
|
+
'fabric.linking.related_links_found_in_v2': '发现位置:',
|
|
129
130
|
'fabric.linking.related_links_includes_links_to': '包含以下链接:',
|
|
130
131
|
'fabric.linking.related_links_includes_links_to_v2': '包含以下链接',
|
|
131
132
|
'fabric.linking.related_links_modal_error_description': '请检查您的连接或刷新页面以重试',
|
|
@@ -126,6 +126,7 @@ export default {
|
|
|
126
126
|
'fabric.linking.read_time': '{context} 分鐘閱讀時間',
|
|
127
127
|
'fabric.linking.related': '相關',
|
|
128
128
|
'fabric.linking.related_links_found_in': '找到的位置:',
|
|
129
|
+
'fabric.linking.related_links_found_in_v2': '找到的位置',
|
|
129
130
|
'fabric.linking.related_links_includes_links_to': '將連結納入',
|
|
130
131
|
'fabric.linking.related_links_includes_links_to_v2': '將連結納入',
|
|
131
132
|
'fabric.linking.related_links_modal_error_description': '請檢查連線或重新整理頁面,然後再試一次',
|
|
@@ -26,6 +26,15 @@ export const getExtensionKey = details => {
|
|
|
26
26
|
return details === null || details === void 0 ? void 0 : (_details$meta2 = details.meta) === null || _details$meta2 === void 0 ? void 0 : _details$meta2.key;
|
|
27
27
|
};
|
|
28
28
|
export const getObjectAri = details => (details === null || details === void 0 ? void 0 : details.data) && 'atlassian:ari' in details.data && details.data['atlassian:ari'] || undefined;
|
|
29
|
+
export const getObjectName = details => (details === null || details === void 0 ? void 0 : details.data) && 'name' in details.data && details.data.name || undefined;
|
|
30
|
+
export const getObjectIconUrl = details => {
|
|
31
|
+
if (details !== null && details !== void 0 && details.data && 'icon' in details.data && details.data.icon) {
|
|
32
|
+
if (typeof details.data.icon === 'object' && 'url' in details.data.icon && details.data.icon.url && typeof details.data.icon.url === 'string') {
|
|
33
|
+
return details.data.icon.url;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
return undefined;
|
|
37
|
+
};
|
|
29
38
|
export const getResourceType = details => {
|
|
30
39
|
var _details$meta3;
|
|
31
40
|
return details === null || details === void 0 ? void 0 : (_details$meta3 = details.meta) === null || _details$meta3 === void 0 ? void 0 : _details$meta3.resourceType;
|
|
@@ -2,7 +2,7 @@ export const ANALYTICS_CHANNEL = 'media';
|
|
|
2
2
|
export const context = {
|
|
3
3
|
componentName: 'smart-cards',
|
|
4
4
|
packageName: "@atlaskit/smart-card",
|
|
5
|
-
packageVersion: "38.5.
|
|
5
|
+
packageVersion: "38.5.5"
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -66,6 +66,10 @@ const successfulResponseData = {
|
|
|
66
66
|
'atlassian:ari': 'ari:cloud:example:1234',
|
|
67
67
|
preview: {
|
|
68
68
|
href: 'https://www.ilovecheese.com'
|
|
69
|
+
},
|
|
70
|
+
icon: {
|
|
71
|
+
'@type': 'Image',
|
|
72
|
+
url: 'https://www.ilovecheese.com/icon.png'
|
|
69
73
|
}
|
|
70
74
|
};
|
|
71
75
|
const jsonLdResponse = {
|
|
@@ -78,8 +82,8 @@ const jsonLdResponse = {
|
|
|
78
82
|
},
|
|
79
83
|
data: successfulResponseData
|
|
80
84
|
};
|
|
81
|
-
const
|
|
82
|
-
|
|
85
|
+
const entityDataResponse = {
|
|
86
|
+
entityData: {
|
|
83
87
|
id: 'I love cheese',
|
|
84
88
|
displayName: 'I love cheese',
|
|
85
89
|
url: 'https://some.url',
|
|
@@ -99,7 +103,7 @@ export const mocks = {
|
|
|
99
103
|
success: {
|
|
100
104
|
...jsonLdResponse
|
|
101
105
|
},
|
|
102
|
-
|
|
106
|
+
entityDataSuccess: {
|
|
103
107
|
...jsonLdResponse,
|
|
104
108
|
data: {
|
|
105
109
|
...jsonLdResponse.data,
|
|
@@ -121,7 +125,7 @@ export const mocks = {
|
|
|
121
125
|
}
|
|
122
126
|
}
|
|
123
127
|
},
|
|
124
|
-
...
|
|
128
|
+
...entityDataResponse
|
|
125
129
|
},
|
|
126
130
|
notFound: {
|
|
127
131
|
meta: {
|
|
@@ -5,7 +5,7 @@ import { useAnalyticsEvents } from '../../common/analytics/generated/use-analyti
|
|
|
5
5
|
import { CardDisplay } from '../../constants';
|
|
6
6
|
import { useSmartLink } from '../../state';
|
|
7
7
|
import { succeedUfoExperience } from '../../state/analytics';
|
|
8
|
-
import { getClickUrl, getDefinitionId, getExtensionKey, getObjectAri, getResourceType, getServices, isFinalState } from '../../state/helpers';
|
|
8
|
+
import { getClickUrl, getDefinitionId, getExtensionKey, getObjectAri, getObjectIconUrl, getObjectName, getResourceType, getServices, isFinalState } from '../../state/helpers';
|
|
9
9
|
import { SmartLinkModalProvider } from '../../state/modal';
|
|
10
10
|
import { isSpecialEvent } from '../../utils';
|
|
11
11
|
import { combineActionOptions } from '../../utils/actions/combine-action-options';
|
|
@@ -90,12 +90,13 @@ function Component({
|
|
|
90
90
|
if (
|
|
91
91
|
// eslint-disable-next-line @atlaskit/platform/no-preconditioning
|
|
92
92
|
fg('fun-1765_wire_up_glance_panel_to_smart_cards') && target !== '_blank' && ari && isGlancePanelAvailable !== null && isGlancePanelAvailable !== void 0 && isGlancePanelAvailable({
|
|
93
|
-
url,
|
|
94
93
|
ari
|
|
95
94
|
}) && openGlancePanel) {
|
|
96
95
|
openGlancePanel({
|
|
97
96
|
url,
|
|
98
|
-
ari
|
|
97
|
+
ari,
|
|
98
|
+
name: getObjectName(state.details),
|
|
99
|
+
iconUrl: getObjectIconUrl(state.details)
|
|
99
100
|
});
|
|
100
101
|
fireLinkClickedEvent(createAnalyticsEvent)(event, {
|
|
101
102
|
attributes: {
|
|
@@ -10,7 +10,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
10
10
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
11
11
|
const PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/smart-card",
|
|
13
|
-
packageVersion: "38.5.
|
|
13
|
+
packageVersion: "38.5.5",
|
|
14
14
|
componentName: 'linkUrl'
|
|
15
15
|
};
|
|
16
16
|
const Anchor = withLinkClickedEvent('a');
|
|
@@ -32,7 +32,7 @@ var extractSmartLinkInlineIcon = function extractSmartLinkInlineIcon(response) {
|
|
|
32
32
|
return provider.icon;
|
|
33
33
|
}
|
|
34
34
|
// We don't need this for design entities,
|
|
35
|
-
// but we can add it back when we support more
|
|
35
|
+
// but we can add it back when we support more entities
|
|
36
36
|
// it requires extractInlineIcon to be moved to the smart link extractor package.
|
|
37
37
|
// see: https://product-fabric.atlassian.net/browse/EDM-12375
|
|
38
38
|
// return extractSmartLinkIcon(response);
|
|
@@ -47,7 +47,7 @@ export var extractInlineProps = function extractInlineProps(response, renderers,
|
|
|
47
47
|
link: extractSmartLinkUrl(response),
|
|
48
48
|
title: extractSmartLinkTitle(response, removeTextHighlightingFromTitle),
|
|
49
49
|
icon: extractSmartLinkInlineIcon(response, showLabel),
|
|
50
|
-
// As we migrate to support more
|
|
50
|
+
// As we migrate to support more entities we can incorporate these fields
|
|
51
51
|
lozenge: extractLozenge(jsonLd),
|
|
52
52
|
titleTextColor: extractTitleTextColor(jsonLd),
|
|
53
53
|
titlePrefix: extractTitlePrefix(jsonLd, renderers, 'inline')
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -126,6 +126,7 @@ export default {
|
|
|
126
126
|
'fabric.linking.read_time': 'Lesedauer: {context} Min.',
|
|
127
127
|
'fabric.linking.related': 'Zugehörig',
|
|
128
128
|
'fabric.linking.related_links_found_in': 'Gefunden in',
|
|
129
|
+
'fabric.linking.related_links_found_in_v2': 'Gefunden in',
|
|
129
130
|
'fabric.linking.related_links_includes_links_to': 'Beinhaltet Links zu',
|
|
130
131
|
'fabric.linking.related_links_includes_links_to_v2': 'Beinhaltet Links zu',
|
|
131
132
|
'fabric.linking.related_links_modal_error_description': 'Überprüfen Sie Ihre Verbindung oder aktualisieren Sie die Seite, um es erneut zu versuchen.',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -19,6 +19,7 @@ export default {
|
|
|
19
19
|
'automation-menu.modal.footer.ok-button': 'Ok',
|
|
20
20
|
'automation-menu.modal.header.icon.label': 'Automation modal header icon',
|
|
21
21
|
'automation-menu.success-state.message': 'Your automation is in progress',
|
|
22
|
+
'compass.applied_components_count.non-final': 'Applied to {numberOfComponents, plural, one {{numberOfComponents, number} component} other {{numberOfComponents, number} components}}',
|
|
22
23
|
'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
|
|
23
24
|
'fabric.linking.actions': 'Actions',
|
|
24
25
|
'fabric.linking.add_account': 'Add account',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -19,6 +19,7 @@ export default {
|
|
|
19
19
|
'automation-menu.modal.footer.ok-button': 'Ok',
|
|
20
20
|
'automation-menu.modal.header.icon.label': 'Automation modal header icon',
|
|
21
21
|
'automation-menu.success-state.message': 'Your automation is in progress',
|
|
22
|
+
'compass.applied_components_count.non-final': 'Applied to {numberOfComponents, plural, one {{numberOfComponents, number} component} other {{numberOfComponents, number} components}}',
|
|
22
23
|
'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
|
|
23
24
|
'fabric.linking.actions': 'Actions',
|
|
24
25
|
'fabric.linking.add_account': 'Add account',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -19,6 +19,7 @@ export default {
|
|
|
19
19
|
'automation-menu.modal.footer.ok-button': 'Ok',
|
|
20
20
|
'automation-menu.modal.header.icon.label': 'Automation modal header icon',
|
|
21
21
|
'automation-menu.success-state.message': 'Your automation is in progress',
|
|
22
|
+
'compass.applied_components_count.non-final': '{numberOfComponents, plural, one {Applied to {numberOfComponents,number} component} other {Applied to {numberOfComponents,number} components}}',
|
|
22
23
|
'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
|
|
23
24
|
'fabric.linking.actions': 'Actions',
|
|
24
25
|
'fabric.linking.add_account': 'Add account',
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -126,13 +126,21 @@ export default {
|
|
|
126
126
|
'fabric.linking.read_time': '{context} min de lecture',
|
|
127
127
|
'fabric.linking.related': 'Associé',
|
|
128
128
|
'fabric.linking.related_links_found_in': 'Trouvé dans',
|
|
129
|
+
'fabric.linking.related_links_found_in_v2': 'Trouvées dans',
|
|
129
130
|
'fabric.linking.related_links_includes_links_to': 'Inclut des liens vers',
|
|
131
|
+
'fabric.linking.related_links_includes_links_to_v2': 'Inclut des liens vers',
|
|
132
|
+
'fabric.linking.related_links_modal_error_description': 'Vérifiez votre connexion ou actualisez la page, puis réessayez',
|
|
130
133
|
'fabric.linking.related_links_modal_error_header': 'Une erreur est survenue',
|
|
131
134
|
'fabric.linking.related_links_modal_error_message': 'Nous avons rencontré un problème lors du chargement des liens récents. Vérifiez votre connexion ou actualisez la page, puis réessayez.',
|
|
135
|
+
'fabric.linking.related_links_modal_error_title': 'Nous ne parvenons pas à charger les liens associés',
|
|
132
136
|
'fabric.linking.related_links_modal_title': 'Liens récents',
|
|
137
|
+
'fabric.linking.related_links_modal_title_v2': 'Liens associés',
|
|
138
|
+
'fabric.linking.related_links_modal_unavailable_description': "Nous vérifions et ajoutons en permanence des liens associés pour les pages mises à jour ou d'autres types de contenu",
|
|
133
139
|
'fabric.linking.related_links_modal_unavailable_header': 'Aucun lien récent',
|
|
134
140
|
'fabric.linking.related_links_modal_unavailable_message': "Nous n'avons trouvé aucun lien à afficher ici. Nous vérifions et ajoutons en permanence des liens récents pour les pages mises à jour ou d'autres types de contenu.",
|
|
141
|
+
'fabric.linking.related_links_modal_unavailable_title': "Nous n'avons trouvé aucun lien associé",
|
|
135
142
|
'fabric.linking.related_links_not_found': "Nous n'avons trouvé aucun lien à afficher ici.",
|
|
143
|
+
'fabric.linking.related_links_view_related_links': 'Voir les liens associés',
|
|
136
144
|
'fabric.linking.related_links_view_related_urls': 'Afficher les liens récents',
|
|
137
145
|
'fabric.linking.request_access': "Demander l'accès",
|
|
138
146
|
'fabric.linking.request_access_description': "Votre équipe utilise {product} pour collaborer. Envoyez une demande d'accès à votre administrateur.",
|