@atlaskit/smart-card 27.5.1 → 27.5.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 +14 -0
- package/CONTRIBUTING.md +1 -1
- package/dist/cjs/extractors/common/icon/extractIcon.js +1 -1
- package/dist/cjs/extractors/flexible/actions/extract-automation-action.js +1 -1
- package/dist/cjs/i18n/cs.js +19 -2
- package/dist/cjs/i18n/da.js +17 -2
- package/dist/cjs/i18n/de.js +14 -2
- package/dist/cjs/i18n/en.js +9 -1
- package/dist/cjs/i18n/en_GB.js +9 -1
- package/dist/cjs/i18n/en_ZZ.js +9 -1
- package/dist/cjs/i18n/es.js +14 -2
- package/dist/cjs/i18n/fi.js +17 -2
- package/dist/cjs/i18n/fr.js +6 -0
- package/dist/cjs/i18n/hu.js +17 -2
- package/dist/cjs/i18n/it.js +17 -2
- package/dist/cjs/i18n/ja.js +17 -2
- package/dist/cjs/i18n/ko.js +17 -2
- package/dist/cjs/i18n/nb.js +19 -2
- package/dist/cjs/i18n/nl.js +17 -2
- package/dist/cjs/i18n/pl.js +17 -2
- package/dist/cjs/i18n/pt_BR.js +4 -0
- package/dist/cjs/i18n/ru.js +19 -2
- package/dist/cjs/i18n/sv.js +17 -2
- package/dist/cjs/i18n/th.js +17 -2
- package/dist/cjs/i18n/tr.js +17 -2
- package/dist/cjs/i18n/uk.js +6 -0
- package/dist/cjs/i18n/vi.js +17 -2
- package/dist/cjs/i18n/zh.js +17 -2
- package/dist/cjs/i18n/zh_TW.js +6 -0
- package/dist/cjs/messages.js +2 -2
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/EmbedCard/components/styled.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +5 -5
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/utils/index.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/block/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/element-group/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/container/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/avatar-group/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/badge/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/utils.js +1 -1
- package/dist/cjs/view/HoverCard/components/views/resolved/styled.js +1 -1
- package/dist/cjs/view/HoverCard/styled.js +2 -2
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/EmptyState.js +2 -2
- package/dist/es2019/extractors/common/icon/extractIcon.js +1 -1
- package/dist/es2019/extractors/flexible/actions/extract-automation-action.js +1 -1
- package/dist/es2019/i18n/cs.js +19 -2
- package/dist/es2019/i18n/da.js +17 -2
- package/dist/es2019/i18n/de.js +14 -2
- package/dist/es2019/i18n/en.js +9 -1
- package/dist/es2019/i18n/en_GB.js +9 -1
- package/dist/es2019/i18n/en_ZZ.js +9 -1
- package/dist/es2019/i18n/es.js +14 -2
- package/dist/es2019/i18n/fi.js +17 -2
- package/dist/es2019/i18n/fr.js +6 -0
- package/dist/es2019/i18n/hu.js +17 -2
- package/dist/es2019/i18n/it.js +17 -2
- package/dist/es2019/i18n/ja.js +17 -2
- package/dist/es2019/i18n/ko.js +17 -2
- package/dist/es2019/i18n/nb.js +19 -2
- package/dist/es2019/i18n/nl.js +17 -2
- package/dist/es2019/i18n/pl.js +17 -2
- package/dist/es2019/i18n/pt_BR.js +4 -0
- package/dist/es2019/i18n/ru.js +19 -2
- package/dist/es2019/i18n/sv.js +17 -2
- package/dist/es2019/i18n/th.js +17 -2
- package/dist/es2019/i18n/tr.js +17 -2
- package/dist/es2019/i18n/uk.js +6 -0
- package/dist/es2019/i18n/vi.js +17 -2
- package/dist/es2019/i18n/zh.js +17 -2
- package/dist/es2019/i18n/zh_TW.js +6 -0
- package/dist/es2019/messages.js +2 -2
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/EmbedCard/components/styled.js +22 -22
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +5 -5
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/utils/index.js +2 -2
- package/dist/es2019/view/FlexibleCard/components/blocks/block/index.js +16 -16
- package/dist/es2019/view/FlexibleCard/components/blocks/element-group/index.js +13 -13
- package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +13 -13
- package/dist/es2019/view/FlexibleCard/components/blocks/utils.js +9 -9
- package/dist/es2019/view/FlexibleCard/components/container/index.js +15 -15
- package/dist/es2019/view/FlexibleCard/components/elements/avatar-group/index.js +9 -9
- package/dist/es2019/view/FlexibleCard/components/elements/badge/index.js +8 -8
- package/dist/es2019/view/FlexibleCard/components/utils.js +9 -9
- package/dist/es2019/view/HoverCard/components/views/resolved/styled.js +21 -21
- package/dist/es2019/view/HoverCard/styled.js +23 -23
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/EmptyState.js +2 -2
- package/dist/es2019/view/RelatedLinksModal/views/errored/index.js +2 -2
- package/dist/es2019/view/RelatedLinksModal/views/unavailable/index.js +1 -1
- package/dist/esm/extractors/common/icon/extractIcon.js +1 -1
- package/dist/esm/extractors/flexible/actions/extract-automation-action.js +1 -1
- package/dist/esm/i18n/cs.js +19 -2
- package/dist/esm/i18n/da.js +17 -2
- package/dist/esm/i18n/de.js +14 -2
- package/dist/esm/i18n/en.js +9 -1
- package/dist/esm/i18n/en_GB.js +9 -1
- package/dist/esm/i18n/en_ZZ.js +9 -1
- package/dist/esm/i18n/es.js +14 -2
- package/dist/esm/i18n/fi.js +17 -2
- package/dist/esm/i18n/fr.js +6 -0
- package/dist/esm/i18n/hu.js +17 -2
- package/dist/esm/i18n/it.js +17 -2
- package/dist/esm/i18n/ja.js +17 -2
- package/dist/esm/i18n/ko.js +17 -2
- package/dist/esm/i18n/nb.js +19 -2
- package/dist/esm/i18n/nl.js +17 -2
- package/dist/esm/i18n/pl.js +17 -2
- package/dist/esm/i18n/pt_BR.js +4 -0
- package/dist/esm/i18n/ru.js +19 -2
- package/dist/esm/i18n/sv.js +17 -2
- package/dist/esm/i18n/th.js +17 -2
- package/dist/esm/i18n/tr.js +17 -2
- package/dist/esm/i18n/uk.js +6 -0
- package/dist/esm/i18n/vi.js +17 -2
- package/dist/esm/i18n/zh.js +17 -2
- package/dist/esm/i18n/zh_TW.js +6 -0
- package/dist/esm/messages.js +2 -2
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/EmbedCard/components/styled.js +2 -2
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +5 -5
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/utils/index.js +2 -2
- package/dist/esm/view/FlexibleCard/components/blocks/block/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/element-group/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/esm/view/FlexibleCard/components/container/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/avatar-group/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/badge/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/utils.js +1 -1
- package/dist/esm/view/HoverCard/components/views/resolved/styled.js +1 -1
- package/dist/esm/view/HoverCard/styled.js +2 -2
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/EmptyState.js +2 -2
- package/dist/esm/view/RelatedLinksModal/views/errored/index.js +2 -2
- package/dist/esm/view/RelatedLinksModal/views/unavailable/index.js +1 -1
- package/dist/types/extractors/flexible/actions/extract-automation-action.d.ts +2 -2
- package/dist/types/i18n/cs.d.ts +17 -0
- package/dist/types/i18n/da.d.ts +15 -0
- package/dist/types/i18n/de.d.ts +12 -0
- package/dist/types/i18n/en.d.ts +9 -1
- package/dist/types/i18n/en_GB.d.ts +9 -1
- package/dist/types/i18n/en_ZZ.d.ts +9 -1
- package/dist/types/i18n/es.d.ts +12 -0
- package/dist/types/i18n/fi.d.ts +15 -0
- package/dist/types/i18n/fr.d.ts +6 -0
- package/dist/types/i18n/hu.d.ts +15 -0
- package/dist/types/i18n/it.d.ts +15 -0
- package/dist/types/i18n/ja.d.ts +15 -0
- package/dist/types/i18n/ko.d.ts +15 -0
- package/dist/types/i18n/nb.d.ts +17 -0
- package/dist/types/i18n/nl.d.ts +15 -0
- package/dist/types/i18n/pl.d.ts +15 -0
- package/dist/types/i18n/pt_BR.d.ts +4 -0
- package/dist/types/i18n/ru.d.ts +17 -0
- package/dist/types/i18n/sv.d.ts +15 -0
- package/dist/types/i18n/th.d.ts +15 -0
- package/dist/types/i18n/tr.d.ts +15 -0
- package/dist/types/i18n/uk.d.ts +6 -0
- package/dist/types/i18n/vi.d.ts +15 -0
- package/dist/types/i18n/zh.d.ts +15 -0
- package/dist/types/i18n/zh_TW.d.ts +6 -0
- package/dist/types/index.d.ts +2 -2
- package/dist/types/state/analytics/useSmartLinkAnalytics.d.ts +1 -1
- package/dist/types/state/hooks/use-invoke-client-action/index.d.ts +1 -1
- package/dist/types/state/hooks/useSmartLink.d.ts +1 -1
- package/dist/types/state/hooks-external/useSmartLinkReload.d.ts +1 -1
- package/dist/types/state/index.d.ts +1 -1
- package/dist/types/state/modal/index.d.ts +1 -1
- package/dist/types/types.d.ts +1 -1
- package/dist/types/utils/mocks.d.ts +1 -1
- package/dist/types/view/BlockCard/components/Action.d.ts +1 -1
- package/dist/types/view/BlockCard/components/ContentFooter.d.ts +1 -1
- package/dist/types/view/BlockCard/components/ContentHeader.d.ts +1 -1
- package/dist/types/view/BlockCard/components/Name.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/paragraph-prompt/main.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/menu-context/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/footer/main.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/utils/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.d.ts +1 -1
- package/dist/types/view/RelatedLinksModal/components/EmptyState.d.ts +1 -1
- package/dist/types-ts4.5/extractors/flexible/actions/extract-automation-action.d.ts +2 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +17 -0
- package/dist/types-ts4.5/i18n/da.d.ts +15 -0
- package/dist/types-ts4.5/i18n/de.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en.d.ts +9 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +9 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +9 -1
- package/dist/types-ts4.5/i18n/es.d.ts +12 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +15 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +6 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +15 -0
- package/dist/types-ts4.5/i18n/it.d.ts +15 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +15 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +15 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +17 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +15 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +15 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +17 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +15 -0
- package/dist/types-ts4.5/i18n/th.d.ts +15 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +15 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +6 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +15 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +15 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +6 -0
- package/dist/types-ts4.5/index.d.ts +2 -2
- package/dist/types-ts4.5/state/analytics/useSmartLinkAnalytics.d.ts +1 -1
- package/dist/types-ts4.5/state/hooks/use-invoke-client-action/index.d.ts +1 -1
- package/dist/types-ts4.5/state/hooks/useSmartLink.d.ts +1 -1
- package/dist/types-ts4.5/state/hooks-external/useSmartLinkReload.d.ts +1 -1
- package/dist/types-ts4.5/state/index.d.ts +1 -1
- package/dist/types-ts4.5/state/modal/index.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +1 -1
- package/dist/types-ts4.5/utils/mocks.d.ts +1 -1
- package/dist/types-ts4.5/view/BlockCard/components/Action.d.ts +1 -1
- package/dist/types-ts4.5/view/BlockCard/components/ContentFooter.d.ts +1 -1
- package/dist/types-ts4.5/view/BlockCard/components/ContentHeader.d.ts +1 -1
- package/dist/types-ts4.5/view/BlockCard/components/Name.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/paragraph-prompt/main.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/menu-context/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/footer/main.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.d.ts +1 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/components/EmptyState.d.ts +1 -1
- package/package.json +7 -7
- package/report.api.md +775 -806
|
@@ -100,15 +100,15 @@ export const getBaseStyles = (direction, size) => css({
|
|
|
100
100
|
|
|
101
101
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
|
|
102
102
|
export const highlightRemoveStyles = css`
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
103
|
+
outline: none !important;
|
|
104
|
+
outline-color: inherit;
|
|
105
|
+
color: inherit;
|
|
106
|
+
-webkit-tap-highlight-color: transparent;
|
|
107
|
+
-webkit-touch-callout: none;
|
|
108
|
+
-webkit-user-select: none;
|
|
109
|
+
-moz-user-select: none;
|
|
110
|
+
-ms-user-select: none;
|
|
111
|
+
user-select: none;
|
|
112
112
|
`;
|
|
113
113
|
const isActionGroup = node => /*#__PURE__*/React.isValidElement(node) && node.type === ActionGroup;
|
|
114
114
|
const isElementDisplayValid = (name, display) => {
|
|
@@ -93,24 +93,24 @@ export const getContainerStyles = (size, hideBackground, hideElevation, hidePadd
|
|
|
93
93
|
|
|
94
94
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
|
|
95
95
|
return css`
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
96
|
+
display: flex;
|
|
97
|
+
gap: ${getGap(size)} 0;
|
|
98
|
+
flex-direction: column;
|
|
99
|
+
min-width: 0;
|
|
100
|
+
overflow-x: hidden;
|
|
101
|
+
position: relative;
|
|
102
|
+
${hideBackground ? '' : `background-color: ${"var(--ds-surface-raised, #FFFFFF)"};`}
|
|
103
|
+
${paddingCss}
|
|
104
104
|
${hideElevation ? '' : elevationStyles}
|
|
105
105
|
${clickableContainer ? clickableContainerStyles : ''}
|
|
106
106
|
&:hover ~ .actions-button-group {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
107
|
+
opacity: 1;
|
|
108
|
+
}
|
|
109
|
+
a:focus,
|
|
110
|
+
.has-action:focus {
|
|
111
|
+
outline-offset: -2px;
|
|
112
|
+
}
|
|
113
|
+
`;
|
|
114
114
|
};
|
|
115
115
|
const renderChildren = (children, containerSize, containerTheme, status, retry, onClick) => React.Children.map(children, child => {
|
|
116
116
|
// TODO: EDM-6468: Use useFlexibleUiOptionContext for rendering options inside block/element instead
|
|
@@ -27,15 +27,15 @@ const getStyles = size => {
|
|
|
27
27
|
default:
|
|
28
28
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
|
|
29
29
|
return css`
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
30
|
+
${styles}
|
|
31
|
+
li {
|
|
32
|
+
span,
|
|
33
|
+
svg {
|
|
34
|
+
max-height: 1.25rem;
|
|
35
|
+
max-width: 1.25rem;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
`;
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
41
|
const getPersonNameWithPrefix = (elementName, personName, intl) => {
|
|
@@ -14,16 +14,16 @@ const badgeStyles = css({
|
|
|
14
14
|
|
|
15
15
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
|
|
16
16
|
const iconStyles = css`
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
color: ${"var(--ds-icon-subtle, #626F86)"};
|
|
18
|
+
line-height: 0;
|
|
19
|
+
vertical-align: middle;
|
|
20
|
+
${getIconSizeStyles('1rem')}
|
|
21
|
+
img,
|
|
22
22
|
span,
|
|
23
23
|
svg {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
line-height: 0;
|
|
25
|
+
vertical-align: middle;
|
|
26
|
+
}
|
|
27
27
|
`;
|
|
28
28
|
const labelStyles = css({
|
|
29
29
|
color: "var(--ds-text-subtlest, #626F86)",
|
|
@@ -43,17 +43,17 @@ export const getIconSizeStyles = width => {
|
|
|
43
43
|
const sizeStyles = getIconDimensionStyles(width);
|
|
44
44
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
|
|
45
45
|
return css`
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
flex: 0 0 auto;
|
|
47
|
+
${sizeStyles}
|
|
48
|
+
span,
|
|
49
49
|
svg,
|
|
50
50
|
img {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
51
|
+
${sizeStyles}
|
|
52
|
+
}
|
|
53
|
+
svg {
|
|
54
|
+
padding: 0;
|
|
55
|
+
}
|
|
56
|
+
`;
|
|
57
57
|
};
|
|
58
58
|
export const getIconWidth = size => {
|
|
59
59
|
switch (size) {
|
|
@@ -4,31 +4,31 @@ const elementGap = '0.5rem';
|
|
|
4
4
|
|
|
5
5
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
|
|
6
6
|
export const metadataBlockCss = css`
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
gap: 0px;
|
|
8
|
+
/* primary element group */
|
|
9
|
+
[data-smart-element-group]:nth-of-type(1) {
|
|
10
|
+
flex-grow: 7;
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
// a separator between text-based element
|
|
13
|
+
${separatorCss}
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
/* horizontal spacing between elements in group */
|
|
16
16
|
> span {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
17
|
+
margin-right: ${elementGap};
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
/* secondary element group */
|
|
21
|
+
[data-smart-element-group]:nth-of-type(2) {
|
|
22
|
+
flex-grow: 3;
|
|
23
|
+
/* horizontal spacing between elements in group */
|
|
24
|
+
> span {
|
|
25
|
+
margin-left: ${elementGap};
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
[data-smart-element-group] {
|
|
30
|
+
line-height: 1rem;
|
|
31
|
+
}
|
|
32
32
|
`;
|
|
33
33
|
export const footerBlockCss = css({
|
|
34
34
|
height: '1.5rem'
|
|
@@ -27,38 +27,38 @@ export const separatorCss = css({
|
|
|
27
27
|
|
|
28
28
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
|
|
29
29
|
export const HoverCardContainer = css`
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
background: none;
|
|
31
|
+
border-width: 0;
|
|
32
|
+
box-sizing: border-box;
|
|
33
|
+
width: ${getBooleanFF('platform.linking-platform.smart-card.hover-card-ai-summaries') ? NEW_CARD_WIDTH_REM : CARD_WIDTH_REM}rem;
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
.${loadingPlaceholderClassName} {
|
|
36
|
+
display: none;
|
|
37
|
+
}
|
|
38
38
|
`;
|
|
39
39
|
|
|
40
40
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
|
|
41
41
|
export const titleBlockCss = css`
|
|
42
|
-
|
|
42
|
+
gap: ${blockGap};
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
${separatorCss}
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
// title and subtitle element group
|
|
47
47
|
[data-smart-element-group] {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
48
|
+
// gap between title and subtitle
|
|
49
|
+
gap: 0.06rem;
|
|
50
|
+
display: flex;
|
|
51
|
+
/* subtitle element group */
|
|
52
|
+
> [data-smart-element-group] {
|
|
53
|
+
> span {
|
|
54
|
+
margin-right: ${elementGap};
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
58
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
59
|
+
[data-smart-element='Title'] {
|
|
60
|
+
font-weight: 600;
|
|
61
|
+
}
|
|
62
62
|
`;
|
|
63
63
|
export const getTransitionStyles = snippetHeight => css({
|
|
64
64
|
transition: 'height 300ms ease-in-out',
|
|
@@ -7,7 +7,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
|
|
|
7
7
|
import LinkWarningModal from './LinkWarningModal';
|
|
8
8
|
const PACKAGE_DATA = {
|
|
9
9
|
packageName: "@atlaskit/smart-card",
|
|
10
|
-
packageVersion: "27.5.
|
|
10
|
+
packageVersion: "27.5.3",
|
|
11
11
|
componentName: 'linkUrl'
|
|
12
12
|
};
|
|
13
13
|
const Link = withLinkClickedEvent('a');
|
|
@@ -2,10 +2,10 @@ import React from 'react';
|
|
|
2
2
|
import Heading from '@atlaskit/heading';
|
|
3
3
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
4
4
|
const emptyStateStyles = xcss({
|
|
5
|
-
alignItems:
|
|
5
|
+
alignItems: 'center',
|
|
6
6
|
display: 'flex',
|
|
7
7
|
flexDirection: 'column',
|
|
8
|
-
gap:
|
|
8
|
+
gap: 'space.100',
|
|
9
9
|
height: '100%',
|
|
10
10
|
justifyContent: 'center',
|
|
11
11
|
marginLeft: 'space.300',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { FormattedMessage, useIntl } from
|
|
2
|
+
import { FormattedMessage, useIntl } from 'react-intl-next';
|
|
3
3
|
import { messages } from '../../../../messages';
|
|
4
|
-
import { ErrorSVG } from
|
|
4
|
+
import { ErrorSVG } from './error-svg';
|
|
5
5
|
import { EmptyState } from '../../components/EmptyState';
|
|
6
6
|
export const RelatedLinksErroredView = () => {
|
|
7
7
|
const intl = useIntl();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { FormattedMessage, useIntl } from
|
|
2
|
+
import { FormattedMessage, useIntl } from 'react-intl-next';
|
|
3
3
|
import { messages } from '../../../../messages';
|
|
4
4
|
import { EmptyState } from '../../components/EmptyState';
|
|
5
5
|
import { UnavailableSVG } from './unavailable-svg';
|
|
@@ -36,7 +36,7 @@ export var extractIcon = function extractIcon(jsonLd) {
|
|
|
36
36
|
|
|
37
37
|
/**
|
|
38
38
|
* Extracts an icon based on the given type.
|
|
39
|
-
*
|
|
39
|
+
*
|
|
40
40
|
* Some types return hardcoded icons, while others follow a priority list on how to pick the icon.
|
|
41
41
|
* If type is not recognized, it will return the icon from the provider, or `undefined` if no icon is found.
|
|
42
42
|
*
|
|
@@ -11,7 +11,7 @@ export var extractAutomationAction = function extractAutomationAction(response)
|
|
|
11
11
|
var data = response.data;
|
|
12
12
|
var meta = response.meta;
|
|
13
13
|
var name = data.name,
|
|
14
|
-
objectAri = data[
|
|
14
|
+
objectAri = data['atlassian:ari'];
|
|
15
15
|
var product = meta.product,
|
|
16
16
|
tenantId = meta.tenantId,
|
|
17
17
|
resourceType = meta.resourceType;
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -7,6 +7,18 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Czech
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.empty-state.image.alt': 'Ikona prázdného seznamu automatizace',
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': 'Další informace o ručním spouštěči',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': 'Pomocí ručního spouštěče můžete vytvořit nabídku výběrů, které může kdokoli nebo vámi určené osoby jedním kliknutím použít jako automatizaci.',
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': 'Správci zatím nenakonfigurovali žádné ručně spouštěné automatizace.',
|
|
14
|
+
'automation-menu.modal.error.description': 'Načtení může chvíli trvat. Zkuste obnovit stránku.',
|
|
15
|
+
'automation-menu.modal.error.image.alt': 'Ikona chyby',
|
|
16
|
+
'automation-menu.modal.footer.automate-button': 'Automatizovat',
|
|
17
|
+
'automation-menu.modal.footer.cancel-button': 'Zrušit',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': 'Vytvořit automatizaci',
|
|
19
|
+
'automation-menu.modal.footer.ok-button': 'OK',
|
|
20
|
+
'automation-menu.modal.header.icon.label': 'Ikona v záhlaví modálního okna automatizace',
|
|
21
|
+
'automation-menu.success-state.message': 'Vaše automatizace probíhá',
|
|
10
22
|
'fabric.linking.access_exists_description': 'Požádejte o přístup k zobrazení tohoto obsahu z webu {hostname}.',
|
|
11
23
|
'fabric.linking.actions': 'Akce',
|
|
12
24
|
'fabric.linking.add_account': 'Přidat účet',
|
|
@@ -26,8 +38,8 @@ export default {
|
|
|
26
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ů.',
|
|
27
39
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizace stránek',
|
|
28
40
|
'fabric.linking.automation-action.icon.label': 'Ikona automatizace',
|
|
29
|
-
'fabric.linking.automation-action.title': '
|
|
30
|
-
'fabric.linking.automation-action.tooltip': '
|
|
41
|
+
'fabric.linking.automation-action.title': 'Zobrazit pravidla automatizace…',
|
|
42
|
+
'fabric.linking.automation-action.tooltip': 'Vyberte pravidlo automatizace, které chcete spustit.',
|
|
31
43
|
'fabric.linking.beta': 'Beta',
|
|
32
44
|
'fabric.linking.cancel': 'Zrušit',
|
|
33
45
|
'fabric.linking.cannot_connect': 'Nelze se připojit, zkuste to znovu.',
|
|
@@ -111,6 +123,11 @@ export default {
|
|
|
111
123
|
'fabric.linking.priority_undefined': 'Nedefinováno',
|
|
112
124
|
'fabric.linking.read_time': '{context} min. čtení',
|
|
113
125
|
'fabric.linking.related': 'Souvisící',
|
|
126
|
+
'fabric.linking.related_links_found_in': 'Nalezeno v:',
|
|
127
|
+
'fabric.linking.related_links_includes_links_to': 'Zahrnuje odkazy na:',
|
|
128
|
+
'fabric.linking.related_links_modal_title': 'Nedávné odkazy',
|
|
129
|
+
'fabric.linking.related_links_not_found': 'Nebyly nalezeny žádné odkazy, které bychom tu mohli zobrazit.',
|
|
130
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': 'Zobrazit nedávné odkazy…',
|
|
114
131
|
'fabric.linking.related_work_items_not_found': 'Tento odkaz není nikde jinde zmíněn.',
|
|
115
132
|
'fabric.linking.request_access': 'Požádat o přístup',
|
|
116
133
|
'fabric.linking.request_access_description': 'Váš tým spolupracuje v {product}. Pošlete správci žádost o přístup.',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Danish (Denmark)
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.empty-state.image.alt': 'Ikon for tom automatiseringsliste',
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': 'Få mere at vide om den manuelle udløser',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': 'Brug den manuelle udløser til at udfylde en menu med valgmuligheder, som alle, eller personer du angiver, kan anvende som automatiseringer med et enkelt klik.',
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': 'Administratorerne har endnu ikke konfigureret nogen manuelt udløste automatiseringer.',
|
|
14
|
+
'automation-menu.modal.error.description': 'Dette tager et stykke tid at indlæse. Prøv at genindlæse siden.',
|
|
15
|
+
'automation-menu.modal.error.image.alt': 'Fejlikon',
|
|
16
|
+
'automation-menu.modal.footer.automate-button': 'Automatiser',
|
|
17
|
+
'automation-menu.modal.footer.cancel-button': 'Annuller',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': 'Opret automatisering',
|
|
19
|
+
'automation-menu.modal.footer.ok-button': 'OK',
|
|
20
|
+
'automation-menu.modal.header.icon.label': 'Ikon for overskrift for automatiseringsmodal',
|
|
10
21
|
'fabric.linking.access_exists_description': 'Anmod om adgang til at se dette indhold fra {hostname}.',
|
|
11
22
|
'fabric.linking.actions': 'Handlinger',
|
|
12
23
|
'fabric.linking.add_account': 'Tilføj konto',
|
|
@@ -26,8 +37,8 @@ export default {
|
|
|
26
37
|
'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.',
|
|
27
38
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Sideautomatiseringer',
|
|
28
39
|
'fabric.linking.automation-action.icon.label': 'Ikon for automatisering',
|
|
29
|
-
'fabric.linking.automation-action.title': '
|
|
30
|
-
'fabric.linking.automation-action.tooltip': '
|
|
40
|
+
'fabric.linking.automation-action.title': 'Se automatiseringsregler …',
|
|
41
|
+
'fabric.linking.automation-action.tooltip': 'Vælg en automatiseringsregel, der skal køres',
|
|
31
42
|
'fabric.linking.beta': 'Beta',
|
|
32
43
|
'fabric.linking.cancel': 'Annuller',
|
|
33
44
|
'fabric.linking.cannot_connect': 'Kan ikke oprette forbindelse. Prøv igen.',
|
|
@@ -111,6 +122,10 @@ export default {
|
|
|
111
122
|
'fabric.linking.priority_undefined': 'Ikke defineret',
|
|
112
123
|
'fabric.linking.read_time': 'Kan læses på {context} min.',
|
|
113
124
|
'fabric.linking.related': 'Relateret',
|
|
125
|
+
'fabric.linking.related_links_found_in': 'Fundet i',
|
|
126
|
+
'fabric.linking.related_links_includes_links_to': 'Omfatter links til',
|
|
127
|
+
'fabric.linking.related_links_modal_title': 'Seneste links',
|
|
128
|
+
'fabric.linking.related_links_not_found': 'Vi fandt ikke nogen links.',
|
|
114
129
|
'fabric.linking.related_work_items_not_found': 'Dette link omtales ikke andre steder.',
|
|
115
130
|
'fabric.linking.request_access': 'Anmod om adgang',
|
|
116
131
|
'fabric.linking.request_access_description': 'Dit team bruger {product} til at samarbejde. Send din administrator en anmodning om adgang.',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -7,9 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//German (Germany)
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.empty-state.image.alt': 'Symbol: Leere Automatisierungsliste',
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': 'Weitere Informationen zum manuellen Trigger',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': 'Verwenden Sie den manuellen Trigger, um ein Auswahlmenü auszufüllen, das alle, oder von Ihnen festgelegte Personen, als Ein-Klick-Automatisierungen anwenden können.',
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': 'Die Administratoren haben noch keine Automatisierungen mit manuellem Trigger konfiguriert.',
|
|
14
|
+
'automation-menu.modal.error.description': 'Der Ladevorgang dauert eine Weile. Versuchen Sie, die Seite zu aktualisieren.',
|
|
10
15
|
'automation-menu.modal.error.image.alt': 'Symbol: Fehler',
|
|
16
|
+
'automation-menu.modal.footer.automate-button': 'Automatisieren',
|
|
11
17
|
'automation-menu.modal.footer.cancel-button': 'Abbrechen',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': 'Automatisierung erstellen',
|
|
12
19
|
'automation-menu.modal.footer.ok-button': 'OK',
|
|
20
|
+
'automation-menu.modal.header.icon.label': 'Symbol im Header des Automatisierungsfensters',
|
|
13
21
|
'fabric.linking.access_exists_description': 'Bitten Sie Ihren Administrator um Zugriffsrechte für die Anzeige dieses Inhalts von {hostname}.',
|
|
14
22
|
'fabric.linking.actions': 'Aktionen',
|
|
15
23
|
'fabric.linking.add_account': 'Account hinzufügen',
|
|
@@ -29,8 +37,8 @@ export default {
|
|
|
29
37
|
'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.',
|
|
30
38
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Seitenautomatisierungen',
|
|
31
39
|
'fabric.linking.automation-action.icon.label': 'Symbol: Automatisierung',
|
|
32
|
-
'fabric.linking.automation-action.title': '
|
|
33
|
-
'fabric.linking.automation-action.tooltip': '
|
|
40
|
+
'fabric.linking.automation-action.title': 'Automatisierungsregeln anzeigen ...',
|
|
41
|
+
'fabric.linking.automation-action.tooltip': 'Wählen Sie eine Automatisierungsregel aus, die ausgeführt werden soll.',
|
|
34
42
|
'fabric.linking.beta': 'Beta',
|
|
35
43
|
'fabric.linking.cancel': 'Abbrechen',
|
|
36
44
|
'fabric.linking.cannot_connect': 'Verbindung nicht möglich, versuchen Sie es erneut',
|
|
@@ -114,6 +122,10 @@ export default {
|
|
|
114
122
|
'fabric.linking.priority_undefined': 'Nicht definiert',
|
|
115
123
|
'fabric.linking.read_time': 'Lesedauer: {context} Min.',
|
|
116
124
|
'fabric.linking.related': 'Zugehörig',
|
|
125
|
+
'fabric.linking.related_links_found_in': 'Gefunden in',
|
|
126
|
+
'fabric.linking.related_links_includes_links_to': 'Beinhaltet Links zu',
|
|
127
|
+
'fabric.linking.related_links_modal_title': 'Zuletzt aufgerufene Links',
|
|
128
|
+
'fabric.linking.related_links_not_found': 'Es wurden keine Links zum Anzeigen gefunden.',
|
|
117
129
|
'fabric.linking.related_work_items_not_found': 'Dieser Link wird nirgendwo sonst erwähnt.',
|
|
118
130
|
'fabric.linking.request_access': 'Zugriff anfordern',
|
|
119
131
|
'fabric.linking.request_access_description': 'Ihr Team verwendet {product} zur Zusammenarbeit. Senden Sie Ihrem Administrator eine Zugriffsanfrage.',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -18,6 +18,7 @@ export default {
|
|
|
18
18
|
'automation-menu.modal.footer.get-started-button': 'Create automation',
|
|
19
19
|
'automation-menu.modal.footer.ok-button': 'Ok',
|
|
20
20
|
'automation-menu.modal.header.icon.label': 'Automation modal header icon',
|
|
21
|
+
'automation-menu.success-state.message': 'Your automation is in progress',
|
|
21
22
|
'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
|
|
22
23
|
'fabric.linking.actions': 'Actions',
|
|
23
24
|
'fabric.linking.add_account': 'Add account',
|
|
@@ -122,7 +123,14 @@ export default {
|
|
|
122
123
|
'fabric.linking.priority_undefined': 'Undefined',
|
|
123
124
|
'fabric.linking.read_time': '{context} min read',
|
|
124
125
|
'fabric.linking.related': 'Related',
|
|
125
|
-
'fabric.linking.
|
|
126
|
+
'fabric.linking.related_links_found_in': 'Found In',
|
|
127
|
+
'fabric.linking.related_links_includes_links_to': 'Includes Links To',
|
|
128
|
+
'fabric.linking.related_links_modal_error_header': 'Something went wrong',
|
|
129
|
+
'fabric.linking.related_links_modal_error_message': 'We ran into an issue trying to load recent links. Check your connection or refresh to try again.',
|
|
130
|
+
'fabric.linking.related_links_modal_title': 'Recent Links',
|
|
131
|
+
'fabric.linking.related_links_modal_unavailable_header': 'No recent links',
|
|
132
|
+
'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
|
+
'fabric.linking.related_links_not_found': "We didn't find any links to show here.",
|
|
126
134
|
'fabric.linking.related_links_view_related_urls.nonfinal': 'View recent links...',
|
|
127
135
|
'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
|
|
128
136
|
'fabric.linking.request_access': 'Request access',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -18,6 +18,7 @@ export default {
|
|
|
18
18
|
'automation-menu.modal.footer.get-started-button': 'Create automation',
|
|
19
19
|
'automation-menu.modal.footer.ok-button': 'Ok',
|
|
20
20
|
'automation-menu.modal.header.icon.label': 'Automation modal header icon',
|
|
21
|
+
'automation-menu.success-state.message': 'Your automation is in progress',
|
|
21
22
|
'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
|
|
22
23
|
'fabric.linking.actions': 'Actions',
|
|
23
24
|
'fabric.linking.add_account': 'Add account',
|
|
@@ -122,7 +123,14 @@ export default {
|
|
|
122
123
|
'fabric.linking.priority_undefined': 'Undefined',
|
|
123
124
|
'fabric.linking.read_time': '{context} min read',
|
|
124
125
|
'fabric.linking.related': 'Related',
|
|
125
|
-
'fabric.linking.
|
|
126
|
+
'fabric.linking.related_links_found_in': 'Found In',
|
|
127
|
+
'fabric.linking.related_links_includes_links_to': 'Includes Links To',
|
|
128
|
+
'fabric.linking.related_links_modal_error_header': 'Something went wrong',
|
|
129
|
+
'fabric.linking.related_links_modal_error_message': 'We ran into an issue trying to load recent links. Check your connection or refresh to try again.',
|
|
130
|
+
'fabric.linking.related_links_modal_title': 'Recent Links',
|
|
131
|
+
'fabric.linking.related_links_modal_unavailable_header': 'No recent links',
|
|
132
|
+
'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
|
+
'fabric.linking.related_links_not_found': "We didn't find any links to show here.",
|
|
126
134
|
'fabric.linking.related_links_view_related_urls.nonfinal': 'View recent links...',
|
|
127
135
|
'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
|
|
128
136
|
'fabric.linking.request_access': 'Request access',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -18,6 +18,7 @@ export default {
|
|
|
18
18
|
'automation-menu.modal.footer.get-started-button': 'Create automation',
|
|
19
19
|
'automation-menu.modal.footer.ok-button': 'Ok',
|
|
20
20
|
'automation-menu.modal.header.icon.label': 'Automation modal header icon',
|
|
21
|
+
'automation-menu.success-state.message': 'Your automation is in progress',
|
|
21
22
|
'fabric.linking.access_exists_description': 'Request access to view this content from {hostname}.',
|
|
22
23
|
'fabric.linking.actions': 'Actions',
|
|
23
24
|
'fabric.linking.add_account': 'Add account',
|
|
@@ -122,7 +123,14 @@ export default {
|
|
|
122
123
|
'fabric.linking.priority_undefined': 'Undefined',
|
|
123
124
|
'fabric.linking.read_time': '{context} min read',
|
|
124
125
|
'fabric.linking.related': 'Related',
|
|
125
|
-
'fabric.linking.
|
|
126
|
+
'fabric.linking.related_links_found_in': 'Found In',
|
|
127
|
+
'fabric.linking.related_links_includes_links_to': 'Includes Links To',
|
|
128
|
+
'fabric.linking.related_links_modal_error_header': 'Something went wrong',
|
|
129
|
+
'fabric.linking.related_links_modal_error_message': 'We ran into an issue trying to load recent links. Check your connection or refresh to try again.',
|
|
130
|
+
'fabric.linking.related_links_modal_title': 'Recent Links',
|
|
131
|
+
'fabric.linking.related_links_modal_unavailable_header': 'No recent links',
|
|
132
|
+
'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
|
+
'fabric.linking.related_links_not_found': "We didn't find any links to show here.",
|
|
126
134
|
'fabric.linking.related_links_view_related_urls.nonfinal': 'View recent links...',
|
|
127
135
|
'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
|
|
128
136
|
'fabric.linking.request_access': 'Request access',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -7,9 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Spanish (International)
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.empty-state.image.alt': 'Icono de lista de automatización vacía',
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': 'Más información sobre el desencadenador manual',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': 'Usa el desencadenador manual para rellenar un menú de selecciones que todo el mundo o las personas que tú especifiques puedan aplicar como automatizaciones en un clic.',
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': 'Los administradores aún no han configurado ninguna automatización con desencadenador manual.',
|
|
14
|
+
'automation-menu.modal.error.description': 'Esta acción está tardando un poco en cargar. Prueba a actualizar la página.',
|
|
10
15
|
'automation-menu.modal.error.image.alt': 'Icono de error',
|
|
16
|
+
'automation-menu.modal.footer.automate-button': 'Automatizar',
|
|
11
17
|
'automation-menu.modal.footer.cancel-button': 'Cancelar',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': 'Crear automatización',
|
|
12
19
|
'automation-menu.modal.footer.ok-button': 'Aceptar',
|
|
20
|
+
'automation-menu.modal.header.icon.label': 'Icono del encabezado del modal de automatización',
|
|
13
21
|
'fabric.linking.access_exists_description': 'Solicita acceso para ver este contenido desde {hostname}.',
|
|
14
22
|
'fabric.linking.actions': 'Acciones',
|
|
15
23
|
'fabric.linking.add_account': 'Añadir cuenta',
|
|
@@ -29,8 +37,8 @@ export default {
|
|
|
29
37
|
'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.',
|
|
30
38
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizaciones de páginas',
|
|
31
39
|
'fabric.linking.automation-action.icon.label': 'Icono de automatización',
|
|
32
|
-
'fabric.linking.automation-action.title': '
|
|
33
|
-
'fabric.linking.automation-action.tooltip': '
|
|
40
|
+
'fabric.linking.automation-action.title': 'Ver reglas de automatización...',
|
|
41
|
+
'fabric.linking.automation-action.tooltip': 'Selecciona una regla de automatización que ejecutar',
|
|
34
42
|
'fabric.linking.beta': 'Beta',
|
|
35
43
|
'fabric.linking.cancel': 'Cancelar',
|
|
36
44
|
'fabric.linking.cannot_connect': 'No se podido establecer la conexión. Inténtalo de nuevo',
|
|
@@ -114,6 +122,10 @@ export default {
|
|
|
114
122
|
'fabric.linking.priority_undefined': 'Sin definir',
|
|
115
123
|
'fabric.linking.read_time': '{context} min de lectura',
|
|
116
124
|
'fabric.linking.related': 'Relacionado',
|
|
125
|
+
'fabric.linking.related_links_found_in': 'Encontrado en',
|
|
126
|
+
'fabric.linking.related_links_includes_links_to': 'Incluye enlaces a',
|
|
127
|
+
'fabric.linking.related_links_modal_title': 'Enlaces recientes',
|
|
128
|
+
'fabric.linking.related_links_not_found': 'No hemos encontrado ningún enlace que mostrar aquí.',
|
|
117
129
|
'fabric.linking.related_work_items_not_found': 'Este enlace no se menciona en ningún otro sitio.',
|
|
118
130
|
'fabric.linking.request_access': 'Solicitar acceso',
|
|
119
131
|
'fabric.linking.request_access_description': 'Tu equipo utiliza {product} para colaborar. Envía al administrador una solicitud para poder acceder.',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Finnish
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.empty-state.image.alt': 'Tyhjän automaatioluettelon kuvake',
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': 'Lue lisää manuaalisesta laukaisimesta',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': 'Täytä manuaalisen laukaisimen avulla valikko valinnoilla, joita kuka tahansa tai määrittämäsi henkilöt voivat käyttää yhden napsautuksen automaatioina.',
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': 'Ylläpitäjät eivät ole vielä määrittäneet yhtään manuaalisesti laukaistavaa automaatiota.',
|
|
14
|
+
'automation-menu.modal.error.description': 'Lataaminen kestää jonkin aikaa. Yritä päivittää sivu.',
|
|
15
|
+
'automation-menu.modal.error.image.alt': 'Virhekuvake',
|
|
16
|
+
'automation-menu.modal.footer.automate-button': 'Automatisoi',
|
|
17
|
+
'automation-menu.modal.footer.cancel-button': 'Peruuta',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': 'Luo automaatio',
|
|
19
|
+
'automation-menu.modal.footer.ok-button': 'OK',
|
|
20
|
+
'automation-menu.modal.header.icon.label': 'Automaation modaalisen ikkunan ylätunnisteen kuvake',
|
|
10
21
|
'fabric.linking.access_exists_description': 'Pyydä oikeutta tarkastella tätä sisältöä kohteesta {hostname}.',
|
|
11
22
|
'fabric.linking.actions': 'Toiminnot',
|
|
12
23
|
'fabric.linking.add_account': 'Lisää tili',
|
|
@@ -26,8 +37,8 @@ export default {
|
|
|
26
37
|
'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.',
|
|
27
38
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Sivun automaatiot',
|
|
28
39
|
'fabric.linking.automation-action.icon.label': 'Automaatiokuvake',
|
|
29
|
-
'fabric.linking.automation-action.title': '
|
|
30
|
-
'fabric.linking.automation-action.tooltip': '
|
|
40
|
+
'fabric.linking.automation-action.title': 'Näytä automaatiosäännöt...',
|
|
41
|
+
'fabric.linking.automation-action.tooltip': 'Valitse suoritettava automaatiosääntö',
|
|
31
42
|
'fabric.linking.beta': 'Beeta',
|
|
32
43
|
'fabric.linking.cancel': 'Peruuta',
|
|
33
44
|
'fabric.linking.cannot_connect': 'Ei voi muodostaa yhteyttä, yritä uudelleen',
|
|
@@ -111,6 +122,10 @@ export default {
|
|
|
111
122
|
'fabric.linking.priority_undefined': 'Määrittelemätön',
|
|
112
123
|
'fabric.linking.read_time': 'Lukuaika: {context}',
|
|
113
124
|
'fabric.linking.related': 'Liittyvät',
|
|
125
|
+
'fabric.linking.related_links_found_in': 'Löydetty kohteesta',
|
|
126
|
+
'fabric.linking.related_links_includes_links_to': 'Sisältää linkit kohteeseen',
|
|
127
|
+
'fabric.linking.related_links_modal_title': 'Viimeaikaiset linkit',
|
|
128
|
+
'fabric.linking.related_links_not_found': 'Täältä ei löytynyt näytettäviä linkkejä.',
|
|
114
129
|
'fabric.linking.related_work_items_not_found': 'Tätä linkkiä ei ole mainittu missään muualla.',
|
|
115
130
|
'fabric.linking.request_access': 'Pyydä pääsyä',
|
|
116
131
|
'fabric.linking.request_access_description': '{product} on tiimisi käytössä yhteistyön tukena. Pyydä käyttöoikeutta ylläpitäjältäsi.',
|