@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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 38.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#164735](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/164735)
|
|
8
|
+
[`e775157fd06b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e775157fd06b8) -
|
|
9
|
+
Rename nounData to entityData. Fg smart_links_noun_support
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 38.5.4
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 38.5.3
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/compass.yml
CHANGED
|
@@ -1,29 +1,78 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
description:
|
|
4
|
-
This is a React component library that provides the UI and functionality for displaying Smart Links—enriched link previews that show contextual information about URLs from Atlassian products (like Jira, Confluence, Trello) and popular third-party services (such as GitHub, Google Drive, and more).
|
|
5
|
-
When a supported link is pasted or inserted, the Smart Card component fetches and displays rich metadata, such as titles, thumbnails, status, and actions, offering a more informative and interactive experience than plain hyperlinks.
|
|
1
|
+
name: Smart Links
|
|
2
|
+
id: 'ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/bee4b8ee-1ffd-432c-9fea-327a379f645d'
|
|
3
|
+
description: Smart Links transform ordinary URLs into rich, interactive elements—such as cards, embeds, and lists—directly within Atlassian products. This functionality allows users to preview, interact with, and manage content from over 2,000 external and Atlassian apps without leaving their workspace, streamlining collaboration and reducing context switching.
|
|
6
4
|
configVersion: 1
|
|
7
|
-
typeId:
|
|
5
|
+
typeId: CAPABILITY
|
|
8
6
|
ownerId: 'ari:cloud:identity::team/9683a6ac-2d3f-44c8-a0fe-56128ca69e20'
|
|
9
7
|
fields:
|
|
10
|
-
|
|
8
|
+
isMonorepoProject: false
|
|
9
|
+
tier: 3
|
|
11
10
|
lifecycle: Active
|
|
12
|
-
isMonorepoProject: true
|
|
13
|
-
labels:
|
|
14
|
-
- atlassian-platform
|
|
15
11
|
links:
|
|
16
|
-
- name:
|
|
17
|
-
type: PROJECT
|
|
18
|
-
url: 'https://product-fabric.atlassian.net/jira/software/c/projects/EDM/boards/5176'
|
|
19
|
-
- name: '#help-twg-linking-platform'
|
|
12
|
+
- name: ''
|
|
20
13
|
type: CHAT_CHANNEL
|
|
21
14
|
url: 'https://atlassian.enterprise.slack.com/archives/CFKGAQZRV'
|
|
22
15
|
- name: ''
|
|
23
16
|
type: ON_CALL
|
|
24
17
|
url: 'https://atlassian.app.opsgenie.com/settings/schedule/detail/b9c8b313-dd6d-4a41-8eeb-d7a9df55be9d'
|
|
25
|
-
- name:
|
|
26
|
-
type:
|
|
27
|
-
url: 'https://
|
|
28
|
-
|
|
29
|
-
|
|
18
|
+
- name: ''
|
|
19
|
+
type: PROJECT
|
|
20
|
+
url: 'https://product-fabric.atlassian.net/jira/software/c/projects/EDM/boards/5176'
|
|
21
|
+
- name: SignalFx - Smart Links
|
|
22
|
+
type: DASHBOARD
|
|
23
|
+
url: 'https://atlassian.signalfx.com/#/dashboard/GcIfe4aA4AA?groupId=Fcva05QA4AA&configId=GcIfgHgA4AA&startTime=-1w&endTime=Now'
|
|
24
|
+
relationships: null
|
|
25
|
+
labels: null
|
|
26
|
+
customFields:
|
|
27
|
+
- name: Anomaly-Detection
|
|
28
|
+
type: text
|
|
29
|
+
value: null
|
|
30
|
+
- name: Compass Config-as-Code
|
|
31
|
+
type: boolean
|
|
32
|
+
value: true
|
|
33
|
+
- name: Data Domain
|
|
34
|
+
type: multi_select
|
|
35
|
+
value:
|
|
36
|
+
- 6abcbe4f-1063-4cf7-8b32-58ebd01078da
|
|
37
|
+
- name: Engineering Manager
|
|
38
|
+
type: user
|
|
39
|
+
value: 'ari:cloud:identity::user/712020:bc050a72-a59d-487f-8b54-73358ba67dd0'
|
|
40
|
+
- name: FFP per month
|
|
41
|
+
type: number
|
|
42
|
+
value: null
|
|
43
|
+
- name: Is renovate enabled?
|
|
44
|
+
type: boolean
|
|
45
|
+
value: false
|
|
46
|
+
- name: Lineage
|
|
47
|
+
type: text
|
|
48
|
+
value: null
|
|
49
|
+
- name: Maintenance Time (hours/week)
|
|
50
|
+
type: number
|
|
51
|
+
value: null
|
|
52
|
+
- name: Owner or Team Name
|
|
53
|
+
type: single_select
|
|
54
|
+
value: 1e93a963-fa64-4c3a-aebb-cc835e418a0a
|
|
55
|
+
- name: Perimeter
|
|
56
|
+
type: single_select
|
|
57
|
+
value: null
|
|
58
|
+
- name: Perimeter (string)
|
|
59
|
+
type: text
|
|
60
|
+
value: null
|
|
61
|
+
- name: Product Owner
|
|
62
|
+
type: user
|
|
63
|
+
value: null
|
|
64
|
+
- name: Tech Debt
|
|
65
|
+
type: text
|
|
66
|
+
value: null
|
|
67
|
+
- name: Technical Owner
|
|
68
|
+
type: user
|
|
69
|
+
value: null
|
|
70
|
+
- name: anomaly-detection
|
|
71
|
+
type: boolean
|
|
72
|
+
value: false
|
|
73
|
+
- name: forge_runtime_node
|
|
74
|
+
type: single_select
|
|
75
|
+
value: null
|
|
76
|
+
- name: statsig_target_application
|
|
77
|
+
type: text
|
|
78
|
+
value: null
|
|
@@ -11,8 +11,7 @@ require("./generic-error-icon.compiled.css");
|
|
|
11
11
|
var React = _interopRequireWildcard(require("react"));
|
|
12
12
|
var _runtime = require("@compiled/react/runtime");
|
|
13
13
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
14
|
-
function
|
|
15
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
14
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
16
15
|
var SIZE = 96;
|
|
17
16
|
var genericErrorStyles = null;
|
|
18
17
|
var GenericErrorIcon = exports.GenericErrorIcon = function GenericErrorIcon(props) {
|
|
@@ -22,8 +22,7 @@ var _extractProviderIcon = _interopRequireWildcard(require("./icon/extract-provi
|
|
|
22
22
|
var _latestCommit = require("./latest-commit");
|
|
23
23
|
var _utils = require("./utils");
|
|
24
24
|
var _excluded = ["appearance", "fireEvent", "id", "onClick", "origin", "renderers", "resolve", "actionOptions", "response", "status", "aiSummaryConfig"];
|
|
25
|
-
function
|
|
26
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
25
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
27
26
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
28
27
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
29
28
|
var extractFlexibleUiContext = function extractFlexibleUiContext() {
|
|
@@ -37,7 +37,7 @@ var extractSmartLinkInlineIcon = function extractSmartLinkInlineIcon(response) {
|
|
|
37
37
|
return provider.icon;
|
|
38
38
|
}
|
|
39
39
|
// We don't need this for design entities,
|
|
40
|
-
// but we can add it back when we support more
|
|
40
|
+
// but we can add it back when we support more entities
|
|
41
41
|
// it requires extractInlineIcon to be moved to the smart link extractor package.
|
|
42
42
|
// see: https://product-fabric.atlassian.net/browse/EDM-12375
|
|
43
43
|
// return extractSmartLinkIcon(response);
|
|
@@ -52,7 +52,7 @@ var extractInlineProps = exports.extractInlineProps = function extractInlineProp
|
|
|
52
52
|
link: (0, _linkExtractors.extractSmartLinkUrl)(response),
|
|
53
53
|
title: (0, _linkExtractors.extractSmartLinkTitle)(response, removeTextHighlightingFromTitle),
|
|
54
54
|
icon: extractSmartLinkInlineIcon(response, showLabel),
|
|
55
|
-
// As we migrate to support more
|
|
55
|
+
// As we migrate to support more entities we can incorporate these fields
|
|
56
56
|
lozenge: (0, _lozenge.extractLozenge)(jsonLd),
|
|
57
57
|
titleTextColor: (0, _primitives.extractTitleTextColor)(jsonLd),
|
|
58
58
|
titlePrefix: (0, _titlePrefix.extractTitlePrefix)(jsonLd, renderers, 'inline')
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -132,6 +132,7 @@ var _default = exports.default = {
|
|
|
132
132
|
'fabric.linking.read_time': 'Lesedauer: {context} Min.',
|
|
133
133
|
'fabric.linking.related': 'Zugehörig',
|
|
134
134
|
'fabric.linking.related_links_found_in': 'Gefunden in',
|
|
135
|
+
'fabric.linking.related_links_found_in_v2': 'Gefunden in',
|
|
135
136
|
'fabric.linking.related_links_includes_links_to': 'Beinhaltet Links zu',
|
|
136
137
|
'fabric.linking.related_links_includes_links_to_v2': 'Beinhaltet Links zu',
|
|
137
138
|
'fabric.linking.related_links_modal_error_description': 'Überprüfen Sie Ihre Verbindung oder aktualisieren Sie die Seite, um es erneut zu versuchen.',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -25,6 +25,7 @@ var _default = exports.default = {
|
|
|
25
25
|
'automation-menu.modal.footer.ok-button': 'Ok',
|
|
26
26
|
'automation-menu.modal.header.icon.label': 'Automation modal header icon',
|
|
27
27
|
'automation-menu.success-state.message': 'Your automation is in progress',
|
|
28
|
+
'compass.applied_components_count.non-final': 'Applied to {numberOfComponents, plural, one {{numberOfComponents, number} component} other {{numberOfComponents, number} components}}',
|
|
28
29
|
'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
|
|
29
30
|
'fabric.linking.actions': 'Actions',
|
|
30
31
|
'fabric.linking.add_account': 'Add account',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -25,6 +25,7 @@ var _default = exports.default = {
|
|
|
25
25
|
'automation-menu.modal.footer.ok-button': 'Ok',
|
|
26
26
|
'automation-menu.modal.header.icon.label': 'Automation modal header icon',
|
|
27
27
|
'automation-menu.success-state.message': 'Your automation is in progress',
|
|
28
|
+
'compass.applied_components_count.non-final': 'Applied to {numberOfComponents, plural, one {{numberOfComponents, number} component} other {{numberOfComponents, number} components}}',
|
|
28
29
|
'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
|
|
29
30
|
'fabric.linking.actions': 'Actions',
|
|
30
31
|
'fabric.linking.add_account': 'Add account',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -25,6 +25,7 @@ var _default = exports.default = {
|
|
|
25
25
|
'automation-menu.modal.footer.ok-button': 'Ok',
|
|
26
26
|
'automation-menu.modal.header.icon.label': 'Automation modal header icon',
|
|
27
27
|
'automation-menu.success-state.message': 'Your automation is in progress',
|
|
28
|
+
'compass.applied_components_count.non-final': '{numberOfComponents, plural, one {Applied to {numberOfComponents,number} component} other {Applied to {numberOfComponents,number} components}}',
|
|
28
29
|
'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
|
|
29
30
|
'fabric.linking.actions': 'Actions',
|
|
30
31
|
'fabric.linking.add_account': 'Add account',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -132,13 +132,21 @@ var _default = exports.default = {
|
|
|
132
132
|
'fabric.linking.read_time': '{context} min de lecture',
|
|
133
133
|
'fabric.linking.related': 'Associé',
|
|
134
134
|
'fabric.linking.related_links_found_in': 'Trouvé dans',
|
|
135
|
+
'fabric.linking.related_links_found_in_v2': 'Trouvées dans',
|
|
135
136
|
'fabric.linking.related_links_includes_links_to': 'Inclut des liens vers',
|
|
137
|
+
'fabric.linking.related_links_includes_links_to_v2': 'Inclut des liens vers',
|
|
138
|
+
'fabric.linking.related_links_modal_error_description': 'Vérifiez votre connexion ou actualisez la page, puis réessayez',
|
|
136
139
|
'fabric.linking.related_links_modal_error_header': 'Une erreur est survenue',
|
|
137
140
|
'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.',
|
|
141
|
+
'fabric.linking.related_links_modal_error_title': 'Nous ne parvenons pas à charger les liens associés',
|
|
138
142
|
'fabric.linking.related_links_modal_title': 'Liens récents',
|
|
143
|
+
'fabric.linking.related_links_modal_title_v2': 'Liens associés',
|
|
144
|
+
'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",
|
|
139
145
|
'fabric.linking.related_links_modal_unavailable_header': 'Aucun lien récent',
|
|
140
146
|
'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.",
|
|
147
|
+
'fabric.linking.related_links_modal_unavailable_title': "Nous n'avons trouvé aucun lien associé",
|
|
141
148
|
'fabric.linking.related_links_not_found': "Nous n'avons trouvé aucun lien à afficher ici.",
|
|
149
|
+
'fabric.linking.related_links_view_related_links': 'Voir les liens associés',
|
|
142
150
|
'fabric.linking.related_links_view_related_urls': 'Afficher les liens récents',
|
|
143
151
|
'fabric.linking.request_access': "Demander l'accès",
|
|
144
152
|
'fabric.linking.request_access_description': "Votre équipe utilise {product} pour collaborer. Envoyez une demande d'accès à votre administrateur.",
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Croatian (Croatia) [hr-HR]
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'automation-menu.empty-state.image.alt': 'Ikona praznog popisa automatizacije',
|
|
17
|
+
'automation-menu.empty-state.learn-more.link': 'Saznaj više o ručnom aktiviranju',
|
|
18
|
+
'automation-menu.modal.empty.automations.admin.description': 'Pomoću ručnog aktiviranja popuni izbornik odabira koje svatko, ili osobe koje odredite, može primijeniti kao automatizaciju jednim klikom.',
|
|
19
|
+
'automation-menu.modal.empty.automations.user.description': 'Administratori još nisu konfigurirali nijednu ručno aktiviranu automatizaciju.',
|
|
20
|
+
'automation-menu.modal.error.description': 'Potrebno je neko vrijeme da se učita. Pokušaj osvježiti stranicu.',
|
|
21
|
+
'automation-menu.modal.error.image.alt': 'Ikona greške',
|
|
22
|
+
'automation-menu.modal.footer.automate-button': 'Automatizirano',
|
|
23
|
+
'automation-menu.modal.footer.cancel-button': 'Odustani',
|
|
24
|
+
'automation-menu.modal.footer.get-started-button': 'Izradi automatizaciju',
|
|
25
|
+
'automation-menu.modal.footer.ok-button': 'U redu',
|
|
26
|
+
'automation-menu.modal.header.icon.label': 'Ikona modalnog zaglavlja automatizacije',
|
|
27
|
+
'automation-menu.success-state.message': 'Tvoja automatizacija je u tijeku',
|
|
28
|
+
'fabric.linking.access_exists_description': 'Zatraži pristup za pregled ovog sadržaja s web-mjesta {hostname}.',
|
|
29
|
+
'fabric.linking.actions': 'Radnje',
|
|
30
|
+
'fabric.linking.add_account': 'Dodaj račun',
|
|
31
|
+
'fabric.linking.ai_summarize': 'Sažmi',
|
|
32
|
+
'fabric.linking.ai_summarized': 'Sažeo Atlassian Intelligence',
|
|
33
|
+
'fabric.linking.ai_summarized_abbreviation': 'Sažeto pomoću AI-a',
|
|
34
|
+
'fabric.linking.ai_summarized_info': 'Kvaliteta informacija može varirati. <a>Saznaj više</a>',
|
|
35
|
+
'fabric.linking.ai_summarized_info_short': 'Kvaliteta sadržaja može se razlikovati',
|
|
36
|
+
'fabric.linking.ai_summarizing': 'Atlassian Intelligence radi...',
|
|
37
|
+
'fabric.linking.ai_summary_action': 'Sažmi pomoću AI-a',
|
|
38
|
+
'fabric.linking.ai_summary_action_description': 'Sažmi sadržaj ove poveznice pomoću Atlassian Intelligence.',
|
|
39
|
+
'fabric.linking.ai_summary_error_acceptable_use_violation': 'Ne možemo prikazati rezultate ovog sažetka jer je u suprotnosti s <a>Pravilima o prihvatljivoj upotrebi tvrtke Atlassian</a>.',
|
|
40
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence trenutno ne može generirati sažetak za tebe jer ima previše sadržaja za sažimanje.',
|
|
41
|
+
'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) ne daje odgovor. Pokušaj ponovno kasnije ili <a>provjeri stanje AI-a</a>.',
|
|
42
|
+
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Atlassian Intelligence nije uspio obraditi tvoj zahtjev jer tvoj sadržaj sadrži poveznice na sadržaj koji je ograničen HIPAA-om.',
|
|
43
|
+
'fabric.linking.assigned_to': 'Dodijeljen {context}',
|
|
44
|
+
'fabric.linking.automation-action.confluence.page.modal.description': 'Primijeni automatizaciju na <b>{name}</b>.{br}Dostupne odabire kontroliraju administratori Confluencea i prostora.',
|
|
45
|
+
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizacije stranice',
|
|
46
|
+
'fabric.linking.automation-action.icon.label': 'Ikona automatizacije',
|
|
47
|
+
'fabric.linking.automation-action.title': 'Prikaži pravila automatizacije',
|
|
48
|
+
'fabric.linking.automation-action.tooltip': 'Odaberi pravilo automatizacije za izvođenje',
|
|
49
|
+
'fabric.linking.beta': 'Beta',
|
|
50
|
+
'fabric.linking.cancel': 'Odustani',
|
|
51
|
+
'fabric.linking.cannot_connect': 'Ne može se povezati, pokušaj ponovno',
|
|
52
|
+
'fabric.linking.cannot_find_link': 'Nije moguće pronaći poveznicu',
|
|
53
|
+
'fabric.linking.check_this_link': 'Provjeri ovu poveznicu',
|
|
54
|
+
'fabric.linking.click_to_join': 'Pridruži se {context}',
|
|
55
|
+
'fabric.linking.click_to_join_description': 'Odobren/na si, tako da se možeš odmah pridružiti {context}.',
|
|
56
|
+
'fabric.linking.close': 'Zatvori',
|
|
57
|
+
'fabric.linking.connect_account_description': 'Otvorit ćemo novu stranicu koja će ti pomoći da povežeš svoj {name} račun',
|
|
58
|
+
'fabric.linking.connect_link_account': 'Poveži se za pregled',
|
|
59
|
+
'fabric.linking.connect_link_account_card_view': 'Poveži',
|
|
60
|
+
'fabric.linking.connect_link_account_card_view_description': 'Za prikaz pregleda ove poveznice, poveži svoj {context} račun.',
|
|
61
|
+
'fabric.linking.connect_link_account_card_view_name': 'Poveži svoj {context} račun',
|
|
62
|
+
'fabric.linking.connect_to': 'Poveži se s uslugom {name}',
|
|
63
|
+
'fabric.linking.connect_unauthorised_account_action': 'Poveži se s uslugom {context}',
|
|
64
|
+
'fabric.linking.connect_unauthorised_account_description': 'Poveži svoj {context} račun radi suradnje na radovima u sklopu Atlassian proizvoda.',
|
|
65
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Poveži svoj račun radi suradnje na radovima u sklopu Atlassian proizvoda.',
|
|
66
|
+
'fabric.linking.continue': 'Nastavi',
|
|
67
|
+
'fabric.linking.copied_summary_action_description': 'Sažetak je kopiran u međuspremnik',
|
|
68
|
+
'fabric.linking.copied_url_to_clipboard': 'Kopirano!',
|
|
69
|
+
'fabric.linking.copy_summary_action': 'Kopiraj sažetak',
|
|
70
|
+
'fabric.linking.copy_summary_action_description': 'Kopiraj sažetak',
|
|
71
|
+
'fabric.linking.copy_url_to_clipboard': 'Kopiraj poveznicu',
|
|
72
|
+
'fabric.linking.couldnt_load_link': 'Iz nepoznatog razloga, nismo uspjeli učitati ovu poveznicu.',
|
|
73
|
+
'fabric.linking.create_on_absolute': 'Izrađen {context}',
|
|
74
|
+
'fabric.linking.create_on_relative': 'Izrađen {context}',
|
|
75
|
+
'fabric.linking.created_by': 'Izradio/la {context}',
|
|
76
|
+
'fabric.linking.delete': 'Izbriši',
|
|
77
|
+
'fabric.linking.direct_access': 'Pridruži se sada',
|
|
78
|
+
'fabric.linking.direct_access_description': 'Tvoj tim koristi {product} za suradnju i ti ga možeš odmah početi koristiti!',
|
|
79
|
+
'fabric.linking.direct_access_title': 'Pridruži se {product} za prikaz ovog sadržaja',
|
|
80
|
+
'fabric.linking.download': 'Preuzmi',
|
|
81
|
+
'fabric.linking.download_description': 'Preuzmi ovu datoteku u lokalnu pohranu',
|
|
82
|
+
'fabric.linking.download_file': 'Preuzmi datoteku',
|
|
83
|
+
'fabric.linking.edit': 'Uredi',
|
|
84
|
+
'fabric.linking.follow': 'Prati',
|
|
85
|
+
'fabric.linking.follow_goal': 'Slijedi cilj',
|
|
86
|
+
'fabric.linking.follow_goal_description': 'Slijedi ovaj cilj za primanje obavijesti o ažuriranjima',
|
|
87
|
+
'fabric.linking.follow_goal_error': 'Dogodila se greška dok smo pokušavali pratiti cilj. Provjeri svoju vezu ili osvježi stranicu i pokušaj ponovno.',
|
|
88
|
+
'fabric.linking.follow_project': 'Prati projekt',
|
|
89
|
+
'fabric.linking.follow_project_description': 'Prati za dobivanje obavijesti o ovom projektu',
|
|
90
|
+
'fabric.linking.follow_project_error': 'Dogodila se greška dok smo pokušavali pratiti projekt. Provjeri svoju vezu ili osvježi stranicu i pokušaj ponovno.',
|
|
91
|
+
'fabric.linking.forbidden_access': 'Tvoj pristup je zabranjen',
|
|
92
|
+
'fabric.linking.forbidden_description': 'Kontaktiraj svog administratora da bi zatražio/la pristup {hostname}.',
|
|
93
|
+
'fabric.linking.forbidden_title': 'Nemaš pristup ovom sadržaju',
|
|
94
|
+
'fabric.linking.generic_error_message': 'Došlo je do greške',
|
|
95
|
+
'fabric.linking.go_back': 'Idi natrag',
|
|
96
|
+
'fabric.linking.invalid_permissions': 'Ograničeni sadržaj',
|
|
97
|
+
'fabric.linking.invalid_permissions_description': 'Morat ćeš zatražiti pristup ili isprobati drugi račun za prikaz ovog pregleda.',
|
|
98
|
+
'fabric.linking.join_to_view': 'Pridruži se {context} za prikaz ovog pitanja',
|
|
99
|
+
'fabric.linking.join_to_view-issue-term-refresh': 'Pridruži se {context} za prikaz ovog radnog predmeta',
|
|
100
|
+
'fabric.linking.learn_more_about_connecting_account': 'Saznaj više o povezivanju svog računa s proizvodima Atlassian.',
|
|
101
|
+
'fabric.linking.learn_more_about_smart_links': 'Saznaj više o pametnim poveznicama.',
|
|
102
|
+
'fabric.linking.link_safety_warning_message': 'Poveznica {unsafeLinkText} vodi te na drugo web-mjesto, <a>stvarna poveznica ovdje</a>',
|
|
103
|
+
'fabric.linking.loading': 'Učitavanje...',
|
|
104
|
+
'fabric.linking.modified_on_absolute': 'Ažurirano {context}',
|
|
105
|
+
'fabric.linking.modified_on_relative': 'Ažurirano {context}',
|
|
106
|
+
'fabric.linking.more_actions': 'Više radnji',
|
|
107
|
+
'fabric.linking.more_information_about_this_work_item': 'Više informacija o ovom radnom predmetu',
|
|
108
|
+
'fabric.linking.no_access_title': 'Pridruži se {product} za prikaz ovog sadržaja',
|
|
109
|
+
'fabric.linking.not_found_description': 'Stranica ne postoji ili se možda promijenila nakon dodavanja ove poveznice.',
|
|
110
|
+
'fabric.linking.not_found_title': 'Ne možemo ti pokazati ovu {product} stranicu',
|
|
111
|
+
'fabric.linking.open_issue_in_jira': 'Otvoreno pitanje u Jiri',
|
|
112
|
+
'fabric.linking.open_issue_in_jira-issue-term-refresh': 'Otvori radni predmet u Jiri',
|
|
113
|
+
'fabric.linking.open_link_in_a_new_tab': 'Otvori poveznicu na novoj kartici',
|
|
114
|
+
'fabric.linking.owned_by': 'U vlasništvu {context}',
|
|
115
|
+
'fabric.linking.pending_request': 'Tvoj zahtjev za pristup je na čekanju',
|
|
116
|
+
'fabric.linking.preview_close': 'Zatvori pregled',
|
|
117
|
+
'fabric.linking.preview_description': 'Otvori pregled preko cijelog zaslona ove poveznice',
|
|
118
|
+
'fabric.linking.preview_improved': 'Otvori pregled',
|
|
119
|
+
'fabric.linking.preview_max_size': 'Prikaži potpuni zaslon',
|
|
120
|
+
'fabric.linking.preview_min_size': 'Zatvori potpuni zaslon',
|
|
121
|
+
'fabric.linking.priority_blocker': 'Blokada',
|
|
122
|
+
'fabric.linking.priority_critical': 'Kritični',
|
|
123
|
+
'fabric.linking.priority_high': 'Visoki',
|
|
124
|
+
'fabric.linking.priority_highest': 'Najveći',
|
|
125
|
+
'fabric.linking.priority_low': 'Niski',
|
|
126
|
+
'fabric.linking.priority_lowest': 'Najmanji',
|
|
127
|
+
'fabric.linking.priority_major': 'Visoki',
|
|
128
|
+
'fabric.linking.priority_medium': 'Srednji',
|
|
129
|
+
'fabric.linking.priority_minor': 'Niski',
|
|
130
|
+
'fabric.linking.priority_trivial': 'Trivijalan',
|
|
131
|
+
'fabric.linking.priority_undefined': 'Nedefiniran',
|
|
132
|
+
'fabric.linking.read_time': 'za čitanje potrebno {context} min.',
|
|
133
|
+
'fabric.linking.related': 'Povezani',
|
|
134
|
+
'fabric.linking.related_links_found_in': 'Pronađeno u',
|
|
135
|
+
'fabric.linking.related_links_includes_links_to': 'Uključuje poveznice na',
|
|
136
|
+
'fabric.linking.related_links_modal_error_header': 'Nešto nije u redu',
|
|
137
|
+
'fabric.linking.related_links_modal_error_message': 'Pojavio se problem pri pokušaju učitavanja nedavnih poveznica. Provjeri svoju vezu ili osvježi i pokušaj ponovno.',
|
|
138
|
+
'fabric.linking.related_links_modal_title': 'Nedavne poveznice',
|
|
139
|
+
'fabric.linking.related_links_modal_unavailable_header': 'Nema nedavnih poveznica',
|
|
140
|
+
'fabric.linking.related_links_modal_unavailable_message': 'Nismo pronašli nikakve poveznice za prikaz ovdje. Kontinuirano pregledavamo i dodajemo nedavne poveznice za ažurirane stranice ili druge vrste sadržaja.',
|
|
141
|
+
'fabric.linking.related_links_not_found': 'Nismo pronašli nikakve poveznice za prikaz ovdje.',
|
|
142
|
+
'fabric.linking.related_links_view_related_urls': 'Prikaži nedavne poveznice',
|
|
143
|
+
'fabric.linking.request_access': 'Zatraži pristup',
|
|
144
|
+
'fabric.linking.request_access_description': 'Tvoj tim koristi {product} za suradnju. Pošalji svom administratoru zahtjev za pristup.',
|
|
145
|
+
'fabric.linking.request_access_pending': 'Odobrenje na čekanju',
|
|
146
|
+
'fabric.linking.request_access_pending_description': 'Tvoj zahtjev za pristup {hostname} čeka odobrenje administratora.',
|
|
147
|
+
'fabric.linking.request_access_pending_title': 'Pristup {product} je na čekanju',
|
|
148
|
+
'fabric.linking.request_access_to_view': 'Zatraži pristup {context} za prikaz ovog pitanja',
|
|
149
|
+
'fabric.linking.request_access_to_view-issue-term-refresh': 'Zatraži pristup {context} za prikaz ovog radnog predmeta',
|
|
150
|
+
'fabric.linking.request_denied': 'Tvoj zahtjev za pristup je odbijen',
|
|
151
|
+
'fabric.linking.request_denied_description': 'Tvoj administrator nije odobrio tvoj zahtjev za prikaz {product} stranica iz {hostname}.',
|
|
152
|
+
'fabric.linking.restricted_link': 'Ograničena poveznica, pokušaj s drugim računom',
|
|
153
|
+
'fabric.linking.retry': 'Pokušaj ponovno',
|
|
154
|
+
'fabric.linking.save': 'Spremi',
|
|
155
|
+
'fabric.linking.sent_on_absolute': 'Poslano {context}',
|
|
156
|
+
'fabric.linking.sent_on_relative': 'Poslano {context}',
|
|
157
|
+
'fabric.linking.srclink': 'Prikaži u',
|
|
158
|
+
'fabric.linking.srclinkunknown': 'Prikaži izvornik',
|
|
159
|
+
'fabric.linking.status_change_load_error': 'Nismo uspjeli učitati statuse i prijelaze',
|
|
160
|
+
'fabric.linking.status_change_permission_error': 'Nemaš dopuštenje za promjenu statusa ovog pitanja.',
|
|
161
|
+
'fabric.linking.status_change_permission_error-issue-term-refresh': 'Nemaš dopuštenje za promjenu statusa ovog radnog predmeta.',
|
|
162
|
+
'fabric.linking.status_change_update_error': 'Nismo uspjeli ažurirati status',
|
|
163
|
+
'fabric.linking.try_again': 'Pokušaj ponovno',
|
|
164
|
+
'fabric.linking.try_another_account': 'Pokušaj s drugim računom',
|
|
165
|
+
'fabric.linking.unassigned': 'Nedodijeljeno',
|
|
166
|
+
'fabric.linking.unauthorised_account_description': 'Pokušavaš pregledati poveznicu na privatnu {context} stranicu. Preporučujemo da pregledaš URL ili kontaktiraš vlasnika stranice.',
|
|
167
|
+
'fabric.linking.unauthorised_account_description_no_provider': 'Pokušavaš pregledati poveznicu na privatnu stranicu. Preporučujemo da pregledaš URL ili kontaktiraš vlasnika stranice.',
|
|
168
|
+
'fabric.linking.unauthorised_account_name': 'Ne možemo prikazati privatne stranice tvrtke {context}',
|
|
169
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'Ne možemo prikazati privatne stranice',
|
|
170
|
+
'fabric.linking.unfollow': 'Prestani pratiti',
|
|
171
|
+
'fabric.linking.unfollow_goal': 'Prestani pratiti cilj',
|
|
172
|
+
'fabric.linking.unfollow_goal_description': 'Prestani pratiti za prestanak primanja obavijesti o ovom cilju',
|
|
173
|
+
'fabric.linking.unfollow_goal_error': 'Dogodila se greška dok smo pokušavali prestati pratiti cilj. Provjeri svoju vezu ili osvježi stranicu i pokušaj ponovno.',
|
|
174
|
+
'fabric.linking.unfollow_project': 'Prestani pratiti projekt',
|
|
175
|
+
'fabric.linking.unfollow_project_description': 'Prestani pratiti za prestanak primanja obavijesti o projektu',
|
|
176
|
+
'fabric.linking.unfollow_project_error': 'Dogodila se greška dok smo pokušavali prestati pratiti projekt. Provjeri svoju vezu ili osvježi stranicu i pokušaj ponovno.',
|
|
177
|
+
'fabric.linking.unlink_account': 'Poništi vezu s računom',
|
|
178
|
+
'fabric.linking.updated_by': 'Izmijenio/la {context}',
|
|
179
|
+
'fabric.linking.view': 'Prikaži'
|
|
180
|
+
};
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -132,6 +132,7 @@ var _default = exports.default = {
|
|
|
132
132
|
'fabric.linking.read_time': '{context} min czytania',
|
|
133
133
|
'fabric.linking.related': 'Powiązane',
|
|
134
134
|
'fabric.linking.related_links_found_in': 'Znaleziono w',
|
|
135
|
+
'fabric.linking.related_links_found_in_v2': 'Znaleziono w',
|
|
135
136
|
'fabric.linking.related_links_includes_links_to': 'Obejmuje łącza do',
|
|
136
137
|
'fabric.linking.related_links_includes_links_to_v2': 'Obejmuje łącza do',
|
|
137
138
|
'fabric.linking.related_links_modal_error_description': 'Sprawdź połączenie internetowe lub odśwież stronę, aby spróbować ponownie.',
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -132,6 +132,7 @@ var _default = exports.default = {
|
|
|
132
132
|
'fabric.linking.read_time': 'Время чтения: {context} мин.',
|
|
133
133
|
'fabric.linking.related': 'Связанное',
|
|
134
134
|
'fabric.linking.related_links_found_in': 'Упоминается в:',
|
|
135
|
+
'fabric.linking.related_links_found_in_v2': 'Найдено в:',
|
|
135
136
|
'fabric.linking.related_links_includes_links_to': 'Содержит ссылки на:',
|
|
136
137
|
'fabric.linking.related_links_includes_links_to_v2': 'Содержит ссылки на:',
|
|
137
138
|
'fabric.linking.related_links_modal_error_description': 'Проверьте подключение или обновите страницу, чтобы повторить попытку',
|