@atlaskit/smart-card 32.7.1 → 32.7.2
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 +8 -0
- 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 +1 -5
- 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 +1 -5
- 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 +1 -5
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/classNames.d.ts +12 -10
- 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/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-ts4.5/classNames.d.ts +12 -10
- 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/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/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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 32.7.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#176855](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/176855)
|
|
8
|
+
[`ae3071a0a7c16`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ae3071a0a7c16) -
|
|
9
|
+
Remove legacy block card code
|
|
10
|
+
|
|
3
11
|
## 32.7.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/cjs/classNames.js
CHANGED
|
@@ -3,92 +3,24 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _Content.blockCardContentClassName;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "blockCardContentHeaderClassName", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _ContentHeader.blockCardContentHeaderClassName;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
Object.defineProperty(exports, "blockCardContentHeaderNameClassName", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _Name.blockCardContentHeaderNameClassName;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
Object.defineProperty(exports, "blockCardErroredViewClassName", {
|
|
25
|
-
enumerable: true,
|
|
26
|
-
get: function get() {
|
|
27
|
-
return _ErroredView.blockCardErroredViewClassName;
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
Object.defineProperty(exports, "blockCardForbiddenViewClassName", {
|
|
31
|
-
enumerable: true,
|
|
32
|
-
get: function get() {
|
|
33
|
-
return _ForbiddenView.blockCardForbiddenViewClassName;
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
Object.defineProperty(exports, "blockCardForbiddenViewLinkClassName", {
|
|
37
|
-
enumerable: true,
|
|
38
|
-
get: function get() {
|
|
39
|
-
return _ForbiddenView.blockCardForbiddenViewLinkClassName;
|
|
40
|
-
}
|
|
41
|
-
});
|
|
6
|
+
exports.blockCardForbiddenViewLinkClassName = exports.blockCardForbiddenViewClassName = exports.blockCardErroredViewClassName = exports.blockCardContentHeaderNameClassName = exports.blockCardContentHeaderClassName = exports.blockCardContentClassName = void 0;
|
|
42
7
|
Object.defineProperty(exports, "blockCardIconImageClassName", {
|
|
43
8
|
enumerable: true,
|
|
44
9
|
get: function get() {
|
|
45
10
|
return _Icon.blockCardIconImageClassName;
|
|
46
11
|
}
|
|
47
12
|
});
|
|
48
|
-
|
|
49
|
-
enumerable: true,
|
|
50
|
-
get: function get() {
|
|
51
|
-
return _NotFoundView.blockCardNotFoundViewClassName;
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
|
-
Object.defineProperty(exports, "blockCardResolvedViewByClassName", {
|
|
55
|
-
enumerable: true,
|
|
56
|
-
get: function get() {
|
|
57
|
-
return _ResolvedView.blockCardResolvedViewByClassName;
|
|
58
|
-
}
|
|
59
|
-
});
|
|
60
|
-
Object.defineProperty(exports, "blockCardResolvedViewClassName", {
|
|
61
|
-
enumerable: true,
|
|
62
|
-
get: function get() {
|
|
63
|
-
return _ResolvedView.blockCardResolvedViewClassName;
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
Object.defineProperty(exports, "blockCardResolvingViewClassName", {
|
|
67
|
-
enumerable: true,
|
|
68
|
-
get: function get() {
|
|
69
|
-
return _ResolvingView.blockCardResolvingViewClassName;
|
|
70
|
-
}
|
|
71
|
-
});
|
|
72
|
-
Object.defineProperty(exports, "contentFooterClassName", {
|
|
73
|
-
enumerable: true,
|
|
74
|
-
get: function get() {
|
|
75
|
-
return _ContentFooter.contentFooterClassName;
|
|
76
|
-
}
|
|
77
|
-
});
|
|
78
|
-
Object.defineProperty(exports, "metadataListClassName", {
|
|
79
|
-
enumerable: true,
|
|
80
|
-
get: function get() {
|
|
81
|
-
return _MetadataList.metadataListClassName;
|
|
82
|
-
}
|
|
83
|
-
});
|
|
84
|
-
var _ContentFooter = require("./view/BlockCard/components/ContentFooter");
|
|
85
|
-
var _MetadataList = require("./view/common/MetadataList");
|
|
86
|
-
var _ResolvingView = require("./view/BlockCard/views/ResolvingView");
|
|
87
|
-
var _ResolvedView = require("./view/BlockCard/views/ResolvedView");
|
|
88
|
-
var _ForbiddenView = require("./view/BlockCard/views/ForbiddenView");
|
|
13
|
+
exports.metadataListClassName = exports.contentFooterClassName = exports.blockCardResolvingViewClassName = exports.blockCardResolvedViewClassName = exports.blockCardResolvedViewByClassName = exports.blockCardNotFoundViewClassName = void 0;
|
|
89
14
|
var _Icon = require("./view/common/Icon");
|
|
90
|
-
var
|
|
91
|
-
var
|
|
92
|
-
var
|
|
93
|
-
var
|
|
94
|
-
var
|
|
15
|
+
var contentFooterClassName = exports.contentFooterClassName = 'smart-link-content-footer';
|
|
16
|
+
var metadataListClassName = exports.metadataListClassName = 'smart-link-metadata-list';
|
|
17
|
+
var blockCardResolvingViewClassName = exports.blockCardResolvingViewClassName = 'block-card-resolving-view';
|
|
18
|
+
var blockCardResolvedViewClassName = exports.blockCardResolvedViewClassName = 'block-card-resolved-view';
|
|
19
|
+
var blockCardResolvedViewByClassName = exports.blockCardResolvedViewByClassName = 'block-card-resolved-view-by';
|
|
20
|
+
var blockCardForbiddenViewClassName = exports.blockCardForbiddenViewClassName = 'block-card-forbidden-view';
|
|
21
|
+
var blockCardForbiddenViewLinkClassName = exports.blockCardForbiddenViewLinkClassName = 'block-card-forbidden-view-link';
|
|
22
|
+
var blockCardContentClassName = exports.blockCardContentClassName = 'block-card-content';
|
|
23
|
+
var blockCardContentHeaderClassName = exports.blockCardContentHeaderClassName = 'block-card-content-header';
|
|
24
|
+
var blockCardContentHeaderNameClassName = exports.blockCardContentHeaderNameClassName = 'block-card-content-header-name';
|
|
25
|
+
var blockCardNotFoundViewClassName = exports.blockCardNotFoundViewClassName = 'block-card-not-found-view';
|
|
26
|
+
var blockCardErroredViewClassName = exports.blockCardErroredViewClassName = 'block-card-errored-view';
|
|
@@ -1,60 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
3
|
Object.defineProperty(exports, "__esModule", {
|
|
5
4
|
value: true
|
|
6
5
|
});
|
|
7
|
-
exports.extractClientActions = extractClientActions;
|
|
8
6
|
exports.getActionsFromJsonLd = void 0;
|
|
9
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
10
|
-
var _canShowAction = require("../../../utils/actions/can-show-action");
|
|
11
|
-
var _DownloadAction = require("../../../view/BlockCard/actions/DownloadAction");
|
|
12
|
-
var _ViewAction = require("../../../view/BlockCard/actions/ViewAction");
|
|
13
|
-
var _types = require("../../../view/Card/types");
|
|
14
|
-
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; }
|
|
15
|
-
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; }
|
|
16
|
-
var isClientAction = function isClientAction(action) {
|
|
17
|
-
return ['ViewAction', 'DownloadAction'].indexOf(action['@type']) > -1;
|
|
18
|
-
};
|
|
19
|
-
var getClientAction = function getClientAction(jsonLd, action) {
|
|
20
|
-
switch (action['@type']) {
|
|
21
|
-
case 'ViewAction':
|
|
22
|
-
return (0, _ViewAction.ViewAction)({
|
|
23
|
-
url: jsonLd.url
|
|
24
|
-
});
|
|
25
|
-
case 'DownloadAction':
|
|
26
|
-
return (0, _DownloadAction.DownloadAction)({
|
|
27
|
-
url: jsonLd['atlassian:downloadUrl']
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
var isActionEnabled = function isActionEnabled(action, actionOptions) {
|
|
32
|
-
switch (action['@type']) {
|
|
33
|
-
case 'ViewAction':
|
|
34
|
-
return (0, _canShowAction.canShowAction)(_types.CardAction.ViewAction, actionOptions);
|
|
35
|
-
case 'DownloadAction':
|
|
36
|
-
return (0, _canShowAction.canShowAction)(_types.CardAction.DownloadAction, actionOptions);
|
|
37
|
-
}
|
|
38
|
-
return true;
|
|
39
|
-
};
|
|
40
|
-
var getClientActionProps = function getClientActionProps(jsonLd, action, handler) {
|
|
41
|
-
var clientAction = getClientAction(jsonLd, action);
|
|
42
|
-
var clientActionInvokeOpts = {
|
|
43
|
-
type: 'client',
|
|
44
|
-
key: action.identifier,
|
|
45
|
-
action: {
|
|
46
|
-
type: action['@type'],
|
|
47
|
-
promise: clientAction.promise
|
|
48
|
-
}
|
|
49
|
-
};
|
|
50
|
-
// Send client actions through common invocation flow; for analytics
|
|
51
|
-
// and, in future, in order to propagate state changes.
|
|
52
|
-
return _objectSpread(_objectSpread({}, clientAction), {}, {
|
|
53
|
-
promise: function promise() {
|
|
54
|
-
return handler(clientActionInvokeOpts);
|
|
55
|
-
}
|
|
56
|
-
});
|
|
57
|
-
};
|
|
58
7
|
var getActionsFromJsonLd = exports.getActionsFromJsonLd = function getActionsFromJsonLd(jsonLd) {
|
|
59
8
|
var actions = jsonLd && jsonLd['schema:potentialAction'];
|
|
60
9
|
if (!actions) {
|
|
@@ -64,19 +13,4 @@ var getActionsFromJsonLd = exports.getActionsFromJsonLd = function getActionsFro
|
|
|
64
13
|
actions = [actions];
|
|
65
14
|
}
|
|
66
15
|
return actions;
|
|
67
|
-
};
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* @private
|
|
71
|
-
* @deprecated - use flexible extractors instead
|
|
72
|
-
*/
|
|
73
|
-
function extractClientActions(jsonLd, handler, actionOptions) {
|
|
74
|
-
var actions = getActionsFromJsonLd(jsonLd);
|
|
75
|
-
var clientActions = actions.filter(function (action) {
|
|
76
|
-
return isClientAction(action) && isActionEnabled(action, actionOptions);
|
|
77
|
-
});
|
|
78
|
-
var clientActionImpls = clientActions.map(function (action) {
|
|
79
|
-
return getClientActionProps(jsonLd, action, handler);
|
|
80
|
-
});
|
|
81
|
-
return clientActionImpls;
|
|
82
|
-
}
|
|
16
|
+
};
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -44,7 +44,7 @@ var _default = exports.default = {
|
|
|
44
44
|
'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ů.',
|
|
45
45
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizace stránek',
|
|
46
46
|
'fabric.linking.automation-action.icon.label': 'Ikona automatizace',
|
|
47
|
-
'fabric.linking.automation-action.title': 'Zobrazit pravidla automatizace
|
|
47
|
+
'fabric.linking.automation-action.title': 'Zobrazit pravidla automatizace',
|
|
48
48
|
'fabric.linking.automation-action.tooltip': 'Vyberte pravidlo automatizace, které chcete spustit.',
|
|
49
49
|
'fabric.linking.beta': 'Beta',
|
|
50
50
|
'fabric.linking.cancel': 'Zrušit',
|
|
@@ -96,7 +96,6 @@ var _default = exports.default = {
|
|
|
96
96
|
'fabric.linking.invalid_permissions': 'Omezený obsah',
|
|
97
97
|
'fabric.linking.invalid_permissions_description': 'Pokud si chcete zobrazit tento náhled, požádejte o přístup nebo vyzkoušejte jiný účet.',
|
|
98
98
|
'fabric.linking.join_to_view': 'Chcete-li si zobrazit tento požadavek, připojte se ke službě {context}.',
|
|
99
|
-
'fabric.linking.last_mentioned_in': 'Naposledy zmíněno v:',
|
|
100
99
|
'fabric.linking.learn_more_about_connecting_account': 'Další informace o propojení účtu s produkty Atlassian.',
|
|
101
100
|
'fabric.linking.learn_more_about_smart_links': 'Další informace o chytrých odkazech',
|
|
102
101
|
'fabric.linking.link_safety_warning_message': 'Odkaz {unsafeLinkText} vás přesměruje na jiný web (<a>actual link here</a>)',
|
|
@@ -137,8 +136,7 @@ var _default = exports.default = {
|
|
|
137
136
|
'fabric.linking.related_links_modal_unavailable_header': 'Žádné nedávné odkazy',
|
|
138
137
|
'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.',
|
|
139
138
|
'fabric.linking.related_links_not_found': 'Nebyly nalezeny žádné odkazy, které bychom tu mohli zobrazit.',
|
|
140
|
-
'fabric.linking.related_links_view_related_urls
|
|
141
|
-
'fabric.linking.related_work_items_not_found': 'Tento odkaz není nikde jinde zmíněn.',
|
|
139
|
+
'fabric.linking.related_links_view_related_urls': 'Zobrazit nedávné odkazy',
|
|
142
140
|
'fabric.linking.request_access': 'Požádat o přístup',
|
|
143
141
|
'fabric.linking.request_access_description': 'Váš tým spolupracuje v {product}. Pošlete správci žádost o přístup.',
|
|
144
142
|
'fabric.linking.request_access_pending': 'Čeká na schválení',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -44,7 +44,7 @@ var _default = exports.default = {
|
|
|
44
44
|
'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.',
|
|
45
45
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Sideautomatiseringer',
|
|
46
46
|
'fabric.linking.automation-action.icon.label': 'Ikon for automatisering',
|
|
47
|
-
'fabric.linking.automation-action.title': '
|
|
47
|
+
'fabric.linking.automation-action.title': 'Vis automatiseringsregler',
|
|
48
48
|
'fabric.linking.automation-action.tooltip': 'Vælg en automatiseringsregel, der skal køres',
|
|
49
49
|
'fabric.linking.beta': 'Beta',
|
|
50
50
|
'fabric.linking.cancel': 'Annuller',
|
|
@@ -96,7 +96,6 @@ var _default = exports.default = {
|
|
|
96
96
|
'fabric.linking.invalid_permissions': 'Begrænset indhold',
|
|
97
97
|
'fabric.linking.invalid_permissions_description': 'Anmod om adgang, eller prøv med en anden konto for at se denne forhåndsvisning.',
|
|
98
98
|
'fabric.linking.join_to_view': 'Deltag i {context} for at se denne sag',
|
|
99
|
-
'fabric.linking.last_mentioned_in': 'Sidst omtalt i',
|
|
100
99
|
'fabric.linking.learn_more_about_connecting_account': 'Få mere at vide om, hvordan du knytter din konto til Atlassian-produkter.',
|
|
101
100
|
'fabric.linking.learn_more_about_smart_links': 'Få mere at vide om intelligente links.',
|
|
102
101
|
'fabric.linking.link_safety_warning_message': 'Linket {unsafeLinkText} fører dig til et andet websted, <a>actual link here</a>',
|
|
@@ -137,8 +136,7 @@ var _default = exports.default = {
|
|
|
137
136
|
'fabric.linking.related_links_modal_unavailable_header': 'Ingen nylige links',
|
|
138
137
|
'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.',
|
|
139
138
|
'fabric.linking.related_links_not_found': 'Vi fandt ikke nogen links.',
|
|
140
|
-
'fabric.linking.related_links_view_related_urls
|
|
141
|
-
'fabric.linking.related_work_items_not_found': 'Dette link omtales ikke andre steder.',
|
|
139
|
+
'fabric.linking.related_links_view_related_urls': 'Vis nylige links',
|
|
142
140
|
'fabric.linking.request_access': 'Anmod om adgang',
|
|
143
141
|
'fabric.linking.request_access_description': 'Dit team bruger {product} til at samarbejde. Send din administrator en anmodning om adgang.',
|
|
144
142
|
'fabric.linking.request_access_pending': 'Afventer godkendelse',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -44,7 +44,7 @@ var _default = exports.default = {
|
|
|
44
44
|
'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.',
|
|
45
45
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Seitenautomatisierungen',
|
|
46
46
|
'fabric.linking.automation-action.icon.label': 'Symbol: Automatisierung',
|
|
47
|
-
'fabric.linking.automation-action.title': 'Automatisierungsregeln anzeigen
|
|
47
|
+
'fabric.linking.automation-action.title': 'Automatisierungsregeln anzeigen',
|
|
48
48
|
'fabric.linking.automation-action.tooltip': 'Wählen Sie eine Automatisierungsregel aus, die ausgeführt werden soll.',
|
|
49
49
|
'fabric.linking.beta': 'Beta',
|
|
50
50
|
'fabric.linking.cancel': 'Abbrechen',
|
|
@@ -96,7 +96,6 @@ var _default = exports.default = {
|
|
|
96
96
|
'fabric.linking.invalid_permissions': 'Inhalt mit Beschränkungen',
|
|
97
97
|
'fabric.linking.invalid_permissions_description': 'Bitte senden Sie eine Zugriffsanfrage oder versuchen Sie, die Vorschau über ein anderes Konto anzusehen.',
|
|
98
98
|
'fabric.linking.join_to_view': '{context} beitreten, um diesen Vorgang anzuzeigen',
|
|
99
|
-
'fabric.linking.last_mentioned_in': 'Zuletzt erwähnt in',
|
|
100
99
|
'fabric.linking.learn_more_about_connecting_account': 'Weitere Informationen zum Verbinden Ihres Kontos mit Atlassian-Produkten',
|
|
101
100
|
'fabric.linking.learn_more_about_smart_links': 'Mehr über intelligente Links erfahren',
|
|
102
101
|
'fabric.linking.link_safety_warning_message': 'Über den Link {unsafeLinkText} gelangen Sie zu einer anderen Site, <a>actual link here</a>',
|
|
@@ -137,8 +136,7 @@ var _default = exports.default = {
|
|
|
137
136
|
'fabric.linking.related_links_modal_unavailable_header': 'Keine zuletzt aufgerufenen Links',
|
|
138
137
|
'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.',
|
|
139
138
|
'fabric.linking.related_links_not_found': 'Es wurden keine Links zum Anzeigen gefunden.',
|
|
140
|
-
'fabric.linking.related_links_view_related_urls
|
|
141
|
-
'fabric.linking.related_work_items_not_found': 'Dieser Link wird nirgendwo sonst erwähnt.',
|
|
139
|
+
'fabric.linking.related_links_view_related_urls': 'Letzte Links anzeigen',
|
|
142
140
|
'fabric.linking.request_access': 'Zugriff anfordern',
|
|
143
141
|
'fabric.linking.request_access_description': 'Ihr Team verwendet {product} zur Zusammenarbeit. Senden Sie Ihrem Administrator eine Zugriffsanfrage.',
|
|
144
142
|
'fabric.linking.request_access_pending': 'Genehmigung ausstehend',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -44,7 +44,7 @@ var _default = exports.default = {
|
|
|
44
44
|
'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.',
|
|
45
45
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Page automations',
|
|
46
46
|
'fabric.linking.automation-action.icon.label': 'Automation icon',
|
|
47
|
-
'fabric.linking.automation-action.title': 'View automation rules
|
|
47
|
+
'fabric.linking.automation-action.title': 'View automation rules',
|
|
48
48
|
'fabric.linking.automation-action.tooltip': 'Select an automation rule to run',
|
|
49
49
|
'fabric.linking.beta': 'Beta',
|
|
50
50
|
'fabric.linking.cancel': 'Cancel',
|
|
@@ -96,7 +96,6 @@ var _default = exports.default = {
|
|
|
96
96
|
'fabric.linking.invalid_permissions': 'Restricted content',
|
|
97
97
|
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
98
98
|
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
99
|
-
'fabric.linking.last_mentioned_in': 'Last mentioned in',
|
|
100
99
|
'fabric.linking.learn_more_about_connecting_account': 'Learn more about connecting your account to Atlassian products.',
|
|
101
100
|
'fabric.linking.learn_more_about_smart_links': 'Learn more about Smart Links.',
|
|
102
101
|
'fabric.linking.link_safety_warning_message': 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
|
|
@@ -137,8 +136,7 @@ var _default = exports.default = {
|
|
|
137
136
|
'fabric.linking.related_links_modal_unavailable_header': 'No recent links',
|
|
138
137
|
'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.",
|
|
139
138
|
'fabric.linking.related_links_not_found': "We didn't find any links to show here.",
|
|
140
|
-
'fabric.linking.related_links_view_related_urls
|
|
141
|
-
'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
|
|
139
|
+
'fabric.linking.related_links_view_related_urls': 'View recent links',
|
|
142
140
|
'fabric.linking.request_access': 'Request access',
|
|
143
141
|
'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
|
|
144
142
|
'fabric.linking.request_access_pending': 'Pending approval',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -44,7 +44,7 @@ var _default = exports.default = {
|
|
|
44
44
|
'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.',
|
|
45
45
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Page automations',
|
|
46
46
|
'fabric.linking.automation-action.icon.label': 'Automation icon',
|
|
47
|
-
'fabric.linking.automation-action.title': 'View automation rules
|
|
47
|
+
'fabric.linking.automation-action.title': 'View automation rules',
|
|
48
48
|
'fabric.linking.automation-action.tooltip': 'Select an automation rule to run',
|
|
49
49
|
'fabric.linking.beta': 'Beta',
|
|
50
50
|
'fabric.linking.cancel': 'Cancel',
|
|
@@ -96,7 +96,6 @@ var _default = exports.default = {
|
|
|
96
96
|
'fabric.linking.invalid_permissions': 'Restricted content',
|
|
97
97
|
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
98
98
|
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
99
|
-
'fabric.linking.last_mentioned_in': 'Last mentioned in',
|
|
100
99
|
'fabric.linking.learn_more_about_connecting_account': 'Learn more about connecting your account to Atlassian products.',
|
|
101
100
|
'fabric.linking.learn_more_about_smart_links': 'Learn more about Smart Links.',
|
|
102
101
|
'fabric.linking.link_safety_warning_message': 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
|
|
@@ -137,8 +136,7 @@ var _default = exports.default = {
|
|
|
137
136
|
'fabric.linking.related_links_modal_unavailable_header': 'No recent links',
|
|
138
137
|
'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.",
|
|
139
138
|
'fabric.linking.related_links_not_found': "We didn't find any links to show here.",
|
|
140
|
-
'fabric.linking.related_links_view_related_urls
|
|
141
|
-
'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
|
|
139
|
+
'fabric.linking.related_links_view_related_urls': 'View recent links',
|
|
142
140
|
'fabric.linking.request_access': 'Request access',
|
|
143
141
|
'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
|
|
144
142
|
'fabric.linking.request_access_pending': 'Pending approval',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -44,7 +44,7 @@ var _default = exports.default = {
|
|
|
44
44
|
'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.',
|
|
45
45
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Page automations',
|
|
46
46
|
'fabric.linking.automation-action.icon.label': 'Automation icon',
|
|
47
|
-
'fabric.linking.automation-action.title': 'View automation rules
|
|
47
|
+
'fabric.linking.automation-action.title': 'View automation rules',
|
|
48
48
|
'fabric.linking.automation-action.tooltip': 'Select an automation rule to run',
|
|
49
49
|
'fabric.linking.beta': 'Beta',
|
|
50
50
|
'fabric.linking.cancel': 'Cancel',
|
|
@@ -96,7 +96,6 @@ var _default = exports.default = {
|
|
|
96
96
|
'fabric.linking.invalid_permissions': 'Restricted content',
|
|
97
97
|
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
98
98
|
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
99
|
-
'fabric.linking.last_mentioned_in': 'Last mentioned in',
|
|
100
99
|
'fabric.linking.learn_more_about_connecting_account': 'Learn more about connecting your account to Atlassian products.',
|
|
101
100
|
'fabric.linking.learn_more_about_smart_links': 'Learn more about Smart Links.',
|
|
102
101
|
'fabric.linking.link_safety_warning_message': 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
|
|
@@ -137,8 +136,7 @@ var _default = exports.default = {
|
|
|
137
136
|
'fabric.linking.related_links_modal_unavailable_header': 'No recent links',
|
|
138
137
|
'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.",
|
|
139
138
|
'fabric.linking.related_links_not_found': "We didn't find any links to show here.",
|
|
140
|
-
'fabric.linking.related_links_view_related_urls
|
|
141
|
-
'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
|
|
139
|
+
'fabric.linking.related_links_view_related_urls': 'View recent links',
|
|
142
140
|
'fabric.linking.request_access': 'Request access',
|
|
143
141
|
'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
|
|
144
142
|
'fabric.linking.request_access_pending': 'Pending approval',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -44,7 +44,7 @@ var _default = exports.default = {
|
|
|
44
44
|
'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.',
|
|
45
45
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizaciones de páginas',
|
|
46
46
|
'fabric.linking.automation-action.icon.label': 'Icono de automatización',
|
|
47
|
-
'fabric.linking.automation-action.title': 'Ver reglas de automatización
|
|
47
|
+
'fabric.linking.automation-action.title': 'Ver reglas de automatización',
|
|
48
48
|
'fabric.linking.automation-action.tooltip': 'Selecciona una regla de automatización que ejecutar',
|
|
49
49
|
'fabric.linking.beta': 'Beta',
|
|
50
50
|
'fabric.linking.cancel': 'Cancelar',
|
|
@@ -82,9 +82,9 @@ var _default = exports.default = {
|
|
|
82
82
|
'fabric.linking.download_file': 'Descargar archivo',
|
|
83
83
|
'fabric.linking.edit': 'Editar',
|
|
84
84
|
'fabric.linking.follow': 'Seguir',
|
|
85
|
-
'fabric.linking.follow_goal': 'Seguir
|
|
86
|
-
'fabric.linking.follow_goal_description': 'Sigue este
|
|
87
|
-
'fabric.linking.follow_goal_error': 'Se ha producido un error al intentar seguir el
|
|
85
|
+
'fabric.linking.follow_goal': 'Seguir fin',
|
|
86
|
+
'fabric.linking.follow_goal_description': 'Sigue este fin para recibir notificaciones de las actualizaciones',
|
|
87
|
+
'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.',
|
|
88
88
|
'fabric.linking.follow_project': 'Seguir proyecto',
|
|
89
89
|
'fabric.linking.follow_project_description': 'Sigue para recibir notificaciones de este proyecto',
|
|
90
90
|
'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.',
|
|
@@ -96,7 +96,6 @@ var _default = exports.default = {
|
|
|
96
96
|
'fabric.linking.invalid_permissions': 'Contenido restringido',
|
|
97
97
|
'fabric.linking.invalid_permissions_description': 'Deberás solicitar el acceso o probar con otra cuenta para obtener esta vista previa.',
|
|
98
98
|
'fabric.linking.join_to_view': 'Únete a {context} para ver esta incidencia',
|
|
99
|
-
'fabric.linking.last_mentioned_in': 'Última mención en',
|
|
100
99
|
'fabric.linking.learn_more_about_connecting_account': 'Obtén más información sobre cómo conectar tu cuenta a los productos de Atlassian.',
|
|
101
100
|
'fabric.linking.learn_more_about_smart_links': 'Más información sobre los enlaces inteligentes.',
|
|
102
101
|
'fabric.linking.link_safety_warning_message': 'El enlace {unsafeLinkText} te redirige a un sitio diferente, <a>actual link here</a>.',
|
|
@@ -137,8 +136,7 @@ var _default = exports.default = {
|
|
|
137
136
|
'fabric.linking.related_links_modal_unavailable_header': 'Sin enlaces recientes',
|
|
138
137
|
'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.',
|
|
139
138
|
'fabric.linking.related_links_not_found': 'No hemos encontrado ningún enlace que mostrar aquí.',
|
|
140
|
-
'fabric.linking.related_links_view_related_urls
|
|
141
|
-
'fabric.linking.related_work_items_not_found': 'Este enlace no se menciona en ningún otro sitio.',
|
|
139
|
+
'fabric.linking.related_links_view_related_urls': 'Consultar enlaces recientes',
|
|
142
140
|
'fabric.linking.request_access': 'Solicitar acceso',
|
|
143
141
|
'fabric.linking.request_access_description': 'Tu equipo utiliza {product} para colaborar. Envía al administrador una solicitud para poder acceder.',
|
|
144
142
|
'fabric.linking.request_access_pending': 'Aprobación pendiente',
|
|
@@ -165,9 +163,9 @@ var _default = exports.default = {
|
|
|
165
163
|
'fabric.linking.unauthorised_account_name': 'No podemos mostrar las páginas privadas de {context}',
|
|
166
164
|
'fabric.linking.unauthorised_account_name_no_provider': 'No podemos mostrar páginas privadas',
|
|
167
165
|
'fabric.linking.unfollow': 'Dejar de seguir',
|
|
168
|
-
'fabric.linking.unfollow_goal': 'Dejar de seguir
|
|
169
|
-
'fabric.linking.unfollow_goal_description': 'Deja de seguir para no recibir más notificaciones de este
|
|
170
|
-
'fabric.linking.unfollow_goal_error': 'Se ha producido un error al intentar dejar de seguir el
|
|
166
|
+
'fabric.linking.unfollow_goal': 'Dejar de seguir fin',
|
|
167
|
+
'fabric.linking.unfollow_goal_description': 'Deja de seguir para no recibir más notificaciones de este fin',
|
|
168
|
+
'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.',
|
|
171
169
|
'fabric.linking.unfollow_project': 'Dejar de seguir proyecto',
|
|
172
170
|
'fabric.linking.unfollow_project_description': 'Deja de seguir para no recibir más notificaciones del proyecto',
|
|
173
171
|
'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/cjs/i18n/fi.js
CHANGED
|
@@ -44,7 +44,7 @@ var _default = exports.default = {
|
|
|
44
44
|
'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.',
|
|
45
45
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Sivun automaatiot',
|
|
46
46
|
'fabric.linking.automation-action.icon.label': 'Automaatiokuvake',
|
|
47
|
-
'fabric.linking.automation-action.title': 'Näytä automaatiosäännöt
|
|
47
|
+
'fabric.linking.automation-action.title': 'Näytä automaatiosäännöt',
|
|
48
48
|
'fabric.linking.automation-action.tooltip': 'Valitse suoritettava automaatiosääntö',
|
|
49
49
|
'fabric.linking.beta': 'Beeta',
|
|
50
50
|
'fabric.linking.cancel': 'Peruuta',
|
|
@@ -82,9 +82,9 @@ var _default = exports.default = {
|
|
|
82
82
|
'fabric.linking.download_file': 'Lataa tiedosto',
|
|
83
83
|
'fabric.linking.edit': 'Muokkaa',
|
|
84
84
|
'fabric.linking.follow': 'Seuraa',
|
|
85
|
-
'fabric.linking.follow_goal': 'Seuraa
|
|
86
|
-
'fabric.linking.follow_goal_description': 'Seuraamalla tätä
|
|
87
|
-
'fabric.linking.follow_goal_error': 'Kohtasimme virheen yrittäessämme seurata
|
|
85
|
+
'fabric.linking.follow_goal': 'Seuraa päämäärää',
|
|
86
|
+
'fabric.linking.follow_goal_description': 'Seuraamalla tätä päämäärää saat ilmoituksia päivityksistä',
|
|
87
|
+
'fabric.linking.follow_goal_error': 'Kohtasimme virheen yrittäessämme seurata päämäärää. Tarkista verkkoyhteytesi tai päivitä sivu ja yritä uudelleen.',
|
|
88
88
|
'fabric.linking.follow_project': 'Seuraa projektia',
|
|
89
89
|
'fabric.linking.follow_project_description': 'Seuraamalla saat ilmoituksia tästä projektista',
|
|
90
90
|
'fabric.linking.follow_project_error': 'Kohtasimme virheen yrittäessämme seurata projektia. Tarkista verkkoyhteytesi tai päivitä sivu ja yritä uudelleen.',
|
|
@@ -96,7 +96,6 @@ var _default = exports.default = {
|
|
|
96
96
|
'fabric.linking.invalid_permissions': 'Rajoitettu sisältö',
|
|
97
97
|
'fabric.linking.invalid_permissions_description': 'Pyydä käyttöoikeus tai käytä toista tiliä, jos haluat nähdä tämän esikatselun.',
|
|
98
98
|
'fabric.linking.join_to_view': 'Liity palveluun {context} niin voit tarkastella asiaa',
|
|
99
|
-
'fabric.linking.last_mentioned_in': 'Viimeksi mainittu kohteessa',
|
|
100
99
|
'fabric.linking.learn_more_about_connecting_account': 'Lisätietoja tilisi yhdistämisestä Atlassian-tuotteisiin.',
|
|
101
100
|
'fabric.linking.learn_more_about_smart_links': 'Lue lisää Smart Link -linkeistä.',
|
|
102
101
|
'fabric.linking.link_safety_warning_message': 'Linkki {unsafeLinkText} vie sinut toiseen sivustoon: <a>actual link here</a>',
|
|
@@ -137,8 +136,7 @@ var _default = exports.default = {
|
|
|
137
136
|
'fabric.linking.related_links_modal_unavailable_header': 'Ei viimeaikaisia linkkejä',
|
|
138
137
|
'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.',
|
|
139
138
|
'fabric.linking.related_links_not_found': 'Täältä ei löytynyt näytettäviä linkkejä.',
|
|
140
|
-
'fabric.linking.related_links_view_related_urls
|
|
141
|
-
'fabric.linking.related_work_items_not_found': 'Tätä linkkiä ei ole mainittu missään muualla.',
|
|
139
|
+
'fabric.linking.related_links_view_related_urls': 'Näytä viimeisimmät linkit',
|
|
142
140
|
'fabric.linking.request_access': 'Pyydä pääsyä',
|
|
143
141
|
'fabric.linking.request_access_description': '{product} on tiimisi käytössä yhteistyön tukena. Pyydä käyttöoikeutta ylläpitäjältäsi.',
|
|
144
142
|
'fabric.linking.request_access_pending': 'Odottaa hyväksyntää',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -44,7 +44,7 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.linking.automation-action.confluence.page.modal.description': "Appliquez une automatisation à <b>{name}</b>.{br}Les sélections disponibles sont contrôlées par Confluence et les administrateurs d'espace.",
|
|
45
45
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatisations de page',
|
|
46
46
|
'fabric.linking.automation-action.icon.label': "Icône d'automatisation",
|
|
47
|
-
'fabric.linking.automation-action.title': "Afficher les règles d'automatisation
|
|
47
|
+
'fabric.linking.automation-action.title': "Afficher les règles d'automatisation",
|
|
48
48
|
'fabric.linking.automation-action.tooltip': "Sélectionner une règle d'automatisation à exécuter",
|
|
49
49
|
'fabric.linking.beta': 'Bêta',
|
|
50
50
|
'fabric.linking.cancel': 'Annuler',
|
|
@@ -96,7 +96,6 @@ var _default = exports.default = {
|
|
|
96
96
|
'fabric.linking.invalid_permissions': 'Contenu restreint',
|
|
97
97
|
'fabric.linking.invalid_permissions_description': "Vous devrez demander l'accès ou essayer un autre compte pour afficher cet aperçu.",
|
|
98
98
|
'fabric.linking.join_to_view': 'Rejoignez {context} pour consulter ce ticket',
|
|
99
|
-
'fabric.linking.last_mentioned_in': 'Dernière mention dans',
|
|
100
99
|
'fabric.linking.learn_more_about_connecting_account': 'En savoir plus sur la connexion de votre compte aux produits Atlassian.',
|
|
101
100
|
'fabric.linking.learn_more_about_smart_links': 'En savoir plus sur les liens intelligents.',
|
|
102
101
|
'fabric.linking.link_safety_warning_message': 'Le lien {unsafeLinkText} essaie de vous rediriger vers un autre site, <a>actual link here</a>',
|
|
@@ -137,8 +136,7 @@ var _default = exports.default = {
|
|
|
137
136
|
'fabric.linking.related_links_modal_unavailable_header': 'Aucun lien récent',
|
|
138
137
|
'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.",
|
|
139
138
|
'fabric.linking.related_links_not_found': "Nous n'avons trouvé aucun lien à afficher ici.",
|
|
140
|
-
'fabric.linking.related_links_view_related_urls
|
|
141
|
-
'fabric.linking.related_work_items_not_found': "Ce lien n'est mentionné nulle part ailleurs.",
|
|
139
|
+
'fabric.linking.related_links_view_related_urls': 'Afficher les liens récents',
|
|
142
140
|
'fabric.linking.request_access': "Demander l'accès",
|
|
143
141
|
'fabric.linking.request_access_description': "Votre équipe utilise {product} pour collaborer. Envoyez une demande d'accès à votre administrateur.",
|
|
144
142
|
'fabric.linking.request_access_pending': 'Approbation en attente',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -44,7 +44,7 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.linking.automation-action.confluence.page.modal.description': 'Automatizálás alkalmazása a következőhöz: <b>{name}</b>.{br}Az elérhető kiválasztásokat a Confluence és a munkatér-adminisztrátorok szabályozzák.',
|
|
45
45
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Oldal automatizálása',
|
|
46
46
|
'fabric.linking.automation-action.icon.label': 'Automatizálás ikon',
|
|
47
|
-
'fabric.linking.automation-action.title': 'Automatizálási szabályok megtekintése
|
|
47
|
+
'fabric.linking.automation-action.title': 'Automatizálási szabályok megtekintése',
|
|
48
48
|
'fabric.linking.automation-action.tooltip': 'Futtatandó automatizálási szabály kiválasztása',
|
|
49
49
|
'fabric.linking.beta': 'Béta',
|
|
50
50
|
'fabric.linking.cancel': 'Mégse',
|
|
@@ -96,7 +96,6 @@ var _default = exports.default = {
|
|
|
96
96
|
'fabric.linking.invalid_permissions': 'Korlátozott tartalom',
|
|
97
97
|
'fabric.linking.invalid_permissions_description': 'Az előnézet megtekintéséhez hozzáférést kell kérned, vagy másik fiókba kell belépned.',
|
|
98
98
|
'fabric.linking.join_to_view': 'Az ügy megtekintése érdekében csatlakozz ehhez: {context}',
|
|
99
|
-
'fabric.linking.last_mentioned_in': 'Legutóbb megemlítve itt:',
|
|
100
99
|
'fabric.linking.learn_more_about_connecting_account': 'További információ a fiók csatlakoztatásáról az Atlassian-termékekhez.',
|
|
101
100
|
'fabric.linking.learn_more_about_smart_links': 'További információ az okoslinkekről.',
|
|
102
101
|
'fabric.linking.link_safety_warning_message': 'A(z) {unsafeLinkText} link egy másik webhelyre visz: <a>actual link here</a>',
|
|
@@ -137,8 +136,7 @@ var _default = exports.default = {
|
|
|
137
136
|
'fabric.linking.related_links_modal_unavailable_header': 'Nincsenek nemrégiben megtekintett linkek',
|
|
138
137
|
'fabric.linking.related_links_modal_unavailable_message': 'Nem találtunk itt megjeleníthető linkeket. Folyamatosan ellenőrizzük és hozzáadjuk a legutóbbi linkeket, hogy frissített oldalakat és más tartalomtípusokat kapj.',
|
|
139
138
|
'fabric.linking.related_links_not_found': 'Nem találtunk itt megjeleníthető linkeket.',
|
|
140
|
-
'fabric.linking.related_links_view_related_urls
|
|
141
|
-
'fabric.linking.related_work_items_not_found': 'Ez a link sehol máshol nincs megemlítve.',
|
|
139
|
+
'fabric.linking.related_links_view_related_urls': 'Legutóbbi linkek megtekintése',
|
|
142
140
|
'fabric.linking.request_access': 'Hozzáférés kérése',
|
|
143
141
|
'fabric.linking.request_access_description': 'A csapatod a(z) {product} terméket használja az együttműködésre. Ha hozzáférést szeretnél kapni, küldj egy kérelmet az adminisztrátorodnak.',
|
|
144
142
|
'fabric.linking.request_access_pending': 'Függőben levő jóváhagyás',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -44,7 +44,7 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.linking.automation-action.confluence.page.modal.description': "Applica un'automazione a <b>{name}</b>.{br}Le selezioni disponibili sono controllate da Confluence e dagli amministratori dello spazio.",
|
|
45
45
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Automazioni di pagina',
|
|
46
46
|
'fabric.linking.automation-action.icon.label': 'Icona di automazione',
|
|
47
|
-
'fabric.linking.automation-action.title': 'Visualizza
|
|
47
|
+
'fabric.linking.automation-action.title': 'Visualizza regole di automazione',
|
|
48
48
|
'fabric.linking.automation-action.tooltip': 'Seleziona una regola di automazione da eseguire',
|
|
49
49
|
'fabric.linking.beta': 'Beta',
|
|
50
50
|
'fabric.linking.cancel': 'Annulla',
|
|
@@ -96,7 +96,6 @@ var _default = exports.default = {
|
|
|
96
96
|
'fabric.linking.invalid_permissions': 'Contenuto soggetto a restrizioni',
|
|
97
97
|
'fabric.linking.invalid_permissions_description': "Per visualizzare quest'anteprima devi richiedere l'accesso o provare con un altro account.",
|
|
98
98
|
'fabric.linking.join_to_view': 'Unisciti a {context} per visualizzare questo ticket',
|
|
99
|
-
'fabric.linking.last_mentioned_in': 'Ultima menzione in',
|
|
100
99
|
'fabric.linking.learn_more_about_connecting_account': 'Scopri di più sulla connessione del tuo account ai prodotti Atlassian.',
|
|
101
100
|
'fabric.linking.learn_more_about_smart_links': 'Scopri di più sui Link intelligenti.',
|
|
102
101
|
'fabric.linking.link_safety_warning_message': 'Il link {unsafeLinkText} porta a un altro sito, <a>actual link here</a>',
|
|
@@ -137,8 +136,7 @@ var _default = exports.default = {
|
|
|
137
136
|
'fabric.linking.related_links_modal_unavailable_header': 'Nessun link recente',
|
|
138
137
|
'fabric.linking.related_links_modal_unavailable_message': 'Non sono stati trovati link da mostrare qui. Esaminiamo e aggiungiamo continuamente i link recenti per le pagine aggiornate o altri tipi di contenuti.',
|
|
139
138
|
'fabric.linking.related_links_not_found': 'Non sono stati trovati link da mostrare qui.',
|
|
140
|
-
'fabric.linking.related_links_view_related_urls
|
|
141
|
-
'fabric.linking.related_work_items_not_found': "Questo link non è menzionato da nessun'altra parte.",
|
|
139
|
+
'fabric.linking.related_links_view_related_urls': 'Visualizza link recenti',
|
|
142
140
|
'fabric.linking.request_access': 'Richiedi accesso',
|
|
143
141
|
'fabric.linking.request_access_description': "Il tuo team usa {product} per collaborare. Invia all'amministratore una richiesta di accesso.",
|
|
144
142
|
'fabric.linking.request_access_pending': 'In attesa di approvazione',
|