@atlaskit/smart-card 26.30.0 → 26.31.0
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 +6 -0
- package/dist/cjs/extractors/common/context/extractAccessContext.js +11 -7
- package/dist/cjs/extractors/common/hostname/extractHostname.js +15 -0
- package/dist/cjs/i18n/cs.js +5 -0
- package/dist/cjs/i18n/da.js +3 -0
- package/dist/cjs/i18n/de.js +5 -0
- package/dist/cjs/i18n/en.js +16 -0
- package/dist/cjs/i18n/en_GB.js +16 -0
- package/dist/cjs/i18n/en_ZZ.js +16 -0
- package/dist/cjs/i18n/es.js +3 -0
- package/dist/cjs/i18n/fi.js +5 -0
- package/dist/cjs/i18n/fr.js +5 -0
- package/dist/cjs/i18n/hu.js +5 -0
- package/dist/cjs/i18n/it.js +5 -0
- package/dist/cjs/i18n/ja.js +5 -0
- package/dist/cjs/i18n/ko.js +5 -2
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +5 -0
- package/dist/cjs/i18n/pl.js +5 -0
- package/dist/cjs/i18n/pt_BR.js +5 -0
- package/dist/cjs/i18n/ru.js +3 -0
- package/dist/cjs/i18n/sv.js +5 -0
- package/dist/cjs/i18n/th.js +5 -0
- package/dist/cjs/i18n/tr.js +5 -0
- package/dist/cjs/i18n/uk.js +5 -0
- package/dist/cjs/i18n/vi.js +5 -0
- package/dist/cjs/i18n/zh.js +5 -0
- package/dist/cjs/i18n/zh_TW.js +5 -0
- package/dist/cjs/messages.js +1 -1
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/utils/intl-utils/index.js +18 -0
- package/dist/cjs/view/EmbedCard/index.js +26 -6
- package/dist/cjs/view/EmbedCard/views/UnresolvedView.js +4 -0
- package/dist/cjs/view/EmbedCard/views/forbidden-view/index.js +89 -0
- package/dist/cjs/view/EmbedCard/views/forbidden-view/types.js +5 -0
- package/dist/cjs/view/EmbedCard/views/unresolved-view/index.js +70 -0
- package/dist/cjs/view/EmbedCard/views/unresolved-view/styled.js +20 -0
- package/dist/cjs/view/EmbedCard/views/unresolved-view/types.js +5 -0
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/extractors/common/context/extractAccessContext.js +12 -7
- package/dist/es2019/extractors/common/hostname/extractHostname.js +8 -0
- package/dist/es2019/i18n/cs.js +5 -0
- package/dist/es2019/i18n/da.js +3 -0
- package/dist/es2019/i18n/de.js +5 -0
- package/dist/es2019/i18n/en.js +16 -0
- package/dist/es2019/i18n/en_GB.js +16 -0
- package/dist/es2019/i18n/en_ZZ.js +16 -0
- package/dist/es2019/i18n/es.js +3 -0
- package/dist/es2019/i18n/fi.js +5 -0
- package/dist/es2019/i18n/fr.js +5 -0
- package/dist/es2019/i18n/hu.js +5 -0
- package/dist/es2019/i18n/it.js +5 -0
- package/dist/es2019/i18n/ja.js +5 -0
- package/dist/es2019/i18n/ko.js +5 -2
- package/dist/es2019/i18n/nb.js +5 -0
- package/dist/es2019/i18n/nl.js +5 -0
- package/dist/es2019/i18n/pl.js +5 -0
- package/dist/es2019/i18n/pt_BR.js +5 -0
- package/dist/es2019/i18n/ru.js +3 -0
- package/dist/es2019/i18n/sv.js +5 -0
- package/dist/es2019/i18n/th.js +5 -0
- package/dist/es2019/i18n/tr.js +5 -0
- package/dist/es2019/i18n/uk.js +5 -0
- package/dist/es2019/i18n/vi.js +5 -0
- package/dist/es2019/i18n/zh.js +5 -0
- package/dist/es2019/i18n/zh_TW.js +5 -0
- package/dist/es2019/messages.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/utils/intl-utils/index.js +11 -0
- package/dist/es2019/view/EmbedCard/index.js +26 -6
- package/dist/es2019/view/EmbedCard/views/UnresolvedView.js +4 -0
- package/dist/es2019/view/EmbedCard/views/forbidden-view/index.js +79 -0
- package/dist/es2019/view/EmbedCard/views/forbidden-view/types.js +1 -0
- package/dist/es2019/view/EmbedCard/views/unresolved-view/index.js +59 -0
- package/dist/es2019/view/EmbedCard/views/unresolved-view/styled.js +28 -0
- package/dist/es2019/view/EmbedCard/views/unresolved-view/types.js +1 -0
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/extractors/common/context/extractAccessContext.js +11 -7
- package/dist/esm/extractors/common/hostname/extractHostname.js +8 -0
- package/dist/esm/i18n/cs.js +5 -0
- package/dist/esm/i18n/da.js +3 -0
- package/dist/esm/i18n/de.js +5 -0
- package/dist/esm/i18n/en.js +16 -0
- package/dist/esm/i18n/en_GB.js +16 -0
- package/dist/esm/i18n/en_ZZ.js +16 -0
- package/dist/esm/i18n/es.js +3 -0
- package/dist/esm/i18n/fi.js +5 -0
- package/dist/esm/i18n/fr.js +5 -0
- package/dist/esm/i18n/hu.js +5 -0
- package/dist/esm/i18n/it.js +5 -0
- package/dist/esm/i18n/ja.js +5 -0
- package/dist/esm/i18n/ko.js +5 -2
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.js +5 -0
- package/dist/esm/i18n/pl.js +5 -0
- package/dist/esm/i18n/pt_BR.js +5 -0
- package/dist/esm/i18n/ru.js +3 -0
- package/dist/esm/i18n/sv.js +5 -0
- package/dist/esm/i18n/th.js +5 -0
- package/dist/esm/i18n/tr.js +5 -0
- package/dist/esm/i18n/uk.js +5 -0
- package/dist/esm/i18n/vi.js +5 -0
- package/dist/esm/i18n/zh.js +5 -0
- package/dist/esm/i18n/zh_TW.js +5 -0
- package/dist/esm/messages.js +1 -1
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/utils/intl-utils/index.js +11 -0
- package/dist/esm/view/EmbedCard/index.js +26 -6
- package/dist/esm/view/EmbedCard/views/UnresolvedView.js +4 -0
- package/dist/esm/view/EmbedCard/views/forbidden-view/index.js +78 -0
- package/dist/esm/view/EmbedCard/views/forbidden-view/types.js +1 -0
- package/dist/esm/view/EmbedCard/views/unresolved-view/index.js +58 -0
- package/dist/esm/view/EmbedCard/views/unresolved-view/styled.js +9 -0
- package/dist/esm/view/EmbedCard/views/unresolved-view/types.js +1 -0
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/extractors/common/hostname/extractHostname.d.ts +2 -0
- package/dist/types/i18n/cs.d.ts +5 -0
- package/dist/types/i18n/da.d.ts +3 -0
- package/dist/types/i18n/de.d.ts +5 -0
- package/dist/types/i18n/en.d.ts +16 -0
- package/dist/types/i18n/en_GB.d.ts +16 -0
- package/dist/types/i18n/en_ZZ.d.ts +16 -0
- package/dist/types/i18n/es.d.ts +3 -0
- package/dist/types/i18n/fi.d.ts +5 -0
- package/dist/types/i18n/fr.d.ts +5 -0
- package/dist/types/i18n/hu.d.ts +5 -0
- package/dist/types/i18n/it.d.ts +5 -0
- package/dist/types/i18n/ja.d.ts +5 -0
- package/dist/types/i18n/ko.d.ts +3 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/nl.d.ts +5 -0
- package/dist/types/i18n/pl.d.ts +5 -0
- package/dist/types/i18n/pt_BR.d.ts +5 -0
- package/dist/types/i18n/ru.d.ts +3 -0
- package/dist/types/i18n/sv.d.ts +5 -0
- package/dist/types/i18n/th.d.ts +5 -0
- package/dist/types/i18n/tr.d.ts +5 -0
- package/dist/types/i18n/uk.d.ts +5 -0
- package/dist/types/i18n/vi.d.ts +5 -0
- package/dist/types/i18n/zh.d.ts +5 -0
- package/dist/types/i18n/zh_TW.d.ts +5 -0
- package/dist/types/utils/intl-utils/index.d.ts +3 -0
- package/dist/types/view/EmbedCard/views/UnresolvedView.d.ts +4 -0
- package/dist/types/view/EmbedCard/views/forbidden-view/index.d.ts +4 -0
- package/dist/types/view/EmbedCard/views/forbidden-view/types.d.ts +13 -0
- package/dist/types/view/EmbedCard/views/unresolved-view/index.d.ts +4 -0
- package/dist/types/view/EmbedCard/views/unresolved-view/styled.d.ts +4 -0
- package/dist/types/view/EmbedCard/views/unresolved-view/types.d.ts +25 -0
- package/dist/types/view/types.d.ts +1 -0
- package/dist/types-ts4.5/extractors/common/hostname/extractHostname.d.ts +2 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +5 -0
- package/dist/types-ts4.5/i18n/da.d.ts +3 -0
- package/dist/types-ts4.5/i18n/de.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en.d.ts +16 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +16 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +16 -0
- package/dist/types-ts4.5/i18n/es.d.ts +3 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +5 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +5 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +5 -0
- package/dist/types-ts4.5/i18n/it.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +3 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +5 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +5 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +3 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +5 -0
- package/dist/types-ts4.5/i18n/th.d.ts +5 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +5 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +5 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +5 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +5 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +5 -0
- package/dist/types-ts4.5/utils/intl-utils/index.d.ts +3 -0
- package/dist/types-ts4.5/view/EmbedCard/views/UnresolvedView.d.ts +4 -0
- package/dist/types-ts4.5/view/EmbedCard/views/forbidden-view/index.d.ts +4 -0
- package/dist/types-ts4.5/view/EmbedCard/views/forbidden-view/types.d.ts +13 -0
- package/dist/types-ts4.5/view/EmbedCard/views/unresolved-view/index.d.ts +4 -0
- package/dist/types-ts4.5/view/EmbedCard/views/unresolved-view/styled.d.ts +4 -0
- package/dist/types-ts4.5/view/EmbedCard/views/unresolved-view/types.d.ts +25 -0
- package/dist/types-ts4.5/view/types.d.ts +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/** @jsx jsx */
|
|
2
|
+
import LinkGlyph from '@atlaskit/icon/glyph/link';
|
|
3
|
+
import { jsx } from '@emotion/react';
|
|
4
|
+
import React, { useMemo } from 'react';
|
|
5
|
+
import { ExpandedFrame } from '../../components/ExpandedFrame';
|
|
6
|
+
import { ImageIcon } from '../../components/ImageIcon';
|
|
7
|
+
import { containerStyles, descriptionStyles, imageStyles, titleStyles } from './styled';
|
|
8
|
+
const UnresolvedView = ({
|
|
9
|
+
button,
|
|
10
|
+
description,
|
|
11
|
+
icon: iconUrlOrElement,
|
|
12
|
+
image,
|
|
13
|
+
inheritDimensions,
|
|
14
|
+
isSelected,
|
|
15
|
+
onClick,
|
|
16
|
+
testId,
|
|
17
|
+
text,
|
|
18
|
+
title,
|
|
19
|
+
url
|
|
20
|
+
}) => {
|
|
21
|
+
const icon = useMemo(() => {
|
|
22
|
+
if ( /*#__PURE__*/React.isValidElement(iconUrlOrElement)) {
|
|
23
|
+
return iconUrlOrElement;
|
|
24
|
+
}
|
|
25
|
+
return jsx(ImageIcon, {
|
|
26
|
+
src: typeof iconUrlOrElement === 'string' ? iconUrlOrElement : undefined,
|
|
27
|
+
default: jsx(LinkGlyph, {
|
|
28
|
+
label: "icon",
|
|
29
|
+
size: "small",
|
|
30
|
+
testId: "embed-card-fallback-icon"
|
|
31
|
+
})
|
|
32
|
+
});
|
|
33
|
+
}, [iconUrlOrElement]);
|
|
34
|
+
return jsx(ExpandedFrame, {
|
|
35
|
+
allowScrollBar: true,
|
|
36
|
+
frameStyle: "show",
|
|
37
|
+
href: url,
|
|
38
|
+
icon: icon,
|
|
39
|
+
inheritDimensions: inheritDimensions,
|
|
40
|
+
isSelected: isSelected,
|
|
41
|
+
onClick: onClick,
|
|
42
|
+
testId: testId,
|
|
43
|
+
text: text
|
|
44
|
+
}, jsx("div", {
|
|
45
|
+
css: containerStyles,
|
|
46
|
+
"data-testid": `${testId}-unresolved-container`
|
|
47
|
+
}, jsx("img", {
|
|
48
|
+
css: imageStyles,
|
|
49
|
+
"data-testid": `${testId}-unresolved-image`,
|
|
50
|
+
src: image
|
|
51
|
+
}), jsx("span", {
|
|
52
|
+
css: titleStyles,
|
|
53
|
+
"data-testid": `${testId}-unresolved-title`
|
|
54
|
+
}, title), jsx("span", {
|
|
55
|
+
css: descriptionStyles,
|
|
56
|
+
"data-testid": `${testId}-unresolved-description`
|
|
57
|
+
}, description), button));
|
|
58
|
+
};
|
|
59
|
+
export default UnresolvedView;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { fontSize } from '@atlaskit/theme/constants';
|
|
2
|
+
import { css } from '@emotion/react';
|
|
3
|
+
import { gs } from '../../../common/utils';
|
|
4
|
+
export const containerStyles = css`
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
align-items: center;
|
|
8
|
+
justify-content: center;
|
|
9
|
+
height: 100%;
|
|
10
|
+
`;
|
|
11
|
+
export const imageStyles = css`
|
|
12
|
+
max-height: ${gs(14)};
|
|
13
|
+
margin-bottom: ${gs(4)};
|
|
14
|
+
overflow: hidden;
|
|
15
|
+
`;
|
|
16
|
+
export const titleStyles = css`
|
|
17
|
+
font-size: ${gs(2.5)};
|
|
18
|
+
margin-bottom: ${gs(1.5)};
|
|
19
|
+
max-width: ${gs(50)};
|
|
20
|
+
text-align: center;
|
|
21
|
+
`;
|
|
22
|
+
export const descriptionStyles = css`
|
|
23
|
+
font-size: ${fontSize()};
|
|
24
|
+
margin-bottom: ${gs(2.5)};
|
|
25
|
+
text-align: center;
|
|
26
|
+
max-width: ${gs(50)};
|
|
27
|
+
line-height: ${gs(3)};
|
|
28
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -8,7 +8,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
8
8
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
9
9
|
const PACKAGE_DATA = {
|
|
10
10
|
packageName: "@atlaskit/smart-card",
|
|
11
|
-
packageVersion: "26.
|
|
11
|
+
packageVersion: "26.31.0",
|
|
12
12
|
componentName: 'linkUrl'
|
|
13
13
|
};
|
|
14
14
|
const Link = withLinkClickedEvent('a');
|
|
@@ -3,6 +3,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
3
3
|
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) { _defineProperty(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; }
|
|
4
4
|
import { messages } from '../../../messages';
|
|
5
5
|
import { ForbiddenAction } from '../../../view/BlockCard/actions/ForbiddenAction';
|
|
6
|
+
import extractHostname from '../hostname/extractHostname';
|
|
6
7
|
export var extractRequestAccessContext = function extractRequestAccessContext(_ref) {
|
|
7
8
|
var _jsonLd$requestAccess;
|
|
8
9
|
var jsonLd = _ref.jsonLd,
|
|
@@ -50,9 +51,12 @@ export var extractRequestAccessContextImproved = function extractRequestAccessCo
|
|
|
50
51
|
var jsonLd = _ref2.jsonLd,
|
|
51
52
|
url = _ref2.url,
|
|
52
53
|
product = _ref2.product;
|
|
54
|
+
var requestAccess = jsonLd !== null && jsonLd !== void 0 && jsonLd.requestAccess ? _objectSpread(_objectSpread({}, jsonLd === null || jsonLd === void 0 ? void 0 : jsonLd.requestAccess), {}, {
|
|
55
|
+
hostname: extractHostname(url)
|
|
56
|
+
}) : undefined;
|
|
53
57
|
switch (jsonLd === null || jsonLd === void 0 ? void 0 : (_jsonLd$requestAccess2 = jsonLd.requestAccess) === null || _jsonLd$requestAccess2 === void 0 ? void 0 : _jsonLd$requestAccess2.accessType) {
|
|
54
58
|
case 'DIRECT_ACCESS':
|
|
55
|
-
return _objectSpread(_objectSpread({},
|
|
59
|
+
return _objectSpread(_objectSpread({}, requestAccess), {}, {
|
|
56
60
|
titleMessageKey: 'direct_access_title_crossjoin',
|
|
57
61
|
descriptiveMessageKey: 'direct_access_description_crossjoin',
|
|
58
62
|
callToActionMessageKey: 'direct_access_crossjoin',
|
|
@@ -63,7 +67,7 @@ export var extractRequestAccessContextImproved = function extractRequestAccessCo
|
|
|
63
67
|
})
|
|
64
68
|
});
|
|
65
69
|
case 'REQUEST_ACCESS':
|
|
66
|
-
return _objectSpread(_objectSpread({},
|
|
70
|
+
return _objectSpread(_objectSpread({}, requestAccess), {}, {
|
|
67
71
|
titleMessageKey: 'default_no_access_title_crossjoin',
|
|
68
72
|
descriptiveMessageKey: 'request_access_description_crossjoin',
|
|
69
73
|
callToActionMessageKey: 'request_access_crossjoin',
|
|
@@ -72,7 +76,7 @@ export var extractRequestAccessContextImproved = function extractRequestAccessCo
|
|
|
72
76
|
}, 'request_access', messages.request_access_crossjoin)
|
|
73
77
|
});
|
|
74
78
|
case 'PENDING_REQUEST_EXISTS':
|
|
75
|
-
return _objectSpread(_objectSpread({},
|
|
79
|
+
return _objectSpread(_objectSpread({}, requestAccess), {}, {
|
|
76
80
|
titleMessageKey: 'request_access_pending_title_crossjoin',
|
|
77
81
|
descriptiveMessageKey: 'request_access_pending_description_crossjoin',
|
|
78
82
|
callToActionMessageKey: 'request_access_pending_crossjoin',
|
|
@@ -81,12 +85,12 @@ export var extractRequestAccessContextImproved = function extractRequestAccessCo
|
|
|
81
85
|
}, 'request_access_pending', messages.request_access_pending_crossjoin)
|
|
82
86
|
});
|
|
83
87
|
case 'DENIED_REQUEST_EXISTS':
|
|
84
|
-
return _objectSpread(_objectSpread({},
|
|
88
|
+
return _objectSpread(_objectSpread({}, requestAccess), {}, {
|
|
85
89
|
titleMessageKey: 'default_no_access_title_crossjoin',
|
|
86
90
|
descriptiveMessageKey: 'request_denied_description_crossjoin'
|
|
87
91
|
});
|
|
88
92
|
case 'ACCESS_EXISTS':
|
|
89
|
-
return _objectSpread(_objectSpread({},
|
|
93
|
+
return _objectSpread(_objectSpread({}, requestAccess), {}, {
|
|
90
94
|
titleMessageKey: 'default_no_access_title_crossjoin',
|
|
91
95
|
descriptiveMessageKey: 'access_exists_description_crossjoin',
|
|
92
96
|
callToActionMessageKey: 'request_access_crossjoin',
|
|
@@ -95,11 +99,11 @@ export var extractRequestAccessContextImproved = function extractRequestAccessCo
|
|
|
95
99
|
}, 'access_exists', messages.request_access_crossjoin)
|
|
96
100
|
});
|
|
97
101
|
case 'FORBIDDEN':
|
|
98
|
-
return _objectSpread(_objectSpread({},
|
|
102
|
+
return _objectSpread(_objectSpread({}, requestAccess), {}, {
|
|
99
103
|
titleMessageKey: 'forbidden_title_crossjoin',
|
|
100
104
|
descriptiveMessageKey: 'forbidden_description_crossjoin'
|
|
101
105
|
});
|
|
102
106
|
default:
|
|
103
|
-
return
|
|
107
|
+
return requestAccess;
|
|
104
108
|
}
|
|
105
109
|
};
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -35,6 +35,7 @@ export default {
|
|
|
35
35
|
'fabric.linking.delete': 'Odstranit',
|
|
36
36
|
'fabric.linking.download': 'Stáhnout',
|
|
37
37
|
'fabric.linking.edit': 'Upravit',
|
|
38
|
+
'fabric.linking.follow': 'Sledovat',
|
|
38
39
|
'fabric.linking.forbidden_access': 'Přístup byl odepřen',
|
|
39
40
|
'fabric.linking.forbidden_description': 'K tomuto náhledu nemáte přístup. Pokud potřebujete přístup, obraťte se na správce webu.',
|
|
40
41
|
'fabric.linking.go_back': 'Přejít zpět',
|
|
@@ -79,6 +80,8 @@ export default {
|
|
|
79
80
|
'fabric.linking.restricted_link': 'Omezený odkaz, zkuste jiný účet.',
|
|
80
81
|
'fabric.linking.retry': 'Zkusit znovu',
|
|
81
82
|
'fabric.linking.save': 'Uložit',
|
|
83
|
+
'fabric.linking.sent_on_absolute': 'Odesláno {context}',
|
|
84
|
+
'fabric.linking.sent_on_relative': 'Odesláno {context}',
|
|
82
85
|
'fabric.linking.srclink': 'Zobrazit v',
|
|
83
86
|
'fabric.linking.srclinkunknown': 'Zobrazit originál',
|
|
84
87
|
'fabric.linking.status_change_load_error': 'Načtení stavů a přechodů se nezdařilo',
|
|
@@ -86,10 +89,12 @@ export default {
|
|
|
86
89
|
'fabric.linking.status_change_update_error': 'Aktualizace stavu se nezdařila',
|
|
87
90
|
'fabric.linking.try_again': 'Zkusit znovu',
|
|
88
91
|
'fabric.linking.try_another_account': 'Zkuste jiný účet',
|
|
92
|
+
'fabric.linking.unassigned': 'Nepřiřazeno',
|
|
89
93
|
'fabric.linking.unauthorised_account_description': 'Pokoušíte se zobrazit náhled odkazu na soukromou stránku ze zdroje {context}. Doporučujeme zkontrolovat adresu URL nebo kontaktovat vlastníka stránky.',
|
|
90
94
|
'fabric.linking.unauthorised_account_description_no_provider': 'Pokoušíte se zobrazit náhled odkazu na soukromou stránku. Doporučujeme zkontrolovat adresu URL nebo kontaktovat vlastníka stránky.',
|
|
91
95
|
'fabric.linking.unauthorised_account_name': 'Soukromé stránky ze zdroje {context} nejde zobrazit.',
|
|
92
96
|
'fabric.linking.unauthorised_account_name_no_provider': 'Soukromé stránky nejde zobrazit.',
|
|
97
|
+
'fabric.linking.unfollow': 'Přestat sledovat',
|
|
93
98
|
'fabric.linking.unlink_account': 'Odpojit účet',
|
|
94
99
|
'fabric.linking.updated_by': 'Upravil(a) {context}',
|
|
95
100
|
'fabric.linking.view': 'Zobrazit'
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -35,6 +35,7 @@ export default {
|
|
|
35
35
|
'fabric.linking.delete': 'Slet',
|
|
36
36
|
'fabric.linking.download': 'Hent',
|
|
37
37
|
'fabric.linking.edit': 'Rediger',
|
|
38
|
+
'fabric.linking.follow': 'Følg',
|
|
38
39
|
'fabric.linking.forbidden_access': 'Du har ikke adgang',
|
|
39
40
|
'fabric.linking.forbidden_description': 'Du har ikke adgang til denne forhåndsvisning. Kontakt webstedets administrator, hvis du har brug for adgang.',
|
|
40
41
|
'fabric.linking.go_back': 'Gå tilbage',
|
|
@@ -88,10 +89,12 @@ export default {
|
|
|
88
89
|
'fabric.linking.status_change_update_error': 'Vi kunne ikke opdatere statussen',
|
|
89
90
|
'fabric.linking.try_again': 'Prøv igen',
|
|
90
91
|
'fabric.linking.try_another_account': 'Prøv en anden konto',
|
|
92
|
+
'fabric.linking.unassigned': 'Ikke tildelt',
|
|
91
93
|
'fabric.linking.unauthorised_account_description': "Du forsøger at få vist et link til en privat {context}-side. Vi anbefaler, at du gennemgår URL'en eller kontakter sideejeren.",
|
|
92
94
|
'fabric.linking.unauthorised_account_description_no_provider': "Du forsøger at få vist et link til en privat side. Vi anbefaler, at du gennemgår URL'en eller kontakter sideejeren.",
|
|
93
95
|
'fabric.linking.unauthorised_account_name': 'Vi kan ikke vise private sider fra {context}',
|
|
94
96
|
'fabric.linking.unauthorised_account_name_no_provider': 'Vi kan ikke vise private sider',
|
|
97
|
+
'fabric.linking.unfollow': 'Ophør med at følge',
|
|
95
98
|
'fabric.linking.unlink_account': 'Fjern link til konto',
|
|
96
99
|
'fabric.linking.updated_by': 'Ændret af {context}',
|
|
97
100
|
'fabric.linking.view': 'Vis'
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -35,6 +35,7 @@ export default {
|
|
|
35
35
|
'fabric.linking.delete': 'Löschen',
|
|
36
36
|
'fabric.linking.download': 'Herunterladen',
|
|
37
37
|
'fabric.linking.edit': 'Bearbeiten',
|
|
38
|
+
'fabric.linking.follow': 'Folgen',
|
|
38
39
|
'fabric.linking.forbidden_access': 'Sie sind nicht zugriffsberechtigt',
|
|
39
40
|
'fabric.linking.forbidden_description': 'Sie haben keinen Zugriff auf diese Vorschau. Wenden Sie sich an Ihren Administrator, falls Sie noch Zugriff benötigen.',
|
|
40
41
|
'fabric.linking.go_back': 'Zurück',
|
|
@@ -79,6 +80,8 @@ export default {
|
|
|
79
80
|
'fabric.linking.restricted_link': 'Eingeschränkter Link, bitte versuchen Sie es mit einem anderen Konto.',
|
|
80
81
|
'fabric.linking.retry': 'Erneut versuchen',
|
|
81
82
|
'fabric.linking.save': 'Speichern',
|
|
83
|
+
'fabric.linking.sent_on_absolute': 'Gesendet am {context}',
|
|
84
|
+
'fabric.linking.sent_on_relative': 'Gesendet: {context}',
|
|
82
85
|
'fabric.linking.srclink': 'Anzeigen in',
|
|
83
86
|
'fabric.linking.srclinkunknown': 'Original anzeigen',
|
|
84
87
|
'fabric.linking.status_change_load_error': 'Status und Übergänge konnten nicht geladen werden',
|
|
@@ -86,10 +89,12 @@ export default {
|
|
|
86
89
|
'fabric.linking.status_change_update_error': 'Der Status konnte nicht aktualisiert werden',
|
|
87
90
|
'fabric.linking.try_again': 'Versuchen Sie es erneut.',
|
|
88
91
|
'fabric.linking.try_another_account': 'Versuchen Sie es mit einem anderen Konto erneut.',
|
|
92
|
+
'fabric.linking.unassigned': 'Nicht zugewiesen',
|
|
89
93
|
'fabric.linking.unauthorised_account_description': 'Sie versuchen, die Vorschau eines Links zu einer privaten {context}-Seite anzuzeigen. Überprüfen Sie die URL oder wenden Sie sich an den Seitenbesitzer.',
|
|
90
94
|
'fabric.linking.unauthorised_account_description_no_provider': 'Sie versuchen, die Vorschau eines Links zu einer privaten Seite anzuzeigen. Überprüfen Sie die URL oder wenden Sie sich an den Seitenbesitzer.',
|
|
91
95
|
'fabric.linking.unauthorised_account_name': 'Private Seiten von {context} können nicht angezeigt werden',
|
|
92
96
|
'fabric.linking.unauthorised_account_name_no_provider': 'Private Seiten können nicht angezeigt werden',
|
|
97
|
+
'fabric.linking.unfollow': 'Nicht mehr folgen',
|
|
93
98
|
'fabric.linking.unlink_account': 'Kontoverknüpfung löschen',
|
|
94
99
|
'fabric.linking.updated_by': 'Geändert von {context}',
|
|
95
100
|
'fabric.linking.view': 'Anzeigen'
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
|
+
'fabric.linking.access_exists_description': 'Contact your admin and request access to view this content from {hostname}.',
|
|
10
11
|
'fabric.linking.actions': 'Actions',
|
|
11
12
|
'fabric.linking.add_account': 'Add account',
|
|
12
13
|
'fabric.linking.assigned_to': 'Assigned to {context}',
|
|
@@ -33,8 +34,12 @@ export default {
|
|
|
33
34
|
'fabric.linking.create_on_relative': 'Created {context}',
|
|
34
35
|
'fabric.linking.created_by': 'Created by {context}',
|
|
35
36
|
'fabric.linking.delete': 'Delete',
|
|
37
|
+
'fabric.linking.direct_access_crossjoin': 'Go to {product}',
|
|
38
|
+
'fabric.linking.direct_access_description_crossjoin': 'All {emailDomain} emails are approved to access {hostname} in {product}.',
|
|
39
|
+
'fabric.linking.direct_access_title_crossjoin': 'Join your team in {product}',
|
|
36
40
|
'fabric.linking.download': 'Download',
|
|
37
41
|
'fabric.linking.edit': 'Edit',
|
|
42
|
+
'fabric.linking.follow': 'Follow',
|
|
38
43
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
39
44
|
'fabric.linking.forbidden_description': 'You don’t have access to this preview. Contact the site admin if you need access.',
|
|
40
45
|
'fabric.linking.go_back': 'Go back',
|
|
@@ -47,8 +52,11 @@ export default {
|
|
|
47
52
|
'fabric.linking.modified_on_absolute': 'Updated on {context}',
|
|
48
53
|
'fabric.linking.modified_on_relative': 'Updated {context}',
|
|
49
54
|
'fabric.linking.more_actions': 'More actions',
|
|
55
|
+
'fabric.linking.no_access_title_crossjoin': "You don't have access to this content",
|
|
50
56
|
'fabric.linking.not_found_description': "We couldn't find the link. Check the url and try editing or paste again.",
|
|
57
|
+
'fabric.linking.not_found_description_crossjoin': "The page doesn't exist or it may have changed after this link was added.",
|
|
51
58
|
'fabric.linking.not_found_title': "Uh oh. We can't find this link!",
|
|
59
|
+
'fabric.linking.not_found_title_crossjoin': "We can't show you this {product} page",
|
|
52
60
|
'fabric.linking.open_issue_in_jira': 'Open issue in Jira',
|
|
53
61
|
'fabric.linking.open_link_in_a_new_tab': 'Open link in a new tab',
|
|
54
62
|
'fabric.linking.owned_by': 'Owned by {context}',
|
|
@@ -70,12 +78,18 @@ export default {
|
|
|
70
78
|
'fabric.linking.priority_undefined': 'Undefined',
|
|
71
79
|
'fabric.linking.read_time': '{context} min read',
|
|
72
80
|
'fabric.linking.request_access': 'Request access',
|
|
81
|
+
'fabric.linking.request_access_crossjoin': 'Request access',
|
|
73
82
|
'fabric.linking.request_access_description': 'Request access to {context} view this preview.',
|
|
83
|
+
'fabric.linking.request_access_description_crossjoin': 'Contact your admin to request access.',
|
|
74
84
|
'fabric.linking.request_access_pending': 'Access pending',
|
|
85
|
+
'fabric.linking.request_access_pending_crossjoin': 'Pending approval',
|
|
75
86
|
'fabric.linking.request_access_pending_description': 'Your access request is pending.',
|
|
87
|
+
'fabric.linking.request_access_pending_description_crossjoin': 'Your request to access {hostname} is awaiting admin approval.',
|
|
88
|
+
'fabric.linking.request_access_pending_title_crossjoin': 'Access to {product} pending',
|
|
76
89
|
'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
|
|
77
90
|
'fabric.linking.request_denied': 'Your access request was denied',
|
|
78
91
|
'fabric.linking.request_denied_description': 'Your access request was denied. Contact the site admin if you still need access.',
|
|
92
|
+
'fabric.linking.request_denied_description_crossjoin': "Your admin didn't approve your request to view {product} pages from {hostname}.",
|
|
79
93
|
'fabric.linking.restricted_link': 'Restricted link, try another account',
|
|
80
94
|
'fabric.linking.retry': 'Retry',
|
|
81
95
|
'fabric.linking.save': 'Save',
|
|
@@ -88,10 +102,12 @@ export default {
|
|
|
88
102
|
'fabric.linking.status_change_update_error': 'We couldn’t update the status',
|
|
89
103
|
'fabric.linking.try_again': 'Try again',
|
|
90
104
|
'fabric.linking.try_another_account': 'Try another account',
|
|
105
|
+
'fabric.linking.unassigned': 'Unassigned',
|
|
91
106
|
'fabric.linking.unauthorised_account_description': "You're trying to preview a link to a private {context} page. We recommend you review the URL or contact the page owner.",
|
|
92
107
|
'fabric.linking.unauthorised_account_description_no_provider': "You're trying to preview a link to a private page. We recommend you review the URL or contact the page owner.",
|
|
93
108
|
'fabric.linking.unauthorised_account_name': "We can't display private pages from {context}",
|
|
94
109
|
'fabric.linking.unauthorised_account_name_no_provider': "We can't display private pages",
|
|
110
|
+
'fabric.linking.unfollow': 'Unfollow',
|
|
95
111
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
96
112
|
'fabric.linking.updated_by': 'Modified by {context}',
|
|
97
113
|
'fabric.linking.view': 'View'
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//English (United Kingdom)
|
|
9
9
|
export default {
|
|
10
|
+
'fabric.linking.access_exists_description': 'Contact your admin and request access to view this content from {hostname}.',
|
|
10
11
|
'fabric.linking.actions': 'Actions',
|
|
11
12
|
'fabric.linking.add_account': 'Add account',
|
|
12
13
|
'fabric.linking.assigned_to': 'Assigned to {context}',
|
|
@@ -33,8 +34,12 @@ export default {
|
|
|
33
34
|
'fabric.linking.create_on_relative': 'Created {context}',
|
|
34
35
|
'fabric.linking.created_by': 'Created by {context}',
|
|
35
36
|
'fabric.linking.delete': 'Delete',
|
|
37
|
+
'fabric.linking.direct_access_crossjoin': 'Go to {product}',
|
|
38
|
+
'fabric.linking.direct_access_description_crossjoin': 'All {emailDomain} emails are approved to access {hostname} in {product}.',
|
|
39
|
+
'fabric.linking.direct_access_title_crossjoin': 'Join your team in {product}',
|
|
36
40
|
'fabric.linking.download': 'Download',
|
|
37
41
|
'fabric.linking.edit': 'Edit',
|
|
42
|
+
'fabric.linking.follow': 'Follow',
|
|
38
43
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
39
44
|
'fabric.linking.forbidden_description': 'You don’t have access to this preview. Contact the site admin if you need access.',
|
|
40
45
|
'fabric.linking.go_back': 'Go back',
|
|
@@ -47,8 +52,11 @@ export default {
|
|
|
47
52
|
'fabric.linking.modified_on_absolute': 'Updated on {context}',
|
|
48
53
|
'fabric.linking.modified_on_relative': 'Updated {context}',
|
|
49
54
|
'fabric.linking.more_actions': 'More actions',
|
|
55
|
+
'fabric.linking.no_access_title_crossjoin': "You don't have access to this content",
|
|
50
56
|
'fabric.linking.not_found_description': "We couldn't find the link. Check the url and try editing or paste again.",
|
|
57
|
+
'fabric.linking.not_found_description_crossjoin': "The page doesn't exist or it may have changed after this link was added.",
|
|
51
58
|
'fabric.linking.not_found_title': "Uh oh. We can't find this link!",
|
|
59
|
+
'fabric.linking.not_found_title_crossjoin': "We can't show you this {product} page",
|
|
52
60
|
'fabric.linking.open_issue_in_jira': 'Open issue in Jira',
|
|
53
61
|
'fabric.linking.open_link_in_a_new_tab': 'Open link in a new tab',
|
|
54
62
|
'fabric.linking.owned_by': 'Owned by {context}',
|
|
@@ -70,12 +78,18 @@ export default {
|
|
|
70
78
|
'fabric.linking.priority_undefined': 'Undefined',
|
|
71
79
|
'fabric.linking.read_time': '{context} min read',
|
|
72
80
|
'fabric.linking.request_access': 'Request access',
|
|
81
|
+
'fabric.linking.request_access_crossjoin': 'Request access',
|
|
73
82
|
'fabric.linking.request_access_description': 'Request access to {context} view this preview.',
|
|
83
|
+
'fabric.linking.request_access_description_crossjoin': 'Contact your admin to request access.',
|
|
74
84
|
'fabric.linking.request_access_pending': 'Access pending',
|
|
85
|
+
'fabric.linking.request_access_pending_crossjoin': 'Pending approval',
|
|
75
86
|
'fabric.linking.request_access_pending_description': 'Your access request is pending.',
|
|
87
|
+
'fabric.linking.request_access_pending_description_crossjoin': 'Your request to access {hostname} is awaiting admin approval.',
|
|
88
|
+
'fabric.linking.request_access_pending_title_crossjoin': 'Access to {product} pending',
|
|
76
89
|
'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
|
|
77
90
|
'fabric.linking.request_denied': 'Your access request was denied',
|
|
78
91
|
'fabric.linking.request_denied_description': 'Your access request was denied. Contact the site admin if you still need access.',
|
|
92
|
+
'fabric.linking.request_denied_description_crossjoin': "Your admin didn't approve your request to view {product} pages from {hostname}.",
|
|
79
93
|
'fabric.linking.restricted_link': 'Restricted link, try another account',
|
|
80
94
|
'fabric.linking.retry': 'Retry',
|
|
81
95
|
'fabric.linking.save': 'Save',
|
|
@@ -88,10 +102,12 @@ export default {
|
|
|
88
102
|
'fabric.linking.status_change_update_error': 'We couldn’t update the status',
|
|
89
103
|
'fabric.linking.try_again': 'Try again',
|
|
90
104
|
'fabric.linking.try_another_account': 'Try another account',
|
|
105
|
+
'fabric.linking.unassigned': 'Unassigned',
|
|
91
106
|
'fabric.linking.unauthorised_account_description': "You're trying to preview a link to a private {context} page. We recommend you review the URL or contact the page owner.",
|
|
92
107
|
'fabric.linking.unauthorised_account_description_no_provider': "You're trying to preview a link to a private page. We recommend you review the URL or contact the page owner.",
|
|
93
108
|
'fabric.linking.unauthorised_account_name': "We can't display private pages from {context}",
|
|
94
109
|
'fabric.linking.unauthorised_account_name_no_provider': "We can't display private pages",
|
|
110
|
+
'fabric.linking.unfollow': 'Unfollow',
|
|
95
111
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
96
112
|
'fabric.linking.updated_by': 'Modified by {context}',
|
|
97
113
|
'fabric.linking.view': 'View'
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
|
+
'fabric.linking.access_exists_description': 'Contact your admin and request access to view this content from {hostname}.',
|
|
10
11
|
'fabric.linking.actions': 'Actions',
|
|
11
12
|
'fabric.linking.add_account': 'Add account',
|
|
12
13
|
'fabric.linking.assigned_to': 'Assigned to {context}',
|
|
@@ -33,8 +34,12 @@ export default {
|
|
|
33
34
|
'fabric.linking.create_on_relative': 'Created {context}',
|
|
34
35
|
'fabric.linking.created_by': 'Created by {context}',
|
|
35
36
|
'fabric.linking.delete': 'Delete',
|
|
37
|
+
'fabric.linking.direct_access_crossjoin': 'Go to {product}',
|
|
38
|
+
'fabric.linking.direct_access_description_crossjoin': 'All {emailDomain} emails are approved to access {hostname} in {product}.',
|
|
39
|
+
'fabric.linking.direct_access_title_crossjoin': 'Join your team in {product}',
|
|
36
40
|
'fabric.linking.download': 'Download',
|
|
37
41
|
'fabric.linking.edit': 'Edit',
|
|
42
|
+
'fabric.linking.follow': 'Follow',
|
|
38
43
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
39
44
|
'fabric.linking.forbidden_description': 'You don’t have access to this preview. Contact the site admin if you need access.',
|
|
40
45
|
'fabric.linking.go_back': 'Go back',
|
|
@@ -47,8 +52,11 @@ export default {
|
|
|
47
52
|
'fabric.linking.modified_on_absolute': 'Updated on {context}',
|
|
48
53
|
'fabric.linking.modified_on_relative': 'Updated {context}',
|
|
49
54
|
'fabric.linking.more_actions': 'More actions',
|
|
55
|
+
'fabric.linking.no_access_title_crossjoin': "You don't have access to this content",
|
|
50
56
|
'fabric.linking.not_found_description': "We couldn't find the link. Check the url and try editing or paste again.",
|
|
57
|
+
'fabric.linking.not_found_description_crossjoin': "The page doesn't exist or it may have changed after this link was added.",
|
|
51
58
|
'fabric.linking.not_found_title': "Uh oh. We can't find this link!",
|
|
59
|
+
'fabric.linking.not_found_title_crossjoin': "We can't show you this {product} page",
|
|
52
60
|
'fabric.linking.open_issue_in_jira': 'Open issue in Jira',
|
|
53
61
|
'fabric.linking.open_link_in_a_new_tab': 'Open link in a new tab',
|
|
54
62
|
'fabric.linking.owned_by': 'Owned by {context}',
|
|
@@ -70,12 +78,18 @@ export default {
|
|
|
70
78
|
'fabric.linking.priority_undefined': 'Undefined',
|
|
71
79
|
'fabric.linking.read_time': '{context} min read',
|
|
72
80
|
'fabric.linking.request_access': 'Request access',
|
|
81
|
+
'fabric.linking.request_access_crossjoin': 'Request access',
|
|
73
82
|
'fabric.linking.request_access_description': 'Request access to {context} view this preview.',
|
|
83
|
+
'fabric.linking.request_access_description_crossjoin': 'Contact your admin to request access.',
|
|
74
84
|
'fabric.linking.request_access_pending': 'Access pending',
|
|
85
|
+
'fabric.linking.request_access_pending_crossjoin': 'Pending approval',
|
|
75
86
|
'fabric.linking.request_access_pending_description': 'Your access request is pending.',
|
|
87
|
+
'fabric.linking.request_access_pending_description_crossjoin': 'Your request to access {hostname} is awaiting admin approval.',
|
|
88
|
+
'fabric.linking.request_access_pending_title_crossjoin': 'Access to {product} pending',
|
|
76
89
|
'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
|
|
77
90
|
'fabric.linking.request_denied': 'Your access request was denied',
|
|
78
91
|
'fabric.linking.request_denied_description': 'Your access request was denied. Contact the site admin if you still need access.',
|
|
92
|
+
'fabric.linking.request_denied_description_crossjoin': "Your admin didn't approve your request to view {product} pages from {hostname}.",
|
|
79
93
|
'fabric.linking.restricted_link': 'Restricted link, try another account',
|
|
80
94
|
'fabric.linking.retry': 'Retry',
|
|
81
95
|
'fabric.linking.save': 'Save',
|
|
@@ -88,10 +102,12 @@ export default {
|
|
|
88
102
|
'fabric.linking.status_change_update_error': 'We couldn’t update the status',
|
|
89
103
|
'fabric.linking.try_again': 'Try again',
|
|
90
104
|
'fabric.linking.try_another_account': 'Try another account',
|
|
105
|
+
'fabric.linking.unassigned': 'Unassigned',
|
|
91
106
|
'fabric.linking.unauthorised_account_description': "You're trying to preview a link to a private {context} page. We recommend you review the URL or contact the page owner.",
|
|
92
107
|
'fabric.linking.unauthorised_account_description_no_provider': "You're trying to preview a link to a private page. We recommend you review the URL or contact the page owner.",
|
|
93
108
|
'fabric.linking.unauthorised_account_name': "We can't display private pages from {context}",
|
|
94
109
|
'fabric.linking.unauthorised_account_name_no_provider': "We can't display private pages",
|
|
110
|
+
'fabric.linking.unfollow': 'Unfollow',
|
|
95
111
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
96
112
|
'fabric.linking.updated_by': 'Modified by {context}',
|
|
97
113
|
'fabric.linking.view': 'View'
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -35,6 +35,7 @@ export default {
|
|
|
35
35
|
'fabric.linking.delete': 'Eliminar',
|
|
36
36
|
'fabric.linking.download': 'Descargar',
|
|
37
37
|
'fabric.linking.edit': 'Editar',
|
|
38
|
+
'fabric.linking.follow': 'Seguir',
|
|
38
39
|
'fabric.linking.forbidden_access': 'Tienes prohibido el acceso',
|
|
39
40
|
'fabric.linking.forbidden_description': 'No puedes acceder a esta vista previa. Ponte en contacto con el administrador del sitio si tienes que acceder.',
|
|
40
41
|
'fabric.linking.go_back': 'Volver',
|
|
@@ -88,10 +89,12 @@ export default {
|
|
|
88
89
|
'fabric.linking.status_change_update_error': 'No hemos podido actualizar el estado',
|
|
89
90
|
'fabric.linking.try_again': 'Volver a intentarlo',
|
|
90
91
|
'fabric.linking.try_another_account': 'Probar otra cuenta',
|
|
92
|
+
'fabric.linking.unassigned': 'Sin asignar',
|
|
91
93
|
'fabric.linking.unauthorised_account_description': 'Estás intentando previsualizar un enlace a una página privada de {context}. Te recomendamos que revises la URL o contactes con el propietario de la página.',
|
|
92
94
|
'fabric.linking.unauthorised_account_description_no_provider': 'Estás intentando previsualizar un enlace a una página privada. Te recomendamos que revises la URL o contactes con el propietario de la página.',
|
|
93
95
|
'fabric.linking.unauthorised_account_name': 'No podemos mostrar las páginas privadas de {context}',
|
|
94
96
|
'fabric.linking.unauthorised_account_name_no_provider': 'No podemos mostrar páginas privadas',
|
|
97
|
+
'fabric.linking.unfollow': 'Dejar de seguir',
|
|
95
98
|
'fabric.linking.unlink_account': 'Desvincular cuenta',
|
|
96
99
|
'fabric.linking.updated_by': 'Modificado por {context}',
|
|
97
100
|
'fabric.linking.view': 'Ver'
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -35,6 +35,7 @@ export default {
|
|
|
35
35
|
'fabric.linking.delete': 'Poista',
|
|
36
36
|
'fabric.linking.download': 'Lataa',
|
|
37
37
|
'fabric.linking.edit': 'Muokkaa',
|
|
38
|
+
'fabric.linking.follow': 'Seuraa',
|
|
38
39
|
'fabric.linking.forbidden_access': 'Pääsy on kielletty',
|
|
39
40
|
'fabric.linking.forbidden_description': 'Sinulla ei ole tämän esikatselun käyttöoikeutta. Jos tarvitset käyttöoikeuden, ota yhteyttä sivuston ylläpitäjään.',
|
|
40
41
|
'fabric.linking.go_back': 'Siirry takaisin',
|
|
@@ -79,6 +80,8 @@ export default {
|
|
|
79
80
|
'fabric.linking.restricted_link': 'Rajoitettu linkki, kokeile toista tiliä',
|
|
80
81
|
'fabric.linking.retry': 'Yritä uudelleen',
|
|
81
82
|
'fabric.linking.save': 'Tallenna',
|
|
83
|
+
'fabric.linking.sent_on_absolute': 'Lähetetty {context}',
|
|
84
|
+
'fabric.linking.sent_on_relative': 'Lähetetty {context}',
|
|
82
85
|
'fabric.linking.srclink': 'Näytä kohteessa',
|
|
83
86
|
'fabric.linking.srclinkunknown': 'Näytä alkuperäinen',
|
|
84
87
|
'fabric.linking.status_change_load_error': 'Tiloja ja siirtymiä ei voitu ladata',
|
|
@@ -86,10 +89,12 @@ export default {
|
|
|
86
89
|
'fabric.linking.status_change_update_error': 'Tilan päivitys epäonnistui',
|
|
87
90
|
'fabric.linking.try_again': 'Yritä uudelleen',
|
|
88
91
|
'fabric.linking.try_another_account': 'Kokeile toista tiliä',
|
|
92
|
+
'fabric.linking.unassigned': 'Määräämätön',
|
|
89
93
|
'fabric.linking.unauthorised_account_description': 'Yrität esikatsella yksityisen {context}-sivun linkkiä. Suosittelemme, että tarkistat URL-osoitteen tai otat yhteyden sivun omistajaan.',
|
|
90
94
|
'fabric.linking.unauthorised_account_description_no_provider': 'Yrität esikatsella yksityisen sivun linkkiä. Suosittelemme, että tarkistat URL-osoitteen tai otat yhteyden sivun omistajaan.',
|
|
91
95
|
'fabric.linking.unauthorised_account_name': 'Yksityisiä sivuja ei voida näyttää kohteesta {context}',
|
|
92
96
|
'fabric.linking.unauthorised_account_name_no_provider': 'Yksityisiä sivuja ei voida näyttää',
|
|
97
|
+
'fabric.linking.unfollow': 'Lopeta seuraaminen',
|
|
93
98
|
'fabric.linking.unlink_account': 'Poista tilin linkitys',
|
|
94
99
|
'fabric.linking.updated_by': 'Muokannut: {context}',
|
|
95
100
|
'fabric.linking.view': 'Näytä'
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -35,6 +35,7 @@ export default {
|
|
|
35
35
|
'fabric.linking.delete': 'Supprimer',
|
|
36
36
|
'fabric.linking.download': 'Télécharger',
|
|
37
37
|
'fabric.linking.edit': 'Modifier',
|
|
38
|
+
'fabric.linking.follow': 'Suivre',
|
|
38
39
|
'fabric.linking.forbidden_access': "Vous n'avez pas accès à cette ressource",
|
|
39
40
|
'fabric.linking.forbidden_description': "Vous n'avez pas accès à cet aperçu. Contactez l'administrateur de site si vous avez besoin d'y accéder.",
|
|
40
41
|
'fabric.linking.go_back': 'Retour',
|
|
@@ -79,6 +80,8 @@ export default {
|
|
|
79
80
|
'fabric.linking.restricted_link': 'Lien restreint, essayez un autre compte',
|
|
80
81
|
'fabric.linking.retry': 'Réessayer',
|
|
81
82
|
'fabric.linking.save': 'Enregistrer',
|
|
83
|
+
'fabric.linking.sent_on_absolute': 'Envoyée le {context}',
|
|
84
|
+
'fabric.linking.sent_on_relative': 'Envoyée {context}',
|
|
82
85
|
'fabric.linking.srclink': 'Afficher dans',
|
|
83
86
|
'fabric.linking.srclinkunknown': "Afficher l'original",
|
|
84
87
|
'fabric.linking.status_change_load_error': 'Impossible de charger les états et les transitions',
|
|
@@ -86,10 +89,12 @@ export default {
|
|
|
86
89
|
'fabric.linking.status_change_update_error': "Impossible de mettre à jour l'état",
|
|
87
90
|
'fabric.linking.try_again': 'Réessayez',
|
|
88
91
|
'fabric.linking.try_another_account': 'Essayez un autre compte',
|
|
92
|
+
'fabric.linking.unassigned': 'Non assigné',
|
|
89
93
|
'fabric.linking.unauthorised_account_description': "Vous essayez de prévisualiser un lien vers une page {context} privée. Nous vous recommandons d'examiner l'URL ou de contacter le propriétaire de la page.",
|
|
90
94
|
'fabric.linking.unauthorised_account_description_no_provider': "Vous essayez de prévisualiser un lien vers une page privée. Nous vous recommandons d'examiner l'URL ou de contacter le propriétaire de la page.",
|
|
91
95
|
'fabric.linking.unauthorised_account_name': "Impossible d'afficher les pages privées de {context}",
|
|
92
96
|
'fabric.linking.unauthorised_account_name_no_provider': "Impossible d'afficher les pages privées",
|
|
97
|
+
'fabric.linking.unfollow': 'Ne plus suivre',
|
|
93
98
|
'fabric.linking.unlink_account': 'Dissocier le compte',
|
|
94
99
|
'fabric.linking.updated_by': 'Modification par {context}',
|
|
95
100
|
'fabric.linking.view': 'Afficher'
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -35,6 +35,7 @@ export default {
|
|
|
35
35
|
'fabric.linking.delete': 'Törlés',
|
|
36
36
|
'fabric.linking.download': 'Letöltés',
|
|
37
37
|
'fabric.linking.edit': 'Szerkesztés',
|
|
38
|
+
'fabric.linking.follow': 'Követés',
|
|
38
39
|
'fabric.linking.forbidden_access': 'Hozzáférés megtagadva',
|
|
39
40
|
'fabric.linking.forbidden_description': 'Nincs hozzáférésed ehhez az előnézethez. Lépj kapcsolatba a webhely adminisztrátorával, ha szükséged van hozzáférésre.',
|
|
40
41
|
'fabric.linking.go_back': 'Vissza',
|
|
@@ -79,6 +80,8 @@ export default {
|
|
|
79
80
|
'fabric.linking.restricted_link': 'Korlátozott link, próbálkozz másik fiókkal',
|
|
80
81
|
'fabric.linking.retry': 'Újra',
|
|
81
82
|
'fabric.linking.save': 'Mentés',
|
|
83
|
+
'fabric.linking.sent_on_absolute': 'Elküldve: {context}',
|
|
84
|
+
'fabric.linking.sent_on_relative': 'Elküldve: {context}',
|
|
82
85
|
'fabric.linking.srclink': 'Megtekintés módja:',
|
|
83
86
|
'fabric.linking.srclinkunknown': 'Eredeti megtekintése',
|
|
84
87
|
'fabric.linking.status_change_load_error': 'Nem sikerült betölteni az állapotokat és az átviteleket',
|
|
@@ -86,10 +89,12 @@ export default {
|
|
|
86
89
|
'fabric.linking.status_change_update_error': 'Nem sikerült frissíteni az állapotot',
|
|
87
90
|
'fabric.linking.try_again': 'Próbáld újra',
|
|
88
91
|
'fabric.linking.try_another_account': 'Próbálkozz másik fiókkal',
|
|
92
|
+
'fabric.linking.unassigned': 'Nincs hozzárendelve',
|
|
89
93
|
'fabric.linking.unauthorised_account_description': 'Egy privát {context}-oldalra mutató link előnézetét próbálod megtekinteni. Azt javasoljuk, hogy ellenőrizd az URL-címet, vagy lépj kapcsolatba az oldal tulajdonosával.',
|
|
90
94
|
'fabric.linking.unauthorised_account_description_no_provider': 'Egy privát oldalra mutató link előnézetét próbálod megtekinteni. Azt javasoljuk, hogy ellenőrizd az URL-címet, vagy lépj kapcsolatba az oldal tulajdonosával.',
|
|
91
95
|
'fabric.linking.unauthorised_account_name': 'Nem tudunk privát oldalakat megjeleníteni a(z) {context} felületéről',
|
|
92
96
|
'fabric.linking.unauthorised_account_name_no_provider': 'Nem tudunk privát oldalakat megjeleníteni',
|
|
97
|
+
'fabric.linking.unfollow': 'Követés leállítása',
|
|
93
98
|
'fabric.linking.unlink_account': 'Fiók leválasztása',
|
|
94
99
|
'fabric.linking.updated_by': 'Módosította: {context}',
|
|
95
100
|
'fabric.linking.view': 'Megtekintés'
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -35,6 +35,7 @@ export default {
|
|
|
35
35
|
'fabric.linking.delete': 'Elimina',
|
|
36
36
|
'fabric.linking.download': 'Scarica',
|
|
37
37
|
'fabric.linking.edit': 'Modifica',
|
|
38
|
+
'fabric.linking.follow': 'Segui',
|
|
38
39
|
'fabric.linking.forbidden_access': 'Accesso vietato',
|
|
39
40
|
'fabric.linking.forbidden_description': "Non hai accesso a questa anteprima. Contatta l'amministratore del sito se devi accedere.",
|
|
40
41
|
'fabric.linking.go_back': 'Torna indietro',
|
|
@@ -79,6 +80,8 @@ export default {
|
|
|
79
80
|
'fabric.linking.restricted_link': 'Link con restrizioni, prova con un altro account',
|
|
80
81
|
'fabric.linking.retry': 'Riprova',
|
|
81
82
|
'fabric.linking.save': 'Salva',
|
|
83
|
+
'fabric.linking.sent_on_absolute': 'Inviato in data {context}',
|
|
84
|
+
'fabric.linking.sent_on_relative': 'Inviato {context}',
|
|
82
85
|
'fabric.linking.srclink': 'Visualizza in',
|
|
83
86
|
'fabric.linking.srclinkunknown': 'Mostra originale',
|
|
84
87
|
'fabric.linking.status_change_load_error': 'Impossibile caricare stati e transizioni',
|
|
@@ -86,10 +89,12 @@ export default {
|
|
|
86
89
|
'fabric.linking.status_change_update_error': 'Impossibile aggiornare lo stato',
|
|
87
90
|
'fabric.linking.try_again': 'Riprova',
|
|
88
91
|
'fabric.linking.try_another_account': 'Prova con un altro account',
|
|
92
|
+
'fabric.linking.unassigned': 'Non assegnato',
|
|
89
93
|
'fabric.linking.unauthorised_account_description': "Stai tentando di visualizzare in anteprima un link a una pagina {context} privata. Ti consigliamo di controllare l'URL o contattare il responsabile della pagina.",
|
|
90
94
|
'fabric.linking.unauthorised_account_description_no_provider': "Stai tentando di visualizzare in anteprima un link a una pagina privata. Ti consigliamo di controllare l'URL o contattare il responsabile della pagina.",
|
|
91
95
|
'fabric.linking.unauthorised_account_name': 'Non è possibile visualizzare le pagine private di {context}',
|
|
92
96
|
'fabric.linking.unauthorised_account_name_no_provider': 'Impossibile visualizzare le pagine private',
|
|
97
|
+
'fabric.linking.unfollow': 'Non seguire più',
|
|
93
98
|
'fabric.linking.unlink_account': 'Scollega account',
|
|
94
99
|
'fabric.linking.updated_by': 'Modificato da {context}',
|
|
95
100
|
'fabric.linking.view': 'Visualizza'
|