@atlaskit/smart-card 32.7.1 → 32.7.3
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 +20 -0
- package/analytics.spec.yaml +112 -53
- package/dist/cjs/classNames.js +14 -82
- package/dist/cjs/extractors/common/actions/extractActions.js +1 -67
- package/dist/cjs/i18n/cs.js +2 -4
- package/dist/cjs/i18n/da.js +2 -4
- package/dist/cjs/i18n/de.js +2 -4
- package/dist/cjs/i18n/en.js +2 -4
- package/dist/cjs/i18n/en_GB.js +2 -4
- package/dist/cjs/i18n/en_ZZ.js +2 -4
- package/dist/cjs/i18n/es.js +8 -10
- package/dist/cjs/i18n/fi.js +5 -7
- package/dist/cjs/i18n/fr.js +2 -4
- package/dist/cjs/i18n/hu.js +2 -4
- package/dist/cjs/i18n/it.js +2 -4
- package/dist/cjs/i18n/ja.js +8 -10
- package/dist/cjs/i18n/ko.js +2 -4
- package/dist/cjs/i18n/nb.js +2 -4
- package/dist/cjs/i18n/nl.js +2 -4
- package/dist/cjs/i18n/pl.js +2 -4
- package/dist/cjs/i18n/pt_BR.js +2 -4
- package/dist/cjs/i18n/ru.js +2 -4
- package/dist/cjs/i18n/sv.js +2 -4
- package/dist/cjs/i18n/th.js +2 -4
- package/dist/cjs/i18n/tr.js +8 -10
- package/dist/cjs/i18n/uk.js +2 -4
- package/dist/cjs/i18n/vi.js +2 -4
- package/dist/cjs/i18n/zh.js +2 -4
- package/dist/cjs/i18n/zh_TW.js +2 -4
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/components/Action.js +1 -58
- package/dist/cjs/view/BlockCard/index.js +29 -218
- package/dist/cjs/view/CardWithUrl/component.js +27 -14
- package/dist/cjs/view/CardWithUrl/loader.js +21 -7
- package/dist/cjs/view/HoverCard/components/views/resolved/index.js +35 -8
- package/dist/cjs/view/HoverCard/index.js +25 -8
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/classNames.js +12 -10
- package/dist/es2019/extractors/common/actions/extractActions.js +1 -55
- package/dist/es2019/i18n/cs.js +2 -4
- package/dist/es2019/i18n/da.js +2 -4
- package/dist/es2019/i18n/de.js +2 -4
- package/dist/es2019/i18n/en.js +2 -4
- package/dist/es2019/i18n/en_GB.js +2 -4
- package/dist/es2019/i18n/en_ZZ.js +2 -4
- package/dist/es2019/i18n/es.js +8 -10
- package/dist/es2019/i18n/fi.js +5 -7
- package/dist/es2019/i18n/fr.js +2 -4
- package/dist/es2019/i18n/hu.js +2 -4
- package/dist/es2019/i18n/it.js +2 -4
- package/dist/es2019/i18n/ja.js +8 -10
- package/dist/es2019/i18n/ko.js +2 -4
- package/dist/es2019/i18n/nb.js +2 -4
- package/dist/es2019/i18n/nl.js +2 -4
- package/dist/es2019/i18n/pl.js +2 -4
- package/dist/es2019/i18n/pt_BR.js +2 -4
- package/dist/es2019/i18n/ru.js +2 -4
- package/dist/es2019/i18n/sv.js +2 -4
- package/dist/es2019/i18n/th.js +2 -4
- package/dist/es2019/i18n/tr.js +8 -10
- package/dist/es2019/i18n/uk.js +2 -4
- package/dist/es2019/i18n/vi.js +2 -4
- package/dist/es2019/i18n/zh.js +2 -4
- package/dist/es2019/i18n/zh_TW.js +2 -4
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/components/Action.js +1 -48
- package/dist/es2019/view/BlockCard/index.js +27 -163
- package/dist/es2019/view/CardWithUrl/component.js +27 -14
- package/dist/es2019/view/CardWithUrl/loader.js +21 -7
- package/dist/es2019/view/HoverCard/components/views/resolved/index.js +33 -9
- package/dist/es2019/view/HoverCard/index.js +26 -8
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/classNames.js +12 -10
- package/dist/esm/extractors/common/actions/extractActions.js +1 -65
- package/dist/esm/i18n/cs.js +2 -4
- package/dist/esm/i18n/da.js +2 -4
- package/dist/esm/i18n/de.js +2 -4
- package/dist/esm/i18n/en.js +2 -4
- package/dist/esm/i18n/en_GB.js +2 -4
- package/dist/esm/i18n/en_ZZ.js +2 -4
- package/dist/esm/i18n/es.js +8 -10
- package/dist/esm/i18n/fi.js +5 -7
- package/dist/esm/i18n/fr.js +2 -4
- package/dist/esm/i18n/hu.js +2 -4
- package/dist/esm/i18n/it.js +2 -4
- package/dist/esm/i18n/ja.js +8 -10
- package/dist/esm/i18n/ko.js +2 -4
- package/dist/esm/i18n/nb.js +2 -4
- package/dist/esm/i18n/nl.js +2 -4
- package/dist/esm/i18n/pl.js +2 -4
- package/dist/esm/i18n/pt_BR.js +2 -4
- package/dist/esm/i18n/ru.js +2 -4
- package/dist/esm/i18n/sv.js +2 -4
- package/dist/esm/i18n/th.js +2 -4
- package/dist/esm/i18n/tr.js +8 -10
- package/dist/esm/i18n/uk.js +2 -4
- package/dist/esm/i18n/vi.js +2 -4
- package/dist/esm/i18n/zh.js +2 -4
- package/dist/esm/i18n/zh_TW.js +2 -4
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/components/Action.js +1 -54
- package/dist/esm/view/BlockCard/index.js +29 -164
- package/dist/esm/view/CardWithUrl/component.js +27 -14
- package/dist/esm/view/CardWithUrl/loader.js +21 -7
- package/dist/esm/view/HoverCard/components/views/resolved/index.js +36 -9
- package/dist/esm/view/HoverCard/index.js +25 -8
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/classNames.d.ts +12 -10
- package/dist/types/common/analytics/generated/analytics.types.d.ts +35 -1
- package/dist/types/extractors/common/actions/extractActions.d.ts +0 -8
- package/dist/types/extractors/common/actions/types.d.ts +0 -9
- package/dist/types/i18n/cs.d.ts +1 -3
- package/dist/types/i18n/da.d.ts +1 -3
- package/dist/types/i18n/de.d.ts +1 -3
- package/dist/types/i18n/en.d.ts +1 -3
- package/dist/types/i18n/en_GB.d.ts +1 -3
- package/dist/types/i18n/en_ZZ.d.ts +1 -3
- package/dist/types/i18n/es.d.ts +1 -3
- package/dist/types/i18n/fi.d.ts +1 -3
- package/dist/types/i18n/fr.d.ts +1 -3
- package/dist/types/i18n/hu.d.ts +1 -3
- package/dist/types/i18n/it.d.ts +1 -3
- package/dist/types/i18n/ja.d.ts +1 -3
- package/dist/types/i18n/ko.d.ts +1 -3
- package/dist/types/i18n/nb.d.ts +1 -3
- package/dist/types/i18n/nl.d.ts +1 -3
- package/dist/types/i18n/pl.d.ts +1 -3
- package/dist/types/i18n/pt_BR.d.ts +1 -3
- package/dist/types/i18n/ru.d.ts +1 -3
- package/dist/types/i18n/sv.d.ts +1 -3
- package/dist/types/i18n/th.d.ts +1 -3
- package/dist/types/i18n/tr.d.ts +1 -3
- package/dist/types/i18n/uk.d.ts +1 -3
- package/dist/types/i18n/vi.d.ts +1 -3
- package/dist/types/i18n/zh.d.ts +1 -3
- package/dist/types/i18n/zh_TW.d.ts +1 -3
- package/dist/types/types.d.ts +1 -0
- package/dist/types/utils/analytics/click.d.ts +1 -1
- package/dist/types/view/BlockCard/components/Action.d.ts +0 -4
- package/dist/types/view/BlockCard/index.d.ts +2 -17
- package/dist/types/view/BlockCard/types.d.ts +1 -6
- package/dist/types/view/Card/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/action/action-stack-item/action-button.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/utils.d.ts +1 -1
- package/dist/types/view/HoverCard/components/CustomPopupContainer.d.ts +1 -1
- package/dist/types/view/HoverCard/components/views/resolved/index.d.ts +1 -1
- package/dist/types-ts4.5/classNames.d.ts +12 -10
- package/dist/types-ts4.5/common/analytics/generated/analytics.types.d.ts +35 -1
- package/dist/types-ts4.5/extractors/common/actions/extractActions.d.ts +0 -8
- package/dist/types-ts4.5/extractors/common/actions/types.d.ts +0 -9
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -3
- package/dist/types-ts4.5/i18n/da.d.ts +1 -3
- package/dist/types-ts4.5/i18n/de.d.ts +1 -3
- package/dist/types-ts4.5/i18n/en.d.ts +1 -3
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -3
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -3
- package/dist/types-ts4.5/i18n/es.d.ts +1 -3
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -3
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -3
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -3
- package/dist/types-ts4.5/i18n/it.d.ts +1 -3
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -3
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -3
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -3
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -3
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -3
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -3
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -3
- package/dist/types-ts4.5/i18n/th.d.ts +1 -3
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -3
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -3
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -3
- package/dist/types-ts4.5/types.d.ts +1 -0
- package/dist/types-ts4.5/utils/analytics/click.d.ts +1 -1
- package/dist/types-ts4.5/view/BlockCard/components/Action.d.ts +0 -4
- package/dist/types-ts4.5/view/BlockCard/index.d.ts +2 -17
- package/dist/types-ts4.5/view/BlockCard/types.d.ts +1 -6
- package/dist/types-ts4.5/view/Card/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/action-button.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/utils.d.ts +1 -1
- package/dist/types-ts4.5/view/HoverCard/components/CustomPopupContainer.d.ts +1 -1
- package/dist/types-ts4.5/view/HoverCard/components/views/resolved/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/cjs/extractors/block/index.js +0 -96
- package/dist/cjs/extractors/block/types.js +0 -5
- package/dist/cjs/extractors/common/actions/extractPreviewAction.js +0 -106
- package/dist/cjs/state/reducers/types.js +0 -5
- package/dist/cjs/view/BlockCard/actions/AuthorizeAction.js +0 -22
- package/dist/cjs/view/BlockCard/actions/DownloadAction.js +0 -21
- package/dist/cjs/view/BlockCard/actions/PreviewAction.js +0 -35
- package/dist/cjs/view/BlockCard/actions/RetryAction.js +0 -35
- package/dist/cjs/view/BlockCard/actions/ViewAction.js +0 -21
- package/dist/cjs/view/BlockCard/components/ActionIcon.js +0 -57
- package/dist/cjs/view/BlockCard/components/ActionList.js +0 -78
- package/dist/cjs/view/BlockCard/components/CollaboratorList.js +0 -52
- package/dist/cjs/view/BlockCard/components/Content.js +0 -45
- package/dist/cjs/view/BlockCard/components/ContentFooter.js +0 -41
- package/dist/cjs/view/BlockCard/components/ContentHeader.js +0 -45
- package/dist/cjs/view/BlockCard/components/Emoji.js +0 -33
- package/dist/cjs/view/BlockCard/components/Link.js +0 -31
- package/dist/cjs/view/BlockCard/components/Name.js +0 -61
- package/dist/cjs/view/BlockCard/components/Provider.js +0 -57
- package/dist/cjs/view/BlockCard/components/Thumbnail.js +0 -62
- package/dist/cjs/view/BlockCard/components/UnresolvedText.js +0 -24
- package/dist/cjs/view/BlockCard/views/ErroredView.js +0 -91
- package/dist/cjs/view/BlockCard/views/ForbiddenView.js +0 -121
- package/dist/cjs/view/BlockCard/views/NotFoundView.js +0 -82
- package/dist/cjs/view/BlockCard/views/ResolvedView.js +0 -143
- package/dist/cjs/view/BlockCard/views/ResolvingView.js +0 -57
- package/dist/cjs/view/BlockCard/views/UnauthorizedView.js +0 -72
- package/dist/cjs/view/BlockCard/views/styled.js +0 -18
- package/dist/cjs/view/CardWithData/component.js +0 -66
- package/dist/cjs/view/CardWithData/types.js +0 -5
- package/dist/cjs/view/common/Byline.js +0 -52
- package/dist/cjs/view/common/Metadata.js +0 -56
- package/dist/cjs/view/common/MetadataList.js +0 -43
- package/dist/es2019/extractors/block/index.js +0 -86
- package/dist/es2019/extractors/block/types.js +0 -1
- package/dist/es2019/extractors/common/actions/extractPreviewAction.js +0 -91
- package/dist/es2019/state/reducers/types.js +0 -1
- package/dist/es2019/view/BlockCard/actions/AuthorizeAction.js +0 -9
- package/dist/es2019/view/BlockCard/actions/DownloadAction.js +0 -11
- package/dist/es2019/view/BlockCard/actions/PreviewAction.js +0 -23
- package/dist/es2019/view/BlockCard/actions/RetryAction.js +0 -8
- package/dist/es2019/view/BlockCard/actions/ViewAction.js +0 -11
- package/dist/es2019/view/BlockCard/components/ActionIcon.js +0 -51
- package/dist/es2019/view/BlockCard/components/ActionList.js +0 -63
- package/dist/es2019/view/BlockCard/components/CollaboratorList.js +0 -42
- package/dist/es2019/view/BlockCard/components/Content.js +0 -36
- package/dist/es2019/view/BlockCard/components/ContentFooter.js +0 -32
- package/dist/es2019/view/BlockCard/components/ContentHeader.js +0 -39
- package/dist/es2019/view/BlockCard/components/Emoji.js +0 -26
- package/dist/es2019/view/BlockCard/components/Link.js +0 -24
- package/dist/es2019/view/BlockCard/components/Name.js +0 -54
- package/dist/es2019/view/BlockCard/components/Provider.js +0 -51
- package/dist/es2019/view/BlockCard/components/Thumbnail.js +0 -58
- package/dist/es2019/view/BlockCard/components/UnresolvedText.js +0 -18
- package/dist/es2019/view/BlockCard/views/ErroredView.js +0 -78
- package/dist/es2019/view/BlockCard/views/ForbiddenView.js +0 -104
- package/dist/es2019/view/BlockCard/views/NotFoundView.js +0 -71
- package/dist/es2019/view/BlockCard/views/ResolvedView.js +0 -121
- package/dist/es2019/view/BlockCard/views/ResolvingView.js +0 -46
- package/dist/es2019/view/BlockCard/views/UnauthorizedView.js +0 -60
- package/dist/es2019/view/BlockCard/views/styled.js +0 -10
- package/dist/es2019/view/CardWithData/component.js +0 -43
- package/dist/es2019/view/CardWithData/types.js +0 -1
- package/dist/es2019/view/common/Byline.js +0 -44
- package/dist/es2019/view/common/Metadata.js +0 -49
- package/dist/es2019/view/common/MetadataList.js +0 -34
- package/dist/esm/extractors/block/index.js +0 -89
- package/dist/esm/extractors/block/types.js +0 -1
- package/dist/esm/extractors/common/actions/extractPreviewAction.js +0 -99
- package/dist/esm/state/reducers/types.js +0 -1
- package/dist/esm/view/BlockCard/actions/AuthorizeAction.js +0 -15
- package/dist/esm/view/BlockCard/actions/DownloadAction.js +0 -14
- package/dist/esm/view/BlockCard/actions/PreviewAction.js +0 -30
- package/dist/esm/view/BlockCard/actions/RetryAction.js +0 -28
- package/dist/esm/view/BlockCard/actions/ViewAction.js +0 -14
- package/dist/esm/view/BlockCard/components/ActionIcon.js +0 -50
- package/dist/esm/view/BlockCard/components/ActionList.js +0 -69
- package/dist/esm/view/BlockCard/components/CollaboratorList.js +0 -44
- package/dist/esm/view/BlockCard/components/Content.js +0 -38
- package/dist/esm/view/BlockCard/components/ContentFooter.js +0 -34
- package/dist/esm/view/BlockCard/components/ContentHeader.js +0 -38
- package/dist/esm/view/BlockCard/components/Emoji.js +0 -25
- package/dist/esm/view/BlockCard/components/Link.js +0 -24
- package/dist/esm/view/BlockCard/components/Name.js +0 -54
- package/dist/esm/view/BlockCard/components/Provider.js +0 -50
- package/dist/esm/view/BlockCard/components/Thumbnail.js +0 -57
- package/dist/esm/view/BlockCard/components/UnresolvedText.js +0 -17
- package/dist/esm/view/BlockCard/views/ErroredView.js +0 -87
- package/dist/esm/view/BlockCard/views/ForbiddenView.js +0 -113
- package/dist/esm/view/BlockCard/views/NotFoundView.js +0 -78
- package/dist/esm/view/BlockCard/views/ResolvedView.js +0 -135
- package/dist/esm/view/BlockCard/views/ResolvingView.js +0 -49
- package/dist/esm/view/BlockCard/views/UnauthorizedView.js +0 -68
- package/dist/esm/view/BlockCard/views/styled.js +0 -10
- package/dist/esm/view/CardWithData/component.js +0 -59
- package/dist/esm/view/CardWithData/types.js +0 -1
- package/dist/esm/view/common/Byline.js +0 -45
- package/dist/esm/view/common/Metadata.js +0 -48
- package/dist/esm/view/common/MetadataList.js +0 -35
- package/dist/types/extractors/block/index.d.ts +0 -10
- package/dist/types/extractors/block/types.d.ts +0 -13
- package/dist/types/extractors/common/actions/extractPreviewAction.d.ts +0 -14
- package/dist/types/state/reducers/types.d.ts +0 -4
- package/dist/types/view/BlockCard/actions/AuthorizeAction.d.ts +0 -2
- package/dist/types/view/BlockCard/actions/DownloadAction.d.ts +0 -4
- package/dist/types/view/BlockCard/actions/PreviewAction.d.ts +0 -27
- package/dist/types/view/BlockCard/actions/RetryAction.d.ts +0 -2
- package/dist/types/view/BlockCard/actions/ViewAction.d.ts +0 -4
- package/dist/types/view/BlockCard/components/ActionIcon.d.ts +0 -12
- package/dist/types/view/BlockCard/components/ActionList.d.ts +0 -10
- package/dist/types/view/BlockCard/components/CollaboratorList.d.ts +0 -18
- package/dist/types/view/BlockCard/components/Content.d.ts +0 -18
- package/dist/types/view/BlockCard/components/ContentFooter.d.ts +0 -12
- package/dist/types/view/BlockCard/components/ContentHeader.d.ts +0 -19
- package/dist/types/view/BlockCard/components/Emoji.d.ts +0 -10
- package/dist/types/view/BlockCard/components/Link.d.ts +0 -11
- package/dist/types/view/BlockCard/components/Name.d.ts +0 -21
- package/dist/types/view/BlockCard/components/Provider.d.ts +0 -11
- package/dist/types/view/BlockCard/components/Thumbnail.d.ts +0 -13
- package/dist/types/view/BlockCard/components/UnresolvedText.d.ts +0 -11
- package/dist/types/view/BlockCard/views/ErroredView.d.ts +0 -19
- package/dist/types/view/BlockCard/views/ForbiddenView.d.ts +0 -35
- package/dist/types/view/BlockCard/views/NotFoundView.d.ts +0 -26
- package/dist/types/view/BlockCard/views/ResolvedView.d.ts +0 -46
- package/dist/types/view/BlockCard/views/ResolvingView.d.ts +0 -18
- package/dist/types/view/BlockCard/views/UnauthorizedView.d.ts +0 -19
- package/dist/types/view/BlockCard/views/styled.d.ts +0 -5
- package/dist/types/view/CardWithData/component.d.ts +0 -5
- package/dist/types/view/CardWithData/types.d.ts +0 -15
- package/dist/types/view/common/Byline.d.ts +0 -13
- package/dist/types/view/common/Metadata.d.ts +0 -13
- package/dist/types/view/common/MetadataList.d.ts +0 -12
- package/dist/types-ts4.5/extractors/block/index.d.ts +0 -10
- package/dist/types-ts4.5/extractors/block/types.d.ts +0 -13
- package/dist/types-ts4.5/extractors/common/actions/extractPreviewAction.d.ts +0 -14
- package/dist/types-ts4.5/state/reducers/types.d.ts +0 -4
- package/dist/types-ts4.5/view/BlockCard/actions/AuthorizeAction.d.ts +0 -2
- package/dist/types-ts4.5/view/BlockCard/actions/DownloadAction.d.ts +0 -4
- package/dist/types-ts4.5/view/BlockCard/actions/PreviewAction.d.ts +0 -27
- package/dist/types-ts4.5/view/BlockCard/actions/RetryAction.d.ts +0 -2
- package/dist/types-ts4.5/view/BlockCard/actions/ViewAction.d.ts +0 -4
- package/dist/types-ts4.5/view/BlockCard/components/ActionIcon.d.ts +0 -12
- package/dist/types-ts4.5/view/BlockCard/components/ActionList.d.ts +0 -10
- package/dist/types-ts4.5/view/BlockCard/components/CollaboratorList.d.ts +0 -18
- package/dist/types-ts4.5/view/BlockCard/components/Content.d.ts +0 -18
- package/dist/types-ts4.5/view/BlockCard/components/ContentFooter.d.ts +0 -12
- package/dist/types-ts4.5/view/BlockCard/components/ContentHeader.d.ts +0 -19
- package/dist/types-ts4.5/view/BlockCard/components/Emoji.d.ts +0 -10
- package/dist/types-ts4.5/view/BlockCard/components/Link.d.ts +0 -11
- package/dist/types-ts4.5/view/BlockCard/components/Name.d.ts +0 -21
- package/dist/types-ts4.5/view/BlockCard/components/Provider.d.ts +0 -11
- package/dist/types-ts4.5/view/BlockCard/components/Thumbnail.d.ts +0 -13
- package/dist/types-ts4.5/view/BlockCard/components/UnresolvedText.d.ts +0 -11
- package/dist/types-ts4.5/view/BlockCard/views/ErroredView.d.ts +0 -19
- package/dist/types-ts4.5/view/BlockCard/views/ForbiddenView.d.ts +0 -35
- package/dist/types-ts4.5/view/BlockCard/views/NotFoundView.d.ts +0 -26
- package/dist/types-ts4.5/view/BlockCard/views/ResolvedView.d.ts +0 -46
- package/dist/types-ts4.5/view/BlockCard/views/ResolvingView.d.ts +0 -18
- package/dist/types-ts4.5/view/BlockCard/views/UnauthorizedView.d.ts +0 -19
- package/dist/types-ts4.5/view/BlockCard/views/styled.d.ts +0 -5
- package/dist/types-ts4.5/view/CardWithData/component.d.ts +0 -5
- package/dist/types-ts4.5/view/CardWithData/types.d.ts +0 -15
- package/dist/types-ts4.5/view/common/Byline.d.ts +0 -13
- package/dist/types-ts4.5/view/common/Metadata.d.ts +0 -13
- package/dist/types-ts4.5/view/common/MetadataList.d.ts +0 -12
|
@@ -12,6 +12,7 @@ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
|
12
12
|
var _useAnalyticsEvents2 = require("../../common/analytics/generated/use-analytics-events");
|
|
13
13
|
var _constants = require("../../constants");
|
|
14
14
|
var _state = require("../../state");
|
|
15
|
+
var _analytics = require("../../state/analytics");
|
|
15
16
|
var _helpers = require("../../state/helpers");
|
|
16
17
|
var _modal = require("../../state/modal");
|
|
17
18
|
var _utils = require("../../utils");
|
|
@@ -166,16 +167,32 @@ function Component(_ref) {
|
|
|
166
167
|
// - the unresolved states: viz. forbidden, not_found, unauthorized, errored.
|
|
167
168
|
(0, _react.useEffect)(function () {
|
|
168
169
|
if ((0, _helpers.isFinalState)(state.status)) {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
170
|
+
if ((0, _platformFeatureFlags.fg)('platform-smart-card-migrate-embed-modal-analytics')) {
|
|
171
|
+
(0, _analytics.succeedUfoExperience)('smart-link-rendered', id || 'NULL', {
|
|
172
|
+
extensionKey: extensionKey,
|
|
173
|
+
display: isFlexibleUi ? 'flexible' : appearance
|
|
174
|
+
});
|
|
175
|
+
|
|
176
|
+
// UFO will disregard this if authentication experience has not yet been started
|
|
177
|
+
(0, _analytics.succeedUfoExperience)('smart-link-authenticated', id || 'NULL', {
|
|
178
|
+
display: isFlexibleUi ? 'flexible' : appearance
|
|
179
|
+
});
|
|
180
|
+
fireEvent('ui.smartLink.renderSuccess', {
|
|
181
|
+
definitionId: definitionId !== null && definitionId !== void 0 ? definitionId : null,
|
|
182
|
+
display: isFlexibleUi ? 'flexible' : appearance
|
|
183
|
+
});
|
|
184
|
+
} else {
|
|
185
|
+
analytics.ui.renderSuccessEvent({
|
|
186
|
+
display: isFlexibleUi ? 'flexible' : appearance,
|
|
187
|
+
status: state.status,
|
|
188
|
+
id: id,
|
|
189
|
+
definitionId: definitionId,
|
|
190
|
+
extensionKey: extensionKey,
|
|
191
|
+
canBeDatasource: canBeDatasource
|
|
192
|
+
});
|
|
193
|
+
}
|
|
177
194
|
}
|
|
178
|
-
}, [isFlexibleUi, appearance, state.status, url, definitionId, extensionKey, analytics.ui, id, canBeDatasource]);
|
|
195
|
+
}, [isFlexibleUi, appearance, state.status, url, definitionId, extensionKey, analytics.ui, id, canBeDatasource, fireEvent]);
|
|
179
196
|
var onIframeDwell = (0, _react.useCallback)(function (dwellTime, dwellPercentVisible) {
|
|
180
197
|
fireEvent('ui.smartLinkIframe.dwelled', {
|
|
181
198
|
id: id,
|
|
@@ -259,17 +276,13 @@ function Component(_ref) {
|
|
|
259
276
|
authFlow: config && config.authFlow,
|
|
260
277
|
cardState: state,
|
|
261
278
|
handleAuthorize: services.length && handleAuthorize || undefined,
|
|
262
|
-
handleErrorRetry: handleRetry,
|
|
263
|
-
handleInvoke: handleInvoke,
|
|
264
279
|
handleFrameClick: handleClickWrapper,
|
|
265
280
|
analytics: analytics,
|
|
266
281
|
isSelected: isSelected,
|
|
267
282
|
onResolve: onResolve,
|
|
268
283
|
onError: onError,
|
|
269
284
|
testId: testId,
|
|
270
|
-
actionOptions: actionOptions
|
|
271
|
-
platform: platform,
|
|
272
|
-
enableFlexibleBlockCard: true
|
|
285
|
+
actionOptions: actionOptions
|
|
273
286
|
});
|
|
274
287
|
case 'embed':
|
|
275
288
|
return /*#__PURE__*/_react.default.createElement(_EmbedCard.EmbedCard, {
|
|
@@ -12,7 +12,9 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
12
12
|
var _reactErrorBoundary = require("react-error-boundary");
|
|
13
13
|
var _reactMagneticDi = require("react-magnetic-di");
|
|
14
14
|
var _uuid = _interopRequireDefault(require("uuid"));
|
|
15
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
15
16
|
var _useAnalyticsEvents2 = require("../../common/analytics/generated/use-analytics-events");
|
|
17
|
+
var _state = require("../../state");
|
|
16
18
|
var _analytics = require("../../state/analytics");
|
|
17
19
|
var _utils = require("../../utils");
|
|
18
20
|
var _flexible = require("../../utils/flexible");
|
|
@@ -68,7 +70,7 @@ function CardWithURLRenderer(props) {
|
|
|
68
70
|
removeTextHighlightingFromTitle = props.removeTextHighlightingFromTitle,
|
|
69
71
|
resolvingPlaceholder = props.resolvingPlaceholder,
|
|
70
72
|
truncateInline = props.truncateInline;
|
|
71
|
-
var analytics = (0,
|
|
73
|
+
var analytics = (0, _state.useSmartLinkAnalytics)(url !== null && url !== void 0 ? url : '', id);
|
|
72
74
|
var isFlexibleUi = (0, _flexible.isFlexibleUiCard)(children);
|
|
73
75
|
var errorHandler = (0, _react.useCallback)(function (error, info) {
|
|
74
76
|
var componentStack = info.componentStack;
|
|
@@ -88,12 +90,24 @@ function CardWithURLRenderer(props) {
|
|
|
88
90
|
definitionId: null
|
|
89
91
|
});
|
|
90
92
|
} else if (error.name !== 'APIError') {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
id
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
93
|
+
if ((0, _platformFeatureFlags.fg)('platform-smart-card-migrate-embed-modal-analytics')) {
|
|
94
|
+
(0, _analytics.startUfoExperience)('smart-link-rendered', id || 'NULL');
|
|
95
|
+
(0, _analytics.failUfoExperience)('smart-link-rendered', id || 'NULL');
|
|
96
|
+
(0, _analytics.failUfoExperience)('smart-link-authenticated', id || 'NULL');
|
|
97
|
+
fireEvent('ui.smartLink.renderFailed', {
|
|
98
|
+
display: isFlexibleUi ? 'flexible' : appearance,
|
|
99
|
+
id: id !== null && id !== void 0 ? id : null,
|
|
100
|
+
error: error,
|
|
101
|
+
errorInfo: errorInfo
|
|
102
|
+
});
|
|
103
|
+
} else {
|
|
104
|
+
analytics.ui.renderFailedEvent({
|
|
105
|
+
display: isFlexibleUi ? 'flexible' : appearance,
|
|
106
|
+
id: id,
|
|
107
|
+
error: error,
|
|
108
|
+
errorInfo: errorInfo
|
|
109
|
+
});
|
|
110
|
+
}
|
|
97
111
|
}
|
|
98
112
|
onError && onError({
|
|
99
113
|
status: 'errored',
|
|
@@ -8,7 +8,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
8
8
|
exports.default = void 0;
|
|
9
9
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
12
|
+
var _useAnalyticsEvents2 = require("../../../../../common/analytics/generated/use-analytics-events");
|
|
11
13
|
var _constants = require("../../../../../constants");
|
|
14
|
+
var _analytics = require("../../../../../state/analytics");
|
|
12
15
|
var _helpers = require("../../../../../state/helpers");
|
|
13
16
|
var _FlexibleCard = _interopRequireDefault(require("../../../../FlexibleCard"));
|
|
14
17
|
var _blocks = require("../../../../FlexibleCard/components/blocks");
|
|
@@ -25,17 +28,41 @@ var HoverCardResolvedView = function HoverCardResolvedView(_ref) {
|
|
|
25
28
|
flexibleCardProps = _ref.flexibleCardProps,
|
|
26
29
|
isAISummaryEnabled = _ref.isAISummaryEnabled,
|
|
27
30
|
onActionClick = _ref.onActionClick,
|
|
28
|
-
titleBlockProps = _ref.titleBlockProps
|
|
29
|
-
|
|
31
|
+
titleBlockProps = _ref.titleBlockProps,
|
|
32
|
+
id = _ref.id;
|
|
33
|
+
var _useAnalyticsEvents = (0, _useAnalyticsEvents2.useAnalyticsEvents)(),
|
|
34
|
+
fireEvent = _useAnalyticsEvents.fireEvent;
|
|
35
|
+
var definitionId = _react.default.useMemo(function () {
|
|
36
|
+
return (0, _helpers.getDefinitionId)(cardState.details);
|
|
37
|
+
}, [cardState.details]);
|
|
38
|
+
var canBeDatasource = _react.default.useMemo(function () {
|
|
39
|
+
return (0, _helpers.getCanBeDatasource)(cardState.details);
|
|
40
|
+
}, [cardState.details]);
|
|
30
41
|
(0, _react.useEffect)(function () {
|
|
31
42
|
// Since this hover view is only rendered on resolved status,
|
|
32
43
|
// there is no need to check for statuses.
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
44
|
+
if ((0, _platformFeatureFlags.fg)('platform-smart-card-migrate-embed-modal-analytics')) {
|
|
45
|
+
(0, _analytics.succeedUfoExperience)('smart-link-rendered', id || 'NULL', {
|
|
46
|
+
extensionKey: extensionKey,
|
|
47
|
+
display: _constants.CardDisplay.HoverCardPreview
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
// UFO will disregard this if authentication experience has not yet been started
|
|
51
|
+
(0, _analytics.succeedUfoExperience)('smart-link-authenticated', id || 'NULL', {
|
|
52
|
+
display: _constants.CardDisplay.HoverCardPreview
|
|
53
|
+
});
|
|
54
|
+
fireEvent('ui.smartLink.renderSuccess', {
|
|
55
|
+
definitionId: definitionId !== null && definitionId !== void 0 ? definitionId : null,
|
|
56
|
+
display: _constants.CardDisplay.HoverCardPreview
|
|
57
|
+
});
|
|
58
|
+
} else {
|
|
59
|
+
analytics.ui.renderSuccessEvent({
|
|
60
|
+
display: _constants.CardDisplay.HoverCardPreview,
|
|
61
|
+
status: cardState.status,
|
|
62
|
+
canBeDatasource: canBeDatasource
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
}, [analytics.ui, cardState.status, canBeDatasource, fireEvent, definitionId, extensionKey, id]);
|
|
39
66
|
var data = (_cardState$details = cardState.details) === null || _cardState$details === void 0 ? void 0 : _cardState$details.data;
|
|
40
67
|
var _useMemo = (0, _react.useMemo)(function () {
|
|
41
68
|
return (0, _utils.getMetadata)(extensionKey, data);
|
|
@@ -9,7 +9,10 @@ var _react2 = require("@emotion/react");
|
|
|
9
9
|
var _reactErrorBoundary = require("react-error-boundary");
|
|
10
10
|
var _reactMagneticDi = require("react-magnetic-di");
|
|
11
11
|
var _analyticsNext = require("@atlaskit/analytics-next");
|
|
12
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
13
|
+
var _useAnalyticsEvents2 = require("../../common/analytics/generated/use-analytics-events");
|
|
12
14
|
var _constants = require("../../constants");
|
|
15
|
+
var _state = require("../../state");
|
|
13
16
|
var _analytics = require("../../state/analytics");
|
|
14
17
|
var _modal = require("../../state/modal");
|
|
15
18
|
var _HoverCardComponent = require("./components/HoverCardComponent");
|
|
@@ -21,18 +24,32 @@ var _HoverCardComponent = require("./components/HoverCardComponent");
|
|
|
21
24
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
22
25
|
|
|
23
26
|
var HoverCardWithErrorBoundary = function HoverCardWithErrorBoundary(props) {
|
|
27
|
+
var _useAnalyticsEvents = (0, _useAnalyticsEvents2.useAnalyticsEvents)(),
|
|
28
|
+
fireEvent = _useAnalyticsEvents.fireEvent;
|
|
24
29
|
var url = props.url,
|
|
25
30
|
id = props.id,
|
|
26
31
|
children = props.children;
|
|
27
|
-
var analytics = (0,
|
|
32
|
+
var analytics = (0, _state.useSmartLinkAnalytics)(url, id);
|
|
28
33
|
var onError = (0, _react.useCallback)(function (error, info) {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
id
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
if ((0, _platformFeatureFlags.fg)('platform-smart-card-migrate-embed-modal-analytics')) {
|
|
35
|
+
(0, _analytics.startUfoExperience)('smart-link-rendered', id || 'NULL');
|
|
36
|
+
(0, _analytics.failUfoExperience)('smart-link-rendered', id || 'NULL');
|
|
37
|
+
(0, _analytics.failUfoExperience)('smart-link-authenticated', id || 'NULL');
|
|
38
|
+
fireEvent('ui.smartLink.renderFailed', {
|
|
39
|
+
display: _constants.CardDisplay.HoverCardPreview,
|
|
40
|
+
id: id !== null && id !== void 0 ? id : null,
|
|
41
|
+
error: error,
|
|
42
|
+
errorInfo: info
|
|
43
|
+
});
|
|
44
|
+
} else {
|
|
45
|
+
analytics.ui.renderFailedEvent({
|
|
46
|
+
display: _constants.CardDisplay.HoverCardPreview,
|
|
47
|
+
id: id,
|
|
48
|
+
error: error,
|
|
49
|
+
errorInfo: info
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
}, [analytics.ui, id, fireEvent]);
|
|
36
53
|
return (0, _react2.jsx)(_reactErrorBoundary.ErrorBoundary, {
|
|
37
54
|
fallback: children,
|
|
38
55
|
onError: onError
|
|
@@ -20,7 +20,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId", "isLink
|
|
|
20
20
|
_excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
|
|
21
21
|
var PACKAGE_DATA = {
|
|
22
22
|
packageName: "@atlaskit/smart-card",
|
|
23
|
-
packageVersion: "32.7.
|
|
23
|
+
packageVersion: "32.7.3",
|
|
24
24
|
componentName: 'linkUrl'
|
|
25
25
|
};
|
|
26
26
|
var Anchor = (0, _click.withLinkClickedEvent)('a');
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
1
|
+
export const contentFooterClassName = 'smart-link-content-footer';
|
|
2
|
+
export const metadataListClassName = 'smart-link-metadata-list';
|
|
3
|
+
export const blockCardResolvingViewClassName = 'block-card-resolving-view';
|
|
4
|
+
export const blockCardResolvedViewClassName = 'block-card-resolved-view';
|
|
5
|
+
export const blockCardResolvedViewByClassName = 'block-card-resolved-view-by';
|
|
6
|
+
export const blockCardForbiddenViewClassName = 'block-card-forbidden-view';
|
|
7
|
+
export const blockCardForbiddenViewLinkClassName = 'block-card-forbidden-view-link';
|
|
6
8
|
export { blockCardIconImageClassName } from './view/common/Icon';
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
9
|
+
export const blockCardContentClassName = 'block-card-content';
|
|
10
|
+
export const blockCardContentHeaderClassName = 'block-card-content-header';
|
|
11
|
+
export const blockCardContentHeaderNameClassName = 'block-card-content-header-name';
|
|
12
|
+
export const blockCardNotFoundViewClassName = 'block-card-not-found-view';
|
|
13
|
+
export const blockCardErroredViewClassName = 'block-card-errored-view';
|
|
@@ -1,46 +1,3 @@
|
|
|
1
|
-
import { canShowAction } from '../../../utils/actions/can-show-action';
|
|
2
|
-
import { DownloadAction } from '../../../view/BlockCard/actions/DownloadAction';
|
|
3
|
-
import { ViewAction } from '../../../view/BlockCard/actions/ViewAction';
|
|
4
|
-
import { CardAction } from '../../../view/Card/types';
|
|
5
|
-
const isClientAction = action => ['ViewAction', 'DownloadAction'].indexOf(action['@type']) > -1;
|
|
6
|
-
const getClientAction = (jsonLd, action) => {
|
|
7
|
-
switch (action['@type']) {
|
|
8
|
-
case 'ViewAction':
|
|
9
|
-
return ViewAction({
|
|
10
|
-
url: jsonLd.url
|
|
11
|
-
});
|
|
12
|
-
case 'DownloadAction':
|
|
13
|
-
return DownloadAction({
|
|
14
|
-
url: jsonLd['atlassian:downloadUrl']
|
|
15
|
-
});
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
const isActionEnabled = (action, actionOptions) => {
|
|
19
|
-
switch (action['@type']) {
|
|
20
|
-
case 'ViewAction':
|
|
21
|
-
return canShowAction(CardAction.ViewAction, actionOptions);
|
|
22
|
-
case 'DownloadAction':
|
|
23
|
-
return canShowAction(CardAction.DownloadAction, actionOptions);
|
|
24
|
-
}
|
|
25
|
-
return true;
|
|
26
|
-
};
|
|
27
|
-
const getClientActionProps = (jsonLd, action, handler) => {
|
|
28
|
-
const clientAction = getClientAction(jsonLd, action);
|
|
29
|
-
const clientActionInvokeOpts = {
|
|
30
|
-
type: 'client',
|
|
31
|
-
key: action.identifier,
|
|
32
|
-
action: {
|
|
33
|
-
type: action['@type'],
|
|
34
|
-
promise: clientAction.promise
|
|
35
|
-
}
|
|
36
|
-
};
|
|
37
|
-
// Send client actions through common invocation flow; for analytics
|
|
38
|
-
// and, in future, in order to propagate state changes.
|
|
39
|
-
return {
|
|
40
|
-
...clientAction,
|
|
41
|
-
promise: () => handler(clientActionInvokeOpts)
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
1
|
export const getActionsFromJsonLd = jsonLd => {
|
|
45
2
|
let actions = jsonLd && jsonLd['schema:potentialAction'];
|
|
46
3
|
if (!actions) {
|
|
@@ -50,15 +7,4 @@ export const getActionsFromJsonLd = jsonLd => {
|
|
|
50
7
|
actions = [actions];
|
|
51
8
|
}
|
|
52
9
|
return actions;
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @private
|
|
57
|
-
* @deprecated - use flexible extractors instead
|
|
58
|
-
*/
|
|
59
|
-
export function extractClientActions(jsonLd, handler, actionOptions) {
|
|
60
|
-
const actions = getActionsFromJsonLd(jsonLd);
|
|
61
|
-
const clientActions = actions.filter(action => isClientAction(action) && isActionEnabled(action, actionOptions));
|
|
62
|
-
const clientActionImpls = clientActions.map(action => getClientActionProps(jsonLd, action, handler));
|
|
63
|
-
return clientActionImpls;
|
|
64
|
-
}
|
|
10
|
+
};
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -38,7 +38,7 @@ export default {
|
|
|
38
38
|
'fabric.linking.automation-action.confluence.page.modal.description': 'Použijte automatizaci u položky <b>{name}</b>.{br}Dostupné výběry jsou určeny správci Confluence a prostorů.',
|
|
39
39
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizace stránek',
|
|
40
40
|
'fabric.linking.automation-action.icon.label': 'Ikona automatizace',
|
|
41
|
-
'fabric.linking.automation-action.title': 'Zobrazit pravidla automatizace
|
|
41
|
+
'fabric.linking.automation-action.title': 'Zobrazit pravidla automatizace',
|
|
42
42
|
'fabric.linking.automation-action.tooltip': 'Vyberte pravidlo automatizace, které chcete spustit.',
|
|
43
43
|
'fabric.linking.beta': 'Beta',
|
|
44
44
|
'fabric.linking.cancel': 'Zrušit',
|
|
@@ -90,7 +90,6 @@ export default {
|
|
|
90
90
|
'fabric.linking.invalid_permissions': 'Omezený obsah',
|
|
91
91
|
'fabric.linking.invalid_permissions_description': 'Pokud si chcete zobrazit tento náhled, požádejte o přístup nebo vyzkoušejte jiný účet.',
|
|
92
92
|
'fabric.linking.join_to_view': 'Chcete-li si zobrazit tento požadavek, připojte se ke službě {context}.',
|
|
93
|
-
'fabric.linking.last_mentioned_in': 'Naposledy zmíněno v:',
|
|
94
93
|
'fabric.linking.learn_more_about_connecting_account': 'Další informace o propojení účtu s produkty Atlassian.',
|
|
95
94
|
'fabric.linking.learn_more_about_smart_links': 'Další informace o chytrých odkazech',
|
|
96
95
|
'fabric.linking.link_safety_warning_message': 'Odkaz {unsafeLinkText} vás přesměruje na jiný web (<a>actual link here</a>)',
|
|
@@ -131,8 +130,7 @@ export default {
|
|
|
131
130
|
'fabric.linking.related_links_modal_unavailable_header': 'Žádné nedávné odkazy',
|
|
132
131
|
'fabric.linking.related_links_modal_unavailable_message': 'Nebyly nalezeny žádné odkazy, které bychom tu mohli zobrazit. Neustále kontrolujeme a přidáváme odkazy na nedávno aktualizované stránky nebo jiné typy obsahu.',
|
|
133
132
|
'fabric.linking.related_links_not_found': 'Nebyly nalezeny žádné odkazy, které bychom tu mohli zobrazit.',
|
|
134
|
-
'fabric.linking.related_links_view_related_urls
|
|
135
|
-
'fabric.linking.related_work_items_not_found': 'Tento odkaz není nikde jinde zmíněn.',
|
|
133
|
+
'fabric.linking.related_links_view_related_urls': 'Zobrazit nedávné odkazy',
|
|
136
134
|
'fabric.linking.request_access': 'Požádat o přístup',
|
|
137
135
|
'fabric.linking.request_access_description': 'Váš tým spolupracuje v {product}. Pošlete správci žádost o přístup.',
|
|
138
136
|
'fabric.linking.request_access_pending': 'Čeká na schválení',
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -38,7 +38,7 @@ export default {
|
|
|
38
38
|
'fabric.linking.automation-action.confluence.page.modal.description': 'Anvend en automatisering til <b>{name}</b>.{br}De tilgængelige valg styres af Confluence- og områdeadministratorer.',
|
|
39
39
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Sideautomatiseringer',
|
|
40
40
|
'fabric.linking.automation-action.icon.label': 'Ikon for automatisering',
|
|
41
|
-
'fabric.linking.automation-action.title': '
|
|
41
|
+
'fabric.linking.automation-action.title': 'Vis automatiseringsregler',
|
|
42
42
|
'fabric.linking.automation-action.tooltip': 'Vælg en automatiseringsregel, der skal køres',
|
|
43
43
|
'fabric.linking.beta': 'Beta',
|
|
44
44
|
'fabric.linking.cancel': 'Annuller',
|
|
@@ -90,7 +90,6 @@ export default {
|
|
|
90
90
|
'fabric.linking.invalid_permissions': 'Begrænset indhold',
|
|
91
91
|
'fabric.linking.invalid_permissions_description': 'Anmod om adgang, eller prøv med en anden konto for at se denne forhåndsvisning.',
|
|
92
92
|
'fabric.linking.join_to_view': 'Deltag i {context} for at se denne sag',
|
|
93
|
-
'fabric.linking.last_mentioned_in': 'Sidst omtalt i',
|
|
94
93
|
'fabric.linking.learn_more_about_connecting_account': 'Få mere at vide om, hvordan du knytter din konto til Atlassian-produkter.',
|
|
95
94
|
'fabric.linking.learn_more_about_smart_links': 'Få mere at vide om intelligente links.',
|
|
96
95
|
'fabric.linking.link_safety_warning_message': 'Linket {unsafeLinkText} fører dig til et andet websted, <a>actual link here</a>',
|
|
@@ -131,8 +130,7 @@ export default {
|
|
|
131
130
|
'fabric.linking.related_links_modal_unavailable_header': 'Ingen nylige links',
|
|
132
131
|
'fabric.linking.related_links_modal_unavailable_message': 'Vi fandt ikke nogen links at vise her. Vi gennemgår løbende og tilføjer nylige links til opdaterede sider eller andre indholdstyper.',
|
|
133
132
|
'fabric.linking.related_links_not_found': 'Vi fandt ikke nogen links.',
|
|
134
|
-
'fabric.linking.related_links_view_related_urls
|
|
135
|
-
'fabric.linking.related_work_items_not_found': 'Dette link omtales ikke andre steder.',
|
|
133
|
+
'fabric.linking.related_links_view_related_urls': 'Vis nylige links',
|
|
136
134
|
'fabric.linking.request_access': 'Anmod om adgang',
|
|
137
135
|
'fabric.linking.request_access_description': 'Dit team bruger {product} til at samarbejde. Send din administrator en anmodning om adgang.',
|
|
138
136
|
'fabric.linking.request_access_pending': 'Afventer godkendelse',
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -38,7 +38,7 @@ export default {
|
|
|
38
38
|
'fabric.linking.automation-action.confluence.page.modal.description': 'Wenden Sie eine Automatisierung auf <b>{name}</b> an.{br}Die verfügbaren Auswahlen werden von Confluence- und Bereichsadministratoren gesteuert.',
|
|
39
39
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Seitenautomatisierungen',
|
|
40
40
|
'fabric.linking.automation-action.icon.label': 'Symbol: Automatisierung',
|
|
41
|
-
'fabric.linking.automation-action.title': 'Automatisierungsregeln anzeigen
|
|
41
|
+
'fabric.linking.automation-action.title': 'Automatisierungsregeln anzeigen',
|
|
42
42
|
'fabric.linking.automation-action.tooltip': 'Wählen Sie eine Automatisierungsregel aus, die ausgeführt werden soll.',
|
|
43
43
|
'fabric.linking.beta': 'Beta',
|
|
44
44
|
'fabric.linking.cancel': 'Abbrechen',
|
|
@@ -90,7 +90,6 @@ export default {
|
|
|
90
90
|
'fabric.linking.invalid_permissions': 'Inhalt mit Beschränkungen',
|
|
91
91
|
'fabric.linking.invalid_permissions_description': 'Bitte senden Sie eine Zugriffsanfrage oder versuchen Sie, die Vorschau über ein anderes Konto anzusehen.',
|
|
92
92
|
'fabric.linking.join_to_view': '{context} beitreten, um diesen Vorgang anzuzeigen',
|
|
93
|
-
'fabric.linking.last_mentioned_in': 'Zuletzt erwähnt in',
|
|
94
93
|
'fabric.linking.learn_more_about_connecting_account': 'Weitere Informationen zum Verbinden Ihres Kontos mit Atlassian-Produkten',
|
|
95
94
|
'fabric.linking.learn_more_about_smart_links': 'Mehr über intelligente Links erfahren',
|
|
96
95
|
'fabric.linking.link_safety_warning_message': 'Über den Link {unsafeLinkText} gelangen Sie zu einer anderen Site, <a>actual link here</a>',
|
|
@@ -131,8 +130,7 @@ export default {
|
|
|
131
130
|
'fabric.linking.related_links_modal_unavailable_header': 'Keine zuletzt aufgerufenen Links',
|
|
132
131
|
'fabric.linking.related_links_modal_unavailable_message': 'Es wurden keine Links zum Anzeigen gefunden. Die zuletzt aufgerufenen Links werden fortlaufend auf aktualisierte Seiten oder andere Inhaltstypen geprüft und ggf. hinzugefügt.',
|
|
133
132
|
'fabric.linking.related_links_not_found': 'Es wurden keine Links zum Anzeigen gefunden.',
|
|
134
|
-
'fabric.linking.related_links_view_related_urls
|
|
135
|
-
'fabric.linking.related_work_items_not_found': 'Dieser Link wird nirgendwo sonst erwähnt.',
|
|
133
|
+
'fabric.linking.related_links_view_related_urls': 'Letzte Links anzeigen',
|
|
136
134
|
'fabric.linking.request_access': 'Zugriff anfordern',
|
|
137
135
|
'fabric.linking.request_access_description': 'Ihr Team verwendet {product} zur Zusammenarbeit. Senden Sie Ihrem Administrator eine Zugriffsanfrage.',
|
|
138
136
|
'fabric.linking.request_access_pending': 'Genehmigung ausstehend',
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -38,7 +38,7 @@ export default {
|
|
|
38
38
|
'fabric.linking.automation-action.confluence.page.modal.description': 'Apply an automation to <b>{name}</b>.{br}The available selections are controlled by Confluence and space administrators.',
|
|
39
39
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Page automations',
|
|
40
40
|
'fabric.linking.automation-action.icon.label': 'Automation icon',
|
|
41
|
-
'fabric.linking.automation-action.title': 'View automation rules
|
|
41
|
+
'fabric.linking.automation-action.title': 'View automation rules',
|
|
42
42
|
'fabric.linking.automation-action.tooltip': 'Select an automation rule to run',
|
|
43
43
|
'fabric.linking.beta': 'Beta',
|
|
44
44
|
'fabric.linking.cancel': 'Cancel',
|
|
@@ -90,7 +90,6 @@ export default {
|
|
|
90
90
|
'fabric.linking.invalid_permissions': 'Restricted content',
|
|
91
91
|
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
92
92
|
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
93
|
-
'fabric.linking.last_mentioned_in': 'Last mentioned in',
|
|
94
93
|
'fabric.linking.learn_more_about_connecting_account': 'Learn more about connecting your account to Atlassian products.',
|
|
95
94
|
'fabric.linking.learn_more_about_smart_links': 'Learn more about Smart Links.',
|
|
96
95
|
'fabric.linking.link_safety_warning_message': 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
|
|
@@ -131,8 +130,7 @@ export default {
|
|
|
131
130
|
'fabric.linking.related_links_modal_unavailable_header': 'No recent links',
|
|
132
131
|
'fabric.linking.related_links_modal_unavailable_message': "We didn't find any links to show here. We continuously review and add recent links for updated pages or other content types.",
|
|
133
132
|
'fabric.linking.related_links_not_found': "We didn't find any links to show here.",
|
|
134
|
-
'fabric.linking.related_links_view_related_urls
|
|
135
|
-
'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
|
|
133
|
+
'fabric.linking.related_links_view_related_urls': 'View recent links',
|
|
136
134
|
'fabric.linking.request_access': 'Request access',
|
|
137
135
|
'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
|
|
138
136
|
'fabric.linking.request_access_pending': 'Pending approval',
|
|
@@ -38,7 +38,7 @@ export default {
|
|
|
38
38
|
'fabric.linking.automation-action.confluence.page.modal.description': 'Apply an automation to <b>{name}</b>.{br}The available selections are controlled by Confluence and space administrators.',
|
|
39
39
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Page automations',
|
|
40
40
|
'fabric.linking.automation-action.icon.label': 'Automation icon',
|
|
41
|
-
'fabric.linking.automation-action.title': 'View automation rules
|
|
41
|
+
'fabric.linking.automation-action.title': 'View automation rules',
|
|
42
42
|
'fabric.linking.automation-action.tooltip': 'Select an automation rule to run',
|
|
43
43
|
'fabric.linking.beta': 'Beta',
|
|
44
44
|
'fabric.linking.cancel': 'Cancel',
|
|
@@ -90,7 +90,6 @@ export default {
|
|
|
90
90
|
'fabric.linking.invalid_permissions': 'Restricted content',
|
|
91
91
|
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
92
92
|
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
93
|
-
'fabric.linking.last_mentioned_in': 'Last mentioned in',
|
|
94
93
|
'fabric.linking.learn_more_about_connecting_account': 'Learn more about connecting your account to Atlassian products.',
|
|
95
94
|
'fabric.linking.learn_more_about_smart_links': 'Learn more about Smart Links.',
|
|
96
95
|
'fabric.linking.link_safety_warning_message': 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
|
|
@@ -131,8 +130,7 @@ export default {
|
|
|
131
130
|
'fabric.linking.related_links_modal_unavailable_header': 'No recent links',
|
|
132
131
|
'fabric.linking.related_links_modal_unavailable_message': "We didn't find any links to show here. We continuously review and add recent links for updated pages or other content types.",
|
|
133
132
|
'fabric.linking.related_links_not_found': "We didn't find any links to show here.",
|
|
134
|
-
'fabric.linking.related_links_view_related_urls
|
|
135
|
-
'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
|
|
133
|
+
'fabric.linking.related_links_view_related_urls': 'View recent links',
|
|
136
134
|
'fabric.linking.request_access': 'Request access',
|
|
137
135
|
'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
|
|
138
136
|
'fabric.linking.request_access_pending': 'Pending approval',
|
|
@@ -38,7 +38,7 @@ export default {
|
|
|
38
38
|
'fabric.linking.automation-action.confluence.page.modal.description': 'Apply an automation to <b>{name}</b>.{br}The available selections are controlled by Confluence and space administrators.',
|
|
39
39
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Page automations',
|
|
40
40
|
'fabric.linking.automation-action.icon.label': 'Automation icon',
|
|
41
|
-
'fabric.linking.automation-action.title': 'View automation rules
|
|
41
|
+
'fabric.linking.automation-action.title': 'View automation rules',
|
|
42
42
|
'fabric.linking.automation-action.tooltip': 'Select an automation rule to run',
|
|
43
43
|
'fabric.linking.beta': 'Beta',
|
|
44
44
|
'fabric.linking.cancel': 'Cancel',
|
|
@@ -90,7 +90,6 @@ export default {
|
|
|
90
90
|
'fabric.linking.invalid_permissions': 'Restricted content',
|
|
91
91
|
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
92
92
|
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
93
|
-
'fabric.linking.last_mentioned_in': 'Last mentioned in',
|
|
94
93
|
'fabric.linking.learn_more_about_connecting_account': 'Learn more about connecting your account to Atlassian products.',
|
|
95
94
|
'fabric.linking.learn_more_about_smart_links': 'Learn more about Smart Links.',
|
|
96
95
|
'fabric.linking.link_safety_warning_message': 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
|
|
@@ -131,8 +130,7 @@ export default {
|
|
|
131
130
|
'fabric.linking.related_links_modal_unavailable_header': 'No recent links',
|
|
132
131
|
'fabric.linking.related_links_modal_unavailable_message': "We didn't find any links to show here. We continuously review and add recent links for updated pages or other content types.",
|
|
133
132
|
'fabric.linking.related_links_not_found': "We didn't find any links to show here.",
|
|
134
|
-
'fabric.linking.related_links_view_related_urls
|
|
135
|
-
'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
|
|
133
|
+
'fabric.linking.related_links_view_related_urls': 'View recent links',
|
|
136
134
|
'fabric.linking.request_access': 'Request access',
|
|
137
135
|
'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
|
|
138
136
|
'fabric.linking.request_access_pending': 'Pending approval',
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -38,7 +38,7 @@ export default {
|
|
|
38
38
|
'fabric.linking.automation-action.confluence.page.modal.description': 'Aplica una automatización a <b>{name}</b>.{br}Las selecciones disponibles están controladas por Confluence y los administradores del espacio.',
|
|
39
39
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizaciones de páginas',
|
|
40
40
|
'fabric.linking.automation-action.icon.label': 'Icono de automatización',
|
|
41
|
-
'fabric.linking.automation-action.title': 'Ver reglas de automatización
|
|
41
|
+
'fabric.linking.automation-action.title': 'Ver reglas de automatización',
|
|
42
42
|
'fabric.linking.automation-action.tooltip': 'Selecciona una regla de automatización que ejecutar',
|
|
43
43
|
'fabric.linking.beta': 'Beta',
|
|
44
44
|
'fabric.linking.cancel': 'Cancelar',
|
|
@@ -76,9 +76,9 @@ export default {
|
|
|
76
76
|
'fabric.linking.download_file': 'Descargar archivo',
|
|
77
77
|
'fabric.linking.edit': 'Editar',
|
|
78
78
|
'fabric.linking.follow': 'Seguir',
|
|
79
|
-
'fabric.linking.follow_goal': 'Seguir
|
|
80
|
-
'fabric.linking.follow_goal_description': 'Sigue este
|
|
81
|
-
'fabric.linking.follow_goal_error': 'Se ha producido un error al intentar seguir el
|
|
79
|
+
'fabric.linking.follow_goal': 'Seguir fin',
|
|
80
|
+
'fabric.linking.follow_goal_description': 'Sigue este fin para recibir notificaciones de las actualizaciones',
|
|
81
|
+
'fabric.linking.follow_goal_error': 'Se ha producido un error al intentar seguir el fin. Comprueba tu conexión o actualiza la página y vuelve a intentarlo.',
|
|
82
82
|
'fabric.linking.follow_project': 'Seguir proyecto',
|
|
83
83
|
'fabric.linking.follow_project_description': 'Sigue para recibir notificaciones de este proyecto',
|
|
84
84
|
'fabric.linking.follow_project_error': 'Se ha producido un error al intentar seguir el proyecto. Comprueba tu conexión o actualiza la página y vuelve a intentarlo.',
|
|
@@ -90,7 +90,6 @@ export default {
|
|
|
90
90
|
'fabric.linking.invalid_permissions': 'Contenido restringido',
|
|
91
91
|
'fabric.linking.invalid_permissions_description': 'Deberás solicitar el acceso o probar con otra cuenta para obtener esta vista previa.',
|
|
92
92
|
'fabric.linking.join_to_view': 'Únete a {context} para ver esta incidencia',
|
|
93
|
-
'fabric.linking.last_mentioned_in': 'Última mención en',
|
|
94
93
|
'fabric.linking.learn_more_about_connecting_account': 'Obtén más información sobre cómo conectar tu cuenta a los productos de Atlassian.',
|
|
95
94
|
'fabric.linking.learn_more_about_smart_links': 'Más información sobre los enlaces inteligentes.',
|
|
96
95
|
'fabric.linking.link_safety_warning_message': 'El enlace {unsafeLinkText} te redirige a un sitio diferente, <a>actual link here</a>.',
|
|
@@ -131,8 +130,7 @@ export default {
|
|
|
131
130
|
'fabric.linking.related_links_modal_unavailable_header': 'Sin enlaces recientes',
|
|
132
131
|
'fabric.linking.related_links_modal_unavailable_message': 'No hemos encontrado ningún enlace para mostrar aquí. Revisamos y añadimos continuamente enlaces recientes de las páginas actualizadas u otros tipos de contenido.',
|
|
133
132
|
'fabric.linking.related_links_not_found': 'No hemos encontrado ningún enlace que mostrar aquí.',
|
|
134
|
-
'fabric.linking.related_links_view_related_urls
|
|
135
|
-
'fabric.linking.related_work_items_not_found': 'Este enlace no se menciona en ningún otro sitio.',
|
|
133
|
+
'fabric.linking.related_links_view_related_urls': 'Consultar enlaces recientes',
|
|
136
134
|
'fabric.linking.request_access': 'Solicitar acceso',
|
|
137
135
|
'fabric.linking.request_access_description': 'Tu equipo utiliza {product} para colaborar. Envía al administrador una solicitud para poder acceder.',
|
|
138
136
|
'fabric.linking.request_access_pending': 'Aprobación pendiente',
|
|
@@ -159,9 +157,9 @@ export default {
|
|
|
159
157
|
'fabric.linking.unauthorised_account_name': 'No podemos mostrar las páginas privadas de {context}',
|
|
160
158
|
'fabric.linking.unauthorised_account_name_no_provider': 'No podemos mostrar páginas privadas',
|
|
161
159
|
'fabric.linking.unfollow': 'Dejar de seguir',
|
|
162
|
-
'fabric.linking.unfollow_goal': 'Dejar de seguir
|
|
163
|
-
'fabric.linking.unfollow_goal_description': 'Deja de seguir para no recibir más notificaciones de este
|
|
164
|
-
'fabric.linking.unfollow_goal_error': 'Se ha producido un error al intentar dejar de seguir el
|
|
160
|
+
'fabric.linking.unfollow_goal': 'Dejar de seguir fin',
|
|
161
|
+
'fabric.linking.unfollow_goal_description': 'Deja de seguir para no recibir más notificaciones de este fin',
|
|
162
|
+
'fabric.linking.unfollow_goal_error': 'Se ha producido un error al intentar dejar de seguir el fin. Comprueba tu conexión o actualiza la página y vuelve a intentarlo.',
|
|
165
163
|
'fabric.linking.unfollow_project': 'Dejar de seguir proyecto',
|
|
166
164
|
'fabric.linking.unfollow_project_description': 'Deja de seguir para no recibir más notificaciones del proyecto',
|
|
167
165
|
'fabric.linking.unfollow_project_error': 'Se ha producido un error al intentar dejar de seguir el proyecto. Comprueba tu conexión o actualiza la página y vuelve a intentarlo.',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -38,7 +38,7 @@ export default {
|
|
|
38
38
|
'fabric.linking.automation-action.confluence.page.modal.description': 'Käytä automaatiota sivulla <b>{name}</b>.{br}Confluencen ja työtilan ylläpitäjät hallitsevat käytettävissä olevia valintoja.',
|
|
39
39
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Sivun automaatiot',
|
|
40
40
|
'fabric.linking.automation-action.icon.label': 'Automaatiokuvake',
|
|
41
|
-
'fabric.linking.automation-action.title': 'Näytä automaatiosäännöt
|
|
41
|
+
'fabric.linking.automation-action.title': 'Näytä automaatiosäännöt',
|
|
42
42
|
'fabric.linking.automation-action.tooltip': 'Valitse suoritettava automaatiosääntö',
|
|
43
43
|
'fabric.linking.beta': 'Beeta',
|
|
44
44
|
'fabric.linking.cancel': 'Peruuta',
|
|
@@ -76,9 +76,9 @@ export default {
|
|
|
76
76
|
'fabric.linking.download_file': 'Lataa tiedosto',
|
|
77
77
|
'fabric.linking.edit': 'Muokkaa',
|
|
78
78
|
'fabric.linking.follow': 'Seuraa',
|
|
79
|
-
'fabric.linking.follow_goal': 'Seuraa
|
|
80
|
-
'fabric.linking.follow_goal_description': 'Seuraamalla tätä
|
|
81
|
-
'fabric.linking.follow_goal_error': 'Kohtasimme virheen yrittäessämme seurata
|
|
79
|
+
'fabric.linking.follow_goal': 'Seuraa päämäärää',
|
|
80
|
+
'fabric.linking.follow_goal_description': 'Seuraamalla tätä päämäärää saat ilmoituksia päivityksistä',
|
|
81
|
+
'fabric.linking.follow_goal_error': 'Kohtasimme virheen yrittäessämme seurata päämäärää. Tarkista verkkoyhteytesi tai päivitä sivu ja yritä uudelleen.',
|
|
82
82
|
'fabric.linking.follow_project': 'Seuraa projektia',
|
|
83
83
|
'fabric.linking.follow_project_description': 'Seuraamalla saat ilmoituksia tästä projektista',
|
|
84
84
|
'fabric.linking.follow_project_error': 'Kohtasimme virheen yrittäessämme seurata projektia. Tarkista verkkoyhteytesi tai päivitä sivu ja yritä uudelleen.',
|
|
@@ -90,7 +90,6 @@ export default {
|
|
|
90
90
|
'fabric.linking.invalid_permissions': 'Rajoitettu sisältö',
|
|
91
91
|
'fabric.linking.invalid_permissions_description': 'Pyydä käyttöoikeus tai käytä toista tiliä, jos haluat nähdä tämän esikatselun.',
|
|
92
92
|
'fabric.linking.join_to_view': 'Liity palveluun {context} niin voit tarkastella asiaa',
|
|
93
|
-
'fabric.linking.last_mentioned_in': 'Viimeksi mainittu kohteessa',
|
|
94
93
|
'fabric.linking.learn_more_about_connecting_account': 'Lisätietoja tilisi yhdistämisestä Atlassian-tuotteisiin.',
|
|
95
94
|
'fabric.linking.learn_more_about_smart_links': 'Lue lisää Smart Link -linkeistä.',
|
|
96
95
|
'fabric.linking.link_safety_warning_message': 'Linkki {unsafeLinkText} vie sinut toiseen sivustoon: <a>actual link here</a>',
|
|
@@ -131,8 +130,7 @@ export default {
|
|
|
131
130
|
'fabric.linking.related_links_modal_unavailable_header': 'Ei viimeaikaisia linkkejä',
|
|
132
131
|
'fabric.linking.related_links_modal_unavailable_message': 'Täältä ei löytynyt näytettäviä linkkejä. Päivitettyjen sivujen tai muiden sisältötyyppien viimeaikaisia linkkejä tarkistetaan ja lisätään jatkuvasti.',
|
|
133
132
|
'fabric.linking.related_links_not_found': 'Täältä ei löytynyt näytettäviä linkkejä.',
|
|
134
|
-
'fabric.linking.related_links_view_related_urls
|
|
135
|
-
'fabric.linking.related_work_items_not_found': 'Tätä linkkiä ei ole mainittu missään muualla.',
|
|
133
|
+
'fabric.linking.related_links_view_related_urls': 'Näytä viimeisimmät linkit',
|
|
136
134
|
'fabric.linking.request_access': 'Pyydä pääsyä',
|
|
137
135
|
'fabric.linking.request_access_description': '{product} on tiimisi käytössä yhteistyön tukena. Pyydä käyttöoikeutta ylläpitäjältäsi.',
|
|
138
136
|
'fabric.linking.request_access_pending': 'Odottaa hyväksyntää',
|