@atlaskit/smart-card 18.0.15 → 18.0.18
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 +21 -0
- package/client/package.json +1 -0
- package/dist/cjs/extractors/common/context/extractProvider.js +14 -4
- package/dist/cjs/extractors/common/detail/extractCommentCount.js +3 -1
- package/dist/cjs/extractors/common/detail/extractProgrammingLanguage.js +3 -1
- package/dist/cjs/extractors/common/detail/extractSubscriberCount.js +3 -1
- package/dist/cjs/extractors/common/primitives/extractTitleTextColor.js +3 -1
- package/dist/cjs/i18n/cs.js +43 -0
- package/dist/cjs/i18n/da.js +43 -0
- package/dist/cjs/i18n/de.js +43 -0
- package/dist/cjs/i18n/en.js +43 -0
- package/dist/cjs/i18n/en_GB.js +43 -0
- package/dist/cjs/i18n/en_ZZ.js +43 -0
- package/dist/cjs/i18n/es.js +43 -0
- package/dist/cjs/i18n/et.js +16 -0
- package/dist/cjs/i18n/fi.js +43 -0
- package/dist/cjs/i18n/fr.js +43 -0
- package/dist/cjs/i18n/hu.js +43 -0
- package/dist/cjs/i18n/it.js +43 -0
- package/dist/cjs/i18n/ja.js +43 -0
- package/dist/cjs/i18n/ko.js +43 -0
- package/dist/cjs/i18n/nb.js +43 -0
- package/dist/cjs/i18n/nl.js +43 -0
- package/dist/cjs/i18n/pl.js +43 -0
- package/dist/cjs/i18n/pt_BR.js +43 -0
- package/dist/cjs/i18n/pt_PT.js +16 -0
- package/dist/cjs/i18n/ru.js +43 -0
- package/dist/cjs/i18n/sk.js +16 -0
- package/dist/cjs/i18n/sv.js +43 -0
- package/dist/cjs/i18n/th.js +43 -0
- package/dist/cjs/i18n/tr.js +43 -0
- package/dist/cjs/i18n/uk.js +43 -0
- package/dist/cjs/i18n/vi.js +43 -0
- package/dist/cjs/i18n/zh.js +43 -0
- package/dist/cjs/i18n/zh_TW.js +43 -0
- package/dist/cjs/state/actions/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/BlockCard/components/Frame.js +10 -7
- package/dist/cjs/view/BlockCard/components/Link.js +3 -1
- package/dist/cjs/view/BlockCard/components/Provider.js +3 -1
- package/dist/cjs/view/BlockCard/views/ErroredView.js +3 -1
- package/dist/cjs/view/BlockCard/views/ForbiddenView.js +3 -1
- package/dist/cjs/view/BlockCard/views/NotFoundView.js +3 -1
- package/dist/cjs/view/BlockCard/views/ResolvingView.js +4 -2
- package/dist/cjs/view/EmbedCard/components/styled.js +15 -13
- package/dist/cjs/view/EmbedCard/views/ErroredView.js +3 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolving/index.js +11 -25
- package/dist/cjs/view/FlexibleCard/components/common/atlaskit-icon/index.js +8 -2
- package/dist/cjs/view/FlexibleCard/components/common/image-icon/index.js +4 -9
- package/dist/cjs/view/FlexibleCard/components/common/loading-skeleton/index.js +32 -0
- package/dist/cjs/view/FlexibleCard/components/common/loading-skeleton/types.js +5 -0
- package/dist/cjs/view/FlexibleCard/components/elements/icon/index.js +1 -18
- package/dist/cjs/view/FlexibleCard/components/elements/link/index.js +1 -0
- package/dist/cjs/view/FlexibleCard/components/utils.js +20 -1
- package/dist/cjs/view/InlineCard/ErroredView/index.js +3 -1
- package/dist/cjs/view/InlineCard/ForbiddenView/index.js +4 -2
- package/dist/cjs/view/InlineCard/Frame/styled.js +16 -13
- package/dist/cjs/view/InlineCard/Icon.js +3 -1
- package/dist/cjs/view/InlineCard/UnauthorisedView/index.js +4 -2
- package/dist/cjs/view/InlineCard/styled.js +6 -4
- package/dist/cjs/view/common/Byline.js +3 -1
- package/dist/cjs/view/common/Metadata.js +3 -1
- package/dist/cjs/view/common/ModalHeader.js +4 -2
- package/dist/es2019/extractors/common/context/extractProvider.js +13 -4
- package/dist/es2019/extractors/common/detail/extractCommentCount.js +2 -1
- package/dist/es2019/extractors/common/detail/extractProgrammingLanguage.js +2 -1
- package/dist/es2019/extractors/common/detail/extractSubscriberCount.js +2 -1
- package/dist/es2019/extractors/common/primitives/extractTitleTextColor.js +2 -1
- package/dist/es2019/i18n/cs.js +35 -0
- package/dist/es2019/i18n/da.js +35 -0
- package/dist/es2019/i18n/de.js +35 -0
- package/dist/es2019/i18n/en.js +35 -0
- package/dist/es2019/i18n/en_GB.js +35 -0
- package/dist/es2019/i18n/en_ZZ.js +35 -0
- package/dist/es2019/i18n/es.js +35 -0
- package/dist/es2019/i18n/et.js +8 -0
- package/dist/es2019/i18n/fi.js +35 -0
- package/dist/es2019/i18n/fr.js +35 -0
- package/dist/es2019/i18n/hu.js +35 -0
- package/dist/es2019/i18n/it.js +35 -0
- package/dist/es2019/i18n/ja.js +35 -0
- package/dist/es2019/i18n/ko.js +35 -0
- package/dist/es2019/i18n/nb.js +35 -0
- package/dist/es2019/i18n/nl.js +35 -0
- package/dist/es2019/i18n/pl.js +35 -0
- package/dist/es2019/i18n/pt_BR.js +35 -0
- package/dist/es2019/i18n/pt_PT.js +8 -0
- package/dist/es2019/i18n/ru.js +35 -0
- package/dist/es2019/i18n/sk.js +8 -0
- package/dist/es2019/i18n/sv.js +35 -0
- package/dist/es2019/i18n/th.js +35 -0
- package/dist/es2019/i18n/tr.js +35 -0
- package/dist/es2019/i18n/uk.js +35 -0
- package/dist/es2019/i18n/vi.js +35 -0
- package/dist/es2019/i18n/zh.js +35 -0
- package/dist/es2019/i18n/zh_TW.js +35 -0
- package/dist/es2019/state/actions/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/BlockCard/components/Frame.js +9 -7
- package/dist/es2019/view/BlockCard/components/Link.js +2 -1
- package/dist/es2019/view/BlockCard/components/Provider.js +2 -1
- package/dist/es2019/view/BlockCard/views/ErroredView.js +2 -1
- package/dist/es2019/view/BlockCard/views/ForbiddenView.js +2 -1
- package/dist/es2019/view/BlockCard/views/NotFoundView.js +2 -1
- package/dist/es2019/view/BlockCard/views/ResolvingView.js +3 -2
- package/dist/es2019/view/EmbedCard/components/styled.js +15 -15
- package/dist/es2019/view/EmbedCard/views/ErroredView.js +2 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolving/index.js +10 -25
- package/dist/es2019/view/FlexibleCard/components/common/atlaskit-icon/index.js +8 -3
- package/dist/es2019/view/FlexibleCard/components/common/image-icon/index.js +4 -30
- package/dist/es2019/view/FlexibleCard/components/common/loading-skeleton/index.js +39 -0
- package/dist/es2019/view/FlexibleCard/components/common/loading-skeleton/types.js +1 -0
- package/dist/es2019/view/FlexibleCard/components/elements/icon/index.js +2 -19
- package/dist/es2019/view/FlexibleCard/components/elements/link/index.js +1 -0
- package/dist/es2019/view/FlexibleCard/components/utils.js +16 -0
- package/dist/es2019/view/InlineCard/ErroredView/index.js +2 -1
- package/dist/es2019/view/InlineCard/ForbiddenView/index.js +3 -2
- package/dist/es2019/view/InlineCard/Frame/styled.js +15 -12
- package/dist/es2019/view/InlineCard/Icon.js +7 -6
- package/dist/es2019/view/InlineCard/UnauthorisedView/index.js +3 -2
- package/dist/es2019/view/InlineCard/styled.js +5 -4
- package/dist/es2019/view/common/Byline.js +2 -1
- package/dist/es2019/view/common/Metadata.js +2 -1
- package/dist/es2019/view/common/ModalHeader.js +3 -2
- package/dist/esm/extractors/common/context/extractProvider.js +13 -4
- package/dist/esm/extractors/common/detail/extractCommentCount.js +2 -1
- package/dist/esm/extractors/common/detail/extractProgrammingLanguage.js +2 -1
- package/dist/esm/extractors/common/detail/extractSubscriberCount.js +2 -1
- package/dist/esm/extractors/common/primitives/extractTitleTextColor.js +2 -1
- package/dist/esm/i18n/cs.js +35 -0
- package/dist/esm/i18n/da.js +35 -0
- package/dist/esm/i18n/de.js +35 -0
- package/dist/esm/i18n/en.js +35 -0
- package/dist/esm/i18n/en_GB.js +35 -0
- package/dist/esm/i18n/en_ZZ.js +35 -0
- package/dist/esm/i18n/es.js +35 -0
- package/dist/esm/i18n/et.js +8 -0
- package/dist/esm/i18n/fi.js +35 -0
- package/dist/esm/i18n/fr.js +35 -0
- package/dist/esm/i18n/hu.js +35 -0
- package/dist/esm/i18n/it.js +35 -0
- package/dist/esm/i18n/ja.js +35 -0
- package/dist/esm/i18n/ko.js +35 -0
- package/dist/esm/i18n/nb.js +35 -0
- package/dist/esm/i18n/nl.js +35 -0
- package/dist/esm/i18n/pl.js +35 -0
- package/dist/esm/i18n/pt_BR.js +35 -0
- package/dist/esm/i18n/pt_PT.js +8 -0
- package/dist/esm/i18n/ru.js +35 -0
- package/dist/esm/i18n/sk.js +8 -0
- package/dist/esm/i18n/sv.js +35 -0
- package/dist/esm/i18n/th.js +35 -0
- package/dist/esm/i18n/tr.js +35 -0
- package/dist/esm/i18n/uk.js +35 -0
- package/dist/esm/i18n/vi.js +35 -0
- package/dist/esm/i18n/zh.js +35 -0
- package/dist/esm/i18n/zh_TW.js +35 -0
- package/dist/esm/state/actions/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/BlockCard/components/Frame.js +9 -7
- package/dist/esm/view/BlockCard/components/Link.js +2 -1
- package/dist/esm/view/BlockCard/components/Provider.js +2 -1
- package/dist/esm/view/BlockCard/views/ErroredView.js +2 -1
- package/dist/esm/view/BlockCard/views/ForbiddenView.js +2 -1
- package/dist/esm/view/BlockCard/views/NotFoundView.js +2 -1
- package/dist/esm/view/BlockCard/views/ResolvingView.js +3 -2
- package/dist/esm/view/EmbedCard/components/styled.js +14 -13
- package/dist/esm/view/EmbedCard/views/ErroredView.js +2 -1
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolving/index.js +10 -25
- package/dist/esm/view/FlexibleCard/components/common/atlaskit-icon/index.js +8 -3
- package/dist/esm/view/FlexibleCard/components/common/image-icon/index.js +4 -10
- package/dist/esm/view/FlexibleCard/components/common/loading-skeleton/index.js +20 -0
- package/dist/esm/view/FlexibleCard/components/common/loading-skeleton/types.js +1 -0
- package/dist/esm/view/FlexibleCard/components/elements/icon/index.js +2 -19
- package/dist/esm/view/FlexibleCard/components/elements/link/index.js +1 -0
- package/dist/esm/view/FlexibleCard/components/utils.js +16 -0
- package/dist/esm/view/InlineCard/ErroredView/index.js +2 -1
- package/dist/esm/view/InlineCard/ForbiddenView/index.js +3 -2
- package/dist/esm/view/InlineCard/Frame/styled.js +16 -13
- package/dist/esm/view/InlineCard/Icon.js +2 -1
- package/dist/esm/view/InlineCard/UnauthorisedView/index.js +3 -2
- package/dist/esm/view/InlineCard/styled.js +5 -4
- package/dist/esm/view/common/Byline.js +2 -1
- package/dist/esm/view/common/Metadata.js +2 -1
- package/dist/esm/view/common/ModalHeader.js +3 -2
- package/dist/types/i18n/cs.d.ts +35 -0
- package/dist/types/i18n/da.d.ts +35 -0
- package/dist/types/i18n/de.d.ts +35 -0
- package/dist/types/i18n/en.d.ts +35 -0
- package/dist/types/i18n/en_GB.d.ts +35 -0
- package/dist/types/i18n/en_ZZ.d.ts +35 -0
- package/dist/types/i18n/es.d.ts +35 -0
- package/dist/types/i18n/et.d.ts +8 -0
- package/dist/types/i18n/fi.d.ts +35 -0
- package/dist/types/i18n/fr.d.ts +35 -0
- package/dist/types/i18n/hu.d.ts +35 -0
- package/dist/types/i18n/it.d.ts +35 -0
- package/dist/types/i18n/ja.d.ts +35 -0
- package/dist/types/i18n/ko.d.ts +35 -0
- package/dist/types/i18n/nb.d.ts +35 -0
- package/dist/types/i18n/nl.d.ts +35 -0
- package/dist/types/i18n/pl.d.ts +35 -0
- package/dist/types/i18n/pt_BR.d.ts +35 -0
- package/dist/types/i18n/pt_PT.d.ts +8 -0
- package/dist/types/i18n/ru.d.ts +35 -0
- package/dist/types/i18n/sk.d.ts +8 -0
- package/dist/types/i18n/sv.d.ts +35 -0
- package/dist/types/i18n/th.d.ts +35 -0
- package/dist/types/i18n/tr.d.ts +35 -0
- package/dist/types/i18n/uk.d.ts +35 -0
- package/dist/types/i18n/vi.d.ts +35 -0
- package/dist/types/i18n/zh.d.ts +35 -0
- package/dist/types/i18n/zh_TW.d.ts +35 -0
- package/dist/types/view/FlexibleCard/components/common/loading-skeleton/index.d.ts +5 -0
- package/dist/types/view/FlexibleCard/components/common/loading-skeleton/types.d.ts +3 -0
- package/dist/types/view/FlexibleCard/components/utils.d.ts +1 -0
- package/hooks/package.json +1 -0
- package/in-product/package.json +1 -0
- package/package.json +7 -2
- package/ssr/package.json +1 -0
- package/types/package.json +1 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import styled from '@emotion/styled';
|
|
2
|
-
import { B100, B400, B50, N20 } from '@atlaskit/theme/colors';
|
|
2
|
+
import { B100, B400, B50, DN40A, DN50A, N20, N40A, N50A } from '@atlaskit/theme/colors';
|
|
3
3
|
import { borderRadius as akBorderRadius } from '@atlaskit/theme/constants';
|
|
4
|
-
import { e100 } from '@atlaskit/theme/elevation';
|
|
5
4
|
import { themed } from '@atlaskit/theme/components';
|
|
5
|
+
import { token } from '@atlaskit/tokens';
|
|
6
6
|
import { TitleWrapperClassName } from '../IconAndTitleLayout/styled';
|
|
7
7
|
const BACKGROUND_COLOR_DARK = '#262B31';
|
|
8
8
|
const selected = `
|
|
9
9
|
cursor: pointer;
|
|
10
|
-
box-shadow: 0 0 0 2px ${B100};
|
|
10
|
+
box-shadow: 0 0 0 2px ${token('color.border.selected', B100)};
|
|
11
11
|
outline: none;
|
|
12
12
|
user-select: none;
|
|
13
13
|
&, :hover, :focus, :active {
|
|
@@ -23,15 +23,15 @@ const isInteractive = ({
|
|
|
23
23
|
cursor: pointer;
|
|
24
24
|
:hover {
|
|
25
25
|
background-color: ${themed({
|
|
26
|
-
light: N20,
|
|
27
|
-
dark: BACKGROUND_COLOR_DARK
|
|
26
|
+
light: token('color.background.neutral.subtle.hovered', N20),
|
|
27
|
+
dark: token('color.background.neutral.subtle.hovered', BACKGROUND_COLOR_DARK)
|
|
28
28
|
})};
|
|
29
29
|
text-decoration: none;
|
|
30
30
|
}
|
|
31
31
|
:active {
|
|
32
32
|
background-color: ${themed({
|
|
33
|
-
light: B50,
|
|
34
|
-
dark: BACKGROUND_COLOR_DARK
|
|
33
|
+
light: token('color.background.selected', B50),
|
|
34
|
+
dark: token('color.background.selected', BACKGROUND_COLOR_DARK)
|
|
35
35
|
})};
|
|
36
36
|
text-decoration: none;
|
|
37
37
|
}
|
|
@@ -86,14 +86,17 @@ export const Wrapper = styled.a`
|
|
|
86
86
|
box-decoration-break: clone;
|
|
87
87
|
border-radius: ${akBorderRadius()}px;
|
|
88
88
|
color: ${themed({
|
|
89
|
-
light: B400,
|
|
90
|
-
dark: '#4794FF'
|
|
89
|
+
light: token('color.link', B400),
|
|
90
|
+
dark: token('color.link', '#4794FF')
|
|
91
91
|
})};
|
|
92
92
|
background-color: ${props => props.withoutBackground ? '' : themed({
|
|
93
|
-
light: 'white',
|
|
94
|
-
dark: BACKGROUND_COLOR_DARK
|
|
93
|
+
light: token('elevation.surface.raised', 'white'),
|
|
94
|
+
dark: token('elevation.surface.raised', 'BACKGROUND_COLOR_DARK')
|
|
95
95
|
})};
|
|
96
|
-
${props => props.withoutBackground ? '' :
|
|
96
|
+
${props => props.withoutBackground ? '' : themed({
|
|
97
|
+
light: `box-shadow: ${token('elevation.shadow.raised', `0 1px 1px ${N50A}, 0 0 1px 1px ${N40A}`)};`,
|
|
98
|
+
dark: `box-shadow: ${token('elevation.shadow.raised', `0 1px 1px ${DN50A}, 0 0 1px 1px ${DN40A}`)};`
|
|
99
|
+
})}
|
|
97
100
|
${props => isInteractive(props)}
|
|
98
101
|
${props => isSelected(props)};
|
|
99
102
|
${props => withoutHover(props)}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import styled from '@emotion/styled';
|
|
2
2
|
import { keyframes } from '@emotion/core';
|
|
3
|
+
import { token } from '@atlaskit/tokens';
|
|
3
4
|
const placeholderShimmer = keyframes`
|
|
4
5
|
0% {
|
|
5
6
|
background-position: -20px 0;
|
|
@@ -41,14 +42,14 @@ export const Shimmer = styled.span`
|
|
|
41
42
|
top: 50%;
|
|
42
43
|
left: 50%;
|
|
43
44
|
transform: translate(-50%, -50%);
|
|
44
|
-
|
|
45
|
-
|
|
45
|
+
background: ${token('color.skeleton.subtle', '#f6f7f8')};
|
|
46
|
+
// TODO: https://product-fabric.atlassian.net/browse/DSP-4236
|
|
46
47
|
background-image: linear-gradient(
|
|
47
48
|
to right,
|
|
48
|
-
#f6f7f8 0%,
|
|
49
|
-
#edeef1 20%,
|
|
50
|
-
#f6f7f8 40%,
|
|
51
|
-
#f6f7f8
|
|
49
|
+
${token('color.skeleton.subtle', '#f6f7f8')} 0%,
|
|
50
|
+
${token('color.skeleton', '#edeef1')} 20%,
|
|
51
|
+
${token('color.skeleton.subtle', '#f6f7f8')} 40%,
|
|
52
|
+
${token('color.skeleton.subtle', '#f6f7f8')}100%
|
|
52
53
|
);
|
|
53
54
|
background-repeat: no-repeat;
|
|
54
55
|
background-size: 40px 14px;
|
|
@@ -2,6 +2,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
2
2
|
import Button from '@atlaskit/button/custom-theme-button';
|
|
3
3
|
import LockIcon from '@atlaskit/icon/glyph/lock-filled';
|
|
4
4
|
import { N500, R400 } from '@atlaskit/theme/colors';
|
|
5
|
+
import { token } from '@atlaskit/tokens';
|
|
5
6
|
import React from 'react';
|
|
6
7
|
import { FormattedMessage } from 'react-intl-next';
|
|
7
8
|
import { messages } from '@atlaskit/media-ui/messages';
|
|
@@ -12,7 +13,7 @@ import { IconStyledButton, LinkAppearance } from '../styled';
|
|
|
12
13
|
const FallbackUnauthorizedIcon = /*#__PURE__*/React.createElement(AKIconWrapper, null, /*#__PURE__*/React.createElement(LockIcon, {
|
|
13
14
|
label: "error",
|
|
14
15
|
size: "small",
|
|
15
|
-
primaryColor: R400
|
|
16
|
+
primaryColor: token('color.icon.danger', R400)
|
|
16
17
|
}));
|
|
17
18
|
export class InlineCardUnauthorizedView extends React.Component {
|
|
18
19
|
constructor(...args) {
|
|
@@ -59,7 +60,7 @@ export class InlineCardUnauthorizedView extends React.Component {
|
|
|
59
60
|
}, /*#__PURE__*/React.createElement(IconAndTitleLayout, {
|
|
60
61
|
icon: icon ? icon : FallbackUnauthorizedIcon,
|
|
61
62
|
title: this.renderMessage(),
|
|
62
|
-
titleColor: N500
|
|
63
|
+
titleColor: token('color.text.subtle', N500)
|
|
63
64
|
}));
|
|
64
65
|
}
|
|
65
66
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import styled from '@emotion/styled';
|
|
2
2
|
import { B400, N200 } from '@atlaskit/theme/colors';
|
|
3
3
|
import { themed } from '@atlaskit/theme/components';
|
|
4
|
+
import { token } from '@atlaskit/tokens';
|
|
4
5
|
const LINK_COLOR_DARK = '#4794FF'; // By default buttons will hide overflow and ellipsis content instead of wrapping.
|
|
5
6
|
// This basically turns the button back into inline content
|
|
6
7
|
|
|
@@ -24,8 +25,8 @@ export const IconStyledButton = styled.span`
|
|
|
24
25
|
`;
|
|
25
26
|
export const NoLinkAppearance = styled.span`
|
|
26
27
|
color: ${themed({
|
|
27
|
-
light: N200,
|
|
28
|
-
dark: LINK_COLOR_DARK
|
|
28
|
+
light: token('color.text.subtlest', N200),
|
|
29
|
+
dark: token('color.text.subtlest', LINK_COLOR_DARK)
|
|
29
30
|
})};
|
|
30
31
|
`;
|
|
31
32
|
export const LowercaseAppearance = styled.span`
|
|
@@ -33,7 +34,7 @@ export const LowercaseAppearance = styled.span`
|
|
|
33
34
|
`;
|
|
34
35
|
export const LinkAppearance = styled.span`
|
|
35
36
|
color: ${themed({
|
|
36
|
-
light: B400,
|
|
37
|
-
dark: LINK_COLOR_DARK
|
|
37
|
+
light: token('color.link', B400),
|
|
38
|
+
dark: token('color.link', LINK_COLOR_DARK)
|
|
38
39
|
})};
|
|
39
40
|
`;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { jsx } from '@emotion/core';
|
|
3
3
|
import { N300 } from '@atlaskit/theme/colors';
|
|
4
|
+
import { token } from '@atlaskit/tokens';
|
|
4
5
|
import { gs, mq } from './utils';
|
|
5
6
|
export const Byline = ({
|
|
6
7
|
text,
|
|
@@ -11,7 +12,7 @@ export const Byline = ({
|
|
|
11
12
|
css: mq({
|
|
12
13
|
fontSize: gs(1.5),
|
|
13
14
|
lineHeight: gs(2.5),
|
|
14
|
-
color: `${N300}`,
|
|
15
|
+
color: `${token('color.text.subtlest', N300)}`,
|
|
15
16
|
fontWeight: 'normal',
|
|
16
17
|
marginTop: gs(0.5),
|
|
17
18
|
// Spec: only allow two lines MAX to be shown.
|
|
@@ -3,6 +3,7 @@ import { jsx } from '@emotion/core';
|
|
|
3
3
|
import Tooltip from '@atlaskit/tooltip';
|
|
4
4
|
import { gs } from './utils';
|
|
5
5
|
import { N300 } from '@atlaskit/theme/colors';
|
|
6
|
+
import { token } from '@atlaskit/tokens';
|
|
6
7
|
export const Metadata = ({
|
|
7
8
|
text,
|
|
8
9
|
icon,
|
|
@@ -30,7 +31,7 @@ export const Metadata = ({
|
|
|
30
31
|
}, metadataIcon, jsx("span", {
|
|
31
32
|
css: {
|
|
32
33
|
fontSize: gs(1.5),
|
|
33
|
-
color: `${N300}`,
|
|
34
|
+
color: `${token('color.text.subtlest', N300)}`,
|
|
34
35
|
marginRight: gs(0.5),
|
|
35
36
|
marginLeft: '2px'
|
|
36
37
|
}
|
|
@@ -6,6 +6,7 @@ import EditorCloseIcon from '@atlaskit/icon/glyph/editor/close';
|
|
|
6
6
|
import ShortcutIcon from '@atlaskit/icon/glyph/shortcut';
|
|
7
7
|
import Button from '@atlaskit/button/custom-theme-button';
|
|
8
8
|
import { N100, N30A } from '@atlaskit/theme/colors';
|
|
9
|
+
import { token } from '@atlaskit/tokens';
|
|
9
10
|
import { FormattedMessage } from 'react-intl-next';
|
|
10
11
|
import { gs } from './utils';
|
|
11
12
|
import { Icon } from './Icon';
|
|
@@ -41,7 +42,7 @@ export const Header = ({
|
|
|
41
42
|
display: 'flex',
|
|
42
43
|
justifyContent: 'space-between',
|
|
43
44
|
alignItems: 'baseline',
|
|
44
|
-
borderBottom: `1px solid ${N30A}`
|
|
45
|
+
borderBottom: `1px solid ${token('color.border', N30A)}`
|
|
45
46
|
}
|
|
46
47
|
}, jsx("div", {
|
|
47
48
|
css: {
|
|
@@ -58,7 +59,7 @@ export const Header = ({
|
|
|
58
59
|
}
|
|
59
60
|
}, jsx("h3", null, title), jsx("div", {
|
|
60
61
|
css: {
|
|
61
|
-
color: N100
|
|
62
|
+
color: token('color.text.subtlest', N100)
|
|
62
63
|
}
|
|
63
64
|
}, metadata.items.length && jsx(MetadataList, {
|
|
64
65
|
items: metadata.items
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { N700, B200, B400 } from '@atlaskit/theme/colors';
|
|
3
|
+
import { token } from '@atlaskit/tokens';
|
|
3
4
|
import { ConfluenceIcon } from '@atlaskit/logo/confluence-icon';
|
|
4
5
|
import { JiraIcon } from '@atlaskit/logo/jira-icon';
|
|
5
6
|
import { extractUrlFromIconJsonLd } from '../utils';
|
|
@@ -33,18 +34,26 @@ var extractProviderIcon = function extractProviderIcon(icon, id) {
|
|
|
33
34
|
if (id) {
|
|
34
35
|
if (id === CONFLUENCE_GENERATOR_ID) {
|
|
35
36
|
return /*#__PURE__*/React.createElement(ConfluenceIcon, {
|
|
36
|
-
textColor: N700
|
|
37
|
+
textColor: token('color.text.subtle', N700)
|
|
38
|
+
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
39
|
+
,
|
|
37
40
|
iconColor: B200,
|
|
38
41
|
iconGradientStart: B400,
|
|
39
|
-
iconGradientStop: B200
|
|
42
|
+
iconGradientStop: B200
|
|
43
|
+
/* eslint-enable @atlaskit/design-system/ensure-design-token-usage */
|
|
44
|
+
,
|
|
40
45
|
size: "xsmall"
|
|
41
46
|
});
|
|
42
47
|
} else if (id === JIRA_GENERATOR_ID) {
|
|
43
48
|
return /*#__PURE__*/React.createElement(JiraIcon, {
|
|
44
|
-
textColor: N700
|
|
49
|
+
textColor: token('color.text.subtle', N700)
|
|
50
|
+
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
51
|
+
,
|
|
45
52
|
iconColor: B200,
|
|
46
53
|
iconGradientStart: B400,
|
|
47
|
-
iconGradientStop: B200
|
|
54
|
+
iconGradientStop: B200
|
|
55
|
+
/* eslint-enable @atlaskit/design-system/ensure-design-token-usage */
|
|
56
|
+
,
|
|
48
57
|
size: "xsmall"
|
|
49
58
|
});
|
|
50
59
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { N600 } from '@atlaskit/theme/colors';
|
|
3
|
+
import { token } from '@atlaskit/tokens';
|
|
3
4
|
import ChatIcon from '@atlaskit/icon/glyph/comment';
|
|
4
5
|
export var extractCommentCount = function extractCommentCount(jsonLd) {
|
|
5
6
|
var commentCount = jsonLd['schema:commentCount'];
|
|
@@ -11,7 +12,7 @@ export var extractCommentCount = function extractCommentCount(jsonLd) {
|
|
|
11
12
|
label: "comment-count",
|
|
12
13
|
key: "comments-count-icon",
|
|
13
14
|
size: "small",
|
|
14
|
-
primaryColor: N600
|
|
15
|
+
primaryColor: token('color.icon.subtle', N600)
|
|
15
16
|
})
|
|
16
17
|
};
|
|
17
18
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { N600 } from '@atlaskit/theme/colors';
|
|
3
3
|
import CodeIcon from '@atlaskit/icon/glyph/code';
|
|
4
|
+
import { token } from '@atlaskit/tokens';
|
|
4
5
|
export var extractProgrammingLanguage = function extractProgrammingLanguage(jsonLd) {
|
|
5
6
|
var programmingLanguage = jsonLd['schema:programmingLanguage'];
|
|
6
7
|
|
|
@@ -10,7 +11,7 @@ export var extractProgrammingLanguage = function extractProgrammingLanguage(json
|
|
|
10
11
|
icon: /*#__PURE__*/React.createElement(CodeIcon, {
|
|
11
12
|
size: "small",
|
|
12
13
|
label: "code",
|
|
13
|
-
primaryColor: N600
|
|
14
|
+
primaryColor: token('color.icon.subtle', N600)
|
|
14
15
|
})
|
|
15
16
|
};
|
|
16
17
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { N600 } from '@atlaskit/theme/colors';
|
|
3
3
|
import PeopleIcon from '@atlaskit/icon/glyph/people';
|
|
4
|
+
import { token } from '@atlaskit/tokens';
|
|
4
5
|
export var extractSubscriberCount = function extractSubscriberCount(jsonLd) {
|
|
5
6
|
var subscriberCount = jsonLd['atlassian:subscriberCount'];
|
|
6
7
|
|
|
@@ -10,7 +11,7 @@ export var extractSubscriberCount = function extractSubscriberCount(jsonLd) {
|
|
|
10
11
|
icon: /*#__PURE__*/React.createElement(PeopleIcon, {
|
|
11
12
|
size: "small",
|
|
12
13
|
label: "subscribers",
|
|
13
|
-
primaryColor: N600
|
|
14
|
+
primaryColor: token('color.icon.subtle', N600)
|
|
14
15
|
})
|
|
15
16
|
};
|
|
16
17
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { extractorPriorityMap } from '../icon/priority';
|
|
2
2
|
import { R500 } from '@atlaskit/theme/colors';
|
|
3
|
+
import { token } from '@atlaskit/tokens';
|
|
3
4
|
export var extractTitleTextColor = function extractTitleTextColor(jsonLd) {
|
|
4
5
|
var type = jsonLd['@type'];
|
|
5
6
|
|
|
@@ -10,7 +11,7 @@ export var extractTitleTextColor = function extractTitleTextColor(jsonLd) {
|
|
|
10
11
|
|
|
11
12
|
switch (highestPriorityType) {
|
|
12
13
|
case 'atlassian:UndefinedLink':
|
|
13
|
-
return R500;
|
|
14
|
+
return token('color.text.danger', R500);
|
|
14
15
|
|
|
15
16
|
default:
|
|
16
17
|
return undefined;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//Czech
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': 'Nelze se připojit, zkuste to znovu.',
|
|
10
|
+
'fabric.linking.cannot_find_link': 'Nepodařilo se najít odkaz.',
|
|
11
|
+
'fabric.linking.click_to_join': 'Chcete-li si zobrazit tento požadavek, připojte se ke službě {context}.',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Pokud chcete zobrazit náhled, připojte svůj účet',
|
|
13
|
+
'fabric.linking.create_on': 'Vytvořeno {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Vytvořil(a) {context}',
|
|
15
|
+
'fabric.linking.delete': 'Odstranit',
|
|
16
|
+
'fabric.linking.edit': 'Upravit',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Přístup byl odepřen',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Omezený odkaz, zkuste jiný účet.',
|
|
19
|
+
'fabric.linking.modified_on': 'Aktualizováno {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Vaše žádost o přístup čeká na vyřízení.',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Blokující',
|
|
22
|
+
'fabric.linking.priority_critical': 'Kritická',
|
|
23
|
+
'fabric.linking.priority_high': 'Vysoká',
|
|
24
|
+
'fabric.linking.priority_highest': 'Nejvyšší',
|
|
25
|
+
'fabric.linking.priority_low': 'Nízká',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Nejnižší',
|
|
27
|
+
'fabric.linking.priority_major': 'Vysoká',
|
|
28
|
+
'fabric.linking.priority_medium': 'Střední',
|
|
29
|
+
'fabric.linking.priority_minor': 'Nízká',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Triviální',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Nedefinováno',
|
|
32
|
+
'fabric.linking.request_access': 'Chcete-li si zobrazit tento požadavek, požádejte o přístup ke službě {context}.',
|
|
33
|
+
'fabric.linking.request_denied': 'Vaše žádost o přístup byla odmítnuta.',
|
|
34
|
+
'fabric.linking.updated_by': 'Upravil(a) {context}'
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//Danish (Denmark)
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': 'Kan ikke oprette forbindelse. Prøv igen.',
|
|
10
|
+
'fabric.linking.cannot_find_link': 'Kan ikke finde linket',
|
|
11
|
+
'fabric.linking.click_to_join': 'Deltag i {context} for at se denne sag',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Forbind til forhåndsvisning',
|
|
13
|
+
'fabric.linking.create_on': 'Oprettet {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Oprettet af {context}',
|
|
15
|
+
'fabric.linking.delete': 'Slet',
|
|
16
|
+
'fabric.linking.edit': 'Rediger',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Du har ikke adgang',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Begrænset link. Prøv en anden konto',
|
|
19
|
+
'fabric.linking.modified_on': 'Opdateret {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Din anmodning om adgang afventer behandling',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Blokering',
|
|
22
|
+
'fabric.linking.priority_critical': 'Kritisk',
|
|
23
|
+
'fabric.linking.priority_high': 'Høj',
|
|
24
|
+
'fabric.linking.priority_highest': 'Højeste',
|
|
25
|
+
'fabric.linking.priority_low': 'Lav',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Laveste',
|
|
27
|
+
'fabric.linking.priority_major': 'Væsentlig',
|
|
28
|
+
'fabric.linking.priority_medium': 'Middel',
|
|
29
|
+
'fabric.linking.priority_minor': 'Mindre',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Triviel',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Ikke defineret',
|
|
32
|
+
'fabric.linking.request_access': 'Anmod om adgang til {context} for at se denne sag',
|
|
33
|
+
'fabric.linking.request_denied': 'Din anmodning om adgang blev afvist',
|
|
34
|
+
'fabric.linking.updated_by': 'Ændret af {context}'
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//German (Germany)
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': 'Verbindung nicht möglich, versuchen Sie es erneut',
|
|
10
|
+
'fabric.linking.cannot_find_link': 'Link konnte nicht gefunden werden',
|
|
11
|
+
'fabric.linking.click_to_join': '{context} beitreten, um diesen Vorgang anzuzeigen',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Verknüpfen und Vorschau ansehen',
|
|
13
|
+
'fabric.linking.create_on': 'Erstellt am {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Erstellt von {context}',
|
|
15
|
+
'fabric.linking.delete': 'Löschen',
|
|
16
|
+
'fabric.linking.edit': 'Bearbeiten',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Sie sind nicht zugriffsberechtigt',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Eingeschränkter Link, bitte versuchen Sie es mit einem anderen Konto.',
|
|
19
|
+
'fabric.linking.modified_on': 'Aktualisiert am {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Ihre Zugriffsanfrage ist ausstehend.',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
22
|
+
'fabric.linking.priority_critical': 'Kritisch',
|
|
23
|
+
'fabric.linking.priority_high': 'Hoch',
|
|
24
|
+
'fabric.linking.priority_highest': 'Höchste',
|
|
25
|
+
'fabric.linking.priority_low': 'Niedrig',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Niedrigste',
|
|
27
|
+
'fabric.linking.priority_major': 'Sehr hoch',
|
|
28
|
+
'fabric.linking.priority_medium': 'Mittel',
|
|
29
|
+
'fabric.linking.priority_minor': 'Gering',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Unwesentlich',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Nicht definiert',
|
|
32
|
+
'fabric.linking.request_access': 'Zugriff auf {context} anfordern, um diesen Vorgang anzuzeigen',
|
|
33
|
+
'fabric.linking.request_denied': 'Ihre Zugriffsanfrage wurde abgelehnt.',
|
|
34
|
+
'fabric.linking.updated_by': 'Geändert von {context}'
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
10
|
+
'fabric.linking.cannot_find_link': "Can't find link",
|
|
11
|
+
'fabric.linking.click_to_join': 'Join {context} to view this issue',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
13
|
+
'fabric.linking.create_on': 'Created {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Created by {context}',
|
|
15
|
+
'fabric.linking.delete': 'Delete',
|
|
16
|
+
'fabric.linking.edit': 'Edit',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Restricted link, try another account',
|
|
19
|
+
'fabric.linking.modified_on': 'Updated {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Your access request is pending',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
22
|
+
'fabric.linking.priority_critical': 'Critical',
|
|
23
|
+
'fabric.linking.priority_high': 'High',
|
|
24
|
+
'fabric.linking.priority_highest': 'Highest',
|
|
25
|
+
'fabric.linking.priority_low': 'Low',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Lowest',
|
|
27
|
+
'fabric.linking.priority_major': 'Major',
|
|
28
|
+
'fabric.linking.priority_medium': 'Medium',
|
|
29
|
+
'fabric.linking.priority_minor': 'Minor',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Trivial',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Undefined',
|
|
32
|
+
'fabric.linking.request_access': 'Request access to {context} to view this issue',
|
|
33
|
+
'fabric.linking.request_denied': 'Your access request was denied',
|
|
34
|
+
'fabric.linking.updated_by': 'Modified by {context}'
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//English (United Kingdom)
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
10
|
+
'fabric.linking.cannot_find_link': "Can't find link",
|
|
11
|
+
'fabric.linking.click_to_join': 'Join {context} to view this issue',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
13
|
+
'fabric.linking.create_on': 'Created {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Created by {context}',
|
|
15
|
+
'fabric.linking.delete': 'Delete',
|
|
16
|
+
'fabric.linking.edit': 'Edit',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Restricted link, try another account',
|
|
19
|
+
'fabric.linking.modified_on': 'Updated {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Your access request is pending',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
22
|
+
'fabric.linking.priority_critical': 'Critical',
|
|
23
|
+
'fabric.linking.priority_high': 'High',
|
|
24
|
+
'fabric.linking.priority_highest': 'Highest',
|
|
25
|
+
'fabric.linking.priority_low': 'Low',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Lowest',
|
|
27
|
+
'fabric.linking.priority_major': 'Major',
|
|
28
|
+
'fabric.linking.priority_medium': 'Medium',
|
|
29
|
+
'fabric.linking.priority_minor': 'Minor',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Trivial',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Undefined',
|
|
32
|
+
'fabric.linking.request_access': 'Request access to {context} to view this issue',
|
|
33
|
+
'fabric.linking.request_denied': 'Your access request was denied',
|
|
34
|
+
'fabric.linking.updated_by': 'Modified by {context}'
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
10
|
+
'fabric.linking.cannot_find_link': "Can't find link",
|
|
11
|
+
'fabric.linking.click_to_join': 'Join {context} to view this issue',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
13
|
+
'fabric.linking.create_on': 'Created {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Created by {context}',
|
|
15
|
+
'fabric.linking.delete': 'Delete',
|
|
16
|
+
'fabric.linking.edit': 'Edit',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Restricted link, try another account',
|
|
19
|
+
'fabric.linking.modified_on': 'Updated {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Your access request is pending',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
22
|
+
'fabric.linking.priority_critical': 'Critical',
|
|
23
|
+
'fabric.linking.priority_high': 'High',
|
|
24
|
+
'fabric.linking.priority_highest': 'Highest',
|
|
25
|
+
'fabric.linking.priority_low': 'Low',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Lowest',
|
|
27
|
+
'fabric.linking.priority_major': 'Major',
|
|
28
|
+
'fabric.linking.priority_medium': 'Medium',
|
|
29
|
+
'fabric.linking.priority_minor': 'Minor',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Trivial',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Undefined',
|
|
32
|
+
'fabric.linking.request_access': 'Request access to {context} to view this issue',
|
|
33
|
+
'fabric.linking.request_denied': 'Your access request was denied',
|
|
34
|
+
'fabric.linking.updated_by': 'Modified by {context}'
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//Spanish (International)
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': 'No se podido establecer la conexión. Inténtalo de nuevo',
|
|
10
|
+
'fabric.linking.cannot_find_link': 'No se ha podido encontrar el enlace',
|
|
11
|
+
'fabric.linking.click_to_join': 'Únete a {context} para ver esta incidencia',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Conectar para obtener vista previa',
|
|
13
|
+
'fabric.linking.create_on': 'Fecha de creación: {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Creado por {context}',
|
|
15
|
+
'fabric.linking.delete': 'Eliminar',
|
|
16
|
+
'fabric.linking.edit': 'Editar',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Tienes prohibido el acceso',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Enlace restringido, prueba con otra cuenta',
|
|
19
|
+
'fabric.linking.modified_on': 'Fecha de actualización: {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Tu solicitud de acceso está pendiente',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Impedimento',
|
|
22
|
+
'fabric.linking.priority_critical': 'Crítica',
|
|
23
|
+
'fabric.linking.priority_high': 'Alta',
|
|
24
|
+
'fabric.linking.priority_highest': 'Más alta',
|
|
25
|
+
'fabric.linking.priority_low': 'Baja',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Más baja',
|
|
27
|
+
'fabric.linking.priority_major': 'Mayor',
|
|
28
|
+
'fabric.linking.priority_medium': 'Media',
|
|
29
|
+
'fabric.linking.priority_minor': 'Menor',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Trivial',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Sin definir',
|
|
32
|
+
'fabric.linking.request_access': 'Solicita acceso a {context} para ver esta incidencia',
|
|
33
|
+
'fabric.linking.request_denied': 'Se ha denegado tu solicitud de acceso',
|
|
34
|
+
'fabric.linking.updated_by': 'Modificado por {context}'
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//Finnish
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': 'Ei voi muodostaa yhteyttä, yritä uudelleen',
|
|
10
|
+
'fabric.linking.cannot_find_link': 'Linkkiä ei löydy',
|
|
11
|
+
'fabric.linking.click_to_join': 'Liity palveluun {context} niin voit tarkastella asiaa',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Yhdistä esikatseluun',
|
|
13
|
+
'fabric.linking.create_on': 'Luotu {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Tekijä: {context}',
|
|
15
|
+
'fabric.linking.delete': 'Poista',
|
|
16
|
+
'fabric.linking.edit': 'Muokkaa',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Pääsy on kielletty',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Rajoitettu linkki, kokeile toista tiliä',
|
|
19
|
+
'fabric.linking.modified_on': 'Päivitetty {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Käyttöoikeuspyyntösi on vireillä',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Esto',
|
|
22
|
+
'fabric.linking.priority_critical': 'Kriittinen',
|
|
23
|
+
'fabric.linking.priority_high': 'Korkea',
|
|
24
|
+
'fabric.linking.priority_highest': 'Korkein',
|
|
25
|
+
'fabric.linking.priority_low': 'Matala',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Matalin',
|
|
27
|
+
'fabric.linking.priority_major': 'Suuri',
|
|
28
|
+
'fabric.linking.priority_medium': 'Keskitaso',
|
|
29
|
+
'fabric.linking.priority_minor': 'Vähäinen',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Mitätön',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Määrittelemätön',
|
|
32
|
+
'fabric.linking.request_access': 'Pyydä palvelun {context} käyttöoikeutta tämän asian tarkastelua varten',
|
|
33
|
+
'fabric.linking.request_denied': 'Käyttöoikeuspyyntösi evättiin',
|
|
34
|
+
'fabric.linking.updated_by': 'Muokannut: {context}'
|
|
35
|
+
};
|