@atlaskit/smart-card 44.17.0 → 44.19.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 +28 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-social-proof-message-low-tier--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-social-proof-message-not-low-tier--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/inline-card/inline-card-unauthorised-social-proof-but-no-context-available--default--platform-sl-3p-preauth-social-proof-inline-cta-true.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/inline-card/inline-card-unauthorised-social-proof-with-no-context-and-no-provider-specific-percentage--default--platform-sl-3p-preauth-social-proof-inline-cta-true.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/inline-card/inline-card-unauthorised-with-social-proof--default--platform-sl-3p-preauth-social-proof-inline-cta-true.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/inline-card/inline-card-unauthorised-with-social-proof-but-low-percentage--default--platform-sl-3p-preauth-social-proof-inline-cta-true.png +2 -2
- package/dist/cjs/i18n/cs.js +180 -3
- package/dist/cjs/i18n/da.js +180 -3
- package/dist/cjs/i18n/de.js +180 -3
- package/dist/cjs/i18n/en.js +182 -3
- package/dist/cjs/i18n/en_GB.js +182 -3
- package/dist/cjs/i18n/en_ZZ.js +182 -3
- package/dist/cjs/i18n/es.js +180 -3
- package/dist/cjs/i18n/fi.js +180 -3
- package/dist/cjs/i18n/fr.js +180 -3
- package/dist/cjs/i18n/hr.js +175 -3
- package/dist/cjs/i18n/hu.js +180 -3
- package/dist/cjs/i18n/it.js +180 -3
- package/dist/cjs/i18n/ja.js +180 -3
- package/dist/cjs/i18n/ko.js +180 -3
- package/dist/cjs/i18n/nb.js +180 -3
- package/dist/cjs/i18n/nl.js +180 -3
- package/dist/cjs/i18n/pl.js +180 -3
- package/dist/cjs/i18n/pt_BR.js +180 -3
- package/dist/cjs/i18n/ru.js +180 -3
- package/dist/cjs/i18n/sl.js +175 -3
- package/dist/cjs/i18n/sr_RS.js +175 -3
- package/dist/cjs/i18n/sr_YR.js +175 -3
- package/dist/cjs/i18n/sv.js +180 -3
- package/dist/cjs/i18n/th.js +180 -3
- package/dist/cjs/i18n/tr.js +180 -3
- package/dist/cjs/i18n/uk.js +180 -3
- package/dist/cjs/i18n/vi.js +180 -3
- package/dist/cjs/i18n/zh.js +180 -3
- package/dist/cjs/i18n/zh_TW.js +180 -3
- package/dist/cjs/messages.js +13 -8
- package/dist/cjs/state/hooks/use-smart-link-cross-product-url-wrapper/index.js +48 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/CardWithUrl/component.js +11 -2
- package/dist/cjs/view/EmbedModal/components/link-info/index.js +11 -8
- package/dist/cjs/view/EmbedModal/components/link-info/link-info-button/index.js +1 -4
- package/dist/cjs/view/InlineCard/UnauthorisedView/index.js +4 -4
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-social-proof-message-low-tier--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-social-proof-message-not-low-tier--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/inline-card/inline-card-unauthorised-social-proof-but-no-context-available--default--platform-sl-3p-preauth-social-proof-inline-cta-true.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/inline-card/inline-card-unauthorised-social-proof-with-no-context-and-no-provider-specific-percentage--default--platform-sl-3p-preauth-social-proof-inline-cta-true.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/inline-card/inline-card-unauthorised-with-social-proof--default--platform-sl-3p-preauth-social-proof-inline-cta-true.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/inline-card/inline-card-unauthorised-with-social-proof-but-low-percentage--default--platform-sl-3p-preauth-social-proof-inline-cta-true.png +2 -2
- package/dist/es2019/i18n/cs.js +180 -3
- package/dist/es2019/i18n/da.js +180 -3
- package/dist/es2019/i18n/de.js +180 -3
- package/dist/es2019/i18n/en.js +182 -3
- package/dist/es2019/i18n/en_GB.js +182 -3
- package/dist/es2019/i18n/en_ZZ.js +182 -3
- package/dist/es2019/i18n/es.js +180 -3
- package/dist/es2019/i18n/fi.js +180 -3
- package/dist/es2019/i18n/fr.js +180 -3
- package/dist/es2019/i18n/hr.js +175 -3
- package/dist/es2019/i18n/hu.js +180 -3
- package/dist/es2019/i18n/it.js +180 -3
- package/dist/es2019/i18n/ja.js +180 -3
- package/dist/es2019/i18n/ko.js +180 -3
- package/dist/es2019/i18n/nb.js +180 -3
- package/dist/es2019/i18n/nl.js +180 -3
- package/dist/es2019/i18n/pl.js +180 -3
- package/dist/es2019/i18n/pt_BR.js +180 -3
- package/dist/es2019/i18n/ru.js +180 -3
- package/dist/es2019/i18n/sl.js +175 -3
- package/dist/es2019/i18n/sr_RS.js +175 -3
- package/dist/es2019/i18n/sr_YR.js +175 -3
- package/dist/es2019/i18n/sv.js +180 -3
- package/dist/es2019/i18n/th.js +180 -3
- package/dist/es2019/i18n/tr.js +180 -3
- package/dist/es2019/i18n/uk.js +180 -3
- package/dist/es2019/i18n/vi.js +180 -3
- package/dist/es2019/i18n/zh.js +180 -3
- package/dist/es2019/i18n/zh_TW.js +180 -3
- package/dist/es2019/messages.js +13 -8
- package/dist/es2019/state/hooks/use-smart-link-cross-product-url-wrapper/index.js +40 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/CardWithUrl/component.js +11 -2
- package/dist/es2019/view/EmbedModal/components/link-info/index.js +11 -8
- package/dist/es2019/view/EmbedModal/components/link-info/link-info-button/index.js +1 -5
- package/dist/es2019/view/InlineCard/UnauthorisedView/index.js +4 -4
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-social-proof-message-low-tier--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-social-proof-message-not-low-tier--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/inline-card/inline-card-unauthorised-social-proof-but-no-context-available--default--platform-sl-3p-preauth-social-proof-inline-cta-true.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/inline-card/inline-card-unauthorised-social-proof-with-no-context-and-no-provider-specific-percentage--default--platform-sl-3p-preauth-social-proof-inline-cta-true.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/inline-card/inline-card-unauthorised-with-social-proof--default--platform-sl-3p-preauth-social-proof-inline-cta-true.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/inline-card/inline-card-unauthorised-with-social-proof-but-low-percentage--default--platform-sl-3p-preauth-social-proof-inline-cta-true.png +2 -2
- package/dist/esm/i18n/cs.js +180 -3
- package/dist/esm/i18n/da.js +180 -3
- package/dist/esm/i18n/de.js +180 -3
- package/dist/esm/i18n/en.js +182 -3
- package/dist/esm/i18n/en_GB.js +182 -3
- package/dist/esm/i18n/en_ZZ.js +182 -3
- package/dist/esm/i18n/es.js +180 -3
- package/dist/esm/i18n/fi.js +180 -3
- package/dist/esm/i18n/fr.js +180 -3
- package/dist/esm/i18n/hr.js +175 -3
- package/dist/esm/i18n/hu.js +180 -3
- package/dist/esm/i18n/it.js +180 -3
- package/dist/esm/i18n/ja.js +180 -3
- package/dist/esm/i18n/ko.js +180 -3
- package/dist/esm/i18n/nb.js +180 -3
- package/dist/esm/i18n/nl.js +180 -3
- package/dist/esm/i18n/pl.js +180 -3
- package/dist/esm/i18n/pt_BR.js +180 -3
- package/dist/esm/i18n/ru.js +180 -3
- package/dist/esm/i18n/sl.js +175 -3
- package/dist/esm/i18n/sr_RS.js +175 -3
- package/dist/esm/i18n/sr_YR.js +175 -3
- package/dist/esm/i18n/sv.js +180 -3
- package/dist/esm/i18n/th.js +180 -3
- package/dist/esm/i18n/tr.js +180 -3
- package/dist/esm/i18n/uk.js +180 -3
- package/dist/esm/i18n/vi.js +180 -3
- package/dist/esm/i18n/zh.js +180 -3
- package/dist/esm/i18n/zh_TW.js +180 -3
- package/dist/esm/messages.js +13 -8
- package/dist/esm/state/hooks/use-smart-link-cross-product-url-wrapper/index.js +42 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/CardWithUrl/component.js +11 -2
- package/dist/esm/view/EmbedModal/components/link-info/index.js +11 -8
- package/dist/esm/view/EmbedModal/components/link-info/link-info-button/index.js +1 -4
- package/dist/esm/view/InlineCard/UnauthorisedView/index.js +4 -4
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +180 -2
- package/dist/types/i18n/da.d.ts +180 -2
- package/dist/types/i18n/de.d.ts +180 -2
- package/dist/types/i18n/en.d.ts +182 -2
- package/dist/types/i18n/en_GB.d.ts +182 -2
- package/dist/types/i18n/en_ZZ.d.ts +182 -2
- package/dist/types/i18n/es.d.ts +180 -2
- package/dist/types/i18n/fi.d.ts +180 -2
- package/dist/types/i18n/fr.d.ts +180 -2
- package/dist/types/i18n/hr.d.ts +175 -2
- package/dist/types/i18n/hu.d.ts +180 -2
- package/dist/types/i18n/it.d.ts +180 -2
- package/dist/types/i18n/ja.d.ts +180 -2
- package/dist/types/i18n/ko.d.ts +180 -2
- package/dist/types/i18n/nb.d.ts +180 -2
- package/dist/types/i18n/nl.d.ts +180 -2
- package/dist/types/i18n/pl.d.ts +180 -2
- package/dist/types/i18n/pt_BR.d.ts +180 -2
- package/dist/types/i18n/ru.d.ts +180 -2
- package/dist/types/i18n/sl.d.ts +175 -2
- package/dist/types/i18n/sr_RS.d.ts +175 -2
- package/dist/types/i18n/sr_YR.d.ts +175 -2
- package/dist/types/i18n/sv.d.ts +180 -2
- package/dist/types/i18n/th.d.ts +180 -2
- package/dist/types/i18n/tr.d.ts +180 -2
- package/dist/types/i18n/uk.d.ts +180 -2
- package/dist/types/i18n/vi.d.ts +180 -2
- package/dist/types/i18n/zh.d.ts +180 -2
- package/dist/types/i18n/zh_TW.d.ts +180 -2
- package/dist/types/messages.d.ts +1 -1
- package/dist/types/state/hooks/use-smart-link-cross-product-url-wrapper/index.d.ts +8 -0
- package/dist/types/view/EmbedModal/components/link-info/link-info-button/index.d.ts +1 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +180 -2
- package/dist/types-ts4.5/i18n/da.d.ts +180 -2
- package/dist/types-ts4.5/i18n/de.d.ts +180 -2
- package/dist/types-ts4.5/i18n/en.d.ts +182 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +182 -2
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +182 -2
- package/dist/types-ts4.5/i18n/es.d.ts +180 -2
- package/dist/types-ts4.5/i18n/fi.d.ts +180 -2
- package/dist/types-ts4.5/i18n/fr.d.ts +180 -2
- package/dist/types-ts4.5/i18n/hr.d.ts +175 -2
- package/dist/types-ts4.5/i18n/hu.d.ts +180 -2
- package/dist/types-ts4.5/i18n/it.d.ts +180 -2
- package/dist/types-ts4.5/i18n/ja.d.ts +180 -2
- package/dist/types-ts4.5/i18n/ko.d.ts +180 -2
- package/dist/types-ts4.5/i18n/nb.d.ts +180 -2
- package/dist/types-ts4.5/i18n/nl.d.ts +180 -2
- package/dist/types-ts4.5/i18n/pl.d.ts +180 -2
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +180 -2
- package/dist/types-ts4.5/i18n/ru.d.ts +180 -2
- package/dist/types-ts4.5/i18n/sl.d.ts +175 -2
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +175 -2
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +175 -2
- package/dist/types-ts4.5/i18n/sv.d.ts +180 -2
- package/dist/types-ts4.5/i18n/th.d.ts +180 -2
- package/dist/types-ts4.5/i18n/tr.d.ts +180 -2
- package/dist/types-ts4.5/i18n/uk.d.ts +180 -2
- package/dist/types-ts4.5/i18n/vi.d.ts +180 -2
- package/dist/types-ts4.5/i18n/zh.d.ts +180 -2
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +180 -2
- package/dist/types-ts4.5/messages.d.ts +1 -1
- package/dist/types-ts4.5/state/hooks/use-smart-link-cross-product-url-wrapper/index.d.ts +8 -0
- package/dist/types-ts4.5/view/EmbedModal/components/link-info/link-info-button/index.d.ts +1 -2
- package/package.json +15 -8
package/dist/cjs/messages.js
CHANGED
|
@@ -198,22 +198,22 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
|
|
|
198
198
|
},
|
|
199
199
|
social_proof_inline_cta_tag_high_with_context: {
|
|
200
200
|
id: 'fabric.linking.social_proof_inline_cta_tag_high_with_context',
|
|
201
|
-
defaultMessage: '<b>{connectedPct}%</b> of your team
|
|
202
|
-
description: 'Social-proof tag pill beside the shortcut "Connect" on an unauthorised inline smart link when adoption is not in the exploratory range. {connectedPct} is the approximate share
|
|
201
|
+
defaultMessage: '<b>{connectedPct}%</b> of your team sees {context} previews',
|
|
202
|
+
description: 'Social-proof tag pill beside the shortcut "Connect" on an unauthorised inline smart link when adoption is not in the exploratory range. {connectedPct} is the approximate share seeing previews for the integration; {context} is the provider display name.'
|
|
203
203
|
},
|
|
204
204
|
social_proof_inline_cta_tag_high_no_context: {
|
|
205
205
|
id: 'fabric.linking.social_proof_inline_cta_tag_high_no_context',
|
|
206
|
-
defaultMessage: '<b>{connectedPct}%</b> of your team previews
|
|
207
|
-
description: 'Social-proof tag pill when adoption is above the exploratory threshold and no provider display name is available; {connectedPct} is the approximate share
|
|
206
|
+
defaultMessage: '<b>{connectedPct}%</b> of your team sees richer previews',
|
|
207
|
+
description: 'Social-proof tag pill when adoption is above the exploratory threshold and no provider display name is available; {connectedPct} is the approximate share seeing richer previews.'
|
|
208
208
|
},
|
|
209
209
|
social_proof_inline_cta_tag_low_with_context: {
|
|
210
210
|
id: 'fabric.linking.social_proof_inline_cta_tag_low_with_context',
|
|
211
|
-
defaultMessage: 'Your team
|
|
211
|
+
defaultMessage: 'Your team sees richer {context} previews',
|
|
212
212
|
description: 'Social-proof tag pill when share is below the percentage headline threshold; shown only when a provider display name is available. Omit the pill entirely when personalization is unavailable or the provider name is unknown.'
|
|
213
213
|
},
|
|
214
214
|
social_proof_inline_cta_tag_low_no_context: {
|
|
215
215
|
id: 'fabric.linking.social_proof_inline_cta_tag_low_no_context',
|
|
216
|
-
defaultMessage: 'Your team
|
|
216
|
+
defaultMessage: 'Your team sees richer previews',
|
|
217
217
|
description: 'Social-proof tag pill for the case when neither percentage nor provider display name are available.'
|
|
218
218
|
},
|
|
219
219
|
connect_unauthorised_account_description: {
|
|
@@ -681,6 +681,11 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
|
|
|
681
681
|
defaultMessage: 'View in',
|
|
682
682
|
description: 'We have a link in our preview modals to the original document. This text goes before the provider name'
|
|
683
683
|
},
|
|
684
|
+
viewInProvider: {
|
|
685
|
+
id: 'fabric.linking.viewinprovider',
|
|
686
|
+
defaultMessage: 'View in {providerName}',
|
|
687
|
+
description: 'We have a link in our preview modals to the original document. This text tells the user where it will open'
|
|
688
|
+
},
|
|
684
689
|
viewOriginal: {
|
|
685
690
|
id: 'fabric.linking.srclinkunknown',
|
|
686
691
|
defaultMessage: 'View Original',
|
|
@@ -1085,12 +1090,12 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
|
|
|
1085
1090
|
// TODO: remove when social-proof-3p-unauth-block-fg is cleaned up
|
|
1086
1091
|
pre_auth_block_social_proof_not_low: {
|
|
1087
1092
|
id: 'fabric.linking.pre_auth_block_social_proof_not_low',
|
|
1088
|
-
defaultMessage: '<b>{percentage}%</b> of your team
|
|
1093
|
+
defaultMessage: '<b>{percentage}%</b> of your team sees <b>{provider}</b> previews.',
|
|
1089
1094
|
description: 'Social proof message shown on unauthorized 3P block cards when 30% or more of the tenant has connected the provider. {percentage} is a number, {provider} is the 3P app name (e.g. OneDrive).'
|
|
1090
1095
|
},
|
|
1091
1096
|
pre_auth_block_social_proof_low: {
|
|
1092
1097
|
id: 'fabric.linking.pre_auth_block_social_proof_low',
|
|
1093
|
-
defaultMessage: 'Your team
|
|
1098
|
+
defaultMessage: 'Your team sees richer <b>{provider}</b> previews.',
|
|
1094
1099
|
description: 'Social proof message shown on unauthorized 3P block cards when less than 30% of the tenant has connected the provider. {provider} is the 3P app name (e.g. OneDrive).'
|
|
1095
1100
|
}
|
|
1096
1101
|
});
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.useSmartLinkCrossProductUrlWrapperGated = exports.getIsFirstPartyLink = void 0;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
var _useCrossProductUrlWrapper = require("@atlaskit/analytics-cross-product/useCrossProductUrlWrapper");
|
|
9
|
+
var _linkProvider = require("@atlaskit/link-provider");
|
|
10
|
+
var _platformFeatureFlagsReact = require("@atlaskit/platform-feature-flags-react");
|
|
11
|
+
var SMART_LINKS_XPC_BRIDGE = 'smartLinks';
|
|
12
|
+
var XPC_QUERY_PARAM = 'xpis';
|
|
13
|
+
var getIsFirstPartyLink = exports.getIsFirstPartyLink = function getIsFirstPartyLink(details) {
|
|
14
|
+
var _is1PLink, _details$meta;
|
|
15
|
+
return ((_is1PLink = details === null || details === void 0 || (_details$meta = details.meta) === null || _details$meta === void 0 ? void 0 : _details$meta.is1PLink) !== null && _is1PLink !== void 0 ? _is1PLink : false) === true;
|
|
16
|
+
};
|
|
17
|
+
var identityUrlWrapper = function identityUrlWrapper(url) {
|
|
18
|
+
return url;
|
|
19
|
+
};
|
|
20
|
+
var useSmartLinkCrossProductUrlWrapperFallback = function useSmartLinkCrossProductUrlWrapperFallback(_args) {
|
|
21
|
+
return identityUrlWrapper;
|
|
22
|
+
};
|
|
23
|
+
var useSmartLinkCrossProductUrlWrapper = function useSmartLinkCrossProductUrlWrapper(_ref) {
|
|
24
|
+
var _product$toLowerCase;
|
|
25
|
+
var details = _ref.details;
|
|
26
|
+
var _useSmartLinkContext = (0, _linkProvider.useSmartLinkContext)(),
|
|
27
|
+
product = _useSmartLinkContext.product;
|
|
28
|
+
var wrapUrl = (0, _useCrossProductUrlWrapper.useCrossProductUrlWrapper)({
|
|
29
|
+
bridge: SMART_LINKS_XPC_BRIDGE,
|
|
30
|
+
product: (_product$toLowerCase = product === null || product === void 0 ? void 0 : product.toLowerCase()) !== null && _product$toLowerCase !== void 0 ? _product$toLowerCase : 'unknown'
|
|
31
|
+
});
|
|
32
|
+
return (0, _react.useCallback)(function (url) {
|
|
33
|
+
if (!getIsFirstPartyLink(details) || !product) {
|
|
34
|
+
return url;
|
|
35
|
+
}
|
|
36
|
+
var parsedUrl;
|
|
37
|
+
try {
|
|
38
|
+
parsedUrl = new URL(url);
|
|
39
|
+
} catch (_unused) {
|
|
40
|
+
return url;
|
|
41
|
+
}
|
|
42
|
+
if (parsedUrl.searchParams.has(XPC_QUERY_PARAM)) {
|
|
43
|
+
return url;
|
|
44
|
+
}
|
|
45
|
+
return wrapUrl(url);
|
|
46
|
+
}, [details, product, wrapUrl]);
|
|
47
|
+
};
|
|
48
|
+
var useSmartLinkCrossProductUrlWrapperGated = exports.useSmartLinkCrossProductUrlWrapperGated = (0, _platformFeatureFlagsReact.functionWithFG)('platform_smartlink_xpc_url_wrapping', useSmartLinkCrossProductUrlWrapper, useSmartLinkCrossProductUrlWrapperFallback);
|
|
@@ -11,7 +11,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
|
|
|
11
11
|
var context = exports.context = {
|
|
12
12
|
componentName: 'smart-cards',
|
|
13
13
|
packageName: "@atlaskit/smart-card" || '',
|
|
14
|
-
packageVersion: "44.
|
|
14
|
+
packageVersion: "44.18.0" || ''
|
|
15
15
|
};
|
|
16
16
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
17
17
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -20,6 +20,7 @@ var _state = require("../../state");
|
|
|
20
20
|
var _analytics = require("../../state/analytics");
|
|
21
21
|
var _helpers = require("../../state/helpers");
|
|
22
22
|
var _useInlineActionNudgeExperiment = _interopRequireDefault(require("../../state/hooks/use-inline-action-nudge-experiment"));
|
|
23
|
+
var _useSmartLinkCrossProductUrlWrapper = require("../../state/hooks/use-smart-link-cross-product-url-wrapper");
|
|
23
24
|
var _modal = require("../../state/modal");
|
|
24
25
|
var _utils = require("../../utils");
|
|
25
26
|
var _combineActionOptions = require("../../utils/actions/combine-action-options");
|
|
@@ -93,6 +94,9 @@ function Component(_ref) {
|
|
|
93
94
|
var services = (0, _helpers.getServices)(state.details);
|
|
94
95
|
var thirdPartyARI = (0, _helpers.getThirdPartyARI)(state.details);
|
|
95
96
|
var firstPartyIdentifier = (0, _helpers.getFirstPartyIdentifier)();
|
|
97
|
+
var wrapUrlWithCrossProductAnalytics = (0, _useSmartLinkCrossProductUrlWrapper.useSmartLinkCrossProductUrlWrapperGated)({
|
|
98
|
+
details: state.details
|
|
99
|
+
});
|
|
96
100
|
var actionOptions = (0, _combineActionOptions.combineActionOptions)({
|
|
97
101
|
actionOptions: actionOptionsProp,
|
|
98
102
|
platform: platform
|
|
@@ -155,7 +159,12 @@ function Component(_ref) {
|
|
|
155
159
|
// event by smart card internally
|
|
156
160
|
// If it has been called then only then can `isSpecialEvent` be true.
|
|
157
161
|
var target = (0, _utils.isSpecialEvent)(event) ? '_blank' : '_self';
|
|
158
|
-
|
|
162
|
+
if ((0, _platformFeatureFlags.fg)('platform_smartlink_xpc_url_wrapping')) {
|
|
163
|
+
var wrappedUrl = wrapUrlWithCrossProductAnalytics(clickUrl);
|
|
164
|
+
window.open(wrappedUrl, target);
|
|
165
|
+
} else {
|
|
166
|
+
window.open(clickUrl, target);
|
|
167
|
+
}
|
|
159
168
|
(0, _click.fireLinkClickedEvent)(createAnalyticsEvent)(event, {
|
|
160
169
|
attributes: {
|
|
161
170
|
clickOutcome: target === '_blank' ? 'clickThroughNewTabOrWindow' : 'clickThrough'
|
|
@@ -167,7 +176,7 @@ function Component(_ref) {
|
|
|
167
176
|
}
|
|
168
177
|
(0, _click.fireLinkClickedEvent)(createAnalyticsEvent)(event);
|
|
169
178
|
}
|
|
170
|
-
}, [fireEvent, id, isFlexibleUi, appearance, definitionId, onClick, url, state.details, ari, name, fire3PClickEvent, shouldFire3PClickEvent, isPreviewPanelAvailable, openPreviewPanel, createAnalyticsEvent, disablePreviewPanel]);
|
|
179
|
+
}, [fireEvent, id, isFlexibleUi, appearance, definitionId, onClick, url, wrapUrlWithCrossProductAnalytics, state.details, ari, name, fire3PClickEvent, shouldFire3PClickEvent, isPreviewPanelAvailable, openPreviewPanel, createAnalyticsEvent, disablePreviewPanel]);
|
|
171
180
|
|
|
172
181
|
// Exposure fires once per eligible mount; click-time reads use no-exposure variant.
|
|
173
182
|
(0, _react.useEffect)(function () {
|
|
@@ -17,6 +17,7 @@ var _fullscreenEnter = _interopRequireDefault(require("@atlaskit/icon/core/fulls
|
|
|
17
17
|
var _fullscreenExit = _interopRequireDefault(require("@atlaskit/icon/core/fullscreen-exit"));
|
|
18
18
|
var _linkExternal = _interopRequireDefault(require("@atlaskit/icon/core/link-external"));
|
|
19
19
|
var _modalDialog = require("@atlaskit/modal-dialog");
|
|
20
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
20
21
|
var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
|
|
21
22
|
var _messages = require("../../../../messages");
|
|
22
23
|
var _Icon = require("../../../common/Icon");
|
|
@@ -57,13 +58,16 @@ var LinkInfo = function LinkInfo(_ref) {
|
|
|
57
58
|
color: "currentColor"
|
|
58
59
|
});
|
|
59
60
|
},
|
|
60
|
-
label: _messages.messages.download,
|
|
61
|
+
label: formatMessage(_messages.messages.download),
|
|
61
62
|
onClick: onDownloadButtonClick,
|
|
62
63
|
testId: "".concat(testId, "-download")
|
|
63
64
|
});
|
|
64
|
-
}, [onDownloadButtonClick, testId]);
|
|
65
|
+
}, [onDownloadButtonClick, testId, formatMessage]);
|
|
65
66
|
var urlButton = (0, _react.useMemo)(function () {
|
|
66
67
|
if (onViewButtonClick) {
|
|
68
|
+
var label = providerName && (0, _platformFeatureFlags.fg)('navx-4957-sl-embed-modal-a11y-label') ? formatMessage(_messages.messages.viewInProvider, {
|
|
69
|
+
providerName: providerName
|
|
70
|
+
}) : formatMessage(_messages.messages.viewOriginal);
|
|
67
71
|
var content = providerName ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactIntl.FormattedMessage, _messages.messages.viewIn), " ", providerName) : /*#__PURE__*/_react.default.createElement(_reactIntl.FormattedMessage, _messages.messages.viewOriginal);
|
|
68
72
|
return /*#__PURE__*/_react.default.createElement(_linkInfoButton.default, {
|
|
69
73
|
content: content,
|
|
@@ -74,14 +78,13 @@ var LinkInfo = function LinkInfo(_ref) {
|
|
|
74
78
|
color: "currentColor"
|
|
75
79
|
});
|
|
76
80
|
},
|
|
77
|
-
label:
|
|
81
|
+
label: label,
|
|
78
82
|
onClick: onViewButtonClick,
|
|
79
83
|
testId: "".concat(testId, "-url"),
|
|
80
|
-
role: 'link'
|
|
81
|
-
"aria-label": _messages.messages.viewOriginal
|
|
84
|
+
role: 'link'
|
|
82
85
|
});
|
|
83
86
|
}
|
|
84
|
-
}, [onViewButtonClick, providerName, testId]);
|
|
87
|
+
}, [onViewButtonClick, providerName, testId, formatMessage]);
|
|
85
88
|
var sizeButton = (0, _react.useMemo)(function () {
|
|
86
89
|
var isFullScreen = size === _constants.MAX_MODAL_SIZE;
|
|
87
90
|
var message = isFullScreen ? _messages.messages.preview_min_size : _messages.messages.preview_max_size;
|
|
@@ -99,11 +102,11 @@ var LinkInfo = function LinkInfo(_ref) {
|
|
|
99
102
|
icon: function icon() {
|
|
100
103
|
return _icon;
|
|
101
104
|
},
|
|
102
|
-
label: message,
|
|
105
|
+
label: formatMessage(message),
|
|
103
106
|
onClick: onResizeButtonClick,
|
|
104
107
|
testId: "".concat(testId, "-resize")
|
|
105
108
|
});
|
|
106
|
-
}, [onResizeButtonClick, size, testId]);
|
|
109
|
+
}, [onResizeButtonClick, size, testId, formatMessage]);
|
|
107
110
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
108
111
|
className: (0, _runtime.ax)(["_zulpu2gc _1e0c1txw _19bv1ejb _u5f31ejb _ca0q1ejb _n3tdpxbi _1wpz1fhb _4t3i1tcg"])
|
|
109
112
|
}, icon && /*#__PURE__*/_react.default.createElement("div", {
|
|
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
var _reactIntl = require("react-intl");
|
|
10
9
|
var _new = require("@atlaskit/button/new");
|
|
11
10
|
var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
|
|
12
11
|
var _useLinkClicked = require("../../../../../state/analytics/useLinkClicked");
|
|
@@ -18,8 +17,6 @@ var LinkInfoButton = function LinkInfoButton(_ref) {
|
|
|
18
17
|
testId = _ref.testId,
|
|
19
18
|
role = _ref.role;
|
|
20
19
|
var onMouseDown = (0, _useLinkClicked.useMouseDownEvent)();
|
|
21
|
-
var _useIntl = (0, _reactIntl.useIntl)(),
|
|
22
|
-
formatMessage = _useIntl.formatMessage;
|
|
23
20
|
return /*#__PURE__*/_react.default.createElement(_tooltip.default, {
|
|
24
21
|
content: content,
|
|
25
22
|
hideTooltipOnClick: true,
|
|
@@ -28,7 +25,7 @@ var LinkInfoButton = function LinkInfoButton(_ref) {
|
|
|
28
25
|
}, /*#__PURE__*/_react.default.createElement(_new.IconButton, {
|
|
29
26
|
appearance: "subtle",
|
|
30
27
|
icon: icon,
|
|
31
|
-
label:
|
|
28
|
+
label: label,
|
|
32
29
|
onClick: onClick,
|
|
33
30
|
onMouseDown: onMouseDown,
|
|
34
31
|
testId: "".concat(testId, "-button"),
|
|
@@ -81,10 +81,10 @@ var UnauthorisedConnectWithSocialProof = function UnauthorisedConnectWithSocialP
|
|
|
81
81
|
};
|
|
82
82
|
|
|
83
83
|
// As long as pill is shown it will be one of four messages depending on percent and provider presence:
|
|
84
|
-
// - 45% of your team
|
|
85
|
-
// - 45% of your team previews
|
|
86
|
-
// - Your team
|
|
87
|
-
// - Your team
|
|
84
|
+
// - 45% of your team sees Figma previews
|
|
85
|
+
// - 45% of your team sees richer previews
|
|
86
|
+
// - Your team sees richer Figma previews
|
|
87
|
+
// - Your team sees richer previews
|
|
88
88
|
var socialProofPillContent = isSocialProofUsageHighEnough ? hasProviderDisplayName ? /*#__PURE__*/_react.default.createElement(_reactIntl.FormattedMessage, (0, _extends2.default)({}, _messages.messages.social_proof_inline_cta_tag_high_with_context, {
|
|
89
89
|
values: {
|
|
90
90
|
connectedPct: connectedPct,
|
|
@@ -19,7 +19,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId", "isLink
|
|
|
19
19
|
_excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
|
|
20
20
|
var PACKAGE_DATA = {
|
|
21
21
|
packageName: "@atlaskit/smart-card",
|
|
22
|
-
packageVersion: "44.
|
|
22
|
+
packageVersion: "44.18.0",
|
|
23
23
|
componentName: 'linkUrl'
|
|
24
24
|
};
|
|
25
25
|
var LinkUrl = function LinkUrl(_ref) {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:ecf23d8ca9430e7a7822d563282c7e01e522031d4aed43e2b2a4358ca3c3c863
|
|
3
|
+
size 16362
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:ea60c642e1bb7dc884beb55e9efb697bcd62bae6d099c4f249f969a29bc59a3f
|
|
3
|
+
size 16959
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:96ef155029fce86ddc1ea27e65061e7294033ccf5777121c8f1e5ee19efe7714
|
|
3
|
+
size 19679
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:815b854a0a5c3cd0c1b66544a2ab4760d3b3b97a49adf1acd1424ae51eb2f61b
|
|
3
|
+
size 18202
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:2d08c03cff5d965f20d87dc4f1b03ebd971297fc4c3ed1eb62139658f1ddb8e5
|
|
3
|
+
size 19891
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:0c35266458c27057a961dd7d6e33ff9a7f0f646743e24cd53798a9935b4fd2ff
|
|
3
|
+
size 18959
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -5,6 +5,183 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
//Czech
|
|
9
|
+
export default {
|
|
10
|
+
TjkENX: 'Chyba vyhledávání',
|
|
11
|
+
'automation-menu.empty-state.image.alt': 'Ikona prázdného seznamu automatizace',
|
|
12
|
+
'automation-menu.empty-state.learn-more.link': 'Další informace o ručním spouštěči',
|
|
13
|
+
'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.',
|
|
14
|
+
'automation-menu.modal.empty.automations.user.description': 'Správci zatím nenakonfigurovali žádné ručně spouštěné automatizace.',
|
|
15
|
+
'automation-menu.modal.error.description': 'Načtení může chvíli trvat. Zkuste obnovit stránku.',
|
|
16
|
+
'automation-menu.modal.error.image.alt': 'Ikona chyby',
|
|
17
|
+
'automation-menu.modal.footer.automate-button': 'Automatizovat',
|
|
18
|
+
'automation-menu.modal.footer.cancel-button': 'Zrušit',
|
|
19
|
+
'automation-menu.modal.footer.get-started-button': 'Vytvořit automatizaci',
|
|
20
|
+
'automation-menu.modal.footer.ok-button': 'OK',
|
|
21
|
+
'automation-menu.modal.header.icon.label': 'Ikona v záhlaví modálního okna automatizace',
|
|
22
|
+
'automation-menu.success-state.message': 'Vaše automatizace probíhá',
|
|
23
|
+
'fabric.linking.access_exists_description': 'Požádejte o přístup k zobrazení tohoto obsahu z webu {hostname}.',
|
|
24
|
+
'fabric.linking.actions': 'Akce',
|
|
25
|
+
'fabric.linking.add_account': 'Přidat účet',
|
|
26
|
+
'fabric.linking.ai_summarize': 'Shrnout',
|
|
27
|
+
'fabric.linking.ai_summarized': 'Shrnuto pomocí Atlassian Intelligence',
|
|
28
|
+
'fabric.linking.ai_summarized_abbreviation': 'Shrnuto pomocí AI',
|
|
29
|
+
'fabric.linking.ai_summarized_info': 'Kvalita informací se může různit. <a>Další informace</a>',
|
|
30
|
+
'fabric.linking.ai_summarized_info_short': 'Kvalita obsahu se může různit.',
|
|
31
|
+
'fabric.linking.ai_summarizing': 'Atlassian Intelligence pracuje…',
|
|
32
|
+
'fabric.linking.ai_summary_action': 'Shrnout pomocí AI',
|
|
33
|
+
'fabric.linking.ai_summary_action_description': 'Shrňte obsah tohoto odkazu pomocí Atlassian Intelligence.',
|
|
34
|
+
'fabric.linking.ai_summary_error_acceptable_use_violation': 'Výsledky tohoto souhrnu nemůžeme zobrazit, protože jsou v rozporu se <a>Zásadami přijatelného používání společnosti Atlassian</a>.',
|
|
35
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence pro vás momentálně nemůže vygenerovat souhrn, protože obsahu ke shrnutí je příliš mnoho.',
|
|
36
|
+
'fabric.linking.ai_summary_error_generic': 'Atlassian Intelligence (AI) neodpovídá. Zkuste to znovu později nebo <a>zkontrolujte stav AI</a>.',
|
|
37
|
+
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Atlassian Intelligence nedokázala zpracovat vaši žádost, protože váš obsah obsahuje odkazy na obsah omezený HIPAA.',
|
|
38
|
+
'fabric.linking.assigned_to': 'Přiřazeno k: {context}',
|
|
39
|
+
'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ů.',
|
|
40
|
+
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizace stránek',
|
|
41
|
+
'fabric.linking.automation-action.icon.label': 'Ikona automatizace',
|
|
42
|
+
'fabric.linking.automation-action.title': 'Zobrazit pravidla automatizace',
|
|
43
|
+
'fabric.linking.automation-action.tooltip': 'Vyberte pravidlo automatizace, které chcete spustit.',
|
|
44
|
+
'fabric.linking.beta': 'Beta',
|
|
45
|
+
'fabric.linking.cancel': 'Zrušit',
|
|
46
|
+
'fabric.linking.cannot_connect': 'Nelze se připojit, zkuste to znovu.',
|
|
47
|
+
'fabric.linking.cannot_find_link': 'Nepodařilo se najít odkaz.',
|
|
48
|
+
'fabric.linking.check_this_link': 'Ověřte tento odkaz',
|
|
49
|
+
'fabric.linking.click_to_join': 'Připojte se k {context}',
|
|
50
|
+
'fabric.linking.click_to_join_description': 'Byli jste schváleni, takže se můžete okamžitě připojit k řešení {context}.',
|
|
51
|
+
'fabric.linking.close': 'Zavřít',
|
|
52
|
+
'fabric.linking.connect_account_description': 'Otevřeme novou stránku, abychom vám pomohli připojit váš {name} účet.',
|
|
53
|
+
'fabric.linking.connect_link_account': 'Pokud chcete zobrazit náhled, připojte svůj účet',
|
|
54
|
+
'fabric.linking.connect_link_account_card_view': 'Připojit',
|
|
55
|
+
'fabric.linking.connect_link_account_card_view_description': 'Pokud chcete zobrazit náhled tohoto odkazu, připojte svůj účet {context}.',
|
|
56
|
+
'fabric.linking.connect_link_account_card_view_name': 'Připojte svůj účet {context}',
|
|
57
|
+
'fabric.linking.connect_to': 'Připojit k {name}',
|
|
58
|
+
'fabric.linking.connect_unauthorised_account_action': 'Připojit k: {context}',
|
|
59
|
+
'fabric.linking.connect_unauthorised_account_description': 'Připojte svůj účet {context} a spolupracujte pomocí všech produktů Atlassian.',
|
|
60
|
+
'fabric.linking.connect_unauthorised_account_description-appify': 'Připojte svůj účet {context} a spolupracujte pomocí všech aplikací Atlassian.',
|
|
61
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Připojte svůj účet a spolupracujte pomocí všech produktů Atlassian.',
|
|
62
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider-appify': 'Připojte svůj účet a spolupracujte pomocí všech aplikací Atlassian.',
|
|
63
|
+
'fabric.linking.continue': 'Pokračovat',
|
|
64
|
+
'fabric.linking.copied_summary_action_description': 'Souhrn byl zkopírován do schránky.',
|
|
65
|
+
'fabric.linking.copied_url_to_clipboard': 'Zkopírováno',
|
|
66
|
+
'fabric.linking.copy_summary_action': 'Zkopírovat souhrn',
|
|
67
|
+
'fabric.linking.copy_summary_action_description': 'Zkopírovat souhrn',
|
|
68
|
+
'fabric.linking.copy_url_to_clipboard': 'Kopírovat odkaz',
|
|
69
|
+
'fabric.linking.couldnt_load_link': 'Tento odkaz se z neznámého důvodu nepodařilo načíst.',
|
|
70
|
+
'fabric.linking.create_on_absolute': 'Vytvořeno: {context}',
|
|
71
|
+
'fabric.linking.create_on_relative': 'Vytvořeno: {context}',
|
|
72
|
+
'fabric.linking.created_by': 'Vytvořil(a) {context}',
|
|
73
|
+
'fabric.linking.delete': 'Odstranit',
|
|
74
|
+
'fabric.linking.direct_access': 'Připojit se',
|
|
75
|
+
'fabric.linking.direct_access_description': 'Váš tým spolupracuje v {product} a vy můžete tento produkt hned začít používat také!',
|
|
76
|
+
'fabric.linking.direct_access_title': 'Chcete-li si zobrazit tento obsah, připojte se k produktu {product}',
|
|
77
|
+
'fabric.linking.download': 'Stáhnout',
|
|
78
|
+
'fabric.linking.download_description': 'Stáhněte si tento soubor do místního úložiště.',
|
|
79
|
+
'fabric.linking.download_file': 'Stáhnout soubor',
|
|
80
|
+
'fabric.linking.edit': 'Upravit',
|
|
81
|
+
'fabric.linking.follow': 'Sledovat',
|
|
82
|
+
'fabric.linking.follow_goal': 'Sledovat cíl',
|
|
83
|
+
'fabric.linking.follow_goal_description': 'Chcete-li dostávat oznámení o aktualizacích, začněte sledovat tento cíl.',
|
|
84
|
+
'fabric.linking.follow_goal_error': 'Při pokusu o zahájení sledování cíle došlo k chybě. Zkontrolujte připojení nebo obnovte stránku a zkuste to znovu.',
|
|
85
|
+
'fabric.linking.follow_project': 'Sledovat projekt',
|
|
86
|
+
'fabric.linking.follow_project_description': 'Chcete-li dostávat oznámení o tomto projektu, začněte ho sledovat.',
|
|
87
|
+
'fabric.linking.follow_project_description-galaxia': 'Chcete-li dostávat oznámení o tomto prostoru, začněte ho sledovat.',
|
|
88
|
+
'fabric.linking.follow_project_error': 'Při pokusu o zahájení sledování projektu došlo k chybě. Zkontrolujte připojení nebo obnovte stránku a zkuste to znovu.',
|
|
89
|
+
'fabric.linking.follow_project_error-galaxia': 'Při pokusu o zahájení sledování prostoru došlo k chybě. Zkontrolujte připojení nebo obnovte stránku a zkuste to znovu.',
|
|
90
|
+
'fabric.linking.forbidden_access': 'Přístup byl odepřen',
|
|
91
|
+
'fabric.linking.forbidden_description': 'Pokud chcete požádat o přístup k webu {hostname}, kontaktujte správce.',
|
|
92
|
+
'fabric.linking.forbidden_title': 'K tomuto obsahu nemáte přístup',
|
|
93
|
+
'fabric.linking.generic_error_message': 'Došlo k chybě',
|
|
94
|
+
'fabric.linking.go_back': 'Přejít zpět',
|
|
95
|
+
'fabric.linking.invalid_permissions': 'Omezený obsah',
|
|
96
|
+
'fabric.linking.invalid_permissions_description': 'Pokud si chcete zobrazit tento náhled, požádejte o přístup nebo vyzkoušejte jiný účet.',
|
|
97
|
+
'fabric.linking.join_to_view': 'Chcete-li si zobrazit tento požadavek, připojte se ke službě {context}.',
|
|
98
|
+
'fabric.linking.join_to_view-issue-term-refresh': 'Chcete-li si zobrazit tento požadavek, připojte se ke službě {context}.',
|
|
99
|
+
'fabric.linking.learn_more_about_connecting_account': 'Další informace o propojení účtu s produkty Atlassian.',
|
|
100
|
+
'fabric.linking.learn_more_about_connecting_account-appify': 'Další informace o propojení účtu s aplikacemi Atlassian.',
|
|
101
|
+
'fabric.linking.learn_more_about_smart_links': 'Další informace o chytrých odkazech',
|
|
102
|
+
'fabric.linking.link_safety_warning_message': 'Odkaz {unsafeLinkText} vás přesměruje na jiný web (<a>actual link here</a>)',
|
|
103
|
+
'fabric.linking.loading': 'Načítání…',
|
|
104
|
+
'fabric.linking.modified_on_absolute': 'Aktualizováno: {context}',
|
|
105
|
+
'fabric.linking.modified_on_relative': 'Aktualizováno: {context}',
|
|
106
|
+
'fabric.linking.more_actions': 'Další akce',
|
|
107
|
+
'fabric.linking.no_access_title': 'Chcete-li si zobrazit tento obsah, připojte se k produktu {product}',
|
|
108
|
+
'fabric.linking.not_found_description': 'Stránka neexistuje nebo se po přidání tohoto odkazu mohla změnit.',
|
|
109
|
+
'fabric.linking.not_found_title': 'Tuto stránku {product} vám nemůžeme zobrazit',
|
|
110
|
+
'fabric.linking.open_issue_in_jira': 'Otevřít požadavek v Jira',
|
|
111
|
+
'fabric.linking.open_issue_in_jira-issue-term-refresh': 'Otevřít požadavek v Jira',
|
|
112
|
+
'fabric.linking.open_link_in_a_new_tab': 'Otevřít odkaz na nové kartě',
|
|
113
|
+
'fabric.linking.owned_by': 'Vlastník: {context}',
|
|
114
|
+
'fabric.linking.owned_by_override': 'Od autora {context}',
|
|
115
|
+
'fabric.linking.pending_request': 'Vaše žádost o přístup čeká na vyřízení.',
|
|
116
|
+
'fabric.linking.preview_close': 'Zavřít náhled',
|
|
117
|
+
'fabric.linking.preview_description': 'Otevřít náhled tohoto odkazu na celé obrazovce',
|
|
118
|
+
'fabric.linking.preview_improved': 'Otevřít náhled',
|
|
119
|
+
'fabric.linking.preview_max_size': 'Zobrazit na celé obrazovce',
|
|
120
|
+
'fabric.linking.preview_min_size': 'Zavřít zobrazení na celé obrazovce',
|
|
121
|
+
'fabric.linking.preview_modal': 'Otevřít modální okno náhledu',
|
|
122
|
+
'fabric.linking.preview_panel': 'Otevřít panel náhledu',
|
|
123
|
+
'fabric.linking.priority_blocker': 'Blokující',
|
|
124
|
+
'fabric.linking.priority_critical': 'Kritická',
|
|
125
|
+
'fabric.linking.priority_high': 'Vysoká',
|
|
126
|
+
'fabric.linking.priority_highest': 'Nejvyšší',
|
|
127
|
+
'fabric.linking.priority_low': 'Nízká',
|
|
128
|
+
'fabric.linking.priority_lowest': 'Nejnižší',
|
|
129
|
+
'fabric.linking.priority_major': 'Vysoká',
|
|
130
|
+
'fabric.linking.priority_medium': 'Střední',
|
|
131
|
+
'fabric.linking.priority_minor': 'Nízká',
|
|
132
|
+
'fabric.linking.priority_trivial': 'Triviální',
|
|
133
|
+
'fabric.linking.priority_undefined': 'Nedefinováno',
|
|
134
|
+
'fabric.linking.read_time': '{context} min. čtení',
|
|
135
|
+
'fabric.linking.related': 'Souvisící',
|
|
136
|
+
'fabric.linking.related_links_found_in': 'Nalezeno v:',
|
|
137
|
+
'fabric.linking.related_links_includes_links_to': 'Zahrnuje odkazy na:',
|
|
138
|
+
'fabric.linking.related_links_modal_error_description': 'Zkontrolujte připojení nebo obnovte stránku a zkuste to znovu.',
|
|
139
|
+
'fabric.linking.related_links_modal_error_title': 'Při načítání souvisejících odkazů se vyskytly problémy',
|
|
140
|
+
'fabric.linking.related_links_modal_title': 'Související odkazy',
|
|
141
|
+
'fabric.linking.related_links_modal_unavailable_description': 'Neustále kontrolujeme a přidáváme související odkazy na aktualizované stránky nebo jiné typy obsahu.',
|
|
142
|
+
'fabric.linking.related_links_modal_unavailable_title': 'Nepodařilo se najít žádné související odkazy',
|
|
143
|
+
'fabric.linking.related_links_not_found': 'Nebyly nalezeny žádné odkazy, které bychom tu mohli zobrazit.',
|
|
144
|
+
'fabric.linking.related_links_view_related_links': 'Zobrazit související odkazy',
|
|
145
|
+
'fabric.linking.related_links_view_related_urls': 'Zobrazit nedávné odkazy',
|
|
146
|
+
'fabric.linking.request_access': 'Požádat o přístup',
|
|
147
|
+
'fabric.linking.request_access_description': 'Váš tým spolupracuje v {product}. Pošlete správci žádost o přístup.',
|
|
148
|
+
'fabric.linking.request_access_pending': 'Čeká na schválení',
|
|
149
|
+
'fabric.linking.request_access_pending_description': 'Vaše žádost o přístup z {hostname} čeká na schválení správcem.',
|
|
150
|
+
'fabric.linking.request_access_pending_title': 'Přístup k {product} čeká na vyřízení',
|
|
151
|
+
'fabric.linking.request_access_to_view': 'Chcete-li si zobrazit tento požadavek, požádejte o přístup ke službě {context}.',
|
|
152
|
+
'fabric.linking.request_access_to_view-issue-term-refresh': 'Chcete-li si zobrazit tento požadavek, požádejte o přístup ke službě {context}.',
|
|
153
|
+
'fabric.linking.request_denied': 'Vaše žádost o přístup byla odmítnuta.',
|
|
154
|
+
'fabric.linking.request_denied_description': 'Správce neschválil vaši žádost o zobrazení stránek {product} z {hostname}.',
|
|
155
|
+
'fabric.linking.restricted_link': 'Omezený odkaz, zkuste jiný účet.',
|
|
156
|
+
'fabric.linking.retry': 'Zkusit znovu',
|
|
157
|
+
'fabric.linking.save': 'Uložit',
|
|
158
|
+
'fabric.linking.sent_on_absolute': 'Odesláno {context}',
|
|
159
|
+
'fabric.linking.sent_on_relative': 'Odesláno {context}',
|
|
160
|
+
'fabric.linking.srclink': 'Zobrazit v',
|
|
161
|
+
'fabric.linking.srclinkunknown': 'Zobrazit originál',
|
|
162
|
+
'fabric.linking.status_change_load_error': 'Načtení stavů a přechodů se nezdařilo',
|
|
163
|
+
'fabric.linking.status_change_permission_error': 'K provedení přechodu tohoto požadavku nemáte oprávnění.',
|
|
164
|
+
'fabric.linking.status_change_permission_error-issue-term-refresh': 'K provedení přechodu tohoto požadavku nemáte oprávnění.',
|
|
165
|
+
'fabric.linking.status_change_update_error': 'Aktualizace stavu se nezdařila',
|
|
166
|
+
'fabric.linking.team_members_count': 'Členů: {context}',
|
|
167
|
+
'fabric.linking.try_again': 'Zkusit znovu',
|
|
168
|
+
'fabric.linking.try_another_account': 'Zkuste jiný účet',
|
|
169
|
+
'fabric.linking.unassigned': 'Nepřiřazeno',
|
|
170
|
+
'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.',
|
|
171
|
+
'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.',
|
|
172
|
+
'fabric.linking.unauthorised_account_name': 'Soukromé stránky ze zdroje {context} nejde zobrazit.',
|
|
173
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'Soukromé stránky nejde zobrazit.',
|
|
174
|
+
'fabric.linking.unfollow': 'Přestat sledovat',
|
|
175
|
+
'fabric.linking.unfollow_goal': 'Přestat sledovat cíl',
|
|
176
|
+
'fabric.linking.unfollow_goal_description': 'Pokud už nechcete dostávat oznámení o tomto cíli, zrušte sledování.',
|
|
177
|
+
'fabric.linking.unfollow_goal_error': 'Při pokusu o zrušení sledování cíle došlo k chybě. Zkontrolujte připojení nebo obnovte stránku a zkuste to znovu.',
|
|
178
|
+
'fabric.linking.unfollow_project': 'Přestat sledovat projekt',
|
|
179
|
+
'fabric.linking.unfollow_project_description': 'Pokud už nechcete dostávat oznámení o projektu, zrušte sledování.',
|
|
180
|
+
'fabric.linking.unfollow_project_description-galaxia': 'Pokud už nechcete dostávat oznámení o prostoru, zrušte sledování.',
|
|
181
|
+
'fabric.linking.unfollow_project_error': 'Při pokusu o zrušení sledování projektu došlo k chybě. Zkontrolujte připojení nebo obnovte stránku a zkuste to znovu.',
|
|
182
|
+
'fabric.linking.unfollow_project_error-galaxia': 'Při pokusu o zrušení sledování prostoru došlo k chybě. Zkontrolujte připojení nebo obnovte stránku a zkuste to znovu.',
|
|
183
|
+
'fabric.linking.unlink_account': 'Odpojit účet',
|
|
184
|
+
'fabric.linking.updated_by': 'Upravil(a) {context}',
|
|
185
|
+
'fabric.linking.user_attributes': '{context}',
|
|
186
|
+
'fabric.linking.view': 'Zobrazit'
|
|
187
|
+
};
|